sim: unify assert build settings
[binutils-gdb.git] / sim / frv / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
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=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="Makefile.in"
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='LTLIBOBJS
633 LIBOBJS
634 sim_reserved_bits
635 sim_float
636 sim_bitsize
637 cgen_breaks
638 sim_trapdump
639 cgen
640 cgendir
641 CGEN_MAINT
642 REPORT_BUGS_TEXI
643 REPORT_BUGS_TO
644 PKGVERSION
645 MAINT
646 MAINTAINER_MODE_FALSE
647 MAINTAINER_MODE_TRUE
648 lt_cv_dlopen_libs
649 OTOOL64
650 OTOOL
651 LIPO
652 NMEDIT
653 DSYMUTIL
654 AWK
655 STRIP
656 OBJDUMP
657 LN_S
658 NM
659 ac_ct_DUMPBIN
660 DUMPBIN
661 LD
662 FGREP
663 SED
664 LIBTOOL
665 PLUGINS_FALSE
666 PLUGINS_TRUE
667 zlibinc
668 zlibdir
669 CATOBJEXT
670 GENCAT
671 INSTOBJEXT
672 DATADIRNAME
673 CATALOGS
674 POSUB
675 GMSGFMT
676 XGETTEXT
677 INCINTL
678 LIBINTL_DEP
679 LIBINTL
680 USE_NLS
681 CCDEPMODE
682 DEPDIR
683 am__leading_dot
684 PACKAGE
685 C_DIALECT
686 RANLIB
687 AR
688 LDFLAGS_FOR_BUILD
689 CFLAGS_FOR_BUILD
690 RANLIB_FOR_BUILD
691 CC_FOR_BUILD
692 AR_FOR_BUILD
693 INSTALL_DATA
694 INSTALL_SCRIPT
695 INSTALL_PROGRAM
696 EGREP
697 GREP
698 CPP
699 OBJEXT
700 EXEEXT
701 ac_ct_CC
702 CPPFLAGS
703 LDFLAGS
704 CFLAGS
705 CC
706 target_os
707 target_vendor
708 target_cpu
709 target
710 host_os
711 host_vendor
712 host_cpu
713 host
714 build_os
715 build_vendor
716 build_cpu
717 build
718 target_alias
719 host_alias
720 build_alias
721 LIBS
722 ECHO_T
723 ECHO_N
724 ECHO_C
725 DEFS
726 mandir
727 localedir
728 libdir
729 psdir
730 pdfdir
731 dvidir
732 htmldir
733 infodir
734 docdir
735 oldincludedir
736 includedir
737 localstatedir
738 sharedstatedir
739 sysconfdir
740 datadir
741 datarootdir
742 libexecdir
743 sbindir
744 bindir
745 program_transform_name
746 prefix
747 exec_prefix
748 PACKAGE_URL
749 PACKAGE_BUGREPORT
750 PACKAGE_STRING
751 PACKAGE_VERSION
752 PACKAGE_TARNAME
753 PACKAGE_NAME
754 PATH_SEPARATOR
755 SHELL
756 WERROR_CFLAGS
757 WARN_CFLAGS
758 sim_scache
759 sim_inline
760 sim_hw
761 sim_hw_objs
762 sim_hw_cflags
763 sim_endian
764 sim_default_model
765 sim_alignment'
766 ac_subst_files=''
767 ac_user_opts='
768 enable_option_checking
769 with_system_zlib
770 enable_plugins
771 enable_shared
772 enable_static
773 with_pic
774 enable_fast_install
775 with_gnu_ld
776 enable_libtool_lock
777 enable_maintainer_mode
778 enable_sim_debug
779 enable_sim_stdio
780 enable_sim_trace
781 enable_sim_profile
782 enable_sim_environment
783 enable_sim_inline
784 with_pkgversion
785 with_bugurl
786 enable_sim_endian
787 enable_sim_alignment
788 enable_sim_scache
789 enable_sim_default_model
790 enable_werror
791 enable_build_warnings
792 enable_sim_build_warnings
793 enable_cgen_maint
794 enable_sim_trapdump
795 enable_sim_hardware
796 '
797 ac_precious_vars='build_alias
798 host_alias
799 target_alias
800 CC
801 CFLAGS
802 LDFLAGS
803 LIBS
804 CPPFLAGS
805 CPP'
806
807
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 ac_unrecognized_opts=
812 ac_unrecognized_sep=
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
829
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
855
856 ac_prev=
857 ac_dashdash=
858 for ac_option
859 do
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
865 fi
866
867 case $ac_option in
868 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *=) ac_optarg= ;;
870 *) ac_optarg=yes ;;
871 esac
872
873 # Accept the important Cygnus configure options, so we can diagnose typos.
874
875 case $ac_dashdash$ac_option in
876 --)
877 ac_dashdash=yes ;;
878
879 -bindir | --bindir | --bindi | --bind | --bin | --bi)
880 ac_prev=bindir ;;
881 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
882 bindir=$ac_optarg ;;
883
884 -build | --build | --buil | --bui | --bu)
885 ac_prev=build_alias ;;
886 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
887 build_alias=$ac_optarg ;;
888
889 -cache-file | --cache-file | --cache-fil | --cache-fi \
890 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
891 ac_prev=cache_file ;;
892 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
893 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
894 cache_file=$ac_optarg ;;
895
896 --config-cache | -C)
897 cache_file=config.cache ;;
898
899 -datadir | --datadir | --datadi | --datad)
900 ac_prev=datadir ;;
901 -datadir=* | --datadir=* | --datadi=* | --datad=*)
902 datadir=$ac_optarg ;;
903
904 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
905 | --dataroo | --dataro | --datar)
906 ac_prev=datarootdir ;;
907 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
908 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
909 datarootdir=$ac_optarg ;;
910
911 -disable-* | --disable-*)
912 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
913 # Reject names that are not valid shell variable names.
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error $? "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920 "enable_$ac_useropt"
921 "*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=no ;;
926
927 -docdir | --docdir | --docdi | --doc | --do)
928 ac_prev=docdir ;;
929 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
930 docdir=$ac_optarg ;;
931
932 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
933 ac_prev=dvidir ;;
934 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
935 dvidir=$ac_optarg ;;
936
937 -enable-* | --enable-*)
938 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error $? "invalid feature name: $ac_useropt"
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
945 *"
946 "enable_$ac_useropt"
947 "*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
950 esac
951 eval enable_$ac_useropt=\$ac_optarg ;;
952
953 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
954 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
955 | --exec | --exe | --ex)
956 ac_prev=exec_prefix ;;
957 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
958 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
959 | --exec=* | --exe=* | --ex=*)
960 exec_prefix=$ac_optarg ;;
961
962 -gas | --gas | --ga | --g)
963 # Obsolete; use --with-gas.
964 with_gas=yes ;;
965
966 -help | --help | --hel | --he | -h)
967 ac_init_help=long ;;
968 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
969 ac_init_help=recursive ;;
970 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
971 ac_init_help=short ;;
972
973 -host | --host | --hos | --ho)
974 ac_prev=host_alias ;;
975 -host=* | --host=* | --hos=* | --ho=*)
976 host_alias=$ac_optarg ;;
977
978 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
979 ac_prev=htmldir ;;
980 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
981 | --ht=*)
982 htmldir=$ac_optarg ;;
983
984 -includedir | --includedir | --includedi | --included | --include \
985 | --includ | --inclu | --incl | --inc)
986 ac_prev=includedir ;;
987 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
988 | --includ=* | --inclu=* | --incl=* | --inc=*)
989 includedir=$ac_optarg ;;
990
991 -infodir | --infodir | --infodi | --infod | --info | --inf)
992 ac_prev=infodir ;;
993 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
994 infodir=$ac_optarg ;;
995
996 -libdir | --libdir | --libdi | --libd)
997 ac_prev=libdir ;;
998 -libdir=* | --libdir=* | --libdi=* | --libd=*)
999 libdir=$ac_optarg ;;
1000
1001 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1002 | --libexe | --libex | --libe)
1003 ac_prev=libexecdir ;;
1004 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1005 | --libexe=* | --libex=* | --libe=*)
1006 libexecdir=$ac_optarg ;;
1007
1008 -localedir | --localedir | --localedi | --localed | --locale)
1009 ac_prev=localedir ;;
1010 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1011 localedir=$ac_optarg ;;
1012
1013 -localstatedir | --localstatedir | --localstatedi | --localstated \
1014 | --localstate | --localstat | --localsta | --localst | --locals)
1015 ac_prev=localstatedir ;;
1016 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1017 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1018 localstatedir=$ac_optarg ;;
1019
1020 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1021 ac_prev=mandir ;;
1022 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1023 mandir=$ac_optarg ;;
1024
1025 -nfp | --nfp | --nf)
1026 # Obsolete; use --without-fp.
1027 with_fp=no ;;
1028
1029 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1030 | --no-cr | --no-c | -n)
1031 no_create=yes ;;
1032
1033 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1034 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1035 no_recursion=yes ;;
1036
1037 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1038 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1039 | --oldin | --oldi | --old | --ol | --o)
1040 ac_prev=oldincludedir ;;
1041 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1042 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1043 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1044 oldincludedir=$ac_optarg ;;
1045
1046 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1047 ac_prev=prefix ;;
1048 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1049 prefix=$ac_optarg ;;
1050
1051 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1052 | --program-pre | --program-pr | --program-p)
1053 ac_prev=program_prefix ;;
1054 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1055 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1056 program_prefix=$ac_optarg ;;
1057
1058 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1059 | --program-suf | --program-su | --program-s)
1060 ac_prev=program_suffix ;;
1061 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1062 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1063 program_suffix=$ac_optarg ;;
1064
1065 -program-transform-name | --program-transform-name \
1066 | --program-transform-nam | --program-transform-na \
1067 | --program-transform-n | --program-transform- \
1068 | --program-transform | --program-transfor \
1069 | --program-transfo | --program-transf \
1070 | --program-trans | --program-tran \
1071 | --progr-tra | --program-tr | --program-t)
1072 ac_prev=program_transform_name ;;
1073 -program-transform-name=* | --program-transform-name=* \
1074 | --program-transform-nam=* | --program-transform-na=* \
1075 | --program-transform-n=* | --program-transform-=* \
1076 | --program-transform=* | --program-transfor=* \
1077 | --program-transfo=* | --program-transf=* \
1078 | --program-trans=* | --program-tran=* \
1079 | --progr-tra=* | --program-tr=* | --program-t=*)
1080 program_transform_name=$ac_optarg ;;
1081
1082 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1083 ac_prev=pdfdir ;;
1084 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1085 pdfdir=$ac_optarg ;;
1086
1087 -psdir | --psdir | --psdi | --psd | --ps)
1088 ac_prev=psdir ;;
1089 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1090 psdir=$ac_optarg ;;
1091
1092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1093 | -silent | --silent | --silen | --sile | --sil)
1094 silent=yes ;;
1095
1096 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1097 ac_prev=sbindir ;;
1098 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1099 | --sbi=* | --sb=*)
1100 sbindir=$ac_optarg ;;
1101
1102 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1103 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1104 | --sharedst | --shareds | --shared | --share | --shar \
1105 | --sha | --sh)
1106 ac_prev=sharedstatedir ;;
1107 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1108 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1109 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1110 | --sha=* | --sh=*)
1111 sharedstatedir=$ac_optarg ;;
1112
1113 -site | --site | --sit)
1114 ac_prev=site ;;
1115 -site=* | --site=* | --sit=*)
1116 site=$ac_optarg ;;
1117
1118 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1119 ac_prev=srcdir ;;
1120 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1121 srcdir=$ac_optarg ;;
1122
1123 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1124 | --syscon | --sysco | --sysc | --sys | --sy)
1125 ac_prev=sysconfdir ;;
1126 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1127 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1128 sysconfdir=$ac_optarg ;;
1129
1130 -target | --target | --targe | --targ | --tar | --ta | --t)
1131 ac_prev=target_alias ;;
1132 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1133 target_alias=$ac_optarg ;;
1134
1135 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1136 verbose=yes ;;
1137
1138 -version | --version | --versio | --versi | --vers | -V)
1139 ac_init_version=: ;;
1140
1141 -with-* | --with-*)
1142 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1143 # Reject names that are not valid shell variable names.
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error $? "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1149 *"
1150 "with_$ac_useropt"
1151 "*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
1154 esac
1155 eval with_$ac_useropt=\$ac_optarg ;;
1156
1157 -without-* | --without-*)
1158 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1159 # Reject names that are not valid shell variable names.
1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161 as_fn_error $? "invalid package name: $ac_useropt"
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1165 *"
1166 "with_$ac_useropt"
1167 "*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=no ;;
1172
1173 --x)
1174 # Obsolete; use --with-x.
1175 with_x=yes ;;
1176
1177 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1178 | --x-incl | --x-inc | --x-in | --x-i)
1179 ac_prev=x_includes ;;
1180 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1181 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1182 x_includes=$ac_optarg ;;
1183
1184 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1185 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1186 ac_prev=x_libraries ;;
1187 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1188 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1189 x_libraries=$ac_optarg ;;
1190
1191 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1192 Try \`$0 --help' for more information"
1193 ;;
1194
1195 *=*)
1196 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1197 # Reject names that are not valid shell variable names.
1198 case $ac_envvar in #(
1199 '' | [0-9]* | *[!_$as_cr_alnum]* )
1200 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1201 esac
1202 eval $ac_envvar=\$ac_optarg
1203 export $ac_envvar ;;
1204
1205 *)
1206 # FIXME: should be removed in autoconf 3.0.
1207 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1209 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1210 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1211 ;;
1212
1213 esac
1214 done
1215
1216 if test -n "$ac_prev"; then
1217 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1218 as_fn_error $? "missing argument to $ac_option"
1219 fi
1220
1221 if test -n "$ac_unrecognized_opts"; then
1222 case $enable_option_checking in
1223 no) ;;
1224 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1225 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1226 esac
1227 fi
1228
1229 # Check all directory arguments for consistency.
1230 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1231 datadir sysconfdir sharedstatedir localstatedir includedir \
1232 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1233 libdir localedir mandir
1234 do
1235 eval ac_val=\$$ac_var
1236 # Remove trailing slashes.
1237 case $ac_val in
1238 */ )
1239 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1240 eval $ac_var=\$ac_val;;
1241 esac
1242 # Be sure to have absolute directory names.
1243 case $ac_val in
1244 [\\/$]* | ?:[\\/]* ) continue;;
1245 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1246 esac
1247 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1248 done
1249
1250 # There might be people who depend on the old broken behavior: `$host'
1251 # used to hold the argument of --host etc.
1252 # FIXME: To remove some day.
1253 build=$build_alias
1254 host=$host_alias
1255 target=$target_alias
1256
1257 # FIXME: To remove some day.
1258 if test "x$host_alias" != x; then
1259 if test "x$build_alias" = x; then
1260 cross_compiling=maybe
1261 elif test "x$build_alias" != "x$host_alias"; then
1262 cross_compiling=yes
1263 fi
1264 fi
1265
1266 ac_tool_prefix=
1267 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1268
1269 test "$silent" = yes && exec 6>/dev/null
1270
1271
1272 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1273 ac_ls_di=`ls -di .` &&
1274 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1275 as_fn_error $? "working directory cannot be determined"
1276 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1277 as_fn_error $? "pwd does not report name of working directory"
1278
1279
1280 # Find the source files, if location was not specified.
1281 if test -z "$srcdir"; then
1282 ac_srcdir_defaulted=yes
1283 # Try the directory containing this script, then the parent directory.
1284 ac_confdir=`$as_dirname -- "$as_myself" ||
1285 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1286 X"$as_myself" : 'X\(//\)[^/]' \| \
1287 X"$as_myself" : 'X\(//\)$' \| \
1288 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1289 $as_echo X"$as_myself" |
1290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\/\)[^/].*/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\/\)$/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\).*/{
1303 s//\1/
1304 q
1305 }
1306 s/.*/./; q'`
1307 srcdir=$ac_confdir
1308 if test ! -r "$srcdir/$ac_unique_file"; then
1309 srcdir=..
1310 fi
1311 else
1312 ac_srcdir_defaulted=no
1313 fi
1314 if test ! -r "$srcdir/$ac_unique_file"; then
1315 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1316 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1317 fi
1318 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1319 ac_abs_confdir=`(
1320 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1321 pwd)`
1322 # When building in place, set srcdir=.
1323 if test "$ac_abs_confdir" = "$ac_pwd"; then
1324 srcdir=.
1325 fi
1326 # Remove unnecessary trailing slashes from srcdir.
1327 # Double slashes in file names in object file debugging info
1328 # mess up M-x gdb in Emacs.
1329 case $srcdir in
1330 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1331 esac
1332 for ac_var in $ac_precious_vars; do
1333 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_env_${ac_var}_value=\$${ac_var}
1335 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1337 done
1338
1339 #
1340 # Report the --help message.
1341 #
1342 if test "$ac_init_help" = "long"; then
1343 # Omit some internal or obsolete options to make the list less imposing.
1344 # This message is too long to be a string in the A/UX 3.1 sh.
1345 cat <<_ACEOF
1346 \`configure' configures this package to adapt to many kinds of systems.
1347
1348 Usage: $0 [OPTION]... [VAR=VALUE]...
1349
1350 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1351 VAR=VALUE. See below for descriptions of some of the useful variables.
1352
1353 Defaults for the options are specified in brackets.
1354
1355 Configuration:
1356 -h, --help display this help and exit
1357 --help=short display options specific to this package
1358 --help=recursive display the short help of all the included packages
1359 -V, --version display version information and exit
1360 -q, --quiet, --silent do not print \`checking ...' messages
1361 --cache-file=FILE cache test results in FILE [disabled]
1362 -C, --config-cache alias for \`--cache-file=config.cache'
1363 -n, --no-create do not create output files
1364 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365
1366 Installation directories:
1367 --prefix=PREFIX install architecture-independent files in PREFIX
1368 [$ac_default_prefix]
1369 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1370 [PREFIX]
1371
1372 By default, \`make install' will install all the files in
1373 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1374 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1375 for instance \`--prefix=\$HOME'.
1376
1377 For better control, use the options below.
1378
1379 Fine tuning of the installation directories:
1380 --bindir=DIR user executables [EPREFIX/bin]
1381 --sbindir=DIR system admin executables [EPREFIX/sbin]
1382 --libexecdir=DIR program executables [EPREFIX/libexec]
1383 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1384 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1385 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1386 --libdir=DIR object code libraries [EPREFIX/lib]
1387 --includedir=DIR C header files [PREFIX/include]
1388 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1389 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1390 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1391 --infodir=DIR info documentation [DATAROOTDIR/info]
1392 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1393 --mandir=DIR man documentation [DATAROOTDIR/man]
1394 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1395 --htmldir=DIR html documentation [DOCDIR]
1396 --dvidir=DIR dvi documentation [DOCDIR]
1397 --pdfdir=DIR pdf documentation [DOCDIR]
1398 --psdir=DIR ps documentation [DOCDIR]
1399 _ACEOF
1400
1401 cat <<\_ACEOF
1402
1403 Program names:
1404 --program-prefix=PREFIX prepend PREFIX to installed program names
1405 --program-suffix=SUFFIX append SUFFIX to installed program names
1406 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1407
1408 System types:
1409 --build=BUILD configure for building on BUILD [guessed]
1410 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1411 --target=TARGET configure for building compilers for TARGET [HOST]
1412 _ACEOF
1413 fi
1414
1415 if test -n "$ac_init_help"; then
1416
1417 cat <<\_ACEOF
1418
1419 Optional Features:
1420 --disable-option-checking ignore unrecognized --enable/--with options
1421 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1422 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1423 --enable-plugins Enable support for plugins
1424 --enable-shared[=PKGS] build shared libraries [default=yes]
1425 --enable-static[=PKGS] build static libraries [default=yes]
1426 --enable-fast-install[=PKGS]
1427 optimize for fast installation [default=yes]
1428 --disable-libtool-lock avoid locking (might break parallel builds)
1429 --enable-maintainer-mode
1430 enable make rules and dependencies not useful (and
1431 sometimes confusing) to the casual installer
1432 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1433 itself)
1434 --enable-sim-stdio Specify whether to use stdio for console
1435 input/output
1436 --enable-sim-trace=opts Enable tracing of simulated programs
1437 --enable-sim-profile=opts
1438 Enable profiling flags
1439 --enable-sim-environment=environment
1440 Specify mixed, user, virtual or operating
1441 environment
1442 --enable-sim-inline=inlines
1443 Specify which functions should be inlined
1444 --enable-sim-endian=endian
1445 Specify target byte endian orientation
1446 --enable-sim-alignment=align
1447 Specify strict, nonstrict or forced alignment of
1448 memory accesses
1449 --enable-sim-scache=size
1450 Specify simulator execution cache size
1451 --enable-sim-default-model=model
1452 Specify default model to simulate
1453 --enable-werror treat compile warnings as errors
1454 --enable-build-warnings enable build-time compiler warnings if gcc is used
1455 --enable-sim-build-warnings
1456 enable SIM specific build-time compiler warnings if
1457 gcc is used
1458 --enable-cgen-maint=DIR build cgen generated files
1459 --enable-sim-trapdump Make unknown traps dump the registers
1460 --enable-sim-hardware=LIST
1461 Specify the hardware to be included in the build.
1462
1463 Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1466 --with-system-zlib use installed libz
1467 --with-pic try to use only PIC/non-PIC objects [default=use
1468 both]
1469 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1470 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1471 --with-bugurl=URL Direct users to URL to report a bug
1472
1473 Some influential environment variables:
1474 CC C compiler command
1475 CFLAGS C compiler flags
1476 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1477 nonstandard directory <lib dir>
1478 LIBS libraries to pass to the linker, e.g. -l<library>
1479 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1480 you have headers in a nonstandard directory <include dir>
1481 CPP C preprocessor
1482
1483 Use these variables to override the choices made by `configure' or to help
1484 it to find libraries and programs with nonstandard names/locations.
1485
1486 Report bugs to the package provider.
1487 _ACEOF
1488 ac_status=$?
1489 fi
1490
1491 if test "$ac_init_help" = "recursive"; then
1492 # If there are subdirs, report their specific --help.
1493 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1494 test -d "$ac_dir" ||
1495 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1496 continue
1497 ac_builddir=.
1498
1499 case "$ac_dir" in
1500 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *)
1502 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1503 # A ".." for each directory in $ac_dir_suffix.
1504 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1505 case $ac_top_builddir_sub in
1506 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1507 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1508 esac ;;
1509 esac
1510 ac_abs_top_builddir=$ac_pwd
1511 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1512 # for backward compatibility:
1513 ac_top_builddir=$ac_top_build_prefix
1514
1515 case $srcdir in
1516 .) # We are building in place.
1517 ac_srcdir=.
1518 ac_top_srcdir=$ac_top_builddir_sub
1519 ac_abs_top_srcdir=$ac_pwd ;;
1520 [\\/]* | ?:[\\/]* ) # Absolute name.
1521 ac_srcdir=$srcdir$ac_dir_suffix;
1522 ac_top_srcdir=$srcdir
1523 ac_abs_top_srcdir=$srcdir ;;
1524 *) # Relative name.
1525 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1526 ac_top_srcdir=$ac_top_build_prefix$srcdir
1527 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1528 esac
1529 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1530
1531 cd "$ac_dir" || { ac_status=$?; continue; }
1532 # Check for guested configure.
1533 if test -f "$ac_srcdir/configure.gnu"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1536 elif test -f "$ac_srcdir/configure"; then
1537 echo &&
1538 $SHELL "$ac_srcdir/configure" --help=recursive
1539 else
1540 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1541 fi || ac_status=$?
1542 cd "$ac_pwd" || { ac_status=$?; break; }
1543 done
1544 fi
1545
1546 test -n "$ac_init_help" && exit $ac_status
1547 if $ac_init_version; then
1548 cat <<\_ACEOF
1549 configure
1550 generated by GNU Autoconf 2.69
1551
1552 Copyright (C) 2012 Free Software Foundation, Inc.
1553 This configure script is free software; the Free Software Foundation
1554 gives unlimited permission to copy, distribute and modify it.
1555 _ACEOF
1556 exit
1557 fi
1558
1559 ## ------------------------ ##
1560 ## Autoconf initialization. ##
1561 ## ------------------------ ##
1562
1563 # ac_fn_c_try_compile LINENO
1564 # --------------------------
1565 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1566 ac_fn_c_try_compile ()
1567 {
1568 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1569 rm -f conftest.$ac_objext
1570 if { { ac_try="$ac_compile"
1571 case "(($ac_try" in
1572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1573 *) ac_try_echo=$ac_try;;
1574 esac
1575 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1576 $as_echo "$ac_try_echo"; } >&5
1577 (eval "$ac_compile") 2>conftest.err
1578 ac_status=$?
1579 if test -s conftest.err; then
1580 grep -v '^ *+' conftest.err >conftest.er1
1581 cat conftest.er1 >&5
1582 mv -f conftest.er1 conftest.err
1583 fi
1584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1585 test $ac_status = 0; } && {
1586 test -z "$ac_c_werror_flag" ||
1587 test ! -s conftest.err
1588 } && test -s conftest.$ac_objext; then :
1589 ac_retval=0
1590 else
1591 $as_echo "$as_me: failed program was:" >&5
1592 sed 's/^/| /' conftest.$ac_ext >&5
1593
1594 ac_retval=1
1595 fi
1596 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1597 as_fn_set_status $ac_retval
1598
1599 } # ac_fn_c_try_compile
1600
1601 # ac_fn_c_try_cpp LINENO
1602 # ----------------------
1603 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1604 ac_fn_c_try_cpp ()
1605 {
1606 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1607 if { { ac_try="$ac_cpp conftest.$ac_ext"
1608 case "(($ac_try" in
1609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1611 esac
1612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613 $as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1615 ac_status=$?
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1620 fi
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; } > conftest.i && {
1623 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 }; then :
1626 ac_retval=0
1627 else
1628 $as_echo "$as_me: failed program was:" >&5
1629 sed 's/^/| /' conftest.$ac_ext >&5
1630
1631 ac_retval=1
1632 fi
1633 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1634 as_fn_set_status $ac_retval
1635
1636 } # ac_fn_c_try_cpp
1637
1638 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1639 # -------------------------------------------------------
1640 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1641 # the include files in INCLUDES and setting the cache variable VAR
1642 # accordingly.
1643 ac_fn_c_check_header_mongrel ()
1644 {
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 if eval \${$3+:} false; then :
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1648 $as_echo_n "checking for $2... " >&6; }
1649 if eval \${$3+:} false; then :
1650 $as_echo_n "(cached) " >&6
1651 fi
1652 eval ac_res=\$$3
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1654 $as_echo "$ac_res" >&6; }
1655 else
1656 # Is the header compilable?
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1658 $as_echo_n "checking $2 usability... " >&6; }
1659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660 /* end confdefs.h. */
1661 $4
1662 #include <$2>
1663 _ACEOF
1664 if ac_fn_c_try_compile "$LINENO"; then :
1665 ac_header_compiler=yes
1666 else
1667 ac_header_compiler=no
1668 fi
1669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1671 $as_echo "$ac_header_compiler" >&6; }
1672
1673 # Is the header present?
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1675 $as_echo_n "checking $2 presence... " >&6; }
1676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677 /* end confdefs.h. */
1678 #include <$2>
1679 _ACEOF
1680 if ac_fn_c_try_cpp "$LINENO"; then :
1681 ac_header_preproc=yes
1682 else
1683 ac_header_preproc=no
1684 fi
1685 rm -f conftest.err conftest.i conftest.$ac_ext
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1687 $as_echo "$ac_header_preproc" >&6; }
1688
1689 # So? What about this header?
1690 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1691 yes:no: )
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1693 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1696 ;;
1697 no:yes:* )
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1699 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1701 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1703 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1705 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1707 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1708 ;;
1709 esac
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1711 $as_echo_n "checking for $2... " >&6; }
1712 if eval \${$3+:} false; then :
1713 $as_echo_n "(cached) " >&6
1714 else
1715 eval "$3=\$ac_header_compiler"
1716 fi
1717 eval ac_res=\$$3
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1719 $as_echo "$ac_res" >&6; }
1720 fi
1721 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1722
1723 } # ac_fn_c_check_header_mongrel
1724
1725 # ac_fn_c_try_run LINENO
1726 # ----------------------
1727 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1728 # that executables *can* be run.
1729 ac_fn_c_try_run ()
1730 {
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 if { { ac_try="$ac_link"
1733 case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736 esac
1737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738 $as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_link") 2>&5
1740 ac_status=$?
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1743 { { case "(($ac_try" in
1744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1745 *) ac_try_echo=$ac_try;;
1746 esac
1747 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1748 $as_echo "$ac_try_echo"; } >&5
1749 (eval "$ac_try") 2>&5
1750 ac_status=$?
1751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1752 test $ac_status = 0; }; }; then :
1753 ac_retval=0
1754 else
1755 $as_echo "$as_me: program exited with status $ac_status" >&5
1756 $as_echo "$as_me: failed program was:" >&5
1757 sed 's/^/| /' conftest.$ac_ext >&5
1758
1759 ac_retval=$ac_status
1760 fi
1761 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 as_fn_set_status $ac_retval
1764
1765 } # ac_fn_c_try_run
1766
1767 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1768 # -------------------------------------------------------
1769 # Tests whether HEADER exists and can be compiled using the include files in
1770 # INCLUDES, setting the cache variable VAR accordingly.
1771 ac_fn_c_check_header_compile ()
1772 {
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775 $as_echo_n "checking for $2... " >&6; }
1776 if eval \${$3+:} false; then :
1777 $as_echo_n "(cached) " >&6
1778 else
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780 /* end confdefs.h. */
1781 $4
1782 #include <$2>
1783 _ACEOF
1784 if ac_fn_c_try_compile "$LINENO"; then :
1785 eval "$3=yes"
1786 else
1787 eval "$3=no"
1788 fi
1789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 fi
1791 eval ac_res=\$$3
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1793 $as_echo "$ac_res" >&6; }
1794 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795
1796 } # ac_fn_c_check_header_compile
1797
1798 # ac_fn_c_try_link LINENO
1799 # -----------------------
1800 # Try to link conftest.$ac_ext, and return whether this succeeded.
1801 ac_fn_c_try_link ()
1802 {
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 rm -f conftest.$ac_objext conftest$ac_exeext
1805 if { { ac_try="$ac_link"
1806 case "(($ac_try" in
1807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1808 *) ac_try_echo=$ac_try;;
1809 esac
1810 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1811 $as_echo "$ac_try_echo"; } >&5
1812 (eval "$ac_link") 2>conftest.err
1813 ac_status=$?
1814 if test -s conftest.err; then
1815 grep -v '^ *+' conftest.err >conftest.er1
1816 cat conftest.er1 >&5
1817 mv -f conftest.er1 conftest.err
1818 fi
1819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1820 test $ac_status = 0; } && {
1821 test -z "$ac_c_werror_flag" ||
1822 test ! -s conftest.err
1823 } && test -s conftest$ac_exeext && {
1824 test "$cross_compiling" = yes ||
1825 test -x conftest$ac_exeext
1826 }; then :
1827 ac_retval=0
1828 else
1829 $as_echo "$as_me: failed program was:" >&5
1830 sed 's/^/| /' conftest.$ac_ext >&5
1831
1832 ac_retval=1
1833 fi
1834 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1835 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1836 # interfere with the next link command; also delete a directory that is
1837 # left behind by Apple's compiler. We do this before executing the actions.
1838 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1840 as_fn_set_status $ac_retval
1841
1842 } # ac_fn_c_try_link
1843
1844 # ac_fn_c_check_func LINENO FUNC VAR
1845 # ----------------------------------
1846 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1847 ac_fn_c_check_func ()
1848 {
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851 $as_echo_n "checking for $2... " >&6; }
1852 if eval \${$3+:} false; then :
1853 $as_echo_n "(cached) " >&6
1854 else
1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1856 /* end confdefs.h. */
1857 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1858 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1859 #define $2 innocuous_$2
1860
1861 /* System header to define __stub macros and hopefully few prototypes,
1862 which can conflict with char $2 (); below.
1863 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1864 <limits.h> exists even on freestanding compilers. */
1865
1866 #ifdef __STDC__
1867 # include <limits.h>
1868 #else
1869 # include <assert.h>
1870 #endif
1871
1872 #undef $2
1873
1874 /* Override any GCC internal prototype to avoid an error.
1875 Use char because int might match the return type of a GCC
1876 builtin and then its argument prototype would still apply. */
1877 #ifdef __cplusplus
1878 extern "C"
1879 #endif
1880 char $2 ();
1881 /* The GNU C library defines this for functions which it implements
1882 to always fail with ENOSYS. Some functions are actually named
1883 something starting with __ and the normal name is an alias. */
1884 #if defined __stub_$2 || defined __stub___$2
1885 choke me
1886 #endif
1887
1888 int
1889 main ()
1890 {
1891 return $2 ();
1892 ;
1893 return 0;
1894 }
1895 _ACEOF
1896 if ac_fn_c_try_link "$LINENO"; then :
1897 eval "$3=yes"
1898 else
1899 eval "$3=no"
1900 fi
1901 rm -f core conftest.err conftest.$ac_objext \
1902 conftest$ac_exeext conftest.$ac_ext
1903 fi
1904 eval ac_res=\$$3
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906 $as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1908
1909 } # ac_fn_c_check_func
1910 cat >config.log <<_ACEOF
1911 This file contains any messages produced by compilers while
1912 running configure, to aid debugging if configure makes a mistake.
1913
1914 It was created by $as_me, which was
1915 generated by GNU Autoconf 2.69. Invocation command line was
1916
1917 $ $0 $@
1918
1919 _ACEOF
1920 exec 5>>config.log
1921 {
1922 cat <<_ASUNAME
1923 ## --------- ##
1924 ## Platform. ##
1925 ## --------- ##
1926
1927 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1928 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1929 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1930 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1931 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1932
1933 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1934 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1935
1936 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1937 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1938 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1939 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1940 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1941 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1942 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1943
1944 _ASUNAME
1945
1946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1947 for as_dir in $PATH
1948 do
1949 IFS=$as_save_IFS
1950 test -z "$as_dir" && as_dir=.
1951 $as_echo "PATH: $as_dir"
1952 done
1953 IFS=$as_save_IFS
1954
1955 } >&5
1956
1957 cat >&5 <<_ACEOF
1958
1959
1960 ## ----------- ##
1961 ## Core tests. ##
1962 ## ----------- ##
1963
1964 _ACEOF
1965
1966
1967 # Keep a trace of the command line.
1968 # Strip out --no-create and --no-recursion so they do not pile up.
1969 # Strip out --silent because we don't want to record it for future runs.
1970 # Also quote any args containing shell meta-characters.
1971 # Make two passes to allow for proper duplicate-argument suppression.
1972 ac_configure_args=
1973 ac_configure_args0=
1974 ac_configure_args1=
1975 ac_must_keep_next=false
1976 for ac_pass in 1 2
1977 do
1978 for ac_arg
1979 do
1980 case $ac_arg in
1981 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1982 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1983 | -silent | --silent | --silen | --sile | --sil)
1984 continue ;;
1985 *\'*)
1986 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1987 esac
1988 case $ac_pass in
1989 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1990 2)
1991 as_fn_append ac_configure_args1 " '$ac_arg'"
1992 if test $ac_must_keep_next = true; then
1993 ac_must_keep_next=false # Got value, back to normal.
1994 else
1995 case $ac_arg in
1996 *=* | --config-cache | -C | -disable-* | --disable-* \
1997 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1998 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1999 | -with-* | --with-* | -without-* | --without-* | --x)
2000 case "$ac_configure_args0 " in
2001 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2002 esac
2003 ;;
2004 -* ) ac_must_keep_next=true ;;
2005 esac
2006 fi
2007 as_fn_append ac_configure_args " '$ac_arg'"
2008 ;;
2009 esac
2010 done
2011 done
2012 { ac_configure_args0=; unset ac_configure_args0;}
2013 { ac_configure_args1=; unset ac_configure_args1;}
2014
2015 # When interrupted or exit'd, cleanup temporary files, and complete
2016 # config.log. We remove comments because anyway the quotes in there
2017 # would cause problems or look ugly.
2018 # WARNING: Use '\'' to represent an apostrophe within the trap.
2019 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2020 trap 'exit_status=$?
2021 # Save into config.log some information that might help in debugging.
2022 {
2023 echo
2024
2025 $as_echo "## ---------------- ##
2026 ## Cache variables. ##
2027 ## ---------------- ##"
2028 echo
2029 # The following way of writing the cache mishandles newlines in values,
2030 (
2031 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2032 eval ac_val=\$$ac_var
2033 case $ac_val in #(
2034 *${as_nl}*)
2035 case $ac_var in #(
2036 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2037 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2038 esac
2039 case $ac_var in #(
2040 _ | IFS | as_nl) ;; #(
2041 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2042 *) { eval $ac_var=; unset $ac_var;} ;;
2043 esac ;;
2044 esac
2045 done
2046 (set) 2>&1 |
2047 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2048 *${as_nl}ac_space=\ *)
2049 sed -n \
2050 "s/'\''/'\''\\\\'\'''\''/g;
2051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2052 ;; #(
2053 *)
2054 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2055 ;;
2056 esac |
2057 sort
2058 )
2059 echo
2060
2061 $as_echo "## ----------------- ##
2062 ## Output variables. ##
2063 ## ----------------- ##"
2064 echo
2065 for ac_var in $ac_subst_vars
2066 do
2067 eval ac_val=\$$ac_var
2068 case $ac_val in
2069 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2070 esac
2071 $as_echo "$ac_var='\''$ac_val'\''"
2072 done | sort
2073 echo
2074
2075 if test -n "$ac_subst_files"; then
2076 $as_echo "## ------------------- ##
2077 ## File substitutions. ##
2078 ## ------------------- ##"
2079 echo
2080 for ac_var in $ac_subst_files
2081 do
2082 eval ac_val=\$$ac_var
2083 case $ac_val in
2084 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2085 esac
2086 $as_echo "$ac_var='\''$ac_val'\''"
2087 done | sort
2088 echo
2089 fi
2090
2091 if test -s confdefs.h; then
2092 $as_echo "## ----------- ##
2093 ## confdefs.h. ##
2094 ## ----------- ##"
2095 echo
2096 cat confdefs.h
2097 echo
2098 fi
2099 test "$ac_signal" != 0 &&
2100 $as_echo "$as_me: caught signal $ac_signal"
2101 $as_echo "$as_me: exit $exit_status"
2102 } >&5
2103 rm -f core *.core core.conftest.* &&
2104 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2105 exit $exit_status
2106 ' 0
2107 for ac_signal in 1 2 13 15; do
2108 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2109 done
2110 ac_signal=0
2111
2112 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2113 rm -f -r conftest* confdefs.h
2114
2115 $as_echo "/* confdefs.h */" > confdefs.h
2116
2117 # Predefined preprocessor variables.
2118
2119 cat >>confdefs.h <<_ACEOF
2120 #define PACKAGE_NAME "$PACKAGE_NAME"
2121 _ACEOF
2122
2123 cat >>confdefs.h <<_ACEOF
2124 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2125 _ACEOF
2126
2127 cat >>confdefs.h <<_ACEOF
2128 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2129 _ACEOF
2130
2131 cat >>confdefs.h <<_ACEOF
2132 #define PACKAGE_STRING "$PACKAGE_STRING"
2133 _ACEOF
2134
2135 cat >>confdefs.h <<_ACEOF
2136 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2137 _ACEOF
2138
2139 cat >>confdefs.h <<_ACEOF
2140 #define PACKAGE_URL "$PACKAGE_URL"
2141 _ACEOF
2142
2143
2144 # Let the site file select an alternate cache file if it wants to.
2145 # Prefer an explicitly selected file to automatically selected ones.
2146 ac_site_file1=NONE
2147 ac_site_file2=NONE
2148 if test -n "$CONFIG_SITE"; then
2149 # We do not want a PATH search for config.site.
2150 case $CONFIG_SITE in #((
2151 -*) ac_site_file1=./$CONFIG_SITE;;
2152 */*) ac_site_file1=$CONFIG_SITE;;
2153 *) ac_site_file1=./$CONFIG_SITE;;
2154 esac
2155 elif test "x$prefix" != xNONE; then
2156 ac_site_file1=$prefix/share/config.site
2157 ac_site_file2=$prefix/etc/config.site
2158 else
2159 ac_site_file1=$ac_default_prefix/share/config.site
2160 ac_site_file2=$ac_default_prefix/etc/config.site
2161 fi
2162 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2163 do
2164 test "x$ac_site_file" = xNONE && continue
2165 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2167 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2168 sed 's/^/| /' "$ac_site_file" >&5
2169 . "$ac_site_file" \
2170 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2171 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2172 as_fn_error $? "failed to load site script $ac_site_file
2173 See \`config.log' for more details" "$LINENO" 5; }
2174 fi
2175 done
2176
2177 if test -r "$cache_file"; then
2178 # Some versions of bash will fail to source /dev/null (special files
2179 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2180 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2182 $as_echo "$as_me: loading cache $cache_file" >&6;}
2183 case $cache_file in
2184 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2185 *) . "./$cache_file";;
2186 esac
2187 fi
2188 else
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2190 $as_echo "$as_me: creating cache $cache_file" >&6;}
2191 >$cache_file
2192 fi
2193
2194 # Check that the precious variables saved in the cache have kept the same
2195 # value.
2196 ac_cache_corrupted=false
2197 for ac_var in $ac_precious_vars; do
2198 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2199 eval ac_new_set=\$ac_env_${ac_var}_set
2200 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2201 eval ac_new_val=\$ac_env_${ac_var}_value
2202 case $ac_old_set,$ac_new_set in
2203 set,)
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2205 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2206 ac_cache_corrupted=: ;;
2207 ,set)
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2209 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2210 ac_cache_corrupted=: ;;
2211 ,);;
2212 *)
2213 if test "x$ac_old_val" != "x$ac_new_val"; then
2214 # differences in whitespace do not lead to failure.
2215 ac_old_val_w=`echo x $ac_old_val`
2216 ac_new_val_w=`echo x $ac_new_val`
2217 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2219 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2220 ac_cache_corrupted=:
2221 else
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2223 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2224 eval $ac_var=\$ac_old_val
2225 fi
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2227 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2229 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2230 fi;;
2231 esac
2232 # Pass precious variables to config.status.
2233 if test "$ac_new_set" = set; then
2234 case $ac_new_val in
2235 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2236 *) ac_arg=$ac_var=$ac_new_val ;;
2237 esac
2238 case " $ac_configure_args " in
2239 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2240 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2241 esac
2242 fi
2243 done
2244 if $ac_cache_corrupted; then
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2246 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2248 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2249 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2250 fi
2251 ## -------------------- ##
2252 ## Main body of script. ##
2253 ## -------------------- ##
2254
2255 ac_ext=c
2256 ac_cpp='$CPP $CPPFLAGS'
2257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2260
2261
2262
2263
2264
2265
2266
2267 ac_aux_dir=
2268 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2269 if test -f "$ac_dir/install-sh"; then
2270 ac_aux_dir=$ac_dir
2271 ac_install_sh="$ac_aux_dir/install-sh -c"
2272 break
2273 elif test -f "$ac_dir/install.sh"; then
2274 ac_aux_dir=$ac_dir
2275 ac_install_sh="$ac_aux_dir/install.sh -c"
2276 break
2277 elif test -f "$ac_dir/shtool"; then
2278 ac_aux_dir=$ac_dir
2279 ac_install_sh="$ac_aux_dir/shtool install -c"
2280 break
2281 fi
2282 done
2283 if test -z "$ac_aux_dir"; then
2284 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2285 fi
2286
2287 # These three variables are undocumented and unsupported,
2288 # and are intended to be withdrawn in a future Autoconf release.
2289 # They can cause serious problems if a builder's source tree is in a directory
2290 # whose full name contains unusual characters.
2291 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2292 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2293 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2294
2295
2296 # Make sure we can run config.sub.
2297 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2298 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2299
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2301 $as_echo_n "checking build system type... " >&6; }
2302 if ${ac_cv_build+:} false; then :
2303 $as_echo_n "(cached) " >&6
2304 else
2305 ac_build_alias=$build_alias
2306 test "x$ac_build_alias" = x &&
2307 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2308 test "x$ac_build_alias" = x &&
2309 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2310 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2311 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2312
2313 fi
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2315 $as_echo "$ac_cv_build" >&6; }
2316 case $ac_cv_build in
2317 *-*-*) ;;
2318 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if ${ac_cv_host+:} false; then :
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2344 fi
2345
2346 fi
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2348 $as_echo "$ac_cv_host" >&6; }
2349 case $ac_cv_host in
2350 *-*-*) ;;
2351 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2352 esac
2353 host=$ac_cv_host
2354 ac_save_IFS=$IFS; IFS='-'
2355 set x $ac_cv_host
2356 shift
2357 host_cpu=$1
2358 host_vendor=$2
2359 shift; shift
2360 # Remember, the first character of IFS is used to create $*,
2361 # except with old shells:
2362 host_os=$*
2363 IFS=$ac_save_IFS
2364 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2365
2366
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2368 $as_echo_n "checking target system type... " >&6; }
2369 if ${ac_cv_target+:} false; then :
2370 $as_echo_n "(cached) " >&6
2371 else
2372 if test "x$target_alias" = x; then
2373 ac_cv_target=$ac_cv_host
2374 else
2375 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2376 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2377 fi
2378
2379 fi
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2381 $as_echo "$ac_cv_target" >&6; }
2382 case $ac_cv_target in
2383 *-*-*) ;;
2384 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2385 esac
2386 target=$ac_cv_target
2387 ac_save_IFS=$IFS; IFS='-'
2388 set x $ac_cv_target
2389 shift
2390 target_cpu=$1
2391 target_vendor=$2
2392 shift; shift
2393 # Remember, the first character of IFS is used to create $*,
2394 # except with old shells:
2395 target_os=$*
2396 IFS=$ac_save_IFS
2397 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2398
2399
2400 # The aliases save the names the user supplied, while $host etc.
2401 # will get canonicalized.
2402 test -n "$target_alias" &&
2403 test "$program_prefix$program_suffix$program_transform_name" = \
2404 NONENONEs,x,x, &&
2405 program_prefix=${target_alias}-
2406 ac_ext=c
2407 ac_cpp='$CPP $CPPFLAGS'
2408 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2409 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2410 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2411 if test -n "$ac_tool_prefix"; then
2412 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2413 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2415 $as_echo_n "checking for $ac_word... " >&6; }
2416 if ${ac_cv_prog_CC+:} false; then :
2417 $as_echo_n "(cached) " >&6
2418 else
2419 if test -n "$CC"; then
2420 ac_cv_prog_CC="$CC" # Let the user override the test.
2421 else
2422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2423 for as_dir in $PATH
2424 do
2425 IFS=$as_save_IFS
2426 test -z "$as_dir" && as_dir=.
2427 for ac_exec_ext in '' $ac_executable_extensions; do
2428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2429 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2431 break 2
2432 fi
2433 done
2434 done
2435 IFS=$as_save_IFS
2436
2437 fi
2438 fi
2439 CC=$ac_cv_prog_CC
2440 if test -n "$CC"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2442 $as_echo "$CC" >&6; }
2443 else
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2445 $as_echo "no" >&6; }
2446 fi
2447
2448
2449 fi
2450 if test -z "$ac_cv_prog_CC"; then
2451 ac_ct_CC=$CC
2452 # Extract the first word of "gcc", so it can be a program name with args.
2453 set dummy gcc; ac_word=$2
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2455 $as_echo_n "checking for $ac_word... " >&6; }
2456 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2457 $as_echo_n "(cached) " >&6
2458 else
2459 if test -n "$ac_ct_CC"; then
2460 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2461 else
2462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2463 for as_dir in $PATH
2464 do
2465 IFS=$as_save_IFS
2466 test -z "$as_dir" && as_dir=.
2467 for ac_exec_ext in '' $ac_executable_extensions; do
2468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2469 ac_cv_prog_ac_ct_CC="gcc"
2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 break 2
2472 fi
2473 done
2474 done
2475 IFS=$as_save_IFS
2476
2477 fi
2478 fi
2479 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2480 if test -n "$ac_ct_CC"; then
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2482 $as_echo "$ac_ct_CC" >&6; }
2483 else
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485 $as_echo "no" >&6; }
2486 fi
2487
2488 if test "x$ac_ct_CC" = x; then
2489 CC=""
2490 else
2491 case $cross_compiling:$ac_tool_warned in
2492 yes:)
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2494 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2495 ac_tool_warned=yes ;;
2496 esac
2497 CC=$ac_ct_CC
2498 fi
2499 else
2500 CC="$ac_cv_prog_CC"
2501 fi
2502
2503 if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2506 set dummy ${ac_tool_prefix}cc; ac_word=$2
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2508 $as_echo_n "checking for $ac_word... " >&6; }
2509 if ${ac_cv_prog_CC+:} false; then :
2510 $as_echo_n "(cached) " >&6
2511 else
2512 if test -n "$CC"; then
2513 ac_cv_prog_CC="$CC" # Let the user override the test.
2514 else
2515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516 for as_dir in $PATH
2517 do
2518 IFS=$as_save_IFS
2519 test -z "$as_dir" && as_dir=.
2520 for ac_exec_ext in '' $ac_executable_extensions; do
2521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2522 ac_cv_prog_CC="${ac_tool_prefix}cc"
2523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2524 break 2
2525 fi
2526 done
2527 done
2528 IFS=$as_save_IFS
2529
2530 fi
2531 fi
2532 CC=$ac_cv_prog_CC
2533 if test -n "$CC"; then
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2535 $as_echo "$CC" >&6; }
2536 else
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2538 $as_echo "no" >&6; }
2539 fi
2540
2541
2542 fi
2543 fi
2544 if test -z "$CC"; then
2545 # Extract the first word of "cc", so it can be a program name with args.
2546 set dummy cc; ac_word=$2
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2548 $as_echo_n "checking for $ac_word... " >&6; }
2549 if ${ac_cv_prog_CC+:} false; then :
2550 $as_echo_n "(cached) " >&6
2551 else
2552 if test -n "$CC"; then
2553 ac_cv_prog_CC="$CC" # Let the user override the test.
2554 else
2555 ac_prog_rejected=no
2556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2557 for as_dir in $PATH
2558 do
2559 IFS=$as_save_IFS
2560 test -z "$as_dir" && as_dir=.
2561 for ac_exec_ext in '' $ac_executable_extensions; do
2562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2563 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2564 ac_prog_rejected=yes
2565 continue
2566 fi
2567 ac_cv_prog_CC="cc"
2568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 break 2
2570 fi
2571 done
2572 done
2573 IFS=$as_save_IFS
2574
2575 if test $ac_prog_rejected = yes; then
2576 # We found a bogon in the path, so make sure we never use it.
2577 set dummy $ac_cv_prog_CC
2578 shift
2579 if test $# != 0; then
2580 # We chose a different compiler from the bogus one.
2581 # However, it has the same basename, so the bogon will be chosen
2582 # first if we set CC to just the basename; use the full file name.
2583 shift
2584 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2585 fi
2586 fi
2587 fi
2588 fi
2589 CC=$ac_cv_prog_CC
2590 if test -n "$CC"; then
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2592 $as_echo "$CC" >&6; }
2593 else
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2595 $as_echo "no" >&6; }
2596 fi
2597
2598
2599 fi
2600 if test -z "$CC"; then
2601 if test -n "$ac_tool_prefix"; then
2602 for ac_prog in cl.exe
2603 do
2604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2605 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2607 $as_echo_n "checking for $ac_word... " >&6; }
2608 if ${ac_cv_prog_CC+:} false; then :
2609 $as_echo_n "(cached) " >&6
2610 else
2611 if test -n "$CC"; then
2612 ac_cv_prog_CC="$CC" # Let the user override the test.
2613 else
2614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615 for as_dir in $PATH
2616 do
2617 IFS=$as_save_IFS
2618 test -z "$as_dir" && as_dir=.
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2621 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624 fi
2625 done
2626 done
2627 IFS=$as_save_IFS
2628
2629 fi
2630 fi
2631 CC=$ac_cv_prog_CC
2632 if test -n "$CC"; then
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2634 $as_echo "$CC" >&6; }
2635 else
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637 $as_echo "no" >&6; }
2638 fi
2639
2640
2641 test -n "$CC" && break
2642 done
2643 fi
2644 if test -z "$CC"; then
2645 ac_ct_CC=$CC
2646 for ac_prog in cl.exe
2647 do
2648 # Extract the first word of "$ac_prog", so it can be a program name with args.
2649 set dummy $ac_prog; ac_word=$2
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2653 $as_echo_n "(cached) " >&6
2654 else
2655 if test -n "$ac_ct_CC"; then
2656 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2660 do
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
2664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2665 ac_cv_prog_ac_ct_CC="$ac_prog"
2666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 break 2
2668 fi
2669 done
2670 done
2671 IFS=$as_save_IFS
2672
2673 fi
2674 fi
2675 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2676 if test -n "$ac_ct_CC"; then
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2678 $as_echo "$ac_ct_CC" >&6; }
2679 else
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2681 $as_echo "no" >&6; }
2682 fi
2683
2684
2685 test -n "$ac_ct_CC" && break
2686 done
2687
2688 if test "x$ac_ct_CC" = x; then
2689 CC=""
2690 else
2691 case $cross_compiling:$ac_tool_warned in
2692 yes:)
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2695 ac_tool_warned=yes ;;
2696 esac
2697 CC=$ac_ct_CC
2698 fi
2699 fi
2700
2701 fi
2702
2703
2704 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2705 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2706 as_fn_error $? "no acceptable C compiler found in \$PATH
2707 See \`config.log' for more details" "$LINENO" 5; }
2708
2709 # Provide some information about the compiler.
2710 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2711 set X $ac_compile
2712 ac_compiler=$2
2713 for ac_option in --version -v -V -qversion; do
2714 { { ac_try="$ac_compiler $ac_option >&5"
2715 case "(($ac_try" in
2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717 *) ac_try_echo=$ac_try;;
2718 esac
2719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2720 $as_echo "$ac_try_echo"; } >&5
2721 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2722 ac_status=$?
2723 if test -s conftest.err; then
2724 sed '10a\
2725 ... rest of stderr output deleted ...
2726 10q' conftest.err >conftest.er1
2727 cat conftest.er1 >&5
2728 fi
2729 rm -f conftest.er1 conftest.err
2730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2731 test $ac_status = 0; }
2732 done
2733
2734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2735 /* end confdefs.h. */
2736
2737 int
2738 main ()
2739 {
2740
2741 ;
2742 return 0;
2743 }
2744 _ACEOF
2745 ac_clean_files_save=$ac_clean_files
2746 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2747 # Try to create an executable without -o first, disregard a.out.
2748 # It will help us diagnose broken compilers, and finding out an intuition
2749 # of exeext.
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2751 $as_echo_n "checking whether the C compiler works... " >&6; }
2752 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2753
2754 # The possible output files:
2755 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2756
2757 ac_rmfiles=
2758 for ac_file in $ac_files
2759 do
2760 case $ac_file in
2761 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2762 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2763 esac
2764 done
2765 rm -f $ac_rmfiles
2766
2767 if { { ac_try="$ac_link_default"
2768 case "(($ac_try" in
2769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2770 *) ac_try_echo=$ac_try;;
2771 esac
2772 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2773 $as_echo "$ac_try_echo"; } >&5
2774 (eval "$ac_link_default") 2>&5
2775 ac_status=$?
2776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2777 test $ac_status = 0; }; then :
2778 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2779 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2780 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2781 # so that the user can short-circuit this test for compilers unknown to
2782 # Autoconf.
2783 for ac_file in $ac_files ''
2784 do
2785 test -f "$ac_file" || continue
2786 case $ac_file in
2787 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2788 ;;
2789 [ab].out )
2790 # We found the default executable, but exeext='' is most
2791 # certainly right.
2792 break;;
2793 *.* )
2794 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2795 then :; else
2796 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797 fi
2798 # We set ac_cv_exeext here because the later test for it is not
2799 # safe: cross compilers may not add the suffix if given an `-o'
2800 # argument, so we may need to know it at that point already.
2801 # Even if this section looks crufty: it has the advantage of
2802 # actually working.
2803 break;;
2804 * )
2805 break;;
2806 esac
2807 done
2808 test "$ac_cv_exeext" = no && ac_cv_exeext=
2809
2810 else
2811 ac_file=''
2812 fi
2813 if test -z "$ac_file"; then :
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2816 $as_echo "$as_me: failed program was:" >&5
2817 sed 's/^/| /' conftest.$ac_ext >&5
2818
2819 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2820 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2821 as_fn_error 77 "C compiler cannot create executables
2822 See \`config.log' for more details" "$LINENO" 5; }
2823 else
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2825 $as_echo "yes" >&6; }
2826 fi
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2828 $as_echo_n "checking for C compiler default output file name... " >&6; }
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2830 $as_echo "$ac_file" >&6; }
2831 ac_exeext=$ac_cv_exeext
2832
2833 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2834 ac_clean_files=$ac_clean_files_save
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2836 $as_echo_n "checking for suffix of executables... " >&6; }
2837 if { { ac_try="$ac_link"
2838 case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2841 esac
2842 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2843 $as_echo "$ac_try_echo"; } >&5
2844 (eval "$ac_link") 2>&5
2845 ac_status=$?
2846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2847 test $ac_status = 0; }; then :
2848 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2849 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2850 # work properly (i.e., refer to `conftest.exe'), while it won't with
2851 # `rm'.
2852 for ac_file in conftest.exe conftest conftest.*; do
2853 test -f "$ac_file" || continue
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2856 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2857 break;;
2858 * ) break;;
2859 esac
2860 done
2861 else
2862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2863 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2864 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2865 See \`config.log' for more details" "$LINENO" 5; }
2866 fi
2867 rm -f conftest conftest$ac_cv_exeext
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2869 $as_echo "$ac_cv_exeext" >&6; }
2870
2871 rm -f conftest.$ac_ext
2872 EXEEXT=$ac_cv_exeext
2873 ac_exeext=$EXEEXT
2874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2875 /* end confdefs.h. */
2876 #include <stdio.h>
2877 int
2878 main ()
2879 {
2880 FILE *f = fopen ("conftest.out", "w");
2881 return ferror (f) || fclose (f) != 0;
2882
2883 ;
2884 return 0;
2885 }
2886 _ACEOF
2887 ac_clean_files="$ac_clean_files conftest.out"
2888 # Check that the compiler produces executables we can run. If not, either
2889 # the compiler is broken, or we cross compile.
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2891 $as_echo_n "checking whether we are cross compiling... " >&6; }
2892 if test "$cross_compiling" != yes; then
2893 { { ac_try="$ac_link"
2894 case "(($ac_try" in
2895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2896 *) ac_try_echo=$ac_try;;
2897 esac
2898 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2899 $as_echo "$ac_try_echo"; } >&5
2900 (eval "$ac_link") 2>&5
2901 ac_status=$?
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; }
2904 if { ac_try='./conftest$ac_cv_exeext'
2905 { { case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2910 $as_echo "$ac_try_echo"; } >&5
2911 (eval "$ac_try") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2914 test $ac_status = 0; }; }; then
2915 cross_compiling=no
2916 else
2917 if test "$cross_compiling" = maybe; then
2918 cross_compiling=yes
2919 else
2920 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2921 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2922 as_fn_error $? "cannot run C compiled programs.
2923 If you meant to cross compile, use \`--host'.
2924 See \`config.log' for more details" "$LINENO" 5; }
2925 fi
2926 fi
2927 fi
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2929 $as_echo "$cross_compiling" >&6; }
2930
2931 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2932 ac_clean_files=$ac_clean_files_save
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2934 $as_echo_n "checking for suffix of object files... " >&6; }
2935 if ${ac_cv_objext+:} false; then :
2936 $as_echo_n "(cached) " >&6
2937 else
2938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2939 /* end confdefs.h. */
2940
2941 int
2942 main ()
2943 {
2944
2945 ;
2946 return 0;
2947 }
2948 _ACEOF
2949 rm -f conftest.o conftest.obj
2950 if { { ac_try="$ac_compile"
2951 case "(($ac_try" in
2952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2953 *) ac_try_echo=$ac_try;;
2954 esac
2955 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2956 $as_echo "$ac_try_echo"; } >&5
2957 (eval "$ac_compile") 2>&5
2958 ac_status=$?
2959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2960 test $ac_status = 0; }; then :
2961 for ac_file in conftest.o conftest.obj conftest.*; do
2962 test -f "$ac_file" || continue;
2963 case $ac_file in
2964 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2965 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2966 break;;
2967 esac
2968 done
2969 else
2970 $as_echo "$as_me: failed program was:" >&5
2971 sed 's/^/| /' conftest.$ac_ext >&5
2972
2973 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2975 as_fn_error $? "cannot compute suffix of object files: cannot compile
2976 See \`config.log' for more details" "$LINENO" 5; }
2977 fi
2978 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2979 fi
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2981 $as_echo "$ac_cv_objext" >&6; }
2982 OBJEXT=$ac_cv_objext
2983 ac_objext=$OBJEXT
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2985 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2986 if ${ac_cv_c_compiler_gnu+:} false; then :
2987 $as_echo_n "(cached) " >&6
2988 else
2989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2990 /* end confdefs.h. */
2991
2992 int
2993 main ()
2994 {
2995 #ifndef __GNUC__
2996 choke me
2997 #endif
2998
2999 ;
3000 return 0;
3001 }
3002 _ACEOF
3003 if ac_fn_c_try_compile "$LINENO"; then :
3004 ac_compiler_gnu=yes
3005 else
3006 ac_compiler_gnu=no
3007 fi
3008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3009 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3010
3011 fi
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3013 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3014 if test $ac_compiler_gnu = yes; then
3015 GCC=yes
3016 else
3017 GCC=
3018 fi
3019 ac_test_CFLAGS=${CFLAGS+set}
3020 ac_save_CFLAGS=$CFLAGS
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3022 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3023 if ${ac_cv_prog_cc_g+:} false; then :
3024 $as_echo_n "(cached) " >&6
3025 else
3026 ac_save_c_werror_flag=$ac_c_werror_flag
3027 ac_c_werror_flag=yes
3028 ac_cv_prog_cc_g=no
3029 CFLAGS="-g"
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031 /* end confdefs.h. */
3032
3033 int
3034 main ()
3035 {
3036
3037 ;
3038 return 0;
3039 }
3040 _ACEOF
3041 if ac_fn_c_try_compile "$LINENO"; then :
3042 ac_cv_prog_cc_g=yes
3043 else
3044 CFLAGS=""
3045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3046 /* end confdefs.h. */
3047
3048 int
3049 main ()
3050 {
3051
3052 ;
3053 return 0;
3054 }
3055 _ACEOF
3056 if ac_fn_c_try_compile "$LINENO"; then :
3057
3058 else
3059 ac_c_werror_flag=$ac_save_c_werror_flag
3060 CFLAGS="-g"
3061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3062 /* end confdefs.h. */
3063
3064 int
3065 main ()
3066 {
3067
3068 ;
3069 return 0;
3070 }
3071 _ACEOF
3072 if ac_fn_c_try_compile "$LINENO"; then :
3073 ac_cv_prog_cc_g=yes
3074 fi
3075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 fi
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 fi
3079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3080 ac_c_werror_flag=$ac_save_c_werror_flag
3081 fi
3082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3083 $as_echo "$ac_cv_prog_cc_g" >&6; }
3084 if test "$ac_test_CFLAGS" = set; then
3085 CFLAGS=$ac_save_CFLAGS
3086 elif test $ac_cv_prog_cc_g = yes; then
3087 if test "$GCC" = yes; then
3088 CFLAGS="-g -O2"
3089 else
3090 CFLAGS="-g"
3091 fi
3092 else
3093 if test "$GCC" = yes; then
3094 CFLAGS="-O2"
3095 else
3096 CFLAGS=
3097 fi
3098 fi
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3100 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3101 if ${ac_cv_prog_cc_c89+:} false; then :
3102 $as_echo_n "(cached) " >&6
3103 else
3104 ac_cv_prog_cc_c89=no
3105 ac_save_CC=$CC
3106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3107 /* end confdefs.h. */
3108 #include <stdarg.h>
3109 #include <stdio.h>
3110 struct stat;
3111 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3112 struct buf { int x; };
3113 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3114 static char *e (p, i)
3115 char **p;
3116 int i;
3117 {
3118 return p[i];
3119 }
3120 static char *f (char * (*g) (char **, int), char **p, ...)
3121 {
3122 char *s;
3123 va_list v;
3124 va_start (v,p);
3125 s = g (p, va_arg (v,int));
3126 va_end (v);
3127 return s;
3128 }
3129
3130 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3131 function prototypes and stuff, but not '\xHH' hex character constants.
3132 These don't provoke an error unfortunately, instead are silently treated
3133 as 'x'. The following induces an error, until -std is added to get
3134 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3135 array size at least. It's necessary to write '\x00'==0 to get something
3136 that's true only with -std. */
3137 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3138
3139 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3140 inside strings and character constants. */
3141 #define FOO(x) 'x'
3142 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3143
3144 int test (int i, double x);
3145 struct s1 {int (*f) (int a);};
3146 struct s2 {int (*f) (double a);};
3147 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3148 int argc;
3149 char **argv;
3150 int
3151 main ()
3152 {
3153 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3154 ;
3155 return 0;
3156 }
3157 _ACEOF
3158 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3159 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3160 do
3161 CC="$ac_save_CC $ac_arg"
3162 if ac_fn_c_try_compile "$LINENO"; then :
3163 ac_cv_prog_cc_c89=$ac_arg
3164 fi
3165 rm -f core conftest.err conftest.$ac_objext
3166 test "x$ac_cv_prog_cc_c89" != "xno" && break
3167 done
3168 rm -f conftest.$ac_ext
3169 CC=$ac_save_CC
3170
3171 fi
3172 # AC_CACHE_VAL
3173 case "x$ac_cv_prog_cc_c89" in
3174 x)
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3176 $as_echo "none needed" >&6; } ;;
3177 xno)
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3179 $as_echo "unsupported" >&6; } ;;
3180 *)
3181 CC="$CC $ac_cv_prog_cc_c89"
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3183 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3184 esac
3185 if test "x$ac_cv_prog_cc_c89" != xno; then :
3186
3187 fi
3188
3189 ac_ext=c
3190 ac_cpp='$CPP $CPPFLAGS'
3191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3194
3195
3196 ac_ext=c
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3202 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3203 # On Suns, sometimes $CPP names a directory.
3204 if test -n "$CPP" && test -d "$CPP"; then
3205 CPP=
3206 fi
3207 if test -z "$CPP"; then
3208 if ${ac_cv_prog_CPP+:} false; then :
3209 $as_echo_n "(cached) " >&6
3210 else
3211 # Double quotes because CPP needs to be expanded
3212 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3213 do
3214 ac_preproc_ok=false
3215 for ac_c_preproc_warn_flag in '' yes
3216 do
3217 # Use a header file that comes with gcc, so configuring glibc
3218 # with a fresh cross-compiler works.
3219 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3220 # <limits.h> exists even on freestanding compilers.
3221 # On the NeXT, cc -E runs the code through the compiler's parser,
3222 # not just through cpp. "Syntax error" is here to catch this case.
3223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3224 /* end confdefs.h. */
3225 #ifdef __STDC__
3226 # include <limits.h>
3227 #else
3228 # include <assert.h>
3229 #endif
3230 Syntax error
3231 _ACEOF
3232 if ac_fn_c_try_cpp "$LINENO"; then :
3233
3234 else
3235 # Broken: fails on valid input.
3236 continue
3237 fi
3238 rm -f conftest.err conftest.i conftest.$ac_ext
3239
3240 # OK, works on sane cases. Now check whether nonexistent headers
3241 # can be detected and how.
3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3243 /* end confdefs.h. */
3244 #include <ac_nonexistent.h>
3245 _ACEOF
3246 if ac_fn_c_try_cpp "$LINENO"; then :
3247 # Broken: success on invalid input.
3248 continue
3249 else
3250 # Passes both tests.
3251 ac_preproc_ok=:
3252 break
3253 fi
3254 rm -f conftest.err conftest.i conftest.$ac_ext
3255
3256 done
3257 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3258 rm -f conftest.i conftest.err conftest.$ac_ext
3259 if $ac_preproc_ok; then :
3260 break
3261 fi
3262
3263 done
3264 ac_cv_prog_CPP=$CPP
3265
3266 fi
3267 CPP=$ac_cv_prog_CPP
3268 else
3269 ac_cv_prog_CPP=$CPP
3270 fi
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3272 $as_echo "$CPP" >&6; }
3273 ac_preproc_ok=false
3274 for ac_c_preproc_warn_flag in '' yes
3275 do
3276 # Use a header file that comes with gcc, so configuring glibc
3277 # with a fresh cross-compiler works.
3278 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3279 # <limits.h> exists even on freestanding compilers.
3280 # On the NeXT, cc -E runs the code through the compiler's parser,
3281 # not just through cpp. "Syntax error" is here to catch this case.
3282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3283 /* end confdefs.h. */
3284 #ifdef __STDC__
3285 # include <limits.h>
3286 #else
3287 # include <assert.h>
3288 #endif
3289 Syntax error
3290 _ACEOF
3291 if ac_fn_c_try_cpp "$LINENO"; then :
3292
3293 else
3294 # Broken: fails on valid input.
3295 continue
3296 fi
3297 rm -f conftest.err conftest.i conftest.$ac_ext
3298
3299 # OK, works on sane cases. Now check whether nonexistent headers
3300 # can be detected and how.
3301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3302 /* end confdefs.h. */
3303 #include <ac_nonexistent.h>
3304 _ACEOF
3305 if ac_fn_c_try_cpp "$LINENO"; then :
3306 # Broken: success on invalid input.
3307 continue
3308 else
3309 # Passes both tests.
3310 ac_preproc_ok=:
3311 break
3312 fi
3313 rm -f conftest.err conftest.i conftest.$ac_ext
3314
3315 done
3316 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3317 rm -f conftest.i conftest.err conftest.$ac_ext
3318 if $ac_preproc_ok; then :
3319
3320 else
3321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3323 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3324 See \`config.log' for more details" "$LINENO" 5; }
3325 fi
3326
3327 ac_ext=c
3328 ac_cpp='$CPP $CPPFLAGS'
3329 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3330 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3331 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3332
3333
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3335 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3336 if ${ac_cv_path_GREP+:} false; then :
3337 $as_echo_n "(cached) " >&6
3338 else
3339 if test -z "$GREP"; then
3340 ac_path_GREP_found=false
3341 # Loop through the user's path and test for each of PROGNAME-LIST
3342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3343 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3344 do
3345 IFS=$as_save_IFS
3346 test -z "$as_dir" && as_dir=.
3347 for ac_prog in grep ggrep; do
3348 for ac_exec_ext in '' $ac_executable_extensions; do
3349 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3350 as_fn_executable_p "$ac_path_GREP" || continue
3351 # Check for GNU ac_path_GREP and select it if it is found.
3352 # Check for GNU $ac_path_GREP
3353 case `"$ac_path_GREP" --version 2>&1` in
3354 *GNU*)
3355 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3356 *)
3357 ac_count=0
3358 $as_echo_n 0123456789 >"conftest.in"
3359 while :
3360 do
3361 cat "conftest.in" "conftest.in" >"conftest.tmp"
3362 mv "conftest.tmp" "conftest.in"
3363 cp "conftest.in" "conftest.nl"
3364 $as_echo 'GREP' >> "conftest.nl"
3365 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3366 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3367 as_fn_arith $ac_count + 1 && ac_count=$as_val
3368 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3369 # Best one so far, save it but keep looking for a better one
3370 ac_cv_path_GREP="$ac_path_GREP"
3371 ac_path_GREP_max=$ac_count
3372 fi
3373 # 10*(2^10) chars as input seems more than enough
3374 test $ac_count -gt 10 && break
3375 done
3376 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3377 esac
3378
3379 $ac_path_GREP_found && break 3
3380 done
3381 done
3382 done
3383 IFS=$as_save_IFS
3384 if test -z "$ac_cv_path_GREP"; then
3385 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3386 fi
3387 else
3388 ac_cv_path_GREP=$GREP
3389 fi
3390
3391 fi
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3393 $as_echo "$ac_cv_path_GREP" >&6; }
3394 GREP="$ac_cv_path_GREP"
3395
3396
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3398 $as_echo_n "checking for egrep... " >&6; }
3399 if ${ac_cv_path_EGREP+:} false; then :
3400 $as_echo_n "(cached) " >&6
3401 else
3402 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3403 then ac_cv_path_EGREP="$GREP -E"
3404 else
3405 if test -z "$EGREP"; then
3406 ac_path_EGREP_found=false
3407 # Loop through the user's path and test for each of PROGNAME-LIST
3408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3410 do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
3413 for ac_prog in egrep; do
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3416 as_fn_executable_p "$ac_path_EGREP" || continue
3417 # Check for GNU ac_path_EGREP and select it if it is found.
3418 # Check for GNU $ac_path_EGREP
3419 case `"$ac_path_EGREP" --version 2>&1` in
3420 *GNU*)
3421 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3422 *)
3423 ac_count=0
3424 $as_echo_n 0123456789 >"conftest.in"
3425 while :
3426 do
3427 cat "conftest.in" "conftest.in" >"conftest.tmp"
3428 mv "conftest.tmp" "conftest.in"
3429 cp "conftest.in" "conftest.nl"
3430 $as_echo 'EGREP' >> "conftest.nl"
3431 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3432 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3433 as_fn_arith $ac_count + 1 && ac_count=$as_val
3434 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3435 # Best one so far, save it but keep looking for a better one
3436 ac_cv_path_EGREP="$ac_path_EGREP"
3437 ac_path_EGREP_max=$ac_count
3438 fi
3439 # 10*(2^10) chars as input seems more than enough
3440 test $ac_count -gt 10 && break
3441 done
3442 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3443 esac
3444
3445 $ac_path_EGREP_found && break 3
3446 done
3447 done
3448 done
3449 IFS=$as_save_IFS
3450 if test -z "$ac_cv_path_EGREP"; then
3451 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3452 fi
3453 else
3454 ac_cv_path_EGREP=$EGREP
3455 fi
3456
3457 fi
3458 fi
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3460 $as_echo "$ac_cv_path_EGREP" >&6; }
3461 EGREP="$ac_cv_path_EGREP"
3462
3463
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3465 $as_echo_n "checking for ANSI C header files... " >&6; }
3466 if ${ac_cv_header_stdc+:} false; then :
3467 $as_echo_n "(cached) " >&6
3468 else
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470 /* end confdefs.h. */
3471 #include <stdlib.h>
3472 #include <stdarg.h>
3473 #include <string.h>
3474 #include <float.h>
3475
3476 int
3477 main ()
3478 {
3479
3480 ;
3481 return 0;
3482 }
3483 _ACEOF
3484 if ac_fn_c_try_compile "$LINENO"; then :
3485 ac_cv_header_stdc=yes
3486 else
3487 ac_cv_header_stdc=no
3488 fi
3489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3490
3491 if test $ac_cv_header_stdc = yes; then
3492 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3495 #include <string.h>
3496
3497 _ACEOF
3498 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3499 $EGREP "memchr" >/dev/null 2>&1; then :
3500
3501 else
3502 ac_cv_header_stdc=no
3503 fi
3504 rm -f conftest*
3505
3506 fi
3507
3508 if test $ac_cv_header_stdc = yes; then
3509 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511 /* end confdefs.h. */
3512 #include <stdlib.h>
3513
3514 _ACEOF
3515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3516 $EGREP "free" >/dev/null 2>&1; then :
3517
3518 else
3519 ac_cv_header_stdc=no
3520 fi
3521 rm -f conftest*
3522
3523 fi
3524
3525 if test $ac_cv_header_stdc = yes; then
3526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3527 if test "$cross_compiling" = yes; then :
3528 :
3529 else
3530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531 /* end confdefs.h. */
3532 #include <ctype.h>
3533 #include <stdlib.h>
3534 #if ((' ' & 0x0FF) == 0x020)
3535 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3536 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3537 #else
3538 # define ISLOWER(c) \
3539 (('a' <= (c) && (c) <= 'i') \
3540 || ('j' <= (c) && (c) <= 'r') \
3541 || ('s' <= (c) && (c) <= 'z'))
3542 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3543 #endif
3544
3545 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3546 int
3547 main ()
3548 {
3549 int i;
3550 for (i = 0; i < 256; i++)
3551 if (XOR (islower (i), ISLOWER (i))
3552 || toupper (i) != TOUPPER (i))
3553 return 2;
3554 return 0;
3555 }
3556 _ACEOF
3557 if ac_fn_c_try_run "$LINENO"; then :
3558
3559 else
3560 ac_cv_header_stdc=no
3561 fi
3562 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3563 conftest.$ac_objext conftest.beam conftest.$ac_ext
3564 fi
3565
3566 fi
3567 fi
3568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3569 $as_echo "$ac_cv_header_stdc" >&6; }
3570 if test $ac_cv_header_stdc = yes; then
3571
3572 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3573
3574 fi
3575
3576 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3577 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3578 inttypes.h stdint.h unistd.h
3579 do :
3580 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3581 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3582 "
3583 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3584 cat >>confdefs.h <<_ACEOF
3585 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3586 _ACEOF
3587
3588 fi
3589
3590 done
3591
3592
3593
3594 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3595 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3596 MINIX=yes
3597 else
3598 MINIX=
3599 fi
3600
3601
3602 if test "$MINIX" = yes; then
3603
3604 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3605
3606
3607 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3608
3609
3610 $as_echo "#define _MINIX 1" >>confdefs.h
3611
3612 fi
3613
3614
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3616 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3617 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3618 $as_echo_n "(cached) " >&6
3619 else
3620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3621 /* end confdefs.h. */
3622
3623 # define __EXTENSIONS__ 1
3624 $ac_includes_default
3625 int
3626 main ()
3627 {
3628
3629 ;
3630 return 0;
3631 }
3632 _ACEOF
3633 if ac_fn_c_try_compile "$LINENO"; then :
3634 ac_cv_safe_to_define___extensions__=yes
3635 else
3636 ac_cv_safe_to_define___extensions__=no
3637 fi
3638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3639 fi
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3641 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3642 test $ac_cv_safe_to_define___extensions__ = yes &&
3643 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3644
3645 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3646
3647 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3648
3649 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3650
3651 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3652
3653
3654 test "$program_prefix" != NONE &&
3655 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3656 # Use a double $ so make ignores it.
3657 test "$program_suffix" != NONE &&
3658 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3659 # Double any \ or $.
3660 # By default was `s,x,x', remove it if useless.
3661 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3662 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3663
3664 # Find a good install program. We prefer a C program (faster),
3665 # so one script is as good as another. But avoid the broken or
3666 # incompatible versions:
3667 # SysV /etc/install, /usr/sbin/install
3668 # SunOS /usr/etc/install
3669 # IRIX /sbin/install
3670 # AIX /bin/install
3671 # AmigaOS /C/install, which installs bootblocks on floppy discs
3672 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3673 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3674 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3675 # OS/2's system install, which has a completely different semantic
3676 # ./install, which can be erroneously created by make from ./install.sh.
3677 # Reject install programs that cannot install multiple files.
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3679 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3680 if test -z "$INSTALL"; then
3681 if ${ac_cv_path_install+:} false; then :
3682 $as_echo_n "(cached) " >&6
3683 else
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685 for as_dir in $PATH
3686 do
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
3689 # Account for people who put trailing slashes in PATH elements.
3690 case $as_dir/ in #((
3691 ./ | .// | /[cC]/* | \
3692 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3693 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3694 /usr/ucb/* ) ;;
3695 *)
3696 # OSF1 and SCO ODT 3.0 have their own names for install.
3697 # Don't use installbsd from OSF since it installs stuff as root
3698 # by default.
3699 for ac_prog in ginstall scoinst install; do
3700 for ac_exec_ext in '' $ac_executable_extensions; do
3701 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3702 if test $ac_prog = install &&
3703 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # AIX install. It has an incompatible calling convention.
3705 :
3706 elif test $ac_prog = install &&
3707 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3708 # program-specific install script used by HP pwplus--don't use.
3709 :
3710 else
3711 rm -rf conftest.one conftest.two conftest.dir
3712 echo one > conftest.one
3713 echo two > conftest.two
3714 mkdir conftest.dir
3715 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3716 test -s conftest.one && test -s conftest.two &&
3717 test -s conftest.dir/conftest.one &&
3718 test -s conftest.dir/conftest.two
3719 then
3720 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3721 break 3
3722 fi
3723 fi
3724 fi
3725 done
3726 done
3727 ;;
3728 esac
3729
3730 done
3731 IFS=$as_save_IFS
3732
3733 rm -rf conftest.one conftest.two conftest.dir
3734
3735 fi
3736 if test "${ac_cv_path_install+set}" = set; then
3737 INSTALL=$ac_cv_path_install
3738 else
3739 # As a last resort, use the slow shell script. Don't cache a
3740 # value for INSTALL within a source directory, because that will
3741 # break other packages using the cache if that directory is
3742 # removed, or if the value is a relative name.
3743 INSTALL=$ac_install_sh
3744 fi
3745 fi
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3747 $as_echo "$INSTALL" >&6; }
3748
3749 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3750 # It thinks the first close brace ends the variable substitution.
3751 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3752
3753 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3754
3755 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3756
3757 rm -rf .tst 2>/dev/null
3758 mkdir .tst 2>/dev/null
3759 if test -d .tst; then
3760 am__leading_dot=.
3761 else
3762 am__leading_dot=_
3763 fi
3764 rmdir .tst 2>/dev/null
3765
3766 DEPDIR="${am__leading_dot}deps"
3767
3768 case `pwd` in
3769 *\ * | *\ *)
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3771 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3772 esac
3773
3774
3775
3776 macro_version='2.2.7a'
3777 macro_revision='1.3134'
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791 ltmain="$ac_aux_dir/ltmain.sh"
3792
3793 # Backslashify metacharacters that are still active within
3794 # double-quoted strings.
3795 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3796
3797 # Same as above, but do not quote variable references.
3798 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3799
3800 # Sed substitution to delay expansion of an escaped shell variable in a
3801 # double_quote_subst'ed string.
3802 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3803
3804 # Sed substitution to delay expansion of an escaped single quote.
3805 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3806
3807 # Sed substitution to avoid accidental globbing in evaled expressions
3808 no_glob_subst='s/\*/\\\*/g'
3809
3810 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3811 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3812 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3813
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3815 $as_echo_n "checking how to print strings... " >&6; }
3816 # Test print first, because it will be a builtin if present.
3817 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3818 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3819 ECHO='print -r --'
3820 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3821 ECHO='printf %s\n'
3822 else
3823 # Use this function as a fallback that always works.
3824 func_fallback_echo ()
3825 {
3826 eval 'cat <<_LTECHO_EOF
3827 $1
3828 _LTECHO_EOF'
3829 }
3830 ECHO='func_fallback_echo'
3831 fi
3832
3833 # func_echo_all arg...
3834 # Invoke $ECHO with all args, space-separated.
3835 func_echo_all ()
3836 {
3837 $ECHO ""
3838 }
3839
3840 case "$ECHO" in
3841 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3842 $as_echo "printf" >&6; } ;;
3843 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3844 $as_echo "print -r" >&6; } ;;
3845 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3846 $as_echo "cat" >&6; } ;;
3847 esac
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3863 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3864 if ${ac_cv_path_SED+:} false; then :
3865 $as_echo_n "(cached) " >&6
3866 else
3867 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3868 for ac_i in 1 2 3 4 5 6 7; do
3869 ac_script="$ac_script$as_nl$ac_script"
3870 done
3871 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3872 { ac_script=; unset ac_script;}
3873 if test -z "$SED"; then
3874 ac_path_SED_found=false
3875 # Loop through the user's path and test for each of PROGNAME-LIST
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877 for as_dir in $PATH
3878 do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_prog in sed gsed; do
3882 for ac_exec_ext in '' $ac_executable_extensions; do
3883 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3884 as_fn_executable_p "$ac_path_SED" || continue
3885 # Check for GNU ac_path_SED and select it if it is found.
3886 # Check for GNU $ac_path_SED
3887 case `"$ac_path_SED" --version 2>&1` in
3888 *GNU*)
3889 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3890 *)
3891 ac_count=0
3892 $as_echo_n 0123456789 >"conftest.in"
3893 while :
3894 do
3895 cat "conftest.in" "conftest.in" >"conftest.tmp"
3896 mv "conftest.tmp" "conftest.in"
3897 cp "conftest.in" "conftest.nl"
3898 $as_echo '' >> "conftest.nl"
3899 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3900 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3901 as_fn_arith $ac_count + 1 && ac_count=$as_val
3902 if test $ac_count -gt ${ac_path_SED_max-0}; then
3903 # Best one so far, save it but keep looking for a better one
3904 ac_cv_path_SED="$ac_path_SED"
3905 ac_path_SED_max=$ac_count
3906 fi
3907 # 10*(2^10) chars as input seems more than enough
3908 test $ac_count -gt 10 && break
3909 done
3910 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3911 esac
3912
3913 $ac_path_SED_found && break 3
3914 done
3915 done
3916 done
3917 IFS=$as_save_IFS
3918 if test -z "$ac_cv_path_SED"; then
3919 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3920 fi
3921 else
3922 ac_cv_path_SED=$SED
3923 fi
3924
3925 fi
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3927 $as_echo "$ac_cv_path_SED" >&6; }
3928 SED="$ac_cv_path_SED"
3929 rm -f conftest.sed
3930
3931 test -z "$SED" && SED=sed
3932 Xsed="$SED -e 1s/^X//"
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3945 $as_echo_n "checking for fgrep... " >&6; }
3946 if ${ac_cv_path_FGREP+:} false; then :
3947 $as_echo_n "(cached) " >&6
3948 else
3949 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3950 then ac_cv_path_FGREP="$GREP -F"
3951 else
3952 if test -z "$FGREP"; then
3953 ac_path_FGREP_found=false
3954 # Loop through the user's path and test for each of PROGNAME-LIST
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3957 do
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_prog in fgrep; do
3961 for ac_exec_ext in '' $ac_executable_extensions; do
3962 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3963 as_fn_executable_p "$ac_path_FGREP" || continue
3964 # Check for GNU ac_path_FGREP and select it if it is found.
3965 # Check for GNU $ac_path_FGREP
3966 case `"$ac_path_FGREP" --version 2>&1` in
3967 *GNU*)
3968 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3969 *)
3970 ac_count=0
3971 $as_echo_n 0123456789 >"conftest.in"
3972 while :
3973 do
3974 cat "conftest.in" "conftest.in" >"conftest.tmp"
3975 mv "conftest.tmp" "conftest.in"
3976 cp "conftest.in" "conftest.nl"
3977 $as_echo 'FGREP' >> "conftest.nl"
3978 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3979 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3980 as_fn_arith $ac_count + 1 && ac_count=$as_val
3981 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3982 # Best one so far, save it but keep looking for a better one
3983 ac_cv_path_FGREP="$ac_path_FGREP"
3984 ac_path_FGREP_max=$ac_count
3985 fi
3986 # 10*(2^10) chars as input seems more than enough
3987 test $ac_count -gt 10 && break
3988 done
3989 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3990 esac
3991
3992 $ac_path_FGREP_found && break 3
3993 done
3994 done
3995 done
3996 IFS=$as_save_IFS
3997 if test -z "$ac_cv_path_FGREP"; then
3998 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3999 fi
4000 else
4001 ac_cv_path_FGREP=$FGREP
4002 fi
4003
4004 fi
4005 fi
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4007 $as_echo "$ac_cv_path_FGREP" >&6; }
4008 FGREP="$ac_cv_path_FGREP"
4009
4010
4011 test -z "$GREP" && GREP=grep
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031 # Check whether --with-gnu-ld was given.
4032 if test "${with_gnu_ld+set}" = set; then :
4033 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4034 else
4035 with_gnu_ld=no
4036 fi
4037
4038 ac_prog=ld
4039 if test "$GCC" = yes; then
4040 # Check if gcc -print-prog-name=ld gives a path.
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4042 $as_echo_n "checking for ld used by $CC... " >&6; }
4043 case $host in
4044 *-*-mingw*)
4045 # gcc leaves a trailing carriage return which upsets mingw
4046 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4047 *)
4048 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4049 esac
4050 case $ac_prog in
4051 # Accept absolute paths.
4052 [\\/]* | ?:[\\/]*)
4053 re_direlt='/[^/][^/]*/\.\./'
4054 # Canonicalize the pathname of ld
4055 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4056 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4057 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4058 done
4059 test -z "$LD" && LD="$ac_prog"
4060 ;;
4061 "")
4062 # If it fails, then pretend we aren't using GCC.
4063 ac_prog=ld
4064 ;;
4065 *)
4066 # If it is relative, then search for the first ld in PATH.
4067 with_gnu_ld=unknown
4068 ;;
4069 esac
4070 elif test "$with_gnu_ld" = yes; then
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4072 $as_echo_n "checking for GNU ld... " >&6; }
4073 else
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4075 $as_echo_n "checking for non-GNU ld... " >&6; }
4076 fi
4077 if ${lt_cv_path_LD+:} false; then :
4078 $as_echo_n "(cached) " >&6
4079 else
4080 if test -z "$LD"; then
4081 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4082 for ac_dir in $PATH; do
4083 IFS="$lt_save_ifs"
4084 test -z "$ac_dir" && ac_dir=.
4085 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4086 lt_cv_path_LD="$ac_dir/$ac_prog"
4087 # Check to see if the program is GNU ld. I'd rather use --version,
4088 # but apparently some variants of GNU ld only accept -v.
4089 # Break only if it was the GNU/non-GNU ld that we prefer.
4090 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4091 *GNU* | *'with BFD'*)
4092 test "$with_gnu_ld" != no && break
4093 ;;
4094 *)
4095 test "$with_gnu_ld" != yes && break
4096 ;;
4097 esac
4098 fi
4099 done
4100 IFS="$lt_save_ifs"
4101 else
4102 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4103 fi
4104 fi
4105
4106 LD="$lt_cv_path_LD"
4107 if test -n "$LD"; then
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4109 $as_echo "$LD" >&6; }
4110 else
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4112 $as_echo "no" >&6; }
4113 fi
4114 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4116 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4117 if ${lt_cv_prog_gnu_ld+:} false; then :
4118 $as_echo_n "(cached) " >&6
4119 else
4120 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4121 case `$LD -v 2>&1 </dev/null` in
4122 *GNU* | *'with BFD'*)
4123 lt_cv_prog_gnu_ld=yes
4124 ;;
4125 *)
4126 lt_cv_prog_gnu_ld=no
4127 ;;
4128 esac
4129 fi
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4131 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4132 with_gnu_ld=$lt_cv_prog_gnu_ld
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4143 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4144 if ${lt_cv_path_NM+:} false; then :
4145 $as_echo_n "(cached) " >&6
4146 else
4147 if test -n "$NM"; then
4148 # Let the user override the test.
4149 lt_cv_path_NM="$NM"
4150 else
4151 lt_nm_to_check="${ac_tool_prefix}nm"
4152 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4153 lt_nm_to_check="$lt_nm_to_check nm"
4154 fi
4155 for lt_tmp_nm in $lt_nm_to_check; do
4156 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4157 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4158 IFS="$lt_save_ifs"
4159 test -z "$ac_dir" && ac_dir=.
4160 tmp_nm="$ac_dir/$lt_tmp_nm"
4161 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4162 # Check to see if the nm accepts a BSD-compat flag.
4163 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4164 # nm: unknown option "B" ignored
4165 # Tru64's nm complains that /dev/null is an invalid object file
4166 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4167 */dev/null* | *'Invalid file or object type'*)
4168 lt_cv_path_NM="$tmp_nm -B"
4169 break
4170 ;;
4171 *)
4172 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4173 */dev/null*)
4174 lt_cv_path_NM="$tmp_nm -p"
4175 break
4176 ;;
4177 *)
4178 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4179 continue # so that we can try to find one that supports BSD flags
4180 ;;
4181 esac
4182 ;;
4183 esac
4184 fi
4185 done
4186 IFS="$lt_save_ifs"
4187 done
4188 : ${lt_cv_path_NM=no}
4189 fi
4190 fi
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4192 $as_echo "$lt_cv_path_NM" >&6; }
4193 if test "$lt_cv_path_NM" != "no"; then
4194 NM="$lt_cv_path_NM"
4195 else
4196 # Didn't find any BSD compatible name lister, look for dumpbin.
4197 if test -n "$DUMPBIN"; then :
4198 # Let the user override the test.
4199 else
4200 if test -n "$ac_tool_prefix"; then
4201 for ac_prog in dumpbin "link -dump"
4202 do
4203 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4204 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4206 $as_echo_n "checking for $ac_word... " >&6; }
4207 if ${ac_cv_prog_DUMPBIN+:} false; then :
4208 $as_echo_n "(cached) " >&6
4209 else
4210 if test -n "$DUMPBIN"; then
4211 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4212 else
4213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214 for as_dir in $PATH
4215 do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4220 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4222 break 2
4223 fi
4224 done
4225 done
4226 IFS=$as_save_IFS
4227
4228 fi
4229 fi
4230 DUMPBIN=$ac_cv_prog_DUMPBIN
4231 if test -n "$DUMPBIN"; then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4233 $as_echo "$DUMPBIN" >&6; }
4234 else
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4237 fi
4238
4239
4240 test -n "$DUMPBIN" && break
4241 done
4242 fi
4243 if test -z "$DUMPBIN"; then
4244 ac_ct_DUMPBIN=$DUMPBIN
4245 for ac_prog in dumpbin "link -dump"
4246 do
4247 # Extract the first word of "$ac_prog", so it can be a program name with args.
4248 set dummy $ac_prog; ac_word=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4252 $as_echo_n "(cached) " >&6
4253 else
4254 if test -n "$ac_ct_DUMPBIN"; then
4255 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4256 else
4257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258 for as_dir in $PATH
4259 do
4260 IFS=$as_save_IFS
4261 test -z "$as_dir" && as_dir=.
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4264 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4266 break 2
4267 fi
4268 done
4269 done
4270 IFS=$as_save_IFS
4271
4272 fi
4273 fi
4274 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4275 if test -n "$ac_ct_DUMPBIN"; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4277 $as_echo "$ac_ct_DUMPBIN" >&6; }
4278 else
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4281 fi
4282
4283
4284 test -n "$ac_ct_DUMPBIN" && break
4285 done
4286
4287 if test "x$ac_ct_DUMPBIN" = x; then
4288 DUMPBIN=":"
4289 else
4290 case $cross_compiling:$ac_tool_warned in
4291 yes:)
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4294 ac_tool_warned=yes ;;
4295 esac
4296 DUMPBIN=$ac_ct_DUMPBIN
4297 fi
4298 fi
4299
4300 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4301 *COFF*)
4302 DUMPBIN="$DUMPBIN -symbols"
4303 ;;
4304 *)
4305 DUMPBIN=:
4306 ;;
4307 esac
4308 fi
4309
4310 if test "$DUMPBIN" != ":"; then
4311 NM="$DUMPBIN"
4312 fi
4313 fi
4314 test -z "$NM" && NM=nm
4315
4316
4317
4318
4319
4320
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4322 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4323 if ${lt_cv_nm_interface+:} false; then :
4324 $as_echo_n "(cached) " >&6
4325 else
4326 lt_cv_nm_interface="BSD nm"
4327 echo "int some_variable = 0;" > conftest.$ac_ext
4328 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4329 (eval "$ac_compile" 2>conftest.err)
4330 cat conftest.err >&5
4331 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4332 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4333 cat conftest.err >&5
4334 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4335 cat conftest.out >&5
4336 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4337 lt_cv_nm_interface="MS dumpbin"
4338 fi
4339 rm -f conftest*
4340 fi
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4342 $as_echo "$lt_cv_nm_interface" >&6; }
4343
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4345 $as_echo_n "checking whether ln -s works... " >&6; }
4346 LN_S=$as_ln_s
4347 if test "$LN_S" = "ln -s"; then
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4349 $as_echo "yes" >&6; }
4350 else
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4352 $as_echo "no, using $LN_S" >&6; }
4353 fi
4354
4355 # find the maximum length of command line arguments
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4357 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4358 if ${lt_cv_sys_max_cmd_len+:} false; then :
4359 $as_echo_n "(cached) " >&6
4360 else
4361 i=0
4362 teststring="ABCD"
4363
4364 case $build_os in
4365 msdosdjgpp*)
4366 # On DJGPP, this test can blow up pretty badly due to problems in libc
4367 # (any single argument exceeding 2000 bytes causes a buffer overrun
4368 # during glob expansion). Even if it were fixed, the result of this
4369 # check would be larger than it should be.
4370 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4371 ;;
4372
4373 gnu*)
4374 # Under GNU Hurd, this test is not required because there is
4375 # no limit to the length of command line arguments.
4376 # Libtool will interpret -1 as no limit whatsoever
4377 lt_cv_sys_max_cmd_len=-1;
4378 ;;
4379
4380 cygwin* | mingw* | cegcc*)
4381 # On Win9x/ME, this test blows up -- it succeeds, but takes
4382 # about 5 minutes as the teststring grows exponentially.
4383 # Worse, since 9x/ME are not pre-emptively multitasking,
4384 # you end up with a "frozen" computer, even though with patience
4385 # the test eventually succeeds (with a max line length of 256k).
4386 # Instead, let's just punt: use the minimum linelength reported by
4387 # all of the supported platforms: 8192 (on NT/2K/XP).
4388 lt_cv_sys_max_cmd_len=8192;
4389 ;;
4390
4391 mint*)
4392 # On MiNT this can take a long time and run out of memory.
4393 lt_cv_sys_max_cmd_len=8192;
4394 ;;
4395
4396 amigaos*)
4397 # On AmigaOS with pdksh, this test takes hours, literally.
4398 # So we just punt and use a minimum line length of 8192.
4399 lt_cv_sys_max_cmd_len=8192;
4400 ;;
4401
4402 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4403 # This has been around since 386BSD, at least. Likely further.
4404 if test -x /sbin/sysctl; then
4405 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4406 elif test -x /usr/sbin/sysctl; then
4407 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4408 else
4409 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4410 fi
4411 # And add a safety zone
4412 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4413 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4414 ;;
4415
4416 interix*)
4417 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4418 lt_cv_sys_max_cmd_len=196608
4419 ;;
4420
4421 osf*)
4422 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4423 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4424 # nice to cause kernel panics so lets avoid the loop below.
4425 # First set a reasonable default.
4426 lt_cv_sys_max_cmd_len=16384
4427 #
4428 if test -x /sbin/sysconfig; then
4429 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4430 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4431 esac
4432 fi
4433 ;;
4434 sco3.2v5*)
4435 lt_cv_sys_max_cmd_len=102400
4436 ;;
4437 sysv5* | sco5v6* | sysv4.2uw2*)
4438 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4439 if test -n "$kargmax"; then
4440 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4441 else
4442 lt_cv_sys_max_cmd_len=32768
4443 fi
4444 ;;
4445 *)
4446 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4447 if test -n "$lt_cv_sys_max_cmd_len"; then
4448 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4449 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4450 else
4451 # Make teststring a little bigger before we do anything with it.
4452 # a 1K string should be a reasonable start.
4453 for i in 1 2 3 4 5 6 7 8 ; do
4454 teststring=$teststring$teststring
4455 done
4456 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4457 # If test is not a shell built-in, we'll probably end up computing a
4458 # maximum length that is only half of the actual maximum length, but
4459 # we can't tell.
4460 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4461 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4462 test $i != 17 # 1/2 MB should be enough
4463 do
4464 i=`expr $i + 1`
4465 teststring=$teststring$teststring
4466 done
4467 # Only check the string length outside the loop.
4468 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4469 teststring=
4470 # Add a significant safety factor because C++ compilers can tack on
4471 # massive amounts of additional arguments before passing them to the
4472 # linker. It appears as though 1/2 is a usable value.
4473 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4474 fi
4475 ;;
4476 esac
4477
4478 fi
4479
4480 if test -n $lt_cv_sys_max_cmd_len ; then
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4482 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4483 else
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4485 $as_echo "none" >&6; }
4486 fi
4487 max_cmd_len=$lt_cv_sys_max_cmd_len
4488
4489
4490
4491
4492
4493
4494 : ${CP="cp -f"}
4495 : ${MV="mv -f"}
4496 : ${RM="rm -f"}
4497
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4499 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4500 # Try some XSI features
4501 xsi_shell=no
4502 ( _lt_dummy="a/b/c"
4503 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4504 = c,a/b,, \
4505 && eval 'test $(( 1 + 1 )) -eq 2 \
4506 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4507 && xsi_shell=yes
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4509 $as_echo "$xsi_shell" >&6; }
4510
4511
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4513 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4514 lt_shell_append=no
4515 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4516 >/dev/null 2>&1 \
4517 && lt_shell_append=yes
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4519 $as_echo "$lt_shell_append" >&6; }
4520
4521
4522 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4523 lt_unset=unset
4524 else
4525 lt_unset=false
4526 fi
4527
4528
4529
4530
4531
4532 # test EBCDIC or ASCII
4533 case `echo X|tr X '\101'` in
4534 A) # ASCII based system
4535 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4536 lt_SP2NL='tr \040 \012'
4537 lt_NL2SP='tr \015\012 \040\040'
4538 ;;
4539 *) # EBCDIC based system
4540 lt_SP2NL='tr \100 \n'
4541 lt_NL2SP='tr \r\n \100\100'
4542 ;;
4543 esac
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4554 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4555 if ${lt_cv_ld_reload_flag+:} false; then :
4556 $as_echo_n "(cached) " >&6
4557 else
4558 lt_cv_ld_reload_flag='-r'
4559 fi
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4561 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4562 reload_flag=$lt_cv_ld_reload_flag
4563 case $reload_flag in
4564 "" | " "*) ;;
4565 *) reload_flag=" $reload_flag" ;;
4566 esac
4567 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4568 case $host_os in
4569 darwin*)
4570 if test "$GCC" = yes; then
4571 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4572 else
4573 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4574 fi
4575 ;;
4576 esac
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586 if test -n "$ac_tool_prefix"; then
4587 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4588 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4590 $as_echo_n "checking for $ac_word... " >&6; }
4591 if ${ac_cv_prog_OBJDUMP+:} false; then :
4592 $as_echo_n "(cached) " >&6
4593 else
4594 if test -n "$OBJDUMP"; then
4595 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4596 else
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 for as_dir in $PATH
4599 do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_exec_ext in '' $ac_executable_extensions; do
4603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4604 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4606 break 2
4607 fi
4608 done
4609 done
4610 IFS=$as_save_IFS
4611
4612 fi
4613 fi
4614 OBJDUMP=$ac_cv_prog_OBJDUMP
4615 if test -n "$OBJDUMP"; then
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4617 $as_echo "$OBJDUMP" >&6; }
4618 else
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4620 $as_echo "no" >&6; }
4621 fi
4622
4623
4624 fi
4625 if test -z "$ac_cv_prog_OBJDUMP"; then
4626 ac_ct_OBJDUMP=$OBJDUMP
4627 # Extract the first word of "objdump", so it can be a program name with args.
4628 set dummy objdump; ac_word=$2
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4630 $as_echo_n "checking for $ac_word... " >&6; }
4631 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4632 $as_echo_n "(cached) " >&6
4633 else
4634 if test -n "$ac_ct_OBJDUMP"; then
4635 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4636 else
4637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4638 for as_dir in $PATH
4639 do
4640 IFS=$as_save_IFS
4641 test -z "$as_dir" && as_dir=.
4642 for ac_exec_ext in '' $ac_executable_extensions; do
4643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4644 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4646 break 2
4647 fi
4648 done
4649 done
4650 IFS=$as_save_IFS
4651
4652 fi
4653 fi
4654 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4655 if test -n "$ac_ct_OBJDUMP"; then
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4657 $as_echo "$ac_ct_OBJDUMP" >&6; }
4658 else
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4660 $as_echo "no" >&6; }
4661 fi
4662
4663 if test "x$ac_ct_OBJDUMP" = x; then
4664 OBJDUMP="false"
4665 else
4666 case $cross_compiling:$ac_tool_warned in
4667 yes:)
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4669 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4670 ac_tool_warned=yes ;;
4671 esac
4672 OBJDUMP=$ac_ct_OBJDUMP
4673 fi
4674 else
4675 OBJDUMP="$ac_cv_prog_OBJDUMP"
4676 fi
4677
4678 test -z "$OBJDUMP" && OBJDUMP=objdump
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4689 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4690 if ${lt_cv_deplibs_check_method+:} false; then :
4691 $as_echo_n "(cached) " >&6
4692 else
4693 lt_cv_file_magic_cmd='$MAGIC_CMD'
4694 lt_cv_file_magic_test_file=
4695 lt_cv_deplibs_check_method='unknown'
4696 # Need to set the preceding variable on all platforms that support
4697 # interlibrary dependencies.
4698 # 'none' -- dependencies not supported.
4699 # `unknown' -- same as none, but documents that we really don't know.
4700 # 'pass_all' -- all dependencies passed with no checks.
4701 # 'test_compile' -- check by making test program.
4702 # 'file_magic [[regex]]' -- check by looking for files in library path
4703 # which responds to the $file_magic_cmd with a given extended regex.
4704 # If you have `file' or equivalent on your system and you're not sure
4705 # whether `pass_all' will *always* work, you probably want this one.
4706
4707 case $host_os in
4708 aix[4-9]*)
4709 lt_cv_deplibs_check_method=pass_all
4710 ;;
4711
4712 beos*)
4713 lt_cv_deplibs_check_method=pass_all
4714 ;;
4715
4716 bsdi[45]*)
4717 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4718 lt_cv_file_magic_cmd='/usr/bin/file -L'
4719 lt_cv_file_magic_test_file=/shlib/libc.so
4720 ;;
4721
4722 cygwin*)
4723 # func_win32_libid is a shell function defined in ltmain.sh
4724 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4725 lt_cv_file_magic_cmd='func_win32_libid'
4726 ;;
4727
4728 mingw* | pw32*)
4729 # Base MSYS/MinGW do not provide the 'file' command needed by
4730 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4731 # unless we find 'file', for example because we are cross-compiling.
4732 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4733 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4734 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4735 lt_cv_file_magic_cmd='func_win32_libid'
4736 else
4737 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4738 lt_cv_file_magic_cmd='$OBJDUMP -f'
4739 fi
4740 ;;
4741
4742 cegcc*)
4743 # use the weaker test based on 'objdump'. See mingw*.
4744 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4745 lt_cv_file_magic_cmd='$OBJDUMP -f'
4746 ;;
4747
4748 darwin* | rhapsody*)
4749 lt_cv_deplibs_check_method=pass_all
4750 ;;
4751
4752 freebsd* | dragonfly*)
4753 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4754 case $host_cpu in
4755 i*86 )
4756 # Not sure whether the presence of OpenBSD here was a mistake.
4757 # Let's accept both of them until this is cleared up.
4758 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4759 lt_cv_file_magic_cmd=/usr/bin/file
4760 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4761 ;;
4762 esac
4763 else
4764 lt_cv_deplibs_check_method=pass_all
4765 fi
4766 ;;
4767
4768 gnu*)
4769 lt_cv_deplibs_check_method=pass_all
4770 ;;
4771
4772 haiku*)
4773 lt_cv_deplibs_check_method=pass_all
4774 ;;
4775
4776 hpux10.20* | hpux11*)
4777 lt_cv_file_magic_cmd=/usr/bin/file
4778 case $host_cpu in
4779 ia64*)
4780 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4781 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4782 ;;
4783 hppa*64*)
4784 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]'
4785 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4786 ;;
4787 *)
4788 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4789 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4790 ;;
4791 esac
4792 ;;
4793
4794 interix[3-9]*)
4795 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4796 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4797 ;;
4798
4799 irix5* | irix6* | nonstopux*)
4800 case $LD in
4801 *-32|*"-32 ") libmagic=32-bit;;
4802 *-n32|*"-n32 ") libmagic=N32;;
4803 *-64|*"-64 ") libmagic=64-bit;;
4804 *) libmagic=never-match;;
4805 esac
4806 lt_cv_deplibs_check_method=pass_all
4807 ;;
4808
4809 # This must be Linux ELF.
4810 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4811 lt_cv_deplibs_check_method=pass_all
4812 ;;
4813
4814 netbsd*)
4815 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4816 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4817 else
4818 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4819 fi
4820 ;;
4821
4822 newos6*)
4823 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4824 lt_cv_file_magic_cmd=/usr/bin/file
4825 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4826 ;;
4827
4828 *nto* | *qnx*)
4829 lt_cv_deplibs_check_method=pass_all
4830 ;;
4831
4832 openbsd*)
4833 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4834 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4835 else
4836 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4837 fi
4838 ;;
4839
4840 osf3* | osf4* | osf5*)
4841 lt_cv_deplibs_check_method=pass_all
4842 ;;
4843
4844 rdos*)
4845 lt_cv_deplibs_check_method=pass_all
4846 ;;
4847
4848 solaris*)
4849 lt_cv_deplibs_check_method=pass_all
4850 ;;
4851
4852 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4853 lt_cv_deplibs_check_method=pass_all
4854 ;;
4855
4856 sysv4 | sysv4.3*)
4857 case $host_vendor in
4858 motorola)
4859 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]'
4860 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4861 ;;
4862 ncr)
4863 lt_cv_deplibs_check_method=pass_all
4864 ;;
4865 sequent)
4866 lt_cv_file_magic_cmd='/bin/file'
4867 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4868 ;;
4869 sni)
4870 lt_cv_file_magic_cmd='/bin/file'
4871 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4872 lt_cv_file_magic_test_file=/lib/libc.so
4873 ;;
4874 siemens)
4875 lt_cv_deplibs_check_method=pass_all
4876 ;;
4877 pc)
4878 lt_cv_deplibs_check_method=pass_all
4879 ;;
4880 esac
4881 ;;
4882
4883 tpf*)
4884 lt_cv_deplibs_check_method=pass_all
4885 ;;
4886 esac
4887
4888 fi
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4890 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4891 file_magic_cmd=$lt_cv_file_magic_cmd
4892 deplibs_check_method=$lt_cv_deplibs_check_method
4893 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906 plugin_option=
4907 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4908 for plugin in $plugin_names; do
4909 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4910 if test x$plugin_so = x$plugin; then
4911 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4912 fi
4913 if test x$plugin_so != x$plugin; then
4914 plugin_option="--plugin $plugin_so"
4915 break
4916 fi
4917 done
4918
4919 if test -n "$ac_tool_prefix"; then
4920 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4921 set dummy ${ac_tool_prefix}ar; ac_word=$2
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4923 $as_echo_n "checking for $ac_word... " >&6; }
4924 if ${ac_cv_prog_AR+:} false; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test -n "$AR"; then
4928 ac_cv_prog_AR="$AR" # Let the user override the test.
4929 else
4930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931 for as_dir in $PATH
4932 do
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
4936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4937 ac_cv_prog_AR="${ac_tool_prefix}ar"
4938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4940 fi
4941 done
4942 done
4943 IFS=$as_save_IFS
4944
4945 fi
4946 fi
4947 AR=$ac_cv_prog_AR
4948 if test -n "$AR"; then
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4950 $as_echo "$AR" >&6; }
4951 else
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4953 $as_echo "no" >&6; }
4954 fi
4955
4956
4957 fi
4958 if test -z "$ac_cv_prog_AR"; then
4959 ac_ct_AR=$AR
4960 # Extract the first word of "ar", so it can be a program name with args.
4961 set dummy ar; ac_word=$2
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4963 $as_echo_n "checking for $ac_word... " >&6; }
4964 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4965 $as_echo_n "(cached) " >&6
4966 else
4967 if test -n "$ac_ct_AR"; then
4968 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4969 else
4970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4971 for as_dir in $PATH
4972 do
4973 IFS=$as_save_IFS
4974 test -z "$as_dir" && as_dir=.
4975 for ac_exec_ext in '' $ac_executable_extensions; do
4976 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4977 ac_cv_prog_ac_ct_AR="ar"
4978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4979 break 2
4980 fi
4981 done
4982 done
4983 IFS=$as_save_IFS
4984
4985 fi
4986 fi
4987 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4988 if test -n "$ac_ct_AR"; then
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4990 $as_echo "$ac_ct_AR" >&6; }
4991 else
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4993 $as_echo "no" >&6; }
4994 fi
4995
4996 if test "x$ac_ct_AR" = x; then
4997 AR="false"
4998 else
4999 case $cross_compiling:$ac_tool_warned in
5000 yes:)
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5002 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5003 ac_tool_warned=yes ;;
5004 esac
5005 AR=$ac_ct_AR
5006 fi
5007 else
5008 AR="$ac_cv_prog_AR"
5009 fi
5010
5011 test -z "$AR" && AR=ar
5012 if test -n "$plugin_option"; then
5013 if $AR --help 2>&1 | grep -q "\--plugin"; then
5014 touch conftest.c
5015 $AR $plugin_option rc conftest.a conftest.c
5016 if test "$?" != 0; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5018 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5019 else
5020 AR="$AR $plugin_option"
5021 fi
5022 rm -f conftest.*
5023 fi
5024 fi
5025 test -z "$AR_FLAGS" && AR_FLAGS=cru
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037 if test -n "$ac_tool_prefix"; then
5038 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5039 set dummy ${ac_tool_prefix}strip; ac_word=$2
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041 $as_echo_n "checking for $ac_word... " >&6; }
5042 if ${ac_cv_prog_STRIP+:} false; then :
5043 $as_echo_n "(cached) " >&6
5044 else
5045 if test -n "$STRIP"; then
5046 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5047 else
5048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049 for as_dir in $PATH
5050 do
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
5053 for ac_exec_ext in '' $ac_executable_extensions; do
5054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5055 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5057 break 2
5058 fi
5059 done
5060 done
5061 IFS=$as_save_IFS
5062
5063 fi
5064 fi
5065 STRIP=$ac_cv_prog_STRIP
5066 if test -n "$STRIP"; then
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5068 $as_echo "$STRIP" >&6; }
5069 else
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071 $as_echo "no" >&6; }
5072 fi
5073
5074
5075 fi
5076 if test -z "$ac_cv_prog_STRIP"; then
5077 ac_ct_STRIP=$STRIP
5078 # Extract the first word of "strip", so it can be a program name with args.
5079 set dummy strip; ac_word=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 if test -n "$ac_ct_STRIP"; then
5086 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5087 else
5088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 for as_dir in $PATH
5090 do
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5095 ac_cv_prog_ac_ct_STRIP="strip"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5098 fi
5099 done
5100 done
5101 IFS=$as_save_IFS
5102
5103 fi
5104 fi
5105 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5106 if test -n "$ac_ct_STRIP"; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5108 $as_echo "$ac_ct_STRIP" >&6; }
5109 else
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 $as_echo "no" >&6; }
5112 fi
5113
5114 if test "x$ac_ct_STRIP" = x; then
5115 STRIP=":"
5116 else
5117 case $cross_compiling:$ac_tool_warned in
5118 yes:)
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5120 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5121 ac_tool_warned=yes ;;
5122 esac
5123 STRIP=$ac_ct_STRIP
5124 fi
5125 else
5126 STRIP="$ac_cv_prog_STRIP"
5127 fi
5128
5129 test -z "$STRIP" && STRIP=:
5130
5131
5132
5133
5134
5135
5136 if test -n "$ac_tool_prefix"; then
5137 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5138 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140 $as_echo_n "checking for $ac_word... " >&6; }
5141 if ${ac_cv_prog_RANLIB+:} false; then :
5142 $as_echo_n "(cached) " >&6
5143 else
5144 if test -n "$RANLIB"; then
5145 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5146 else
5147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148 for as_dir in $PATH
5149 do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5154 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158 done
5159 done
5160 IFS=$as_save_IFS
5161
5162 fi
5163 fi
5164 RANLIB=$ac_cv_prog_RANLIB
5165 if test -n "$RANLIB"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5167 $as_echo "$RANLIB" >&6; }
5168 else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170 $as_echo "no" >&6; }
5171 fi
5172
5173
5174 fi
5175 if test -z "$ac_cv_prog_RANLIB"; then
5176 ac_ct_RANLIB=$RANLIB
5177 # Extract the first word of "ranlib", so it can be a program name with args.
5178 set dummy ranlib; ac_word=$2
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5180 $as_echo_n "checking for $ac_word... " >&6; }
5181 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5182 $as_echo_n "(cached) " >&6
5183 else
5184 if test -n "$ac_ct_RANLIB"; then
5185 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5186 else
5187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188 for as_dir in $PATH
5189 do
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
5193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5194 ac_cv_prog_ac_ct_RANLIB="ranlib"
5195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5197 fi
5198 done
5199 done
5200 IFS=$as_save_IFS
5201
5202 fi
5203 fi
5204 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5205 if test -n "$ac_ct_RANLIB"; then
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5207 $as_echo "$ac_ct_RANLIB" >&6; }
5208 else
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5210 $as_echo "no" >&6; }
5211 fi
5212
5213 if test "x$ac_ct_RANLIB" = x; then
5214 RANLIB=":"
5215 else
5216 case $cross_compiling:$ac_tool_warned in
5217 yes:)
5218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5219 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5220 ac_tool_warned=yes ;;
5221 esac
5222 RANLIB=$ac_ct_RANLIB
5223 fi
5224 else
5225 RANLIB="$ac_cv_prog_RANLIB"
5226 fi
5227
5228 test -z "$RANLIB" && RANLIB=:
5229 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5230 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5231 RANLIB="$RANLIB $plugin_option"
5232 fi
5233 fi
5234
5235
5236
5237
5238
5239
5240 # Determine commands to create old-style static archives.
5241 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5242 old_postinstall_cmds='chmod 644 $oldlib'
5243 old_postuninstall_cmds=
5244
5245 if test -n "$RANLIB"; then
5246 case $host_os in
5247 openbsd*)
5248 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5249 ;;
5250 *)
5251 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5252 ;;
5253 esac
5254 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5255 fi
5256
5257 case $host_os in
5258 darwin*)
5259 lock_old_archive_extraction=yes ;;
5260 *)
5261 lock_old_archive_extraction=no ;;
5262 esac
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284 for ac_prog in gawk mawk nawk awk
5285 do
5286 # Extract the first word of "$ac_prog", so it can be a program name with args.
5287 set dummy $ac_prog; ac_word=$2
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289 $as_echo_n "checking for $ac_word... " >&6; }
5290 if ${ac_cv_prog_AWK+:} false; then :
5291 $as_echo_n "(cached) " >&6
5292 else
5293 if test -n "$AWK"; then
5294 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5295 else
5296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in $PATH
5298 do
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5303 ac_cv_prog_AWK="$ac_prog"
5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5305 break 2
5306 fi
5307 done
5308 done
5309 IFS=$as_save_IFS
5310
5311 fi
5312 fi
5313 AWK=$ac_cv_prog_AWK
5314 if test -n "$AWK"; then
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5316 $as_echo "$AWK" >&6; }
5317 else
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319 $as_echo "no" >&6; }
5320 fi
5321
5322
5323 test -n "$AWK" && break
5324 done
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344 # If no C compiler was specified, use CC.
5345 LTCC=${LTCC-"$CC"}
5346
5347 # If no C compiler flags were specified, use CFLAGS.
5348 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5349
5350 # Allow CC to be a program name with arguments.
5351 compiler=$CC
5352
5353
5354 # Check for command to grab the raw symbol name followed by C symbol from nm.
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5356 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5357 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5358 $as_echo_n "(cached) " >&6
5359 else
5360
5361 # These are sane defaults that work on at least a few old systems.
5362 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5363
5364 # Character class describing NM global symbol codes.
5365 symcode='[BCDEGRST]'
5366
5367 # Regexp to match symbols that can be accessed directly from C.
5368 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5369
5370 # Define system-specific variables.
5371 case $host_os in
5372 aix*)
5373 symcode='[BCDT]'
5374 ;;
5375 cygwin* | mingw* | pw32* | cegcc*)
5376 symcode='[ABCDGISTW]'
5377 ;;
5378 hpux*)
5379 if test "$host_cpu" = ia64; then
5380 symcode='[ABCDEGRST]'
5381 fi
5382 ;;
5383 irix* | nonstopux*)
5384 symcode='[BCDEGRST]'
5385 ;;
5386 osf*)
5387 symcode='[BCDEGQRST]'
5388 ;;
5389 solaris*)
5390 symcode='[BDRT]'
5391 ;;
5392 sco3.2v5*)
5393 symcode='[DT]'
5394 ;;
5395 sysv4.2uw2*)
5396 symcode='[DT]'
5397 ;;
5398 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5399 symcode='[ABDT]'
5400 ;;
5401 sysv4)
5402 symcode='[DFNSTU]'
5403 ;;
5404 esac
5405
5406 # If we're using GNU nm, then use its standard symbol codes.
5407 case `$NM -V 2>&1` in
5408 *GNU* | *'with BFD'*)
5409 symcode='[ABCDGIRSTW]' ;;
5410 esac
5411
5412 # Transform an extracted symbol line into a proper C declaration.
5413 # Some systems (esp. on ia64) link data and code symbols differently,
5414 # so use this general approach.
5415 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5416
5417 # Transform an extracted symbol line into symbol name and symbol address
5418 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5419 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'"
5420
5421 # Handle CRLF in mingw tool chain
5422 opt_cr=
5423 case $build_os in
5424 mingw*)
5425 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5426 ;;
5427 esac
5428
5429 # Try without a prefix underscore, then with it.
5430 for ac_symprfx in "" "_"; do
5431
5432 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5433 symxfrm="\\1 $ac_symprfx\\2 \\2"
5434
5435 # Write the raw and C identifiers.
5436 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5437 # Fake it for dumpbin and say T for any non-static function
5438 # and D for any global variable.
5439 # Also find C++ and __fastcall symbols from MSVC++,
5440 # which start with @ or ?.
5441 lt_cv_sys_global_symbol_pipe="$AWK '"\
5442 " {last_section=section; section=\$ 3};"\
5443 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5444 " \$ 0!~/External *\|/{next};"\
5445 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5446 " {if(hide[section]) next};"\
5447 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5448 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5449 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5450 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5451 " ' prfx=^$ac_symprfx"
5452 else
5453 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5454 fi
5455
5456 # Check to see that the pipe works correctly.
5457 pipe_works=no
5458
5459 rm -f conftest*
5460 cat > conftest.$ac_ext <<_LT_EOF
5461 #ifdef __cplusplus
5462 extern "C" {
5463 #endif
5464 char nm_test_var;
5465 void nm_test_func(void);
5466 void nm_test_func(void){}
5467 #ifdef __cplusplus
5468 }
5469 #endif
5470 int main(){nm_test_var='a';nm_test_func();return(0);}
5471 _LT_EOF
5472
5473 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5474 (eval $ac_compile) 2>&5
5475 ac_status=$?
5476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5477 test $ac_status = 0; }; then
5478 # Now try to grab the symbols.
5479 nlist=conftest.nm
5480 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5481 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5482 ac_status=$?
5483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5484 test $ac_status = 0; } && test -s "$nlist"; then
5485 # Try sorting and uniquifying the output.
5486 if sort "$nlist" | uniq > "$nlist"T; then
5487 mv -f "$nlist"T "$nlist"
5488 else
5489 rm -f "$nlist"T
5490 fi
5491
5492 # Make sure that we snagged all the symbols we need.
5493 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5494 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5495 cat <<_LT_EOF > conftest.$ac_ext
5496 #ifdef __cplusplus
5497 extern "C" {
5498 #endif
5499
5500 _LT_EOF
5501 # Now generate the symbol file.
5502 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5503
5504 cat <<_LT_EOF >> conftest.$ac_ext
5505
5506 /* The mapping between symbol names and symbols. */
5507 const struct {
5508 const char *name;
5509 void *address;
5510 }
5511 lt__PROGRAM__LTX_preloaded_symbols[] =
5512 {
5513 { "@PROGRAM@", (void *) 0 },
5514 _LT_EOF
5515 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5516 cat <<\_LT_EOF >> conftest.$ac_ext
5517 {0, (void *) 0}
5518 };
5519
5520 /* This works around a problem in FreeBSD linker */
5521 #ifdef FREEBSD_WORKAROUND
5522 static const void *lt_preloaded_setup() {
5523 return lt__PROGRAM__LTX_preloaded_symbols;
5524 }
5525 #endif
5526
5527 #ifdef __cplusplus
5528 }
5529 #endif
5530 _LT_EOF
5531 # Now try linking the two files.
5532 mv conftest.$ac_objext conftstm.$ac_objext
5533 lt_save_LIBS="$LIBS"
5534 lt_save_CFLAGS="$CFLAGS"
5535 LIBS="conftstm.$ac_objext"
5536 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5537 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5538 (eval $ac_link) 2>&5
5539 ac_status=$?
5540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5541 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5542 pipe_works=yes
5543 fi
5544 LIBS="$lt_save_LIBS"
5545 CFLAGS="$lt_save_CFLAGS"
5546 else
5547 echo "cannot find nm_test_func in $nlist" >&5
5548 fi
5549 else
5550 echo "cannot find nm_test_var in $nlist" >&5
5551 fi
5552 else
5553 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5554 fi
5555 else
5556 echo "$progname: failed program was:" >&5
5557 cat conftest.$ac_ext >&5
5558 fi
5559 rm -rf conftest* conftst*
5560
5561 # Do not use the global_symbol_pipe unless it works.
5562 if test "$pipe_works" = yes; then
5563 break
5564 else
5565 lt_cv_sys_global_symbol_pipe=
5566 fi
5567 done
5568
5569 fi
5570
5571 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5572 lt_cv_sys_global_symbol_to_cdecl=
5573 fi
5574 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5576 $as_echo "failed" >&6; }
5577 else
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5579 $as_echo "ok" >&6; }
5580 fi
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603 # Check whether --enable-libtool-lock was given.
5604 if test "${enable_libtool_lock+set}" = set; then :
5605 enableval=$enable_libtool_lock;
5606 fi
5607
5608 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5609
5610 # Some flags need to be propagated to the compiler or linker for good
5611 # libtool support.
5612 case $host in
5613 ia64-*-hpux*)
5614 # Find out which ABI we are using.
5615 echo 'int i;' > conftest.$ac_ext
5616 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5617 (eval $ac_compile) 2>&5
5618 ac_status=$?
5619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5620 test $ac_status = 0; }; then
5621 case `/usr/bin/file conftest.$ac_objext` in
5622 *ELF-32*)
5623 HPUX_IA64_MODE="32"
5624 ;;
5625 *ELF-64*)
5626 HPUX_IA64_MODE="64"
5627 ;;
5628 esac
5629 fi
5630 rm -rf conftest*
5631 ;;
5632 *-*-irix6*)
5633 # Find out which ABI we are using.
5634 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5635 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5636 (eval $ac_compile) 2>&5
5637 ac_status=$?
5638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5639 test $ac_status = 0; }; then
5640 if test "$lt_cv_prog_gnu_ld" = yes; then
5641 case `/usr/bin/file conftest.$ac_objext` in
5642 *32-bit*)
5643 LD="${LD-ld} -melf32bsmip"
5644 ;;
5645 *N32*)
5646 LD="${LD-ld} -melf32bmipn32"
5647 ;;
5648 *64-bit*)
5649 LD="${LD-ld} -melf64bmip"
5650 ;;
5651 esac
5652 else
5653 case `/usr/bin/file conftest.$ac_objext` in
5654 *32-bit*)
5655 LD="${LD-ld} -32"
5656 ;;
5657 *N32*)
5658 LD="${LD-ld} -n32"
5659 ;;
5660 *64-bit*)
5661 LD="${LD-ld} -64"
5662 ;;
5663 esac
5664 fi
5665 fi
5666 rm -rf conftest*
5667 ;;
5668
5669 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5670 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5671 # Find out which ABI we are using.
5672 echo 'int i;' > conftest.$ac_ext
5673 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5674 (eval $ac_compile) 2>&5
5675 ac_status=$?
5676 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5677 test $ac_status = 0; }; then
5678 case `/usr/bin/file conftest.o` in
5679 *32-bit*)
5680 case $host in
5681 x86_64-*kfreebsd*-gnu)
5682 LD="${LD-ld} -m elf_i386_fbsd"
5683 ;;
5684 x86_64-*linux*)
5685 case `/usr/bin/file conftest.o` in
5686 *x86-64*)
5687 LD="${LD-ld} -m elf32_x86_64"
5688 ;;
5689 *)
5690 LD="${LD-ld} -m elf_i386"
5691 ;;
5692 esac
5693 ;;
5694 powerpc64le-*linux*)
5695 LD="${LD-ld} -m elf32lppclinux"
5696 ;;
5697 powerpc64-*linux*)
5698 LD="${LD-ld} -m elf32ppclinux"
5699 ;;
5700 s390x-*linux*)
5701 LD="${LD-ld} -m elf_s390"
5702 ;;
5703 sparc64-*linux*)
5704 LD="${LD-ld} -m elf32_sparc"
5705 ;;
5706 esac
5707 ;;
5708 *64-bit*)
5709 case $host in
5710 x86_64-*kfreebsd*-gnu)
5711 LD="${LD-ld} -m elf_x86_64_fbsd"
5712 ;;
5713 x86_64-*linux*)
5714 LD="${LD-ld} -m elf_x86_64"
5715 ;;
5716 powerpcle-*linux*)
5717 LD="${LD-ld} -m elf64lppc"
5718 ;;
5719 powerpc-*linux*)
5720 LD="${LD-ld} -m elf64ppc"
5721 ;;
5722 s390*-*linux*|s390*-*tpf*)
5723 LD="${LD-ld} -m elf64_s390"
5724 ;;
5725 sparc*-*linux*)
5726 LD="${LD-ld} -m elf64_sparc"
5727 ;;
5728 esac
5729 ;;
5730 esac
5731 fi
5732 rm -rf conftest*
5733 ;;
5734
5735 *-*-sco3.2v5*)
5736 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5737 SAVE_CFLAGS="$CFLAGS"
5738 CFLAGS="$CFLAGS -belf"
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5740 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5741 if ${lt_cv_cc_needs_belf+:} false; then :
5742 $as_echo_n "(cached) " >&6
5743 else
5744 ac_ext=c
5745 ac_cpp='$CPP $CPPFLAGS'
5746 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5747 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5748 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5749
5750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5751 /* end confdefs.h. */
5752
5753 int
5754 main ()
5755 {
5756
5757 ;
5758 return 0;
5759 }
5760 _ACEOF
5761 if ac_fn_c_try_link "$LINENO"; then :
5762 lt_cv_cc_needs_belf=yes
5763 else
5764 lt_cv_cc_needs_belf=no
5765 fi
5766 rm -f core conftest.err conftest.$ac_objext \
5767 conftest$ac_exeext conftest.$ac_ext
5768 ac_ext=c
5769 ac_cpp='$CPP $CPPFLAGS'
5770 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5771 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5772 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5773
5774 fi
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5776 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5777 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5778 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5779 CFLAGS="$SAVE_CFLAGS"
5780 fi
5781 ;;
5782 sparc*-*solaris*)
5783 # Find out which ABI we are using.
5784 echo 'int i;' > conftest.$ac_ext
5785 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5786 (eval $ac_compile) 2>&5
5787 ac_status=$?
5788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5789 test $ac_status = 0; }; then
5790 case `/usr/bin/file conftest.o` in
5791 *64-bit*)
5792 case $lt_cv_prog_gnu_ld in
5793 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5794 *)
5795 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5796 LD="${LD-ld} -64"
5797 fi
5798 ;;
5799 esac
5800 ;;
5801 esac
5802 fi
5803 rm -rf conftest*
5804 ;;
5805 esac
5806
5807 need_locks="$enable_libtool_lock"
5808
5809
5810 case $host_os in
5811 rhapsody* | darwin*)
5812 if test -n "$ac_tool_prefix"; then
5813 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5814 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5816 $as_echo_n "checking for $ac_word... " >&6; }
5817 if ${ac_cv_prog_DSYMUTIL+:} false; then :
5818 $as_echo_n "(cached) " >&6
5819 else
5820 if test -n "$DSYMUTIL"; then
5821 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5822 else
5823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824 for as_dir in $PATH
5825 do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
5829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5830 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5833 fi
5834 done
5835 done
5836 IFS=$as_save_IFS
5837
5838 fi
5839 fi
5840 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5841 if test -n "$DSYMUTIL"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5843 $as_echo "$DSYMUTIL" >&6; }
5844 else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846 $as_echo "no" >&6; }
5847 fi
5848
5849
5850 fi
5851 if test -z "$ac_cv_prog_DSYMUTIL"; then
5852 ac_ct_DSYMUTIL=$DSYMUTIL
5853 # Extract the first word of "dsymutil", so it can be a program name with args.
5854 set dummy dsymutil; ac_word=$2
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5856 $as_echo_n "checking for $ac_word... " >&6; }
5857 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
5858 $as_echo_n "(cached) " >&6
5859 else
5860 if test -n "$ac_ct_DSYMUTIL"; then
5861 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5862 else
5863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5864 for as_dir in $PATH
5865 do
5866 IFS=$as_save_IFS
5867 test -z "$as_dir" && as_dir=.
5868 for ac_exec_ext in '' $ac_executable_extensions; do
5869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5870 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5872 break 2
5873 fi
5874 done
5875 done
5876 IFS=$as_save_IFS
5877
5878 fi
5879 fi
5880 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5881 if test -n "$ac_ct_DSYMUTIL"; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5883 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5884 else
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5886 $as_echo "no" >&6; }
5887 fi
5888
5889 if test "x$ac_ct_DSYMUTIL" = x; then
5890 DSYMUTIL=":"
5891 else
5892 case $cross_compiling:$ac_tool_warned in
5893 yes:)
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5895 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5896 ac_tool_warned=yes ;;
5897 esac
5898 DSYMUTIL=$ac_ct_DSYMUTIL
5899 fi
5900 else
5901 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5902 fi
5903
5904 if test -n "$ac_tool_prefix"; then
5905 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5906 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908 $as_echo_n "checking for $ac_word... " >&6; }
5909 if ${ac_cv_prog_NMEDIT+:} false; then :
5910 $as_echo_n "(cached) " >&6
5911 else
5912 if test -n "$NMEDIT"; then
5913 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5914 else
5915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5916 for as_dir in $PATH
5917 do
5918 IFS=$as_save_IFS
5919 test -z "$as_dir" && as_dir=.
5920 for ac_exec_ext in '' $ac_executable_extensions; do
5921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5922 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 break 2
5925 fi
5926 done
5927 done
5928 IFS=$as_save_IFS
5929
5930 fi
5931 fi
5932 NMEDIT=$ac_cv_prog_NMEDIT
5933 if test -n "$NMEDIT"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5935 $as_echo "$NMEDIT" >&6; }
5936 else
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938 $as_echo "no" >&6; }
5939 fi
5940
5941
5942 fi
5943 if test -z "$ac_cv_prog_NMEDIT"; then
5944 ac_ct_NMEDIT=$NMEDIT
5945 # Extract the first word of "nmedit", so it can be a program name with args.
5946 set dummy nmedit; ac_word=$2
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5948 $as_echo_n "checking for $ac_word... " >&6; }
5949 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
5950 $as_echo_n "(cached) " >&6
5951 else
5952 if test -n "$ac_ct_NMEDIT"; then
5953 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5954 else
5955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5956 for as_dir in $PATH
5957 do
5958 IFS=$as_save_IFS
5959 test -z "$as_dir" && as_dir=.
5960 for ac_exec_ext in '' $ac_executable_extensions; do
5961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5962 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5964 break 2
5965 fi
5966 done
5967 done
5968 IFS=$as_save_IFS
5969
5970 fi
5971 fi
5972 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5973 if test -n "$ac_ct_NMEDIT"; then
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5975 $as_echo "$ac_ct_NMEDIT" >&6; }
5976 else
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5978 $as_echo "no" >&6; }
5979 fi
5980
5981 if test "x$ac_ct_NMEDIT" = x; then
5982 NMEDIT=":"
5983 else
5984 case $cross_compiling:$ac_tool_warned in
5985 yes:)
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5988 ac_tool_warned=yes ;;
5989 esac
5990 NMEDIT=$ac_ct_NMEDIT
5991 fi
5992 else
5993 NMEDIT="$ac_cv_prog_NMEDIT"
5994 fi
5995
5996 if test -n "$ac_tool_prefix"; then
5997 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5998 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000 $as_echo_n "checking for $ac_word... " >&6; }
6001 if ${ac_cv_prog_LIPO+:} false; then :
6002 $as_echo_n "(cached) " >&6
6003 else
6004 if test -n "$LIPO"; then
6005 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6009 do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6014 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018 done
6019 done
6020 IFS=$as_save_IFS
6021
6022 fi
6023 fi
6024 LIPO=$ac_cv_prog_LIPO
6025 if test -n "$LIPO"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6027 $as_echo "$LIPO" >&6; }
6028 else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030 $as_echo "no" >&6; }
6031 fi
6032
6033
6034 fi
6035 if test -z "$ac_cv_prog_LIPO"; then
6036 ac_ct_LIPO=$LIPO
6037 # Extract the first word of "lipo", so it can be a program name with args.
6038 set dummy lipo; ac_word=$2
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6040 $as_echo_n "checking for $ac_word... " >&6; }
6041 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6042 $as_echo_n "(cached) " >&6
6043 else
6044 if test -n "$ac_ct_LIPO"; then
6045 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6046 else
6047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048 for as_dir in $PATH
6049 do
6050 IFS=$as_save_IFS
6051 test -z "$as_dir" && as_dir=.
6052 for ac_exec_ext in '' $ac_executable_extensions; do
6053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6054 ac_cv_prog_ac_ct_LIPO="lipo"
6055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 break 2
6057 fi
6058 done
6059 done
6060 IFS=$as_save_IFS
6061
6062 fi
6063 fi
6064 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6065 if test -n "$ac_ct_LIPO"; then
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6067 $as_echo "$ac_ct_LIPO" >&6; }
6068 else
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6070 $as_echo "no" >&6; }
6071 fi
6072
6073 if test "x$ac_ct_LIPO" = x; then
6074 LIPO=":"
6075 else
6076 case $cross_compiling:$ac_tool_warned in
6077 yes:)
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6079 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6080 ac_tool_warned=yes ;;
6081 esac
6082 LIPO=$ac_ct_LIPO
6083 fi
6084 else
6085 LIPO="$ac_cv_prog_LIPO"
6086 fi
6087
6088 if test -n "$ac_tool_prefix"; then
6089 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6090 set dummy ${ac_tool_prefix}otool; ac_word=$2
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092 $as_echo_n "checking for $ac_word... " >&6; }
6093 if ${ac_cv_prog_OTOOL+:} false; then :
6094 $as_echo_n "(cached) " >&6
6095 else
6096 if test -n "$OTOOL"; then
6097 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6098 else
6099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100 for as_dir in $PATH
6101 do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6106 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110 done
6111 done
6112 IFS=$as_save_IFS
6113
6114 fi
6115 fi
6116 OTOOL=$ac_cv_prog_OTOOL
6117 if test -n "$OTOOL"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6119 $as_echo "$OTOOL" >&6; }
6120 else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122 $as_echo "no" >&6; }
6123 fi
6124
6125
6126 fi
6127 if test -z "$ac_cv_prog_OTOOL"; then
6128 ac_ct_OTOOL=$OTOOL
6129 # Extract the first word of "otool", so it can be a program name with args.
6130 set dummy otool; ac_word=$2
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132 $as_echo_n "checking for $ac_word... " >&6; }
6133 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6134 $as_echo_n "(cached) " >&6
6135 else
6136 if test -n "$ac_ct_OTOOL"; then
6137 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6138 else
6139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140 for as_dir in $PATH
6141 do
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
6144 for ac_exec_ext in '' $ac_executable_extensions; do
6145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6146 ac_cv_prog_ac_ct_OTOOL="otool"
6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6148 break 2
6149 fi
6150 done
6151 done
6152 IFS=$as_save_IFS
6153
6154 fi
6155 fi
6156 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6157 if test -n "$ac_ct_OTOOL"; then
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6159 $as_echo "$ac_ct_OTOOL" >&6; }
6160 else
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162 $as_echo "no" >&6; }
6163 fi
6164
6165 if test "x$ac_ct_OTOOL" = x; then
6166 OTOOL=":"
6167 else
6168 case $cross_compiling:$ac_tool_warned in
6169 yes:)
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6171 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6172 ac_tool_warned=yes ;;
6173 esac
6174 OTOOL=$ac_ct_OTOOL
6175 fi
6176 else
6177 OTOOL="$ac_cv_prog_OTOOL"
6178 fi
6179
6180 if test -n "$ac_tool_prefix"; then
6181 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6182 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184 $as_echo_n "checking for $ac_word... " >&6; }
6185 if ${ac_cv_prog_OTOOL64+:} false; then :
6186 $as_echo_n "(cached) " >&6
6187 else
6188 if test -n "$OTOOL64"; then
6189 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6190 else
6191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192 for as_dir in $PATH
6193 do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6198 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202 done
6203 done
6204 IFS=$as_save_IFS
6205
6206 fi
6207 fi
6208 OTOOL64=$ac_cv_prog_OTOOL64
6209 if test -n "$OTOOL64"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6211 $as_echo "$OTOOL64" >&6; }
6212 else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214 $as_echo "no" >&6; }
6215 fi
6216
6217
6218 fi
6219 if test -z "$ac_cv_prog_OTOOL64"; then
6220 ac_ct_OTOOL64=$OTOOL64
6221 # Extract the first word of "otool64", so it can be a program name with args.
6222 set dummy otool64; ac_word=$2
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6224 $as_echo_n "checking for $ac_word... " >&6; }
6225 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6226 $as_echo_n "(cached) " >&6
6227 else
6228 if test -n "$ac_ct_OTOOL64"; then
6229 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6230 else
6231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232 for as_dir in $PATH
6233 do
6234 IFS=$as_save_IFS
6235 test -z "$as_dir" && as_dir=.
6236 for ac_exec_ext in '' $ac_executable_extensions; do
6237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6238 ac_cv_prog_ac_ct_OTOOL64="otool64"
6239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6240 break 2
6241 fi
6242 done
6243 done
6244 IFS=$as_save_IFS
6245
6246 fi
6247 fi
6248 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6249 if test -n "$ac_ct_OTOOL64"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6251 $as_echo "$ac_ct_OTOOL64" >&6; }
6252 else
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6254 $as_echo "no" >&6; }
6255 fi
6256
6257 if test "x$ac_ct_OTOOL64" = x; then
6258 OTOOL64=":"
6259 else
6260 case $cross_compiling:$ac_tool_warned in
6261 yes:)
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6263 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6264 ac_tool_warned=yes ;;
6265 esac
6266 OTOOL64=$ac_ct_OTOOL64
6267 fi
6268 else
6269 OTOOL64="$ac_cv_prog_OTOOL64"
6270 fi
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6299 $as_echo_n "checking for -single_module linker flag... " >&6; }
6300 if ${lt_cv_apple_cc_single_mod+:} false; then :
6301 $as_echo_n "(cached) " >&6
6302 else
6303 lt_cv_apple_cc_single_mod=no
6304 if test -z "${LT_MULTI_MODULE}"; then
6305 # By default we will add the -single_module flag. You can override
6306 # by either setting the environment variable LT_MULTI_MODULE
6307 # non-empty at configure time, or by adding -multi_module to the
6308 # link flags.
6309 rm -rf libconftest.dylib*
6310 echo "int foo(void){return 1;}" > conftest.c
6311 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6312 -dynamiclib -Wl,-single_module conftest.c" >&5
6313 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6314 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6315 _lt_result=$?
6316 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6317 lt_cv_apple_cc_single_mod=yes
6318 else
6319 cat conftest.err >&5
6320 fi
6321 rm -rf libconftest.dylib*
6322 rm -f conftest.*
6323 fi
6324 fi
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6326 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6328 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6329 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6330 $as_echo_n "(cached) " >&6
6331 else
6332 lt_cv_ld_exported_symbols_list=no
6333 save_LDFLAGS=$LDFLAGS
6334 echo "_main" > conftest.sym
6335 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6337 /* end confdefs.h. */
6338
6339 int
6340 main ()
6341 {
6342
6343 ;
6344 return 0;
6345 }
6346 _ACEOF
6347 if ac_fn_c_try_link "$LINENO"; then :
6348 lt_cv_ld_exported_symbols_list=yes
6349 else
6350 lt_cv_ld_exported_symbols_list=no
6351 fi
6352 rm -f core conftest.err conftest.$ac_objext \
6353 conftest$ac_exeext conftest.$ac_ext
6354 LDFLAGS="$save_LDFLAGS"
6355
6356 fi
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6358 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6360 $as_echo_n "checking for -force_load linker flag... " >&6; }
6361 if ${lt_cv_ld_force_load+:} false; then :
6362 $as_echo_n "(cached) " >&6
6363 else
6364 lt_cv_ld_force_load=no
6365 cat > conftest.c << _LT_EOF
6366 int forced_loaded() { return 2;}
6367 _LT_EOF
6368 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6369 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6370 echo "$AR cru libconftest.a conftest.o" >&5
6371 $AR cru libconftest.a conftest.o 2>&5
6372 cat > conftest.c << _LT_EOF
6373 int main() { return 0;}
6374 _LT_EOF
6375 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6376 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6377 _lt_result=$?
6378 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6379 lt_cv_ld_force_load=yes
6380 else
6381 cat conftest.err >&5
6382 fi
6383 rm -f conftest.err libconftest.a conftest conftest.c
6384 rm -rf conftest.dSYM
6385
6386 fi
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6388 $as_echo "$lt_cv_ld_force_load" >&6; }
6389 case $host_os in
6390 rhapsody* | darwin1.[012])
6391 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6392 darwin1.*)
6393 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6394 darwin*) # darwin 5.x on
6395 # if running on 10.5 or later, the deployment target defaults
6396 # to the OS version, if on x86, and 10.4, the deployment
6397 # target defaults to 10.4. Don't you love it?
6398 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6399 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6400 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6401 10.[012][,.]*)
6402 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6403 10.*)
6404 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6405 esac
6406 ;;
6407 esac
6408 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6409 _lt_dar_single_mod='$single_module'
6410 fi
6411 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6412 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6413 else
6414 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6415 fi
6416 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6417 _lt_dsymutil='~$DSYMUTIL $lib || :'
6418 else
6419 _lt_dsymutil=
6420 fi
6421 ;;
6422 esac
6423
6424 for ac_header in dlfcn.h
6425 do :
6426 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6427 "
6428 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6429 cat >>confdefs.h <<_ACEOF
6430 #define HAVE_DLFCN_H 1
6431 _ACEOF
6432
6433 fi
6434
6435 done
6436
6437
6438
6439
6440
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6442 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6443 if ${ac_cv_c_bigendian+:} false; then :
6444 $as_echo_n "(cached) " >&6
6445 else
6446 ac_cv_c_bigendian=unknown
6447 # See if we're dealing with a universal compiler.
6448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6449 /* end confdefs.h. */
6450 #ifndef __APPLE_CC__
6451 not a universal capable compiler
6452 #endif
6453 typedef int dummy;
6454
6455 _ACEOF
6456 if ac_fn_c_try_compile "$LINENO"; then :
6457
6458 # Check for potential -arch flags. It is not universal unless
6459 # there are at least two -arch flags with different values.
6460 ac_arch=
6461 ac_prev=
6462 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6463 if test -n "$ac_prev"; then
6464 case $ac_word in
6465 i?86 | x86_64 | ppc | ppc64)
6466 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6467 ac_arch=$ac_word
6468 else
6469 ac_cv_c_bigendian=universal
6470 break
6471 fi
6472 ;;
6473 esac
6474 ac_prev=
6475 elif test "x$ac_word" = "x-arch"; then
6476 ac_prev=arch
6477 fi
6478 done
6479 fi
6480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6481 if test $ac_cv_c_bigendian = unknown; then
6482 # See if sys/param.h defines the BYTE_ORDER macro.
6483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6484 /* end confdefs.h. */
6485 #include <sys/types.h>
6486 #include <sys/param.h>
6487
6488 int
6489 main ()
6490 {
6491 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6492 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6493 && LITTLE_ENDIAN)
6494 bogus endian macros
6495 #endif
6496
6497 ;
6498 return 0;
6499 }
6500 _ACEOF
6501 if ac_fn_c_try_compile "$LINENO"; then :
6502 # It does; now see whether it defined to BIG_ENDIAN or not.
6503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6504 /* end confdefs.h. */
6505 #include <sys/types.h>
6506 #include <sys/param.h>
6507
6508 int
6509 main ()
6510 {
6511 #if BYTE_ORDER != BIG_ENDIAN
6512 not big endian
6513 #endif
6514
6515 ;
6516 return 0;
6517 }
6518 _ACEOF
6519 if ac_fn_c_try_compile "$LINENO"; then :
6520 ac_cv_c_bigendian=yes
6521 else
6522 ac_cv_c_bigendian=no
6523 fi
6524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525 fi
6526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527 fi
6528 if test $ac_cv_c_bigendian = unknown; then
6529 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531 /* end confdefs.h. */
6532 #include <limits.h>
6533
6534 int
6535 main ()
6536 {
6537 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6538 bogus endian macros
6539 #endif
6540
6541 ;
6542 return 0;
6543 }
6544 _ACEOF
6545 if ac_fn_c_try_compile "$LINENO"; then :
6546 # It does; now see whether it defined to _BIG_ENDIAN or not.
6547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6548 /* end confdefs.h. */
6549 #include <limits.h>
6550
6551 int
6552 main ()
6553 {
6554 #ifndef _BIG_ENDIAN
6555 not big endian
6556 #endif
6557
6558 ;
6559 return 0;
6560 }
6561 _ACEOF
6562 if ac_fn_c_try_compile "$LINENO"; then :
6563 ac_cv_c_bigendian=yes
6564 else
6565 ac_cv_c_bigendian=no
6566 fi
6567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6568 fi
6569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570 fi
6571 if test $ac_cv_c_bigendian = unknown; then
6572 # Compile a test program.
6573 if test "$cross_compiling" = yes; then :
6574 # Try to guess by grepping values from an object file.
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6577 short int ascii_mm[] =
6578 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6579 short int ascii_ii[] =
6580 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6581 int use_ascii (int i) {
6582 return ascii_mm[i] + ascii_ii[i];
6583 }
6584 short int ebcdic_ii[] =
6585 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6586 short int ebcdic_mm[] =
6587 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6588 int use_ebcdic (int i) {
6589 return ebcdic_mm[i] + ebcdic_ii[i];
6590 }
6591 extern int foo;
6592
6593 int
6594 main ()
6595 {
6596 return use_ascii (foo) == use_ebcdic (foo);
6597 ;
6598 return 0;
6599 }
6600 _ACEOF
6601 if ac_fn_c_try_compile "$LINENO"; then :
6602 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6603 ac_cv_c_bigendian=yes
6604 fi
6605 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6606 if test "$ac_cv_c_bigendian" = unknown; then
6607 ac_cv_c_bigendian=no
6608 else
6609 # finding both strings is unlikely to happen, but who knows?
6610 ac_cv_c_bigendian=unknown
6611 fi
6612 fi
6613 fi
6614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6615 else
6616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6617 /* end confdefs.h. */
6618 $ac_includes_default
6619 int
6620 main ()
6621 {
6622
6623 /* Are we little or big endian? From Harbison&Steele. */
6624 union
6625 {
6626 long int l;
6627 char c[sizeof (long int)];
6628 } u;
6629 u.l = 1;
6630 return u.c[sizeof (long int) - 1] == 1;
6631
6632 ;
6633 return 0;
6634 }
6635 _ACEOF
6636 if ac_fn_c_try_run "$LINENO"; then :
6637 ac_cv_c_bigendian=no
6638 else
6639 ac_cv_c_bigendian=yes
6640 fi
6641 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6642 conftest.$ac_objext conftest.beam conftest.$ac_ext
6643 fi
6644
6645 fi
6646 fi
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6648 $as_echo "$ac_cv_c_bigendian" >&6; }
6649 case $ac_cv_c_bigendian in #(
6650 yes)
6651 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6652 ;; #(
6653 no)
6654 ;; #(
6655 universal)
6656
6657 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6658
6659 ;; #(
6660 *)
6661 as_fn_error $? "unknown endianness
6662 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6663 esac
6664
6665
6666
6667
6668 if test "x$cross_compiling" = "xno"; then
6669 : "${AR_FOR_BUILD:=\$(AR)}"
6670 : "${CC_FOR_BUILD:=\$(CC)}"
6671 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
6672 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6673 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6674 else
6675 : "${AR_FOR_BUILD:=ar}"
6676 : "${CC_FOR_BUILD:=gcc}"
6677 : "${RANLIB_FOR_BUILD:=ranlib}"
6678 : "${CFLAGS_FOR_BUILD:=-g -O}"
6679 : "${LDLFAGS_FOR_BUILD:=}"
6680 fi
6681
6682
6683
6684
6685
6686
6687
6688 if test -n "$ac_tool_prefix"; then
6689 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6690 set dummy ${ac_tool_prefix}ar; ac_word=$2
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6692 $as_echo_n "checking for $ac_word... " >&6; }
6693 if ${ac_cv_prog_AR+:} false; then :
6694 $as_echo_n "(cached) " >&6
6695 else
6696 if test -n "$AR"; then
6697 ac_cv_prog_AR="$AR" # Let the user override the test.
6698 else
6699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6700 for as_dir in $PATH
6701 do
6702 IFS=$as_save_IFS
6703 test -z "$as_dir" && as_dir=.
6704 for ac_exec_ext in '' $ac_executable_extensions; do
6705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6706 ac_cv_prog_AR="${ac_tool_prefix}ar"
6707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6708 break 2
6709 fi
6710 done
6711 done
6712 IFS=$as_save_IFS
6713
6714 fi
6715 fi
6716 AR=$ac_cv_prog_AR
6717 if test -n "$AR"; then
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6719 $as_echo "$AR" >&6; }
6720 else
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6722 $as_echo "no" >&6; }
6723 fi
6724
6725
6726 fi
6727 if test -z "$ac_cv_prog_AR"; then
6728 ac_ct_AR=$AR
6729 # Extract the first word of "ar", so it can be a program name with args.
6730 set dummy ar; 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_ac_ct_AR+:} false; then :
6734 $as_echo_n "(cached) " >&6
6735 else
6736 if test -n "$ac_ct_AR"; then
6737 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # 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_ac_ct_AR="ar"
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 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6757 if test -n "$ac_ct_AR"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6759 $as_echo "$ac_ct_AR" >&6; }
6760 else
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762 $as_echo "no" >&6; }
6763 fi
6764
6765 if test "x$ac_ct_AR" = x; then
6766 AR=""
6767 else
6768 case $cross_compiling:$ac_tool_warned in
6769 yes:)
6770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6772 ac_tool_warned=yes ;;
6773 esac
6774 AR=$ac_ct_AR
6775 fi
6776 else
6777 AR="$ac_cv_prog_AR"
6778 fi
6779
6780 if test -n "$ac_tool_prefix"; then
6781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6782 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6784 $as_echo_n "checking for $ac_word... " >&6; }
6785 if ${ac_cv_prog_RANLIB+:} false; then :
6786 $as_echo_n "(cached) " >&6
6787 else
6788 if test -n "$RANLIB"; then
6789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6790 else
6791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6792 for as_dir in $PATH
6793 do
6794 IFS=$as_save_IFS
6795 test -z "$as_dir" && as_dir=.
6796 for ac_exec_ext in '' $ac_executable_extensions; do
6797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6800 break 2
6801 fi
6802 done
6803 done
6804 IFS=$as_save_IFS
6805
6806 fi
6807 fi
6808 RANLIB=$ac_cv_prog_RANLIB
6809 if test -n "$RANLIB"; then
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6811 $as_echo "$RANLIB" >&6; }
6812 else
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6814 $as_echo "no" >&6; }
6815 fi
6816
6817
6818 fi
6819 if test -z "$ac_cv_prog_RANLIB"; then
6820 ac_ct_RANLIB=$RANLIB
6821 # Extract the first word of "ranlib", so it can be a program name with args.
6822 set dummy ranlib; 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_ac_ct_RANLIB+:} false; then :
6826 $as_echo_n "(cached) " >&6
6827 else
6828 if test -n "$ac_ct_RANLIB"; then
6829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_ac_ct_RANLIB="ranlib"
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 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6849 if test -n "$ac_ct_RANLIB"; then
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6851 $as_echo "$ac_ct_RANLIB" >&6; }
6852 else
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854 $as_echo "no" >&6; }
6855 fi
6856
6857 if test "x$ac_ct_RANLIB" = x; then
6858 RANLIB=":"
6859 else
6860 case $cross_compiling:$ac_tool_warned in
6861 yes:)
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6863 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6864 ac_tool_warned=yes ;;
6865 esac
6866 RANLIB=$ac_ct_RANLIB
6867 fi
6868 else
6869 RANLIB="$ac_cv_prog_RANLIB"
6870 fi
6871
6872
6873 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6874 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6875 # is C99. So handle it ourselves.
6876 :
6877 C_DIALECT=
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6879 $as_echo_n "checking whether C11 is supported by default... " >&6; }
6880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6881 /* end confdefs.h. */
6882
6883 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6884 # error "C11 support not found"
6885 #endif
6886
6887 _ACEOF
6888 if ac_fn_c_try_compile "$LINENO"; then :
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6890 $as_echo "yes" >&6; }
6891 else
6892
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894 $as_echo "no" >&6; }
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6896 $as_echo_n "checking for -std=c11 support... " >&6; }
6897 ac_save_CC="$CC"
6898 CC="$CC -std=c11"
6899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6900 /* end confdefs.h. */
6901
6902 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6903 # error "C11 support not found"
6904 #endif
6905
6906 _ACEOF
6907 if ac_fn_c_try_compile "$LINENO"; then :
6908
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6910 $as_echo "yes" >&6; }
6911 CC="$ac_save_CC"
6912 C_DIALECT="-std=c11"
6913
6914 else
6915 as_fn_error $? "C11 is required" "$LINENO" 5
6916 fi
6917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6918 fi
6919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6920
6921
6922 ac_config_headers="$ac_config_headers config.h:config.in"
6923
6924
6925 # Some of the common include files depend on bfd.h, and bfd.h checks
6926 # that config.h is included first by testing that the PACKAGE macro
6927 # is defined.
6928 PACKAGE=sim
6929
6930 cat >>confdefs.h <<_ACEOF
6931 #define PACKAGE "$PACKAGE"
6932 _ACEOF
6933
6934
6935
6936 # Dependency checking.
6937 ac_config_commands="$ac_config_commands depdir"
6938
6939
6940 depcc="$CC" am_compiler_list=
6941
6942 am_depcomp=$ac_aux_dir/depcomp
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6944 $as_echo_n "checking dependency style of $depcc... " >&6; }
6945 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6946 $as_echo_n "(cached) " >&6
6947 else
6948 if test -f "$am_depcomp"; then
6949 # We make a subdir and do the tests there. Otherwise we can end up
6950 # making bogus files that we don't know about and never remove. For
6951 # instance it was reported that on HP-UX the gcc test will end up
6952 # making a dummy file named `D' -- because `-MD' means `put the output
6953 # in D'.
6954 mkdir conftest.dir
6955 # Copy depcomp to subdir because otherwise we won't find it if we're
6956 # using a relative directory.
6957 cp "$am_depcomp" conftest.dir
6958 cd conftest.dir
6959 # We will build objects and dependencies in a subdirectory because
6960 # it helps to detect inapplicable dependency modes. For instance
6961 # both Tru64's cc and ICC support -MD to output dependencies as a
6962 # side effect of compilation, but ICC will put the dependencies in
6963 # the current directory while Tru64 will put them in the object
6964 # directory.
6965 mkdir sub
6966
6967 am_cv_CC_dependencies_compiler_type=none
6968 if test "$am_compiler_list" = ""; then
6969 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6970 fi
6971 for depmode in $am_compiler_list; do
6972 if test $depmode = none; then break; fi
6973
6974 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6975 # Setup a source with many dependencies, because some compilers
6976 # like to wrap large dependency lists on column 80 (with \), and
6977 # we should not choose a depcomp mode which is confused by this.
6978 #
6979 # We need to recreate these files for each test, as the compiler may
6980 # overwrite some of them when testing with obscure command lines.
6981 # This happens at least with the AIX C compiler.
6982 : > sub/conftest.c
6983 for i in 1 2 3 4 5 6; do
6984 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6985 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6986 # Solaris 8's {/usr,}/bin/sh.
6987 touch sub/conftst$i.h
6988 done
6989 echo "include sub/conftest.Po" > confmf
6990
6991 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6992 # mode. It turns out that the SunPro C++ compiler does not properly
6993 # handle `-M -o', and we need to detect this.
6994 depcmd="depmode=$depmode \
6995 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6996 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6997 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6998 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6999 if env $depcmd > conftest.err 2>&1 &&
7000 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7001 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7002 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7003 # icc doesn't choke on unknown options, it will just issue warnings
7004 # or remarks (even with -Werror). So we grep stderr for any message
7005 # that says an option was ignored or not supported.
7006 # When given -MP, icc 7.0 and 7.1 complain thusly:
7007 # icc: Command line warning: ignoring option '-M'; no argument required
7008 # The diagnosis changed in icc 8.0:
7009 # icc: Command line remark: option '-MP' not supported
7010 if (grep 'ignoring option' conftest.err ||
7011 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7012 am_cv_CC_dependencies_compiler_type=$depmode
7013 $as_echo "$as_me:$LINENO: success" >&5
7014 break
7015 fi
7016 fi
7017 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7018 sed -e 's/^/| /' < conftest.err >&5
7019 done
7020
7021 cd ..
7022 rm -rf conftest.dir
7023 else
7024 am_cv_CC_dependencies_compiler_type=none
7025 fi
7026
7027 fi
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7029 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7030 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
7031 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
7032 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7033
7034 fi
7035
7036
7037 ALL_LINGUAS=
7038 # If we haven't got the data from the intl directory,
7039 # assume NLS is disabled.
7040 USE_NLS=no
7041 LIBINTL=
7042 LIBINTL_DEP=
7043 INCINTL=
7044 XGETTEXT=
7045 GMSGFMT=
7046 POSUB=
7047
7048 if test -f ../../intl/config.intl; then
7049 . ../../intl/config.intl
7050 fi
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7052 $as_echo_n "checking whether NLS is requested... " >&6; }
7053 if test x"$USE_NLS" != xyes; then
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055 $as_echo "no" >&6; }
7056 else
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7058 $as_echo "yes" >&6; }
7059
7060 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7061
7062
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7064 $as_echo_n "checking for catalogs to be installed... " >&6; }
7065 # Look for .po and .gmo files in the source directory.
7066 CATALOGS=
7067 XLINGUAS=
7068 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7069 # If there aren't any .gmo files the shell will give us the
7070 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7071 # weeded out.
7072 case "$cat" in *\**)
7073 continue;;
7074 esac
7075 # The quadruple backslash is collapsed to a double backslash
7076 # by the backticks, then collapsed again by the double quotes,
7077 # leaving us with one backslash in the sed expression (right
7078 # before the dot that mustn't act as a wildcard).
7079 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7080 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7081 # The user is allowed to set LINGUAS to a list of languages to
7082 # install catalogs for. If it's empty that means "all of them."
7083 if test "x$LINGUAS" = x; then
7084 CATALOGS="$CATALOGS $cat"
7085 XLINGUAS="$XLINGUAS $lang"
7086 else
7087 case "$LINGUAS" in *$lang*)
7088 CATALOGS="$CATALOGS $cat"
7089 XLINGUAS="$XLINGUAS $lang"
7090 ;;
7091 esac
7092 fi
7093 done
7094 LINGUAS="$XLINGUAS"
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7096 $as_echo "$LINGUAS" >&6; }
7097
7098
7099 DATADIRNAME=share
7100
7101 INSTOBJEXT=.mo
7102
7103 GENCAT=gencat
7104
7105 CATOBJEXT=.gmo
7106
7107 fi
7108
7109 # Check for socket libraries
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7111 $as_echo_n "checking for bind in -lsocket... " >&6; }
7112 if ${ac_cv_lib_socket_bind+:} false; then :
7113 $as_echo_n "(cached) " >&6
7114 else
7115 ac_check_lib_save_LIBS=$LIBS
7116 LIBS="-lsocket $LIBS"
7117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7118 /* end confdefs.h. */
7119
7120 /* Override any GCC internal prototype to avoid an error.
7121 Use char because int might match the return type of a GCC
7122 builtin and then its argument prototype would still apply. */
7123 #ifdef __cplusplus
7124 extern "C"
7125 #endif
7126 char bind ();
7127 int
7128 main ()
7129 {
7130 return bind ();
7131 ;
7132 return 0;
7133 }
7134 _ACEOF
7135 if ac_fn_c_try_link "$LINENO"; then :
7136 ac_cv_lib_socket_bind=yes
7137 else
7138 ac_cv_lib_socket_bind=no
7139 fi
7140 rm -f core conftest.err conftest.$ac_objext \
7141 conftest$ac_exeext conftest.$ac_ext
7142 LIBS=$ac_check_lib_save_LIBS
7143 fi
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7145 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7146 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7147 cat >>confdefs.h <<_ACEOF
7148 #define HAVE_LIBSOCKET 1
7149 _ACEOF
7150
7151 LIBS="-lsocket $LIBS"
7152
7153 fi
7154
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7156 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7157 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7158 $as_echo_n "(cached) " >&6
7159 else
7160 ac_check_lib_save_LIBS=$LIBS
7161 LIBS="-lnsl $LIBS"
7162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7163 /* end confdefs.h. */
7164
7165 /* Override any GCC internal prototype to avoid an error.
7166 Use char because int might match the return type of a GCC
7167 builtin and then its argument prototype would still apply. */
7168 #ifdef __cplusplus
7169 extern "C"
7170 #endif
7171 char gethostbyname ();
7172 int
7173 main ()
7174 {
7175 return gethostbyname ();
7176 ;
7177 return 0;
7178 }
7179 _ACEOF
7180 if ac_fn_c_try_link "$LINENO"; then :
7181 ac_cv_lib_nsl_gethostbyname=yes
7182 else
7183 ac_cv_lib_nsl_gethostbyname=no
7184 fi
7185 rm -f core conftest.err conftest.$ac_objext \
7186 conftest$ac_exeext conftest.$ac_ext
7187 LIBS=$ac_check_lib_save_LIBS
7188 fi
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7190 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7191 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7192 cat >>confdefs.h <<_ACEOF
7193 #define HAVE_LIBNSL 1
7194 _ACEOF
7195
7196 LIBS="-lnsl $LIBS"
7197
7198 fi
7199
7200
7201 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7202 # using the same condition.
7203
7204 # Use the system's zlib library.
7205 zlibdir="-L\$(top_builddir)/../zlib"
7206 zlibinc="-I\$(top_srcdir)/../zlib"
7207
7208 # Check whether --with-system-zlib was given.
7209 if test "${with_system_zlib+set}" = set; then :
7210 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7211 zlibdir=
7212 zlibinc=
7213 fi
7214
7215 fi
7216
7217
7218
7219
7220
7221 # BFD uses libdl when when plugins enabled.
7222
7223 maybe_plugins=no
7224 for ac_header in dlfcn.h
7225 do :
7226 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7227 "
7228 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7229 cat >>confdefs.h <<_ACEOF
7230 #define HAVE_DLFCN_H 1
7231 _ACEOF
7232 maybe_plugins=yes
7233 fi
7234
7235 done
7236
7237 for ac_header in windows.h
7238 do :
7239 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7240 "
7241 if test "x$ac_cv_header_windows_h" = xyes; then :
7242 cat >>confdefs.h <<_ACEOF
7243 #define HAVE_WINDOWS_H 1
7244 _ACEOF
7245 maybe_plugins=yes
7246 fi
7247
7248 done
7249
7250
7251 # Check whether --enable-plugins was given.
7252 if test "${enable_plugins+set}" = set; then :
7253 enableval=$enable_plugins; case "${enableval}" in
7254 no) plugins=no ;;
7255 *) plugins=yes
7256 if test "$maybe_plugins" != "yes" ; then
7257 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7258 fi ;;
7259 esac
7260 else
7261 plugins=$maybe_plugins
7262
7263 fi
7264
7265 if test "$plugins" = "yes"; then
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7267 $as_echo_n "checking for library containing dlsym... " >&6; }
7268 if ${ac_cv_search_dlsym+:} false; then :
7269 $as_echo_n "(cached) " >&6
7270 else
7271 ac_func_search_save_LIBS=$LIBS
7272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7273 /* end confdefs.h. */
7274
7275 /* Override any GCC internal prototype to avoid an error.
7276 Use char because int might match the return type of a GCC
7277 builtin and then its argument prototype would still apply. */
7278 #ifdef __cplusplus
7279 extern "C"
7280 #endif
7281 char dlsym ();
7282 int
7283 main ()
7284 {
7285 return dlsym ();
7286 ;
7287 return 0;
7288 }
7289 _ACEOF
7290 for ac_lib in '' dl; do
7291 if test -z "$ac_lib"; then
7292 ac_res="none required"
7293 else
7294 ac_res=-l$ac_lib
7295 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7296 fi
7297 if ac_fn_c_try_link "$LINENO"; then :
7298 ac_cv_search_dlsym=$ac_res
7299 fi
7300 rm -f core conftest.err conftest.$ac_objext \
7301 conftest$ac_exeext
7302 if ${ac_cv_search_dlsym+:} false; then :
7303 break
7304 fi
7305 done
7306 if ${ac_cv_search_dlsym+:} false; then :
7307
7308 else
7309 ac_cv_search_dlsym=no
7310 fi
7311 rm conftest.$ac_ext
7312 LIBS=$ac_func_search_save_LIBS
7313 fi
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7315 $as_echo "$ac_cv_search_dlsym" >&6; }
7316 ac_res=$ac_cv_search_dlsym
7317 if test "$ac_res" != no; then :
7318 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7319
7320 fi
7321
7322 fi
7323
7324 if test "$plugins" = yes; then
7325 PLUGINS_TRUE=
7326 PLUGINS_FALSE='#'
7327 else
7328 PLUGINS_TRUE='#'
7329 PLUGINS_FALSE=
7330 fi
7331
7332
7333
7334
7335
7336 # Set options
7337 enable_dlopen=yes
7338
7339
7340
7341
7342 enable_win32_dll=no
7343
7344
7345 # Check whether --enable-shared was given.
7346 if test "${enable_shared+set}" = set; then :
7347 enableval=$enable_shared; p=${PACKAGE-default}
7348 case $enableval in
7349 yes) enable_shared=yes ;;
7350 no) enable_shared=no ;;
7351 *)
7352 enable_shared=no
7353 # Look at the argument we got. We use all the common list separators.
7354 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7355 for pkg in $enableval; do
7356 IFS="$lt_save_ifs"
7357 if test "X$pkg" = "X$p"; then
7358 enable_shared=yes
7359 fi
7360 done
7361 IFS="$lt_save_ifs"
7362 ;;
7363 esac
7364 else
7365 enable_shared=yes
7366 fi
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376 # Check whether --enable-static was given.
7377 if test "${enable_static+set}" = set; then :
7378 enableval=$enable_static; p=${PACKAGE-default}
7379 case $enableval in
7380 yes) enable_static=yes ;;
7381 no) enable_static=no ;;
7382 *)
7383 enable_static=no
7384 # Look at the argument we got. We use all the common list separators.
7385 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7386 for pkg in $enableval; do
7387 IFS="$lt_save_ifs"
7388 if test "X$pkg" = "X$p"; then
7389 enable_static=yes
7390 fi
7391 done
7392 IFS="$lt_save_ifs"
7393 ;;
7394 esac
7395 else
7396 enable_static=yes
7397 fi
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408 # Check whether --with-pic was given.
7409 if test "${with_pic+set}" = set; then :
7410 withval=$with_pic; pic_mode="$withval"
7411 else
7412 pic_mode=default
7413 fi
7414
7415
7416 test -z "$pic_mode" && pic_mode=default
7417
7418
7419
7420
7421
7422
7423
7424 # Check whether --enable-fast-install was given.
7425 if test "${enable_fast_install+set}" = set; then :
7426 enableval=$enable_fast_install; p=${PACKAGE-default}
7427 case $enableval in
7428 yes) enable_fast_install=yes ;;
7429 no) enable_fast_install=no ;;
7430 *)
7431 enable_fast_install=no
7432 # Look at the argument we got. We use all the common list separators.
7433 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7434 for pkg in $enableval; do
7435 IFS="$lt_save_ifs"
7436 if test "X$pkg" = "X$p"; then
7437 enable_fast_install=yes
7438 fi
7439 done
7440 IFS="$lt_save_ifs"
7441 ;;
7442 esac
7443 else
7444 enable_fast_install=yes
7445 fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457 # This can be used to rebuild libtool when needed
7458 LIBTOOL_DEPS="$ltmain"
7459
7460 # Always use our own libtool.
7461 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488 test -z "$LN_S" && LN_S="ln -s"
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503 if test -n "${ZSH_VERSION+set}" ; then
7504 setopt NO_GLOB_SUBST
7505 fi
7506
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7508 $as_echo_n "checking for objdir... " >&6; }
7509 if ${lt_cv_objdir+:} false; then :
7510 $as_echo_n "(cached) " >&6
7511 else
7512 rm -f .libs 2>/dev/null
7513 mkdir .libs 2>/dev/null
7514 if test -d .libs; then
7515 lt_cv_objdir=.libs
7516 else
7517 # MS-DOS does not allow filenames that begin with a dot.
7518 lt_cv_objdir=_libs
7519 fi
7520 rmdir .libs 2>/dev/null
7521 fi
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7523 $as_echo "$lt_cv_objdir" >&6; }
7524 objdir=$lt_cv_objdir
7525
7526
7527
7528
7529
7530 cat >>confdefs.h <<_ACEOF
7531 #define LT_OBJDIR "$lt_cv_objdir/"
7532 _ACEOF
7533
7534
7535
7536
7537 case $host_os in
7538 aix3*)
7539 # AIX sometimes has problems with the GCC collect2 program. For some
7540 # reason, if we set the COLLECT_NAMES environment variable, the problems
7541 # vanish in a puff of smoke.
7542 if test "X${COLLECT_NAMES+set}" != Xset; then
7543 COLLECT_NAMES=
7544 export COLLECT_NAMES
7545 fi
7546 ;;
7547 esac
7548
7549 # Global variables:
7550 ofile=libtool
7551 can_build_shared=yes
7552
7553 # All known linkers require a `.a' archive for static linking (except MSVC,
7554 # which needs '.lib').
7555 libext=a
7556
7557 with_gnu_ld="$lt_cv_prog_gnu_ld"
7558
7559 old_CC="$CC"
7560 old_CFLAGS="$CFLAGS"
7561
7562 # Set sane defaults for various variables
7563 test -z "$CC" && CC=cc
7564 test -z "$LTCC" && LTCC=$CC
7565 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7566 test -z "$LD" && LD=ld
7567 test -z "$ac_objext" && ac_objext=o
7568
7569 for cc_temp in $compiler""; do
7570 case $cc_temp in
7571 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7572 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7573 \-*) ;;
7574 *) break;;
7575 esac
7576 done
7577 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7578
7579
7580 # Only perform the check for file, if the check method requires it
7581 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7582 case $deplibs_check_method in
7583 file_magic*)
7584 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7586 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7587 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7588 $as_echo_n "(cached) " >&6
7589 else
7590 case $MAGIC_CMD in
7591 [\\/*] | ?:[\\/]*)
7592 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7593 ;;
7594 *)
7595 lt_save_MAGIC_CMD="$MAGIC_CMD"
7596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7597 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7598 for ac_dir in $ac_dummy; do
7599 IFS="$lt_save_ifs"
7600 test -z "$ac_dir" && ac_dir=.
7601 if test -f $ac_dir/${ac_tool_prefix}file; then
7602 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7603 if test -n "$file_magic_test_file"; then
7604 case $deplibs_check_method in
7605 "file_magic "*)
7606 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7607 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7608 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7609 $EGREP "$file_magic_regex" > /dev/null; then
7610 :
7611 else
7612 cat <<_LT_EOF 1>&2
7613
7614 *** Warning: the command libtool uses to detect shared libraries,
7615 *** $file_magic_cmd, produces output that libtool cannot recognize.
7616 *** The result is that libtool may fail to recognize shared libraries
7617 *** as such. This will affect the creation of libtool libraries that
7618 *** depend on shared libraries, but programs linked with such libtool
7619 *** libraries will work regardless of this problem. Nevertheless, you
7620 *** may want to report the problem to your system manager and/or to
7621 *** bug-libtool@gnu.org
7622
7623 _LT_EOF
7624 fi ;;
7625 esac
7626 fi
7627 break
7628 fi
7629 done
7630 IFS="$lt_save_ifs"
7631 MAGIC_CMD="$lt_save_MAGIC_CMD"
7632 ;;
7633 esac
7634 fi
7635
7636 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7637 if test -n "$MAGIC_CMD"; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7639 $as_echo "$MAGIC_CMD" >&6; }
7640 else
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7642 $as_echo "no" >&6; }
7643 fi
7644
7645
7646
7647
7648
7649 if test -z "$lt_cv_path_MAGIC_CMD"; then
7650 if test -n "$ac_tool_prefix"; then
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7652 $as_echo_n "checking for file... " >&6; }
7653 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 case $MAGIC_CMD in
7657 [\\/*] | ?:[\\/]*)
7658 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7659 ;;
7660 *)
7661 lt_save_MAGIC_CMD="$MAGIC_CMD"
7662 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7663 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7664 for ac_dir in $ac_dummy; do
7665 IFS="$lt_save_ifs"
7666 test -z "$ac_dir" && ac_dir=.
7667 if test -f $ac_dir/file; then
7668 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7669 if test -n "$file_magic_test_file"; then
7670 case $deplibs_check_method in
7671 "file_magic "*)
7672 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7673 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7674 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7675 $EGREP "$file_magic_regex" > /dev/null; then
7676 :
7677 else
7678 cat <<_LT_EOF 1>&2
7679
7680 *** Warning: the command libtool uses to detect shared libraries,
7681 *** $file_magic_cmd, produces output that libtool cannot recognize.
7682 *** The result is that libtool may fail to recognize shared libraries
7683 *** as such. This will affect the creation of libtool libraries that
7684 *** depend on shared libraries, but programs linked with such libtool
7685 *** libraries will work regardless of this problem. Nevertheless, you
7686 *** may want to report the problem to your system manager and/or to
7687 *** bug-libtool@gnu.org
7688
7689 _LT_EOF
7690 fi ;;
7691 esac
7692 fi
7693 break
7694 fi
7695 done
7696 IFS="$lt_save_ifs"
7697 MAGIC_CMD="$lt_save_MAGIC_CMD"
7698 ;;
7699 esac
7700 fi
7701
7702 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7703 if test -n "$MAGIC_CMD"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7705 $as_echo "$MAGIC_CMD" >&6; }
7706 else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708 $as_echo "no" >&6; }
7709 fi
7710
7711
7712 else
7713 MAGIC_CMD=:
7714 fi
7715 fi
7716
7717 fi
7718 ;;
7719 esac
7720
7721 # Use C for the default configuration in the libtool script
7722
7723 lt_save_CC="$CC"
7724 ac_ext=c
7725 ac_cpp='$CPP $CPPFLAGS'
7726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7729
7730
7731 # Source file extension for C test sources.
7732 ac_ext=c
7733
7734 # Object file extension for compiled C test sources.
7735 objext=o
7736 objext=$objext
7737
7738 # Code to be used in simple compile tests
7739 lt_simple_compile_test_code="int some_variable = 0;"
7740
7741 # Code to be used in simple link tests
7742 lt_simple_link_test_code='int main(){return(0);}'
7743
7744
7745
7746
7747
7748
7749
7750 # If no C compiler was specified, use CC.
7751 LTCC=${LTCC-"$CC"}
7752
7753 # If no C compiler flags were specified, use CFLAGS.
7754 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7755
7756 # Allow CC to be a program name with arguments.
7757 compiler=$CC
7758
7759 # Save the default compiler, since it gets overwritten when the other
7760 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7761 compiler_DEFAULT=$CC
7762
7763 # save warnings/boilerplate of simple test code
7764 ac_outfile=conftest.$ac_objext
7765 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7766 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7767 _lt_compiler_boilerplate=`cat conftest.err`
7768 $RM conftest*
7769
7770 ac_outfile=conftest.$ac_objext
7771 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7772 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7773 _lt_linker_boilerplate=`cat conftest.err`
7774 $RM -r conftest*
7775
7776
7777 ## CAVEAT EMPTOR:
7778 ## There is no encapsulation within the following macros, do not change
7779 ## the running order or otherwise move them around unless you know exactly
7780 ## what you are doing...
7781 if test -n "$compiler"; then
7782
7783 lt_prog_compiler_no_builtin_flag=
7784
7785 if test "$GCC" = yes; then
7786 case $cc_basename in
7787 nvcc*)
7788 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7789 *)
7790 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7791 esac
7792
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7794 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7795 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7796 $as_echo_n "(cached) " >&6
7797 else
7798 lt_cv_prog_compiler_rtti_exceptions=no
7799 ac_outfile=conftest.$ac_objext
7800 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7801 lt_compiler_flag="-fno-rtti -fno-exceptions"
7802 # Insert the option either (1) after the last *FLAGS variable, or
7803 # (2) before a word containing "conftest.", or (3) at the end.
7804 # Note that $ac_compile itself does not contain backslashes and begins
7805 # with a dollar sign (not a hyphen), so the echo should work correctly.
7806 # The option is referenced via a variable to avoid confusing sed.
7807 lt_compile=`echo "$ac_compile" | $SED \
7808 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7810 -e 's:$: $lt_compiler_flag:'`
7811 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7812 (eval "$lt_compile" 2>conftest.err)
7813 ac_status=$?
7814 cat conftest.err >&5
7815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816 if (exit $ac_status) && test -s "$ac_outfile"; then
7817 # The compiler can only warn and ignore the option if not recognized
7818 # So say no if there are warnings other than the usual output.
7819 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7820 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7821 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7822 lt_cv_prog_compiler_rtti_exceptions=yes
7823 fi
7824 fi
7825 $RM conftest*
7826
7827 fi
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7829 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7830
7831 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7832 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7833 else
7834 :
7835 fi
7836
7837 fi
7838
7839
7840
7841
7842
7843
7844 lt_prog_compiler_wl=
7845 lt_prog_compiler_pic=
7846 lt_prog_compiler_static=
7847
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7849 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7850
7851 if test "$GCC" = yes; then
7852 lt_prog_compiler_wl='-Wl,'
7853 lt_prog_compiler_static='-static'
7854
7855 case $host_os in
7856 aix*)
7857 # All AIX code is PIC.
7858 if test "$host_cpu" = ia64; then
7859 # AIX 5 now supports IA64 processor
7860 lt_prog_compiler_static='-Bstatic'
7861 fi
7862 lt_prog_compiler_pic='-fPIC'
7863 ;;
7864
7865 amigaos*)
7866 case $host_cpu in
7867 powerpc)
7868 # see comment about AmigaOS4 .so support
7869 lt_prog_compiler_pic='-fPIC'
7870 ;;
7871 m68k)
7872 # FIXME: we need at least 68020 code to build shared libraries, but
7873 # adding the `-m68020' flag to GCC prevents building anything better,
7874 # like `-m68040'.
7875 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7876 ;;
7877 esac
7878 ;;
7879
7880 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7881 # PIC is the default for these OSes.
7882 ;;
7883
7884 mingw* | cygwin* | pw32* | os2* | cegcc*)
7885 # This hack is so that the source file can tell whether it is being
7886 # built for inclusion in a dll (and should export symbols for example).
7887 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7888 # (--disable-auto-import) libraries
7889 lt_prog_compiler_pic='-DDLL_EXPORT'
7890 ;;
7891
7892 darwin* | rhapsody*)
7893 # PIC is the default on this platform
7894 # Common symbols not allowed in MH_DYLIB files
7895 lt_prog_compiler_pic='-fno-common'
7896 ;;
7897
7898 haiku*)
7899 # PIC is the default for Haiku.
7900 # The "-static" flag exists, but is broken.
7901 lt_prog_compiler_static=
7902 ;;
7903
7904 hpux*)
7905 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7906 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7907 # sets the default TLS model and affects inlining.
7908 case $host_cpu in
7909 hppa*64*)
7910 # +Z the default
7911 ;;
7912 *)
7913 lt_prog_compiler_pic='-fPIC'
7914 ;;
7915 esac
7916 ;;
7917
7918 interix[3-9]*)
7919 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7920 # Instead, we relocate shared libraries at runtime.
7921 ;;
7922
7923 msdosdjgpp*)
7924 # Just because we use GCC doesn't mean we suddenly get shared libraries
7925 # on systems that don't support them.
7926 lt_prog_compiler_can_build_shared=no
7927 enable_shared=no
7928 ;;
7929
7930 *nto* | *qnx*)
7931 # QNX uses GNU C++, but need to define -shared option too, otherwise
7932 # it will coredump.
7933 lt_prog_compiler_pic='-fPIC -shared'
7934 ;;
7935
7936 sysv4*MP*)
7937 if test -d /usr/nec; then
7938 lt_prog_compiler_pic=-Kconform_pic
7939 fi
7940 ;;
7941
7942 *)
7943 lt_prog_compiler_pic='-fPIC'
7944 ;;
7945 esac
7946
7947 case $cc_basename in
7948 nvcc*) # Cuda Compiler Driver 2.2
7949 lt_prog_compiler_wl='-Xlinker '
7950 lt_prog_compiler_pic='-Xcompiler -fPIC'
7951 ;;
7952 esac
7953 else
7954 # PORTME Check for flag to pass linker flags through the system compiler.
7955 case $host_os in
7956 aix*)
7957 lt_prog_compiler_wl='-Wl,'
7958 if test "$host_cpu" = ia64; then
7959 # AIX 5 now supports IA64 processor
7960 lt_prog_compiler_static='-Bstatic'
7961 else
7962 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7963 fi
7964 ;;
7965
7966 mingw* | cygwin* | pw32* | os2* | cegcc*)
7967 # This hack is so that the source file can tell whether it is being
7968 # built for inclusion in a dll (and should export symbols for example).
7969 lt_prog_compiler_pic='-DDLL_EXPORT'
7970 ;;
7971
7972 hpux9* | hpux10* | hpux11*)
7973 lt_prog_compiler_wl='-Wl,'
7974 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7975 # not for PA HP-UX.
7976 case $host_cpu in
7977 hppa*64*|ia64*)
7978 # +Z the default
7979 ;;
7980 *)
7981 lt_prog_compiler_pic='+Z'
7982 ;;
7983 esac
7984 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7985 lt_prog_compiler_static='${wl}-a ${wl}archive'
7986 ;;
7987
7988 irix5* | irix6* | nonstopux*)
7989 lt_prog_compiler_wl='-Wl,'
7990 # PIC (with -KPIC) is the default.
7991 lt_prog_compiler_static='-non_shared'
7992 ;;
7993
7994 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7995 case $cc_basename in
7996 # old Intel for x86_64 which still supported -KPIC.
7997 ecc*)
7998 lt_prog_compiler_wl='-Wl,'
7999 lt_prog_compiler_pic='-KPIC'
8000 lt_prog_compiler_static='-static'
8001 ;;
8002 # icc used to be incompatible with GCC.
8003 # ICC 10 doesn't accept -KPIC any more.
8004 icc* | ifort*)
8005 lt_prog_compiler_wl='-Wl,'
8006 lt_prog_compiler_pic='-fPIC'
8007 lt_prog_compiler_static='-static'
8008 ;;
8009 # Lahey Fortran 8.1.
8010 lf95*)
8011 lt_prog_compiler_wl='-Wl,'
8012 lt_prog_compiler_pic='--shared'
8013 lt_prog_compiler_static='--static'
8014 ;;
8015 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8016 # Portland Group compilers (*not* the Pentium gcc compiler,
8017 # which looks to be a dead project)
8018 lt_prog_compiler_wl='-Wl,'
8019 lt_prog_compiler_pic='-fpic'
8020 lt_prog_compiler_static='-Bstatic'
8021 ;;
8022 ccc*)
8023 lt_prog_compiler_wl='-Wl,'
8024 # All Alpha code is PIC.
8025 lt_prog_compiler_static='-non_shared'
8026 ;;
8027 xl* | bgxl* | bgf* | mpixl*)
8028 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8029 lt_prog_compiler_wl='-Wl,'
8030 lt_prog_compiler_pic='-qpic'
8031 lt_prog_compiler_static='-qstaticlink'
8032 ;;
8033 *)
8034 case `$CC -V 2>&1 | sed 5q` in
8035 *Sun\ F* | *Sun*Fortran*)
8036 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8037 lt_prog_compiler_pic='-KPIC'
8038 lt_prog_compiler_static='-Bstatic'
8039 lt_prog_compiler_wl=''
8040 ;;
8041 *Sun\ C*)
8042 # Sun C 5.9
8043 lt_prog_compiler_pic='-KPIC'
8044 lt_prog_compiler_static='-Bstatic'
8045 lt_prog_compiler_wl='-Wl,'
8046 ;;
8047 esac
8048 ;;
8049 esac
8050 ;;
8051
8052 newsos6)
8053 lt_prog_compiler_pic='-KPIC'
8054 lt_prog_compiler_static='-Bstatic'
8055 ;;
8056
8057 *nto* | *qnx*)
8058 # QNX uses GNU C++, but need to define -shared option too, otherwise
8059 # it will coredump.
8060 lt_prog_compiler_pic='-fPIC -shared'
8061 ;;
8062
8063 osf3* | osf4* | osf5*)
8064 lt_prog_compiler_wl='-Wl,'
8065 # All OSF/1 code is PIC.
8066 lt_prog_compiler_static='-non_shared'
8067 ;;
8068
8069 rdos*)
8070 lt_prog_compiler_static='-non_shared'
8071 ;;
8072
8073 solaris*)
8074 lt_prog_compiler_pic='-KPIC'
8075 lt_prog_compiler_static='-Bstatic'
8076 case $cc_basename in
8077 f77* | f90* | f95*)
8078 lt_prog_compiler_wl='-Qoption ld ';;
8079 *)
8080 lt_prog_compiler_wl='-Wl,';;
8081 esac
8082 ;;
8083
8084 sunos4*)
8085 lt_prog_compiler_wl='-Qoption ld '
8086 lt_prog_compiler_pic='-PIC'
8087 lt_prog_compiler_static='-Bstatic'
8088 ;;
8089
8090 sysv4 | sysv4.2uw2* | sysv4.3*)
8091 lt_prog_compiler_wl='-Wl,'
8092 lt_prog_compiler_pic='-KPIC'
8093 lt_prog_compiler_static='-Bstatic'
8094 ;;
8095
8096 sysv4*MP*)
8097 if test -d /usr/nec ;then
8098 lt_prog_compiler_pic='-Kconform_pic'
8099 lt_prog_compiler_static='-Bstatic'
8100 fi
8101 ;;
8102
8103 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8104 lt_prog_compiler_wl='-Wl,'
8105 lt_prog_compiler_pic='-KPIC'
8106 lt_prog_compiler_static='-Bstatic'
8107 ;;
8108
8109 unicos*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_can_build_shared=no
8112 ;;
8113
8114 uts4*)
8115 lt_prog_compiler_pic='-pic'
8116 lt_prog_compiler_static='-Bstatic'
8117 ;;
8118
8119 *)
8120 lt_prog_compiler_can_build_shared=no
8121 ;;
8122 esac
8123 fi
8124
8125 case $host_os in
8126 # For platforms which do not support PIC, -DPIC is meaningless:
8127 *djgpp*)
8128 lt_prog_compiler_pic=
8129 ;;
8130 *)
8131 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8132 ;;
8133 esac
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8135 $as_echo "$lt_prog_compiler_pic" >&6; }
8136
8137
8138
8139
8140
8141
8142 #
8143 # Check to make sure the PIC flag actually works.
8144 #
8145 if test -n "$lt_prog_compiler_pic"; then
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8147 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8148 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8149 $as_echo_n "(cached) " >&6
8150 else
8151 lt_cv_prog_compiler_pic_works=no
8152 ac_outfile=conftest.$ac_objext
8153 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8154 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8155 # Insert the option either (1) after the last *FLAGS variable, or
8156 # (2) before a word containing "conftest.", or (3) at the end.
8157 # Note that $ac_compile itself does not contain backslashes and begins
8158 # with a dollar sign (not a hyphen), so the echo should work correctly.
8159 # The option is referenced via a variable to avoid confusing sed.
8160 lt_compile=`echo "$ac_compile" | $SED \
8161 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8162 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8163 -e 's:$: $lt_compiler_flag:'`
8164 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8165 (eval "$lt_compile" 2>conftest.err)
8166 ac_status=$?
8167 cat conftest.err >&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 if (exit $ac_status) && test -s "$ac_outfile"; then
8170 # The compiler can only warn and ignore the option if not recognized
8171 # So say no if there are warnings other than the usual output.
8172 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8173 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8174 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8175 lt_cv_prog_compiler_pic_works=yes
8176 fi
8177 fi
8178 $RM conftest*
8179
8180 fi
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8182 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8183
8184 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8185 case $lt_prog_compiler_pic in
8186 "" | " "*) ;;
8187 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8188 esac
8189 else
8190 lt_prog_compiler_pic=
8191 lt_prog_compiler_can_build_shared=no
8192 fi
8193
8194 fi
8195
8196
8197
8198
8199
8200
8201 #
8202 # Check to make sure the static flag actually works.
8203 #
8204 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8206 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8207 if ${lt_cv_prog_compiler_static_works+:} false; then :
8208 $as_echo_n "(cached) " >&6
8209 else
8210 lt_cv_prog_compiler_static_works=no
8211 save_LDFLAGS="$LDFLAGS"
8212 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8213 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8214 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8215 # The linker can only warn and ignore the option if not recognized
8216 # So say no if there are warnings
8217 if test -s conftest.err; then
8218 # Append any errors to the config.log.
8219 cat conftest.err 1>&5
8220 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8221 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8222 if diff conftest.exp conftest.er2 >/dev/null; then
8223 lt_cv_prog_compiler_static_works=yes
8224 fi
8225 else
8226 lt_cv_prog_compiler_static_works=yes
8227 fi
8228 fi
8229 $RM -r conftest*
8230 LDFLAGS="$save_LDFLAGS"
8231
8232 fi
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8234 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8235
8236 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8237 :
8238 else
8239 lt_prog_compiler_static=
8240 fi
8241
8242
8243
8244
8245
8246
8247
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8249 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8250 if ${lt_cv_prog_compiler_c_o+:} false; then :
8251 $as_echo_n "(cached) " >&6
8252 else
8253 lt_cv_prog_compiler_c_o=no
8254 $RM -r conftest 2>/dev/null
8255 mkdir conftest
8256 cd conftest
8257 mkdir out
8258 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8259
8260 lt_compiler_flag="-o out/conftest2.$ac_objext"
8261 # Insert the option either (1) after the last *FLAGS variable, or
8262 # (2) before a word containing "conftest.", or (3) at the end.
8263 # Note that $ac_compile itself does not contain backslashes and begins
8264 # with a dollar sign (not a hyphen), so the echo should work correctly.
8265 lt_compile=`echo "$ac_compile" | $SED \
8266 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8267 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8268 -e 's:$: $lt_compiler_flag:'`
8269 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8270 (eval "$lt_compile" 2>out/conftest.err)
8271 ac_status=$?
8272 cat out/conftest.err >&5
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8275 then
8276 # The compiler can only warn and ignore the option if not recognized
8277 # So say no if there are warnings
8278 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8279 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8280 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8281 lt_cv_prog_compiler_c_o=yes
8282 fi
8283 fi
8284 chmod u+w . 2>&5
8285 $RM conftest*
8286 # SGI C++ compiler will create directory out/ii_files/ for
8287 # template instantiation
8288 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8289 $RM out/* && rmdir out
8290 cd ..
8291 $RM -r conftest
8292 $RM conftest*
8293
8294 fi
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8296 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8297
8298
8299
8300
8301
8302
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8304 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8305 if ${lt_cv_prog_compiler_c_o+:} false; then :
8306 $as_echo_n "(cached) " >&6
8307 else
8308 lt_cv_prog_compiler_c_o=no
8309 $RM -r conftest 2>/dev/null
8310 mkdir conftest
8311 cd conftest
8312 mkdir out
8313 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8314
8315 lt_compiler_flag="-o out/conftest2.$ac_objext"
8316 # Insert the option either (1) after the last *FLAGS variable, or
8317 # (2) before a word containing "conftest.", or (3) at the end.
8318 # Note that $ac_compile itself does not contain backslashes and begins
8319 # with a dollar sign (not a hyphen), so the echo should work correctly.
8320 lt_compile=`echo "$ac_compile" | $SED \
8321 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8323 -e 's:$: $lt_compiler_flag:'`
8324 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8325 (eval "$lt_compile" 2>out/conftest.err)
8326 ac_status=$?
8327 cat out/conftest.err >&5
8328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8329 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8330 then
8331 # The compiler can only warn and ignore the option if not recognized
8332 # So say no if there are warnings
8333 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8334 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8335 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8336 lt_cv_prog_compiler_c_o=yes
8337 fi
8338 fi
8339 chmod u+w . 2>&5
8340 $RM conftest*
8341 # SGI C++ compiler will create directory out/ii_files/ for
8342 # template instantiation
8343 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8344 $RM out/* && rmdir out
8345 cd ..
8346 $RM -r conftest
8347 $RM conftest*
8348
8349 fi
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8351 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8352
8353
8354
8355
8356 hard_links="nottested"
8357 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8358 # do not overwrite the value of need_locks provided by the user
8359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8360 $as_echo_n "checking if we can lock with hard links... " >&6; }
8361 hard_links=yes
8362 $RM conftest*
8363 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8364 touch conftest.a
8365 ln conftest.a conftest.b 2>&5 || hard_links=no
8366 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8368 $as_echo "$hard_links" >&6; }
8369 if test "$hard_links" = no; then
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8371 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8372 need_locks=warn
8373 fi
8374 else
8375 need_locks=no
8376 fi
8377
8378
8379
8380
8381
8382
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8384 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8385
8386 runpath_var=
8387 allow_undefined_flag=
8388 always_export_symbols=no
8389 archive_cmds=
8390 archive_expsym_cmds=
8391 compiler_needs_object=no
8392 enable_shared_with_static_runtimes=no
8393 export_dynamic_flag_spec=
8394 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8395 hardcode_automatic=no
8396 hardcode_direct=no
8397 hardcode_direct_absolute=no
8398 hardcode_libdir_flag_spec=
8399 hardcode_libdir_flag_spec_ld=
8400 hardcode_libdir_separator=
8401 hardcode_minus_L=no
8402 hardcode_shlibpath_var=unsupported
8403 inherit_rpath=no
8404 link_all_deplibs=unknown
8405 module_cmds=
8406 module_expsym_cmds=
8407 old_archive_from_new_cmds=
8408 old_archive_from_expsyms_cmds=
8409 thread_safe_flag_spec=
8410 whole_archive_flag_spec=
8411 # include_expsyms should be a list of space-separated symbols to be *always*
8412 # included in the symbol list
8413 include_expsyms=
8414 # exclude_expsyms can be an extended regexp of symbols to exclude
8415 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8416 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8417 # as well as any symbol that contains `d'.
8418 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8419 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8420 # platforms (ab)use it in PIC code, but their linkers get confused if
8421 # the symbol is explicitly referenced. Since portable code cannot
8422 # rely on this symbol name, it's probably fine to never include it in
8423 # preloaded symbol tables.
8424 # Exclude shared library initialization/finalization symbols.
8425 extract_expsyms_cmds=
8426
8427 case $host_os in
8428 cygwin* | mingw* | pw32* | cegcc*)
8429 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8430 # When not using gcc, we currently assume that we are using
8431 # Microsoft Visual C++.
8432 if test "$GCC" != yes; then
8433 with_gnu_ld=no
8434 fi
8435 ;;
8436 interix*)
8437 # we just hope/assume this is gcc and not c89 (= MSVC++)
8438 with_gnu_ld=yes
8439 ;;
8440 openbsd*)
8441 with_gnu_ld=no
8442 ;;
8443 esac
8444
8445 ld_shlibs=yes
8446
8447 # On some targets, GNU ld is compatible enough with the native linker
8448 # that we're better off using the native interface for both.
8449 lt_use_gnu_ld_interface=no
8450 if test "$with_gnu_ld" = yes; then
8451 case $host_os in
8452 aix*)
8453 # The AIX port of GNU ld has always aspired to compatibility
8454 # with the native linker. However, as the warning in the GNU ld
8455 # block says, versions before 2.19.5* couldn't really create working
8456 # shared libraries, regardless of the interface used.
8457 case `$LD -v 2>&1` in
8458 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8459 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8460 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8461 *)
8462 lt_use_gnu_ld_interface=yes
8463 ;;
8464 esac
8465 ;;
8466 *)
8467 lt_use_gnu_ld_interface=yes
8468 ;;
8469 esac
8470 fi
8471
8472 if test "$lt_use_gnu_ld_interface" = yes; then
8473 # If archive_cmds runs LD, not CC, wlarc should be empty
8474 wlarc='${wl}'
8475
8476 # Set some defaults for GNU ld with shared library support. These
8477 # are reset later if shared libraries are not supported. Putting them
8478 # here allows them to be overridden if necessary.
8479 runpath_var=LD_RUN_PATH
8480 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8481 export_dynamic_flag_spec='${wl}--export-dynamic'
8482 # ancient GNU ld didn't support --whole-archive et. al.
8483 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8484 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8485 else
8486 whole_archive_flag_spec=
8487 fi
8488 supports_anon_versioning=no
8489 case `$LD -v 2>&1` in
8490 *GNU\ gold*) supports_anon_versioning=yes ;;
8491 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8492 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8493 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8494 *\ 2.11.*) ;; # other 2.11 versions
8495 *) supports_anon_versioning=yes ;;
8496 esac
8497
8498 # See if GNU ld supports shared libraries.
8499 case $host_os in
8500 aix[3-9]*)
8501 # On AIX/PPC, the GNU linker is very broken
8502 if test "$host_cpu" != ia64; then
8503 ld_shlibs=no
8504 cat <<_LT_EOF 1>&2
8505
8506 *** Warning: the GNU linker, at least up to release 2.19, is reported
8507 *** to be unable to reliably create shared libraries on AIX.
8508 *** Therefore, libtool is disabling shared libraries support. If you
8509 *** really care for shared libraries, you may want to install binutils
8510 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8511 *** You will then need to restart the configuration process.
8512
8513 _LT_EOF
8514 fi
8515 ;;
8516
8517 amigaos*)
8518 case $host_cpu in
8519 powerpc)
8520 # see comment about AmigaOS4 .so support
8521 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8522 archive_expsym_cmds=''
8523 ;;
8524 m68k)
8525 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)'
8526 hardcode_libdir_flag_spec='-L$libdir'
8527 hardcode_minus_L=yes
8528 ;;
8529 esac
8530 ;;
8531
8532 beos*)
8533 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8534 allow_undefined_flag=unsupported
8535 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8536 # support --undefined. This deserves some investigation. FIXME
8537 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8538 else
8539 ld_shlibs=no
8540 fi
8541 ;;
8542
8543 cygwin* | mingw* | pw32* | cegcc*)
8544 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8545 # as there is no search path for DLLs.
8546 hardcode_libdir_flag_spec='-L$libdir'
8547 export_dynamic_flag_spec='${wl}--export-all-symbols'
8548 allow_undefined_flag=unsupported
8549 always_export_symbols=no
8550 enable_shared_with_static_runtimes=yes
8551 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8552
8553 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8554 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8555 # If the export-symbols file already is a .def file (1st line
8556 # is EXPORTS), use it as is; otherwise, prepend...
8557 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8558 cp $export_symbols $output_objdir/$soname.def;
8559 else
8560 echo EXPORTS > $output_objdir/$soname.def;
8561 cat $export_symbols >> $output_objdir/$soname.def;
8562 fi~
8563 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8564 else
8565 ld_shlibs=no
8566 fi
8567 ;;
8568
8569 haiku*)
8570 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8571 link_all_deplibs=yes
8572 ;;
8573
8574 interix[3-9]*)
8575 hardcode_direct=no
8576 hardcode_shlibpath_var=no
8577 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8578 export_dynamic_flag_spec='${wl}-E'
8579 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8580 # Instead, shared libraries are loaded at an image base (0x10000000 by
8581 # default) and relocated if they conflict, which is a slow very memory
8582 # consuming and fragmenting process. To avoid this, we pick a random,
8583 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8584 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8585 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8586 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'
8587 ;;
8588
8589 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8590 tmp_diet=no
8591 if test "$host_os" = linux-dietlibc; then
8592 case $cc_basename in
8593 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8594 esac
8595 fi
8596 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8597 && test "$tmp_diet" = no
8598 then
8599 tmp_addflag=' $pic_flag'
8600 tmp_sharedflag='-shared'
8601 case $cc_basename,$host_cpu in
8602 pgcc*) # Portland Group C compiler
8603 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'
8604 tmp_addflag=' $pic_flag'
8605 ;;
8606 pgf77* | pgf90* | pgf95* | pgfortran*)
8607 # Portland Group f77 and f90 compilers
8608 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'
8609 tmp_addflag=' $pic_flag -Mnomain' ;;
8610 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8611 tmp_addflag=' -i_dynamic' ;;
8612 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8613 tmp_addflag=' -i_dynamic -nofor_main' ;;
8614 ifc* | ifort*) # Intel Fortran compiler
8615 tmp_addflag=' -nofor_main' ;;
8616 lf95*) # Lahey Fortran 8.1
8617 whole_archive_flag_spec=
8618 tmp_sharedflag='--shared' ;;
8619 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8620 tmp_sharedflag='-qmkshrobj'
8621 tmp_addflag= ;;
8622 nvcc*) # Cuda Compiler Driver 2.2
8623 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'
8624 compiler_needs_object=yes
8625 ;;
8626 esac
8627 case `$CC -V 2>&1 | sed 5q` in
8628 *Sun\ C*) # Sun C 5.9
8629 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'
8630 compiler_needs_object=yes
8631 tmp_sharedflag='-G' ;;
8632 *Sun\ F*) # Sun Fortran 8.3
8633 tmp_sharedflag='-G' ;;
8634 esac
8635 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636
8637 if test "x$supports_anon_versioning" = xyes; then
8638 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8639 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8640 echo "local: *; };" >> $output_objdir/$libname.ver~
8641 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8642 fi
8643
8644 case $cc_basename in
8645 xlf* | bgf* | bgxlf* | mpixlf*)
8646 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8647 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8648 hardcode_libdir_flag_spec=
8649 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8650 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8651 if test "x$supports_anon_versioning" = xyes; then
8652 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8653 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8654 echo "local: *; };" >> $output_objdir/$libname.ver~
8655 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8656 fi
8657 ;;
8658 esac
8659 else
8660 ld_shlibs=no
8661 fi
8662 ;;
8663
8664 netbsd*)
8665 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8666 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8667 wlarc=
8668 else
8669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8671 fi
8672 ;;
8673
8674 solaris*)
8675 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8676 ld_shlibs=no
8677 cat <<_LT_EOF 1>&2
8678
8679 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8680 *** create shared libraries on Solaris systems. Therefore, libtool
8681 *** is disabling shared libraries support. We urge you to upgrade GNU
8682 *** binutils to release 2.9.1 or newer. Another option is to modify
8683 *** your PATH or compiler configuration so that the native linker is
8684 *** used, and then restart.
8685
8686 _LT_EOF
8687 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8688 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8689 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8690 else
8691 ld_shlibs=no
8692 fi
8693 ;;
8694
8695 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8696 case `$LD -v 2>&1` in
8697 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8698 ld_shlibs=no
8699 cat <<_LT_EOF 1>&2
8700
8701 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8702 *** reliably create shared libraries on SCO systems. Therefore, libtool
8703 *** is disabling shared libraries support. We urge you to upgrade GNU
8704 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8705 *** your PATH or compiler configuration so that the native linker is
8706 *** used, and then restart.
8707
8708 _LT_EOF
8709 ;;
8710 *)
8711 # For security reasons, it is highly recommended that you always
8712 # use absolute paths for naming shared libraries, and exclude the
8713 # DT_RUNPATH tag from executables and libraries. But doing so
8714 # requires that you compile everything twice, which is a pain.
8715 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8717 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8718 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8719 else
8720 ld_shlibs=no
8721 fi
8722 ;;
8723 esac
8724 ;;
8725
8726 sunos4*)
8727 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8728 wlarc=
8729 hardcode_direct=yes
8730 hardcode_shlibpath_var=no
8731 ;;
8732
8733 *)
8734 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8735 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8736 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8737 else
8738 ld_shlibs=no
8739 fi
8740 ;;
8741 esac
8742
8743 if test "$ld_shlibs" = no; then
8744 runpath_var=
8745 hardcode_libdir_flag_spec=
8746 export_dynamic_flag_spec=
8747 whole_archive_flag_spec=
8748 fi
8749 else
8750 # PORTME fill in a description of your system's linker (not GNU ld)
8751 case $host_os in
8752 aix3*)
8753 allow_undefined_flag=unsupported
8754 always_export_symbols=yes
8755 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'
8756 # Note: this linker hardcodes the directories in LIBPATH if there
8757 # are no directories specified by -L.
8758 hardcode_minus_L=yes
8759 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8760 # Neither direct hardcoding nor static linking is supported with a
8761 # broken collect2.
8762 hardcode_direct=unsupported
8763 fi
8764 ;;
8765
8766 aix[4-9]*)
8767 if test "$host_cpu" = ia64; then
8768 # On IA64, the linker does run time linking by default, so we don't
8769 # have to do anything special.
8770 aix_use_runtimelinking=no
8771 exp_sym_flag='-Bexport'
8772 no_entry_flag=""
8773 else
8774 # If we're using GNU nm, then we don't want the "-C" option.
8775 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8776 # Also, AIX nm treats weak defined symbols like other global
8777 # defined symbols, whereas GNU nm marks them as "W".
8778 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8779 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'
8780 else
8781 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'
8782 fi
8783 aix_use_runtimelinking=no
8784
8785 # Test if we are trying to use run time linking or normal
8786 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8787 # need to do runtime linking.
8788 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8789 for ld_flag in $LDFLAGS; do
8790 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8791 aix_use_runtimelinking=yes
8792 break
8793 fi
8794 done
8795 ;;
8796 esac
8797
8798 exp_sym_flag='-bexport'
8799 no_entry_flag='-bnoentry'
8800 fi
8801
8802 # When large executables or shared objects are built, AIX ld can
8803 # have problems creating the table of contents. If linking a library
8804 # or program results in "error TOC overflow" add -mminimal-toc to
8805 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8806 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8807
8808 archive_cmds=''
8809 hardcode_direct=yes
8810 hardcode_direct_absolute=yes
8811 hardcode_libdir_separator=':'
8812 link_all_deplibs=yes
8813 file_list_spec='${wl}-f,'
8814
8815 if test "$GCC" = yes; then
8816 case $host_os in aix4.[012]|aix4.[012].*)
8817 # We only want to do this on AIX 4.2 and lower, the check
8818 # below for broken collect2 doesn't work under 4.3+
8819 collect2name=`${CC} -print-prog-name=collect2`
8820 if test -f "$collect2name" &&
8821 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8822 then
8823 # We have reworked collect2
8824 :
8825 else
8826 # We have old collect2
8827 hardcode_direct=unsupported
8828 # It fails to find uninstalled libraries when the uninstalled
8829 # path is not listed in the libpath. Setting hardcode_minus_L
8830 # to unsupported forces relinking
8831 hardcode_minus_L=yes
8832 hardcode_libdir_flag_spec='-L$libdir'
8833 hardcode_libdir_separator=
8834 fi
8835 ;;
8836 esac
8837 shared_flag='-shared'
8838 if test "$aix_use_runtimelinking" = yes; then
8839 shared_flag="$shared_flag "'${wl}-G'
8840 fi
8841 else
8842 # not using gcc
8843 if test "$host_cpu" = ia64; then
8844 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8845 # chokes on -Wl,-G. The following line is correct:
8846 shared_flag='-G'
8847 else
8848 if test "$aix_use_runtimelinking" = yes; then
8849 shared_flag='${wl}-G'
8850 else
8851 shared_flag='${wl}-bM:SRE'
8852 fi
8853 fi
8854 fi
8855
8856 export_dynamic_flag_spec='${wl}-bexpall'
8857 # It seems that -bexpall does not export symbols beginning with
8858 # underscore (_), so it is better to generate a list of symbols to export.
8859 always_export_symbols=yes
8860 if test "$aix_use_runtimelinking" = yes; then
8861 # Warning - without using the other runtime loading flags (-brtl),
8862 # -berok will link without error, but may produce a broken library.
8863 allow_undefined_flag='-berok'
8864 # Determine the default libpath from the value encoded in an
8865 # empty executable.
8866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8867 /* end confdefs.h. */
8868
8869 int
8870 main ()
8871 {
8872
8873 ;
8874 return 0;
8875 }
8876 _ACEOF
8877 if ac_fn_c_try_link "$LINENO"; then :
8878
8879 lt_aix_libpath_sed='
8880 /Import File Strings/,/^$/ {
8881 /^0/ {
8882 s/^0 *\(.*\)$/\1/
8883 p
8884 }
8885 }'
8886 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8887 # Check for a 64-bit object if we didn't find anything.
8888 if test -z "$aix_libpath"; then
8889 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8890 fi
8891 fi
8892 rm -f core conftest.err conftest.$ac_objext \
8893 conftest$ac_exeext conftest.$ac_ext
8894 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8895
8896 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8897 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"
8898 else
8899 if test "$host_cpu" = ia64; then
8900 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8901 allow_undefined_flag="-z nodefs"
8902 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"
8903 else
8904 # Determine the default libpath from the value encoded in an
8905 # empty executable.
8906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907 /* end confdefs.h. */
8908
8909 int
8910 main ()
8911 {
8912
8913 ;
8914 return 0;
8915 }
8916 _ACEOF
8917 if ac_fn_c_try_link "$LINENO"; then :
8918
8919 lt_aix_libpath_sed='
8920 /Import File Strings/,/^$/ {
8921 /^0/ {
8922 s/^0 *\(.*\)$/\1/
8923 p
8924 }
8925 }'
8926 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8927 # Check for a 64-bit object if we didn't find anything.
8928 if test -z "$aix_libpath"; then
8929 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8930 fi
8931 fi
8932 rm -f core conftest.err conftest.$ac_objext \
8933 conftest$ac_exeext conftest.$ac_ext
8934 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8935
8936 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8937 # Warning - without using the other run time loading flags,
8938 # -berok will link without error, but may produce a broken library.
8939 no_undefined_flag=' ${wl}-bernotok'
8940 allow_undefined_flag=' ${wl}-berok'
8941 if test "$with_gnu_ld" = yes; then
8942 # We only use this code for GNU lds that support --whole-archive.
8943 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8944 else
8945 # Exported symbols can be pulled into shared objects from archives
8946 whole_archive_flag_spec='$convenience'
8947 fi
8948 archive_cmds_need_lc=yes
8949 # This is similar to how AIX traditionally builds its shared libraries.
8950 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'
8951 fi
8952 fi
8953 ;;
8954
8955 amigaos*)
8956 case $host_cpu in
8957 powerpc)
8958 # see comment about AmigaOS4 .so support
8959 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8960 archive_expsym_cmds=''
8961 ;;
8962 m68k)
8963 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)'
8964 hardcode_libdir_flag_spec='-L$libdir'
8965 hardcode_minus_L=yes
8966 ;;
8967 esac
8968 ;;
8969
8970 bsdi[45]*)
8971 export_dynamic_flag_spec=-rdynamic
8972 ;;
8973
8974 cygwin* | mingw* | pw32* | cegcc*)
8975 # When not using gcc, we currently assume that we are using
8976 # Microsoft Visual C++.
8977 # hardcode_libdir_flag_spec is actually meaningless, as there is
8978 # no search path for DLLs.
8979 hardcode_libdir_flag_spec=' '
8980 allow_undefined_flag=unsupported
8981 # Tell ltmain to make .lib files, not .a files.
8982 libext=lib
8983 # Tell ltmain to make .dll files, not .so files.
8984 shrext_cmds=".dll"
8985 # FIXME: Setting linknames here is a bad hack.
8986 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8987 # The linker will automatically build a .lib file if we build a DLL.
8988 old_archive_from_new_cmds='true'
8989 # FIXME: Should let the user specify the lib program.
8990 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8991 fix_srcfile_path='`cygpath -w "$srcfile"`'
8992 enable_shared_with_static_runtimes=yes
8993 ;;
8994
8995 darwin* | rhapsody*)
8996
8997
8998 archive_cmds_need_lc=no
8999 hardcode_direct=no
9000 hardcode_automatic=yes
9001 hardcode_shlibpath_var=unsupported
9002 if test "$lt_cv_ld_force_load" = "yes"; then
9003 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\"`'
9004 else
9005 whole_archive_flag_spec=''
9006 fi
9007 link_all_deplibs=yes
9008 allow_undefined_flag="$_lt_dar_allow_undefined"
9009 case $cc_basename in
9010 ifort*) _lt_dar_can_shared=yes ;;
9011 *) _lt_dar_can_shared=$GCC ;;
9012 esac
9013 if test "$_lt_dar_can_shared" = "yes"; then
9014 output_verbose_link_cmd=func_echo_all
9015 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9016 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9017 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}"
9018 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}"
9019
9020 else
9021 ld_shlibs=no
9022 fi
9023
9024 ;;
9025
9026 dgux*)
9027 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9028 hardcode_libdir_flag_spec='-L$libdir'
9029 hardcode_shlibpath_var=no
9030 ;;
9031
9032 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9033 # support. Future versions do this automatically, but an explicit c++rt0.o
9034 # does not break anything, and helps significantly (at the cost of a little
9035 # extra space).
9036 freebsd2.2*)
9037 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9038 hardcode_libdir_flag_spec='-R$libdir'
9039 hardcode_direct=yes
9040 hardcode_shlibpath_var=no
9041 ;;
9042
9043 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9044 freebsd2.*)
9045 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9046 hardcode_direct=yes
9047 hardcode_minus_L=yes
9048 hardcode_shlibpath_var=no
9049 ;;
9050
9051 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9052 freebsd* | dragonfly*)
9053 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9054 hardcode_libdir_flag_spec='-R$libdir'
9055 hardcode_direct=yes
9056 hardcode_shlibpath_var=no
9057 ;;
9058
9059 hpux9*)
9060 if test "$GCC" = yes; then
9061 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'
9062 else
9063 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'
9064 fi
9065 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9066 hardcode_libdir_separator=:
9067 hardcode_direct=yes
9068
9069 # hardcode_minus_L: Not really in the search PATH,
9070 # but as the default location of the library.
9071 hardcode_minus_L=yes
9072 export_dynamic_flag_spec='${wl}-E'
9073 ;;
9074
9075 hpux10*)
9076 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9077 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9078 else
9079 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9080 fi
9081 if test "$with_gnu_ld" = no; then
9082 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9083 hardcode_libdir_flag_spec_ld='+b $libdir'
9084 hardcode_libdir_separator=:
9085 hardcode_direct=yes
9086 hardcode_direct_absolute=yes
9087 export_dynamic_flag_spec='${wl}-E'
9088 # hardcode_minus_L: Not really in the search PATH,
9089 # but as the default location of the library.
9090 hardcode_minus_L=yes
9091 fi
9092 ;;
9093
9094 hpux11*)
9095 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9096 case $host_cpu in
9097 hppa*64*)
9098 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9099 ;;
9100 ia64*)
9101 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9102 ;;
9103 *)
9104 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9105 ;;
9106 esac
9107 else
9108 case $host_cpu in
9109 hppa*64*)
9110 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9111 ;;
9112 ia64*)
9113 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9114 ;;
9115 *)
9116
9117 # Older versions of the 11.00 compiler do not understand -b yet
9118 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9120 $as_echo_n "checking if $CC understands -b... " >&6; }
9121 if ${lt_cv_prog_compiler__b+:} false; then :
9122 $as_echo_n "(cached) " >&6
9123 else
9124 lt_cv_prog_compiler__b=no
9125 save_LDFLAGS="$LDFLAGS"
9126 LDFLAGS="$LDFLAGS -b"
9127 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9128 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9129 # The linker can only warn and ignore the option if not recognized
9130 # So say no if there are warnings
9131 if test -s conftest.err; then
9132 # Append any errors to the config.log.
9133 cat conftest.err 1>&5
9134 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9135 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9136 if diff conftest.exp conftest.er2 >/dev/null; then
9137 lt_cv_prog_compiler__b=yes
9138 fi
9139 else
9140 lt_cv_prog_compiler__b=yes
9141 fi
9142 fi
9143 $RM -r conftest*
9144 LDFLAGS="$save_LDFLAGS"
9145
9146 fi
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9148 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9149
9150 if test x"$lt_cv_prog_compiler__b" = xyes; then
9151 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9152 else
9153 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9154 fi
9155
9156 ;;
9157 esac
9158 fi
9159 if test "$with_gnu_ld" = no; then
9160 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9161 hardcode_libdir_separator=:
9162
9163 case $host_cpu in
9164 hppa*64*|ia64*)
9165 hardcode_direct=no
9166 hardcode_shlibpath_var=no
9167 ;;
9168 *)
9169 hardcode_direct=yes
9170 hardcode_direct_absolute=yes
9171 export_dynamic_flag_spec='${wl}-E'
9172
9173 # hardcode_minus_L: Not really in the search PATH,
9174 # but as the default location of the library.
9175 hardcode_minus_L=yes
9176 ;;
9177 esac
9178 fi
9179 ;;
9180
9181 irix5* | irix6* | nonstopux*)
9182 if test "$GCC" = yes; then
9183 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'
9184 # Try to use the -exported_symbol ld option, if it does not
9185 # work, assume that -exports_file does not work either and
9186 # implicitly export all symbols.
9187 save_LDFLAGS="$LDFLAGS"
9188 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9190 /* end confdefs.h. */
9191 int foo(void) {}
9192 _ACEOF
9193 if ac_fn_c_try_link "$LINENO"; then :
9194 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'
9195
9196 fi
9197 rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9199 LDFLAGS="$save_LDFLAGS"
9200 else
9201 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'
9202 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'
9203 fi
9204 archive_cmds_need_lc='no'
9205 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9206 hardcode_libdir_separator=:
9207 inherit_rpath=yes
9208 link_all_deplibs=yes
9209 ;;
9210
9211 netbsd*)
9212 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9213 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9214 else
9215 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9216 fi
9217 hardcode_libdir_flag_spec='-R$libdir'
9218 hardcode_direct=yes
9219 hardcode_shlibpath_var=no
9220 ;;
9221
9222 newsos6)
9223 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9224 hardcode_direct=yes
9225 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9226 hardcode_libdir_separator=:
9227 hardcode_shlibpath_var=no
9228 ;;
9229
9230 *nto* | *qnx*)
9231 ;;
9232
9233 openbsd*)
9234 if test -f /usr/libexec/ld.so; then
9235 hardcode_direct=yes
9236 hardcode_shlibpath_var=no
9237 hardcode_direct_absolute=yes
9238 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9239 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9240 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9241 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9242 export_dynamic_flag_spec='${wl}-E'
9243 else
9244 case $host_os in
9245 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9246 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9247 hardcode_libdir_flag_spec='-R$libdir'
9248 ;;
9249 *)
9250 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9251 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9252 ;;
9253 esac
9254 fi
9255 else
9256 ld_shlibs=no
9257 fi
9258 ;;
9259
9260 os2*)
9261 hardcode_libdir_flag_spec='-L$libdir'
9262 hardcode_minus_L=yes
9263 allow_undefined_flag=unsupported
9264 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'
9265 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9266 ;;
9267
9268 osf3*)
9269 if test "$GCC" = yes; then
9270 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9271 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'
9272 else
9273 allow_undefined_flag=' -expect_unresolved \*'
9274 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'
9275 fi
9276 archive_cmds_need_lc='no'
9277 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9278 hardcode_libdir_separator=:
9279 ;;
9280
9281 osf4* | osf5*) # as osf3* with the addition of -msym flag
9282 if test "$GCC" = yes; then
9283 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9284 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'
9285 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9286 else
9287 allow_undefined_flag=' -expect_unresolved \*'
9288 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'
9289 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~
9290 $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'
9291
9292 # Both c and cxx compiler support -rpath directly
9293 hardcode_libdir_flag_spec='-rpath $libdir'
9294 fi
9295 archive_cmds_need_lc='no'
9296 hardcode_libdir_separator=:
9297 ;;
9298
9299 solaris*)
9300 no_undefined_flag=' -z defs'
9301 if test "$GCC" = yes; then
9302 wlarc='${wl}'
9303 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9304 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9305 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9306 else
9307 case `$CC -V 2>&1` in
9308 *"Compilers 5.0"*)
9309 wlarc=''
9310 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9311 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9312 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9313 ;;
9314 *)
9315 wlarc='${wl}'
9316 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9317 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9318 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9319 ;;
9320 esac
9321 fi
9322 hardcode_libdir_flag_spec='-R$libdir'
9323 hardcode_shlibpath_var=no
9324 case $host_os in
9325 solaris2.[0-5] | solaris2.[0-5].*) ;;
9326 *)
9327 # The compiler driver will combine and reorder linker options,
9328 # but understands `-z linker_flag'. GCC discards it without `$wl',
9329 # but is careful enough not to reorder.
9330 # Supported since Solaris 2.6 (maybe 2.5.1?)
9331 if test "$GCC" = yes; then
9332 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9333 else
9334 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9335 fi
9336 ;;
9337 esac
9338 link_all_deplibs=yes
9339 ;;
9340
9341 sunos4*)
9342 if test "x$host_vendor" = xsequent; then
9343 # Use $CC to link under sequent, because it throws in some extra .o
9344 # files that make .init and .fini sections work.
9345 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9346 else
9347 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9348 fi
9349 hardcode_libdir_flag_spec='-L$libdir'
9350 hardcode_direct=yes
9351 hardcode_minus_L=yes
9352 hardcode_shlibpath_var=no
9353 ;;
9354
9355 sysv4)
9356 case $host_vendor in
9357 sni)
9358 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9359 hardcode_direct=yes # is this really true???
9360 ;;
9361 siemens)
9362 ## LD is ld it makes a PLAMLIB
9363 ## CC just makes a GrossModule.
9364 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9365 reload_cmds='$CC -r -o $output$reload_objs'
9366 hardcode_direct=no
9367 ;;
9368 motorola)
9369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9370 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9371 ;;
9372 esac
9373 runpath_var='LD_RUN_PATH'
9374 hardcode_shlibpath_var=no
9375 ;;
9376
9377 sysv4.3*)
9378 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9379 hardcode_shlibpath_var=no
9380 export_dynamic_flag_spec='-Bexport'
9381 ;;
9382
9383 sysv4*MP*)
9384 if test -d /usr/nec; then
9385 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9386 hardcode_shlibpath_var=no
9387 runpath_var=LD_RUN_PATH
9388 hardcode_runpath_var=yes
9389 ld_shlibs=yes
9390 fi
9391 ;;
9392
9393 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9394 no_undefined_flag='${wl}-z,text'
9395 archive_cmds_need_lc=no
9396 hardcode_shlibpath_var=no
9397 runpath_var='LD_RUN_PATH'
9398
9399 if test "$GCC" = yes; then
9400 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9402 else
9403 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9404 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9405 fi
9406 ;;
9407
9408 sysv5* | sco3.2v5* | sco5v6*)
9409 # Note: We can NOT use -z defs as we might desire, because we do not
9410 # link with -lc, and that would cause any symbols used from libc to
9411 # always be unresolved, which means just about no library would
9412 # ever link correctly. If we're not using GNU ld we use -z text
9413 # though, which does catch some bad symbols but isn't as heavy-handed
9414 # as -z defs.
9415 no_undefined_flag='${wl}-z,text'
9416 allow_undefined_flag='${wl}-z,nodefs'
9417 archive_cmds_need_lc=no
9418 hardcode_shlibpath_var=no
9419 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9420 hardcode_libdir_separator=':'
9421 link_all_deplibs=yes
9422 export_dynamic_flag_spec='${wl}-Bexport'
9423 runpath_var='LD_RUN_PATH'
9424
9425 if test "$GCC" = yes; then
9426 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9427 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9428 else
9429 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9430 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9431 fi
9432 ;;
9433
9434 uts4*)
9435 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9436 hardcode_libdir_flag_spec='-L$libdir'
9437 hardcode_shlibpath_var=no
9438 ;;
9439
9440 *)
9441 ld_shlibs=no
9442 ;;
9443 esac
9444
9445 if test x$host_vendor = xsni; then
9446 case $host in
9447 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9448 export_dynamic_flag_spec='${wl}-Blargedynsym'
9449 ;;
9450 esac
9451 fi
9452 fi
9453
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9455 $as_echo "$ld_shlibs" >&6; }
9456 test "$ld_shlibs" = no && can_build_shared=no
9457
9458 with_gnu_ld=$with_gnu_ld
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474 #
9475 # Do we need to explicitly link libc?
9476 #
9477 case "x$archive_cmds_need_lc" in
9478 x|xyes)
9479 # Assume -lc should be added
9480 archive_cmds_need_lc=yes
9481
9482 if test "$enable_shared" = yes && test "$GCC" = yes; then
9483 case $archive_cmds in
9484 *'~'*)
9485 # FIXME: we may have to deal with multi-command sequences.
9486 ;;
9487 '$CC '*)
9488 # Test whether the compiler implicitly links with -lc since on some
9489 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9490 # to ld, don't add -lc before -lgcc.
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9492 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9493 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9494 $as_echo_n "(cached) " >&6
9495 else
9496 $RM conftest*
9497 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9498
9499 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9500 (eval $ac_compile) 2>&5
9501 ac_status=$?
9502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9503 test $ac_status = 0; } 2>conftest.err; then
9504 soname=conftest
9505 lib=conftest
9506 libobjs=conftest.$ac_objext
9507 deplibs=
9508 wl=$lt_prog_compiler_wl
9509 pic_flag=$lt_prog_compiler_pic
9510 compiler_flags=-v
9511 linker_flags=-v
9512 verstring=
9513 output_objdir=.
9514 libname=conftest
9515 lt_save_allow_undefined_flag=$allow_undefined_flag
9516 allow_undefined_flag=
9517 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9518 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9519 ac_status=$?
9520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9521 test $ac_status = 0; }
9522 then
9523 lt_cv_archive_cmds_need_lc=no
9524 else
9525 lt_cv_archive_cmds_need_lc=yes
9526 fi
9527 allow_undefined_flag=$lt_save_allow_undefined_flag
9528 else
9529 cat conftest.err 1>&5
9530 fi
9531 $RM conftest*
9532
9533 fi
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9535 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9536 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9537 ;;
9538 esac
9539 fi
9540 ;;
9541 esac
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
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9700 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9701
9702 if test "$GCC" = yes; then
9703 case $host_os in
9704 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9705 *) lt_awk_arg="/^libraries:/" ;;
9706 esac
9707 case $host_os in
9708 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9709 *) lt_sed_strip_eq="s,=/,/,g" ;;
9710 esac
9711 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9712 case $lt_search_path_spec in
9713 *\;*)
9714 # if the path contains ";" then we assume it to be the separator
9715 # otherwise default to the standard path separator (i.e. ":") - it is
9716 # assumed that no part of a normal pathname contains ";" but that should
9717 # okay in the real world where ";" in dirpaths is itself problematic.
9718 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9719 ;;
9720 *)
9721 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9722 ;;
9723 esac
9724 # Ok, now we have the path, separated by spaces, we can step through it
9725 # and add multilib dir if necessary.
9726 lt_tmp_lt_search_path_spec=
9727 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9728 for lt_sys_path in $lt_search_path_spec; do
9729 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9730 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9731 else
9732 test -d "$lt_sys_path" && \
9733 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9734 fi
9735 done
9736 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9737 BEGIN {RS=" "; FS="/|\n";} {
9738 lt_foo="";
9739 lt_count=0;
9740 for (lt_i = NF; lt_i > 0; lt_i--) {
9741 if ($lt_i != "" && $lt_i != ".") {
9742 if ($lt_i == "..") {
9743 lt_count++;
9744 } else {
9745 if (lt_count == 0) {
9746 lt_foo="/" $lt_i lt_foo;
9747 } else {
9748 lt_count--;
9749 }
9750 }
9751 }
9752 }
9753 if (lt_foo != "") { lt_freq[lt_foo]++; }
9754 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9755 }'`
9756 # AWK program above erroneously prepends '/' to C:/dos/paths
9757 # for these hosts.
9758 case $host_os in
9759 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9760 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9761 esac
9762 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9763 else
9764 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9765 fi
9766 library_names_spec=
9767 libname_spec='lib$name'
9768 soname_spec=
9769 shrext_cmds=".so"
9770 postinstall_cmds=
9771 postuninstall_cmds=
9772 finish_cmds=
9773 finish_eval=
9774 shlibpath_var=
9775 shlibpath_overrides_runpath=unknown
9776 version_type=none
9777 dynamic_linker="$host_os ld.so"
9778 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9779 need_lib_prefix=unknown
9780 hardcode_into_libs=no
9781
9782 # when you set need_version to no, make sure it does not cause -set_version
9783 # flags to be left without arguments
9784 need_version=unknown
9785
9786 case $host_os in
9787 aix3*)
9788 version_type=linux
9789 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9790 shlibpath_var=LIBPATH
9791
9792 # AIX 3 has no versioning support, so we append a major version to the name.
9793 soname_spec='${libname}${release}${shared_ext}$major'
9794 ;;
9795
9796 aix[4-9]*)
9797 version_type=linux
9798 need_lib_prefix=no
9799 need_version=no
9800 hardcode_into_libs=yes
9801 if test "$host_cpu" = ia64; then
9802 # AIX 5 supports IA64
9803 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9804 shlibpath_var=LD_LIBRARY_PATH
9805 else
9806 # With GCC up to 2.95.x, collect2 would create an import file
9807 # for dependence libraries. The import file would start with
9808 # the line `#! .'. This would cause the generated library to
9809 # depend on `.', always an invalid library. This was fixed in
9810 # development snapshots of GCC prior to 3.0.
9811 case $host_os in
9812 aix4 | aix4.[01] | aix4.[01].*)
9813 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9814 echo ' yes '
9815 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9816 :
9817 else
9818 can_build_shared=no
9819 fi
9820 ;;
9821 esac
9822 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9823 # soname into executable. Probably we can add versioning support to
9824 # collect2, so additional links can be useful in future.
9825 if test "$aix_use_runtimelinking" = yes; then
9826 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9827 # instead of lib<name>.a to let people know that these are not
9828 # typical AIX shared libraries.
9829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9830 else
9831 # We preserve .a as extension for shared libraries through AIX4.2
9832 # and later when we are not doing run time linking.
9833 library_names_spec='${libname}${release}.a $libname.a'
9834 soname_spec='${libname}${release}${shared_ext}$major'
9835 fi
9836 shlibpath_var=LIBPATH
9837 fi
9838 ;;
9839
9840 amigaos*)
9841 case $host_cpu in
9842 powerpc)
9843 # Since July 2007 AmigaOS4 officially supports .so libraries.
9844 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9846 ;;
9847 m68k)
9848 library_names_spec='$libname.ixlibrary $libname.a'
9849 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9850 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'
9851 ;;
9852 esac
9853 ;;
9854
9855 beos*)
9856 library_names_spec='${libname}${shared_ext}'
9857 dynamic_linker="$host_os ld.so"
9858 shlibpath_var=LIBRARY_PATH
9859 ;;
9860
9861 bsdi[45]*)
9862 version_type=linux
9863 need_version=no
9864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9865 soname_spec='${libname}${release}${shared_ext}$major'
9866 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9867 shlibpath_var=LD_LIBRARY_PATH
9868 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9869 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9870 # the default ld.so.conf also contains /usr/contrib/lib and
9871 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9872 # libtool to hard-code these into programs
9873 ;;
9874
9875 cygwin* | mingw* | pw32* | cegcc*)
9876 version_type=windows
9877 shrext_cmds=".dll"
9878 need_version=no
9879 need_lib_prefix=no
9880
9881 case $GCC,$host_os in
9882 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9883 library_names_spec='$libname.dll.a'
9884 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9885 postinstall_cmds='base_file=`basename \${file}`~
9886 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9887 dldir=$destdir/`dirname \$dlpath`~
9888 test -d \$dldir || mkdir -p \$dldir~
9889 $install_prog $dir/$dlname \$dldir/$dlname~
9890 chmod a+x \$dldir/$dlname~
9891 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9892 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9893 fi'
9894 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9895 dlpath=$dir/\$dldll~
9896 $RM \$dlpath'
9897 shlibpath_overrides_runpath=yes
9898
9899 case $host_os in
9900 cygwin*)
9901 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9902 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9903
9904 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9905 ;;
9906 mingw* | cegcc*)
9907 # MinGW DLLs use traditional 'lib' prefix
9908 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9909 ;;
9910 pw32*)
9911 # pw32 DLLs use 'pw' prefix rather than 'lib'
9912 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9913 ;;
9914 esac
9915 ;;
9916
9917 *)
9918 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9919 ;;
9920 esac
9921 dynamic_linker='Win32 ld.exe'
9922 # FIXME: first we should search . and the directory the executable is in
9923 shlibpath_var=PATH
9924 ;;
9925
9926 darwin* | rhapsody*)
9927 dynamic_linker="$host_os dyld"
9928 version_type=darwin
9929 need_lib_prefix=no
9930 need_version=no
9931 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9932 soname_spec='${libname}${release}${major}$shared_ext'
9933 shlibpath_overrides_runpath=yes
9934 shlibpath_var=DYLD_LIBRARY_PATH
9935 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9936
9937 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9938 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9939 ;;
9940
9941 dgux*)
9942 version_type=linux
9943 need_lib_prefix=no
9944 need_version=no
9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9946 soname_spec='${libname}${release}${shared_ext}$major'
9947 shlibpath_var=LD_LIBRARY_PATH
9948 ;;
9949
9950 freebsd* | dragonfly*)
9951 # DragonFly does not have aout. When/if they implement a new
9952 # versioning mechanism, adjust this.
9953 if test -x /usr/bin/objformat; then
9954 objformat=`/usr/bin/objformat`
9955 else
9956 case $host_os in
9957 freebsd[23].*) objformat=aout ;;
9958 *) objformat=elf ;;
9959 esac
9960 fi
9961 version_type=freebsd-$objformat
9962 case $version_type in
9963 freebsd-elf*)
9964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9965 need_version=no
9966 need_lib_prefix=no
9967 ;;
9968 freebsd-*)
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9970 need_version=yes
9971 ;;
9972 esac
9973 shlibpath_var=LD_LIBRARY_PATH
9974 case $host_os in
9975 freebsd2.*)
9976 shlibpath_overrides_runpath=yes
9977 ;;
9978 freebsd3.[01]* | freebsdelf3.[01]*)
9979 shlibpath_overrides_runpath=yes
9980 hardcode_into_libs=yes
9981 ;;
9982 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9983 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9984 shlibpath_overrides_runpath=no
9985 hardcode_into_libs=yes
9986 ;;
9987 *) # from 4.6 on, and DragonFly
9988 shlibpath_overrides_runpath=yes
9989 hardcode_into_libs=yes
9990 ;;
9991 esac
9992 ;;
9993
9994 haiku*)
9995 version_type=linux
9996 need_lib_prefix=no
9997 need_version=no
9998 dynamic_linker="$host_os runtime_loader"
9999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10000 soname_spec='${libname}${release}${shared_ext}$major'
10001 shlibpath_var=LIBRARY_PATH
10002 shlibpath_overrides_runpath=yes
10003 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10004 hardcode_into_libs=yes
10005 ;;
10006
10007 hpux9* | hpux10* | hpux11*)
10008 # Give a soname corresponding to the major version so that dld.sl refuses to
10009 # link against other versions.
10010 version_type=sunos
10011 need_lib_prefix=no
10012 need_version=no
10013 case $host_cpu in
10014 ia64*)
10015 shrext_cmds='.so'
10016 hardcode_into_libs=yes
10017 dynamic_linker="$host_os dld.so"
10018 shlibpath_var=LD_LIBRARY_PATH
10019 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10021 soname_spec='${libname}${release}${shared_ext}$major'
10022 if test "X$HPUX_IA64_MODE" = X32; then
10023 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10024 else
10025 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10026 fi
10027 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10028 ;;
10029 hppa*64*)
10030 shrext_cmds='.sl'
10031 hardcode_into_libs=yes
10032 dynamic_linker="$host_os dld.sl"
10033 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10034 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10036 soname_spec='${libname}${release}${shared_ext}$major'
10037 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10038 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10039 ;;
10040 *)
10041 shrext_cmds='.sl'
10042 dynamic_linker="$host_os dld.sl"
10043 shlibpath_var=SHLIB_PATH
10044 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 ;;
10048 esac
10049 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10050 postinstall_cmds='chmod 555 $lib'
10051 # or fails outright, so override atomically:
10052 install_override_mode=555
10053 ;;
10054
10055 interix[3-9]*)
10056 version_type=linux
10057 need_lib_prefix=no
10058 need_version=no
10059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10060 soname_spec='${libname}${release}${shared_ext}$major'
10061 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10062 shlibpath_var=LD_LIBRARY_PATH
10063 shlibpath_overrides_runpath=no
10064 hardcode_into_libs=yes
10065 ;;
10066
10067 irix5* | irix6* | nonstopux*)
10068 case $host_os in
10069 nonstopux*) version_type=nonstopux ;;
10070 *)
10071 if test "$lt_cv_prog_gnu_ld" = yes; then
10072 version_type=linux
10073 else
10074 version_type=irix
10075 fi ;;
10076 esac
10077 need_lib_prefix=no
10078 need_version=no
10079 soname_spec='${libname}${release}${shared_ext}$major'
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10081 case $host_os in
10082 irix5* | nonstopux*)
10083 libsuff= shlibsuff=
10084 ;;
10085 *)
10086 case $LD in # libtool.m4 will add one of these switches to LD
10087 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10088 libsuff= shlibsuff= libmagic=32-bit;;
10089 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10090 libsuff=32 shlibsuff=N32 libmagic=N32;;
10091 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10092 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10093 *) libsuff= shlibsuff= libmagic=never-match;;
10094 esac
10095 ;;
10096 esac
10097 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10098 shlibpath_overrides_runpath=no
10099 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10100 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10101 hardcode_into_libs=yes
10102 ;;
10103
10104 # No shared lib support for Linux oldld, aout, or coff.
10105 linux*oldld* | linux*aout* | linux*coff*)
10106 dynamic_linker=no
10107 ;;
10108
10109 # This must be Linux ELF.
10110 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10111 version_type=linux
10112 need_lib_prefix=no
10113 need_version=no
10114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10115 soname_spec='${libname}${release}${shared_ext}$major'
10116 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=no
10119
10120 # Some binutils ld are patched to set DT_RUNPATH
10121 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10122 $as_echo_n "(cached) " >&6
10123 else
10124 lt_cv_shlibpath_overrides_runpath=no
10125 save_LDFLAGS=$LDFLAGS
10126 save_libdir=$libdir
10127 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10128 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10130 /* end confdefs.h. */
10131
10132 int
10133 main ()
10134 {
10135
10136 ;
10137 return 0;
10138 }
10139 _ACEOF
10140 if ac_fn_c_try_link "$LINENO"; then :
10141 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10142 lt_cv_shlibpath_overrides_runpath=yes
10143 fi
10144 fi
10145 rm -f core conftest.err conftest.$ac_objext \
10146 conftest$ac_exeext conftest.$ac_ext
10147 LDFLAGS=$save_LDFLAGS
10148 libdir=$save_libdir
10149
10150 fi
10151
10152 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10153
10154 # This implies no fast_install, which is unacceptable.
10155 # Some rework will be needed to allow for fast_install
10156 # before this can be enabled.
10157 hardcode_into_libs=yes
10158
10159 # Append ld.so.conf contents to the search path
10160 if test -f /etc/ld.so.conf; then
10161 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' ' '`
10162 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10163 fi
10164
10165 # We used to test for /lib/ld.so.1 and disable shared libraries on
10166 # powerpc, because MkLinux only supported shared libraries with the
10167 # GNU dynamic linker. Since this was broken with cross compilers,
10168 # most powerpc-linux boxes support dynamic linking these days and
10169 # people can always --disable-shared, the test was removed, and we
10170 # assume the GNU/Linux dynamic linker is in use.
10171 dynamic_linker='GNU/Linux ld.so'
10172 ;;
10173
10174 netbsd*)
10175 version_type=sunos
10176 need_lib_prefix=no
10177 need_version=no
10178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10180 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10181 dynamic_linker='NetBSD (a.out) ld.so'
10182 else
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 dynamic_linker='NetBSD ld.elf_so'
10186 fi
10187 shlibpath_var=LD_LIBRARY_PATH
10188 shlibpath_overrides_runpath=yes
10189 hardcode_into_libs=yes
10190 ;;
10191
10192 newsos6)
10193 version_type=linux
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10195 shlibpath_var=LD_LIBRARY_PATH
10196 shlibpath_overrides_runpath=yes
10197 ;;
10198
10199 *nto* | *qnx*)
10200 version_type=qnx
10201 need_lib_prefix=no
10202 need_version=no
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 shlibpath_overrides_runpath=no
10207 hardcode_into_libs=yes
10208 dynamic_linker='ldqnx.so'
10209 ;;
10210
10211 openbsd*)
10212 version_type=sunos
10213 sys_lib_dlsearch_path_spec="/usr/lib"
10214 need_lib_prefix=no
10215 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10216 case $host_os in
10217 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10218 *) need_version=no ;;
10219 esac
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10221 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10224 case $host_os in
10225 openbsd2.[89] | openbsd2.[89].*)
10226 shlibpath_overrides_runpath=no
10227 ;;
10228 *)
10229 shlibpath_overrides_runpath=yes
10230 ;;
10231 esac
10232 else
10233 shlibpath_overrides_runpath=yes
10234 fi
10235 ;;
10236
10237 os2*)
10238 libname_spec='$name'
10239 shrext_cmds=".dll"
10240 need_lib_prefix=no
10241 library_names_spec='$libname${shared_ext} $libname.a'
10242 dynamic_linker='OS/2 ld.exe'
10243 shlibpath_var=LIBPATH
10244 ;;
10245
10246 osf3* | osf4* | osf5*)
10247 version_type=osf
10248 need_lib_prefix=no
10249 need_version=no
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 shlibpath_var=LD_LIBRARY_PATH
10253 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10254 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10255 ;;
10256
10257 rdos*)
10258 dynamic_linker=no
10259 ;;
10260
10261 solaris*)
10262 version_type=linux
10263 need_lib_prefix=no
10264 need_version=no
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes
10269 hardcode_into_libs=yes
10270 # ldd complains unless libraries are executable
10271 postinstall_cmds='chmod +x $lib'
10272 ;;
10273
10274 sunos4*)
10275 version_type=sunos
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10277 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=yes
10280 if test "$with_gnu_ld" = yes; then
10281 need_lib_prefix=no
10282 fi
10283 need_version=yes
10284 ;;
10285
10286 sysv4 | sysv4.3*)
10287 version_type=linux
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 case $host_vendor in
10292 sni)
10293 shlibpath_overrides_runpath=no
10294 need_lib_prefix=no
10295 runpath_var=LD_RUN_PATH
10296 ;;
10297 siemens)
10298 need_lib_prefix=no
10299 ;;
10300 motorola)
10301 need_lib_prefix=no
10302 need_version=no
10303 shlibpath_overrides_runpath=no
10304 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10305 ;;
10306 esac
10307 ;;
10308
10309 sysv4*MP*)
10310 if test -d /usr/nec ;then
10311 version_type=linux
10312 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10313 soname_spec='$libname${shared_ext}.$major'
10314 shlibpath_var=LD_LIBRARY_PATH
10315 fi
10316 ;;
10317
10318 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10319 version_type=freebsd-elf
10320 need_lib_prefix=no
10321 need_version=no
10322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10323 soname_spec='${libname}${release}${shared_ext}$major'
10324 shlibpath_var=LD_LIBRARY_PATH
10325 shlibpath_overrides_runpath=yes
10326 hardcode_into_libs=yes
10327 if test "$with_gnu_ld" = yes; then
10328 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10329 else
10330 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10331 case $host_os in
10332 sco3.2v5*)
10333 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10334 ;;
10335 esac
10336 fi
10337 sys_lib_dlsearch_path_spec='/usr/lib'
10338 ;;
10339
10340 tpf*)
10341 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346 shlibpath_var=LD_LIBRARY_PATH
10347 shlibpath_overrides_runpath=no
10348 hardcode_into_libs=yes
10349 ;;
10350
10351 uts4*)
10352 version_type=linux
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10354 soname_spec='${libname}${release}${shared_ext}$major'
10355 shlibpath_var=LD_LIBRARY_PATH
10356 ;;
10357
10358 *)
10359 dynamic_linker=no
10360 ;;
10361 esac
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10363 $as_echo "$dynamic_linker" >&6; }
10364 test "$dynamic_linker" = no && can_build_shared=no
10365
10366 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10367 if test "$GCC" = yes; then
10368 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10369 fi
10370
10371 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10372 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10373 fi
10374 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10375 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10376 fi
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10470 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10471 hardcode_action=
10472 if test -n "$hardcode_libdir_flag_spec" ||
10473 test -n "$runpath_var" ||
10474 test "X$hardcode_automatic" = "Xyes" ; then
10475
10476 # We can hardcode non-existent directories.
10477 if test "$hardcode_direct" != no &&
10478 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10479 # have to relink, otherwise we might link with an installed library
10480 # when we should be linking with a yet-to-be-installed one
10481 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10482 test "$hardcode_minus_L" != no; then
10483 # Linking always hardcodes the temporary library directory.
10484 hardcode_action=relink
10485 else
10486 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10487 hardcode_action=immediate
10488 fi
10489 else
10490 # We cannot hardcode anything, or else we can only hardcode existing
10491 # directories.
10492 hardcode_action=unsupported
10493 fi
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10495 $as_echo "$hardcode_action" >&6; }
10496
10497 if test "$hardcode_action" = relink ||
10498 test "$inherit_rpath" = yes; then
10499 # Fast installation is not supported
10500 enable_fast_install=no
10501 elif test "$shlibpath_overrides_runpath" = yes ||
10502 test "$enable_shared" = no; then
10503 # Fast installation is not necessary
10504 enable_fast_install=needless
10505 fi
10506
10507
10508
10509
10510
10511
10512 if test "x$enable_dlopen" != xyes; then
10513 enable_dlopen=unknown
10514 enable_dlopen_self=unknown
10515 enable_dlopen_self_static=unknown
10516 else
10517 lt_cv_dlopen=no
10518 lt_cv_dlopen_libs=
10519
10520 case $host_os in
10521 beos*)
10522 lt_cv_dlopen="load_add_on"
10523 lt_cv_dlopen_libs=
10524 lt_cv_dlopen_self=yes
10525 ;;
10526
10527 mingw* | pw32* | cegcc*)
10528 lt_cv_dlopen="LoadLibrary"
10529 lt_cv_dlopen_libs=
10530 ;;
10531
10532 cygwin*)
10533 lt_cv_dlopen="dlopen"
10534 lt_cv_dlopen_libs=
10535 ;;
10536
10537 darwin*)
10538 # if libdl is installed we need to link against it
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10540 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10541 if ${ac_cv_lib_dl_dlopen+:} false; then :
10542 $as_echo_n "(cached) " >&6
10543 else
10544 ac_check_lib_save_LIBS=$LIBS
10545 LIBS="-ldl $LIBS"
10546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10547 /* end confdefs.h. */
10548
10549 /* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552 #ifdef __cplusplus
10553 extern "C"
10554 #endif
10555 char dlopen ();
10556 int
10557 main ()
10558 {
10559 return dlopen ();
10560 ;
10561 return 0;
10562 }
10563 _ACEOF
10564 if ac_fn_c_try_link "$LINENO"; then :
10565 ac_cv_lib_dl_dlopen=yes
10566 else
10567 ac_cv_lib_dl_dlopen=no
10568 fi
10569 rm -f core conftest.err conftest.$ac_objext \
10570 conftest$ac_exeext conftest.$ac_ext
10571 LIBS=$ac_check_lib_save_LIBS
10572 fi
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10574 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10575 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10576 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10577 else
10578
10579 lt_cv_dlopen="dyld"
10580 lt_cv_dlopen_libs=
10581 lt_cv_dlopen_self=yes
10582
10583 fi
10584
10585 ;;
10586
10587 *)
10588 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10589 if test "x$ac_cv_func_shl_load" = xyes; then :
10590 lt_cv_dlopen="shl_load"
10591 else
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10593 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10594 if ${ac_cv_lib_dld_shl_load+:} false; then :
10595 $as_echo_n "(cached) " >&6
10596 else
10597 ac_check_lib_save_LIBS=$LIBS
10598 LIBS="-ldld $LIBS"
10599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10600 /* end confdefs.h. */
10601
10602 /* Override any GCC internal prototype to avoid an error.
10603 Use char because int might match the return type of a GCC
10604 builtin and then its argument prototype would still apply. */
10605 #ifdef __cplusplus
10606 extern "C"
10607 #endif
10608 char shl_load ();
10609 int
10610 main ()
10611 {
10612 return shl_load ();
10613 ;
10614 return 0;
10615 }
10616 _ACEOF
10617 if ac_fn_c_try_link "$LINENO"; then :
10618 ac_cv_lib_dld_shl_load=yes
10619 else
10620 ac_cv_lib_dld_shl_load=no
10621 fi
10622 rm -f core conftest.err conftest.$ac_objext \
10623 conftest$ac_exeext conftest.$ac_ext
10624 LIBS=$ac_check_lib_save_LIBS
10625 fi
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10627 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10628 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10629 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10630 else
10631 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10632 if test "x$ac_cv_func_dlopen" = xyes; then :
10633 lt_cv_dlopen="dlopen"
10634 else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10636 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10637 if ${ac_cv_lib_dl_dlopen+:} false; then :
10638 $as_echo_n "(cached) " >&6
10639 else
10640 ac_check_lib_save_LIBS=$LIBS
10641 LIBS="-ldl $LIBS"
10642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10643 /* end confdefs.h. */
10644
10645 /* Override any GCC internal prototype to avoid an error.
10646 Use char because int might match the return type of a GCC
10647 builtin and then its argument prototype would still apply. */
10648 #ifdef __cplusplus
10649 extern "C"
10650 #endif
10651 char dlopen ();
10652 int
10653 main ()
10654 {
10655 return dlopen ();
10656 ;
10657 return 0;
10658 }
10659 _ACEOF
10660 if ac_fn_c_try_link "$LINENO"; then :
10661 ac_cv_lib_dl_dlopen=yes
10662 else
10663 ac_cv_lib_dl_dlopen=no
10664 fi
10665 rm -f core conftest.err conftest.$ac_objext \
10666 conftest$ac_exeext conftest.$ac_ext
10667 LIBS=$ac_check_lib_save_LIBS
10668 fi
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10670 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10671 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10672 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10673 else
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10675 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10676 if ${ac_cv_lib_svld_dlopen+:} false; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_lib_save_LIBS=$LIBS
10680 LIBS="-lsvld $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10683
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char dlopen ();
10691 int
10692 main ()
10693 {
10694 return dlopen ();
10695 ;
10696 return 0;
10697 }
10698 _ACEOF
10699 if ac_fn_c_try_link "$LINENO"; then :
10700 ac_cv_lib_svld_dlopen=yes
10701 else
10702 ac_cv_lib_svld_dlopen=no
10703 fi
10704 rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
10706 LIBS=$ac_check_lib_save_LIBS
10707 fi
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10709 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10710 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10711 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10712 else
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10714 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10715 if ${ac_cv_lib_dld_dld_link+:} false; then :
10716 $as_echo_n "(cached) " >&6
10717 else
10718 ac_check_lib_save_LIBS=$LIBS
10719 LIBS="-ldld $LIBS"
10720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10722
10723 /* Override any GCC internal prototype to avoid an error.
10724 Use char because int might match the return type of a GCC
10725 builtin and then its argument prototype would still apply. */
10726 #ifdef __cplusplus
10727 extern "C"
10728 #endif
10729 char dld_link ();
10730 int
10731 main ()
10732 {
10733 return dld_link ();
10734 ;
10735 return 0;
10736 }
10737 _ACEOF
10738 if ac_fn_c_try_link "$LINENO"; then :
10739 ac_cv_lib_dld_dld_link=yes
10740 else
10741 ac_cv_lib_dld_dld_link=no
10742 fi
10743 rm -f core conftest.err conftest.$ac_objext \
10744 conftest$ac_exeext conftest.$ac_ext
10745 LIBS=$ac_check_lib_save_LIBS
10746 fi
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10748 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10749 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10750 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10751 fi
10752
10753
10754 fi
10755
10756
10757 fi
10758
10759
10760 fi
10761
10762
10763 fi
10764
10765
10766 fi
10767
10768 ;;
10769 esac
10770
10771 if test "x$lt_cv_dlopen" != xno; then
10772 enable_dlopen=yes
10773 else
10774 enable_dlopen=no
10775 fi
10776
10777 case $lt_cv_dlopen in
10778 dlopen)
10779 save_CPPFLAGS="$CPPFLAGS"
10780 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10781
10782 save_LDFLAGS="$LDFLAGS"
10783 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10784
10785 save_LIBS="$LIBS"
10786 LIBS="$lt_cv_dlopen_libs $LIBS"
10787
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10789 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10790 if ${lt_cv_dlopen_self+:} false; then :
10791 $as_echo_n "(cached) " >&6
10792 else
10793 if test "$cross_compiling" = yes; then :
10794 lt_cv_dlopen_self=cross
10795 else
10796 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10797 lt_status=$lt_dlunknown
10798 cat > conftest.$ac_ext <<_LT_EOF
10799 #line 10799 "configure"
10800 #include "confdefs.h"
10801
10802 #if HAVE_DLFCN_H
10803 #include <dlfcn.h>
10804 #endif
10805
10806 #include <stdio.h>
10807
10808 #ifdef RTLD_GLOBAL
10809 # define LT_DLGLOBAL RTLD_GLOBAL
10810 #else
10811 # ifdef DL_GLOBAL
10812 # define LT_DLGLOBAL DL_GLOBAL
10813 # else
10814 # define LT_DLGLOBAL 0
10815 # endif
10816 #endif
10817
10818 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10819 find out it does not work in some platform. */
10820 #ifndef LT_DLLAZY_OR_NOW
10821 # ifdef RTLD_LAZY
10822 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10823 # else
10824 # ifdef DL_LAZY
10825 # define LT_DLLAZY_OR_NOW DL_LAZY
10826 # else
10827 # ifdef RTLD_NOW
10828 # define LT_DLLAZY_OR_NOW RTLD_NOW
10829 # else
10830 # ifdef DL_NOW
10831 # define LT_DLLAZY_OR_NOW DL_NOW
10832 # else
10833 # define LT_DLLAZY_OR_NOW 0
10834 # endif
10835 # endif
10836 # endif
10837 # endif
10838 #endif
10839
10840 /* When -fvisbility=hidden is used, assume the code has been annotated
10841 correspondingly for the symbols needed. */
10842 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10843 void fnord () __attribute__((visibility("default")));
10844 #endif
10845
10846 void fnord () { int i=42; }
10847 int main ()
10848 {
10849 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10850 int status = $lt_dlunknown;
10851
10852 if (self)
10853 {
10854 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10855 else
10856 {
10857 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10858 else puts (dlerror ());
10859 }
10860 /* dlclose (self); */
10861 }
10862 else
10863 puts (dlerror ());
10864
10865 return status;
10866 }
10867 _LT_EOF
10868 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10869 (eval $ac_link) 2>&5
10870 ac_status=$?
10871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10872 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10873 (./conftest; exit; ) >&5 2>/dev/null
10874 lt_status=$?
10875 case x$lt_status in
10876 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10877 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10878 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10879 esac
10880 else :
10881 # compilation failed
10882 lt_cv_dlopen_self=no
10883 fi
10884 fi
10885 rm -fr conftest*
10886
10887
10888 fi
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10890 $as_echo "$lt_cv_dlopen_self" >&6; }
10891
10892 if test "x$lt_cv_dlopen_self" = xyes; then
10893 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10895 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10896 if ${lt_cv_dlopen_self_static+:} false; then :
10897 $as_echo_n "(cached) " >&6
10898 else
10899 if test "$cross_compiling" = yes; then :
10900 lt_cv_dlopen_self_static=cross
10901 else
10902 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10903 lt_status=$lt_dlunknown
10904 cat > conftest.$ac_ext <<_LT_EOF
10905 #line 10905 "configure"
10906 #include "confdefs.h"
10907
10908 #if HAVE_DLFCN_H
10909 #include <dlfcn.h>
10910 #endif
10911
10912 #include <stdio.h>
10913
10914 #ifdef RTLD_GLOBAL
10915 # define LT_DLGLOBAL RTLD_GLOBAL
10916 #else
10917 # ifdef DL_GLOBAL
10918 # define LT_DLGLOBAL DL_GLOBAL
10919 # else
10920 # define LT_DLGLOBAL 0
10921 # endif
10922 #endif
10923
10924 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10925 find out it does not work in some platform. */
10926 #ifndef LT_DLLAZY_OR_NOW
10927 # ifdef RTLD_LAZY
10928 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10929 # else
10930 # ifdef DL_LAZY
10931 # define LT_DLLAZY_OR_NOW DL_LAZY
10932 # else
10933 # ifdef RTLD_NOW
10934 # define LT_DLLAZY_OR_NOW RTLD_NOW
10935 # else
10936 # ifdef DL_NOW
10937 # define LT_DLLAZY_OR_NOW DL_NOW
10938 # else
10939 # define LT_DLLAZY_OR_NOW 0
10940 # endif
10941 # endif
10942 # endif
10943 # endif
10944 #endif
10945
10946 /* When -fvisbility=hidden is used, assume the code has been annotated
10947 correspondingly for the symbols needed. */
10948 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10949 void fnord () __attribute__((visibility("default")));
10950 #endif
10951
10952 void fnord () { int i=42; }
10953 int main ()
10954 {
10955 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10956 int status = $lt_dlunknown;
10957
10958 if (self)
10959 {
10960 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10961 else
10962 {
10963 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10964 else puts (dlerror ());
10965 }
10966 /* dlclose (self); */
10967 }
10968 else
10969 puts (dlerror ());
10970
10971 return status;
10972 }
10973 _LT_EOF
10974 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10975 (eval $ac_link) 2>&5
10976 ac_status=$?
10977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10978 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10979 (./conftest; exit; ) >&5 2>/dev/null
10980 lt_status=$?
10981 case x$lt_status in
10982 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10983 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10984 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10985 esac
10986 else :
10987 # compilation failed
10988 lt_cv_dlopen_self_static=no
10989 fi
10990 fi
10991 rm -fr conftest*
10992
10993
10994 fi
10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10996 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10997 fi
10998
10999 CPPFLAGS="$save_CPPFLAGS"
11000 LDFLAGS="$save_LDFLAGS"
11001 LIBS="$save_LIBS"
11002 ;;
11003 esac
11004
11005 case $lt_cv_dlopen_self in
11006 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11007 *) enable_dlopen_self=unknown ;;
11008 esac
11009
11010 case $lt_cv_dlopen_self_static in
11011 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11012 *) enable_dlopen_self_static=unknown ;;
11013 esac
11014 fi
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032 striplib=
11033 old_striplib=
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11035 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11036 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11037 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11038 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11040 $as_echo "yes" >&6; }
11041 else
11042 # FIXME - insert some real tests, host_os isn't really good enough
11043 case $host_os in
11044 darwin*)
11045 if test -n "$STRIP" ; then
11046 striplib="$STRIP -x"
11047 old_striplib="$STRIP -S"
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11049 $as_echo "yes" >&6; }
11050 else
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11052 $as_echo "no" >&6; }
11053 fi
11054 ;;
11055 *)
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11057 $as_echo "no" >&6; }
11058 ;;
11059 esac
11060 fi
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073 # Report which library types will actually be built
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11075 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11077 $as_echo "$can_build_shared" >&6; }
11078
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11080 $as_echo_n "checking whether to build shared libraries... " >&6; }
11081 test "$can_build_shared" = "no" && enable_shared=no
11082
11083 # On AIX, shared libraries and static libraries use the same namespace, and
11084 # are all built from PIC.
11085 case $host_os in
11086 aix3*)
11087 test "$enable_shared" = yes && enable_static=no
11088 if test -n "$RANLIB"; then
11089 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11090 postinstall_cmds='$RANLIB $lib'
11091 fi
11092 ;;
11093
11094 aix[4-9]*)
11095 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11096 test "$enable_shared" = yes && enable_static=no
11097 fi
11098 ;;
11099 esac
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11101 $as_echo "$enable_shared" >&6; }
11102
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11104 $as_echo_n "checking whether to build static libraries... " >&6; }
11105 # Make sure either enable_shared or enable_static is yes.
11106 test "$enable_shared" = yes || enable_static=yes
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11108 $as_echo "$enable_static" >&6; }
11109
11110
11111
11112
11113 fi
11114 ac_ext=c
11115 ac_cpp='$CPP $CPPFLAGS'
11116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11119
11120 CC="$lt_save_CC"
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134 ac_config_commands="$ac_config_commands libtool"
11135
11136
11137
11138
11139 # Only expand once:
11140
11141
11142
11143
11144
11145
11146
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11148 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11149 # Check whether --enable-maintainer-mode was given.
11150 if test "${enable_maintainer_mode+set}" = set; then :
11151 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11152 else
11153 USE_MAINTAINER_MODE=no
11154 fi
11155
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11157 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11158 if test $USE_MAINTAINER_MODE = yes; then
11159 MAINTAINER_MODE_TRUE=
11160 MAINTAINER_MODE_FALSE='#'
11161 else
11162 MAINTAINER_MODE_TRUE='#'
11163 MAINTAINER_MODE_FALSE=
11164 fi
11165
11166 MAINT=$MAINTAINER_MODE_TRUE
11167
11168
11169
11170
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11172 $as_echo_n "checking for sim debug setting... " >&6; }
11173 sim_debug="0"
11174 # Check whether --enable-sim-debug was given.
11175 if test "${enable_sim_debug+set}" = set; then :
11176 enableval=$enable_sim_debug; case "${enableval}" in
11177 yes) sim_debug="7";;
11178 no) sim_debug="0";;
11179 *) sim_debug="($enableval)";;
11180 esac
11181 fi
11182 if test "$sim_debug" != "0"; then
11183
11184 cat >>confdefs.h <<_ACEOF
11185 #define DEBUG $sim_debug
11186 _ACEOF
11187
11188 fi
11189
11190 cat >>confdefs.h <<_ACEOF
11191 #define WITH_DEBUG $sim_debug
11192 _ACEOF
11193
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11195 $as_echo "$sim_debug" >&6; }
11196
11197
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11199 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
11200 sim_stdio="0"
11201 # Check whether --enable-sim-stdio was given.
11202 if test "${enable_sim_stdio+set}" = set; then :
11203 enableval=$enable_sim_stdio; case "${enableval}" in
11204 yes) sim_stdio="DO_USE_STDIO";;
11205 no) sim_stdio="DONT_USE_STDIO";;
11206 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
11207 esac
11208 fi
11209
11210 cat >>confdefs.h <<_ACEOF
11211 #define WITH_STDIO $sim_stdio
11212 _ACEOF
11213
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11215 $as_echo "$sim_stdio" >&6; }
11216
11217
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11219 $as_echo_n "checking for sim trace settings... " >&6; }
11220 sim_trace="~TRACE_debug"
11221 # Check whether --enable-sim-trace was given.
11222 if test "${enable_sim_trace+set}" = set; then :
11223 enableval=$enable_sim_trace; case "${enableval}" in
11224 yes) sim_trace="-1";;
11225 no) sim_trace="0";;
11226 [-0-9]*)
11227 sim_trace="'(${enableval})'";;
11228 [[:lower:]]*)
11229 sim_trace=""
11230 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11231 if test x"$sim_trace" = x; then
11232 sim_trace="(TRACE_$x"
11233 else
11234 sim_trace="${sim_trace}|TRACE_$x"
11235 fi
11236 done
11237 sim_trace="$sim_trace)" ;;
11238 esac
11239 fi
11240
11241 cat >>confdefs.h <<_ACEOF
11242 #define WITH_TRACE $sim_trace
11243 _ACEOF
11244
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11246 $as_echo "$sim_trace" >&6; }
11247
11248
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11250 $as_echo_n "checking for sim profile settings... " >&6; }
11251 profile="1"
11252 sim_profile="-1"
11253 # Check whether --enable-sim-profile was given.
11254 if test "${enable_sim_profile+set}" = set; then :
11255 enableval=$enable_sim_profile; case "${enableval}" in
11256 yes) profile="1" sim_profile="-1";;
11257 no) profile="0" sim_profile="0";;
11258 [-0-9]*)
11259 profile="(${enableval})" sim_profile="(${enableval})";;
11260 [a-z]*)
11261 profile="1"
11262 sim_profile=""
11263 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11264 if test x"$sim_profile" = x; then
11265 sim_profile="(PROFILE_$x"
11266 else
11267 sim_profile="${sim_profile}|PROFILE_$x"
11268 fi
11269 done
11270 sim_profile="$sim_profile)" ;;
11271 esac
11272 fi
11273
11274 cat >>confdefs.h <<_ACEOF
11275 #define PROFILE $profile
11276 _ACEOF
11277
11278
11279 cat >>confdefs.h <<_ACEOF
11280 #define WITH_PROFILE $sim_profile
11281 _ACEOF
11282
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11284 $as_echo "$sim_profile" >&6; }
11285
11286
11287
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11289 $as_echo_n "checking default sim environment setting... " >&6; }
11290 sim_environment="ALL_ENVIRONMENT"
11291 # Check whether --enable-sim-environment was given.
11292 if test "${enable_sim_environment+set}" = set; then :
11293 enableval=$enable_sim_environment; case "${enableval}" in
11294 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11295 user | USER) sim_environment="USER_ENVIRONMENT";;
11296 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11297 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
11298 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
11299 esac
11300 fi
11301
11302 cat >>confdefs.h <<_ACEOF
11303 #define WITH_ENVIRONMENT $sim_environment
11304 _ACEOF
11305
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11307 $as_echo "$sim_environment" >&6; }
11308
11309
11310 sim_inline="-DDEFAULT_INLINE=0"
11311 # Check whether --enable-sim-inline was given.
11312 if test "${enable_sim_inline+set}" = set; then :
11313 enableval=$enable_sim_inline; sim_inline=""
11314 case "$enableval" in
11315 no) sim_inline="-DDEFAULT_INLINE=0";;
11316 0) sim_inline="-DDEFAULT_INLINE=0";;
11317 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11318 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11319 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11320 new_flag=""
11321 case "$x" in
11322 *_INLINE=*) new_flag="-D$x";;
11323 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11324 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11325 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11326 esac
11327 if test x"$sim_inline" = x""; then
11328 sim_inline="$new_flag"
11329 else
11330 sim_inline="$sim_inline $new_flag"
11331 fi
11332 done;;
11333 esac
11334 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11335 echo "Setting inline flags = $sim_inline" 6>&1
11336 fi
11337 fi
11338
11339
11340
11341
11342 # Check whether --with-pkgversion was given.
11343 if test "${with_pkgversion+set}" = set; then :
11344 withval=$with_pkgversion; case "$withval" in
11345 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11346 no) PKGVERSION= ;;
11347 *) PKGVERSION="($withval) " ;;
11348 esac
11349 else
11350 PKGVERSION="(SIM) "
11351
11352 fi
11353
11354
11355
11356
11357
11358 # Check whether --with-bugurl was given.
11359 if test "${with_bugurl+set}" = set; then :
11360 withval=$with_bugurl; case "$withval" in
11361 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11362 no) BUGURL=
11363 ;;
11364 *) BUGURL="$withval"
11365 ;;
11366 esac
11367 else
11368 BUGURL="https://www.gnu.org/software/gdb/bugs/"
11369
11370 fi
11371
11372 case ${BUGURL} in
11373 "")
11374 REPORT_BUGS_TO=
11375 REPORT_BUGS_TEXI=
11376 ;;
11377 *)
11378 REPORT_BUGS_TO="<$BUGURL>"
11379 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11380 ;;
11381 esac;
11382
11383
11384
11385
11386 cat >>confdefs.h <<_ACEOF
11387 #define PKGVERSION "$PKGVERSION"
11388 _ACEOF
11389
11390
11391 cat >>confdefs.h <<_ACEOF
11392 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11393 _ACEOF
11394
11395
11396
11397
11398
11399
11400 wire_endian="BIG"
11401 default_endian=""
11402 # Check whether --enable-sim-endian was given.
11403 if test "${enable_sim_endian+set}" = set; then :
11404 enableval=$enable_sim_endian; case "${enableval}" in
11405 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11406 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11407 yes) if test x"$wire_endian" != x; then
11408 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11409 else
11410 if test x"$default_endian" != x; then
11411 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11412 else
11413 echo "No hard-wired endian for target $target" 1>&6
11414 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11415 fi
11416 fi;;
11417 no) if test x"$default_endian" != x; then
11418 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11419 else
11420 if test x"$wire_endian" != x; then
11421 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11422 else
11423 echo "No default endian for target $target" 1>&6
11424 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11425 fi
11426 fi;;
11427 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
11428 esac
11429 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11430 echo "Setting endian flags = $sim_endian" 6>&1
11431 fi
11432 else
11433 if test x"$default_endian" != x; then
11434 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11435 else
11436 if test x"$wire_endian" != x; then
11437 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11438 else
11439 sim_endian=
11440 fi
11441 fi
11442 fi
11443
11444 wire_alignment="STRICT_ALIGNMENT"
11445 default_alignment=""
11446
11447 # Check whether --enable-sim-alignment was given.
11448 if test "${enable_sim_alignment+set}" = set; then :
11449 enableval=$enable_sim_alignment; case "${enableval}" in
11450 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11451 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11452 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11453 yes) if test x"$wire_alignment" != x; then
11454 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11455 else
11456 if test x"$default_alignment" != x; then
11457 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11458 else
11459 echo "No hard-wired alignment for target $target" 1>&6
11460 sim_alignment="-DWITH_ALIGNMENT=0"
11461 fi
11462 fi;;
11463 no) if test x"$default_alignment" != x; then
11464 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11465 else
11466 if test x"$wire_alignment" != x; then
11467 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11468 else
11469 echo "No default alignment for target $target" 1>&6
11470 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11471 fi
11472 fi;;
11473 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
11474 esac
11475 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11476 echo "Setting alignment flags = $sim_alignment" 6>&1
11477 fi
11478 else
11479 if test x"$default_alignment" != x; then
11480 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11481 else
11482 if test x"$wire_alignment" != x; then
11483 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11484 else
11485 sim_alignment=
11486 fi
11487 fi
11488 fi
11489
11490
11491 default_sim_scache="16384"
11492 # Check whether --enable-sim-scache was given.
11493 if test "${enable_sim_scache+set}" = set; then :
11494 enableval=$enable_sim_scache; case "${enableval}" in
11495 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11496 no) sim_scache="-DWITH_SCACHE=0" ;;
11497 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
11498 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
11499 sim_scache="";;
11500 esac
11501 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11502 echo "Setting scache size = $sim_scache" 6>&1
11503 fi
11504 else
11505 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
11506 fi
11507
11508
11509
11510 default_sim_default_model="fr500"
11511 # Check whether --enable-sim-default-model was given.
11512 if test "${enable_sim_default_model+set}" = set; then :
11513 enableval=$enable_sim_default_model; case "${enableval}" in
11514 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
11515 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11516 esac
11517 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11518 echo "Setting default model = $sim_default_model" 6>&1
11519 fi
11520 else
11521 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
11522 fi
11523
11524
11525
11526 # Check whether --enable-werror was given.
11527 if test "${enable_werror+set}" = set; then :
11528 enableval=$enable_werror; case "${enableval}" in
11529 yes | y) ERROR_ON_WARNING="yes" ;;
11530 no | n) ERROR_ON_WARNING="no" ;;
11531 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11532 esac
11533 fi
11534
11535
11536 # Enable -Werror by default when using gcc
11537 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11538 ERROR_ON_WARNING=yes
11539 fi
11540
11541 WERROR_CFLAGS=""
11542
11543 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11544 -Wpointer-sign \
11545 -Wno-unused -Wunused-value -Wunused-function \
11546 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11547 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11548 -Wold-style-declaration -Wold-style-definition"
11549
11550 # Enable -Wno-format by default when using gcc on mingw since many
11551 # GCC versions complain about %I64.
11552 case "${host}" in
11553 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11554 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11555 esac
11556
11557 # Check whether --enable-build-warnings was given.
11558 if test "${enable_build_warnings+set}" = set; then :
11559 enableval=$enable_build_warnings; case "${enableval}" in
11560 yes) ;;
11561 no) build_warnings="-w";;
11562 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11563 build_warnings="${build_warnings} ${t}";;
11564 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11565 build_warnings="${t} ${build_warnings}";;
11566 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11567 esac
11568 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11569 echo "Setting compiler warning flags = $build_warnings" 6>&1
11570 fi
11571 fi
11572 # Check whether --enable-sim-build-warnings was given.
11573 if test "${enable_sim_build_warnings+set}" = set; then :
11574 enableval=$enable_sim_build_warnings; case "${enableval}" in
11575 yes) ;;
11576 no) build_warnings="-w";;
11577 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11578 build_warnings="${build_warnings} ${t}";;
11579 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11580 build_warnings="${t} ${build_warnings}";;
11581 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11582 esac
11583 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11584 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11585 fi
11586 fi
11587 WARN_CFLAGS=""
11588 if test "x${build_warnings}" != x -a "x$GCC" = xyes
11589 then
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11591 $as_echo_n "checking compiler warning flags... " >&6; }
11592 # Separate out the -Werror flag as some files just cannot be
11593 # compiled with it enabled.
11594 for w in ${build_warnings}; do
11595 case $w in
11596 -Werr*) WERROR_CFLAGS=-Werror ;;
11597 *) # Check that GCC accepts it
11598 saved_CFLAGS="$CFLAGS"
11599 CFLAGS="$CFLAGS -Werror $w"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h. */
11602
11603 int
11604 main ()
11605 {
11606
11607 ;
11608 return 0;
11609 }
11610 _ACEOF
11611 if ac_fn_c_try_compile "$LINENO"; then :
11612 WARN_CFLAGS="${WARN_CFLAGS} $w"
11613 fi
11614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11615 CFLAGS="$saved_CFLAGS"
11616 esac
11617 done
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11619 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11620 fi
11621
11622
11623 cgen_maint=no
11624 cgen=guile
11625 cgendir='$(srcdir)/../../cgen'
11626 # Check whether --enable-cgen-maint was given.
11627 if test "${enable_cgen_maint+set}" = set; then :
11628 enableval=$enable_cgen_maint; case "${enableval}" in
11629 yes) cgen_maint=yes ;;
11630 no) cgen_maint=no ;;
11631 *)
11632 # Argument is a directory where cgen can be found. In some
11633 # future world cgen could be installable, but right now this
11634 # is not the case. Instead we assume the directory is a path
11635 # to the cgen source tree.
11636 cgen_maint=yes
11637 if test -r ${enableval}/iformat.scm; then
11638 # This looks like a cgen source tree.
11639 cgendir=${enableval}
11640 else
11641 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11642 fi
11643 ;;
11644 esac
11645 fi
11646 if test x${cgen_maint} != xno ; then
11647 CGEN_MAINT=''
11648 else
11649 CGEN_MAINT='#'
11650 fi
11651
11652
11653
11654
11655
11656 #
11657 # Enable making unknown traps dump out registers
11658 #
11659 # Check whether --enable-sim-trapdump was given.
11660 if test "${enable_sim_trapdump+set}" = set; then :
11661 enableval=$enable_sim_trapdump; case "${enableval}" in
11662 yes) sim_trapdump="-DTRAPDUMP=1";;
11663 no) sim_trapdump="-DTRAPDUMP=0";;
11664 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
11665 esac
11666 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11667 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11668 fi
11669 else
11670 sim_trapdump=""
11671 fi
11672
11673
11674
11675 hardware="cfi core pal glue "
11676 sim_hw_cflags="-DWITH_HW=1"
11677 sim_hw="$hardware"
11678 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11679
11680 # Check whether --enable-sim-hardware was given.
11681 if test "${enable_sim_hardware+set}" = set; then :
11682 enableval=$enable_sim_hardware;
11683 else
11684 enable_sim_hardware="yes"
11685 fi
11686
11687 case ${enable_sim_hardware} in
11688 yes|no) ;;
11689 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11690 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11691 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11692 esac
11693
11694 if test "$enable_sim_hardware" = no; then
11695 sim_hw_objs=
11696 sim_hw_cflags="-DWITH_HW=0"
11697 sim_hw=
11698 else
11699 sim_hw_cflags="-DWITH_HW=1"
11700 # remove duplicates
11701 sim_hw=""
11702 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11703 for i in $hardware ; do
11704 case " $sim_hw " in
11705 *" $i "*) ;;
11706 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11707 esac
11708 done
11709 # mingw does not support sockser
11710 case ${host} in
11711 *mingw*) ;;
11712 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11713 # that you instatiate. Instead, other code will call into it directly.
11714 # At some point, we should convert it over.
11715 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11716
11717 cat >>confdefs.h <<_ACEOF
11718 #define HAVE_DV_SOCKSER 1
11719 _ACEOF
11720
11721 ;;
11722 esac
11723 if test x"$silent" != x"yes"; then
11724 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11725 fi
11726 case " $hardware " in
11727 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11728 $as_echo_n "checking for log2 in -lm... " >&6; }
11729 if ${ac_cv_lib_m_log2+:} false; then :
11730 $as_echo_n "(cached) " >&6
11731 else
11732 ac_check_lib_save_LIBS=$LIBS
11733 LIBS="-lm $LIBS"
11734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11735 /* end confdefs.h. */
11736
11737 /* Override any GCC internal prototype to avoid an error.
11738 Use char because int might match the return type of a GCC
11739 builtin and then its argument prototype would still apply. */
11740 #ifdef __cplusplus
11741 extern "C"
11742 #endif
11743 char log2 ();
11744 int
11745 main ()
11746 {
11747 return log2 ();
11748 ;
11749 return 0;
11750 }
11751 _ACEOF
11752 if ac_fn_c_try_link "$LINENO"; then :
11753 ac_cv_lib_m_log2=yes
11754 else
11755 ac_cv_lib_m_log2=no
11756 fi
11757 rm -f core conftest.err conftest.$ac_objext \
11758 conftest$ac_exeext conftest.$ac_ext
11759 LIBS=$ac_check_lib_save_LIBS
11760 fi
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11762 $as_echo "$ac_cv_lib_m_log2" >&6; }
11763 if test "x$ac_cv_lib_m_log2" = xyes; then :
11764 cat >>confdefs.h <<_ACEOF
11765 #define HAVE_LIBM 1
11766 _ACEOF
11767
11768 LIBS="-lm $LIBS"
11769
11770 fi
11771 ;;
11772 esac
11773 fi
11774
11775
11776 cgen_breaks=""
11777 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11778 cgen_breaks="break cgen_rtx_error";
11779 fi
11780
11781 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11782
11783 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11784
11785 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11786
11787 ac_config_commands="$ac_config_commands Makefile"
11788
11789 ac_config_commands="$ac_config_commands stamp-h"
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803 cat >confcache <<\_ACEOF
11804 # This file is a shell script that caches the results of configure
11805 # tests run on this system so they can be shared between configure
11806 # scripts and configure runs, see configure's option --config-cache.
11807 # It is not useful on other systems. If it contains results you don't
11808 # want to keep, you may remove or edit it.
11809 #
11810 # config.status only pays attention to the cache file if you give it
11811 # the --recheck option to rerun configure.
11812 #
11813 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11814 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11815 # following values.
11816
11817 _ACEOF
11818
11819 # The following way of writing the cache mishandles newlines in values,
11820 # but we know of no workaround that is simple, portable, and efficient.
11821 # So, we kill variables containing newlines.
11822 # Ultrix sh set writes to stderr and can't be redirected directly,
11823 # and sets the high bit in the cache file unless we assign to the vars.
11824 (
11825 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11826 eval ac_val=\$$ac_var
11827 case $ac_val in #(
11828 *${as_nl}*)
11829 case $ac_var in #(
11830 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11831 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11832 esac
11833 case $ac_var in #(
11834 _ | IFS | as_nl) ;; #(
11835 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11836 *) { eval $ac_var=; unset $ac_var;} ;;
11837 esac ;;
11838 esac
11839 done
11840
11841 (set) 2>&1 |
11842 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11843 *${as_nl}ac_space=\ *)
11844 # `set' does not quote correctly, so add quotes: double-quote
11845 # substitution turns \\\\ into \\, and sed turns \\ into \.
11846 sed -n \
11847 "s/'/'\\\\''/g;
11848 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11849 ;; #(
11850 *)
11851 # `set' quotes correctly as required by POSIX, so do not add quotes.
11852 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11853 ;;
11854 esac |
11855 sort
11856 ) |
11857 sed '
11858 /^ac_cv_env_/b end
11859 t clear
11860 :clear
11861 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11862 t end
11863 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11864 :end' >>confcache
11865 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11866 if test -w "$cache_file"; then
11867 if test "x$cache_file" != "x/dev/null"; then
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11869 $as_echo "$as_me: updating cache $cache_file" >&6;}
11870 if test ! -f "$cache_file" || test -h "$cache_file"; then
11871 cat confcache >"$cache_file"
11872 else
11873 case $cache_file in #(
11874 */* | ?:*)
11875 mv -f confcache "$cache_file"$$ &&
11876 mv -f "$cache_file"$$ "$cache_file" ;; #(
11877 *)
11878 mv -f confcache "$cache_file" ;;
11879 esac
11880 fi
11881 fi
11882 else
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11884 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11885 fi
11886 fi
11887 rm -f confcache
11888
11889 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11890 # Let make expand exec_prefix.
11891 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11892
11893 DEFS=-DHAVE_CONFIG_H
11894
11895 ac_libobjs=
11896 ac_ltlibobjs=
11897 U=
11898 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11899 # 1. Remove the extension, and $U if already installed.
11900 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11901 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11902 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11903 # will be set to the directory where LIBOBJS objects are built.
11904 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11905 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11906 done
11907 LIBOBJS=$ac_libobjs
11908
11909 LTLIBOBJS=$ac_ltlibobjs
11910
11911
11912
11913 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11914 as_fn_error $? "conditional \"PLUGINS\" was never defined.
11915 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11916 fi
11917 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11918 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11919 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11920 fi
11921
11922 : "${CONFIG_STATUS=./config.status}"
11923 ac_write_fail=0
11924 ac_clean_files_save=$ac_clean_files
11925 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11927 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11928 as_write_fail=0
11929 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11930 #! $SHELL
11931 # Generated by $as_me.
11932 # Run this file to recreate the current configuration.
11933 # Compiler output produced by configure, useful for debugging
11934 # configure, is in config.log if it exists.
11935
11936 debug=false
11937 ac_cs_recheck=false
11938 ac_cs_silent=false
11939
11940 SHELL=\${CONFIG_SHELL-$SHELL}
11941 export SHELL
11942 _ASEOF
11943 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11944 ## -------------------- ##
11945 ## M4sh Initialization. ##
11946 ## -------------------- ##
11947
11948 # Be more Bourne compatible
11949 DUALCASE=1; export DUALCASE # for MKS sh
11950 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11951 emulate sh
11952 NULLCMD=:
11953 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11954 # is contrary to our usage. Disable this feature.
11955 alias -g '${1+"$@"}'='"$@"'
11956 setopt NO_GLOB_SUBST
11957 else
11958 case `(set -o) 2>/dev/null` in #(
11959 *posix*) :
11960 set -o posix ;; #(
11961 *) :
11962 ;;
11963 esac
11964 fi
11965
11966
11967 as_nl='
11968 '
11969 export as_nl
11970 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11971 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11972 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11973 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11974 # Prefer a ksh shell builtin over an external printf program on Solaris,
11975 # but without wasting forks for bash or zsh.
11976 if test -z "$BASH_VERSION$ZSH_VERSION" \
11977 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11978 as_echo='print -r --'
11979 as_echo_n='print -rn --'
11980 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11981 as_echo='printf %s\n'
11982 as_echo_n='printf %s'
11983 else
11984 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11985 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11986 as_echo_n='/usr/ucb/echo -n'
11987 else
11988 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11989 as_echo_n_body='eval
11990 arg=$1;
11991 case $arg in #(
11992 *"$as_nl"*)
11993 expr "X$arg" : "X\\(.*\\)$as_nl";
11994 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11995 esac;
11996 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11997 '
11998 export as_echo_n_body
11999 as_echo_n='sh -c $as_echo_n_body as_echo'
12000 fi
12001 export as_echo_body
12002 as_echo='sh -c $as_echo_body as_echo'
12003 fi
12004
12005 # The user is always right.
12006 if test "${PATH_SEPARATOR+set}" != set; then
12007 PATH_SEPARATOR=:
12008 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12009 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12010 PATH_SEPARATOR=';'
12011 }
12012 fi
12013
12014
12015 # IFS
12016 # We need space, tab and new line, in precisely that order. Quoting is
12017 # there to prevent editors from complaining about space-tab.
12018 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12019 # splitting by setting IFS to empty value.)
12020 IFS=" "" $as_nl"
12021
12022 # Find who we are. Look in the path if we contain no directory separator.
12023 as_myself=
12024 case $0 in #((
12025 *[\\/]* ) as_myself=$0 ;;
12026 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12027 for as_dir in $PATH
12028 do
12029 IFS=$as_save_IFS
12030 test -z "$as_dir" && as_dir=.
12031 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12032 done
12033 IFS=$as_save_IFS
12034
12035 ;;
12036 esac
12037 # We did not find ourselves, most probably we were run as `sh COMMAND'
12038 # in which case we are not to be found in the path.
12039 if test "x$as_myself" = x; then
12040 as_myself=$0
12041 fi
12042 if test ! -f "$as_myself"; then
12043 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12044 exit 1
12045 fi
12046
12047 # Unset variables that we do not need and which cause bugs (e.g. in
12048 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12049 # suppresses any "Segmentation fault" message there. '((' could
12050 # trigger a bug in pdksh 5.2.14.
12051 for as_var in BASH_ENV ENV MAIL MAILPATH
12052 do eval test x\${$as_var+set} = xset \
12053 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12054 done
12055 PS1='$ '
12056 PS2='> '
12057 PS4='+ '
12058
12059 # NLS nuisances.
12060 LC_ALL=C
12061 export LC_ALL
12062 LANGUAGE=C
12063 export LANGUAGE
12064
12065 # CDPATH.
12066 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12067
12068
12069 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12070 # ----------------------------------------
12071 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12072 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12073 # script with STATUS, using 1 if that was 0.
12074 as_fn_error ()
12075 {
12076 as_status=$1; test $as_status -eq 0 && as_status=1
12077 if test "$4"; then
12078 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12079 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12080 fi
12081 $as_echo "$as_me: error: $2" >&2
12082 as_fn_exit $as_status
12083 } # as_fn_error
12084
12085
12086 # as_fn_set_status STATUS
12087 # -----------------------
12088 # Set $? to STATUS, without forking.
12089 as_fn_set_status ()
12090 {
12091 return $1
12092 } # as_fn_set_status
12093
12094 # as_fn_exit STATUS
12095 # -----------------
12096 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12097 as_fn_exit ()
12098 {
12099 set +e
12100 as_fn_set_status $1
12101 exit $1
12102 } # as_fn_exit
12103
12104 # as_fn_unset VAR
12105 # ---------------
12106 # Portably unset VAR.
12107 as_fn_unset ()
12108 {
12109 { eval $1=; unset $1;}
12110 }
12111 as_unset=as_fn_unset
12112 # as_fn_append VAR VALUE
12113 # ----------------------
12114 # Append the text in VALUE to the end of the definition contained in VAR. Take
12115 # advantage of any shell optimizations that allow amortized linear growth over
12116 # repeated appends, instead of the typical quadratic growth present in naive
12117 # implementations.
12118 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12119 eval 'as_fn_append ()
12120 {
12121 eval $1+=\$2
12122 }'
12123 else
12124 as_fn_append ()
12125 {
12126 eval $1=\$$1\$2
12127 }
12128 fi # as_fn_append
12129
12130 # as_fn_arith ARG...
12131 # ------------------
12132 # Perform arithmetic evaluation on the ARGs, and store the result in the
12133 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12134 # must be portable across $(()) and expr.
12135 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12136 eval 'as_fn_arith ()
12137 {
12138 as_val=$(( $* ))
12139 }'
12140 else
12141 as_fn_arith ()
12142 {
12143 as_val=`expr "$@" || test $? -eq 1`
12144 }
12145 fi # as_fn_arith
12146
12147
12148 if expr a : '\(a\)' >/dev/null 2>&1 &&
12149 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12150 as_expr=expr
12151 else
12152 as_expr=false
12153 fi
12154
12155 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12156 as_basename=basename
12157 else
12158 as_basename=false
12159 fi
12160
12161 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12162 as_dirname=dirname
12163 else
12164 as_dirname=false
12165 fi
12166
12167 as_me=`$as_basename -- "$0" ||
12168 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12169 X"$0" : 'X\(//\)$' \| \
12170 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12171 $as_echo X/"$0" |
12172 sed '/^.*\/\([^/][^/]*\)\/*$/{
12173 s//\1/
12174 q
12175 }
12176 /^X\/\(\/\/\)$/{
12177 s//\1/
12178 q
12179 }
12180 /^X\/\(\/\).*/{
12181 s//\1/
12182 q
12183 }
12184 s/.*/./; q'`
12185
12186 # Avoid depending upon Character Ranges.
12187 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12188 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12189 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12190 as_cr_digits='0123456789'
12191 as_cr_alnum=$as_cr_Letters$as_cr_digits
12192
12193 ECHO_C= ECHO_N= ECHO_T=
12194 case `echo -n x` in #(((((
12195 -n*)
12196 case `echo 'xy\c'` in
12197 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12198 xy) ECHO_C='\c';;
12199 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12200 ECHO_T=' ';;
12201 esac;;
12202 *)
12203 ECHO_N='-n';;
12204 esac
12205
12206 rm -f conf$$ conf$$.exe conf$$.file
12207 if test -d conf$$.dir; then
12208 rm -f conf$$.dir/conf$$.file
12209 else
12210 rm -f conf$$.dir
12211 mkdir conf$$.dir 2>/dev/null
12212 fi
12213 if (echo >conf$$.file) 2>/dev/null; then
12214 if ln -s conf$$.file conf$$ 2>/dev/null; then
12215 as_ln_s='ln -s'
12216 # ... but there are two gotchas:
12217 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12218 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12219 # In both cases, we have to default to `cp -pR'.
12220 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12221 as_ln_s='cp -pR'
12222 elif ln conf$$.file conf$$ 2>/dev/null; then
12223 as_ln_s=ln
12224 else
12225 as_ln_s='cp -pR'
12226 fi
12227 else
12228 as_ln_s='cp -pR'
12229 fi
12230 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12231 rmdir conf$$.dir 2>/dev/null
12232
12233
12234 # as_fn_mkdir_p
12235 # -------------
12236 # Create "$as_dir" as a directory, including parents if necessary.
12237 as_fn_mkdir_p ()
12238 {
12239
12240 case $as_dir in #(
12241 -*) as_dir=./$as_dir;;
12242 esac
12243 test -d "$as_dir" || eval $as_mkdir_p || {
12244 as_dirs=
12245 while :; do
12246 case $as_dir in #(
12247 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12248 *) as_qdir=$as_dir;;
12249 esac
12250 as_dirs="'$as_qdir' $as_dirs"
12251 as_dir=`$as_dirname -- "$as_dir" ||
12252 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12253 X"$as_dir" : 'X\(//\)[^/]' \| \
12254 X"$as_dir" : 'X\(//\)$' \| \
12255 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12256 $as_echo X"$as_dir" |
12257 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12258 s//\1/
12259 q
12260 }
12261 /^X\(\/\/\)[^/].*/{
12262 s//\1/
12263 q
12264 }
12265 /^X\(\/\/\)$/{
12266 s//\1/
12267 q
12268 }
12269 /^X\(\/\).*/{
12270 s//\1/
12271 q
12272 }
12273 s/.*/./; q'`
12274 test -d "$as_dir" && break
12275 done
12276 test -z "$as_dirs" || eval "mkdir $as_dirs"
12277 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12278
12279
12280 } # as_fn_mkdir_p
12281 if mkdir -p . 2>/dev/null; then
12282 as_mkdir_p='mkdir -p "$as_dir"'
12283 else
12284 test -d ./-p && rmdir ./-p
12285 as_mkdir_p=false
12286 fi
12287
12288
12289 # as_fn_executable_p FILE
12290 # -----------------------
12291 # Test if FILE is an executable regular file.
12292 as_fn_executable_p ()
12293 {
12294 test -f "$1" && test -x "$1"
12295 } # as_fn_executable_p
12296 as_test_x='test -x'
12297 as_executable_p=as_fn_executable_p
12298
12299 # Sed expression to map a string onto a valid CPP name.
12300 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12301
12302 # Sed expression to map a string onto a valid variable name.
12303 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12304
12305
12306 exec 6>&1
12307 ## ----------------------------------- ##
12308 ## Main body of $CONFIG_STATUS script. ##
12309 ## ----------------------------------- ##
12310 _ASEOF
12311 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12312
12313 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12314 # Save the log message, to keep $0 and so on meaningful, and to
12315 # report actual input values of CONFIG_FILES etc. instead of their
12316 # values after options handling.
12317 ac_log="
12318 This file was extended by $as_me, which was
12319 generated by GNU Autoconf 2.69. Invocation command line was
12320
12321 CONFIG_FILES = $CONFIG_FILES
12322 CONFIG_HEADERS = $CONFIG_HEADERS
12323 CONFIG_LINKS = $CONFIG_LINKS
12324 CONFIG_COMMANDS = $CONFIG_COMMANDS
12325 $ $0 $@
12326
12327 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12328 "
12329
12330 _ACEOF
12331
12332 case $ac_config_files in *"
12333 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12334 esac
12335
12336 case $ac_config_headers in *"
12337 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12338 esac
12339
12340
12341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12342 # Files that config.status was made for.
12343 config_files="$ac_config_files"
12344 config_headers="$ac_config_headers"
12345 config_commands="$ac_config_commands"
12346
12347 _ACEOF
12348
12349 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12350 ac_cs_usage="\
12351 \`$as_me' instantiates files and other configuration actions
12352 from templates according to the current configuration. Unless the files
12353 and actions are specified as TAGs, all are instantiated by default.
12354
12355 Usage: $0 [OPTION]... [TAG]...
12356
12357 -h, --help print this help, then exit
12358 -V, --version print version number and configuration settings, then exit
12359 --config print configuration, then exit
12360 -q, --quiet, --silent
12361 do not print progress messages
12362 -d, --debug don't remove temporary files
12363 --recheck update $as_me by reconfiguring in the same conditions
12364 --file=FILE[:TEMPLATE]
12365 instantiate the configuration file FILE
12366 --header=FILE[:TEMPLATE]
12367 instantiate the configuration header FILE
12368
12369 Configuration files:
12370 $config_files
12371
12372 Configuration headers:
12373 $config_headers
12374
12375 Configuration commands:
12376 $config_commands
12377
12378 Report bugs to the package provider."
12379
12380 _ACEOF
12381 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12382 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12383 ac_cs_version="\\
12384 config.status
12385 configured by $0, generated by GNU Autoconf 2.69,
12386 with options \\"\$ac_cs_config\\"
12387
12388 Copyright (C) 2012 Free Software Foundation, Inc.
12389 This config.status script is free software; the Free Software Foundation
12390 gives unlimited permission to copy, distribute and modify it."
12391
12392 ac_pwd='$ac_pwd'
12393 srcdir='$srcdir'
12394 INSTALL='$INSTALL'
12395 AWK='$AWK'
12396 test -n "\$AWK" || AWK=awk
12397 _ACEOF
12398
12399 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12400 # The default lists apply if the user does not specify any file.
12401 ac_need_defaults=:
12402 while test $# != 0
12403 do
12404 case $1 in
12405 --*=?*)
12406 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12407 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12408 ac_shift=:
12409 ;;
12410 --*=)
12411 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12412 ac_optarg=
12413 ac_shift=:
12414 ;;
12415 *)
12416 ac_option=$1
12417 ac_optarg=$2
12418 ac_shift=shift
12419 ;;
12420 esac
12421
12422 case $ac_option in
12423 # Handling of the options.
12424 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12425 ac_cs_recheck=: ;;
12426 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12427 $as_echo "$ac_cs_version"; exit ;;
12428 --config | --confi | --conf | --con | --co | --c )
12429 $as_echo "$ac_cs_config"; exit ;;
12430 --debug | --debu | --deb | --de | --d | -d )
12431 debug=: ;;
12432 --file | --fil | --fi | --f )
12433 $ac_shift
12434 case $ac_optarg in
12435 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12436 '') as_fn_error $? "missing file argument" ;;
12437 esac
12438 as_fn_append CONFIG_FILES " '$ac_optarg'"
12439 ac_need_defaults=false;;
12440 --header | --heade | --head | --hea )
12441 $ac_shift
12442 case $ac_optarg in
12443 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12444 esac
12445 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12446 ac_need_defaults=false;;
12447 --he | --h)
12448 # Conflict between --help and --header
12449 as_fn_error $? "ambiguous option: \`$1'
12450 Try \`$0 --help' for more information.";;
12451 --help | --hel | -h )
12452 $as_echo "$ac_cs_usage"; exit ;;
12453 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12454 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12455 ac_cs_silent=: ;;
12456
12457 # This is an error.
12458 -*) as_fn_error $? "unrecognized option: \`$1'
12459 Try \`$0 --help' for more information." ;;
12460
12461 *) as_fn_append ac_config_targets " $1"
12462 ac_need_defaults=false ;;
12463
12464 esac
12465 shift
12466 done
12467
12468 ac_configure_extra_args=
12469
12470 if $ac_cs_silent; then
12471 exec 6>/dev/null
12472 ac_configure_extra_args="$ac_configure_extra_args --silent"
12473 fi
12474
12475 _ACEOF
12476 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12477 if \$ac_cs_recheck; then
12478 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12479 shift
12480 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12481 CONFIG_SHELL='$SHELL'
12482 export CONFIG_SHELL
12483 exec "\$@"
12484 fi
12485
12486 _ACEOF
12487 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12488 exec 5>>config.log
12489 {
12490 echo
12491 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12492 ## Running $as_me. ##
12493 _ASBOX
12494 $as_echo "$ac_log"
12495 } >&5
12496
12497 _ACEOF
12498 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12499 #
12500 # INIT-COMMANDS
12501 #
12502 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12503
12504
12505 # The HP-UX ksh and POSIX shell print the target directory to stdout
12506 # if CDPATH is set.
12507 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12508
12509 sed_quote_subst='$sed_quote_subst'
12510 double_quote_subst='$double_quote_subst'
12511 delay_variable_subst='$delay_variable_subst'
12512 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12513 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12514 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12515 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12516 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12517 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12518 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12519 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12520 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12521 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12522 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12523 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12524 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12525 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12526 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12527 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12528 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12529 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12530 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12531 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12532 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12533 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12534 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12535 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12536 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12537 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12538 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12539 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12540 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12541 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12542 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12543 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12544 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12545 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12546 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12547 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12548 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12549 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12550 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12551 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12552 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12553 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12554 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12555 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12556 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12557 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12558 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12559 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12560 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"`'
12561 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12562 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12563 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12564 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12565 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12566 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12567 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12568 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12569 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12570 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12571 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12572 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12573 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12574 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12575 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12576 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12577 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12578 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12579 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12580 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12581 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12582 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12583 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12584 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12585 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12586 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12587 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12588 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12589 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12590 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12591 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12592 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12593 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12594 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12595 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12596 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12597 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12598 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12599 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12600 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12601 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12602 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12603 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12604 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12605 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12606 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12607 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12608 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12609 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12610 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12611 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12612 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12613 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12614 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12615 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12616 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12617 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12618 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12619 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12620 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12621 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12622 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12623 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12624 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12625 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12626 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12627 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12628 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12629 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12630 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12631 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12632
12633 LTCC='$LTCC'
12634 LTCFLAGS='$LTCFLAGS'
12635 compiler='$compiler_DEFAULT'
12636
12637 # A function that is used when there is no print builtin or printf.
12638 func_fallback_echo ()
12639 {
12640 eval 'cat <<_LTECHO_EOF
12641 \$1
12642 _LTECHO_EOF'
12643 }
12644
12645 # Quote evaled strings.
12646 for var in SHELL \
12647 ECHO \
12648 SED \
12649 GREP \
12650 EGREP \
12651 FGREP \
12652 LD \
12653 NM \
12654 LN_S \
12655 lt_SP2NL \
12656 lt_NL2SP \
12657 reload_flag \
12658 OBJDUMP \
12659 deplibs_check_method \
12660 file_magic_cmd \
12661 AR \
12662 AR_FLAGS \
12663 STRIP \
12664 RANLIB \
12665 CC \
12666 CFLAGS \
12667 compiler \
12668 lt_cv_sys_global_symbol_pipe \
12669 lt_cv_sys_global_symbol_to_cdecl \
12670 lt_cv_sys_global_symbol_to_c_name_address \
12671 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12672 lt_prog_compiler_no_builtin_flag \
12673 lt_prog_compiler_wl \
12674 lt_prog_compiler_pic \
12675 lt_prog_compiler_static \
12676 lt_cv_prog_compiler_c_o \
12677 need_locks \
12678 DSYMUTIL \
12679 NMEDIT \
12680 LIPO \
12681 OTOOL \
12682 OTOOL64 \
12683 shrext_cmds \
12684 export_dynamic_flag_spec \
12685 whole_archive_flag_spec \
12686 compiler_needs_object \
12687 with_gnu_ld \
12688 allow_undefined_flag \
12689 no_undefined_flag \
12690 hardcode_libdir_flag_spec \
12691 hardcode_libdir_flag_spec_ld \
12692 hardcode_libdir_separator \
12693 fix_srcfile_path \
12694 exclude_expsyms \
12695 include_expsyms \
12696 file_list_spec \
12697 variables_saved_for_relink \
12698 libname_spec \
12699 library_names_spec \
12700 soname_spec \
12701 install_override_mode \
12702 finish_eval \
12703 old_striplib \
12704 striplib; do
12705 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12706 *[\\\\\\\`\\"\\\$]*)
12707 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12708 ;;
12709 *)
12710 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12711 ;;
12712 esac
12713 done
12714
12715 # Double-quote double-evaled strings.
12716 for var in reload_cmds \
12717 old_postinstall_cmds \
12718 old_postuninstall_cmds \
12719 old_archive_cmds \
12720 extract_expsyms_cmds \
12721 old_archive_from_new_cmds \
12722 old_archive_from_expsyms_cmds \
12723 archive_cmds \
12724 archive_expsym_cmds \
12725 module_cmds \
12726 module_expsym_cmds \
12727 export_symbols_cmds \
12728 prelink_cmds \
12729 postinstall_cmds \
12730 postuninstall_cmds \
12731 finish_cmds \
12732 sys_lib_search_path_spec \
12733 sys_lib_dlsearch_path_spec; do
12734 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12735 *[\\\\\\\`\\"\\\$]*)
12736 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12737 ;;
12738 *)
12739 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12740 ;;
12741 esac
12742 done
12743
12744 ac_aux_dir='$ac_aux_dir'
12745 xsi_shell='$xsi_shell'
12746 lt_shell_append='$lt_shell_append'
12747
12748 # See if we are running on zsh, and set the options which allow our
12749 # commands through without removal of \ escapes INIT.
12750 if test -n "\${ZSH_VERSION+set}" ; then
12751 setopt NO_GLOB_SUBST
12752 fi
12753
12754
12755 PACKAGE='$PACKAGE'
12756 VERSION='$VERSION'
12757 TIMESTAMP='$TIMESTAMP'
12758 RM='$RM'
12759 ofile='$ofile'
12760
12761
12762
12763
12764 _ACEOF
12765
12766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12767
12768 # Handling of arguments.
12769 for ac_config_target in $ac_config_targets
12770 do
12771 case $ac_config_target in
12772 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
12773 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
12774 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12775 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12776 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12777 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12778 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12779 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12780
12781 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12782 esac
12783 done
12784
12785
12786 # If the user did not use the arguments to specify the items to instantiate,
12787 # then the envvar interface is used. Set only those that are not.
12788 # We use the long form for the default assignment because of an extremely
12789 # bizarre bug on SunOS 4.1.3.
12790 if $ac_need_defaults; then
12791 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12792 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12793 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12794 fi
12795
12796 # Have a temporary directory for convenience. Make it in the build tree
12797 # simply because there is no reason against having it here, and in addition,
12798 # creating and moving files from /tmp can sometimes cause problems.
12799 # Hook for its removal unless debugging.
12800 # Note that there is a small window in which the directory will not be cleaned:
12801 # after its creation but before its name has been assigned to `$tmp'.
12802 $debug ||
12803 {
12804 tmp= ac_tmp=
12805 trap 'exit_status=$?
12806 : "${ac_tmp:=$tmp}"
12807 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12808 ' 0
12809 trap 'as_fn_exit 1' 1 2 13 15
12810 }
12811 # Create a (secure) tmp directory for tmp files.
12812
12813 {
12814 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12815 test -d "$tmp"
12816 } ||
12817 {
12818 tmp=./conf$$-$RANDOM
12819 (umask 077 && mkdir "$tmp")
12820 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12821 ac_tmp=$tmp
12822
12823 # Set up the scripts for CONFIG_FILES section.
12824 # No need to generate them if there are no CONFIG_FILES.
12825 # This happens for instance with `./config.status config.h'.
12826 if test -n "$CONFIG_FILES"; then
12827
12828
12829 ac_cr=`echo X | tr X '\015'`
12830 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12831 # But we know of no other shell where ac_cr would be empty at this
12832 # point, so we can use a bashism as a fallback.
12833 if test "x$ac_cr" = x; then
12834 eval ac_cr=\$\'\\r\'
12835 fi
12836 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12837 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12838 ac_cs_awk_cr='\\r'
12839 else
12840 ac_cs_awk_cr=$ac_cr
12841 fi
12842
12843 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12844 _ACEOF
12845
12846
12847 {
12848 echo "cat >conf$$subs.awk <<_ACEOF" &&
12849 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12850 echo "_ACEOF"
12851 } >conf$$subs.sh ||
12852 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12853 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12854 ac_delim='%!_!# '
12855 for ac_last_try in false false false false false :; do
12856 . ./conf$$subs.sh ||
12857 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12858
12859 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12860 if test $ac_delim_n = $ac_delim_num; then
12861 break
12862 elif $ac_last_try; then
12863 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12864 else
12865 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12866 fi
12867 done
12868 rm -f conf$$subs.sh
12869
12870 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12871 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12872 _ACEOF
12873 sed -n '
12874 h
12875 s/^/S["/; s/!.*/"]=/
12876 p
12877 g
12878 s/^[^!]*!//
12879 :repl
12880 t repl
12881 s/'"$ac_delim"'$//
12882 t delim
12883 :nl
12884 h
12885 s/\(.\{148\}\)..*/\1/
12886 t more1
12887 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12888 p
12889 n
12890 b repl
12891 :more1
12892 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12893 p
12894 g
12895 s/.\{148\}//
12896 t nl
12897 :delim
12898 h
12899 s/\(.\{148\}\)..*/\1/
12900 t more2
12901 s/["\\]/\\&/g; s/^/"/; s/$/"/
12902 p
12903 b
12904 :more2
12905 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12906 p
12907 g
12908 s/.\{148\}//
12909 t delim
12910 ' <conf$$subs.awk | sed '
12911 /^[^""]/{
12912 N
12913 s/\n//
12914 }
12915 ' >>$CONFIG_STATUS || ac_write_fail=1
12916 rm -f conf$$subs.awk
12917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12918 _ACAWK
12919 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12920 for (key in S) S_is_set[key] = 1
12921 FS = "\a"
12922
12923 }
12924 {
12925 line = $ 0
12926 nfields = split(line, field, "@")
12927 substed = 0
12928 len = length(field[1])
12929 for (i = 2; i < nfields; i++) {
12930 key = field[i]
12931 keylen = length(key)
12932 if (S_is_set[key]) {
12933 value = S[key]
12934 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12935 len += length(value) + length(field[++i])
12936 substed = 1
12937 } else
12938 len += 1 + keylen
12939 }
12940
12941 print line
12942 }
12943
12944 _ACAWK
12945 _ACEOF
12946 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12947 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12948 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12949 else
12950 cat
12951 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12952 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12953 _ACEOF
12954
12955 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12956 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12957 # trailing colons and then remove the whole line if VPATH becomes empty
12958 # (actually we leave an empty line to preserve line numbers).
12959 if test "x$srcdir" = x.; then
12960 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12961 h
12962 s///
12963 s/^/:/
12964 s/[ ]*$/:/
12965 s/:\$(srcdir):/:/g
12966 s/:\${srcdir}:/:/g
12967 s/:@srcdir@:/:/g
12968 s/^:*//
12969 s/:*$//
12970 x
12971 s/\(=[ ]*\).*/\1/
12972 G
12973 s/\n//
12974 s/^[^=]*=[ ]*$//
12975 }'
12976 fi
12977
12978 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12979 fi # test -n "$CONFIG_FILES"
12980
12981 # Set up the scripts for CONFIG_HEADERS section.
12982 # No need to generate them if there are no CONFIG_HEADERS.
12983 # This happens for instance with `./config.status Makefile'.
12984 if test -n "$CONFIG_HEADERS"; then
12985 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12986 BEGIN {
12987 _ACEOF
12988
12989 # Transform confdefs.h into an awk script `defines.awk', embedded as
12990 # here-document in config.status, that substitutes the proper values into
12991 # config.h.in to produce config.h.
12992
12993 # Create a delimiter string that does not exist in confdefs.h, to ease
12994 # handling of long lines.
12995 ac_delim='%!_!# '
12996 for ac_last_try in false false :; do
12997 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12998 if test -z "$ac_tt"; then
12999 break
13000 elif $ac_last_try; then
13001 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13002 else
13003 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13004 fi
13005 done
13006
13007 # For the awk script, D is an array of macro values keyed by name,
13008 # likewise P contains macro parameters if any. Preserve backslash
13009 # newline sequences.
13010
13011 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13012 sed -n '
13013 s/.\{148\}/&'"$ac_delim"'/g
13014 t rset
13015 :rset
13016 s/^[ ]*#[ ]*define[ ][ ]*/ /
13017 t def
13018 d
13019 :def
13020 s/\\$//
13021 t bsnl
13022 s/["\\]/\\&/g
13023 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13024 D["\1"]=" \3"/p
13025 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13026 d
13027 :bsnl
13028 s/["\\]/\\&/g
13029 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13030 D["\1"]=" \3\\\\\\n"\\/p
13031 t cont
13032 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13033 t cont
13034 d
13035 :cont
13036 n
13037 s/.\{148\}/&'"$ac_delim"'/g
13038 t clear
13039 :clear
13040 s/\\$//
13041 t bsnlc
13042 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13043 d
13044 :bsnlc
13045 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13046 b cont
13047 ' <confdefs.h | sed '
13048 s/'"$ac_delim"'/"\\\
13049 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13050
13051 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13052 for (key in D) D_is_set[key] = 1
13053 FS = "\a"
13054 }
13055 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13056 line = \$ 0
13057 split(line, arg, " ")
13058 if (arg[1] == "#") {
13059 defundef = arg[2]
13060 mac1 = arg[3]
13061 } else {
13062 defundef = substr(arg[1], 2)
13063 mac1 = arg[2]
13064 }
13065 split(mac1, mac2, "(") #)
13066 macro = mac2[1]
13067 prefix = substr(line, 1, index(line, defundef) - 1)
13068 if (D_is_set[macro]) {
13069 # Preserve the white space surrounding the "#".
13070 print prefix "define", macro P[macro] D[macro]
13071 next
13072 } else {
13073 # Replace #undef with comments. This is necessary, for example,
13074 # in the case of _POSIX_SOURCE, which is predefined and required
13075 # on some systems where configure will not decide to define it.
13076 if (defundef == "undef") {
13077 print "/*", prefix defundef, macro, "*/"
13078 next
13079 }
13080 }
13081 }
13082 { print }
13083 _ACAWK
13084 _ACEOF
13085 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13086 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13087 fi # test -n "$CONFIG_HEADERS"
13088
13089
13090 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13091 shift
13092 for ac_tag
13093 do
13094 case $ac_tag in
13095 :[FHLC]) ac_mode=$ac_tag; continue;;
13096 esac
13097 case $ac_mode$ac_tag in
13098 :[FHL]*:*);;
13099 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13100 :[FH]-) ac_tag=-:-;;
13101 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13102 esac
13103 ac_save_IFS=$IFS
13104 IFS=:
13105 set x $ac_tag
13106 IFS=$ac_save_IFS
13107 shift
13108 ac_file=$1
13109 shift
13110
13111 case $ac_mode in
13112 :L) ac_source=$1;;
13113 :[FH])
13114 ac_file_inputs=
13115 for ac_f
13116 do
13117 case $ac_f in
13118 -) ac_f="$ac_tmp/stdin";;
13119 *) # Look for the file first in the build tree, then in the source tree
13120 # (if the path is not absolute). The absolute path cannot be DOS-style,
13121 # because $ac_f cannot contain `:'.
13122 test -f "$ac_f" ||
13123 case $ac_f in
13124 [\\/$]*) false;;
13125 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13126 esac ||
13127 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13128 esac
13129 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13130 as_fn_append ac_file_inputs " '$ac_f'"
13131 done
13132
13133 # Let's still pretend it is `configure' which instantiates (i.e., don't
13134 # use $as_me), people would be surprised to read:
13135 # /* config.h. Generated by config.status. */
13136 configure_input='Generated from '`
13137 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13138 `' by configure.'
13139 if test x"$ac_file" != x-; then
13140 configure_input="$ac_file. $configure_input"
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13142 $as_echo "$as_me: creating $ac_file" >&6;}
13143 fi
13144 # Neutralize special characters interpreted by sed in replacement strings.
13145 case $configure_input in #(
13146 *\&* | *\|* | *\\* )
13147 ac_sed_conf_input=`$as_echo "$configure_input" |
13148 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13149 *) ac_sed_conf_input=$configure_input;;
13150 esac
13151
13152 case $ac_tag in
13153 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13154 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13155 esac
13156 ;;
13157 esac
13158
13159 ac_dir=`$as_dirname -- "$ac_file" ||
13160 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13161 X"$ac_file" : 'X\(//\)[^/]' \| \
13162 X"$ac_file" : 'X\(//\)$' \| \
13163 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13164 $as_echo X"$ac_file" |
13165 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13166 s//\1/
13167 q
13168 }
13169 /^X\(\/\/\)[^/].*/{
13170 s//\1/
13171 q
13172 }
13173 /^X\(\/\/\)$/{
13174 s//\1/
13175 q
13176 }
13177 /^X\(\/\).*/{
13178 s//\1/
13179 q
13180 }
13181 s/.*/./; q'`
13182 as_dir="$ac_dir"; as_fn_mkdir_p
13183 ac_builddir=.
13184
13185 case "$ac_dir" in
13186 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13187 *)
13188 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13189 # A ".." for each directory in $ac_dir_suffix.
13190 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13191 case $ac_top_builddir_sub in
13192 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13193 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13194 esac ;;
13195 esac
13196 ac_abs_top_builddir=$ac_pwd
13197 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13198 # for backward compatibility:
13199 ac_top_builddir=$ac_top_build_prefix
13200
13201 case $srcdir in
13202 .) # We are building in place.
13203 ac_srcdir=.
13204 ac_top_srcdir=$ac_top_builddir_sub
13205 ac_abs_top_srcdir=$ac_pwd ;;
13206 [\\/]* | ?:[\\/]* ) # Absolute name.
13207 ac_srcdir=$srcdir$ac_dir_suffix;
13208 ac_top_srcdir=$srcdir
13209 ac_abs_top_srcdir=$srcdir ;;
13210 *) # Relative name.
13211 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13212 ac_top_srcdir=$ac_top_build_prefix$srcdir
13213 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13214 esac
13215 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13216
13217
13218 case $ac_mode in
13219 :F)
13220 #
13221 # CONFIG_FILE
13222 #
13223
13224 case $INSTALL in
13225 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13226 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13227 esac
13228 _ACEOF
13229
13230 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13231 # If the template does not know about datarootdir, expand it.
13232 # FIXME: This hack should be removed a few years after 2.60.
13233 ac_datarootdir_hack=; ac_datarootdir_seen=
13234 ac_sed_dataroot='
13235 /datarootdir/ {
13236 p
13237 q
13238 }
13239 /@datadir@/p
13240 /@docdir@/p
13241 /@infodir@/p
13242 /@localedir@/p
13243 /@mandir@/p'
13244 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13245 *datarootdir*) ac_datarootdir_seen=yes;;
13246 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13248 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13249 _ACEOF
13250 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13251 ac_datarootdir_hack='
13252 s&@datadir@&$datadir&g
13253 s&@docdir@&$docdir&g
13254 s&@infodir@&$infodir&g
13255 s&@localedir@&$localedir&g
13256 s&@mandir@&$mandir&g
13257 s&\\\${datarootdir}&$datarootdir&g' ;;
13258 esac
13259 _ACEOF
13260
13261 # Neutralize VPATH when `$srcdir' = `.'.
13262 # Shell code in configure.ac might set extrasub.
13263 # FIXME: do we really want to maintain this feature?
13264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13265 ac_sed_extra="$ac_vpsub
13266 $extrasub
13267 _ACEOF
13268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13269 :t
13270 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13271 s|@configure_input@|$ac_sed_conf_input|;t t
13272 s&@top_builddir@&$ac_top_builddir_sub&;t t
13273 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13274 s&@srcdir@&$ac_srcdir&;t t
13275 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13276 s&@top_srcdir@&$ac_top_srcdir&;t t
13277 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13278 s&@builddir@&$ac_builddir&;t t
13279 s&@abs_builddir@&$ac_abs_builddir&;t t
13280 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13281 s&@INSTALL@&$ac_INSTALL&;t t
13282 $ac_datarootdir_hack
13283 "
13284 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13285 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13286
13287 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13288 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13289 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13290 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13292 which seems to be undefined. Please make sure it is defined" >&5
13293 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13294 which seems to be undefined. Please make sure it is defined" >&2;}
13295
13296 rm -f "$ac_tmp/stdin"
13297 case $ac_file in
13298 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13299 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13300 esac \
13301 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13302 ;;
13303 :H)
13304 #
13305 # CONFIG_HEADER
13306 #
13307 if test x"$ac_file" != x-; then
13308 {
13309 $as_echo "/* $configure_input */" \
13310 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13311 } >"$ac_tmp/config.h" \
13312 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13313 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13315 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13316 else
13317 rm -f "$ac_file"
13318 mv "$ac_tmp/config.h" "$ac_file" \
13319 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13320 fi
13321 else
13322 $as_echo "/* $configure_input */" \
13323 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13324 || as_fn_error $? "could not create -" "$LINENO" 5
13325 fi
13326 ;;
13327
13328 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13329 $as_echo "$as_me: executing $ac_file commands" >&6;}
13330 ;;
13331 esac
13332
13333
13334 case $ac_file$ac_mode in
13335 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13336 "libtool":C)
13337
13338 # See if we are running on zsh, and set the options which allow our
13339 # commands through without removal of \ escapes.
13340 if test -n "${ZSH_VERSION+set}" ; then
13341 setopt NO_GLOB_SUBST
13342 fi
13343
13344 cfgfile="${ofile}T"
13345 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13346 $RM "$cfgfile"
13347
13348 cat <<_LT_EOF >> "$cfgfile"
13349 #! $SHELL
13350
13351 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13352 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13353 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13354 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13355 #
13356 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13357 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13358 # Written by Gordon Matzigkeit, 1996
13359 #
13360 # This file is part of GNU Libtool.
13361 #
13362 # GNU Libtool is free software; you can redistribute it and/or
13363 # modify it under the terms of the GNU General Public License as
13364 # published by the Free Software Foundation; either version 2 of
13365 # the License, or (at your option) any later version.
13366 #
13367 # As a special exception to the GNU General Public License,
13368 # if you distribute this file as part of a program or library that
13369 # is built using GNU Libtool, you may include this file under the
13370 # same distribution terms that you use for the rest of that program.
13371 #
13372 # GNU Libtool is distributed in the hope that it will be useful,
13373 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13374 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13375 # GNU General Public License for more details.
13376 #
13377 # You should have received a copy of the GNU General Public License
13378 # along with GNU Libtool; see the file COPYING. If not, a copy
13379 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13380 # obtained by writing to the Free Software Foundation, Inc.,
13381 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13382
13383
13384 # The names of the tagged configurations supported by this script.
13385 available_tags=""
13386
13387 # ### BEGIN LIBTOOL CONFIG
13388
13389 # Which release of libtool.m4 was used?
13390 macro_version=$macro_version
13391 macro_revision=$macro_revision
13392
13393 # Whether or not to build shared libraries.
13394 build_libtool_libs=$enable_shared
13395
13396 # Whether or not to build static libraries.
13397 build_old_libs=$enable_static
13398
13399 # What type of objects to build.
13400 pic_mode=$pic_mode
13401
13402 # Whether or not to optimize for fast installation.
13403 fast_install=$enable_fast_install
13404
13405 # Shell to use when invoking shell scripts.
13406 SHELL=$lt_SHELL
13407
13408 # An echo program that protects backslashes.
13409 ECHO=$lt_ECHO
13410
13411 # The host system.
13412 host_alias=$host_alias
13413 host=$host
13414 host_os=$host_os
13415
13416 # The build system.
13417 build_alias=$build_alias
13418 build=$build
13419 build_os=$build_os
13420
13421 # A sed program that does not truncate output.
13422 SED=$lt_SED
13423
13424 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13425 Xsed="\$SED -e 1s/^X//"
13426
13427 # A grep program that handles long lines.
13428 GREP=$lt_GREP
13429
13430 # An ERE matcher.
13431 EGREP=$lt_EGREP
13432
13433 # A literal string matcher.
13434 FGREP=$lt_FGREP
13435
13436 # A BSD- or MS-compatible name lister.
13437 NM=$lt_NM
13438
13439 # Whether we need soft or hard links.
13440 LN_S=$lt_LN_S
13441
13442 # What is the maximum length of a command?
13443 max_cmd_len=$max_cmd_len
13444
13445 # Object file suffix (normally "o").
13446 objext=$ac_objext
13447
13448 # Executable file suffix (normally "").
13449 exeext=$exeext
13450
13451 # whether the shell understands "unset".
13452 lt_unset=$lt_unset
13453
13454 # turn spaces into newlines.
13455 SP2NL=$lt_lt_SP2NL
13456
13457 # turn newlines into spaces.
13458 NL2SP=$lt_lt_NL2SP
13459
13460 # An object symbol dumper.
13461 OBJDUMP=$lt_OBJDUMP
13462
13463 # Method to check whether dependent libraries are shared objects.
13464 deplibs_check_method=$lt_deplibs_check_method
13465
13466 # Command to use when deplibs_check_method == "file_magic".
13467 file_magic_cmd=$lt_file_magic_cmd
13468
13469 # The archiver.
13470 AR=$lt_AR
13471 AR_FLAGS=$lt_AR_FLAGS
13472
13473 # A symbol stripping program.
13474 STRIP=$lt_STRIP
13475
13476 # Commands used to install an old-style archive.
13477 RANLIB=$lt_RANLIB
13478 old_postinstall_cmds=$lt_old_postinstall_cmds
13479 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13480
13481 # Whether to use a lock for old archive extraction.
13482 lock_old_archive_extraction=$lock_old_archive_extraction
13483
13484 # A C compiler.
13485 LTCC=$lt_CC
13486
13487 # LTCC compiler flags.
13488 LTCFLAGS=$lt_CFLAGS
13489
13490 # Take the output of nm and produce a listing of raw symbols and C names.
13491 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13492
13493 # Transform the output of nm in a proper C declaration.
13494 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13495
13496 # Transform the output of nm in a C name address pair.
13497 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13498
13499 # Transform the output of nm in a C name address pair when lib prefix is needed.
13500 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13501
13502 # The name of the directory that contains temporary libtool files.
13503 objdir=$objdir
13504
13505 # Used to examine libraries when file_magic_cmd begins with "file".
13506 MAGIC_CMD=$MAGIC_CMD
13507
13508 # Must we lock files when doing compilation?
13509 need_locks=$lt_need_locks
13510
13511 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13512 DSYMUTIL=$lt_DSYMUTIL
13513
13514 # Tool to change global to local symbols on Mac OS X.
13515 NMEDIT=$lt_NMEDIT
13516
13517 # Tool to manipulate fat objects and archives on Mac OS X.
13518 LIPO=$lt_LIPO
13519
13520 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13521 OTOOL=$lt_OTOOL
13522
13523 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13524 OTOOL64=$lt_OTOOL64
13525
13526 # Old archive suffix (normally "a").
13527 libext=$libext
13528
13529 # Shared library suffix (normally ".so").
13530 shrext_cmds=$lt_shrext_cmds
13531
13532 # The commands to extract the exported symbol list from a shared archive.
13533 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13534
13535 # Variables whose values should be saved in libtool wrapper scripts and
13536 # restored at link time.
13537 variables_saved_for_relink=$lt_variables_saved_for_relink
13538
13539 # Do we need the "lib" prefix for modules?
13540 need_lib_prefix=$need_lib_prefix
13541
13542 # Do we need a version for libraries?
13543 need_version=$need_version
13544
13545 # Library versioning type.
13546 version_type=$version_type
13547
13548 # Shared library runtime path variable.
13549 runpath_var=$runpath_var
13550
13551 # Shared library path variable.
13552 shlibpath_var=$shlibpath_var
13553
13554 # Is shlibpath searched before the hard-coded library search path?
13555 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13556
13557 # Format of library name prefix.
13558 libname_spec=$lt_libname_spec
13559
13560 # List of archive names. First name is the real one, the rest are links.
13561 # The last name is the one that the linker finds with -lNAME
13562 library_names_spec=$lt_library_names_spec
13563
13564 # The coded name of the library, if different from the real name.
13565 soname_spec=$lt_soname_spec
13566
13567 # Permission mode override for installation of shared libraries.
13568 install_override_mode=$lt_install_override_mode
13569
13570 # Command to use after installation of a shared archive.
13571 postinstall_cmds=$lt_postinstall_cmds
13572
13573 # Command to use after uninstallation of a shared archive.
13574 postuninstall_cmds=$lt_postuninstall_cmds
13575
13576 # Commands used to finish a libtool library installation in a directory.
13577 finish_cmds=$lt_finish_cmds
13578
13579 # As "finish_cmds", except a single script fragment to be evaled but
13580 # not shown.
13581 finish_eval=$lt_finish_eval
13582
13583 # Whether we should hardcode library paths into libraries.
13584 hardcode_into_libs=$hardcode_into_libs
13585
13586 # Compile-time system search path for libraries.
13587 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13588
13589 # Run-time system search path for libraries.
13590 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13591
13592 # Whether dlopen is supported.
13593 dlopen_support=$enable_dlopen
13594
13595 # Whether dlopen of programs is supported.
13596 dlopen_self=$enable_dlopen_self
13597
13598 # Whether dlopen of statically linked programs is supported.
13599 dlopen_self_static=$enable_dlopen_self_static
13600
13601 # Commands to strip libraries.
13602 old_striplib=$lt_old_striplib
13603 striplib=$lt_striplib
13604
13605
13606 # The linker used to build libraries.
13607 LD=$lt_LD
13608
13609 # How to create reloadable object files.
13610 reload_flag=$lt_reload_flag
13611 reload_cmds=$lt_reload_cmds
13612
13613 # Commands used to build an old-style archive.
13614 old_archive_cmds=$lt_old_archive_cmds
13615
13616 # A language specific compiler.
13617 CC=$lt_compiler
13618
13619 # Is the compiler the GNU compiler?
13620 with_gcc=$GCC
13621
13622 # Compiler flag to turn off builtin functions.
13623 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13624
13625 # How to pass a linker flag through the compiler.
13626 wl=$lt_lt_prog_compiler_wl
13627
13628 # Additional compiler flags for building library objects.
13629 pic_flag=$lt_lt_prog_compiler_pic
13630
13631 # Compiler flag to prevent dynamic linking.
13632 link_static_flag=$lt_lt_prog_compiler_static
13633
13634 # Does compiler simultaneously support -c and -o options?
13635 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13636
13637 # Whether or not to add -lc for building shared libraries.
13638 build_libtool_need_lc=$archive_cmds_need_lc
13639
13640 # Whether or not to disallow shared libs when runtime libs are static.
13641 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13642
13643 # Compiler flag to allow reflexive dlopens.
13644 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13645
13646 # Compiler flag to generate shared objects directly from archives.
13647 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13648
13649 # Whether the compiler copes with passing no objects directly.
13650 compiler_needs_object=$lt_compiler_needs_object
13651
13652 # Create an old-style archive from a shared archive.
13653 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13654
13655 # Create a temporary old-style archive to link instead of a shared archive.
13656 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13657
13658 # Commands used to build a shared archive.
13659 archive_cmds=$lt_archive_cmds
13660 archive_expsym_cmds=$lt_archive_expsym_cmds
13661
13662 # Commands used to build a loadable module if different from building
13663 # a shared archive.
13664 module_cmds=$lt_module_cmds
13665 module_expsym_cmds=$lt_module_expsym_cmds
13666
13667 # Whether we are building with GNU ld or not.
13668 with_gnu_ld=$lt_with_gnu_ld
13669
13670 # Flag that allows shared libraries with undefined symbols to be built.
13671 allow_undefined_flag=$lt_allow_undefined_flag
13672
13673 # Flag that enforces no undefined symbols.
13674 no_undefined_flag=$lt_no_undefined_flag
13675
13676 # Flag to hardcode \$libdir into a binary during linking.
13677 # This must work even if \$libdir does not exist
13678 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13679
13680 # If ld is used when linking, flag to hardcode \$libdir into a binary
13681 # during linking. This must work even if \$libdir does not exist.
13682 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13683
13684 # Whether we need a single "-rpath" flag with a separated argument.
13685 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13686
13687 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13688 # DIR into the resulting binary.
13689 hardcode_direct=$hardcode_direct
13690
13691 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13692 # DIR into the resulting binary and the resulting library dependency is
13693 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13694 # library is relocated.
13695 hardcode_direct_absolute=$hardcode_direct_absolute
13696
13697 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13698 # into the resulting binary.
13699 hardcode_minus_L=$hardcode_minus_L
13700
13701 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13702 # into the resulting binary.
13703 hardcode_shlibpath_var=$hardcode_shlibpath_var
13704
13705 # Set to "yes" if building a shared library automatically hardcodes DIR
13706 # into the library and all subsequent libraries and executables linked
13707 # against it.
13708 hardcode_automatic=$hardcode_automatic
13709
13710 # Set to yes if linker adds runtime paths of dependent libraries
13711 # to runtime path list.
13712 inherit_rpath=$inherit_rpath
13713
13714 # Whether libtool must link a program against all its dependency libraries.
13715 link_all_deplibs=$link_all_deplibs
13716
13717 # Fix the shell variable \$srcfile for the compiler.
13718 fix_srcfile_path=$lt_fix_srcfile_path
13719
13720 # Set to "yes" if exported symbols are required.
13721 always_export_symbols=$always_export_symbols
13722
13723 # The commands to list exported symbols.
13724 export_symbols_cmds=$lt_export_symbols_cmds
13725
13726 # Symbols that should not be listed in the preloaded symbols.
13727 exclude_expsyms=$lt_exclude_expsyms
13728
13729 # Symbols that must always be exported.
13730 include_expsyms=$lt_include_expsyms
13731
13732 # Commands necessary for linking programs (against libraries) with templates.
13733 prelink_cmds=$lt_prelink_cmds
13734
13735 # Specify filename containing input files.
13736 file_list_spec=$lt_file_list_spec
13737
13738 # How to hardcode a shared library path into an executable.
13739 hardcode_action=$hardcode_action
13740
13741 # ### END LIBTOOL CONFIG
13742
13743 _LT_EOF
13744
13745 case $host_os in
13746 aix3*)
13747 cat <<\_LT_EOF >> "$cfgfile"
13748 # AIX sometimes has problems with the GCC collect2 program. For some
13749 # reason, if we set the COLLECT_NAMES environment variable, the problems
13750 # vanish in a puff of smoke.
13751 if test "X${COLLECT_NAMES+set}" != Xset; then
13752 COLLECT_NAMES=
13753 export COLLECT_NAMES
13754 fi
13755 _LT_EOF
13756 ;;
13757 esac
13758
13759
13760 ltmain="$ac_aux_dir/ltmain.sh"
13761
13762
13763 # We use sed instead of cat because bash on DJGPP gets confused if
13764 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13765 # text mode, it properly converts lines to CR/LF. This bash problem
13766 # is reportedly fixed, but why not run on old versions too?
13767 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13768 || (rm -f "$cfgfile"; exit 1)
13769
13770 case $xsi_shell in
13771 yes)
13772 cat << \_LT_EOF >> "$cfgfile"
13773
13774 # func_dirname file append nondir_replacement
13775 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13776 # otherwise set result to NONDIR_REPLACEMENT.
13777 func_dirname ()
13778 {
13779 case ${1} in
13780 */*) func_dirname_result="${1%/*}${2}" ;;
13781 * ) func_dirname_result="${3}" ;;
13782 esac
13783 }
13784
13785 # func_basename file
13786 func_basename ()
13787 {
13788 func_basename_result="${1##*/}"
13789 }
13790
13791 # func_dirname_and_basename file append nondir_replacement
13792 # perform func_basename and func_dirname in a single function
13793 # call:
13794 # dirname: Compute the dirname of FILE. If nonempty,
13795 # add APPEND to the result, otherwise set result
13796 # to NONDIR_REPLACEMENT.
13797 # value returned in "$func_dirname_result"
13798 # basename: Compute filename of FILE.
13799 # value retuned in "$func_basename_result"
13800 # Implementation must be kept synchronized with func_dirname
13801 # and func_basename. For efficiency, we do not delegate to
13802 # those functions but instead duplicate the functionality here.
13803 func_dirname_and_basename ()
13804 {
13805 case ${1} in
13806 */*) func_dirname_result="${1%/*}${2}" ;;
13807 * ) func_dirname_result="${3}" ;;
13808 esac
13809 func_basename_result="${1##*/}"
13810 }
13811
13812 # func_stripname prefix suffix name
13813 # strip PREFIX and SUFFIX off of NAME.
13814 # PREFIX and SUFFIX must not contain globbing or regex special
13815 # characters, hashes, percent signs, but SUFFIX may contain a leading
13816 # dot (in which case that matches only a dot).
13817 func_stripname ()
13818 {
13819 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13820 # positional parameters, so assign one to ordinary parameter first.
13821 func_stripname_result=${3}
13822 func_stripname_result=${func_stripname_result#"${1}"}
13823 func_stripname_result=${func_stripname_result%"${2}"}
13824 }
13825
13826 # func_opt_split
13827 func_opt_split ()
13828 {
13829 func_opt_split_opt=${1%%=*}
13830 func_opt_split_arg=${1#*=}
13831 }
13832
13833 # func_lo2o object
13834 func_lo2o ()
13835 {
13836 case ${1} in
13837 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13838 *) func_lo2o_result=${1} ;;
13839 esac
13840 }
13841
13842 # func_xform libobj-or-source
13843 func_xform ()
13844 {
13845 func_xform_result=${1%.*}.lo
13846 }
13847
13848 # func_arith arithmetic-term...
13849 func_arith ()
13850 {
13851 func_arith_result=$(( $* ))
13852 }
13853
13854 # func_len string
13855 # STRING may not start with a hyphen.
13856 func_len ()
13857 {
13858 func_len_result=${#1}
13859 }
13860
13861 _LT_EOF
13862 ;;
13863 *) # Bourne compatible functions.
13864 cat << \_LT_EOF >> "$cfgfile"
13865
13866 # func_dirname file append nondir_replacement
13867 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13868 # otherwise set result to NONDIR_REPLACEMENT.
13869 func_dirname ()
13870 {
13871 # Extract subdirectory from the argument.
13872 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13873 if test "X$func_dirname_result" = "X${1}"; then
13874 func_dirname_result="${3}"
13875 else
13876 func_dirname_result="$func_dirname_result${2}"
13877 fi
13878 }
13879
13880 # func_basename file
13881 func_basename ()
13882 {
13883 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13884 }
13885
13886
13887 # func_stripname prefix suffix name
13888 # strip PREFIX and SUFFIX off of NAME.
13889 # PREFIX and SUFFIX must not contain globbing or regex special
13890 # characters, hashes, percent signs, but SUFFIX may contain a leading
13891 # dot (in which case that matches only a dot).
13892 # func_strip_suffix prefix name
13893 func_stripname ()
13894 {
13895 case ${2} in
13896 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13897 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13898 esac
13899 }
13900
13901 # sed scripts:
13902 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13903 my_sed_long_arg='1s/^-[^=]*=//'
13904
13905 # func_opt_split
13906 func_opt_split ()
13907 {
13908 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13909 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13910 }
13911
13912 # func_lo2o object
13913 func_lo2o ()
13914 {
13915 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13916 }
13917
13918 # func_xform libobj-or-source
13919 func_xform ()
13920 {
13921 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13922 }
13923
13924 # func_arith arithmetic-term...
13925 func_arith ()
13926 {
13927 func_arith_result=`expr "$@"`
13928 }
13929
13930 # func_len string
13931 # STRING may not start with a hyphen.
13932 func_len ()
13933 {
13934 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13935 }
13936
13937 _LT_EOF
13938 esac
13939
13940 case $lt_shell_append in
13941 yes)
13942 cat << \_LT_EOF >> "$cfgfile"
13943
13944 # func_append var value
13945 # Append VALUE to the end of shell variable VAR.
13946 func_append ()
13947 {
13948 eval "$1+=\$2"
13949 }
13950 _LT_EOF
13951 ;;
13952 *)
13953 cat << \_LT_EOF >> "$cfgfile"
13954
13955 # func_append var value
13956 # Append VALUE to the end of shell variable VAR.
13957 func_append ()
13958 {
13959 eval "$1=\$$1\$2"
13960 }
13961
13962 _LT_EOF
13963 ;;
13964 esac
13965
13966
13967 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13968 || (rm -f "$cfgfile"; exit 1)
13969
13970 mv -f "$cfgfile" "$ofile" ||
13971 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13972 chmod +x "$ofile"
13973
13974 ;;
13975 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13976 rm -f Makesim1.tmp Makesim2.tmp Makefile
13977 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13978 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13979 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13980 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13981 <Makefile.sim >Makefile
13982 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13983 ;;
13984 "stamp-h":C) echo > stamp-h ;;
13985
13986 esac
13987 done # for ac_tag
13988
13989
13990 as_fn_exit 0
13991 _ACEOF
13992 ac_clean_files=$ac_clean_files_save
13993
13994 test $ac_write_fail = 0 ||
13995 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13996
13997
13998 # configure is writing to config.log, and then calls config.status.
13999 # config.status does its own redirection, appending to config.log.
14000 # Unfortunately, on DOS this fails, as config.log is still kept open
14001 # by configure, so config.status won't be able to write to it; its
14002 # output is simply discarded. So we exec the FD to /dev/null,
14003 # effectively closing config.log, so it can be properly (re)opened and
14004 # appended to by config.status. When coming back to configure, we
14005 # need to make the FD available again.
14006 if test "$no_create" != yes; then
14007 ac_cs_success=:
14008 ac_config_status_args=
14009 test "$silent" = yes &&
14010 ac_config_status_args="$ac_config_status_args --quiet"
14011 exec 5>/dev/null
14012 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14013 exec 5>>config.log
14014 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14015 # would make configure fail if this is the last instruction.
14016 $ac_cs_success || as_fn_exit 1
14017 fi
14018 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14020 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14021 fi
14022
14023