]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/frv/configure
sim: clean up stale AC_PREREQ refs
[thirdparty/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 cgen_breaks
635 sim_trapdump
636 cgen
637 cgendir
638 CGEN_MAINT
639 REPORT_BUGS_TEXI
640 REPORT_BUGS_TO
641 PKGVERSION
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 lt_cv_dlopen_libs
646 OTOOL64
647 OTOOL
648 LIPO
649 NMEDIT
650 DSYMUTIL
651 AWK
652 STRIP
653 OBJDUMP
654 LN_S
655 NM
656 ac_ct_DUMPBIN
657 DUMPBIN
658 LD
659 FGREP
660 SED
661 LIBTOOL
662 PLUGINS_FALSE
663 PLUGINS_TRUE
664 zlibinc
665 zlibdir
666 CATOBJEXT
667 GENCAT
668 INSTOBJEXT
669 DATADIRNAME
670 CATALOGS
671 POSUB
672 GMSGFMT
673 XGETTEXT
674 INCINTL
675 LIBINTL_DEP
676 LIBINTL
677 USE_NLS
678 GMAKE_FALSE
679 GMAKE_TRUE
680 MAKE
681 CCDEPMODE
682 DEPDIR
683 am__leading_dot
684 PACKAGE
685 C_DIALECT
686 RANLIB
687 AR
688 HDEFINES
689 CC_FOR_BUILD
690 INSTALL_DATA
691 INSTALL_SCRIPT
692 INSTALL_PROGRAM
693 EGREP
694 GREP
695 CPP
696 target_os
697 target_vendor
698 target_cpu
699 target
700 host_os
701 host_vendor
702 host_cpu
703 host
704 build_os
705 build_vendor
706 build_cpu
707 build
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
714 CC
715 WERROR_CFLAGS
716 WARN_CFLAGS
717 sim_reserved_bits
718 sim_inline
719 sim_hw
720 sim_hw_objs
721 sim_hw_cflags
722 sim_default_model
723 sim_scache
724 sim_float
725 sim_endian
726 sim_bitsize
727 sim_alignment
728 target_alias
729 host_alias
730 build_alias
731 LIBS
732 ECHO_T
733 ECHO_N
734 ECHO_C
735 DEFS
736 mandir
737 localedir
738 libdir
739 psdir
740 pdfdir
741 dvidir
742 htmldir
743 infodir
744 docdir
745 oldincludedir
746 includedir
747 localstatedir
748 sharedstatedir
749 sysconfdir
750 datadir
751 datarootdir
752 libexecdir
753 sbindir
754 bindir
755 program_transform_name
756 prefix
757 exec_prefix
758 PACKAGE_URL
759 PACKAGE_BUGREPORT
760 PACKAGE_STRING
761 PACKAGE_VERSION
762 PACKAGE_TARNAME
763 PACKAGE_NAME
764 PATH_SEPARATOR
765 SHELL'
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_assert
783 enable_sim_environment
784 enable_sim_inline
785 with_pkgversion
786 with_bugurl
787 enable_sim_endian
788 enable_sim_alignment
789 enable_sim_scache
790 enable_sim_default_model
791 enable_cgen_maint
792 enable_sim_trapdump
793 enable_sim_hardware
794 '
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
798 CC
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
803 CPP'
804
805
806 # Initialize some variables set by options.
807 ac_init_help=
808 ac_init_version=false
809 ac_unrecognized_opts=
810 ac_unrecognized_sep=
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
827
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
853
854 ac_prev=
855 ac_dashdash=
856 for ac_option
857 do
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
863 fi
864
865 case $ac_option in
866 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *=) ac_optarg= ;;
868 *) ac_optarg=yes ;;
869 esac
870
871 # Accept the important Cygnus configure options, so we can diagnose typos.
872
873 case $ac_dashdash$ac_option in
874 --)
875 ac_dashdash=yes ;;
876
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
881
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
886
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
893
894 --config-cache | -C)
895 cache_file=config.cache ;;
896
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
901
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
908
909 -disable-* | --disable-*)
910 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
913 as_fn_error $? "invalid feature name: $ac_useropt"
914 ac_useropt_orig=$ac_useropt
915 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
916 case $ac_user_opts in
917 *"
918 "enable_$ac_useropt"
919 "*) ;;
920 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
921 ac_unrecognized_sep=', ';;
922 esac
923 eval enable_$ac_useropt=no ;;
924
925 -docdir | --docdir | --docdi | --doc | --do)
926 ac_prev=docdir ;;
927 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
928 docdir=$ac_optarg ;;
929
930 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
931 ac_prev=dvidir ;;
932 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
933 dvidir=$ac_optarg ;;
934
935 -enable-* | --enable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error $? "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944 "enable_$ac_useropt"
945 "*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=\$ac_optarg ;;
950
951 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
952 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
953 | --exec | --exe | --ex)
954 ac_prev=exec_prefix ;;
955 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
956 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
957 | --exec=* | --exe=* | --ex=*)
958 exec_prefix=$ac_optarg ;;
959
960 -gas | --gas | --ga | --g)
961 # Obsolete; use --with-gas.
962 with_gas=yes ;;
963
964 -help | --help | --hel | --he | -h)
965 ac_init_help=long ;;
966 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
967 ac_init_help=recursive ;;
968 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
969 ac_init_help=short ;;
970
971 -host | --host | --hos | --ho)
972 ac_prev=host_alias ;;
973 -host=* | --host=* | --hos=* | --ho=*)
974 host_alias=$ac_optarg ;;
975
976 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
977 ac_prev=htmldir ;;
978 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
979 | --ht=*)
980 htmldir=$ac_optarg ;;
981
982 -includedir | --includedir | --includedi | --included | --include \
983 | --includ | --inclu | --incl | --inc)
984 ac_prev=includedir ;;
985 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
986 | --includ=* | --inclu=* | --incl=* | --inc=*)
987 includedir=$ac_optarg ;;
988
989 -infodir | --infodir | --infodi | --infod | --info | --inf)
990 ac_prev=infodir ;;
991 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
992 infodir=$ac_optarg ;;
993
994 -libdir | --libdir | --libdi | --libd)
995 ac_prev=libdir ;;
996 -libdir=* | --libdir=* | --libdi=* | --libd=*)
997 libdir=$ac_optarg ;;
998
999 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1000 | --libexe | --libex | --libe)
1001 ac_prev=libexecdir ;;
1002 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1003 | --libexe=* | --libex=* | --libe=*)
1004 libexecdir=$ac_optarg ;;
1005
1006 -localedir | --localedir | --localedi | --localed | --locale)
1007 ac_prev=localedir ;;
1008 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1009 localedir=$ac_optarg ;;
1010
1011 -localstatedir | --localstatedir | --localstatedi | --localstated \
1012 | --localstate | --localstat | --localsta | --localst | --locals)
1013 ac_prev=localstatedir ;;
1014 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1015 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1016 localstatedir=$ac_optarg ;;
1017
1018 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1019 ac_prev=mandir ;;
1020 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1021 mandir=$ac_optarg ;;
1022
1023 -nfp | --nfp | --nf)
1024 # Obsolete; use --without-fp.
1025 with_fp=no ;;
1026
1027 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1028 | --no-cr | --no-c | -n)
1029 no_create=yes ;;
1030
1031 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1032 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1033 no_recursion=yes ;;
1034
1035 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1036 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1037 | --oldin | --oldi | --old | --ol | --o)
1038 ac_prev=oldincludedir ;;
1039 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1040 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1041 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1042 oldincludedir=$ac_optarg ;;
1043
1044 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1045 ac_prev=prefix ;;
1046 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1047 prefix=$ac_optarg ;;
1048
1049 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1050 | --program-pre | --program-pr | --program-p)
1051 ac_prev=program_prefix ;;
1052 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1053 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1054 program_prefix=$ac_optarg ;;
1055
1056 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1057 | --program-suf | --program-su | --program-s)
1058 ac_prev=program_suffix ;;
1059 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1060 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1061 program_suffix=$ac_optarg ;;
1062
1063 -program-transform-name | --program-transform-name \
1064 | --program-transform-nam | --program-transform-na \
1065 | --program-transform-n | --program-transform- \
1066 | --program-transform | --program-transfor \
1067 | --program-transfo | --program-transf \
1068 | --program-trans | --program-tran \
1069 | --progr-tra | --program-tr | --program-t)
1070 ac_prev=program_transform_name ;;
1071 -program-transform-name=* | --program-transform-name=* \
1072 | --program-transform-nam=* | --program-transform-na=* \
1073 | --program-transform-n=* | --program-transform-=* \
1074 | --program-transform=* | --program-transfor=* \
1075 | --program-transfo=* | --program-transf=* \
1076 | --program-trans=* | --program-tran=* \
1077 | --progr-tra=* | --program-tr=* | --program-t=*)
1078 program_transform_name=$ac_optarg ;;
1079
1080 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1081 ac_prev=pdfdir ;;
1082 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1083 pdfdir=$ac_optarg ;;
1084
1085 -psdir | --psdir | --psdi | --psd | --ps)
1086 ac_prev=psdir ;;
1087 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1088 psdir=$ac_optarg ;;
1089
1090 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1091 | -silent | --silent | --silen | --sile | --sil)
1092 silent=yes ;;
1093
1094 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1095 ac_prev=sbindir ;;
1096 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1097 | --sbi=* | --sb=*)
1098 sbindir=$ac_optarg ;;
1099
1100 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1101 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1102 | --sharedst | --shareds | --shared | --share | --shar \
1103 | --sha | --sh)
1104 ac_prev=sharedstatedir ;;
1105 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1106 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1107 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1108 | --sha=* | --sh=*)
1109 sharedstatedir=$ac_optarg ;;
1110
1111 -site | --site | --sit)
1112 ac_prev=site ;;
1113 -site=* | --site=* | --sit=*)
1114 site=$ac_optarg ;;
1115
1116 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1117 ac_prev=srcdir ;;
1118 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1119 srcdir=$ac_optarg ;;
1120
1121 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1122 | --syscon | --sysco | --sysc | --sys | --sy)
1123 ac_prev=sysconfdir ;;
1124 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1125 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1126 sysconfdir=$ac_optarg ;;
1127
1128 -target | --target | --targe | --targ | --tar | --ta | --t)
1129 ac_prev=target_alias ;;
1130 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1131 target_alias=$ac_optarg ;;
1132
1133 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1134 verbose=yes ;;
1135
1136 -version | --version | --versio | --versi | --vers | -V)
1137 ac_init_version=: ;;
1138
1139 -with-* | --with-*)
1140 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1141 # Reject names that are not valid shell variable names.
1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1143 as_fn_error $? "invalid package name: $ac_useropt"
1144 ac_useropt_orig=$ac_useropt
1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146 case $ac_user_opts in
1147 *"
1148 "with_$ac_useropt"
1149 "*) ;;
1150 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1151 ac_unrecognized_sep=', ';;
1152 esac
1153 eval with_$ac_useropt=\$ac_optarg ;;
1154
1155 -without-* | --without-*)
1156 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1159 as_fn_error $? "invalid package name: $ac_useropt"
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1163 *"
1164 "with_$ac_useropt"
1165 "*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1168 esac
1169 eval with_$ac_useropt=no ;;
1170
1171 --x)
1172 # Obsolete; use --with-x.
1173 with_x=yes ;;
1174
1175 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1176 | --x-incl | --x-inc | --x-in | --x-i)
1177 ac_prev=x_includes ;;
1178 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1179 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1180 x_includes=$ac_optarg ;;
1181
1182 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1183 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1184 ac_prev=x_libraries ;;
1185 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1186 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1187 x_libraries=$ac_optarg ;;
1188
1189 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1190 Try \`$0 --help' for more information"
1191 ;;
1192
1193 *=*)
1194 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1195 # Reject names that are not valid shell variable names.
1196 case $ac_envvar in #(
1197 '' | [0-9]* | *[!_$as_cr_alnum]* )
1198 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1199 esac
1200 eval $ac_envvar=\$ac_optarg
1201 export $ac_envvar ;;
1202
1203 *)
1204 # FIXME: should be removed in autoconf 3.0.
1205 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1206 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1207 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1209 ;;
1210
1211 esac
1212 done
1213
1214 if test -n "$ac_prev"; then
1215 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1216 as_fn_error $? "missing argument to $ac_option"
1217 fi
1218
1219 if test -n "$ac_unrecognized_opts"; then
1220 case $enable_option_checking in
1221 no) ;;
1222 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1223 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1224 esac
1225 fi
1226
1227 # Check all directory arguments for consistency.
1228 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1229 datadir sysconfdir sharedstatedir localstatedir includedir \
1230 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1231 libdir localedir mandir
1232 do
1233 eval ac_val=\$$ac_var
1234 # Remove trailing slashes.
1235 case $ac_val in
1236 */ )
1237 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1238 eval $ac_var=\$ac_val;;
1239 esac
1240 # Be sure to have absolute directory names.
1241 case $ac_val in
1242 [\\/$]* | ?:[\\/]* ) continue;;
1243 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1244 esac
1245 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1246 done
1247
1248 # There might be people who depend on the old broken behavior: `$host'
1249 # used to hold the argument of --host etc.
1250 # FIXME: To remove some day.
1251 build=$build_alias
1252 host=$host_alias
1253 target=$target_alias
1254
1255 # FIXME: To remove some day.
1256 if test "x$host_alias" != x; then
1257 if test "x$build_alias" = x; then
1258 cross_compiling=maybe
1259 elif test "x$build_alias" != "x$host_alias"; then
1260 cross_compiling=yes
1261 fi
1262 fi
1263
1264 ac_tool_prefix=
1265 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1266
1267 test "$silent" = yes && exec 6>/dev/null
1268
1269
1270 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1271 ac_ls_di=`ls -di .` &&
1272 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1273 as_fn_error $? "working directory cannot be determined"
1274 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1275 as_fn_error $? "pwd does not report name of working directory"
1276
1277
1278 # Find the source files, if location was not specified.
1279 if test -z "$srcdir"; then
1280 ac_srcdir_defaulted=yes
1281 # Try the directory containing this script, then the parent directory.
1282 ac_confdir=`$as_dirname -- "$as_myself" ||
1283 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1284 X"$as_myself" : 'X\(//\)[^/]' \| \
1285 X"$as_myself" : 'X\(//\)$' \| \
1286 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1287 $as_echo X"$as_myself" |
1288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)[^/].*/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)$/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\).*/{
1301 s//\1/
1302 q
1303 }
1304 s/.*/./; q'`
1305 srcdir=$ac_confdir
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 srcdir=..
1308 fi
1309 else
1310 ac_srcdir_defaulted=no
1311 fi
1312 if test ! -r "$srcdir/$ac_unique_file"; then
1313 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1314 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1315 fi
1316 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1317 ac_abs_confdir=`(
1318 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1319 pwd)`
1320 # When building in place, set srcdir=.
1321 if test "$ac_abs_confdir" = "$ac_pwd"; then
1322 srcdir=.
1323 fi
1324 # Remove unnecessary trailing slashes from srcdir.
1325 # Double slashes in file names in object file debugging info
1326 # mess up M-x gdb in Emacs.
1327 case $srcdir in
1328 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1329 esac
1330 for ac_var in $ac_precious_vars; do
1331 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1332 eval ac_env_${ac_var}_value=\$${ac_var}
1333 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1335 done
1336
1337 #
1338 # Report the --help message.
1339 #
1340 if test "$ac_init_help" = "long"; then
1341 # Omit some internal or obsolete options to make the list less imposing.
1342 # This message is too long to be a string in the A/UX 3.1 sh.
1343 cat <<_ACEOF
1344 \`configure' configures this package to adapt to many kinds of systems.
1345
1346 Usage: $0 [OPTION]... [VAR=VALUE]...
1347
1348 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1349 VAR=VALUE. See below for descriptions of some of the useful variables.
1350
1351 Defaults for the options are specified in brackets.
1352
1353 Configuration:
1354 -h, --help display this help and exit
1355 --help=short display options specific to this package
1356 --help=recursive display the short help of all the included packages
1357 -V, --version display version information and exit
1358 -q, --quiet, --silent do not print \`checking ...' messages
1359 --cache-file=FILE cache test results in FILE [disabled]
1360 -C, --config-cache alias for \`--cache-file=config.cache'
1361 -n, --no-create do not create output files
1362 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1363
1364 Installation directories:
1365 --prefix=PREFIX install architecture-independent files in PREFIX
1366 [$ac_default_prefix]
1367 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1368 [PREFIX]
1369
1370 By default, \`make install' will install all the files in
1371 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1372 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1373 for instance \`--prefix=\$HOME'.
1374
1375 For better control, use the options below.
1376
1377 Fine tuning of the installation directories:
1378 --bindir=DIR user executables [EPREFIX/bin]
1379 --sbindir=DIR system admin executables [EPREFIX/sbin]
1380 --libexecdir=DIR program executables [EPREFIX/libexec]
1381 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1382 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1383 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1384 --libdir=DIR object code libraries [EPREFIX/lib]
1385 --includedir=DIR C header files [PREFIX/include]
1386 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1387 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1388 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1389 --infodir=DIR info documentation [DATAROOTDIR/info]
1390 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1391 --mandir=DIR man documentation [DATAROOTDIR/man]
1392 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1393 --htmldir=DIR html documentation [DOCDIR]
1394 --dvidir=DIR dvi documentation [DOCDIR]
1395 --pdfdir=DIR pdf documentation [DOCDIR]
1396 --psdir=DIR ps documentation [DOCDIR]
1397 _ACEOF
1398
1399 cat <<\_ACEOF
1400
1401 Program names:
1402 --program-prefix=PREFIX prepend PREFIX to installed program names
1403 --program-suffix=SUFFIX append SUFFIX to installed program names
1404 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1405
1406 System types:
1407 --build=BUILD configure for building on BUILD [guessed]
1408 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1409 --target=TARGET configure for building compilers for TARGET [HOST]
1410 _ACEOF
1411 fi
1412
1413 if test -n "$ac_init_help"; then
1414
1415 cat <<\_ACEOF
1416
1417 Optional Features:
1418 --disable-option-checking ignore unrecognized --enable/--with options
1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1421 --enable-plugins Enable support for plugins
1422 --enable-shared[=PKGS] build shared libraries [default=yes]
1423 --enable-static[=PKGS] build static libraries [default=yes]
1424 --enable-fast-install[=PKGS]
1425 optimize for fast installation [default=yes]
1426 --disable-libtool-lock avoid locking (might break parallel builds)
1427 --enable-maintainer-mode
1428 enable make rules and dependencies not useful (and
1429 sometimes confusing) to the casual installer
1430 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1431 itself)
1432 --enable-sim-stdio Specify whether to use stdio for console
1433 input/output
1434 --enable-sim-trace=opts Enable tracing of simulated programs
1435 --enable-sim-profile=opts
1436 Enable profiling flags
1437 --enable-sim-assert Specify whether to perform random assertions
1438 --enable-sim-environment=environment
1439 Specify mixed, user, virtual or operating
1440 environment
1441 --enable-sim-inline=inlines
1442 Specify which functions should be inlined
1443 --enable-sim-endian=endian
1444 Specify target byte endian orientation
1445 --enable-sim-alignment=align
1446 Specify strict, nonstrict or forced alignment of
1447 memory accesses
1448 --enable-sim-scache=size
1449 Specify simulator execution cache size
1450 --enable-sim-default-model=model
1451 Specify default model to simulate
1452 --enable-cgen-maint=DIR build cgen generated files
1453 --enable-sim-trapdump Make unknown traps dump the registers
1454 --enable-sim-hardware=LIST
1455 Specify the hardware to be included in the build.
1456
1457 Optional Packages:
1458 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1459 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1460 --with-system-zlib use installed libz
1461 --with-pic try to use only PIC/non-PIC objects [default=use
1462 both]
1463 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1464 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1465 --with-bugurl=URL Direct users to URL to report a bug
1466
1467 Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
1475 CPP C preprocessor
1476
1477 Use these variables to override the choices made by `configure' or to help
1478 it to find libraries and programs with nonstandard names/locations.
1479
1480 Report bugs to the package provider.
1481 _ACEOF
1482 ac_status=$?
1483 fi
1484
1485 if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1490 continue
1491 ac_builddir=.
1492
1493 case "$ac_dir" in
1494 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 *)
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1502 esac ;;
1503 esac
1504 ac_abs_top_builddir=$ac_pwd
1505 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506 # for backward compatibility:
1507 ac_top_builddir=$ac_top_build_prefix
1508
1509 case $srcdir in
1510 .) # We are building in place.
1511 ac_srcdir=.
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
1515 ac_srcdir=$srcdir$ac_dir_suffix;
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1518 *) # Relative name.
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522 esac
1523 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure" --help=recursive
1533 else
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 fi || ac_status=$?
1536 cd "$ac_pwd" || { ac_status=$?; break; }
1537 done
1538 fi
1539
1540 test -n "$ac_init_help" && exit $ac_status
1541 if $ac_init_version; then
1542 cat <<\_ACEOF
1543 configure
1544 generated by GNU Autoconf 2.69
1545
1546 Copyright (C) 2012 Free Software Foundation, Inc.
1547 This configure script is free software; the Free Software Foundation
1548 gives unlimited permission to copy, distribute and modify it.
1549 _ACEOF
1550 exit
1551 fi
1552
1553 ## ------------------------ ##
1554 ## Autoconf initialization. ##
1555 ## ------------------------ ##
1556
1557 # ac_fn_c_try_compile LINENO
1558 # --------------------------
1559 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_compile ()
1561 {
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1565 case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568 esac
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1583 ac_retval=0
1584 else
1585 $as_echo "$as_me: failed program was:" >&5
1586 sed 's/^/| /' conftest.$ac_ext >&5
1587
1588 ac_retval=1
1589 fi
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1592
1593 } # ac_fn_c_try_compile
1594
1595 # ac_fn_c_try_cpp LINENO
1596 # ----------------------
1597 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_cpp ()
1599 {
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 if { { ac_try="$ac_cpp conftest.$ac_ext"
1602 case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605 esac
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1614 fi
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } > conftest.i && {
1617 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 }; then :
1620 ac_retval=0
1621 else
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.$ac_ext >&5
1624
1625 ac_retval=1
1626 fi
1627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628 as_fn_set_status $ac_retval
1629
1630 } # ac_fn_c_try_cpp
1631
1632 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1633 # -------------------------------------------------------
1634 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1635 # the include files in INCLUDES and setting the cache variable VAR
1636 # accordingly.
1637 ac_fn_c_check_header_mongrel ()
1638 {
1639 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1640 if eval \${$3+:} false; then :
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1642 $as_echo_n "checking for $2... " >&6; }
1643 if eval \${$3+:} false; then :
1644 $as_echo_n "(cached) " >&6
1645 fi
1646 eval ac_res=\$$3
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1648 $as_echo "$ac_res" >&6; }
1649 else
1650 # Is the header compilable?
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1652 $as_echo_n "checking $2 usability... " >&6; }
1653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654 /* end confdefs.h. */
1655 $4
1656 #include <$2>
1657 _ACEOF
1658 if ac_fn_c_try_compile "$LINENO"; then :
1659 ac_header_compiler=yes
1660 else
1661 ac_header_compiler=no
1662 fi
1663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1665 $as_echo "$ac_header_compiler" >&6; }
1666
1667 # Is the header present?
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1669 $as_echo_n "checking $2 presence... " >&6; }
1670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1671 /* end confdefs.h. */
1672 #include <$2>
1673 _ACEOF
1674 if ac_fn_c_try_cpp "$LINENO"; then :
1675 ac_header_preproc=yes
1676 else
1677 ac_header_preproc=no
1678 fi
1679 rm -f conftest.err conftest.i conftest.$ac_ext
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1681 $as_echo "$ac_header_preproc" >&6; }
1682
1683 # So? What about this header?
1684 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1685 yes:no: )
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1687 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1689 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1690 ;;
1691 no:yes:* )
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1693 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1695 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1697 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1699 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1701 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1702 ;;
1703 esac
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1705 $as_echo_n "checking for $2... " >&6; }
1706 if eval \${$3+:} false; then :
1707 $as_echo_n "(cached) " >&6
1708 else
1709 eval "$3=\$ac_header_compiler"
1710 fi
1711 eval ac_res=\$$3
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1713 $as_echo "$ac_res" >&6; }
1714 fi
1715 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1716
1717 } # ac_fn_c_check_header_mongrel
1718
1719 # ac_fn_c_try_run LINENO
1720 # ----------------------
1721 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1722 # that executables *can* be run.
1723 ac_fn_c_try_run ()
1724 {
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1726 if { { ac_try="$ac_link"
1727 case "(($ac_try" in
1728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1730 esac
1731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732 $as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_link") 2>&5
1734 ac_status=$?
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1737 { { case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740 esac
1741 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742 $as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_try") 2>&5
1744 ac_status=$?
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; }; }; then :
1747 ac_retval=0
1748 else
1749 $as_echo "$as_me: program exited with status $ac_status" >&5
1750 $as_echo "$as_me: failed program was:" >&5
1751 sed 's/^/| /' conftest.$ac_ext >&5
1752
1753 ac_retval=$ac_status
1754 fi
1755 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1756 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757 as_fn_set_status $ac_retval
1758
1759 } # ac_fn_c_try_run
1760
1761 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1762 # -------------------------------------------------------
1763 # Tests whether HEADER exists and can be compiled using the include files in
1764 # INCLUDES, setting the cache variable VAR accordingly.
1765 ac_fn_c_check_header_compile ()
1766 {
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if eval \${$3+:} false; then :
1771 $as_echo_n "(cached) " >&6
1772 else
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1775 $4
1776 #include <$2>
1777 _ACEOF
1778 if ac_fn_c_try_compile "$LINENO"; then :
1779 eval "$3=yes"
1780 else
1781 eval "$3=no"
1782 fi
1783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784 fi
1785 eval ac_res=\$$3
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1787 $as_echo "$ac_res" >&6; }
1788 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1789
1790 } # ac_fn_c_check_header_compile
1791
1792 # ac_fn_c_try_link LINENO
1793 # -----------------------
1794 # Try to link conftest.$ac_ext, and return whether this succeeded.
1795 ac_fn_c_try_link ()
1796 {
1797 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1798 rm -f conftest.$ac_objext conftest$ac_exeext
1799 if { { ac_try="$ac_link"
1800 case "(($ac_try" in
1801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1802 *) ac_try_echo=$ac_try;;
1803 esac
1804 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1805 $as_echo "$ac_try_echo"; } >&5
1806 (eval "$ac_link") 2>conftest.err
1807 ac_status=$?
1808 if test -s conftest.err; then
1809 grep -v '^ *+' conftest.err >conftest.er1
1810 cat conftest.er1 >&5
1811 mv -f conftest.er1 conftest.err
1812 fi
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; } && {
1815 test -z "$ac_c_werror_flag" ||
1816 test ! -s conftest.err
1817 } && test -s conftest$ac_exeext && {
1818 test "$cross_compiling" = yes ||
1819 test -x conftest$ac_exeext
1820 }; then :
1821 ac_retval=0
1822 else
1823 $as_echo "$as_me: failed program was:" >&5
1824 sed 's/^/| /' conftest.$ac_ext >&5
1825
1826 ac_retval=1
1827 fi
1828 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1829 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1830 # interfere with the next link command; also delete a directory that is
1831 # left behind by Apple's compiler. We do this before executing the actions.
1832 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1834 as_fn_set_status $ac_retval
1835
1836 } # ac_fn_c_try_link
1837
1838 # ac_fn_c_check_func LINENO FUNC VAR
1839 # ----------------------------------
1840 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1841 ac_fn_c_check_func ()
1842 {
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845 $as_echo_n "checking for $2... " >&6; }
1846 if eval \${$3+:} false; then :
1847 $as_echo_n "(cached) " >&6
1848 else
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850 /* end confdefs.h. */
1851 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853 #define $2 innocuous_$2
1854
1855 /* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
1859
1860 #ifdef __STDC__
1861 # include <limits.h>
1862 #else
1863 # include <assert.h>
1864 #endif
1865
1866 #undef $2
1867
1868 /* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1871 #ifdef __cplusplus
1872 extern "C"
1873 #endif
1874 char $2 ();
1875 /* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878 #if defined __stub_$2 || defined __stub___$2
1879 choke me
1880 #endif
1881
1882 int
1883 main ()
1884 {
1885 return $2 ();
1886 ;
1887 return 0;
1888 }
1889 _ACEOF
1890 if ac_fn_c_try_link "$LINENO"; then :
1891 eval "$3=yes"
1892 else
1893 eval "$3=no"
1894 fi
1895 rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1897 fi
1898 eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900 $as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902
1903 } # ac_fn_c_check_func
1904
1905 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1906 # ----------------------------------------------------
1907 # Tries to find if the field MEMBER exists in type AGGR, after including
1908 # INCLUDES, setting cache variable VAR accordingly.
1909 ac_fn_c_check_member ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1913 $as_echo_n "checking for $2.$3... " >&6; }
1914 if eval \${$4+:} false; then :
1915 $as_echo_n "(cached) " >&6
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 $5
1920 int
1921 main ()
1922 {
1923 static $2 ac_aggr;
1924 if (ac_aggr.$3)
1925 return 0;
1926 ;
1927 return 0;
1928 }
1929 _ACEOF
1930 if ac_fn_c_try_compile "$LINENO"; then :
1931 eval "$4=yes"
1932 else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h. */
1935 $5
1936 int
1937 main ()
1938 {
1939 static $2 ac_aggr;
1940 if (sizeof ac_aggr.$3)
1941 return 0;
1942 ;
1943 return 0;
1944 }
1945 _ACEOF
1946 if ac_fn_c_try_compile "$LINENO"; then :
1947 eval "$4=yes"
1948 else
1949 eval "$4=no"
1950 fi
1951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952 fi
1953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1954 fi
1955 eval ac_res=\$$4
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957 $as_echo "$ac_res" >&6; }
1958 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1959
1960 } # ac_fn_c_check_member
1961
1962 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1963 # -------------------------------------------
1964 # Tests whether TYPE exists after having included INCLUDES, setting cache
1965 # variable VAR accordingly.
1966 ac_fn_c_check_type ()
1967 {
1968 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1970 $as_echo_n "checking for $2... " >&6; }
1971 if eval \${$3+:} false; then :
1972 $as_echo_n "(cached) " >&6
1973 else
1974 eval "$3=no"
1975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1976 /* end confdefs.h. */
1977 $4
1978 int
1979 main ()
1980 {
1981 if (sizeof ($2))
1982 return 0;
1983 ;
1984 return 0;
1985 }
1986 _ACEOF
1987 if ac_fn_c_try_compile "$LINENO"; then :
1988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1989 /* end confdefs.h. */
1990 $4
1991 int
1992 main ()
1993 {
1994 if (sizeof (($2)))
1995 return 0;
1996 ;
1997 return 0;
1998 }
1999 _ACEOF
2000 if ac_fn_c_try_compile "$LINENO"; then :
2001
2002 else
2003 eval "$3=yes"
2004 fi
2005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2006 fi
2007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2008 fi
2009 eval ac_res=\$$3
2010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2011 $as_echo "$ac_res" >&6; }
2012 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2013
2014 } # ac_fn_c_check_type
2015 cat >config.log <<_ACEOF
2016 This file contains any messages produced by compilers while
2017 running configure, to aid debugging if configure makes a mistake.
2018
2019 It was created by $as_me, which was
2020 generated by GNU Autoconf 2.69. Invocation command line was
2021
2022 $ $0 $@
2023
2024 _ACEOF
2025 exec 5>>config.log
2026 {
2027 cat <<_ASUNAME
2028 ## --------- ##
2029 ## Platform. ##
2030 ## --------- ##
2031
2032 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2033 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2034 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2035 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2036 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2037
2038 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2039 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2040
2041 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2042 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2043 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2044 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2045 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2046 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2047 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2048
2049 _ASUNAME
2050
2051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2052 for as_dir in $PATH
2053 do
2054 IFS=$as_save_IFS
2055 test -z "$as_dir" && as_dir=.
2056 $as_echo "PATH: $as_dir"
2057 done
2058 IFS=$as_save_IFS
2059
2060 } >&5
2061
2062 cat >&5 <<_ACEOF
2063
2064
2065 ## ----------- ##
2066 ## Core tests. ##
2067 ## ----------- ##
2068
2069 _ACEOF
2070
2071
2072 # Keep a trace of the command line.
2073 # Strip out --no-create and --no-recursion so they do not pile up.
2074 # Strip out --silent because we don't want to record it for future runs.
2075 # Also quote any args containing shell meta-characters.
2076 # Make two passes to allow for proper duplicate-argument suppression.
2077 ac_configure_args=
2078 ac_configure_args0=
2079 ac_configure_args1=
2080 ac_must_keep_next=false
2081 for ac_pass in 1 2
2082 do
2083 for ac_arg
2084 do
2085 case $ac_arg in
2086 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2088 | -silent | --silent | --silen | --sile | --sil)
2089 continue ;;
2090 *\'*)
2091 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2092 esac
2093 case $ac_pass in
2094 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2095 2)
2096 as_fn_append ac_configure_args1 " '$ac_arg'"
2097 if test $ac_must_keep_next = true; then
2098 ac_must_keep_next=false # Got value, back to normal.
2099 else
2100 case $ac_arg in
2101 *=* | --config-cache | -C | -disable-* | --disable-* \
2102 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2103 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2104 | -with-* | --with-* | -without-* | --without-* | --x)
2105 case "$ac_configure_args0 " in
2106 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2107 esac
2108 ;;
2109 -* ) ac_must_keep_next=true ;;
2110 esac
2111 fi
2112 as_fn_append ac_configure_args " '$ac_arg'"
2113 ;;
2114 esac
2115 done
2116 done
2117 { ac_configure_args0=; unset ac_configure_args0;}
2118 { ac_configure_args1=; unset ac_configure_args1;}
2119
2120 # When interrupted or exit'd, cleanup temporary files, and complete
2121 # config.log. We remove comments because anyway the quotes in there
2122 # would cause problems or look ugly.
2123 # WARNING: Use '\'' to represent an apostrophe within the trap.
2124 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2125 trap 'exit_status=$?
2126 # Save into config.log some information that might help in debugging.
2127 {
2128 echo
2129
2130 $as_echo "## ---------------- ##
2131 ## Cache variables. ##
2132 ## ---------------- ##"
2133 echo
2134 # The following way of writing the cache mishandles newlines in values,
2135 (
2136 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2137 eval ac_val=\$$ac_var
2138 case $ac_val in #(
2139 *${as_nl}*)
2140 case $ac_var in #(
2141 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2142 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2143 esac
2144 case $ac_var in #(
2145 _ | IFS | as_nl) ;; #(
2146 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2147 *) { eval $ac_var=; unset $ac_var;} ;;
2148 esac ;;
2149 esac
2150 done
2151 (set) 2>&1 |
2152 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2153 *${as_nl}ac_space=\ *)
2154 sed -n \
2155 "s/'\''/'\''\\\\'\'''\''/g;
2156 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2157 ;; #(
2158 *)
2159 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2160 ;;
2161 esac |
2162 sort
2163 )
2164 echo
2165
2166 $as_echo "## ----------------- ##
2167 ## Output variables. ##
2168 ## ----------------- ##"
2169 echo
2170 for ac_var in $ac_subst_vars
2171 do
2172 eval ac_val=\$$ac_var
2173 case $ac_val in
2174 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2175 esac
2176 $as_echo "$ac_var='\''$ac_val'\''"
2177 done | sort
2178 echo
2179
2180 if test -n "$ac_subst_files"; then
2181 $as_echo "## ------------------- ##
2182 ## File substitutions. ##
2183 ## ------------------- ##"
2184 echo
2185 for ac_var in $ac_subst_files
2186 do
2187 eval ac_val=\$$ac_var
2188 case $ac_val in
2189 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2190 esac
2191 $as_echo "$ac_var='\''$ac_val'\''"
2192 done | sort
2193 echo
2194 fi
2195
2196 if test -s confdefs.h; then
2197 $as_echo "## ----------- ##
2198 ## confdefs.h. ##
2199 ## ----------- ##"
2200 echo
2201 cat confdefs.h
2202 echo
2203 fi
2204 test "$ac_signal" != 0 &&
2205 $as_echo "$as_me: caught signal $ac_signal"
2206 $as_echo "$as_me: exit $exit_status"
2207 } >&5
2208 rm -f core *.core core.conftest.* &&
2209 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2210 exit $exit_status
2211 ' 0
2212 for ac_signal in 1 2 13 15; do
2213 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2214 done
2215 ac_signal=0
2216
2217 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2218 rm -f -r conftest* confdefs.h
2219
2220 $as_echo "/* confdefs.h */" > confdefs.h
2221
2222 # Predefined preprocessor variables.
2223
2224 cat >>confdefs.h <<_ACEOF
2225 #define PACKAGE_NAME "$PACKAGE_NAME"
2226 _ACEOF
2227
2228 cat >>confdefs.h <<_ACEOF
2229 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2230 _ACEOF
2231
2232 cat >>confdefs.h <<_ACEOF
2233 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2234 _ACEOF
2235
2236 cat >>confdefs.h <<_ACEOF
2237 #define PACKAGE_STRING "$PACKAGE_STRING"
2238 _ACEOF
2239
2240 cat >>confdefs.h <<_ACEOF
2241 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2242 _ACEOF
2243
2244 cat >>confdefs.h <<_ACEOF
2245 #define PACKAGE_URL "$PACKAGE_URL"
2246 _ACEOF
2247
2248
2249 # Let the site file select an alternate cache file if it wants to.
2250 # Prefer an explicitly selected file to automatically selected ones.
2251 ac_site_file1=NONE
2252 ac_site_file2=NONE
2253 if test -n "$CONFIG_SITE"; then
2254 # We do not want a PATH search for config.site.
2255 case $CONFIG_SITE in #((
2256 -*) ac_site_file1=./$CONFIG_SITE;;
2257 */*) ac_site_file1=$CONFIG_SITE;;
2258 *) ac_site_file1=./$CONFIG_SITE;;
2259 esac
2260 elif test "x$prefix" != xNONE; then
2261 ac_site_file1=$prefix/share/config.site
2262 ac_site_file2=$prefix/etc/config.site
2263 else
2264 ac_site_file1=$ac_default_prefix/share/config.site
2265 ac_site_file2=$ac_default_prefix/etc/config.site
2266 fi
2267 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2268 do
2269 test "x$ac_site_file" = xNONE && continue
2270 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2272 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2273 sed 's/^/| /' "$ac_site_file" >&5
2274 . "$ac_site_file" \
2275 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2277 as_fn_error $? "failed to load site script $ac_site_file
2278 See \`config.log' for more details" "$LINENO" 5; }
2279 fi
2280 done
2281
2282 if test -r "$cache_file"; then
2283 # Some versions of bash will fail to source /dev/null (special files
2284 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2285 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2287 $as_echo "$as_me: loading cache $cache_file" >&6;}
2288 case $cache_file in
2289 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2290 *) . "./$cache_file";;
2291 esac
2292 fi
2293 else
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2295 $as_echo "$as_me: creating cache $cache_file" >&6;}
2296 >$cache_file
2297 fi
2298
2299 # Check that the precious variables saved in the cache have kept the same
2300 # value.
2301 ac_cache_corrupted=false
2302 for ac_var in $ac_precious_vars; do
2303 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2304 eval ac_new_set=\$ac_env_${ac_var}_set
2305 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2306 eval ac_new_val=\$ac_env_${ac_var}_value
2307 case $ac_old_set,$ac_new_set in
2308 set,)
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2310 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2311 ac_cache_corrupted=: ;;
2312 ,set)
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2314 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2315 ac_cache_corrupted=: ;;
2316 ,);;
2317 *)
2318 if test "x$ac_old_val" != "x$ac_new_val"; then
2319 # differences in whitespace do not lead to failure.
2320 ac_old_val_w=`echo x $ac_old_val`
2321 ac_new_val_w=`echo x $ac_new_val`
2322 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2324 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2325 ac_cache_corrupted=:
2326 else
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2328 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2329 eval $ac_var=\$ac_old_val
2330 fi
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2332 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2334 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2335 fi;;
2336 esac
2337 # Pass precious variables to config.status.
2338 if test "$ac_new_set" = set; then
2339 case $ac_new_val in
2340 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2341 *) ac_arg=$ac_var=$ac_new_val ;;
2342 esac
2343 case " $ac_configure_args " in
2344 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2345 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2346 esac
2347 fi
2348 done
2349 if $ac_cache_corrupted; then
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2351 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2353 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2354 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2355 fi
2356 ## -------------------- ##
2357 ## Main body of script. ##
2358 ## -------------------- ##
2359
2360 ac_ext=c
2361 ac_cpp='$CPP $CPPFLAGS'
2362 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2363 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2364 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2365
2366
2367 # This file contains common code used by all simulators.
2368 #
2369 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2370 # directory. It is intended to be invoked before any target specific stuff.
2371 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2372 # It is intended to be invoked last.
2373 #
2374 # See README-HACKING for more details.
2375
2376 # Include global overrides and fixes for Autoconf.
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2413 #
2414 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2415 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2416 # Written by Gordon Matzigkeit, 1996
2417 #
2418 # This file is free software; the Free Software Foundation gives
2419 # unlimited permission to copy and/or distribute it, with or without
2420 # modifications, as long as this notice is preserved.
2421
2422
2423
2424 # serial 56 LT_INIT
2425
2426
2427 # LT_PREREQ(VERSION)
2428 # ------------------
2429 # Complain and exit if this libtool version is less that VERSION.
2430
2431
2432
2433 # _LT_CHECK_BUILDDIR
2434 # ------------------
2435 # Complain if the absolute build directory name contains unusual characters
2436
2437
2438
2439 # LT_INIT([OPTIONS])
2440 # ------------------
2441 # LT_INIT
2442
2443 # Old names:
2444 # This is what autoupdate's m4 run will expand. It fires
2445 # the warning (with _au_warn_XXX), outputs it into the
2446 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2447 # the replacement expansion.
2448
2449
2450 # This is an auxiliary macro that is also run when
2451 # autoupdate runs m4. It simply calls m4_warning, but
2452 # we need a wrapper so that each warning is emitted only
2453 # once. We break the quoting in m4_warning's argument in
2454 # order to expand this macro's arguments, not AU_DEFUN's.
2455
2456
2457 # Finally, this is the expansion that is picked up by
2458 # autoconf. It tells the user to run autoupdate, and
2459 # then outputs the replacement expansion. We do not care
2460 # about autoupdate's warning because that contains
2461 # information on what to do *after* running autoupdate.
2462
2463 # This is what autoupdate's m4 run will expand. It fires
2464 # the warning (with _au_warn_XXX), outputs it into the
2465 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2466 # the replacement expansion.
2467
2468
2469 # This is an auxiliary macro that is also run when
2470 # autoupdate runs m4. It simply calls m4_warning, but
2471 # we need a wrapper so that each warning is emitted only
2472 # once. We break the quoting in m4_warning's argument in
2473 # order to expand this macro's arguments, not AU_DEFUN's.
2474
2475
2476 # Finally, this is the expansion that is picked up by
2477 # autoconf. It tells the user to run autoupdate, and
2478 # then outputs the replacement expansion. We do not care
2479 # about autoupdate's warning because that contains
2480 # information on what to do *after* running autoupdate.
2481
2482
2483
2484 # _LT_CC_BASENAME(CC)
2485 # -------------------
2486 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2487
2488
2489
2490 # _LT_FILEUTILS_DEFAULTS
2491 # ----------------------
2492 # It is okay to use these file commands and assume they have been set
2493 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2494 # _LT_FILEUTILS_DEFAULTS
2495
2496
2497 # _LT_SETUP
2498 # ---------
2499 # _LT_SETUP
2500
2501
2502 # _LT_PREPARE_SED_QUOTE_VARS
2503 # --------------------------
2504 # Define a few sed substitution that help us do robust quoting.
2505
2506
2507 # _LT_PROG_LTMAIN
2508 # ---------------
2509 # Note that this code is called both from `configure', and `config.status'
2510 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2511 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2512 # so we pass a copy along to make sure it has a sensible value anyway.
2513 # _LT_PROG_LTMAIN
2514
2515
2516 ## ------------------------------------- ##
2517 ## Accumulate code for creating libtool. ##
2518 ## ------------------------------------- ##
2519
2520 # So that we can recreate a full libtool script including additional
2521 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2522 # in macros and then make a single call at the end using the `libtool'
2523 # label.
2524
2525
2526 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2527 # ----------------------------------------
2528 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2529
2530
2531 # Initialize.
2532
2533
2534
2535 # _LT_CONFIG_LIBTOOL([COMMANDS])
2536 # ------------------------------
2537 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2538
2539
2540 # Initialize.
2541
2542
2543
2544 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2545 # -----------------------------------------------------
2546
2547
2548
2549 # _LT_FORMAT_COMMENT([COMMENT])
2550 # -----------------------------
2551 # Add leading comment marks to the start of each line, and a trailing
2552 # full-stop to the whole comment if one is not present already.
2553
2554
2555
2556
2557 ## ------------------------ ##
2558 ## FIXME: Eliminate VARNAME ##
2559 ## ------------------------ ##
2560
2561
2562 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2563 # -------------------------------------------------------------------
2564 # CONFIGNAME is the name given to the value in the libtool script.
2565 # VARNAME is the (base) name used in the configure script.
2566 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2567 # VARNAME. Any other value will be used directly.
2568
2569
2570
2571 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2572 # --------------------------------------------------------
2573
2574
2575
2576 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2577 # ------------------------------------------------
2578
2579
2580
2581 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2582 # ---------------------------------------------------------
2583
2584
2585
2586 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2587 # --------------------------------------------------
2588
2589
2590
2591 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2592 # ---------------------------------------------------
2593
2594
2595
2596 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2597 # ---------------------------------------------------
2598
2599
2600
2601
2602 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2603 # ------------------------------------------------
2604
2605
2606
2607
2608 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2609 # ------------------------------------
2610 # Quote a variable value, and forward it to `config.status' so that its
2611 # declaration there will have the same value as in `configure'. VARNAME
2612 # must have a single quote delimited value for this to work.
2613
2614
2615
2616 # _LT_CONFIG_STATUS_DECLARATIONS
2617 # ------------------------------
2618 # We delimit libtool config variables with single quotes, so when
2619 # we write them to config.status, we have to be sure to quote all
2620 # embedded single quotes properly. In configure, this macro expands
2621 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2622 #
2623 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2624
2625
2626
2627 # _LT_LIBTOOL_TAGS
2628 # ----------------
2629 # Output comment and list of tags supported by the script
2630
2631
2632
2633 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2634 # -----------------------------------
2635 # Extract the dictionary values for VARNAME (optionally with TAG) and
2636 # expand to a commented shell variable setting:
2637 #
2638 # # Some comment about what VAR is for.
2639 # visible_name=$lt_internal_name
2640
2641
2642
2643 # _LT_LIBTOOL_CONFIG_VARS
2644 # -----------------------
2645 # Produce commented declarations of non-tagged libtool config variables
2646 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2647 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2648 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2649
2650
2651
2652 # _LT_LIBTOOL_TAG_VARS(TAG)
2653 # -------------------------
2654
2655
2656
2657 # _LT_TAGVAR(VARNAME, [TAGNAME])
2658 # ------------------------------
2659
2660
2661
2662 # _LT_CONFIG_COMMANDS
2663 # -------------------
2664 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2665 # variables for single and double quote escaping we saved from calls
2666 # to _LT_DECL, we can put quote escaped variables declarations
2667 # into `config.status', and then the shell code to quote escape them in
2668 # for loops in `config.status'. Finally, any additional code accumulated
2669 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2670 #_LT_CONFIG_COMMANDS
2671
2672
2673 # Initialize.
2674
2675
2676 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2677 # ------------------------------------
2678 # Generate a child script FILE with all initialization necessary to
2679 # reuse the environment learned by the parent script, and make the
2680 # file executable. If COMMENT is supplied, it is inserted after the
2681 # `#!' sequence but before initialization text begins. After this
2682 # macro, additional text can be appended to FILE to form the body of
2683 # the child script. The macro ends with non-zero status if the
2684 # file could not be fully written (such as if the disk is full).
2685 # _LT_GENERATED_FILE_INIT
2686
2687 # LT_OUTPUT
2688 # ---------
2689 # This macro allows early generation of the libtool script (before
2690 # AC_OUTPUT is called), incase it is used in configure for compilation
2691 # tests.
2692 # LT_OUTPUT
2693
2694
2695 # _LT_CONFIG(TAG)
2696 # ---------------
2697 # If TAG is the built-in tag, create an initial libtool script with a
2698 # default configuration from the untagged config vars. Otherwise add code
2699 # to config.status for appending the configuration named by TAG from the
2700 # matching tagged config vars.
2701 # _LT_CONFIG
2702
2703
2704 # LT_SUPPORTED_TAG(TAG)
2705 # ---------------------
2706 # Trace this macro to discover what tags are supported by the libtool
2707 # --tag option, using:
2708 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2709
2710
2711
2712 # C support is built-in for now
2713
2714
2715
2716
2717 # LT_LANG(LANG)
2718 # -------------
2719 # Enable libtool support for the given language if not already enabled.
2720 # LT_LANG
2721
2722
2723 # _LT_LANG(LANGNAME)
2724 # ------------------
2725 # _LT_LANG
2726
2727
2728 # _LT_LANG_DEFAULT_CONFIG
2729 # -----------------------
2730 # _LT_LANG_DEFAULT_CONFIG
2731
2732 # Obsolete macros:
2733 # This is what autoupdate's m4 run will expand. It fires
2734 # the warning (with _au_warn_XXX), outputs it into the
2735 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2736 # the replacement expansion.
2737
2738
2739 # This is an auxiliary macro that is also run when
2740 # autoupdate runs m4. It simply calls m4_warning, but
2741 # we need a wrapper so that each warning is emitted only
2742 # once. We break the quoting in m4_warning's argument in
2743 # order to expand this macro's arguments, not AU_DEFUN's.
2744
2745
2746 # Finally, this is the expansion that is picked up by
2747 # autoconf. It tells the user to run autoupdate, and
2748 # then outputs the replacement expansion. We do not care
2749 # about autoupdate's warning because that contains
2750 # information on what to do *after* running autoupdate.
2751
2752 # This is what autoupdate's m4 run will expand. It fires
2753 # the warning (with _au_warn_XXX), outputs it into the
2754 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2755 # the replacement expansion.
2756
2757
2758 # This is an auxiliary macro that is also run when
2759 # autoupdate runs m4. It simply calls m4_warning, but
2760 # we need a wrapper so that each warning is emitted only
2761 # once. We break the quoting in m4_warning's argument in
2762 # order to expand this macro's arguments, not AU_DEFUN's.
2763
2764
2765 # Finally, this is the expansion that is picked up by
2766 # autoconf. It tells the user to run autoupdate, and
2767 # then outputs the replacement expansion. We do not care
2768 # about autoupdate's warning because that contains
2769 # information on what to do *after* running autoupdate.
2770
2771 # This is what autoupdate's m4 run will expand. It fires
2772 # the warning (with _au_warn_XXX), outputs it into the
2773 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2774 # the replacement expansion.
2775
2776
2777 # This is an auxiliary macro that is also run when
2778 # autoupdate runs m4. It simply calls m4_warning, but
2779 # we need a wrapper so that each warning is emitted only
2780 # once. We break the quoting in m4_warning's argument in
2781 # order to expand this macro's arguments, not AU_DEFUN's.
2782
2783
2784 # Finally, this is the expansion that is picked up by
2785 # autoconf. It tells the user to run autoupdate, and
2786 # then outputs the replacement expansion. We do not care
2787 # about autoupdate's warning because that contains
2788 # information on what to do *after* running autoupdate.
2789
2790 # This is what autoupdate's m4 run will expand. It fires
2791 # the warning (with _au_warn_XXX), outputs it into the
2792 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2793 # the replacement expansion.
2794
2795
2796 # This is an auxiliary macro that is also run when
2797 # autoupdate runs m4. It simply calls m4_warning, but
2798 # we need a wrapper so that each warning is emitted only
2799 # once. We break the quoting in m4_warning's argument in
2800 # order to expand this macro's arguments, not AU_DEFUN's.
2801
2802
2803 # Finally, this is the expansion that is picked up by
2804 # autoconf. It tells the user to run autoupdate, and
2805 # then outputs the replacement expansion. We do not care
2806 # about autoupdate's warning because that contains
2807 # information on what to do *after* running autoupdate.
2808
2809 # This is what autoupdate's m4 run will expand. It fires
2810 # the warning (with _au_warn_XXX), outputs it into the
2811 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2812 # the replacement expansion.
2813
2814
2815 # This is an auxiliary macro that is also run when
2816 # autoupdate runs m4. It simply calls m4_warning, but
2817 # we need a wrapper so that each warning is emitted only
2818 # once. We break the quoting in m4_warning's argument in
2819 # order to expand this macro's arguments, not AU_DEFUN's.
2820
2821
2822 # Finally, this is the expansion that is picked up by
2823 # autoconf. It tells the user to run autoupdate, and
2824 # then outputs the replacement expansion. We do not care
2825 # about autoupdate's warning because that contains
2826 # information on what to do *after* running autoupdate.
2827
2828
2829
2830 # _LT_TAG_COMPILER
2831 # ----------------
2832 # _LT_TAG_COMPILER
2833
2834
2835 # _LT_COMPILER_BOILERPLATE
2836 # ------------------------
2837 # Check for compiler boilerplate output or warnings with
2838 # the simple compiler test code.
2839 # _LT_COMPILER_BOILERPLATE
2840
2841
2842 # _LT_LINKER_BOILERPLATE
2843 # ----------------------
2844 # Check for linker boilerplate output or warnings with
2845 # the simple link test code.
2846 # _LT_LINKER_BOILERPLATE
2847
2848 # _LT_REQUIRED_DARWIN_CHECKS
2849 # -------------------------
2850
2851
2852
2853 # _LT_DARWIN_LINKER_FEATURES
2854 # --------------------------
2855 # Checks for linker and compiler features on darwin
2856
2857
2858 # _LT_SYS_MODULE_PATH_AIX
2859 # -----------------------
2860 # Links a minimal program and checks the executable
2861 # for the system default hardcoded library path. In most cases,
2862 # this is /usr/lib:/lib, but when the MPI compilers are used
2863 # the location of the communication and MPI libs are included too.
2864 # If we don't find anything, use the default library path according
2865 # to the aix ld manual.
2866 # _LT_SYS_MODULE_PATH_AIX
2867
2868
2869 # _LT_SHELL_INIT(ARG)
2870 # -------------------
2871 # _LT_SHELL_INIT
2872
2873
2874
2875 # _LT_PROG_ECHO_BACKSLASH
2876 # -----------------------
2877 # Find how we can fake an echo command that does not interpret backslash.
2878 # In particular, with Autoconf 2.60 or later we add some code to the start
2879 # of the generated configure script which will find a shell with a builtin
2880 # printf (which we can use as an echo command).
2881 # _LT_PROG_ECHO_BACKSLASH
2882
2883
2884 # _LT_ENABLE_LOCK
2885 # ---------------
2886 # _LT_ENABLE_LOCK
2887
2888
2889 # _LT_CMD_OLD_ARCHIVE
2890 # -------------------
2891 # _LT_CMD_OLD_ARCHIVE
2892
2893
2894 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2895 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2896 # ----------------------------------------------------------------
2897 # Check whether the given compiler option works
2898 # _LT_COMPILER_OPTION
2899
2900 # Old name:
2901 # This is what autoupdate's m4 run will expand. It fires
2902 # the warning (with _au_warn_XXX), outputs it into the
2903 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2904 # the replacement expansion.
2905
2906
2907 # This is an auxiliary macro that is also run when
2908 # autoupdate runs m4. It simply calls m4_warning, but
2909 # we need a wrapper so that each warning is emitted only
2910 # once. We break the quoting in m4_warning's argument in
2911 # order to expand this macro's arguments, not AU_DEFUN's.
2912
2913
2914 # Finally, this is the expansion that is picked up by
2915 # autoconf. It tells the user to run autoupdate, and
2916 # then outputs the replacement expansion. We do not care
2917 # about autoupdate's warning because that contains
2918 # information on what to do *after* running autoupdate.
2919
2920
2921
2922 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2923 # [ACTION-SUCCESS], [ACTION-FAILURE])
2924 # ----------------------------------------------------
2925 # Check whether the given linker option works
2926 # _LT_LINKER_OPTION
2927
2928 # Old name:
2929 # This is what autoupdate's m4 run will expand. It fires
2930 # the warning (with _au_warn_XXX), outputs it into the
2931 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2932 # the replacement expansion.
2933
2934
2935 # This is an auxiliary macro that is also run when
2936 # autoupdate runs m4. It simply calls m4_warning, but
2937 # we need a wrapper so that each warning is emitted only
2938 # once. We break the quoting in m4_warning's argument in
2939 # order to expand this macro's arguments, not AU_DEFUN's.
2940
2941
2942 # Finally, this is the expansion that is picked up by
2943 # autoconf. It tells the user to run autoupdate, and
2944 # then outputs the replacement expansion. We do not care
2945 # about autoupdate's warning because that contains
2946 # information on what to do *after* running autoupdate.
2947
2948
2949
2950 # LT_CMD_MAX_LEN
2951 #---------------
2952 # LT_CMD_MAX_LEN
2953
2954 # Old name:
2955 # This is what autoupdate's m4 run will expand. It fires
2956 # the warning (with _au_warn_XXX), outputs it into the
2957 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2958 # the replacement expansion.
2959
2960
2961 # This is an auxiliary macro that is also run when
2962 # autoupdate runs m4. It simply calls m4_warning, but
2963 # we need a wrapper so that each warning is emitted only
2964 # once. We break the quoting in m4_warning's argument in
2965 # order to expand this macro's arguments, not AU_DEFUN's.
2966
2967
2968 # Finally, this is the expansion that is picked up by
2969 # autoconf. It tells the user to run autoupdate, and
2970 # then outputs the replacement expansion. We do not care
2971 # about autoupdate's warning because that contains
2972 # information on what to do *after* running autoupdate.
2973
2974
2975
2976 # _LT_HEADER_DLFCN
2977 # ----------------
2978 # _LT_HEADER_DLFCN
2979
2980
2981 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2982 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2983 # ----------------------------------------------------------------
2984 # _LT_TRY_DLOPEN_SELF
2985
2986
2987 # LT_SYS_DLOPEN_SELF
2988 # ------------------
2989 # LT_SYS_DLOPEN_SELF
2990
2991 # Old name:
2992 # This is what autoupdate's m4 run will expand. It fires
2993 # the warning (with _au_warn_XXX), outputs it into the
2994 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2995 # the replacement expansion.
2996
2997
2998 # This is an auxiliary macro that is also run when
2999 # autoupdate runs m4. It simply calls m4_warning, but
3000 # we need a wrapper so that each warning is emitted only
3001 # once. We break the quoting in m4_warning's argument in
3002 # order to expand this macro's arguments, not AU_DEFUN's.
3003
3004
3005 # Finally, this is the expansion that is picked up by
3006 # autoconf. It tells the user to run autoupdate, and
3007 # then outputs the replacement expansion. We do not care
3008 # about autoupdate's warning because that contains
3009 # information on what to do *after* running autoupdate.
3010
3011
3012
3013 # _LT_COMPILER_C_O([TAGNAME])
3014 # ---------------------------
3015 # Check to see if options -c and -o are simultaneously supported by compiler.
3016 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3017 # _LT_COMPILER_C_O
3018
3019
3020 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3021 # ----------------------------------
3022 # Check to see if we can do hard links to lock some files if needed
3023 # _LT_COMPILER_FILE_LOCKS
3024
3025
3026 # _LT_CHECK_OBJDIR
3027 # ----------------
3028 # _LT_CHECK_OBJDIR
3029
3030
3031 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3032 # --------------------------------------
3033 # Check hardcoding attributes.
3034 # _LT_LINKER_HARDCODE_LIBPATH
3035
3036
3037 # _LT_CMD_STRIPLIB
3038 # ----------------
3039 # _LT_CMD_STRIPLIB
3040
3041
3042 # _LT_SYS_DYNAMIC_LINKER([TAG])
3043 # -----------------------------
3044 # PORTME Fill in your ld.so characteristics
3045 # _LT_SYS_DYNAMIC_LINKER
3046
3047
3048 # _LT_PATH_TOOL_PREFIX(TOOL)
3049 # --------------------------
3050 # find a file program which can recognize shared library
3051 # _LT_PATH_TOOL_PREFIX
3052
3053 # Old name:
3054 # This is what autoupdate's m4 run will expand. It fires
3055 # the warning (with _au_warn_XXX), outputs it into the
3056 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3057 # the replacement expansion.
3058
3059
3060 # This is an auxiliary macro that is also run when
3061 # autoupdate runs m4. It simply calls m4_warning, but
3062 # we need a wrapper so that each warning is emitted only
3063 # once. We break the quoting in m4_warning's argument in
3064 # order to expand this macro's arguments, not AU_DEFUN's.
3065
3066
3067 # Finally, this is the expansion that is picked up by
3068 # autoconf. It tells the user to run autoupdate, and
3069 # then outputs the replacement expansion. We do not care
3070 # about autoupdate's warning because that contains
3071 # information on what to do *after* running autoupdate.
3072
3073
3074
3075 # _LT_PATH_MAGIC
3076 # --------------
3077 # find a file program which can recognize a shared library
3078 # _LT_PATH_MAGIC
3079
3080
3081 # LT_PATH_LD
3082 # ----------
3083 # find the pathname to the GNU or non-GNU linker
3084 # LT_PATH_LD
3085
3086 # Old names:
3087 # This is what autoupdate's m4 run will expand. It fires
3088 # the warning (with _au_warn_XXX), outputs it into the
3089 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3090 # the replacement expansion.
3091
3092
3093 # This is an auxiliary macro that is also run when
3094 # autoupdate runs m4. It simply calls m4_warning, but
3095 # we need a wrapper so that each warning is emitted only
3096 # once. We break the quoting in m4_warning's argument in
3097 # order to expand this macro's arguments, not AU_DEFUN's.
3098
3099
3100 # Finally, this is the expansion that is picked up by
3101 # autoconf. It tells the user to run autoupdate, and
3102 # then outputs the replacement expansion. We do not care
3103 # about autoupdate's warning because that contains
3104 # information on what to do *after* running autoupdate.
3105
3106 # This is what autoupdate's m4 run will expand. It fires
3107 # the warning (with _au_warn_XXX), outputs it into the
3108 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3109 # the replacement expansion.
3110
3111
3112 # This is an auxiliary macro that is also run when
3113 # autoupdate runs m4. It simply calls m4_warning, but
3114 # we need a wrapper so that each warning is emitted only
3115 # once. We break the quoting in m4_warning's argument in
3116 # order to expand this macro's arguments, not AU_DEFUN's.
3117
3118
3119 # Finally, this is the expansion that is picked up by
3120 # autoconf. It tells the user to run autoupdate, and
3121 # then outputs the replacement expansion. We do not care
3122 # about autoupdate's warning because that contains
3123 # information on what to do *after* running autoupdate.
3124
3125
3126
3127 # _LT_PATH_LD_GNU
3128 #- --------------
3129 # _LT_PATH_LD_GNU
3130
3131
3132 # _LT_CMD_RELOAD
3133 # --------------
3134 # find reload flag for linker
3135 # -- PORTME Some linkers may need a different reload flag.
3136 # _LT_CMD_RELOAD
3137
3138
3139 # _LT_CHECK_MAGIC_METHOD
3140 # ----------------------
3141 # how to check for library dependencies
3142 # -- PORTME fill in with the dynamic library characteristics
3143 # _LT_CHECK_MAGIC_METHOD
3144
3145
3146 # LT_PATH_NM
3147 # ----------
3148 # find the pathname to a BSD- or MS-compatible name lister
3149 # LT_PATH_NM
3150
3151 # Old names:
3152 # This is what autoupdate's m4 run will expand. It fires
3153 # the warning (with _au_warn_XXX), outputs it into the
3154 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3155 # the replacement expansion.
3156
3157
3158 # This is an auxiliary macro that is also run when
3159 # autoupdate runs m4. It simply calls m4_warning, but
3160 # we need a wrapper so that each warning is emitted only
3161 # once. We break the quoting in m4_warning's argument in
3162 # order to expand this macro's arguments, not AU_DEFUN's.
3163
3164
3165 # Finally, this is the expansion that is picked up by
3166 # autoconf. It tells the user to run autoupdate, and
3167 # then outputs the replacement expansion. We do not care
3168 # about autoupdate's warning because that contains
3169 # information on what to do *after* running autoupdate.
3170
3171 # This is what autoupdate's m4 run will expand. It fires
3172 # the warning (with _au_warn_XXX), outputs it into the
3173 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3174 # the replacement expansion.
3175
3176
3177 # This is an auxiliary macro that is also run when
3178 # autoupdate runs m4. It simply calls m4_warning, but
3179 # we need a wrapper so that each warning is emitted only
3180 # once. We break the quoting in m4_warning's argument in
3181 # order to expand this macro's arguments, not AU_DEFUN's.
3182
3183
3184 # Finally, this is the expansion that is picked up by
3185 # autoconf. It tells the user to run autoupdate, and
3186 # then outputs the replacement expansion. We do not care
3187 # about autoupdate's warning because that contains
3188 # information on what to do *after* running autoupdate.
3189
3190
3191
3192 # LT_LIB_M
3193 # --------
3194 # check for math library
3195 # LT_LIB_M
3196
3197 # Old name:
3198 # This is what autoupdate's m4 run will expand. It fires
3199 # the warning (with _au_warn_XXX), outputs it into the
3200 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3201 # the replacement expansion.
3202
3203
3204 # This is an auxiliary macro that is also run when
3205 # autoupdate runs m4. It simply calls m4_warning, but
3206 # we need a wrapper so that each warning is emitted only
3207 # once. We break the quoting in m4_warning's argument in
3208 # order to expand this macro's arguments, not AU_DEFUN's.
3209
3210
3211 # Finally, this is the expansion that is picked up by
3212 # autoconf. It tells the user to run autoupdate, and
3213 # then outputs the replacement expansion. We do not care
3214 # about autoupdate's warning because that contains
3215 # information on what to do *after* running autoupdate.
3216
3217
3218
3219 # _LT_COMPILER_NO_RTTI([TAGNAME])
3220 # -------------------------------
3221 # _LT_COMPILER_NO_RTTI
3222
3223
3224 # _LT_CMD_GLOBAL_SYMBOLS
3225 # ----------------------
3226 # _LT_CMD_GLOBAL_SYMBOLS
3227
3228
3229 # _LT_COMPILER_PIC([TAGNAME])
3230 # ---------------------------
3231 # _LT_COMPILER_PIC
3232
3233
3234 # _LT_LINKER_SHLIBS([TAGNAME])
3235 # ----------------------------
3236 # See if the linker supports building shared libraries.
3237 # _LT_LINKER_SHLIBS
3238
3239
3240 # _LT_LANG_C_CONFIG([TAG])
3241 # ------------------------
3242 # Ensure that the configuration variables for a C compiler are suitably
3243 # defined. These variables are subsequently used by _LT_CONFIG to write
3244 # the compiler configuration to `libtool'.
3245 # _LT_LANG_C_CONFIG
3246
3247
3248 # _LT_LANG_CXX_CONFIG([TAG])
3249 # --------------------------
3250 # Ensure that the configuration variables for a C++ compiler are suitably
3251 # defined. These variables are subsequently used by _LT_CONFIG to write
3252 # the compiler configuration to `libtool'.
3253 # _LT_LANG_CXX_CONFIG
3254
3255
3256 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3257 # ---------------------------------
3258 # Figure out "hidden" library dependencies from verbose
3259 # compiler output when linking a shared library.
3260 # Parse the compiler output and extract the necessary
3261 # objects, libraries and library flags.
3262 # _LT_SYS_HIDDEN_LIBDEPS
3263
3264
3265 # _LT_LANG_F77_CONFIG([TAG])
3266 # --------------------------
3267 # Ensure that the configuration variables for a Fortran 77 compiler are
3268 # suitably defined. These variables are subsequently used by _LT_CONFIG
3269 # to write the compiler configuration to `libtool'.
3270 # _LT_LANG_F77_CONFIG
3271
3272
3273 # _LT_LANG_FC_CONFIG([TAG])
3274 # -------------------------
3275 # Ensure that the configuration variables for a Fortran compiler are
3276 # suitably defined. These variables are subsequently used by _LT_CONFIG
3277 # to write the compiler configuration to `libtool'.
3278 # _LT_LANG_FC_CONFIG
3279
3280
3281 # _LT_LANG_GCJ_CONFIG([TAG])
3282 # --------------------------
3283 # Ensure that the configuration variables for the GNU Java Compiler compiler
3284 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3285 # to write the compiler configuration to `libtool'.
3286 # _LT_LANG_GCJ_CONFIG
3287
3288
3289 # _LT_LANG_RC_CONFIG([TAG])
3290 # -------------------------
3291 # Ensure that the configuration variables for the Windows resource compiler
3292 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3293 # to write the compiler configuration to `libtool'.
3294 # _LT_LANG_RC_CONFIG
3295
3296
3297 # LT_PROG_GCJ
3298 # -----------
3299
3300
3301 # Old name:
3302 # This is what autoupdate's m4 run will expand. It fires
3303 # the warning (with _au_warn_XXX), outputs it into the
3304 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3305 # the replacement expansion.
3306
3307
3308 # This is an auxiliary macro that is also run when
3309 # autoupdate runs m4. It simply calls m4_warning, but
3310 # we need a wrapper so that each warning is emitted only
3311 # once. We break the quoting in m4_warning's argument in
3312 # order to expand this macro's arguments, not AU_DEFUN's.
3313
3314
3315 # Finally, this is the expansion that is picked up by
3316 # autoconf. It tells the user to run autoupdate, and
3317 # then outputs the replacement expansion. We do not care
3318 # about autoupdate's warning because that contains
3319 # information on what to do *after* running autoupdate.
3320
3321
3322
3323 # LT_PROG_RC
3324 # ----------
3325
3326
3327 # Old name:
3328 # This is what autoupdate's m4 run will expand. It fires
3329 # the warning (with _au_warn_XXX), outputs it into the
3330 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3331 # the replacement expansion.
3332
3333
3334 # This is an auxiliary macro that is also run when
3335 # autoupdate runs m4. It simply calls m4_warning, but
3336 # we need a wrapper so that each warning is emitted only
3337 # once. We break the quoting in m4_warning's argument in
3338 # order to expand this macro's arguments, not AU_DEFUN's.
3339
3340
3341 # Finally, this is the expansion that is picked up by
3342 # autoconf. It tells the user to run autoupdate, and
3343 # then outputs the replacement expansion. We do not care
3344 # about autoupdate's warning because that contains
3345 # information on what to do *after* running autoupdate.
3346
3347
3348
3349 # _LT_DECL_EGREP
3350 # --------------
3351 # If we don't have a new enough Autoconf to choose the best grep
3352 # available, choose the one first in the user's PATH.
3353
3354
3355
3356 # _LT_DECL_OBJDUMP
3357 # --------------
3358 # If we don't have a new enough Autoconf to choose the best objdump
3359 # available, choose the one first in the user's PATH.
3360
3361
3362
3363 # _LT_DECL_SED
3364 # ------------
3365 # Check for a fully-functional sed program, that truncates
3366 # as few characters as possible. Prefer GNU sed if found.
3367 # _LT_DECL_SED
3368
3369 #m4_ifndef
3370
3371 # Old name:
3372 # This is what autoupdate's m4 run will expand. It fires
3373 # the warning (with _au_warn_XXX), outputs it into the
3374 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3375 # the replacement expansion.
3376
3377
3378 # This is an auxiliary macro that is also run when
3379 # autoupdate runs m4. It simply calls m4_warning, but
3380 # we need a wrapper so that each warning is emitted only
3381 # once. We break the quoting in m4_warning's argument in
3382 # order to expand this macro's arguments, not AU_DEFUN's.
3383
3384
3385 # Finally, this is the expansion that is picked up by
3386 # autoconf. It tells the user to run autoupdate, and
3387 # then outputs the replacement expansion. We do not care
3388 # about autoupdate's warning because that contains
3389 # information on what to do *after* running autoupdate.
3390
3391
3392
3393 # _LT_CHECK_SHELL_FEATURES
3394 # ------------------------
3395 # Find out whether the shell is Bourne or XSI compatible,
3396 # or has some other useful features.
3397 # _LT_CHECK_SHELL_FEATURES
3398
3399
3400 # _LT_PROG_XSI_SHELLFNS
3401 # ---------------------
3402 # Bourne and XSI compatible variants of some useful shell functions.
3403
3404
3405 # Helper functions for option handling. -*- Autoconf -*-
3406 #
3407 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3408 # Inc.
3409 # Written by Gary V. Vaughan, 2004
3410 #
3411 # This file is free software; the Free Software Foundation gives
3412 # unlimited permission to copy and/or distribute it, with or without
3413 # modifications, as long as this notice is preserved.
3414
3415 # serial 6 ltoptions.m4
3416
3417 # This is to help aclocal find these macros, as it can't see m4_define.
3418
3419
3420
3421 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3422 # ------------------------------------------
3423
3424
3425
3426 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3427 # ---------------------------------------
3428 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3429 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3430 # saved as a flag.
3431
3432
3433
3434 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3435 # ------------------------------------------------------------
3436 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3437
3438
3439
3440 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3441 # -------------------------------------------------------
3442 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3443 # are set.
3444
3445
3446
3447 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3448 # ----------------------------------------
3449 # OPTION-LIST is a space-separated list of Libtool options associated
3450 # with MACRO-NAME. If any OPTION has a matching handler declared with
3451 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3452 # the unknown option and exit.
3453 # _LT_SET_OPTIONS
3454
3455
3456 ## --------------------------------- ##
3457 ## Macros to handle LT_INIT options. ##
3458 ## --------------------------------- ##
3459
3460 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3461 # -----------------------------------------
3462
3463
3464
3465 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3466 # -----------------------------------------------
3467 # LT_OPTION_DEFINE
3468
3469
3470 # dlopen
3471 # ------
3472
3473
3474 # This is what autoupdate's m4 run will expand. It fires
3475 # the warning (with _au_warn_XXX), outputs it into the
3476 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3477 # the replacement expansion.
3478
3479
3480 # This is an auxiliary macro that is also run when
3481 # autoupdate runs m4. It simply calls m4_warning, but
3482 # we need a wrapper so that each warning is emitted only
3483 # once. We break the quoting in m4_warning's argument in
3484 # order to expand this macro's arguments, not AU_DEFUN's.
3485
3486
3487 # Finally, this is the expansion that is picked up by
3488 # autoconf. It tells the user to run autoupdate, and
3489 # then outputs the replacement expansion. We do not care
3490 # about autoupdate's warning because that contains
3491 # information on what to do *after* running autoupdate.
3492
3493
3494
3495
3496 # win32-dll
3497 # ---------
3498 # Declare package support for building win32 dll's.
3499 # win32-dll
3500
3501 # This is what autoupdate's m4 run will expand. It fires
3502 # the warning (with _au_warn_XXX), outputs it into the
3503 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3504 # the replacement expansion.
3505
3506
3507 # This is an auxiliary macro that is also run when
3508 # autoupdate runs m4. It simply calls m4_warning, but
3509 # we need a wrapper so that each warning is emitted only
3510 # once. We break the quoting in m4_warning's argument in
3511 # order to expand this macro's arguments, not AU_DEFUN's.
3512
3513
3514 # Finally, this is the expansion that is picked up by
3515 # autoconf. It tells the user to run autoupdate, and
3516 # then outputs the replacement expansion. We do not care
3517 # about autoupdate's warning because that contains
3518 # information on what to do *after* running autoupdate.
3519
3520
3521
3522
3523 # _LT_ENABLE_SHARED([DEFAULT])
3524 # ----------------------------
3525 # implement the --enable-shared flag, and supports the `shared' and
3526 # `disable-shared' LT_INIT options.
3527 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3528 # _LT_ENABLE_SHARED
3529
3530
3531
3532
3533 # Old names:
3534
3535
3536
3537
3538 # This is what autoupdate's m4 run will expand. It fires
3539 # the warning (with _au_warn_XXX), outputs it into the
3540 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3541 # the replacement expansion.
3542
3543
3544 # This is an auxiliary macro that is also run when
3545 # autoupdate runs m4. It simply calls m4_warning, but
3546 # we need a wrapper so that each warning is emitted only
3547 # once. We break the quoting in m4_warning's argument in
3548 # order to expand this macro's arguments, not AU_DEFUN's.
3549
3550
3551 # Finally, this is the expansion that is picked up by
3552 # autoconf. It tells the user to run autoupdate, and
3553 # then outputs the replacement expansion. We do not care
3554 # about autoupdate's warning because that contains
3555 # information on what to do *after* running autoupdate.
3556
3557 # This is what autoupdate's m4 run will expand. It fires
3558 # the warning (with _au_warn_XXX), outputs it into the
3559 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3560 # the replacement expansion.
3561
3562
3563 # This is an auxiliary macro that is also run when
3564 # autoupdate runs m4. It simply calls m4_warning, but
3565 # we need a wrapper so that each warning is emitted only
3566 # once. We break the quoting in m4_warning's argument in
3567 # order to expand this macro's arguments, not AU_DEFUN's.
3568
3569
3570 # Finally, this is the expansion that is picked up by
3571 # autoconf. It tells the user to run autoupdate, and
3572 # then outputs the replacement expansion. We do not care
3573 # about autoupdate's warning because that contains
3574 # information on what to do *after* running autoupdate.
3575
3576
3577
3578
3579
3580 # _LT_ENABLE_STATIC([DEFAULT])
3581 # ----------------------------
3582 # implement the --enable-static flag, and support the `static' and
3583 # `disable-static' LT_INIT options.
3584 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3585 # _LT_ENABLE_STATIC
3586
3587
3588
3589
3590 # Old names:
3591
3592
3593
3594
3595 # This is what autoupdate's m4 run will expand. It fires
3596 # the warning (with _au_warn_XXX), outputs it into the
3597 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3598 # the replacement expansion.
3599
3600
3601 # This is an auxiliary macro that is also run when
3602 # autoupdate runs m4. It simply calls m4_warning, but
3603 # we need a wrapper so that each warning is emitted only
3604 # once. We break the quoting in m4_warning's argument in
3605 # order to expand this macro's arguments, not AU_DEFUN's.
3606
3607
3608 # Finally, this is the expansion that is picked up by
3609 # autoconf. It tells the user to run autoupdate, and
3610 # then outputs the replacement expansion. We do not care
3611 # about autoupdate's warning because that contains
3612 # information on what to do *after* running autoupdate.
3613
3614 # This is what autoupdate's m4 run will expand. It fires
3615 # the warning (with _au_warn_XXX), outputs it into the
3616 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3617 # the replacement expansion.
3618
3619
3620 # This is an auxiliary macro that is also run when
3621 # autoupdate runs m4. It simply calls m4_warning, but
3622 # we need a wrapper so that each warning is emitted only
3623 # once. We break the quoting in m4_warning's argument in
3624 # order to expand this macro's arguments, not AU_DEFUN's.
3625
3626
3627 # Finally, this is the expansion that is picked up by
3628 # autoconf. It tells the user to run autoupdate, and
3629 # then outputs the replacement expansion. We do not care
3630 # about autoupdate's warning because that contains
3631 # information on what to do *after* running autoupdate.
3632
3633
3634
3635
3636
3637 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3638 # ----------------------------------
3639 # implement the --enable-fast-install flag, and support the `fast-install'
3640 # and `disable-fast-install' LT_INIT options.
3641 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3642 # _LT_ENABLE_FAST_INSTALL
3643
3644
3645
3646
3647 # Old names:
3648 # This is what autoupdate's m4 run will expand. It fires
3649 # the warning (with _au_warn_XXX), outputs it into the
3650 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3651 # the replacement expansion.
3652
3653
3654 # This is an auxiliary macro that is also run when
3655 # autoupdate runs m4. It simply calls m4_warning, but
3656 # we need a wrapper so that each warning is emitted only
3657 # once. We break the quoting in m4_warning's argument in
3658 # order to expand this macro's arguments, not AU_DEFUN's.
3659
3660
3661 # Finally, this is the expansion that is picked up by
3662 # autoconf. It tells the user to run autoupdate, and
3663 # then outputs the replacement expansion. We do not care
3664 # about autoupdate's warning because that contains
3665 # information on what to do *after* running autoupdate.
3666
3667
3668 # This is what autoupdate's m4 run will expand. It fires
3669 # the warning (with _au_warn_XXX), outputs it into the
3670 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3671 # the replacement expansion.
3672
3673
3674 # This is an auxiliary macro that is also run when
3675 # autoupdate runs m4. It simply calls m4_warning, but
3676 # we need a wrapper so that each warning is emitted only
3677 # once. We break the quoting in m4_warning's argument in
3678 # order to expand this macro's arguments, not AU_DEFUN's.
3679
3680
3681 # Finally, this is the expansion that is picked up by
3682 # autoconf. It tells the user to run autoupdate, and
3683 # then outputs the replacement expansion. We do not care
3684 # about autoupdate's warning because that contains
3685 # information on what to do *after* running autoupdate.
3686
3687
3688
3689
3690 # _LT_WITH_PIC([MODE])
3691 # --------------------
3692 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3693 # LT_INIT options.
3694 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3695 # _LT_WITH_PIC
3696
3697
3698
3699
3700 # Old name:
3701 # This is what autoupdate's m4 run will expand. It fires
3702 # the warning (with _au_warn_XXX), outputs it into the
3703 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3704 # the replacement expansion.
3705
3706
3707 # This is an auxiliary macro that is also run when
3708 # autoupdate runs m4. It simply calls m4_warning, but
3709 # we need a wrapper so that each warning is emitted only
3710 # once. We break the quoting in m4_warning's argument in
3711 # order to expand this macro's arguments, not AU_DEFUN's.
3712
3713
3714 # Finally, this is the expansion that is picked up by
3715 # autoconf. It tells the user to run autoupdate, and
3716 # then outputs the replacement expansion. We do not care
3717 # about autoupdate's warning because that contains
3718 # information on what to do *after* running autoupdate.
3719
3720
3721
3722 ## ----------------- ##
3723 ## LTDL_INIT Options ##
3724 ## ----------------- ##
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3736 #
3737 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3738 # Written by Gary V. Vaughan, 2004
3739 #
3740 # This file is free software; the Free Software Foundation gives
3741 # unlimited permission to copy and/or distribute it, with or without
3742 # modifications, as long as this notice is preserved.
3743
3744 # serial 6 ltsugar.m4
3745
3746 # This is to help aclocal find these macros, as it can't see m4_define.
3747
3748
3749
3750 # lt_join(SEP, ARG1, [ARG2...])
3751 # -----------------------------
3752 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3753 # associated separator.
3754 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3755 # versions in m4sugar had bugs.
3756
3757
3758
3759
3760 # lt_car(LIST)
3761 # lt_cdr(LIST)
3762 # ------------
3763 # Manipulate m4 lists.
3764 # These macros are necessary as long as will still need to support
3765 # Autoconf-2.59 which quotes differently.
3766
3767
3768
3769
3770
3771 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3772 # ------------------------------------------
3773 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3774 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3775 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3776 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3777 # than defined and empty).
3778 #
3779 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3780 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3781
3782
3783
3784
3785 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3786 # ----------------------------------------------------------
3787 # Produce a SEP delimited list of all paired combinations of elements of
3788 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3789 # has the form PREFIXmINFIXSUFFIXn.
3790 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3791
3792
3793
3794 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3795 # -----------------------------------------------------------------------
3796 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3797 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3798
3799
3800
3801 # lt_dict_add(DICT, KEY, VALUE)
3802 # -----------------------------
3803
3804
3805
3806 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3807 # --------------------------------------------
3808
3809
3810
3811 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3812 # ----------------------------------
3813
3814
3815
3816 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3817 # -----------------------------------------------------------------
3818
3819
3820
3821 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3822 # --------------------------------------------------------------
3823
3824
3825 # ltversion.m4 -- version numbers -*- Autoconf -*-
3826 #
3827 # Copyright (C) 2004 Free Software Foundation, Inc.
3828 # Written by Scott James Remnant, 2004
3829 #
3830 # This file is free software; the Free Software Foundation gives
3831 # unlimited permission to copy and/or distribute it, with or without
3832 # modifications, as long as this notice is preserved.
3833
3834 # Generated from ltversion.in.
3835
3836 # serial 3134 ltversion.m4
3837 # This file is part of GNU Libtool
3838
3839
3840
3841
3842
3843
3844 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3845 #
3846 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3847 # Written by Scott James Remnant, 2004.
3848 #
3849 # This file is free software; the Free Software Foundation gives
3850 # unlimited permission to copy and/or distribute it, with or without
3851 # modifications, as long as this notice is preserved.
3852
3853 # serial 4 lt~obsolete.m4
3854
3855 # These exist entirely to fool aclocal when bootstrapping libtool.
3856 #
3857 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3858 # which have later been changed to m4_define as they aren't part of the
3859 # exported API, or moved to Autoconf or Automake where they belong.
3860 #
3861 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3862 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3863 # using a macro with the same name in our local m4/libtool.m4 it'll
3864 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3865 # and doesn't know about Autoconf macros at all.)
3866 #
3867 # So we provide this file, which has a silly filename so it's always
3868 # included after everything else. This provides aclocal with the
3869 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3870 # because those macros already exist, or will be overwritten later.
3871 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3872 #
3873 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3874 # Yes, that means every name once taken will need to remain here until
3875 # we give up compatibility with versions before 1.7, at which point
3876 # we need to keep only those names which we still refer to.
3877
3878 # This is to help aclocal find these macros, as it can't see m4_define.
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943 ## -*- Autoconf -*-
3944
3945 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3946 # Free Software Foundation, Inc.
3947 #
3948 # This file is free software; the Free Software Foundation
3949 # gives unlimited permission to copy and/or distribute it,
3950 # with or without modifications, as long as this notice is preserved.
3951
3952 # serial 8
3953
3954 # Based on depend.m4 from automake 1.9, modified for standalone use in
3955 # an environment where GNU make is required.
3956
3957 # ZW_PROG_COMPILER_DEPENDENCIES
3958 # -----------------------------
3959 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3960 # sets fooDEPMODE accordingly. Cache-variable compatible with
3961 # original; not side-effect compatible. As the users of this macro
3962 # may require accurate dependencies for correct builds, it does *not*
3963 # honor --disable-dependency-checking, and failure to detect a usable
3964 # method is an error. depcomp is assumed to be located in
3965 # $ac_aux_dir.
3966 #
3967 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3968
3969
3970
3971 # AM_SET_DEPDIR
3972 # -------------
3973 # Choose a directory name for dependency files.
3974
3975
3976 # ZW_CREATE_DEPDIR
3977 # ----------------
3978 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045 # intl sister-directory configuration rules.
4046 #
4047
4048 # The idea behind this macro is that there's no need to repeat all the
4049 # autoconf probes done by the intl directory - it's already done them
4050 # for us. In fact, there's no need even to look at the cache for the
4051 # answers. All we need to do is nab a few pieces of information.
4052 # The intl directory is set up to make this easy, by generating a
4053 # small file which can be sourced as a shell script; then we produce
4054 # the necessary substitutions and definitions for this directory.
4055
4056
4057
4058 # Autoconf M4 include file defining utility macros for complex Canadian
4059 # cross builds.
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069 ####
4070 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4071 # or AC_INIT.
4072 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4073
4074 ####
4075 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4076 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4077
4078
4079 ####
4080 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4081 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4082
4083
4084
4085 # Backported from Autoconf 2.5x; can go away when and if
4086 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4087
4088
4089
4090
4091
4092
4093
4094
4095 # ACX_HAVE_GCC_FOR_TARGET
4096 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4097
4098
4099 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4100 # Searching for installed target binutils. We need to take extra care,
4101 # else we may find the wrong assembler, linker, etc., and lose.
4102 #
4103 # First try --with-build-time-tools, if specified.
4104 #
4105 # For build != host, we ask the installed GCC for the name of the tool it
4106 # uses, and accept it if it is an absolute path. This is because the
4107 # only good choice for a compiler is the same GCC version that is being
4108 # installed (or we couldn't make target libraries), and we assume that
4109 # on the host system we'll have not only the same GCC version, but also
4110 # the same binutils version.
4111 #
4112 # For build == host, search the same directories that the installed
4113 # compiler will search. We used to do this for the assembler, linker,
4114 # and nm only; for simplicity of configuration, however, we extend this
4115 # criterion to tools (such as ar and ranlib) that are never invoked by
4116 # the compiler, to avoid mismatches.
4117 #
4118 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4119 # if build == target. This makes the most sense only when bootstrapping,
4120 # but we also do so when build != host. In this case, we hope that the
4121 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4122 #
4123 # If we do not find a suitable binary, then try the user's path.
4124
4125
4126 ###
4127 # AC_PROG_CPP_WERROR
4128 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4129 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4130 # For now, using this also overrides header checks to use only the
4131 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4132 # bit harder from here).
4133 # Eventually autoconf will default to checking headers with the compiler
4134 # instead, and we'll have to do this differently.
4135
4136 # AC_PROG_CPP_WERROR
4137
4138 # Test for GNAT.
4139 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4140 # that understands Ada. We use the user's CC setting, already found, and
4141 # possibly add $1 to the command-line parameters.
4142 #
4143 # Sets the shell variable have_gnat to yes or no as appropriate, and
4144 # substitutes GNATBIND and GNATMAKE.
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170 ac_ext=c
4171 ac_cpp='$CPP $CPPFLAGS'
4172 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4173 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4174 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4175 if test -n "$ac_tool_prefix"; then
4176 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4177 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4179 $as_echo_n "checking for $ac_word... " >&6; }
4180 if ${ac_cv_prog_CC+:} false; then :
4181 $as_echo_n "(cached) " >&6
4182 else
4183 if test -n "$CC"; then
4184 ac_cv_prog_CC="$CC" # Let the user override the test.
4185 else
4186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4187 for as_dir in $PATH
4188 do
4189 IFS=$as_save_IFS
4190 test -z "$as_dir" && as_dir=.
4191 for ac_exec_ext in '' $ac_executable_extensions; do
4192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4193 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4195 break 2
4196 fi
4197 done
4198 done
4199 IFS=$as_save_IFS
4200
4201 fi
4202 fi
4203 CC=$ac_cv_prog_CC
4204 if test -n "$CC"; then
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4206 $as_echo "$CC" >&6; }
4207 else
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4209 $as_echo "no" >&6; }
4210 fi
4211
4212
4213 fi
4214 if test -z "$ac_cv_prog_CC"; then
4215 ac_ct_CC=$CC
4216 # Extract the first word of "gcc", so it can be a program name with args.
4217 set dummy gcc; ac_word=$2
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4221 $as_echo_n "(cached) " >&6
4222 else
4223 if test -n "$ac_ct_CC"; then
4224 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4228 do
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
4232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4233 ac_cv_prog_ac_ct_CC="gcc"
4234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4236 fi
4237 done
4238 done
4239 IFS=$as_save_IFS
4240
4241 fi
4242 fi
4243 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4244 if test -n "$ac_ct_CC"; then
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4246 $as_echo "$ac_ct_CC" >&6; }
4247 else
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4249 $as_echo "no" >&6; }
4250 fi
4251
4252 if test "x$ac_ct_CC" = x; then
4253 CC=""
4254 else
4255 case $cross_compiling:$ac_tool_warned in
4256 yes:)
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4259 ac_tool_warned=yes ;;
4260 esac
4261 CC=$ac_ct_CC
4262 fi
4263 else
4264 CC="$ac_cv_prog_CC"
4265 fi
4266
4267 if test -z "$CC"; then
4268 if test -n "$ac_tool_prefix"; then
4269 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4270 set dummy ${ac_tool_prefix}cc; ac_word=$2
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4272 $as_echo_n "checking for $ac_word... " >&6; }
4273 if ${ac_cv_prog_CC+:} false; then :
4274 $as_echo_n "(cached) " >&6
4275 else
4276 if test -n "$CC"; then
4277 ac_cv_prog_CC="$CC" # Let the user override the test.
4278 else
4279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4280 for as_dir in $PATH
4281 do
4282 IFS=$as_save_IFS
4283 test -z "$as_dir" && as_dir=.
4284 for ac_exec_ext in '' $ac_executable_extensions; do
4285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4286 ac_cv_prog_CC="${ac_tool_prefix}cc"
4287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4288 break 2
4289 fi
4290 done
4291 done
4292 IFS=$as_save_IFS
4293
4294 fi
4295 fi
4296 CC=$ac_cv_prog_CC
4297 if test -n "$CC"; then
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4299 $as_echo "$CC" >&6; }
4300 else
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4302 $as_echo "no" >&6; }
4303 fi
4304
4305
4306 fi
4307 fi
4308 if test -z "$CC"; then
4309 # Extract the first word of "cc", so it can be a program name with args.
4310 set dummy cc; ac_word=$2
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4312 $as_echo_n "checking for $ac_word... " >&6; }
4313 if ${ac_cv_prog_CC+:} false; then :
4314 $as_echo_n "(cached) " >&6
4315 else
4316 if test -n "$CC"; then
4317 ac_cv_prog_CC="$CC" # Let the user override the test.
4318 else
4319 ac_prog_rejected=no
4320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4321 for as_dir in $PATH
4322 do
4323 IFS=$as_save_IFS
4324 test -z "$as_dir" && as_dir=.
4325 for ac_exec_ext in '' $ac_executable_extensions; do
4326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4327 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4328 ac_prog_rejected=yes
4329 continue
4330 fi
4331 ac_cv_prog_CC="cc"
4332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4334 fi
4335 done
4336 done
4337 IFS=$as_save_IFS
4338
4339 if test $ac_prog_rejected = yes; then
4340 # We found a bogon in the path, so make sure we never use it.
4341 set dummy $ac_cv_prog_CC
4342 shift
4343 if test $# != 0; then
4344 # We chose a different compiler from the bogus one.
4345 # However, it has the same basename, so the bogon will be chosen
4346 # first if we set CC to just the basename; use the full file name.
4347 shift
4348 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4349 fi
4350 fi
4351 fi
4352 fi
4353 CC=$ac_cv_prog_CC
4354 if test -n "$CC"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4356 $as_echo "$CC" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4360 fi
4361
4362
4363 fi
4364 if test -z "$CC"; then
4365 if test -n "$ac_tool_prefix"; then
4366 for ac_prog in cl.exe
4367 do
4368 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4369 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4371 $as_echo_n "checking for $ac_word... " >&6; }
4372 if ${ac_cv_prog_CC+:} false; then :
4373 $as_echo_n "(cached) " >&6
4374 else
4375 if test -n "$CC"; then
4376 ac_cv_prog_CC="$CC" # Let the user override the test.
4377 else
4378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379 for as_dir in $PATH
4380 do
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_exec_ext in '' $ac_executable_extensions; do
4384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4385 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4387 break 2
4388 fi
4389 done
4390 done
4391 IFS=$as_save_IFS
4392
4393 fi
4394 fi
4395 CC=$ac_cv_prog_CC
4396 if test -n "$CC"; then
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4398 $as_echo "$CC" >&6; }
4399 else
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4401 $as_echo "no" >&6; }
4402 fi
4403
4404
4405 test -n "$CC" && break
4406 done
4407 fi
4408 if test -z "$CC"; then
4409 ac_ct_CC=$CC
4410 for ac_prog in cl.exe
4411 do
4412 # Extract the first word of "$ac_prog", so it can be a program name with args.
4413 set dummy $ac_prog; ac_word=$2
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4415 $as_echo_n "checking for $ac_word... " >&6; }
4416 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4417 $as_echo_n "(cached) " >&6
4418 else
4419 if test -n "$ac_ct_CC"; then
4420 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4421 else
4422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423 for as_dir in $PATH
4424 do
4425 IFS=$as_save_IFS
4426 test -z "$as_dir" && as_dir=.
4427 for ac_exec_ext in '' $ac_executable_extensions; do
4428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4429 ac_cv_prog_ac_ct_CC="$ac_prog"
4430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4431 break 2
4432 fi
4433 done
4434 done
4435 IFS=$as_save_IFS
4436
4437 fi
4438 fi
4439 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4440 if test -n "$ac_ct_CC"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4442 $as_echo "$ac_ct_CC" >&6; }
4443 else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4445 $as_echo "no" >&6; }
4446 fi
4447
4448
4449 test -n "$ac_ct_CC" && break
4450 done
4451
4452 if test "x$ac_ct_CC" = x; then
4453 CC=""
4454 else
4455 case $cross_compiling:$ac_tool_warned in
4456 yes:)
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4459 ac_tool_warned=yes ;;
4460 esac
4461 CC=$ac_ct_CC
4462 fi
4463 fi
4464
4465 fi
4466
4467
4468 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4470 as_fn_error $? "no acceptable C compiler found in \$PATH
4471 See \`config.log' for more details" "$LINENO" 5; }
4472
4473 # Provide some information about the compiler.
4474 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4475 set X $ac_compile
4476 ac_compiler=$2
4477 for ac_option in --version -v -V -qversion; do
4478 { { ac_try="$ac_compiler $ac_option >&5"
4479 case "(($ac_try" in
4480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4481 *) ac_try_echo=$ac_try;;
4482 esac
4483 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4484 $as_echo "$ac_try_echo"; } >&5
4485 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4486 ac_status=$?
4487 if test -s conftest.err; then
4488 sed '10a\
4489 ... rest of stderr output deleted ...
4490 10q' conftest.err >conftest.er1
4491 cat conftest.er1 >&5
4492 fi
4493 rm -f conftest.er1 conftest.err
4494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4495 test $ac_status = 0; }
4496 done
4497
4498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4499 /* end confdefs.h. */
4500
4501 int
4502 main ()
4503 {
4504
4505 ;
4506 return 0;
4507 }
4508 _ACEOF
4509 ac_clean_files_save=$ac_clean_files
4510 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4511 # Try to create an executable without -o first, disregard a.out.
4512 # It will help us diagnose broken compilers, and finding out an intuition
4513 # of exeext.
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4515 $as_echo_n "checking whether the C compiler works... " >&6; }
4516 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4517
4518 # The possible output files:
4519 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4520
4521 ac_rmfiles=
4522 for ac_file in $ac_files
4523 do
4524 case $ac_file in
4525 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4526 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4527 esac
4528 done
4529 rm -f $ac_rmfiles
4530
4531 if { { ac_try="$ac_link_default"
4532 case "(($ac_try" in
4533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4534 *) ac_try_echo=$ac_try;;
4535 esac
4536 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4537 $as_echo "$ac_try_echo"; } >&5
4538 (eval "$ac_link_default") 2>&5
4539 ac_status=$?
4540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4541 test $ac_status = 0; }; then :
4542 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4543 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4544 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4545 # so that the user can short-circuit this test for compilers unknown to
4546 # Autoconf.
4547 for ac_file in $ac_files ''
4548 do
4549 test -f "$ac_file" || continue
4550 case $ac_file in
4551 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4552 ;;
4553 [ab].out )
4554 # We found the default executable, but exeext='' is most
4555 # certainly right.
4556 break;;
4557 *.* )
4558 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4559 then :; else
4560 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4561 fi
4562 # We set ac_cv_exeext here because the later test for it is not
4563 # safe: cross compilers may not add the suffix if given an `-o'
4564 # argument, so we may need to know it at that point already.
4565 # Even if this section looks crufty: it has the advantage of
4566 # actually working.
4567 break;;
4568 * )
4569 break;;
4570 esac
4571 done
4572 test "$ac_cv_exeext" = no && ac_cv_exeext=
4573
4574 else
4575 ac_file=''
4576 fi
4577 if test -z "$ac_file"; then :
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579 $as_echo "no" >&6; }
4580 $as_echo "$as_me: failed program was:" >&5
4581 sed 's/^/| /' conftest.$ac_ext >&5
4582
4583 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4585 as_fn_error 77 "C compiler cannot create executables
4586 See \`config.log' for more details" "$LINENO" 5; }
4587 else
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4589 $as_echo "yes" >&6; }
4590 fi
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4592 $as_echo_n "checking for C compiler default output file name... " >&6; }
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4594 $as_echo "$ac_file" >&6; }
4595 ac_exeext=$ac_cv_exeext
4596
4597 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4598 ac_clean_files=$ac_clean_files_save
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4600 $as_echo_n "checking for suffix of executables... " >&6; }
4601 if { { ac_try="$ac_link"
4602 case "(($ac_try" in
4603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4604 *) ac_try_echo=$ac_try;;
4605 esac
4606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4607 $as_echo "$ac_try_echo"; } >&5
4608 (eval "$ac_link") 2>&5
4609 ac_status=$?
4610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4611 test $ac_status = 0; }; then :
4612 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4613 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4614 # work properly (i.e., refer to `conftest.exe'), while it won't with
4615 # `rm'.
4616 for ac_file in conftest.exe conftest conftest.*; do
4617 test -f "$ac_file" || continue
4618 case $ac_file in
4619 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4620 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4621 break;;
4622 * ) break;;
4623 esac
4624 done
4625 else
4626 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4627 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4628 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4629 See \`config.log' for more details" "$LINENO" 5; }
4630 fi
4631 rm -f conftest conftest$ac_cv_exeext
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4633 $as_echo "$ac_cv_exeext" >&6; }
4634
4635 rm -f conftest.$ac_ext
4636 EXEEXT=$ac_cv_exeext
4637 ac_exeext=$EXEEXT
4638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4639 /* end confdefs.h. */
4640 #include <stdio.h>
4641 int
4642 main ()
4643 {
4644 FILE *f = fopen ("conftest.out", "w");
4645 return ferror (f) || fclose (f) != 0;
4646
4647 ;
4648 return 0;
4649 }
4650 _ACEOF
4651 ac_clean_files="$ac_clean_files conftest.out"
4652 # Check that the compiler produces executables we can run. If not, either
4653 # the compiler is broken, or we cross compile.
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4655 $as_echo_n "checking whether we are cross compiling... " >&6; }
4656 if test "$cross_compiling" != yes; then
4657 { { ac_try="$ac_link"
4658 case "(($ac_try" in
4659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660 *) ac_try_echo=$ac_try;;
4661 esac
4662 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663 $as_echo "$ac_try_echo"; } >&5
4664 (eval "$ac_link") 2>&5
4665 ac_status=$?
4666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667 test $ac_status = 0; }
4668 if { ac_try='./conftest$ac_cv_exeext'
4669 { { case "(($ac_try" in
4670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4672 esac
4673 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4674 $as_echo "$ac_try_echo"; } >&5
4675 (eval "$ac_try") 2>&5
4676 ac_status=$?
4677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4678 test $ac_status = 0; }; }; then
4679 cross_compiling=no
4680 else
4681 if test "$cross_compiling" = maybe; then
4682 cross_compiling=yes
4683 else
4684 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4686 as_fn_error $? "cannot run C compiled programs.
4687 If you meant to cross compile, use \`--host'.
4688 See \`config.log' for more details" "$LINENO" 5; }
4689 fi
4690 fi
4691 fi
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4693 $as_echo "$cross_compiling" >&6; }
4694
4695 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4696 ac_clean_files=$ac_clean_files_save
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4698 $as_echo_n "checking for suffix of object files... " >&6; }
4699 if ${ac_cv_objext+:} false; then :
4700 $as_echo_n "(cached) " >&6
4701 else
4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703 /* end confdefs.h. */
4704
4705 int
4706 main ()
4707 {
4708
4709 ;
4710 return 0;
4711 }
4712 _ACEOF
4713 rm -f conftest.o conftest.obj
4714 if { { ac_try="$ac_compile"
4715 case "(($ac_try" in
4716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4717 *) ac_try_echo=$ac_try;;
4718 esac
4719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4720 $as_echo "$ac_try_echo"; } >&5
4721 (eval "$ac_compile") 2>&5
4722 ac_status=$?
4723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4724 test $ac_status = 0; }; then :
4725 for ac_file in conftest.o conftest.obj conftest.*; do
4726 test -f "$ac_file" || continue;
4727 case $ac_file in
4728 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4729 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4730 break;;
4731 esac
4732 done
4733 else
4734 $as_echo "$as_me: failed program was:" >&5
4735 sed 's/^/| /' conftest.$ac_ext >&5
4736
4737 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4738 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4739 as_fn_error $? "cannot compute suffix of object files: cannot compile
4740 See \`config.log' for more details" "$LINENO" 5; }
4741 fi
4742 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4743 fi
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4745 $as_echo "$ac_cv_objext" >&6; }
4746 OBJEXT=$ac_cv_objext
4747 ac_objext=$OBJEXT
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4749 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4750 if ${ac_cv_c_compiler_gnu+:} false; then :
4751 $as_echo_n "(cached) " >&6
4752 else
4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754 /* end confdefs.h. */
4755
4756 int
4757 main ()
4758 {
4759 #ifndef __GNUC__
4760 choke me
4761 #endif
4762
4763 ;
4764 return 0;
4765 }
4766 _ACEOF
4767 if ac_fn_c_try_compile "$LINENO"; then :
4768 ac_compiler_gnu=yes
4769 else
4770 ac_compiler_gnu=no
4771 fi
4772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4773 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4774
4775 fi
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4777 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4778 if test $ac_compiler_gnu = yes; then
4779 GCC=yes
4780 else
4781 GCC=
4782 fi
4783 ac_test_CFLAGS=${CFLAGS+set}
4784 ac_save_CFLAGS=$CFLAGS
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4786 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4787 if ${ac_cv_prog_cc_g+:} false; then :
4788 $as_echo_n "(cached) " >&6
4789 else
4790 ac_save_c_werror_flag=$ac_c_werror_flag
4791 ac_c_werror_flag=yes
4792 ac_cv_prog_cc_g=no
4793 CFLAGS="-g"
4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h. */
4796
4797 int
4798 main ()
4799 {
4800
4801 ;
4802 return 0;
4803 }
4804 _ACEOF
4805 if ac_fn_c_try_compile "$LINENO"; then :
4806 ac_cv_prog_cc_g=yes
4807 else
4808 CFLAGS=""
4809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4810 /* end confdefs.h. */
4811
4812 int
4813 main ()
4814 {
4815
4816 ;
4817 return 0;
4818 }
4819 _ACEOF
4820 if ac_fn_c_try_compile "$LINENO"; then :
4821
4822 else
4823 ac_c_werror_flag=$ac_save_c_werror_flag
4824 CFLAGS="-g"
4825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4826 /* end confdefs.h. */
4827
4828 int
4829 main ()
4830 {
4831
4832 ;
4833 return 0;
4834 }
4835 _ACEOF
4836 if ac_fn_c_try_compile "$LINENO"; then :
4837 ac_cv_prog_cc_g=yes
4838 fi
4839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4840 fi
4841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4842 fi
4843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4844 ac_c_werror_flag=$ac_save_c_werror_flag
4845 fi
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4847 $as_echo "$ac_cv_prog_cc_g" >&6; }
4848 if test "$ac_test_CFLAGS" = set; then
4849 CFLAGS=$ac_save_CFLAGS
4850 elif test $ac_cv_prog_cc_g = yes; then
4851 if test "$GCC" = yes; then
4852 CFLAGS="-g -O2"
4853 else
4854 CFLAGS="-g"
4855 fi
4856 else
4857 if test "$GCC" = yes; then
4858 CFLAGS="-O2"
4859 else
4860 CFLAGS=
4861 fi
4862 fi
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4864 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4865 if ${ac_cv_prog_cc_c89+:} false; then :
4866 $as_echo_n "(cached) " >&6
4867 else
4868 ac_cv_prog_cc_c89=no
4869 ac_save_CC=$CC
4870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871 /* end confdefs.h. */
4872 #include <stdarg.h>
4873 #include <stdio.h>
4874 struct stat;
4875 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4876 struct buf { int x; };
4877 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4878 static char *e (p, i)
4879 char **p;
4880 int i;
4881 {
4882 return p[i];
4883 }
4884 static char *f (char * (*g) (char **, int), char **p, ...)
4885 {
4886 char *s;
4887 va_list v;
4888 va_start (v,p);
4889 s = g (p, va_arg (v,int));
4890 va_end (v);
4891 return s;
4892 }
4893
4894 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4895 function prototypes and stuff, but not '\xHH' hex character constants.
4896 These don't provoke an error unfortunately, instead are silently treated
4897 as 'x'. The following induces an error, until -std is added to get
4898 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4899 array size at least. It's necessary to write '\x00'==0 to get something
4900 that's true only with -std. */
4901 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4902
4903 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4904 inside strings and character constants. */
4905 #define FOO(x) 'x'
4906 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4907
4908 int test (int i, double x);
4909 struct s1 {int (*f) (int a);};
4910 struct s2 {int (*f) (double a);};
4911 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4912 int argc;
4913 char **argv;
4914 int
4915 main ()
4916 {
4917 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4918 ;
4919 return 0;
4920 }
4921 _ACEOF
4922 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4923 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4924 do
4925 CC="$ac_save_CC $ac_arg"
4926 if ac_fn_c_try_compile "$LINENO"; then :
4927 ac_cv_prog_cc_c89=$ac_arg
4928 fi
4929 rm -f core conftest.err conftest.$ac_objext
4930 test "x$ac_cv_prog_cc_c89" != "xno" && break
4931 done
4932 rm -f conftest.$ac_ext
4933 CC=$ac_save_CC
4934
4935 fi
4936 # AC_CACHE_VAL
4937 case "x$ac_cv_prog_cc_c89" in
4938 x)
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4940 $as_echo "none needed" >&6; } ;;
4941 xno)
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4943 $as_echo "unsupported" >&6; } ;;
4944 *)
4945 CC="$CC $ac_cv_prog_cc_c89"
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4947 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4948 esac
4949 if test "x$ac_cv_prog_cc_c89" != xno; then :
4950
4951 fi
4952
4953 ac_ext=c
4954 ac_cpp='$CPP $CPPFLAGS'
4955 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4956 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4957 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4958
4959 ac_aux_dir=
4960 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4961 if test -f "$ac_dir/install-sh"; then
4962 ac_aux_dir=$ac_dir
4963 ac_install_sh="$ac_aux_dir/install-sh -c"
4964 break
4965 elif test -f "$ac_dir/install.sh"; then
4966 ac_aux_dir=$ac_dir
4967 ac_install_sh="$ac_aux_dir/install.sh -c"
4968 break
4969 elif test -f "$ac_dir/shtool"; then
4970 ac_aux_dir=$ac_dir
4971 ac_install_sh="$ac_aux_dir/shtool install -c"
4972 break
4973 fi
4974 done
4975 if test -z "$ac_aux_dir"; then
4976 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4977 fi
4978
4979 # These three variables are undocumented and unsupported,
4980 # and are intended to be withdrawn in a future Autoconf release.
4981 # They can cause serious problems if a builder's source tree is in a directory
4982 # whose full name contains unusual characters.
4983 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4984 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4985 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4986
4987
4988 # Make sure we can run config.sub.
4989 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4990 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4991
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4993 $as_echo_n "checking build system type... " >&6; }
4994 if ${ac_cv_build+:} false; then :
4995 $as_echo_n "(cached) " >&6
4996 else
4997 ac_build_alias=$build_alias
4998 test "x$ac_build_alias" = x &&
4999 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5000 test "x$ac_build_alias" = x &&
5001 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5002 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5003 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5004
5005 fi
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5007 $as_echo "$ac_cv_build" >&6; }
5008 case $ac_cv_build in
5009 *-*-*) ;;
5010 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5011 esac
5012 build=$ac_cv_build
5013 ac_save_IFS=$IFS; IFS='-'
5014 set x $ac_cv_build
5015 shift
5016 build_cpu=$1
5017 build_vendor=$2
5018 shift; shift
5019 # Remember, the first character of IFS is used to create $*,
5020 # except with old shells:
5021 build_os=$*
5022 IFS=$ac_save_IFS
5023 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5024
5025
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5027 $as_echo_n "checking host system type... " >&6; }
5028 if ${ac_cv_host+:} false; then :
5029 $as_echo_n "(cached) " >&6
5030 else
5031 if test "x$host_alias" = x; then
5032 ac_cv_host=$ac_cv_build
5033 else
5034 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5035 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5036 fi
5037
5038 fi
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5040 $as_echo "$ac_cv_host" >&6; }
5041 case $ac_cv_host in
5042 *-*-*) ;;
5043 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5044 esac
5045 host=$ac_cv_host
5046 ac_save_IFS=$IFS; IFS='-'
5047 set x $ac_cv_host
5048 shift
5049 host_cpu=$1
5050 host_vendor=$2
5051 shift; shift
5052 # Remember, the first character of IFS is used to create $*,
5053 # except with old shells:
5054 host_os=$*
5055 IFS=$ac_save_IFS
5056 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5057
5058
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5060 $as_echo_n "checking target system type... " >&6; }
5061 if ${ac_cv_target+:} false; then :
5062 $as_echo_n "(cached) " >&6
5063 else
5064 if test "x$target_alias" = x; then
5065 ac_cv_target=$ac_cv_host
5066 else
5067 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5068 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5069 fi
5070
5071 fi
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5073 $as_echo "$ac_cv_target" >&6; }
5074 case $ac_cv_target in
5075 *-*-*) ;;
5076 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5077 esac
5078 target=$ac_cv_target
5079 ac_save_IFS=$IFS; IFS='-'
5080 set x $ac_cv_target
5081 shift
5082 target_cpu=$1
5083 target_vendor=$2
5084 shift; shift
5085 # Remember, the first character of IFS is used to create $*,
5086 # except with old shells:
5087 target_os=$*
5088 IFS=$ac_save_IFS
5089 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5090
5091
5092 # The aliases save the names the user supplied, while $host etc.
5093 # will get canonicalized.
5094 test -n "$target_alias" &&
5095 test "$program_prefix$program_suffix$program_transform_name" = \
5096 NONENONEs,x,x, &&
5097 program_prefix=${target_alias}-
5098
5099 ac_ext=c
5100 ac_cpp='$CPP $CPPFLAGS'
5101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5105 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5106 # On Suns, sometimes $CPP names a directory.
5107 if test -n "$CPP" && test -d "$CPP"; then
5108 CPP=
5109 fi
5110 if test -z "$CPP"; then
5111 if ${ac_cv_prog_CPP+:} false; then :
5112 $as_echo_n "(cached) " >&6
5113 else
5114 # Double quotes because CPP needs to be expanded
5115 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5116 do
5117 ac_preproc_ok=false
5118 for ac_c_preproc_warn_flag in '' yes
5119 do
5120 # Use a header file that comes with gcc, so configuring glibc
5121 # with a fresh cross-compiler works.
5122 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5123 # <limits.h> exists even on freestanding compilers.
5124 # On the NeXT, cc -E runs the code through the compiler's parser,
5125 # not just through cpp. "Syntax error" is here to catch this case.
5126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5128 #ifdef __STDC__
5129 # include <limits.h>
5130 #else
5131 # include <assert.h>
5132 #endif
5133 Syntax error
5134 _ACEOF
5135 if ac_fn_c_try_cpp "$LINENO"; then :
5136
5137 else
5138 # Broken: fails on valid input.
5139 continue
5140 fi
5141 rm -f conftest.err conftest.i conftest.$ac_ext
5142
5143 # OK, works on sane cases. Now check whether nonexistent headers
5144 # can be detected and how.
5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146 /* end confdefs.h. */
5147 #include <ac_nonexistent.h>
5148 _ACEOF
5149 if ac_fn_c_try_cpp "$LINENO"; then :
5150 # Broken: success on invalid input.
5151 continue
5152 else
5153 # Passes both tests.
5154 ac_preproc_ok=:
5155 break
5156 fi
5157 rm -f conftest.err conftest.i conftest.$ac_ext
5158
5159 done
5160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5161 rm -f conftest.i conftest.err conftest.$ac_ext
5162 if $ac_preproc_ok; then :
5163 break
5164 fi
5165
5166 done
5167 ac_cv_prog_CPP=$CPP
5168
5169 fi
5170 CPP=$ac_cv_prog_CPP
5171 else
5172 ac_cv_prog_CPP=$CPP
5173 fi
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5175 $as_echo "$CPP" >&6; }
5176 ac_preproc_ok=false
5177 for ac_c_preproc_warn_flag in '' yes
5178 do
5179 # Use a header file that comes with gcc, so configuring glibc
5180 # with a fresh cross-compiler works.
5181 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5182 # <limits.h> exists even on freestanding compilers.
5183 # On the NeXT, cc -E runs the code through the compiler's parser,
5184 # not just through cpp. "Syntax error" is here to catch this case.
5185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5186 /* end confdefs.h. */
5187 #ifdef __STDC__
5188 # include <limits.h>
5189 #else
5190 # include <assert.h>
5191 #endif
5192 Syntax error
5193 _ACEOF
5194 if ac_fn_c_try_cpp "$LINENO"; then :
5195
5196 else
5197 # Broken: fails on valid input.
5198 continue
5199 fi
5200 rm -f conftest.err conftest.i conftest.$ac_ext
5201
5202 # OK, works on sane cases. Now check whether nonexistent headers
5203 # can be detected and how.
5204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5205 /* end confdefs.h. */
5206 #include <ac_nonexistent.h>
5207 _ACEOF
5208 if ac_fn_c_try_cpp "$LINENO"; then :
5209 # Broken: success on invalid input.
5210 continue
5211 else
5212 # Passes both tests.
5213 ac_preproc_ok=:
5214 break
5215 fi
5216 rm -f conftest.err conftest.i conftest.$ac_ext
5217
5218 done
5219 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5220 rm -f conftest.i conftest.err conftest.$ac_ext
5221 if $ac_preproc_ok; then :
5222
5223 else
5224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5226 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5227 See \`config.log' for more details" "$LINENO" 5; }
5228 fi
5229
5230 ac_ext=c
5231 ac_cpp='$CPP $CPPFLAGS'
5232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5233 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5235
5236
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5238 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5239 if ${ac_cv_path_GREP+:} false; then :
5240 $as_echo_n "(cached) " >&6
5241 else
5242 if test -z "$GREP"; then
5243 ac_path_GREP_found=false
5244 # Loop through the user's path and test for each of PROGNAME-LIST
5245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5246 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5247 do
5248 IFS=$as_save_IFS
5249 test -z "$as_dir" && as_dir=.
5250 for ac_prog in grep ggrep; do
5251 for ac_exec_ext in '' $ac_executable_extensions; do
5252 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5253 as_fn_executable_p "$ac_path_GREP" || continue
5254 # Check for GNU ac_path_GREP and select it if it is found.
5255 # Check for GNU $ac_path_GREP
5256 case `"$ac_path_GREP" --version 2>&1` in
5257 *GNU*)
5258 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5259 *)
5260 ac_count=0
5261 $as_echo_n 0123456789 >"conftest.in"
5262 while :
5263 do
5264 cat "conftest.in" "conftest.in" >"conftest.tmp"
5265 mv "conftest.tmp" "conftest.in"
5266 cp "conftest.in" "conftest.nl"
5267 $as_echo 'GREP' >> "conftest.nl"
5268 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5269 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5270 as_fn_arith $ac_count + 1 && ac_count=$as_val
5271 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5272 # Best one so far, save it but keep looking for a better one
5273 ac_cv_path_GREP="$ac_path_GREP"
5274 ac_path_GREP_max=$ac_count
5275 fi
5276 # 10*(2^10) chars as input seems more than enough
5277 test $ac_count -gt 10 && break
5278 done
5279 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5280 esac
5281
5282 $ac_path_GREP_found && break 3
5283 done
5284 done
5285 done
5286 IFS=$as_save_IFS
5287 if test -z "$ac_cv_path_GREP"; then
5288 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5289 fi
5290 else
5291 ac_cv_path_GREP=$GREP
5292 fi
5293
5294 fi
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5296 $as_echo "$ac_cv_path_GREP" >&6; }
5297 GREP="$ac_cv_path_GREP"
5298
5299
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5301 $as_echo_n "checking for egrep... " >&6; }
5302 if ${ac_cv_path_EGREP+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304 else
5305 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5306 then ac_cv_path_EGREP="$GREP -E"
5307 else
5308 if test -z "$EGREP"; then
5309 ac_path_EGREP_found=false
5310 # Loop through the user's path and test for each of PROGNAME-LIST
5311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5312 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5313 do
5314 IFS=$as_save_IFS
5315 test -z "$as_dir" && as_dir=.
5316 for ac_prog in egrep; do
5317 for ac_exec_ext in '' $ac_executable_extensions; do
5318 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5319 as_fn_executable_p "$ac_path_EGREP" || continue
5320 # Check for GNU ac_path_EGREP and select it if it is found.
5321 # Check for GNU $ac_path_EGREP
5322 case `"$ac_path_EGREP" --version 2>&1` in
5323 *GNU*)
5324 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5325 *)
5326 ac_count=0
5327 $as_echo_n 0123456789 >"conftest.in"
5328 while :
5329 do
5330 cat "conftest.in" "conftest.in" >"conftest.tmp"
5331 mv "conftest.tmp" "conftest.in"
5332 cp "conftest.in" "conftest.nl"
5333 $as_echo 'EGREP' >> "conftest.nl"
5334 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5335 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5336 as_fn_arith $ac_count + 1 && ac_count=$as_val
5337 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5338 # Best one so far, save it but keep looking for a better one
5339 ac_cv_path_EGREP="$ac_path_EGREP"
5340 ac_path_EGREP_max=$ac_count
5341 fi
5342 # 10*(2^10) chars as input seems more than enough
5343 test $ac_count -gt 10 && break
5344 done
5345 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5346 esac
5347
5348 $ac_path_EGREP_found && break 3
5349 done
5350 done
5351 done
5352 IFS=$as_save_IFS
5353 if test -z "$ac_cv_path_EGREP"; then
5354 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5355 fi
5356 else
5357 ac_cv_path_EGREP=$EGREP
5358 fi
5359
5360 fi
5361 fi
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5363 $as_echo "$ac_cv_path_EGREP" >&6; }
5364 EGREP="$ac_cv_path_EGREP"
5365
5366
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5368 $as_echo_n "checking for ANSI C header files... " >&6; }
5369 if ${ac_cv_header_stdc+:} false; then :
5370 $as_echo_n "(cached) " >&6
5371 else
5372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373 /* end confdefs.h. */
5374 #include <stdlib.h>
5375 #include <stdarg.h>
5376 #include <string.h>
5377 #include <float.h>
5378
5379 int
5380 main ()
5381 {
5382
5383 ;
5384 return 0;
5385 }
5386 _ACEOF
5387 if ac_fn_c_try_compile "$LINENO"; then :
5388 ac_cv_header_stdc=yes
5389 else
5390 ac_cv_header_stdc=no
5391 fi
5392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5393
5394 if test $ac_cv_header_stdc = yes; then
5395 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5397 /* end confdefs.h. */
5398 #include <string.h>
5399
5400 _ACEOF
5401 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5402 $EGREP "memchr" >/dev/null 2>&1; then :
5403
5404 else
5405 ac_cv_header_stdc=no
5406 fi
5407 rm -f conftest*
5408
5409 fi
5410
5411 if test $ac_cv_header_stdc = yes; then
5412 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5414 /* end confdefs.h. */
5415 #include <stdlib.h>
5416
5417 _ACEOF
5418 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5419 $EGREP "free" >/dev/null 2>&1; then :
5420
5421 else
5422 ac_cv_header_stdc=no
5423 fi
5424 rm -f conftest*
5425
5426 fi
5427
5428 if test $ac_cv_header_stdc = yes; then
5429 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5430 if test "$cross_compiling" = yes; then :
5431 :
5432 else
5433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434 /* end confdefs.h. */
5435 #include <ctype.h>
5436 #include <stdlib.h>
5437 #if ((' ' & 0x0FF) == 0x020)
5438 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5439 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5440 #else
5441 # define ISLOWER(c) \
5442 (('a' <= (c) && (c) <= 'i') \
5443 || ('j' <= (c) && (c) <= 'r') \
5444 || ('s' <= (c) && (c) <= 'z'))
5445 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5446 #endif
5447
5448 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5449 int
5450 main ()
5451 {
5452 int i;
5453 for (i = 0; i < 256; i++)
5454 if (XOR (islower (i), ISLOWER (i))
5455 || toupper (i) != TOUPPER (i))
5456 return 2;
5457 return 0;
5458 }
5459 _ACEOF
5460 if ac_fn_c_try_run "$LINENO"; then :
5461
5462 else
5463 ac_cv_header_stdc=no
5464 fi
5465 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5466 conftest.$ac_objext conftest.beam conftest.$ac_ext
5467 fi
5468
5469 fi
5470 fi
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5472 $as_echo "$ac_cv_header_stdc" >&6; }
5473 if test $ac_cv_header_stdc = yes; then
5474
5475 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5476
5477 fi
5478
5479 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5480 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5481 inttypes.h stdint.h unistd.h
5482 do :
5483 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5484 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5485 "
5486 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5487 cat >>confdefs.h <<_ACEOF
5488 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5489 _ACEOF
5490
5491 fi
5492
5493 done
5494
5495
5496
5497 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5498 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5499 MINIX=yes
5500 else
5501 MINIX=
5502 fi
5503
5504
5505 if test "$MINIX" = yes; then
5506
5507 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5508
5509
5510 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5511
5512
5513 $as_echo "#define _MINIX 1" >>confdefs.h
5514
5515 fi
5516
5517
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5519 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5520 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5521 $as_echo_n "(cached) " >&6
5522 else
5523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5524 /* end confdefs.h. */
5525
5526 # define __EXTENSIONS__ 1
5527 $ac_includes_default
5528 int
5529 main ()
5530 {
5531
5532 ;
5533 return 0;
5534 }
5535 _ACEOF
5536 if ac_fn_c_try_compile "$LINENO"; then :
5537 ac_cv_safe_to_define___extensions__=yes
5538 else
5539 ac_cv_safe_to_define___extensions__=no
5540 fi
5541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5542 fi
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5544 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5545 test $ac_cv_safe_to_define___extensions__ = yes &&
5546 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5547
5548 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5549
5550 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5551
5552 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5553
5554 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5555
5556
5557 test "$program_prefix" != NONE &&
5558 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5559 # Use a double $ so make ignores it.
5560 test "$program_suffix" != NONE &&
5561 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5562 # Double any \ or $.
5563 # By default was `s,x,x', remove it if useless.
5564 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5565 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5566
5567 # Find a good install program. We prefer a C program (faster),
5568 # so one script is as good as another. But avoid the broken or
5569 # incompatible versions:
5570 # SysV /etc/install, /usr/sbin/install
5571 # SunOS /usr/etc/install
5572 # IRIX /sbin/install
5573 # AIX /bin/install
5574 # AmigaOS /C/install, which installs bootblocks on floppy discs
5575 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5576 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5577 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5578 # OS/2's system install, which has a completely different semantic
5579 # ./install, which can be erroneously created by make from ./install.sh.
5580 # Reject install programs that cannot install multiple files.
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5582 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5583 if test -z "$INSTALL"; then
5584 if ${ac_cv_path_install+:} false; then :
5585 $as_echo_n "(cached) " >&6
5586 else
5587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5588 for as_dir in $PATH
5589 do
5590 IFS=$as_save_IFS
5591 test -z "$as_dir" && as_dir=.
5592 # Account for people who put trailing slashes in PATH elements.
5593 case $as_dir/ in #((
5594 ./ | .// | /[cC]/* | \
5595 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5596 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5597 /usr/ucb/* ) ;;
5598 *)
5599 # OSF1 and SCO ODT 3.0 have their own names for install.
5600 # Don't use installbsd from OSF since it installs stuff as root
5601 # by default.
5602 for ac_prog in ginstall scoinst install; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5605 if test $ac_prog = install &&
5606 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5607 # AIX install. It has an incompatible calling convention.
5608 :
5609 elif test $ac_prog = install &&
5610 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5611 # program-specific install script used by HP pwplus--don't use.
5612 :
5613 else
5614 rm -rf conftest.one conftest.two conftest.dir
5615 echo one > conftest.one
5616 echo two > conftest.two
5617 mkdir conftest.dir
5618 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5619 test -s conftest.one && test -s conftest.two &&
5620 test -s conftest.dir/conftest.one &&
5621 test -s conftest.dir/conftest.two
5622 then
5623 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5624 break 3
5625 fi
5626 fi
5627 fi
5628 done
5629 done
5630 ;;
5631 esac
5632
5633 done
5634 IFS=$as_save_IFS
5635
5636 rm -rf conftest.one conftest.two conftest.dir
5637
5638 fi
5639 if test "${ac_cv_path_install+set}" = set; then
5640 INSTALL=$ac_cv_path_install
5641 else
5642 # As a last resort, use the slow shell script. Don't cache a
5643 # value for INSTALL within a source directory, because that will
5644 # break other packages using the cache if that directory is
5645 # removed, or if the value is a relative name.
5646 INSTALL=$ac_install_sh
5647 fi
5648 fi
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5650 $as_echo "$INSTALL" >&6; }
5651
5652 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5653 # It thinks the first close brace ends the variable substitution.
5654 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5655
5656 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5657
5658 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5659
5660 rm -rf .tst 2>/dev/null
5661 mkdir .tst 2>/dev/null
5662 if test -d .tst; then
5663 am__leading_dot=.
5664 else
5665 am__leading_dot=_
5666 fi
5667 rmdir .tst 2>/dev/null
5668
5669 DEPDIR="${am__leading_dot}deps"
5670
5671 case `pwd` in
5672 *\ * | *\ *)
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5674 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5675 esac
5676
5677
5678
5679 macro_version='2.2.7a'
5680 macro_revision='1.3134'
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694 ltmain="$ac_aux_dir/ltmain.sh"
5695
5696 # Backslashify metacharacters that are still active within
5697 # double-quoted strings.
5698 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5699
5700 # Same as above, but do not quote variable references.
5701 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5702
5703 # Sed substitution to delay expansion of an escaped shell variable in a
5704 # double_quote_subst'ed string.
5705 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5706
5707 # Sed substitution to delay expansion of an escaped single quote.
5708 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5709
5710 # Sed substitution to avoid accidental globbing in evaled expressions
5711 no_glob_subst='s/\*/\\\*/g'
5712
5713 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5714 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5715 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5716
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5718 $as_echo_n "checking how to print strings... " >&6; }
5719 # Test print first, because it will be a builtin if present.
5720 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5721 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5722 ECHO='print -r --'
5723 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5724 ECHO='printf %s\n'
5725 else
5726 # Use this function as a fallback that always works.
5727 func_fallback_echo ()
5728 {
5729 eval 'cat <<_LTECHO_EOF
5730 $1
5731 _LTECHO_EOF'
5732 }
5733 ECHO='func_fallback_echo'
5734 fi
5735
5736 # func_echo_all arg...
5737 # Invoke $ECHO with all args, space-separated.
5738 func_echo_all ()
5739 {
5740 $ECHO ""
5741 }
5742
5743 case "$ECHO" in
5744 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5745 $as_echo "printf" >&6; } ;;
5746 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5747 $as_echo "print -r" >&6; } ;;
5748 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5749 $as_echo "cat" >&6; } ;;
5750 esac
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5766 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5767 if ${ac_cv_path_SED+:} false; then :
5768 $as_echo_n "(cached) " >&6
5769 else
5770 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5771 for ac_i in 1 2 3 4 5 6 7; do
5772 ac_script="$ac_script$as_nl$ac_script"
5773 done
5774 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5775 { ac_script=; unset ac_script;}
5776 if test -z "$SED"; then
5777 ac_path_SED_found=false
5778 # Loop through the user's path and test for each of PROGNAME-LIST
5779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5780 for as_dir in $PATH
5781 do
5782 IFS=$as_save_IFS
5783 test -z "$as_dir" && as_dir=.
5784 for ac_prog in sed gsed; do
5785 for ac_exec_ext in '' $ac_executable_extensions; do
5786 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5787 as_fn_executable_p "$ac_path_SED" || continue
5788 # Check for GNU ac_path_SED and select it if it is found.
5789 # Check for GNU $ac_path_SED
5790 case `"$ac_path_SED" --version 2>&1` in
5791 *GNU*)
5792 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5793 *)
5794 ac_count=0
5795 $as_echo_n 0123456789 >"conftest.in"
5796 while :
5797 do
5798 cat "conftest.in" "conftest.in" >"conftest.tmp"
5799 mv "conftest.tmp" "conftest.in"
5800 cp "conftest.in" "conftest.nl"
5801 $as_echo '' >> "conftest.nl"
5802 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5803 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5804 as_fn_arith $ac_count + 1 && ac_count=$as_val
5805 if test $ac_count -gt ${ac_path_SED_max-0}; then
5806 # Best one so far, save it but keep looking for a better one
5807 ac_cv_path_SED="$ac_path_SED"
5808 ac_path_SED_max=$ac_count
5809 fi
5810 # 10*(2^10) chars as input seems more than enough
5811 test $ac_count -gt 10 && break
5812 done
5813 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5814 esac
5815
5816 $ac_path_SED_found && break 3
5817 done
5818 done
5819 done
5820 IFS=$as_save_IFS
5821 if test -z "$ac_cv_path_SED"; then
5822 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5823 fi
5824 else
5825 ac_cv_path_SED=$SED
5826 fi
5827
5828 fi
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5830 $as_echo "$ac_cv_path_SED" >&6; }
5831 SED="$ac_cv_path_SED"
5832 rm -f conftest.sed
5833
5834 test -z "$SED" && SED=sed
5835 Xsed="$SED -e 1s/^X//"
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5848 $as_echo_n "checking for fgrep... " >&6; }
5849 if ${ac_cv_path_FGREP+:} false; then :
5850 $as_echo_n "(cached) " >&6
5851 else
5852 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5853 then ac_cv_path_FGREP="$GREP -F"
5854 else
5855 if test -z "$FGREP"; then
5856 ac_path_FGREP_found=false
5857 # Loop through the user's path and test for each of PROGNAME-LIST
5858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5860 do
5861 IFS=$as_save_IFS
5862 test -z "$as_dir" && as_dir=.
5863 for ac_prog in fgrep; do
5864 for ac_exec_ext in '' $ac_executable_extensions; do
5865 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5866 as_fn_executable_p "$ac_path_FGREP" || continue
5867 # Check for GNU ac_path_FGREP and select it if it is found.
5868 # Check for GNU $ac_path_FGREP
5869 case `"$ac_path_FGREP" --version 2>&1` in
5870 *GNU*)
5871 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5872 *)
5873 ac_count=0
5874 $as_echo_n 0123456789 >"conftest.in"
5875 while :
5876 do
5877 cat "conftest.in" "conftest.in" >"conftest.tmp"
5878 mv "conftest.tmp" "conftest.in"
5879 cp "conftest.in" "conftest.nl"
5880 $as_echo 'FGREP' >> "conftest.nl"
5881 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5882 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5883 as_fn_arith $ac_count + 1 && ac_count=$as_val
5884 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5885 # Best one so far, save it but keep looking for a better one
5886 ac_cv_path_FGREP="$ac_path_FGREP"
5887 ac_path_FGREP_max=$ac_count
5888 fi
5889 # 10*(2^10) chars as input seems more than enough
5890 test $ac_count -gt 10 && break
5891 done
5892 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5893 esac
5894
5895 $ac_path_FGREP_found && break 3
5896 done
5897 done
5898 done
5899 IFS=$as_save_IFS
5900 if test -z "$ac_cv_path_FGREP"; then
5901 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5902 fi
5903 else
5904 ac_cv_path_FGREP=$FGREP
5905 fi
5906
5907 fi
5908 fi
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5910 $as_echo "$ac_cv_path_FGREP" >&6; }
5911 FGREP="$ac_cv_path_FGREP"
5912
5913
5914 test -z "$GREP" && GREP=grep
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934 # Check whether --with-gnu-ld was given.
5935 if test "${with_gnu_ld+set}" = set; then :
5936 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5937 else
5938 with_gnu_ld=no
5939 fi
5940
5941 ac_prog=ld
5942 if test "$GCC" = yes; then
5943 # Check if gcc -print-prog-name=ld gives a path.
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5945 $as_echo_n "checking for ld used by $CC... " >&6; }
5946 case $host in
5947 *-*-mingw*)
5948 # gcc leaves a trailing carriage return which upsets mingw
5949 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5950 *)
5951 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5952 esac
5953 case $ac_prog in
5954 # Accept absolute paths.
5955 [\\/]* | ?:[\\/]*)
5956 re_direlt='/[^/][^/]*/\.\./'
5957 # Canonicalize the pathname of ld
5958 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5959 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5960 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5961 done
5962 test -z "$LD" && LD="$ac_prog"
5963 ;;
5964 "")
5965 # If it fails, then pretend we aren't using GCC.
5966 ac_prog=ld
5967 ;;
5968 *)
5969 # If it is relative, then search for the first ld in PATH.
5970 with_gnu_ld=unknown
5971 ;;
5972 esac
5973 elif test "$with_gnu_ld" = yes; then
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5975 $as_echo_n "checking for GNU ld... " >&6; }
5976 else
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5978 $as_echo_n "checking for non-GNU ld... " >&6; }
5979 fi
5980 if ${lt_cv_path_LD+:} false; then :
5981 $as_echo_n "(cached) " >&6
5982 else
5983 if test -z "$LD"; then
5984 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5985 for ac_dir in $PATH; do
5986 IFS="$lt_save_ifs"
5987 test -z "$ac_dir" && ac_dir=.
5988 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5989 lt_cv_path_LD="$ac_dir/$ac_prog"
5990 # Check to see if the program is GNU ld. I'd rather use --version,
5991 # but apparently some variants of GNU ld only accept -v.
5992 # Break only if it was the GNU/non-GNU ld that we prefer.
5993 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5994 *GNU* | *'with BFD'*)
5995 test "$with_gnu_ld" != no && break
5996 ;;
5997 *)
5998 test "$with_gnu_ld" != yes && break
5999 ;;
6000 esac
6001 fi
6002 done
6003 IFS="$lt_save_ifs"
6004 else
6005 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6006 fi
6007 fi
6008
6009 LD="$lt_cv_path_LD"
6010 if test -n "$LD"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6012 $as_echo "$LD" >&6; }
6013 else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6016 fi
6017 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6019 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6020 if ${lt_cv_prog_gnu_ld+:} false; then :
6021 $as_echo_n "(cached) " >&6
6022 else
6023 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6024 case `$LD -v 2>&1 </dev/null` in
6025 *GNU* | *'with BFD'*)
6026 lt_cv_prog_gnu_ld=yes
6027 ;;
6028 *)
6029 lt_cv_prog_gnu_ld=no
6030 ;;
6031 esac
6032 fi
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6034 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6035 with_gnu_ld=$lt_cv_prog_gnu_ld
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6046 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6047 if ${lt_cv_path_NM+:} false; then :
6048 $as_echo_n "(cached) " >&6
6049 else
6050 if test -n "$NM"; then
6051 # Let the user override the test.
6052 lt_cv_path_NM="$NM"
6053 else
6054 lt_nm_to_check="${ac_tool_prefix}nm"
6055 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6056 lt_nm_to_check="$lt_nm_to_check nm"
6057 fi
6058 for lt_tmp_nm in $lt_nm_to_check; do
6059 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6060 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6061 IFS="$lt_save_ifs"
6062 test -z "$ac_dir" && ac_dir=.
6063 tmp_nm="$ac_dir/$lt_tmp_nm"
6064 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6065 # Check to see if the nm accepts a BSD-compat flag.
6066 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6067 # nm: unknown option "B" ignored
6068 # Tru64's nm complains that /dev/null is an invalid object file
6069 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6070 */dev/null* | *'Invalid file or object type'*)
6071 lt_cv_path_NM="$tmp_nm -B"
6072 break
6073 ;;
6074 *)
6075 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6076 */dev/null*)
6077 lt_cv_path_NM="$tmp_nm -p"
6078 break
6079 ;;
6080 *)
6081 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6082 continue # so that we can try to find one that supports BSD flags
6083 ;;
6084 esac
6085 ;;
6086 esac
6087 fi
6088 done
6089 IFS="$lt_save_ifs"
6090 done
6091 : ${lt_cv_path_NM=no}
6092 fi
6093 fi
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6095 $as_echo "$lt_cv_path_NM" >&6; }
6096 if test "$lt_cv_path_NM" != "no"; then
6097 NM="$lt_cv_path_NM"
6098 else
6099 # Didn't find any BSD compatible name lister, look for dumpbin.
6100 if test -n "$DUMPBIN"; then :
6101 # Let the user override the test.
6102 else
6103 if test -n "$ac_tool_prefix"; then
6104 for ac_prog in dumpbin "link -dump"
6105 do
6106 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6107 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6109 $as_echo_n "checking for $ac_word... " >&6; }
6110 if ${ac_cv_prog_DUMPBIN+:} false; then :
6111 $as_echo_n "(cached) " >&6
6112 else
6113 if test -n "$DUMPBIN"; then
6114 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6115 else
6116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6117 for as_dir in $PATH
6118 do
6119 IFS=$as_save_IFS
6120 test -z "$as_dir" && as_dir=.
6121 for ac_exec_ext in '' $ac_executable_extensions; do
6122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6123 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 break 2
6126 fi
6127 done
6128 done
6129 IFS=$as_save_IFS
6130
6131 fi
6132 fi
6133 DUMPBIN=$ac_cv_prog_DUMPBIN
6134 if test -n "$DUMPBIN"; then
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6136 $as_echo "$DUMPBIN" >&6; }
6137 else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6139 $as_echo "no" >&6; }
6140 fi
6141
6142
6143 test -n "$DUMPBIN" && break
6144 done
6145 fi
6146 if test -z "$DUMPBIN"; then
6147 ac_ct_DUMPBIN=$DUMPBIN
6148 for ac_prog in dumpbin "link -dump"
6149 do
6150 # Extract the first word of "$ac_prog", so it can be a program name with args.
6151 set dummy $ac_prog; ac_word=$2
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6153 $as_echo_n "checking for $ac_word... " >&6; }
6154 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6155 $as_echo_n "(cached) " >&6
6156 else
6157 if test -n "$ac_ct_DUMPBIN"; then
6158 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6159 else
6160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161 for as_dir in $PATH
6162 do
6163 IFS=$as_save_IFS
6164 test -z "$as_dir" && as_dir=.
6165 for ac_exec_ext in '' $ac_executable_extensions; do
6166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6167 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169 break 2
6170 fi
6171 done
6172 done
6173 IFS=$as_save_IFS
6174
6175 fi
6176 fi
6177 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6178 if test -n "$ac_ct_DUMPBIN"; then
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6180 $as_echo "$ac_ct_DUMPBIN" >&6; }
6181 else
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6183 $as_echo "no" >&6; }
6184 fi
6185
6186
6187 test -n "$ac_ct_DUMPBIN" && break
6188 done
6189
6190 if test "x$ac_ct_DUMPBIN" = x; then
6191 DUMPBIN=":"
6192 else
6193 case $cross_compiling:$ac_tool_warned in
6194 yes:)
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6196 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6197 ac_tool_warned=yes ;;
6198 esac
6199 DUMPBIN=$ac_ct_DUMPBIN
6200 fi
6201 fi
6202
6203 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6204 *COFF*)
6205 DUMPBIN="$DUMPBIN -symbols"
6206 ;;
6207 *)
6208 DUMPBIN=:
6209 ;;
6210 esac
6211 fi
6212
6213 if test "$DUMPBIN" != ":"; then
6214 NM="$DUMPBIN"
6215 fi
6216 fi
6217 test -z "$NM" && NM=nm
6218
6219
6220
6221
6222
6223
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6225 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6226 if ${lt_cv_nm_interface+:} false; then :
6227 $as_echo_n "(cached) " >&6
6228 else
6229 lt_cv_nm_interface="BSD nm"
6230 echo "int some_variable = 0;" > conftest.$ac_ext
6231 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6232 (eval "$ac_compile" 2>conftest.err)
6233 cat conftest.err >&5
6234 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6235 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6236 cat conftest.err >&5
6237 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6238 cat conftest.out >&5
6239 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6240 lt_cv_nm_interface="MS dumpbin"
6241 fi
6242 rm -f conftest*
6243 fi
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6245 $as_echo "$lt_cv_nm_interface" >&6; }
6246
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6248 $as_echo_n "checking whether ln -s works... " >&6; }
6249 LN_S=$as_ln_s
6250 if test "$LN_S" = "ln -s"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6252 $as_echo "yes" >&6; }
6253 else
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6255 $as_echo "no, using $LN_S" >&6; }
6256 fi
6257
6258 # find the maximum length of command line arguments
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6260 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6261 if ${lt_cv_sys_max_cmd_len+:} false; then :
6262 $as_echo_n "(cached) " >&6
6263 else
6264 i=0
6265 teststring="ABCD"
6266
6267 case $build_os in
6268 msdosdjgpp*)
6269 # On DJGPP, this test can blow up pretty badly due to problems in libc
6270 # (any single argument exceeding 2000 bytes causes a buffer overrun
6271 # during glob expansion). Even if it were fixed, the result of this
6272 # check would be larger than it should be.
6273 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6274 ;;
6275
6276 gnu*)
6277 # Under GNU Hurd, this test is not required because there is
6278 # no limit to the length of command line arguments.
6279 # Libtool will interpret -1 as no limit whatsoever
6280 lt_cv_sys_max_cmd_len=-1;
6281 ;;
6282
6283 cygwin* | mingw* | cegcc*)
6284 # On Win9x/ME, this test blows up -- it succeeds, but takes
6285 # about 5 minutes as the teststring grows exponentially.
6286 # Worse, since 9x/ME are not pre-emptively multitasking,
6287 # you end up with a "frozen" computer, even though with patience
6288 # the test eventually succeeds (with a max line length of 256k).
6289 # Instead, let's just punt: use the minimum linelength reported by
6290 # all of the supported platforms: 8192 (on NT/2K/XP).
6291 lt_cv_sys_max_cmd_len=8192;
6292 ;;
6293
6294 mint*)
6295 # On MiNT this can take a long time and run out of memory.
6296 lt_cv_sys_max_cmd_len=8192;
6297 ;;
6298
6299 amigaos*)
6300 # On AmigaOS with pdksh, this test takes hours, literally.
6301 # So we just punt and use a minimum line length of 8192.
6302 lt_cv_sys_max_cmd_len=8192;
6303 ;;
6304
6305 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6306 # This has been around since 386BSD, at least. Likely further.
6307 if test -x /sbin/sysctl; then
6308 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6309 elif test -x /usr/sbin/sysctl; then
6310 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6311 else
6312 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6313 fi
6314 # And add a safety zone
6315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6316 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6317 ;;
6318
6319 interix*)
6320 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6321 lt_cv_sys_max_cmd_len=196608
6322 ;;
6323
6324 osf*)
6325 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6326 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6327 # nice to cause kernel panics so lets avoid the loop below.
6328 # First set a reasonable default.
6329 lt_cv_sys_max_cmd_len=16384
6330 #
6331 if test -x /sbin/sysconfig; then
6332 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6333 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6334 esac
6335 fi
6336 ;;
6337 sco3.2v5*)
6338 lt_cv_sys_max_cmd_len=102400
6339 ;;
6340 sysv5* | sco5v6* | sysv4.2uw2*)
6341 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6342 if test -n "$kargmax"; then
6343 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6344 else
6345 lt_cv_sys_max_cmd_len=32768
6346 fi
6347 ;;
6348 *)
6349 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6350 if test -n "$lt_cv_sys_max_cmd_len"; then
6351 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6352 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6353 else
6354 # Make teststring a little bigger before we do anything with it.
6355 # a 1K string should be a reasonable start.
6356 for i in 1 2 3 4 5 6 7 8 ; do
6357 teststring=$teststring$teststring
6358 done
6359 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6360 # If test is not a shell built-in, we'll probably end up computing a
6361 # maximum length that is only half of the actual maximum length, but
6362 # we can't tell.
6363 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6364 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6365 test $i != 17 # 1/2 MB should be enough
6366 do
6367 i=`expr $i + 1`
6368 teststring=$teststring$teststring
6369 done
6370 # Only check the string length outside the loop.
6371 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6372 teststring=
6373 # Add a significant safety factor because C++ compilers can tack on
6374 # massive amounts of additional arguments before passing them to the
6375 # linker. It appears as though 1/2 is a usable value.
6376 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6377 fi
6378 ;;
6379 esac
6380
6381 fi
6382
6383 if test -n $lt_cv_sys_max_cmd_len ; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6385 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6386 else
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6388 $as_echo "none" >&6; }
6389 fi
6390 max_cmd_len=$lt_cv_sys_max_cmd_len
6391
6392
6393
6394
6395
6396
6397 : ${CP="cp -f"}
6398 : ${MV="mv -f"}
6399 : ${RM="rm -f"}
6400
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6402 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6403 # Try some XSI features
6404 xsi_shell=no
6405 ( _lt_dummy="a/b/c"
6406 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6407 = c,a/b,, \
6408 && eval 'test $(( 1 + 1 )) -eq 2 \
6409 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6410 && xsi_shell=yes
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6412 $as_echo "$xsi_shell" >&6; }
6413
6414
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6416 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6417 lt_shell_append=no
6418 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6419 >/dev/null 2>&1 \
6420 && lt_shell_append=yes
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6422 $as_echo "$lt_shell_append" >&6; }
6423
6424
6425 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6426 lt_unset=unset
6427 else
6428 lt_unset=false
6429 fi
6430
6431
6432
6433
6434
6435 # test EBCDIC or ASCII
6436 case `echo X|tr X '\101'` in
6437 A) # ASCII based system
6438 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6439 lt_SP2NL='tr \040 \012'
6440 lt_NL2SP='tr \015\012 \040\040'
6441 ;;
6442 *) # EBCDIC based system
6443 lt_SP2NL='tr \100 \n'
6444 lt_NL2SP='tr \r\n \100\100'
6445 ;;
6446 esac
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6457 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6458 if ${lt_cv_ld_reload_flag+:} false; then :
6459 $as_echo_n "(cached) " >&6
6460 else
6461 lt_cv_ld_reload_flag='-r'
6462 fi
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6464 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6465 reload_flag=$lt_cv_ld_reload_flag
6466 case $reload_flag in
6467 "" | " "*) ;;
6468 *) reload_flag=" $reload_flag" ;;
6469 esac
6470 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6471 case $host_os in
6472 darwin*)
6473 if test "$GCC" = yes; then
6474 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6475 else
6476 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6477 fi
6478 ;;
6479 esac
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489 if test -n "$ac_tool_prefix"; then
6490 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6491 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6493 $as_echo_n "checking for $ac_word... " >&6; }
6494 if ${ac_cv_prog_OBJDUMP+:} false; then :
6495 $as_echo_n "(cached) " >&6
6496 else
6497 if test -n "$OBJDUMP"; then
6498 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6499 else
6500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6501 for as_dir in $PATH
6502 do
6503 IFS=$as_save_IFS
6504 test -z "$as_dir" && as_dir=.
6505 for ac_exec_ext in '' $ac_executable_extensions; do
6506 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6507 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6509 break 2
6510 fi
6511 done
6512 done
6513 IFS=$as_save_IFS
6514
6515 fi
6516 fi
6517 OBJDUMP=$ac_cv_prog_OBJDUMP
6518 if test -n "$OBJDUMP"; then
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6520 $as_echo "$OBJDUMP" >&6; }
6521 else
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6523 $as_echo "no" >&6; }
6524 fi
6525
6526
6527 fi
6528 if test -z "$ac_cv_prog_OBJDUMP"; then
6529 ac_ct_OBJDUMP=$OBJDUMP
6530 # Extract the first word of "objdump", so it can be a program name with args.
6531 set dummy objdump; ac_word=$2
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6533 $as_echo_n "checking for $ac_word... " >&6; }
6534 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6535 $as_echo_n "(cached) " >&6
6536 else
6537 if test -n "$ac_ct_OBJDUMP"; then
6538 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6539 else
6540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6541 for as_dir in $PATH
6542 do
6543 IFS=$as_save_IFS
6544 test -z "$as_dir" && as_dir=.
6545 for ac_exec_ext in '' $ac_executable_extensions; do
6546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6547 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6549 break 2
6550 fi
6551 done
6552 done
6553 IFS=$as_save_IFS
6554
6555 fi
6556 fi
6557 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6558 if test -n "$ac_ct_OBJDUMP"; then
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6560 $as_echo "$ac_ct_OBJDUMP" >&6; }
6561 else
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6563 $as_echo "no" >&6; }
6564 fi
6565
6566 if test "x$ac_ct_OBJDUMP" = x; then
6567 OBJDUMP="false"
6568 else
6569 case $cross_compiling:$ac_tool_warned in
6570 yes:)
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6572 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6573 ac_tool_warned=yes ;;
6574 esac
6575 OBJDUMP=$ac_ct_OBJDUMP
6576 fi
6577 else
6578 OBJDUMP="$ac_cv_prog_OBJDUMP"
6579 fi
6580
6581 test -z "$OBJDUMP" && OBJDUMP=objdump
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6592 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6593 if ${lt_cv_deplibs_check_method+:} false; then :
6594 $as_echo_n "(cached) " >&6
6595 else
6596 lt_cv_file_magic_cmd='$MAGIC_CMD'
6597 lt_cv_file_magic_test_file=
6598 lt_cv_deplibs_check_method='unknown'
6599 # Need to set the preceding variable on all platforms that support
6600 # interlibrary dependencies.
6601 # 'none' -- dependencies not supported.
6602 # `unknown' -- same as none, but documents that we really don't know.
6603 # 'pass_all' -- all dependencies passed with no checks.
6604 # 'test_compile' -- check by making test program.
6605 # 'file_magic [[regex]]' -- check by looking for files in library path
6606 # which responds to the $file_magic_cmd with a given extended regex.
6607 # If you have `file' or equivalent on your system and you're not sure
6608 # whether `pass_all' will *always* work, you probably want this one.
6609
6610 case $host_os in
6611 aix[4-9]*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615 beos*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619 bsdi[45]*)
6620 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6621 lt_cv_file_magic_cmd='/usr/bin/file -L'
6622 lt_cv_file_magic_test_file=/shlib/libc.so
6623 ;;
6624
6625 cygwin*)
6626 # func_win32_libid is a shell function defined in ltmain.sh
6627 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6628 lt_cv_file_magic_cmd='func_win32_libid'
6629 ;;
6630
6631 mingw* | pw32*)
6632 # Base MSYS/MinGW do not provide the 'file' command needed by
6633 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6634 # unless we find 'file', for example because we are cross-compiling.
6635 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6636 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6637 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6638 lt_cv_file_magic_cmd='func_win32_libid'
6639 else
6640 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6641 lt_cv_file_magic_cmd='$OBJDUMP -f'
6642 fi
6643 ;;
6644
6645 cegcc*)
6646 # use the weaker test based on 'objdump'. See mingw*.
6647 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6648 lt_cv_file_magic_cmd='$OBJDUMP -f'
6649 ;;
6650
6651 darwin* | rhapsody*)
6652 lt_cv_deplibs_check_method=pass_all
6653 ;;
6654
6655 freebsd* | dragonfly*)
6656 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6657 case $host_cpu in
6658 i*86 )
6659 # Not sure whether the presence of OpenBSD here was a mistake.
6660 # Let's accept both of them until this is cleared up.
6661 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6662 lt_cv_file_magic_cmd=/usr/bin/file
6663 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6664 ;;
6665 esac
6666 else
6667 lt_cv_deplibs_check_method=pass_all
6668 fi
6669 ;;
6670
6671 gnu*)
6672 lt_cv_deplibs_check_method=pass_all
6673 ;;
6674
6675 haiku*)
6676 lt_cv_deplibs_check_method=pass_all
6677 ;;
6678
6679 hpux10.20* | hpux11*)
6680 lt_cv_file_magic_cmd=/usr/bin/file
6681 case $host_cpu in
6682 ia64*)
6683 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6684 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6685 ;;
6686 hppa*64*)
6687 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]'
6688 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6689 ;;
6690 *)
6691 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6692 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6693 ;;
6694 esac
6695 ;;
6696
6697 interix[3-9]*)
6698 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6699 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6700 ;;
6701
6702 irix5* | irix6* | nonstopux*)
6703 case $LD in
6704 *-32|*"-32 ") libmagic=32-bit;;
6705 *-n32|*"-n32 ") libmagic=N32;;
6706 *-64|*"-64 ") libmagic=64-bit;;
6707 *) libmagic=never-match;;
6708 esac
6709 lt_cv_deplibs_check_method=pass_all
6710 ;;
6711
6712 # This must be Linux ELF.
6713 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716
6717 netbsd*)
6718 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6719 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6720 else
6721 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6722 fi
6723 ;;
6724
6725 newos6*)
6726 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6727 lt_cv_file_magic_cmd=/usr/bin/file
6728 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6729 ;;
6730
6731 *nto* | *qnx*)
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734
6735 openbsd*)
6736 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6737 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6738 else
6739 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6740 fi
6741 ;;
6742
6743 osf3* | osf4* | osf5*)
6744 lt_cv_deplibs_check_method=pass_all
6745 ;;
6746
6747 rdos*)
6748 lt_cv_deplibs_check_method=pass_all
6749 ;;
6750
6751 solaris*)
6752 lt_cv_deplibs_check_method=pass_all
6753 ;;
6754
6755 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6756 lt_cv_deplibs_check_method=pass_all
6757 ;;
6758
6759 sysv4 | sysv4.3*)
6760 case $host_vendor in
6761 motorola)
6762 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]'
6763 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6764 ;;
6765 ncr)
6766 lt_cv_deplibs_check_method=pass_all
6767 ;;
6768 sequent)
6769 lt_cv_file_magic_cmd='/bin/file'
6770 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6771 ;;
6772 sni)
6773 lt_cv_file_magic_cmd='/bin/file'
6774 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6775 lt_cv_file_magic_test_file=/lib/libc.so
6776 ;;
6777 siemens)
6778 lt_cv_deplibs_check_method=pass_all
6779 ;;
6780 pc)
6781 lt_cv_deplibs_check_method=pass_all
6782 ;;
6783 esac
6784 ;;
6785
6786 tpf*)
6787 lt_cv_deplibs_check_method=pass_all
6788 ;;
6789 esac
6790
6791 fi
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6793 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6794 file_magic_cmd=$lt_cv_file_magic_cmd
6795 deplibs_check_method=$lt_cv_deplibs_check_method
6796 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809 if test -n "$ac_tool_prefix"; then
6810 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6811 set dummy ${ac_tool_prefix}ar; ac_word=$2
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6813 $as_echo_n "checking for $ac_word... " >&6; }
6814 if ${ac_cv_prog_AR+:} false; then :
6815 $as_echo_n "(cached) " >&6
6816 else
6817 if test -n "$AR"; then
6818 ac_cv_prog_AR="$AR" # Let the user override the test.
6819 else
6820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6821 for as_dir in $PATH
6822 do
6823 IFS=$as_save_IFS
6824 test -z "$as_dir" && as_dir=.
6825 for ac_exec_ext in '' $ac_executable_extensions; do
6826 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6827 ac_cv_prog_AR="${ac_tool_prefix}ar"
6828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6829 break 2
6830 fi
6831 done
6832 done
6833 IFS=$as_save_IFS
6834
6835 fi
6836 fi
6837 AR=$ac_cv_prog_AR
6838 if test -n "$AR"; then
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6840 $as_echo "$AR" >&6; }
6841 else
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6843 $as_echo "no" >&6; }
6844 fi
6845
6846
6847 fi
6848 if test -z "$ac_cv_prog_AR"; then
6849 ac_ct_AR=$AR
6850 # Extract the first word of "ar", so it can be a program name with args.
6851 set dummy ar; ac_word=$2
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6853 $as_echo_n "checking for $ac_word... " >&6; }
6854 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6855 $as_echo_n "(cached) " >&6
6856 else
6857 if test -n "$ac_ct_AR"; then
6858 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6859 else
6860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6861 for as_dir in $PATH
6862 do
6863 IFS=$as_save_IFS
6864 test -z "$as_dir" && as_dir=.
6865 for ac_exec_ext in '' $ac_executable_extensions; do
6866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6867 ac_cv_prog_ac_ct_AR="ar"
6868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6869 break 2
6870 fi
6871 done
6872 done
6873 IFS=$as_save_IFS
6874
6875 fi
6876 fi
6877 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6878 if test -n "$ac_ct_AR"; then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6880 $as_echo "$ac_ct_AR" >&6; }
6881 else
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6883 $as_echo "no" >&6; }
6884 fi
6885
6886 if test "x$ac_ct_AR" = x; then
6887 AR="false"
6888 else
6889 case $cross_compiling:$ac_tool_warned in
6890 yes:)
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6892 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6893 ac_tool_warned=yes ;;
6894 esac
6895 AR=$ac_ct_AR
6896 fi
6897 else
6898 AR="$ac_cv_prog_AR"
6899 fi
6900
6901 test -z "$AR" && AR=ar
6902 test -z "$AR_FLAGS" && AR_FLAGS=cru
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914 if test -n "$ac_tool_prefix"; then
6915 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6916 set dummy ${ac_tool_prefix}strip; ac_word=$2
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6918 $as_echo_n "checking for $ac_word... " >&6; }
6919 if ${ac_cv_prog_STRIP+:} false; then :
6920 $as_echo_n "(cached) " >&6
6921 else
6922 if test -n "$STRIP"; then
6923 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6924 else
6925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6926 for as_dir in $PATH
6927 do
6928 IFS=$as_save_IFS
6929 test -z "$as_dir" && as_dir=.
6930 for ac_exec_ext in '' $ac_executable_extensions; do
6931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6932 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6934 break 2
6935 fi
6936 done
6937 done
6938 IFS=$as_save_IFS
6939
6940 fi
6941 fi
6942 STRIP=$ac_cv_prog_STRIP
6943 if test -n "$STRIP"; then
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6945 $as_echo "$STRIP" >&6; }
6946 else
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6948 $as_echo "no" >&6; }
6949 fi
6950
6951
6952 fi
6953 if test -z "$ac_cv_prog_STRIP"; then
6954 ac_ct_STRIP=$STRIP
6955 # Extract the first word of "strip", so it can be a program name with args.
6956 set dummy strip; ac_word=$2
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6958 $as_echo_n "checking for $ac_word... " >&6; }
6959 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6960 $as_echo_n "(cached) " >&6
6961 else
6962 if test -n "$ac_ct_STRIP"; then
6963 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6964 else
6965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6966 for as_dir in $PATH
6967 do
6968 IFS=$as_save_IFS
6969 test -z "$as_dir" && as_dir=.
6970 for ac_exec_ext in '' $ac_executable_extensions; do
6971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6972 ac_cv_prog_ac_ct_STRIP="strip"
6973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6974 break 2
6975 fi
6976 done
6977 done
6978 IFS=$as_save_IFS
6979
6980 fi
6981 fi
6982 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6983 if test -n "$ac_ct_STRIP"; then
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6985 $as_echo "$ac_ct_STRIP" >&6; }
6986 else
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6988 $as_echo "no" >&6; }
6989 fi
6990
6991 if test "x$ac_ct_STRIP" = x; then
6992 STRIP=":"
6993 else
6994 case $cross_compiling:$ac_tool_warned in
6995 yes:)
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6997 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6998 ac_tool_warned=yes ;;
6999 esac
7000 STRIP=$ac_ct_STRIP
7001 fi
7002 else
7003 STRIP="$ac_cv_prog_STRIP"
7004 fi
7005
7006 test -z "$STRIP" && STRIP=:
7007
7008
7009
7010
7011
7012
7013 if test -n "$ac_tool_prefix"; then
7014 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7015 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7017 $as_echo_n "checking for $ac_word... " >&6; }
7018 if ${ac_cv_prog_RANLIB+:} false; then :
7019 $as_echo_n "(cached) " >&6
7020 else
7021 if test -n "$RANLIB"; then
7022 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7023 else
7024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025 for as_dir in $PATH
7026 do
7027 IFS=$as_save_IFS
7028 test -z "$as_dir" && as_dir=.
7029 for ac_exec_ext in '' $ac_executable_extensions; do
7030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7031 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7033 break 2
7034 fi
7035 done
7036 done
7037 IFS=$as_save_IFS
7038
7039 fi
7040 fi
7041 RANLIB=$ac_cv_prog_RANLIB
7042 if test -n "$RANLIB"; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7044 $as_echo "$RANLIB" >&6; }
7045 else
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7047 $as_echo "no" >&6; }
7048 fi
7049
7050
7051 fi
7052 if test -z "$ac_cv_prog_RANLIB"; then
7053 ac_ct_RANLIB=$RANLIB
7054 # Extract the first word of "ranlib", so it can be a program name with args.
7055 set dummy ranlib; ac_word=$2
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7057 $as_echo_n "checking for $ac_word... " >&6; }
7058 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7059 $as_echo_n "(cached) " >&6
7060 else
7061 if test -n "$ac_ct_RANLIB"; then
7062 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7063 else
7064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7065 for as_dir in $PATH
7066 do
7067 IFS=$as_save_IFS
7068 test -z "$as_dir" && as_dir=.
7069 for ac_exec_ext in '' $ac_executable_extensions; do
7070 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7071 ac_cv_prog_ac_ct_RANLIB="ranlib"
7072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7073 break 2
7074 fi
7075 done
7076 done
7077 IFS=$as_save_IFS
7078
7079 fi
7080 fi
7081 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7082 if test -n "$ac_ct_RANLIB"; then
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7084 $as_echo "$ac_ct_RANLIB" >&6; }
7085 else
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7087 $as_echo "no" >&6; }
7088 fi
7089
7090 if test "x$ac_ct_RANLIB" = x; then
7091 RANLIB=":"
7092 else
7093 case $cross_compiling:$ac_tool_warned in
7094 yes:)
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7096 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7097 ac_tool_warned=yes ;;
7098 esac
7099 RANLIB=$ac_ct_RANLIB
7100 fi
7101 else
7102 RANLIB="$ac_cv_prog_RANLIB"
7103 fi
7104
7105 test -z "$RANLIB" && RANLIB=:
7106
7107
7108
7109
7110
7111
7112 # Determine commands to create old-style static archives.
7113 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7114 old_postinstall_cmds='chmod 644 $oldlib'
7115 old_postuninstall_cmds=
7116
7117 if test -n "$RANLIB"; then
7118 case $host_os in
7119 openbsd*)
7120 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7121 ;;
7122 *)
7123 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7124 ;;
7125 esac
7126 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7127 fi
7128
7129 case $host_os in
7130 darwin*)
7131 lock_old_archive_extraction=yes ;;
7132 *)
7133 lock_old_archive_extraction=no ;;
7134 esac
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156 for ac_prog in gawk mawk nawk awk
7157 do
7158 # Extract the first word of "$ac_prog", so it can be a program name with args.
7159 set dummy $ac_prog; ac_word=$2
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7161 $as_echo_n "checking for $ac_word... " >&6; }
7162 if ${ac_cv_prog_AWK+:} false; then :
7163 $as_echo_n "(cached) " >&6
7164 else
7165 if test -n "$AWK"; then
7166 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7167 else
7168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7169 for as_dir in $PATH
7170 do
7171 IFS=$as_save_IFS
7172 test -z "$as_dir" && as_dir=.
7173 for ac_exec_ext in '' $ac_executable_extensions; do
7174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7175 ac_cv_prog_AWK="$ac_prog"
7176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7177 break 2
7178 fi
7179 done
7180 done
7181 IFS=$as_save_IFS
7182
7183 fi
7184 fi
7185 AWK=$ac_cv_prog_AWK
7186 if test -n "$AWK"; then
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7188 $as_echo "$AWK" >&6; }
7189 else
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7191 $as_echo "no" >&6; }
7192 fi
7193
7194
7195 test -n "$AWK" && break
7196 done
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216 # If no C compiler was specified, use CC.
7217 LTCC=${LTCC-"$CC"}
7218
7219 # If no C compiler flags were specified, use CFLAGS.
7220 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7221
7222 # Allow CC to be a program name with arguments.
7223 compiler=$CC
7224
7225
7226 # Check for command to grab the raw symbol name followed by C symbol from nm.
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7228 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7229 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7230 $as_echo_n "(cached) " >&6
7231 else
7232
7233 # These are sane defaults that work on at least a few old systems.
7234 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7235
7236 # Character class describing NM global symbol codes.
7237 symcode='[BCDEGRST]'
7238
7239 # Regexp to match symbols that can be accessed directly from C.
7240 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7241
7242 # Define system-specific variables.
7243 case $host_os in
7244 aix*)
7245 symcode='[BCDT]'
7246 ;;
7247 cygwin* | mingw* | pw32* | cegcc*)
7248 symcode='[ABCDGISTW]'
7249 ;;
7250 hpux*)
7251 if test "$host_cpu" = ia64; then
7252 symcode='[ABCDEGRST]'
7253 fi
7254 ;;
7255 irix* | nonstopux*)
7256 symcode='[BCDEGRST]'
7257 ;;
7258 osf*)
7259 symcode='[BCDEGQRST]'
7260 ;;
7261 solaris*)
7262 symcode='[BDRT]'
7263 ;;
7264 sco3.2v5*)
7265 symcode='[DT]'
7266 ;;
7267 sysv4.2uw2*)
7268 symcode='[DT]'
7269 ;;
7270 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7271 symcode='[ABDT]'
7272 ;;
7273 sysv4)
7274 symcode='[DFNSTU]'
7275 ;;
7276 esac
7277
7278 # If we're using GNU nm, then use its standard symbol codes.
7279 case `$NM -V 2>&1` in
7280 *GNU* | *'with BFD'*)
7281 symcode='[ABCDGIRSTW]' ;;
7282 esac
7283
7284 # Transform an extracted symbol line into a proper C declaration.
7285 # Some systems (esp. on ia64) link data and code symbols differently,
7286 # so use this general approach.
7287 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7288
7289 # Transform an extracted symbol line into symbol name and symbol address
7290 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7291 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'"
7292
7293 # Handle CRLF in mingw tool chain
7294 opt_cr=
7295 case $build_os in
7296 mingw*)
7297 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7298 ;;
7299 esac
7300
7301 # Try without a prefix underscore, then with it.
7302 for ac_symprfx in "" "_"; do
7303
7304 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7305 symxfrm="\\1 $ac_symprfx\\2 \\2"
7306
7307 # Write the raw and C identifiers.
7308 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7309 # Fake it for dumpbin and say T for any non-static function
7310 # and D for any global variable.
7311 # Also find C++ and __fastcall symbols from MSVC++,
7312 # which start with @ or ?.
7313 lt_cv_sys_global_symbol_pipe="$AWK '"\
7314 " {last_section=section; section=\$ 3};"\
7315 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7316 " \$ 0!~/External *\|/{next};"\
7317 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7318 " {if(hide[section]) next};"\
7319 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7320 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7321 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7322 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7323 " ' prfx=^$ac_symprfx"
7324 else
7325 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7326 fi
7327
7328 # Check to see that the pipe works correctly.
7329 pipe_works=no
7330
7331 rm -f conftest*
7332 cat > conftest.$ac_ext <<_LT_EOF
7333 #ifdef __cplusplus
7334 extern "C" {
7335 #endif
7336 char nm_test_var;
7337 void nm_test_func(void);
7338 void nm_test_func(void){}
7339 #ifdef __cplusplus
7340 }
7341 #endif
7342 int main(){nm_test_var='a';nm_test_func();return(0);}
7343 _LT_EOF
7344
7345 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7346 (eval $ac_compile) 2>&5
7347 ac_status=$?
7348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349 test $ac_status = 0; }; then
7350 # Now try to grab the symbols.
7351 nlist=conftest.nm
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7353 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; } && test -s "$nlist"; then
7357 # Try sorting and uniquifying the output.
7358 if sort "$nlist" | uniq > "$nlist"T; then
7359 mv -f "$nlist"T "$nlist"
7360 else
7361 rm -f "$nlist"T
7362 fi
7363
7364 # Make sure that we snagged all the symbols we need.
7365 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7366 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7367 cat <<_LT_EOF > conftest.$ac_ext
7368 #ifdef __cplusplus
7369 extern "C" {
7370 #endif
7371
7372 _LT_EOF
7373 # Now generate the symbol file.
7374 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7375
7376 cat <<_LT_EOF >> conftest.$ac_ext
7377
7378 /* The mapping between symbol names and symbols. */
7379 const struct {
7380 const char *name;
7381 void *address;
7382 }
7383 lt__PROGRAM__LTX_preloaded_symbols[] =
7384 {
7385 { "@PROGRAM@", (void *) 0 },
7386 _LT_EOF
7387 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7388 cat <<\_LT_EOF >> conftest.$ac_ext
7389 {0, (void *) 0}
7390 };
7391
7392 /* This works around a problem in FreeBSD linker */
7393 #ifdef FREEBSD_WORKAROUND
7394 static const void *lt_preloaded_setup() {
7395 return lt__PROGRAM__LTX_preloaded_symbols;
7396 }
7397 #endif
7398
7399 #ifdef __cplusplus
7400 }
7401 #endif
7402 _LT_EOF
7403 # Now try linking the two files.
7404 mv conftest.$ac_objext conftstm.$ac_objext
7405 lt_save_LIBS="$LIBS"
7406 lt_save_CFLAGS="$CFLAGS"
7407 LIBS="conftstm.$ac_objext"
7408 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7410 (eval $ac_link) 2>&5
7411 ac_status=$?
7412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7413 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7414 pipe_works=yes
7415 fi
7416 LIBS="$lt_save_LIBS"
7417 CFLAGS="$lt_save_CFLAGS"
7418 else
7419 echo "cannot find nm_test_func in $nlist" >&5
7420 fi
7421 else
7422 echo "cannot find nm_test_var in $nlist" >&5
7423 fi
7424 else
7425 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7426 fi
7427 else
7428 echo "$progname: failed program was:" >&5
7429 cat conftest.$ac_ext >&5
7430 fi
7431 rm -rf conftest* conftst*
7432
7433 # Do not use the global_symbol_pipe unless it works.
7434 if test "$pipe_works" = yes; then
7435 break
7436 else
7437 lt_cv_sys_global_symbol_pipe=
7438 fi
7439 done
7440
7441 fi
7442
7443 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7444 lt_cv_sys_global_symbol_to_cdecl=
7445 fi
7446 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7448 $as_echo "failed" >&6; }
7449 else
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7451 $as_echo "ok" >&6; }
7452 fi
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475 # Check whether --enable-libtool-lock was given.
7476 if test "${enable_libtool_lock+set}" = set; then :
7477 enableval=$enable_libtool_lock;
7478 fi
7479
7480 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7481
7482 # Some flags need to be propagated to the compiler or linker for good
7483 # libtool support.
7484 case $host in
7485 ia64-*-hpux*)
7486 # Find out which ABI we are using.
7487 echo 'int i;' > conftest.$ac_ext
7488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7489 (eval $ac_compile) 2>&5
7490 ac_status=$?
7491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7492 test $ac_status = 0; }; then
7493 case `/usr/bin/file conftest.$ac_objext` in
7494 *ELF-32*)
7495 HPUX_IA64_MODE="32"
7496 ;;
7497 *ELF-64*)
7498 HPUX_IA64_MODE="64"
7499 ;;
7500 esac
7501 fi
7502 rm -rf conftest*
7503 ;;
7504 *-*-irix6*)
7505 # Find out which ABI we are using.
7506 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7507 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7508 (eval $ac_compile) 2>&5
7509 ac_status=$?
7510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7511 test $ac_status = 0; }; then
7512 if test "$lt_cv_prog_gnu_ld" = yes; then
7513 case `/usr/bin/file conftest.$ac_objext` in
7514 *32-bit*)
7515 LD="${LD-ld} -melf32bsmip"
7516 ;;
7517 *N32*)
7518 LD="${LD-ld} -melf32bmipn32"
7519 ;;
7520 *64-bit*)
7521 LD="${LD-ld} -melf64bmip"
7522 ;;
7523 esac
7524 else
7525 case `/usr/bin/file conftest.$ac_objext` in
7526 *32-bit*)
7527 LD="${LD-ld} -32"
7528 ;;
7529 *N32*)
7530 LD="${LD-ld} -n32"
7531 ;;
7532 *64-bit*)
7533 LD="${LD-ld} -64"
7534 ;;
7535 esac
7536 fi
7537 fi
7538 rm -rf conftest*
7539 ;;
7540
7541 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7542 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7543 # Find out which ABI we are using.
7544 echo 'int i;' > conftest.$ac_ext
7545 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7546 (eval $ac_compile) 2>&5
7547 ac_status=$?
7548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7549 test $ac_status = 0; }; then
7550 case `/usr/bin/file conftest.o` in
7551 *32-bit*)
7552 case $host in
7553 x86_64-*kfreebsd*-gnu)
7554 LD="${LD-ld} -m elf_i386_fbsd"
7555 ;;
7556 x86_64-*linux*)
7557 case `/usr/bin/file conftest.o` in
7558 *x86-64*)
7559 LD="${LD-ld} -m elf32_x86_64"
7560 ;;
7561 *)
7562 LD="${LD-ld} -m elf_i386"
7563 ;;
7564 esac
7565 ;;
7566 powerpc64le-*linux*)
7567 LD="${LD-ld} -m elf32lppclinux"
7568 ;;
7569 powerpc64-*linux*)
7570 LD="${LD-ld} -m elf32ppclinux"
7571 ;;
7572 s390x-*linux*)
7573 LD="${LD-ld} -m elf_s390"
7574 ;;
7575 sparc64-*linux*)
7576 LD="${LD-ld} -m elf32_sparc"
7577 ;;
7578 esac
7579 ;;
7580 *64-bit*)
7581 case $host in
7582 x86_64-*kfreebsd*-gnu)
7583 LD="${LD-ld} -m elf_x86_64_fbsd"
7584 ;;
7585 x86_64-*linux*)
7586 LD="${LD-ld} -m elf_x86_64"
7587 ;;
7588 powerpcle-*linux*)
7589 LD="${LD-ld} -m elf64lppc"
7590 ;;
7591 powerpc-*linux*)
7592 LD="${LD-ld} -m elf64ppc"
7593 ;;
7594 s390*-*linux*|s390*-*tpf*)
7595 LD="${LD-ld} -m elf64_s390"
7596 ;;
7597 sparc*-*linux*)
7598 LD="${LD-ld} -m elf64_sparc"
7599 ;;
7600 esac
7601 ;;
7602 esac
7603 fi
7604 rm -rf conftest*
7605 ;;
7606
7607 *-*-sco3.2v5*)
7608 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7609 SAVE_CFLAGS="$CFLAGS"
7610 CFLAGS="$CFLAGS -belf"
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7612 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7613 if ${lt_cv_cc_needs_belf+:} false; then :
7614 $as_echo_n "(cached) " >&6
7615 else
7616 ac_ext=c
7617 ac_cpp='$CPP $CPPFLAGS'
7618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7621
7622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7623 /* end confdefs.h. */
7624
7625 int
7626 main ()
7627 {
7628
7629 ;
7630 return 0;
7631 }
7632 _ACEOF
7633 if ac_fn_c_try_link "$LINENO"; then :
7634 lt_cv_cc_needs_belf=yes
7635 else
7636 lt_cv_cc_needs_belf=no
7637 fi
7638 rm -f core conftest.err conftest.$ac_objext \
7639 conftest$ac_exeext conftest.$ac_ext
7640 ac_ext=c
7641 ac_cpp='$CPP $CPPFLAGS'
7642 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7643 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7644 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7645
7646 fi
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7648 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7649 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7650 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7651 CFLAGS="$SAVE_CFLAGS"
7652 fi
7653 ;;
7654 sparc*-*solaris*)
7655 # Find out which ABI we are using.
7656 echo 'int i;' > conftest.$ac_ext
7657 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7658 (eval $ac_compile) 2>&5
7659 ac_status=$?
7660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7661 test $ac_status = 0; }; then
7662 case `/usr/bin/file conftest.o` in
7663 *64-bit*)
7664 case $lt_cv_prog_gnu_ld in
7665 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7666 *)
7667 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7668 LD="${LD-ld} -64"
7669 fi
7670 ;;
7671 esac
7672 ;;
7673 esac
7674 fi
7675 rm -rf conftest*
7676 ;;
7677 esac
7678
7679 need_locks="$enable_libtool_lock"
7680
7681
7682 case $host_os in
7683 rhapsody* | darwin*)
7684 if test -n "$ac_tool_prefix"; then
7685 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7686 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7688 $as_echo_n "checking for $ac_word... " >&6; }
7689 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7690 $as_echo_n "(cached) " >&6
7691 else
7692 if test -n "$DSYMUTIL"; then
7693 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7694 else
7695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7696 for as_dir in $PATH
7697 do
7698 IFS=$as_save_IFS
7699 test -z "$as_dir" && as_dir=.
7700 for ac_exec_ext in '' $ac_executable_extensions; do
7701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7702 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7704 break 2
7705 fi
7706 done
7707 done
7708 IFS=$as_save_IFS
7709
7710 fi
7711 fi
7712 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7713 if test -n "$DSYMUTIL"; then
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7715 $as_echo "$DSYMUTIL" >&6; }
7716 else
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7718 $as_echo "no" >&6; }
7719 fi
7720
7721
7722 fi
7723 if test -z "$ac_cv_prog_DSYMUTIL"; then
7724 ac_ct_DSYMUTIL=$DSYMUTIL
7725 # Extract the first word of "dsymutil", so it can be a program name with args.
7726 set dummy dsymutil; ac_word=$2
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728 $as_echo_n "checking for $ac_word... " >&6; }
7729 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7730 $as_echo_n "(cached) " >&6
7731 else
7732 if test -n "$ac_ct_DSYMUTIL"; then
7733 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7734 else
7735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736 for as_dir in $PATH
7737 do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7742 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746 done
7747 done
7748 IFS=$as_save_IFS
7749
7750 fi
7751 fi
7752 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7753 if test -n "$ac_ct_DSYMUTIL"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7755 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7756 else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758 $as_echo "no" >&6; }
7759 fi
7760
7761 if test "x$ac_ct_DSYMUTIL" = x; then
7762 DSYMUTIL=":"
7763 else
7764 case $cross_compiling:$ac_tool_warned in
7765 yes:)
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7767 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7768 ac_tool_warned=yes ;;
7769 esac
7770 DSYMUTIL=$ac_ct_DSYMUTIL
7771 fi
7772 else
7773 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7774 fi
7775
7776 if test -n "$ac_tool_prefix"; then
7777 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7778 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7780 $as_echo_n "checking for $ac_word... " >&6; }
7781 if ${ac_cv_prog_NMEDIT+:} false; then :
7782 $as_echo_n "(cached) " >&6
7783 else
7784 if test -n "$NMEDIT"; then
7785 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7786 else
7787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7788 for as_dir in $PATH
7789 do
7790 IFS=$as_save_IFS
7791 test -z "$as_dir" && as_dir=.
7792 for ac_exec_ext in '' $ac_executable_extensions; do
7793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7794 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7796 break 2
7797 fi
7798 done
7799 done
7800 IFS=$as_save_IFS
7801
7802 fi
7803 fi
7804 NMEDIT=$ac_cv_prog_NMEDIT
7805 if test -n "$NMEDIT"; then
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7807 $as_echo "$NMEDIT" >&6; }
7808 else
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7810 $as_echo "no" >&6; }
7811 fi
7812
7813
7814 fi
7815 if test -z "$ac_cv_prog_NMEDIT"; then
7816 ac_ct_NMEDIT=$NMEDIT
7817 # Extract the first word of "nmedit", so it can be a program name with args.
7818 set dummy nmedit; ac_word=$2
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820 $as_echo_n "checking for $ac_word... " >&6; }
7821 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7822 $as_echo_n "(cached) " >&6
7823 else
7824 if test -n "$ac_ct_NMEDIT"; then
7825 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7826 else
7827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828 for as_dir in $PATH
7829 do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7834 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7836 break 2
7837 fi
7838 done
7839 done
7840 IFS=$as_save_IFS
7841
7842 fi
7843 fi
7844 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7845 if test -n "$ac_ct_NMEDIT"; then
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7847 $as_echo "$ac_ct_NMEDIT" >&6; }
7848 else
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850 $as_echo "no" >&6; }
7851 fi
7852
7853 if test "x$ac_ct_NMEDIT" = x; then
7854 NMEDIT=":"
7855 else
7856 case $cross_compiling:$ac_tool_warned in
7857 yes:)
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7859 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7860 ac_tool_warned=yes ;;
7861 esac
7862 NMEDIT=$ac_ct_NMEDIT
7863 fi
7864 else
7865 NMEDIT="$ac_cv_prog_NMEDIT"
7866 fi
7867
7868 if test -n "$ac_tool_prefix"; then
7869 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7870 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7872 $as_echo_n "checking for $ac_word... " >&6; }
7873 if ${ac_cv_prog_LIPO+:} false; then :
7874 $as_echo_n "(cached) " >&6
7875 else
7876 if test -n "$LIPO"; then
7877 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7878 else
7879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7880 for as_dir in $PATH
7881 do
7882 IFS=$as_save_IFS
7883 test -z "$as_dir" && as_dir=.
7884 for ac_exec_ext in '' $ac_executable_extensions; do
7885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7886 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7888 break 2
7889 fi
7890 done
7891 done
7892 IFS=$as_save_IFS
7893
7894 fi
7895 fi
7896 LIPO=$ac_cv_prog_LIPO
7897 if test -n "$LIPO"; then
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7899 $as_echo "$LIPO" >&6; }
7900 else
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7902 $as_echo "no" >&6; }
7903 fi
7904
7905
7906 fi
7907 if test -z "$ac_cv_prog_LIPO"; then
7908 ac_ct_LIPO=$LIPO
7909 # Extract the first word of "lipo", so it can be a program name with args.
7910 set dummy lipo; ac_word=$2
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912 $as_echo_n "checking for $ac_word... " >&6; }
7913 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7914 $as_echo_n "(cached) " >&6
7915 else
7916 if test -n "$ac_ct_LIPO"; then
7917 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7918 else
7919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920 for as_dir in $PATH
7921 do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7926 ac_cv_prog_ac_ct_LIPO="lipo"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930 done
7931 done
7932 IFS=$as_save_IFS
7933
7934 fi
7935 fi
7936 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7937 if test -n "$ac_ct_LIPO"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7939 $as_echo "$ac_ct_LIPO" >&6; }
7940 else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942 $as_echo "no" >&6; }
7943 fi
7944
7945 if test "x$ac_ct_LIPO" = x; then
7946 LIPO=":"
7947 else
7948 case $cross_compiling:$ac_tool_warned in
7949 yes:)
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7951 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7952 ac_tool_warned=yes ;;
7953 esac
7954 LIPO=$ac_ct_LIPO
7955 fi
7956 else
7957 LIPO="$ac_cv_prog_LIPO"
7958 fi
7959
7960 if test -n "$ac_tool_prefix"; then
7961 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7962 set dummy ${ac_tool_prefix}otool; ac_word=$2
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7964 $as_echo_n "checking for $ac_word... " >&6; }
7965 if ${ac_cv_prog_OTOOL+:} false; then :
7966 $as_echo_n "(cached) " >&6
7967 else
7968 if test -n "$OTOOL"; then
7969 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7970 else
7971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7972 for as_dir in $PATH
7973 do
7974 IFS=$as_save_IFS
7975 test -z "$as_dir" && as_dir=.
7976 for ac_exec_ext in '' $ac_executable_extensions; do
7977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7978 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7980 break 2
7981 fi
7982 done
7983 done
7984 IFS=$as_save_IFS
7985
7986 fi
7987 fi
7988 OTOOL=$ac_cv_prog_OTOOL
7989 if test -n "$OTOOL"; then
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7991 $as_echo "$OTOOL" >&6; }
7992 else
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7994 $as_echo "no" >&6; }
7995 fi
7996
7997
7998 fi
7999 if test -z "$ac_cv_prog_OTOOL"; then
8000 ac_ct_OTOOL=$OTOOL
8001 # Extract the first word of "otool", so it can be a program name with args.
8002 set dummy otool; ac_word=$2
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8004 $as_echo_n "checking for $ac_word... " >&6; }
8005 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8006 $as_echo_n "(cached) " >&6
8007 else
8008 if test -n "$ac_ct_OTOOL"; then
8009 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8010 else
8011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8012 for as_dir in $PATH
8013 do
8014 IFS=$as_save_IFS
8015 test -z "$as_dir" && as_dir=.
8016 for ac_exec_ext in '' $ac_executable_extensions; do
8017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8018 ac_cv_prog_ac_ct_OTOOL="otool"
8019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8020 break 2
8021 fi
8022 done
8023 done
8024 IFS=$as_save_IFS
8025
8026 fi
8027 fi
8028 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8029 if test -n "$ac_ct_OTOOL"; then
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8031 $as_echo "$ac_ct_OTOOL" >&6; }
8032 else
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8034 $as_echo "no" >&6; }
8035 fi
8036
8037 if test "x$ac_ct_OTOOL" = x; then
8038 OTOOL=":"
8039 else
8040 case $cross_compiling:$ac_tool_warned in
8041 yes:)
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8043 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8044 ac_tool_warned=yes ;;
8045 esac
8046 OTOOL=$ac_ct_OTOOL
8047 fi
8048 else
8049 OTOOL="$ac_cv_prog_OTOOL"
8050 fi
8051
8052 if test -n "$ac_tool_prefix"; then
8053 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8054 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8056 $as_echo_n "checking for $ac_word... " >&6; }
8057 if ${ac_cv_prog_OTOOL64+:} false; then :
8058 $as_echo_n "(cached) " >&6
8059 else
8060 if test -n "$OTOOL64"; then
8061 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8062 else
8063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8064 for as_dir in $PATH
8065 do
8066 IFS=$as_save_IFS
8067 test -z "$as_dir" && as_dir=.
8068 for ac_exec_ext in '' $ac_executable_extensions; do
8069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8070 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8072 break 2
8073 fi
8074 done
8075 done
8076 IFS=$as_save_IFS
8077
8078 fi
8079 fi
8080 OTOOL64=$ac_cv_prog_OTOOL64
8081 if test -n "$OTOOL64"; then
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8083 $as_echo "$OTOOL64" >&6; }
8084 else
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8086 $as_echo "no" >&6; }
8087 fi
8088
8089
8090 fi
8091 if test -z "$ac_cv_prog_OTOOL64"; then
8092 ac_ct_OTOOL64=$OTOOL64
8093 # Extract the first word of "otool64", so it can be a program name with args.
8094 set dummy otool64; ac_word=$2
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8096 $as_echo_n "checking for $ac_word... " >&6; }
8097 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8098 $as_echo_n "(cached) " >&6
8099 else
8100 if test -n "$ac_ct_OTOOL64"; then
8101 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8102 else
8103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8104 for as_dir in $PATH
8105 do
8106 IFS=$as_save_IFS
8107 test -z "$as_dir" && as_dir=.
8108 for ac_exec_ext in '' $ac_executable_extensions; do
8109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8110 ac_cv_prog_ac_ct_OTOOL64="otool64"
8111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8112 break 2
8113 fi
8114 done
8115 done
8116 IFS=$as_save_IFS
8117
8118 fi
8119 fi
8120 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8121 if test -n "$ac_ct_OTOOL64"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8123 $as_echo "$ac_ct_OTOOL64" >&6; }
8124 else
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8126 $as_echo "no" >&6; }
8127 fi
8128
8129 if test "x$ac_ct_OTOOL64" = x; then
8130 OTOOL64=":"
8131 else
8132 case $cross_compiling:$ac_tool_warned in
8133 yes:)
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8136 ac_tool_warned=yes ;;
8137 esac
8138 OTOOL64=$ac_ct_OTOOL64
8139 fi
8140 else
8141 OTOOL64="$ac_cv_prog_OTOOL64"
8142 fi
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8171 $as_echo_n "checking for -single_module linker flag... " >&6; }
8172 if ${lt_cv_apple_cc_single_mod+:} false; then :
8173 $as_echo_n "(cached) " >&6
8174 else
8175 lt_cv_apple_cc_single_mod=no
8176 if test -z "${LT_MULTI_MODULE}"; then
8177 # By default we will add the -single_module flag. You can override
8178 # by either setting the environment variable LT_MULTI_MODULE
8179 # non-empty at configure time, or by adding -multi_module to the
8180 # link flags.
8181 rm -rf libconftest.dylib*
8182 echo "int foo(void){return 1;}" > conftest.c
8183 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8184 -dynamiclib -Wl,-single_module conftest.c" >&5
8185 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8186 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8187 _lt_result=$?
8188 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8189 lt_cv_apple_cc_single_mod=yes
8190 else
8191 cat conftest.err >&5
8192 fi
8193 rm -rf libconftest.dylib*
8194 rm -f conftest.*
8195 fi
8196 fi
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8198 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8200 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8201 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8202 $as_echo_n "(cached) " >&6
8203 else
8204 lt_cv_ld_exported_symbols_list=no
8205 save_LDFLAGS=$LDFLAGS
8206 echo "_main" > conftest.sym
8207 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8209 /* end confdefs.h. */
8210
8211 int
8212 main ()
8213 {
8214
8215 ;
8216 return 0;
8217 }
8218 _ACEOF
8219 if ac_fn_c_try_link "$LINENO"; then :
8220 lt_cv_ld_exported_symbols_list=yes
8221 else
8222 lt_cv_ld_exported_symbols_list=no
8223 fi
8224 rm -f core conftest.err conftest.$ac_objext \
8225 conftest$ac_exeext conftest.$ac_ext
8226 LDFLAGS="$save_LDFLAGS"
8227
8228 fi
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8230 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8232 $as_echo_n "checking for -force_load linker flag... " >&6; }
8233 if ${lt_cv_ld_force_load+:} false; then :
8234 $as_echo_n "(cached) " >&6
8235 else
8236 lt_cv_ld_force_load=no
8237 cat > conftest.c << _LT_EOF
8238 int forced_loaded() { return 2;}
8239 _LT_EOF
8240 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8241 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8242 echo "$AR cru libconftest.a conftest.o" >&5
8243 $AR cru libconftest.a conftest.o 2>&5
8244 cat > conftest.c << _LT_EOF
8245 int main() { return 0;}
8246 _LT_EOF
8247 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8248 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8249 _lt_result=$?
8250 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8251 lt_cv_ld_force_load=yes
8252 else
8253 cat conftest.err >&5
8254 fi
8255 rm -f conftest.err libconftest.a conftest conftest.c
8256 rm -rf conftest.dSYM
8257
8258 fi
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8260 $as_echo "$lt_cv_ld_force_load" >&6; }
8261 case $host_os in
8262 rhapsody* | darwin1.[012])
8263 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8264 darwin1.*)
8265 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8266 darwin*) # darwin 5.x on
8267 # if running on 10.5 or later, the deployment target defaults
8268 # to the OS version, if on x86, and 10.4, the deployment
8269 # target defaults to 10.4. Don't you love it?
8270 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8271 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8272 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8273 10.[012][,.]*)
8274 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8275 10.*)
8276 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8277 esac
8278 ;;
8279 esac
8280 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8281 _lt_dar_single_mod='$single_module'
8282 fi
8283 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8284 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8285 else
8286 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8287 fi
8288 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8289 _lt_dsymutil='~$DSYMUTIL $lib || :'
8290 else
8291 _lt_dsymutil=
8292 fi
8293 ;;
8294 esac
8295
8296 for ac_header in dlfcn.h
8297 do :
8298 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8299 "
8300 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8301 cat >>confdefs.h <<_ACEOF
8302 #define HAVE_DLFCN_H 1
8303 _ACEOF
8304
8305 fi
8306
8307 done
8308
8309
8310
8311 # autoconf.info says this should be called right after AC_INIT.
8312 ac_config_headers="$ac_config_headers config.h:config.in"
8313
8314
8315
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8317 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8318 if ${ac_cv_c_bigendian+:} false; then :
8319 $as_echo_n "(cached) " >&6
8320 else
8321 ac_cv_c_bigendian=unknown
8322 # See if we're dealing with a universal compiler.
8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8324 /* end confdefs.h. */
8325 #ifndef __APPLE_CC__
8326 not a universal capable compiler
8327 #endif
8328 typedef int dummy;
8329
8330 _ACEOF
8331 if ac_fn_c_try_compile "$LINENO"; then :
8332
8333 # Check for potential -arch flags. It is not universal unless
8334 # there are at least two -arch flags with different values.
8335 ac_arch=
8336 ac_prev=
8337 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8338 if test -n "$ac_prev"; then
8339 case $ac_word in
8340 i?86 | x86_64 | ppc | ppc64)
8341 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8342 ac_arch=$ac_word
8343 else
8344 ac_cv_c_bigendian=universal
8345 break
8346 fi
8347 ;;
8348 esac
8349 ac_prev=
8350 elif test "x$ac_word" = "x-arch"; then
8351 ac_prev=arch
8352 fi
8353 done
8354 fi
8355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8356 if test $ac_cv_c_bigendian = unknown; then
8357 # See if sys/param.h defines the BYTE_ORDER macro.
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359 /* end confdefs.h. */
8360 #include <sys/types.h>
8361 #include <sys/param.h>
8362
8363 int
8364 main ()
8365 {
8366 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8367 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8368 && LITTLE_ENDIAN)
8369 bogus endian macros
8370 #endif
8371
8372 ;
8373 return 0;
8374 }
8375 _ACEOF
8376 if ac_fn_c_try_compile "$LINENO"; then :
8377 # It does; now see whether it defined to BIG_ENDIAN or not.
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h. */
8380 #include <sys/types.h>
8381 #include <sys/param.h>
8382
8383 int
8384 main ()
8385 {
8386 #if BYTE_ORDER != BIG_ENDIAN
8387 not big endian
8388 #endif
8389
8390 ;
8391 return 0;
8392 }
8393 _ACEOF
8394 if ac_fn_c_try_compile "$LINENO"; then :
8395 ac_cv_c_bigendian=yes
8396 else
8397 ac_cv_c_bigendian=no
8398 fi
8399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8400 fi
8401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8402 fi
8403 if test $ac_cv_c_bigendian = unknown; then
8404 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8407 #include <limits.h>
8408
8409 int
8410 main ()
8411 {
8412 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8413 bogus endian macros
8414 #endif
8415
8416 ;
8417 return 0;
8418 }
8419 _ACEOF
8420 if ac_fn_c_try_compile "$LINENO"; then :
8421 # It does; now see whether it defined to _BIG_ENDIAN or not.
8422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8423 /* end confdefs.h. */
8424 #include <limits.h>
8425
8426 int
8427 main ()
8428 {
8429 #ifndef _BIG_ENDIAN
8430 not big endian
8431 #endif
8432
8433 ;
8434 return 0;
8435 }
8436 _ACEOF
8437 if ac_fn_c_try_compile "$LINENO"; then :
8438 ac_cv_c_bigendian=yes
8439 else
8440 ac_cv_c_bigendian=no
8441 fi
8442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8443 fi
8444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8445 fi
8446 if test $ac_cv_c_bigendian = unknown; then
8447 # Compile a test program.
8448 if test "$cross_compiling" = yes; then :
8449 # Try to guess by grepping values from an object file.
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451 /* end confdefs.h. */
8452 short int ascii_mm[] =
8453 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8454 short int ascii_ii[] =
8455 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8456 int use_ascii (int i) {
8457 return ascii_mm[i] + ascii_ii[i];
8458 }
8459 short int ebcdic_ii[] =
8460 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8461 short int ebcdic_mm[] =
8462 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8463 int use_ebcdic (int i) {
8464 return ebcdic_mm[i] + ebcdic_ii[i];
8465 }
8466 extern int foo;
8467
8468 int
8469 main ()
8470 {
8471 return use_ascii (foo) == use_ebcdic (foo);
8472 ;
8473 return 0;
8474 }
8475 _ACEOF
8476 if ac_fn_c_try_compile "$LINENO"; then :
8477 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8478 ac_cv_c_bigendian=yes
8479 fi
8480 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8481 if test "$ac_cv_c_bigendian" = unknown; then
8482 ac_cv_c_bigendian=no
8483 else
8484 # finding both strings is unlikely to happen, but who knows?
8485 ac_cv_c_bigendian=unknown
8486 fi
8487 fi
8488 fi
8489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8490 else
8491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8493 $ac_includes_default
8494 int
8495 main ()
8496 {
8497
8498 /* Are we little or big endian? From Harbison&Steele. */
8499 union
8500 {
8501 long int l;
8502 char c[sizeof (long int)];
8503 } u;
8504 u.l = 1;
8505 return u.c[sizeof (long int) - 1] == 1;
8506
8507 ;
8508 return 0;
8509 }
8510 _ACEOF
8511 if ac_fn_c_try_run "$LINENO"; then :
8512 ac_cv_c_bigendian=no
8513 else
8514 ac_cv_c_bigendian=yes
8515 fi
8516 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8517 conftest.$ac_objext conftest.beam conftest.$ac_ext
8518 fi
8519
8520 fi
8521 fi
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8523 $as_echo "$ac_cv_c_bigendian" >&6; }
8524 case $ac_cv_c_bigendian in #(
8525 yes)
8526 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8527 ;; #(
8528 no)
8529 ;; #(
8530 universal)
8531
8532 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8533
8534 ;; #(
8535 *)
8536 as_fn_error $? "unknown endianness
8537 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8538 esac
8539
8540
8541
8542
8543 # Put a plausible default for CC_FOR_BUILD in Makefile.
8544 if test -z "$CC_FOR_BUILD"; then
8545 if test "x$cross_compiling" = "xno"; then
8546 CC_FOR_BUILD='$(CC)'
8547 else
8548 CC_FOR_BUILD=gcc
8549 fi
8550 fi
8551
8552
8553
8554
8555 AR=${AR-ar}
8556
8557 if test -n "$ac_tool_prefix"; then
8558 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8559 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8561 $as_echo_n "checking for $ac_word... " >&6; }
8562 if ${ac_cv_prog_RANLIB+:} false; then :
8563 $as_echo_n "(cached) " >&6
8564 else
8565 if test -n "$RANLIB"; then
8566 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8567 else
8568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8569 for as_dir in $PATH
8570 do
8571 IFS=$as_save_IFS
8572 test -z "$as_dir" && as_dir=.
8573 for ac_exec_ext in '' $ac_executable_extensions; do
8574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8575 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8577 break 2
8578 fi
8579 done
8580 done
8581 IFS=$as_save_IFS
8582
8583 fi
8584 fi
8585 RANLIB=$ac_cv_prog_RANLIB
8586 if test -n "$RANLIB"; then
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8588 $as_echo "$RANLIB" >&6; }
8589 else
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8591 $as_echo "no" >&6; }
8592 fi
8593
8594
8595 fi
8596 if test -z "$ac_cv_prog_RANLIB"; then
8597 ac_ct_RANLIB=$RANLIB
8598 # Extract the first word of "ranlib", so it can be a program name with args.
8599 set dummy ranlib; ac_word=$2
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8601 $as_echo_n "checking for $ac_word... " >&6; }
8602 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 if test -n "$ac_ct_RANLIB"; then
8606 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8607 else
8608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8609 for as_dir in $PATH
8610 do
8611 IFS=$as_save_IFS
8612 test -z "$as_dir" && as_dir=.
8613 for ac_exec_ext in '' $ac_executable_extensions; do
8614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8615 ac_cv_prog_ac_ct_RANLIB="ranlib"
8616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8617 break 2
8618 fi
8619 done
8620 done
8621 IFS=$as_save_IFS
8622
8623 fi
8624 fi
8625 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8626 if test -n "$ac_ct_RANLIB"; then
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8628 $as_echo "$ac_ct_RANLIB" >&6; }
8629 else
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8631 $as_echo "no" >&6; }
8632 fi
8633
8634 if test "x$ac_ct_RANLIB" = x; then
8635 RANLIB=":"
8636 else
8637 case $cross_compiling:$ac_tool_warned in
8638 yes:)
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8640 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8641 ac_tool_warned=yes ;;
8642 esac
8643 RANLIB=$ac_ct_RANLIB
8644 fi
8645 else
8646 RANLIB="$ac_cv_prog_RANLIB"
8647 fi
8648
8649
8650 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8651 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8652 # is C99. So handle it ourselves.
8653 :
8654 C_DIALECT=
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8656 $as_echo_n "checking whether C11 is supported by default... " >&6; }
8657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8658 /* end confdefs.h. */
8659
8660 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8661 # error "C11 support not found"
8662 #endif
8663
8664 _ACEOF
8665 if ac_fn_c_try_compile "$LINENO"; then :
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8667 $as_echo "yes" >&6; }
8668 else
8669
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8671 $as_echo "no" >&6; }
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8673 $as_echo_n "checking for -std=c11 support... " >&6; }
8674 ac_save_CC="$CC"
8675 CC="$CC -std=c11"
8676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8677 /* end confdefs.h. */
8678
8679 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8680 # error "C11 support not found"
8681 #endif
8682
8683 _ACEOF
8684 if ac_fn_c_try_compile "$LINENO"; then :
8685
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8687 $as_echo "yes" >&6; }
8688 CC="$ac_save_CC"
8689 C_DIALECT="-std=c11"
8690
8691 else
8692 as_fn_error $? "C11 is required" "$LINENO" 5
8693 fi
8694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8695 fi
8696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8697
8698
8699 # Some of the common include files depend on bfd.h, and bfd.h checks
8700 # that config.h is included first by testing that the PACKAGE macro
8701 # is defined.
8702 PACKAGE=sim
8703
8704 cat >>confdefs.h <<_ACEOF
8705 #define PACKAGE "$PACKAGE"
8706 _ACEOF
8707
8708
8709
8710 # Dependency checking.
8711 ac_config_commands="$ac_config_commands depdir"
8712
8713
8714 depcc="$CC" am_compiler_list=
8715
8716 am_depcomp=$ac_aux_dir/depcomp
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8718 $as_echo_n "checking dependency style of $depcc... " >&6; }
8719 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
8720 $as_echo_n "(cached) " >&6
8721 else
8722 if test -f "$am_depcomp"; then
8723 # We make a subdir and do the tests there. Otherwise we can end up
8724 # making bogus files that we don't know about and never remove. For
8725 # instance it was reported that on HP-UX the gcc test will end up
8726 # making a dummy file named `D' -- because `-MD' means `put the output
8727 # in D'.
8728 mkdir conftest.dir
8729 # Copy depcomp to subdir because otherwise we won't find it if we're
8730 # using a relative directory.
8731 cp "$am_depcomp" conftest.dir
8732 cd conftest.dir
8733 # We will build objects and dependencies in a subdirectory because
8734 # it helps to detect inapplicable dependency modes. For instance
8735 # both Tru64's cc and ICC support -MD to output dependencies as a
8736 # side effect of compilation, but ICC will put the dependencies in
8737 # the current directory while Tru64 will put them in the object
8738 # directory.
8739 mkdir sub
8740
8741 am_cv_CC_dependencies_compiler_type=none
8742 if test "$am_compiler_list" = ""; then
8743 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8744 fi
8745 for depmode in $am_compiler_list; do
8746 if test $depmode = none; then break; fi
8747
8748 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8749 # Setup a source with many dependencies, because some compilers
8750 # like to wrap large dependency lists on column 80 (with \), and
8751 # we should not choose a depcomp mode which is confused by this.
8752 #
8753 # We need to recreate these files for each test, as the compiler may
8754 # overwrite some of them when testing with obscure command lines.
8755 # This happens at least with the AIX C compiler.
8756 : > sub/conftest.c
8757 for i in 1 2 3 4 5 6; do
8758 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8759 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8760 # Solaris 8's {/usr,}/bin/sh.
8761 touch sub/conftst$i.h
8762 done
8763 echo "include sub/conftest.Po" > confmf
8764
8765 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8766 # mode. It turns out that the SunPro C++ compiler does not properly
8767 # handle `-M -o', and we need to detect this.
8768 depcmd="depmode=$depmode \
8769 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8770 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8771 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8772 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8773 if env $depcmd > conftest.err 2>&1 &&
8774 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8775 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8776 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8777 # icc doesn't choke on unknown options, it will just issue warnings
8778 # or remarks (even with -Werror). So we grep stderr for any message
8779 # that says an option was ignored or not supported.
8780 # When given -MP, icc 7.0 and 7.1 complain thusly:
8781 # icc: Command line warning: ignoring option '-M'; no argument required
8782 # The diagnosis changed in icc 8.0:
8783 # icc: Command line remark: option '-MP' not supported
8784 if (grep 'ignoring option' conftest.err ||
8785 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8786 am_cv_CC_dependencies_compiler_type=$depmode
8787 $as_echo "$as_me:$LINENO: success" >&5
8788 break
8789 fi
8790 fi
8791 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8792 sed -e 's/^/| /' < conftest.err >&5
8793 done
8794
8795 cd ..
8796 rm -rf conftest.dir
8797 else
8798 am_cv_CC_dependencies_compiler_type=none
8799 fi
8800
8801 fi
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8803 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8804 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8805 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
8806 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8807
8808 fi
8809
8810
8811 # Check for the 'make' the user wants to use.
8812 for ac_prog in make
8813 do
8814 # Extract the first word of "$ac_prog", so it can be a program name with args.
8815 set dummy $ac_prog; ac_word=$2
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8817 $as_echo_n "checking for $ac_word... " >&6; }
8818 if ${ac_cv_prog_MAKE+:} false; then :
8819 $as_echo_n "(cached) " >&6
8820 else
8821 if test -n "$MAKE"; then
8822 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8823 else
8824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8825 for as_dir in $PATH
8826 do
8827 IFS=$as_save_IFS
8828 test -z "$as_dir" && as_dir=.
8829 for ac_exec_ext in '' $ac_executable_extensions; do
8830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8831 ac_cv_prog_MAKE="$ac_prog"
8832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8833 break 2
8834 fi
8835 done
8836 done
8837 IFS=$as_save_IFS
8838
8839 fi
8840 fi
8841 MAKE=$ac_cv_prog_MAKE
8842 if test -n "$MAKE"; then
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8844 $as_echo "$MAKE" >&6; }
8845 else
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8847 $as_echo "no" >&6; }
8848 fi
8849
8850
8851 test -n "$MAKE" && break
8852 done
8853
8854 MAKE_IS_GNU=
8855 case "`$MAKE --version 2>&1 | sed 1q`" in
8856 *GNU*)
8857 MAKE_IS_GNU=yes
8858 ;;
8859 esac
8860 if test "$MAKE_IS_GNU" = yes; then
8861 GMAKE_TRUE=
8862 GMAKE_FALSE='#'
8863 else
8864 GMAKE_TRUE='#'
8865 GMAKE_FALSE=
8866 fi
8867
8868
8869 ALL_LINGUAS=
8870 # If we haven't got the data from the intl directory,
8871 # assume NLS is disabled.
8872 USE_NLS=no
8873 LIBINTL=
8874 LIBINTL_DEP=
8875 INCINTL=
8876 XGETTEXT=
8877 GMSGFMT=
8878 POSUB=
8879
8880 if test -f ../../intl/config.intl; then
8881 . ../../intl/config.intl
8882 fi
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8884 $as_echo_n "checking whether NLS is requested... " >&6; }
8885 if test x"$USE_NLS" != xyes; then
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8887 $as_echo "no" >&6; }
8888 else
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8890 $as_echo "yes" >&6; }
8891
8892 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8893
8894
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8896 $as_echo_n "checking for catalogs to be installed... " >&6; }
8897 # Look for .po and .gmo files in the source directory.
8898 CATALOGS=
8899 XLINGUAS=
8900 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8901 # If there aren't any .gmo files the shell will give us the
8902 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8903 # weeded out.
8904 case "$cat" in *\**)
8905 continue;;
8906 esac
8907 # The quadruple backslash is collapsed to a double backslash
8908 # by the backticks, then collapsed again by the double quotes,
8909 # leaving us with one backslash in the sed expression (right
8910 # before the dot that mustn't act as a wildcard).
8911 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8912 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8913 # The user is allowed to set LINGUAS to a list of languages to
8914 # install catalogs for. If it's empty that means "all of them."
8915 if test "x$LINGUAS" = x; then
8916 CATALOGS="$CATALOGS $cat"
8917 XLINGUAS="$XLINGUAS $lang"
8918 else
8919 case "$LINGUAS" in *$lang*)
8920 CATALOGS="$CATALOGS $cat"
8921 XLINGUAS="$XLINGUAS $lang"
8922 ;;
8923 esac
8924 fi
8925 done
8926 LINGUAS="$XLINGUAS"
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8928 $as_echo "$LINGUAS" >&6; }
8929
8930
8931 DATADIRNAME=share
8932
8933 INSTOBJEXT=.mo
8934
8935 GENCAT=gencat
8936
8937 CATOBJEXT=.gmo
8938
8939 fi
8940
8941 # Check for common headers.
8942 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8943 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8944 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8945 do :
8946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8947 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8948 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8949 cat >>confdefs.h <<_ACEOF
8950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8951 _ACEOF
8952
8953 fi
8954
8955 done
8956
8957 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8958 do :
8959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8960 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8961 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8962 cat >>confdefs.h <<_ACEOF
8963 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8964 _ACEOF
8965
8966 fi
8967
8968 done
8969
8970 for ac_header in fcntl.h fpu_control.h
8971 do :
8972 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8973 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8974 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8975 cat >>confdefs.h <<_ACEOF
8976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8977 _ACEOF
8978
8979 fi
8980
8981 done
8982
8983 for ac_header in dlfcn.h errno.h sys/stat.h
8984 do :
8985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8986 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8987 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8988 cat >>confdefs.h <<_ACEOF
8989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8990 _ACEOF
8991
8992 fi
8993
8994 done
8995
8996 for ac_func in getrusage time sigaction __setfpucw
8997 do :
8998 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8999 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9000 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9001 cat >>confdefs.h <<_ACEOF
9002 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9003 _ACEOF
9004
9005 fi
9006 done
9007
9008 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9009 do :
9010 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9011 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9012 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9013 cat >>confdefs.h <<_ACEOF
9014 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9015 _ACEOF
9016
9017 fi
9018 done
9019
9020 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9021 #include <sys/types.h>
9022 #endif
9023 #ifdef HAVE_SYS_STAT_H
9024 #include <sys/stat.h>
9025 #endif
9026 "
9027 if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
9028
9029 cat >>confdefs.h <<_ACEOF
9030 #define HAVE_STRUCT_STAT_ST_DEV 1
9031 _ACEOF
9032
9033
9034 fi
9035 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9036 #include <sys/types.h>
9037 #endif
9038 #ifdef HAVE_SYS_STAT_H
9039 #include <sys/stat.h>
9040 #endif
9041 "
9042 if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
9043
9044 cat >>confdefs.h <<_ACEOF
9045 #define HAVE_STRUCT_STAT_ST_INO 1
9046 _ACEOF
9047
9048
9049 fi
9050 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9051 #include <sys/types.h>
9052 #endif
9053 #ifdef HAVE_SYS_STAT_H
9054 #include <sys/stat.h>
9055 #endif
9056 "
9057 if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
9058
9059 cat >>confdefs.h <<_ACEOF
9060 #define HAVE_STRUCT_STAT_ST_MODE 1
9061 _ACEOF
9062
9063
9064 fi
9065 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9066 #include <sys/types.h>
9067 #endif
9068 #ifdef HAVE_SYS_STAT_H
9069 #include <sys/stat.h>
9070 #endif
9071 "
9072 if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
9073
9074 cat >>confdefs.h <<_ACEOF
9075 #define HAVE_STRUCT_STAT_ST_NLINK 1
9076 _ACEOF
9077
9078
9079 fi
9080 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9081 #include <sys/types.h>
9082 #endif
9083 #ifdef HAVE_SYS_STAT_H
9084 #include <sys/stat.h>
9085 #endif
9086 "
9087 if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
9088
9089 cat >>confdefs.h <<_ACEOF
9090 #define HAVE_STRUCT_STAT_ST_UID 1
9091 _ACEOF
9092
9093
9094 fi
9095 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9096 #include <sys/types.h>
9097 #endif
9098 #ifdef HAVE_SYS_STAT_H
9099 #include <sys/stat.h>
9100 #endif
9101 "
9102 if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
9103
9104 cat >>confdefs.h <<_ACEOF
9105 #define HAVE_STRUCT_STAT_ST_GID 1
9106 _ACEOF
9107
9108
9109 fi
9110 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9111 #include <sys/types.h>
9112 #endif
9113 #ifdef HAVE_SYS_STAT_H
9114 #include <sys/stat.h>
9115 #endif
9116 "
9117 if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
9118
9119 cat >>confdefs.h <<_ACEOF
9120 #define HAVE_STRUCT_STAT_ST_RDEV 1
9121 _ACEOF
9122
9123
9124 fi
9125 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9126 #include <sys/types.h>
9127 #endif
9128 #ifdef HAVE_SYS_STAT_H
9129 #include <sys/stat.h>
9130 #endif
9131 "
9132 if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
9133
9134 cat >>confdefs.h <<_ACEOF
9135 #define HAVE_STRUCT_STAT_ST_SIZE 1
9136 _ACEOF
9137
9138
9139 fi
9140 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9141 #include <sys/types.h>
9142 #endif
9143 #ifdef HAVE_SYS_STAT_H
9144 #include <sys/stat.h>
9145 #endif
9146 "
9147 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
9148
9149 cat >>confdefs.h <<_ACEOF
9150 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9151 _ACEOF
9152
9153
9154 fi
9155 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9156 #include <sys/types.h>
9157 #endif
9158 #ifdef HAVE_SYS_STAT_H
9159 #include <sys/stat.h>
9160 #endif
9161 "
9162 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
9163
9164 cat >>confdefs.h <<_ACEOF
9165 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9166 _ACEOF
9167
9168
9169 fi
9170 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9171 #include <sys/types.h>
9172 #endif
9173 #ifdef HAVE_SYS_STAT_H
9174 #include <sys/stat.h>
9175 #endif
9176 "
9177 if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
9178
9179 cat >>confdefs.h <<_ACEOF
9180 #define HAVE_STRUCT_STAT_ST_ATIME 1
9181 _ACEOF
9182
9183
9184 fi
9185 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9186 #include <sys/types.h>
9187 #endif
9188 #ifdef HAVE_SYS_STAT_H
9189 #include <sys/stat.h>
9190 #endif
9191 "
9192 if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
9193
9194 cat >>confdefs.h <<_ACEOF
9195 #define HAVE_STRUCT_STAT_ST_MTIME 1
9196 _ACEOF
9197
9198
9199 fi
9200 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9201 #include <sys/types.h>
9202 #endif
9203 #ifdef HAVE_SYS_STAT_H
9204 #include <sys/stat.h>
9205 #endif
9206 "
9207 if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
9208
9209 cat >>confdefs.h <<_ACEOF
9210 #define HAVE_STRUCT_STAT_ST_CTIME 1
9211 _ACEOF
9212
9213
9214 fi
9215
9216 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9217 #include <sys/socket.h>
9218
9219 "
9220 if test "x$ac_cv_type_socklen_t" = xyes; then :
9221
9222 cat >>confdefs.h <<_ACEOF
9223 #define HAVE_SOCKLEN_T 1
9224 _ACEOF
9225
9226
9227 fi
9228
9229
9230 # Check for socket libraries
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9232 $as_echo_n "checking for bind in -lsocket... " >&6; }
9233 if ${ac_cv_lib_socket_bind+:} false; then :
9234 $as_echo_n "(cached) " >&6
9235 else
9236 ac_check_lib_save_LIBS=$LIBS
9237 LIBS="-lsocket $LIBS"
9238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9239 /* end confdefs.h. */
9240
9241 /* Override any GCC internal prototype to avoid an error.
9242 Use char because int might match the return type of a GCC
9243 builtin and then its argument prototype would still apply. */
9244 #ifdef __cplusplus
9245 extern "C"
9246 #endif
9247 char bind ();
9248 int
9249 main ()
9250 {
9251 return bind ();
9252 ;
9253 return 0;
9254 }
9255 _ACEOF
9256 if ac_fn_c_try_link "$LINENO"; then :
9257 ac_cv_lib_socket_bind=yes
9258 else
9259 ac_cv_lib_socket_bind=no
9260 fi
9261 rm -f core conftest.err conftest.$ac_objext \
9262 conftest$ac_exeext conftest.$ac_ext
9263 LIBS=$ac_check_lib_save_LIBS
9264 fi
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9266 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9267 if test "x$ac_cv_lib_socket_bind" = xyes; then :
9268 cat >>confdefs.h <<_ACEOF
9269 #define HAVE_LIBSOCKET 1
9270 _ACEOF
9271
9272 LIBS="-lsocket $LIBS"
9273
9274 fi
9275
9276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9277 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9278 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9279 $as_echo_n "(cached) " >&6
9280 else
9281 ac_check_lib_save_LIBS=$LIBS
9282 LIBS="-lnsl $LIBS"
9283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9284 /* end confdefs.h. */
9285
9286 /* Override any GCC internal prototype to avoid an error.
9287 Use char because int might match the return type of a GCC
9288 builtin and then its argument prototype would still apply. */
9289 #ifdef __cplusplus
9290 extern "C"
9291 #endif
9292 char gethostbyname ();
9293 int
9294 main ()
9295 {
9296 return gethostbyname ();
9297 ;
9298 return 0;
9299 }
9300 _ACEOF
9301 if ac_fn_c_try_link "$LINENO"; then :
9302 ac_cv_lib_nsl_gethostbyname=yes
9303 else
9304 ac_cv_lib_nsl_gethostbyname=no
9305 fi
9306 rm -f core conftest.err conftest.$ac_objext \
9307 conftest$ac_exeext conftest.$ac_ext
9308 LIBS=$ac_check_lib_save_LIBS
9309 fi
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9311 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9312 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9313 cat >>confdefs.h <<_ACEOF
9314 #define HAVE_LIBNSL 1
9315 _ACEOF
9316
9317 LIBS="-lnsl $LIBS"
9318
9319 fi
9320
9321
9322 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9323 # using the same condition.
9324
9325 # Use the system's zlib library.
9326 zlibdir="-L\$(top_builddir)/../zlib"
9327 zlibinc="-I\$(top_srcdir)/../zlib"
9328
9329 # Check whether --with-system-zlib was given.
9330 if test "${with_system_zlib+set}" = set; then :
9331 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9332 zlibdir=
9333 zlibinc=
9334 fi
9335
9336 fi
9337
9338
9339
9340
9341
9342 # BFD uses libdl when when plugins enabled.
9343
9344 maybe_plugins=no
9345 for ac_header in dlfcn.h
9346 do :
9347 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9348 "
9349 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
9350 cat >>confdefs.h <<_ACEOF
9351 #define HAVE_DLFCN_H 1
9352 _ACEOF
9353 maybe_plugins=yes
9354 fi
9355
9356 done
9357
9358 for ac_header in windows.h
9359 do :
9360 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9361 "
9362 if test "x$ac_cv_header_windows_h" = xyes; then :
9363 cat >>confdefs.h <<_ACEOF
9364 #define HAVE_WINDOWS_H 1
9365 _ACEOF
9366 maybe_plugins=yes
9367 fi
9368
9369 done
9370
9371
9372 # Check whether --enable-plugins was given.
9373 if test "${enable_plugins+set}" = set; then :
9374 enableval=$enable_plugins; case "${enableval}" in
9375 no) plugins=no ;;
9376 *) plugins=yes
9377 if test "$maybe_plugins" != "yes" ; then
9378 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9379 fi ;;
9380 esac
9381 else
9382 plugins=$maybe_plugins
9383
9384 fi
9385
9386 if test "$plugins" = "yes"; then
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9388 $as_echo_n "checking for library containing dlsym... " >&6; }
9389 if ${ac_cv_search_dlsym+:} false; then :
9390 $as_echo_n "(cached) " >&6
9391 else
9392 ac_func_search_save_LIBS=$LIBS
9393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9394 /* end confdefs.h. */
9395
9396 /* Override any GCC internal prototype to avoid an error.
9397 Use char because int might match the return type of a GCC
9398 builtin and then its argument prototype would still apply. */
9399 #ifdef __cplusplus
9400 extern "C"
9401 #endif
9402 char dlsym ();
9403 int
9404 main ()
9405 {
9406 return dlsym ();
9407 ;
9408 return 0;
9409 }
9410 _ACEOF
9411 for ac_lib in '' dl; do
9412 if test -z "$ac_lib"; then
9413 ac_res="none required"
9414 else
9415 ac_res=-l$ac_lib
9416 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9417 fi
9418 if ac_fn_c_try_link "$LINENO"; then :
9419 ac_cv_search_dlsym=$ac_res
9420 fi
9421 rm -f core conftest.err conftest.$ac_objext \
9422 conftest$ac_exeext
9423 if ${ac_cv_search_dlsym+:} false; then :
9424 break
9425 fi
9426 done
9427 if ${ac_cv_search_dlsym+:} false; then :
9428
9429 else
9430 ac_cv_search_dlsym=no
9431 fi
9432 rm conftest.$ac_ext
9433 LIBS=$ac_func_search_save_LIBS
9434 fi
9435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9436 $as_echo "$ac_cv_search_dlsym" >&6; }
9437 ac_res=$ac_cv_search_dlsym
9438 if test "$ac_res" != no; then :
9439 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9440
9441 fi
9442
9443 fi
9444
9445 if test "$plugins" = yes; then
9446 PLUGINS_TRUE=
9447 PLUGINS_FALSE='#'
9448 else
9449 PLUGINS_TRUE='#'
9450 PLUGINS_FALSE=
9451 fi
9452
9453
9454
9455
9456
9457 # Set options
9458 enable_dlopen=yes
9459
9460
9461
9462
9463 enable_win32_dll=no
9464
9465
9466 # Check whether --enable-shared was given.
9467 if test "${enable_shared+set}" = set; then :
9468 enableval=$enable_shared; p=${PACKAGE-default}
9469 case $enableval in
9470 yes) enable_shared=yes ;;
9471 no) enable_shared=no ;;
9472 *)
9473 enable_shared=no
9474 # Look at the argument we got. We use all the common list separators.
9475 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9476 for pkg in $enableval; do
9477 IFS="$lt_save_ifs"
9478 if test "X$pkg" = "X$p"; then
9479 enable_shared=yes
9480 fi
9481 done
9482 IFS="$lt_save_ifs"
9483 ;;
9484 esac
9485 else
9486 enable_shared=yes
9487 fi
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497 # Check whether --enable-static was given.
9498 if test "${enable_static+set}" = set; then :
9499 enableval=$enable_static; p=${PACKAGE-default}
9500 case $enableval in
9501 yes) enable_static=yes ;;
9502 no) enable_static=no ;;
9503 *)
9504 enable_static=no
9505 # Look at the argument we got. We use all the common list separators.
9506 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9507 for pkg in $enableval; do
9508 IFS="$lt_save_ifs"
9509 if test "X$pkg" = "X$p"; then
9510 enable_static=yes
9511 fi
9512 done
9513 IFS="$lt_save_ifs"
9514 ;;
9515 esac
9516 else
9517 enable_static=yes
9518 fi
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529 # Check whether --with-pic was given.
9530 if test "${with_pic+set}" = set; then :
9531 withval=$with_pic; pic_mode="$withval"
9532 else
9533 pic_mode=default
9534 fi
9535
9536
9537 test -z "$pic_mode" && pic_mode=default
9538
9539
9540
9541
9542
9543
9544
9545 # Check whether --enable-fast-install was given.
9546 if test "${enable_fast_install+set}" = set; then :
9547 enableval=$enable_fast_install; p=${PACKAGE-default}
9548 case $enableval in
9549 yes) enable_fast_install=yes ;;
9550 no) enable_fast_install=no ;;
9551 *)
9552 enable_fast_install=no
9553 # Look at the argument we got. We use all the common list separators.
9554 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9555 for pkg in $enableval; do
9556 IFS="$lt_save_ifs"
9557 if test "X$pkg" = "X$p"; then
9558 enable_fast_install=yes
9559 fi
9560 done
9561 IFS="$lt_save_ifs"
9562 ;;
9563 esac
9564 else
9565 enable_fast_install=yes
9566 fi
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578 # This can be used to rebuild libtool when needed
9579 LIBTOOL_DEPS="$ltmain"
9580
9581 # Always use our own libtool.
9582 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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 test -z "$LN_S" && LN_S="ln -s"
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624 if test -n "${ZSH_VERSION+set}" ; then
9625 setopt NO_GLOB_SUBST
9626 fi
9627
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9629 $as_echo_n "checking for objdir... " >&6; }
9630 if ${lt_cv_objdir+:} false; then :
9631 $as_echo_n "(cached) " >&6
9632 else
9633 rm -f .libs 2>/dev/null
9634 mkdir .libs 2>/dev/null
9635 if test -d .libs; then
9636 lt_cv_objdir=.libs
9637 else
9638 # MS-DOS does not allow filenames that begin with a dot.
9639 lt_cv_objdir=_libs
9640 fi
9641 rmdir .libs 2>/dev/null
9642 fi
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9644 $as_echo "$lt_cv_objdir" >&6; }
9645 objdir=$lt_cv_objdir
9646
9647
9648
9649
9650
9651 cat >>confdefs.h <<_ACEOF
9652 #define LT_OBJDIR "$lt_cv_objdir/"
9653 _ACEOF
9654
9655
9656
9657
9658 case $host_os in
9659 aix3*)
9660 # AIX sometimes has problems with the GCC collect2 program. For some
9661 # reason, if we set the COLLECT_NAMES environment variable, the problems
9662 # vanish in a puff of smoke.
9663 if test "X${COLLECT_NAMES+set}" != Xset; then
9664 COLLECT_NAMES=
9665 export COLLECT_NAMES
9666 fi
9667 ;;
9668 esac
9669
9670 # Global variables:
9671 ofile=libtool
9672 can_build_shared=yes
9673
9674 # All known linkers require a `.a' archive for static linking (except MSVC,
9675 # which needs '.lib').
9676 libext=a
9677
9678 with_gnu_ld="$lt_cv_prog_gnu_ld"
9679
9680 old_CC="$CC"
9681 old_CFLAGS="$CFLAGS"
9682
9683 # Set sane defaults for various variables
9684 test -z "$CC" && CC=cc
9685 test -z "$LTCC" && LTCC=$CC
9686 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9687 test -z "$LD" && LD=ld
9688 test -z "$ac_objext" && ac_objext=o
9689
9690 for cc_temp in $compiler""; do
9691 case $cc_temp in
9692 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9693 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9694 \-*) ;;
9695 *) break;;
9696 esac
9697 done
9698 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9699
9700
9701 # Only perform the check for file, if the check method requires it
9702 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9703 case $deplibs_check_method in
9704 file_magic*)
9705 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9707 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9708 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9709 $as_echo_n "(cached) " >&6
9710 else
9711 case $MAGIC_CMD in
9712 [\\/*] | ?:[\\/]*)
9713 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9714 ;;
9715 *)
9716 lt_save_MAGIC_CMD="$MAGIC_CMD"
9717 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9718 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9719 for ac_dir in $ac_dummy; do
9720 IFS="$lt_save_ifs"
9721 test -z "$ac_dir" && ac_dir=.
9722 if test -f $ac_dir/${ac_tool_prefix}file; then
9723 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9724 if test -n "$file_magic_test_file"; then
9725 case $deplibs_check_method in
9726 "file_magic "*)
9727 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9728 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9729 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9730 $EGREP "$file_magic_regex" > /dev/null; then
9731 :
9732 else
9733 cat <<_LT_EOF 1>&2
9734
9735 *** Warning: the command libtool uses to detect shared libraries,
9736 *** $file_magic_cmd, produces output that libtool cannot recognize.
9737 *** The result is that libtool may fail to recognize shared libraries
9738 *** as such. This will affect the creation of libtool libraries that
9739 *** depend on shared libraries, but programs linked with such libtool
9740 *** libraries will work regardless of this problem. Nevertheless, you
9741 *** may want to report the problem to your system manager and/or to
9742 *** bug-libtool@gnu.org
9743
9744 _LT_EOF
9745 fi ;;
9746 esac
9747 fi
9748 break
9749 fi
9750 done
9751 IFS="$lt_save_ifs"
9752 MAGIC_CMD="$lt_save_MAGIC_CMD"
9753 ;;
9754 esac
9755 fi
9756
9757 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9758 if test -n "$MAGIC_CMD"; then
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9760 $as_echo "$MAGIC_CMD" >&6; }
9761 else
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9763 $as_echo "no" >&6; }
9764 fi
9765
9766
9767
9768
9769
9770 if test -z "$lt_cv_path_MAGIC_CMD"; then
9771 if test -n "$ac_tool_prefix"; then
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9773 $as_echo_n "checking for file... " >&6; }
9774 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9775 $as_echo_n "(cached) " >&6
9776 else
9777 case $MAGIC_CMD in
9778 [\\/*] | ?:[\\/]*)
9779 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9780 ;;
9781 *)
9782 lt_save_MAGIC_CMD="$MAGIC_CMD"
9783 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9784 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9785 for ac_dir in $ac_dummy; do
9786 IFS="$lt_save_ifs"
9787 test -z "$ac_dir" && ac_dir=.
9788 if test -f $ac_dir/file; then
9789 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9790 if test -n "$file_magic_test_file"; then
9791 case $deplibs_check_method in
9792 "file_magic "*)
9793 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9794 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9795 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9796 $EGREP "$file_magic_regex" > /dev/null; then
9797 :
9798 else
9799 cat <<_LT_EOF 1>&2
9800
9801 *** Warning: the command libtool uses to detect shared libraries,
9802 *** $file_magic_cmd, produces output that libtool cannot recognize.
9803 *** The result is that libtool may fail to recognize shared libraries
9804 *** as such. This will affect the creation of libtool libraries that
9805 *** depend on shared libraries, but programs linked with such libtool
9806 *** libraries will work regardless of this problem. Nevertheless, you
9807 *** may want to report the problem to your system manager and/or to
9808 *** bug-libtool@gnu.org
9809
9810 _LT_EOF
9811 fi ;;
9812 esac
9813 fi
9814 break
9815 fi
9816 done
9817 IFS="$lt_save_ifs"
9818 MAGIC_CMD="$lt_save_MAGIC_CMD"
9819 ;;
9820 esac
9821 fi
9822
9823 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9824 if test -n "$MAGIC_CMD"; then
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9826 $as_echo "$MAGIC_CMD" >&6; }
9827 else
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9829 $as_echo "no" >&6; }
9830 fi
9831
9832
9833 else
9834 MAGIC_CMD=:
9835 fi
9836 fi
9837
9838 fi
9839 ;;
9840 esac
9841
9842 # Use C for the default configuration in the libtool script
9843
9844 lt_save_CC="$CC"
9845 ac_ext=c
9846 ac_cpp='$CPP $CPPFLAGS'
9847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9850
9851
9852 # Source file extension for C test sources.
9853 ac_ext=c
9854
9855 # Object file extension for compiled C test sources.
9856 objext=o
9857 objext=$objext
9858
9859 # Code to be used in simple compile tests
9860 lt_simple_compile_test_code="int some_variable = 0;"
9861
9862 # Code to be used in simple link tests
9863 lt_simple_link_test_code='int main(){return(0);}'
9864
9865
9866
9867
9868
9869
9870
9871 # If no C compiler was specified, use CC.
9872 LTCC=${LTCC-"$CC"}
9873
9874 # If no C compiler flags were specified, use CFLAGS.
9875 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9876
9877 # Allow CC to be a program name with arguments.
9878 compiler=$CC
9879
9880 # Save the default compiler, since it gets overwritten when the other
9881 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9882 compiler_DEFAULT=$CC
9883
9884 # save warnings/boilerplate of simple test code
9885 ac_outfile=conftest.$ac_objext
9886 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9887 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9888 _lt_compiler_boilerplate=`cat conftest.err`
9889 $RM conftest*
9890
9891 ac_outfile=conftest.$ac_objext
9892 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9893 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9894 _lt_linker_boilerplate=`cat conftest.err`
9895 $RM -r conftest*
9896
9897
9898 ## CAVEAT EMPTOR:
9899 ## There is no encapsulation within the following macros, do not change
9900 ## the running order or otherwise move them around unless you know exactly
9901 ## what you are doing...
9902 if test -n "$compiler"; then
9903
9904 lt_prog_compiler_no_builtin_flag=
9905
9906 if test "$GCC" = yes; then
9907 case $cc_basename in
9908 nvcc*)
9909 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9910 *)
9911 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9912 esac
9913
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9915 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9916 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9917 $as_echo_n "(cached) " >&6
9918 else
9919 lt_cv_prog_compiler_rtti_exceptions=no
9920 ac_outfile=conftest.$ac_objext
9921 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9922 lt_compiler_flag="-fno-rtti -fno-exceptions"
9923 # Insert the option either (1) after the last *FLAGS variable, or
9924 # (2) before a word containing "conftest.", or (3) at the end.
9925 # Note that $ac_compile itself does not contain backslashes and begins
9926 # with a dollar sign (not a hyphen), so the echo should work correctly.
9927 # The option is referenced via a variable to avoid confusing sed.
9928 lt_compile=`echo "$ac_compile" | $SED \
9929 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9930 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9931 -e 's:$: $lt_compiler_flag:'`
9932 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9933 (eval "$lt_compile" 2>conftest.err)
9934 ac_status=$?
9935 cat conftest.err >&5
9936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9937 if (exit $ac_status) && test -s "$ac_outfile"; then
9938 # The compiler can only warn and ignore the option if not recognized
9939 # So say no if there are warnings other than the usual output.
9940 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9941 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9942 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9943 lt_cv_prog_compiler_rtti_exceptions=yes
9944 fi
9945 fi
9946 $RM conftest*
9947
9948 fi
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9950 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9951
9952 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9953 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9954 else
9955 :
9956 fi
9957
9958 fi
9959
9960
9961
9962
9963
9964
9965 lt_prog_compiler_wl=
9966 lt_prog_compiler_pic=
9967 lt_prog_compiler_static=
9968
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9970 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9971
9972 if test "$GCC" = yes; then
9973 lt_prog_compiler_wl='-Wl,'
9974 lt_prog_compiler_static='-static'
9975
9976 case $host_os in
9977 aix*)
9978 # All AIX code is PIC.
9979 if test "$host_cpu" = ia64; then
9980 # AIX 5 now supports IA64 processor
9981 lt_prog_compiler_static='-Bstatic'
9982 fi
9983 lt_prog_compiler_pic='-fPIC'
9984 ;;
9985
9986 amigaos*)
9987 case $host_cpu in
9988 powerpc)
9989 # see comment about AmigaOS4 .so support
9990 lt_prog_compiler_pic='-fPIC'
9991 ;;
9992 m68k)
9993 # FIXME: we need at least 68020 code to build shared libraries, but
9994 # adding the `-m68020' flag to GCC prevents building anything better,
9995 # like `-m68040'.
9996 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9997 ;;
9998 esac
9999 ;;
10000
10001 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10002 # PIC is the default for these OSes.
10003 ;;
10004
10005 mingw* | cygwin* | pw32* | os2* | cegcc*)
10006 # This hack is so that the source file can tell whether it is being
10007 # built for inclusion in a dll (and should export symbols for example).
10008 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10009 # (--disable-auto-import) libraries
10010 lt_prog_compiler_pic='-DDLL_EXPORT'
10011 ;;
10012
10013 darwin* | rhapsody*)
10014 # PIC is the default on this platform
10015 # Common symbols not allowed in MH_DYLIB files
10016 lt_prog_compiler_pic='-fno-common'
10017 ;;
10018
10019 haiku*)
10020 # PIC is the default for Haiku.
10021 # The "-static" flag exists, but is broken.
10022 lt_prog_compiler_static=
10023 ;;
10024
10025 hpux*)
10026 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10027 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10028 # sets the default TLS model and affects inlining.
10029 case $host_cpu in
10030 hppa*64*)
10031 # +Z the default
10032 ;;
10033 *)
10034 lt_prog_compiler_pic='-fPIC'
10035 ;;
10036 esac
10037 ;;
10038
10039 interix[3-9]*)
10040 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10041 # Instead, we relocate shared libraries at runtime.
10042 ;;
10043
10044 msdosdjgpp*)
10045 # Just because we use GCC doesn't mean we suddenly get shared libraries
10046 # on systems that don't support them.
10047 lt_prog_compiler_can_build_shared=no
10048 enable_shared=no
10049 ;;
10050
10051 *nto* | *qnx*)
10052 # QNX uses GNU C++, but need to define -shared option too, otherwise
10053 # it will coredump.
10054 lt_prog_compiler_pic='-fPIC -shared'
10055 ;;
10056
10057 sysv4*MP*)
10058 if test -d /usr/nec; then
10059 lt_prog_compiler_pic=-Kconform_pic
10060 fi
10061 ;;
10062
10063 *)
10064 lt_prog_compiler_pic='-fPIC'
10065 ;;
10066 esac
10067
10068 case $cc_basename in
10069 nvcc*) # Cuda Compiler Driver 2.2
10070 lt_prog_compiler_wl='-Xlinker '
10071 lt_prog_compiler_pic='-Xcompiler -fPIC'
10072 ;;
10073 esac
10074 else
10075 # PORTME Check for flag to pass linker flags through the system compiler.
10076 case $host_os in
10077 aix*)
10078 lt_prog_compiler_wl='-Wl,'
10079 if test "$host_cpu" = ia64; then
10080 # AIX 5 now supports IA64 processor
10081 lt_prog_compiler_static='-Bstatic'
10082 else
10083 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10084 fi
10085 ;;
10086
10087 mingw* | cygwin* | pw32* | os2* | cegcc*)
10088 # This hack is so that the source file can tell whether it is being
10089 # built for inclusion in a dll (and should export symbols for example).
10090 lt_prog_compiler_pic='-DDLL_EXPORT'
10091 ;;
10092
10093 hpux9* | hpux10* | hpux11*)
10094 lt_prog_compiler_wl='-Wl,'
10095 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10096 # not for PA HP-UX.
10097 case $host_cpu in
10098 hppa*64*|ia64*)
10099 # +Z the default
10100 ;;
10101 *)
10102 lt_prog_compiler_pic='+Z'
10103 ;;
10104 esac
10105 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10106 lt_prog_compiler_static='${wl}-a ${wl}archive'
10107 ;;
10108
10109 irix5* | irix6* | nonstopux*)
10110 lt_prog_compiler_wl='-Wl,'
10111 # PIC (with -KPIC) is the default.
10112 lt_prog_compiler_static='-non_shared'
10113 ;;
10114
10115 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10116 case $cc_basename in
10117 # old Intel for x86_64 which still supported -KPIC.
10118 ecc*)
10119 lt_prog_compiler_wl='-Wl,'
10120 lt_prog_compiler_pic='-KPIC'
10121 lt_prog_compiler_static='-static'
10122 ;;
10123 # icc used to be incompatible with GCC.
10124 # ICC 10 doesn't accept -KPIC any more.
10125 icc* | ifort*)
10126 lt_prog_compiler_wl='-Wl,'
10127 lt_prog_compiler_pic='-fPIC'
10128 lt_prog_compiler_static='-static'
10129 ;;
10130 # Lahey Fortran 8.1.
10131 lf95*)
10132 lt_prog_compiler_wl='-Wl,'
10133 lt_prog_compiler_pic='--shared'
10134 lt_prog_compiler_static='--static'
10135 ;;
10136 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10137 # Portland Group compilers (*not* the Pentium gcc compiler,
10138 # which looks to be a dead project)
10139 lt_prog_compiler_wl='-Wl,'
10140 lt_prog_compiler_pic='-fpic'
10141 lt_prog_compiler_static='-Bstatic'
10142 ;;
10143 ccc*)
10144 lt_prog_compiler_wl='-Wl,'
10145 # All Alpha code is PIC.
10146 lt_prog_compiler_static='-non_shared'
10147 ;;
10148 xl* | bgxl* | bgf* | mpixl*)
10149 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10150 lt_prog_compiler_wl='-Wl,'
10151 lt_prog_compiler_pic='-qpic'
10152 lt_prog_compiler_static='-qstaticlink'
10153 ;;
10154 *)
10155 case `$CC -V 2>&1 | sed 5q` in
10156 *Sun\ F* | *Sun*Fortran*)
10157 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10158 lt_prog_compiler_pic='-KPIC'
10159 lt_prog_compiler_static='-Bstatic'
10160 lt_prog_compiler_wl=''
10161 ;;
10162 *Sun\ C*)
10163 # Sun C 5.9
10164 lt_prog_compiler_pic='-KPIC'
10165 lt_prog_compiler_static='-Bstatic'
10166 lt_prog_compiler_wl='-Wl,'
10167 ;;
10168 esac
10169 ;;
10170 esac
10171 ;;
10172
10173 newsos6)
10174 lt_prog_compiler_pic='-KPIC'
10175 lt_prog_compiler_static='-Bstatic'
10176 ;;
10177
10178 *nto* | *qnx*)
10179 # QNX uses GNU C++, but need to define -shared option too, otherwise
10180 # it will coredump.
10181 lt_prog_compiler_pic='-fPIC -shared'
10182 ;;
10183
10184 osf3* | osf4* | osf5*)
10185 lt_prog_compiler_wl='-Wl,'
10186 # All OSF/1 code is PIC.
10187 lt_prog_compiler_static='-non_shared'
10188 ;;
10189
10190 rdos*)
10191 lt_prog_compiler_static='-non_shared'
10192 ;;
10193
10194 solaris*)
10195 lt_prog_compiler_pic='-KPIC'
10196 lt_prog_compiler_static='-Bstatic'
10197 case $cc_basename in
10198 f77* | f90* | f95*)
10199 lt_prog_compiler_wl='-Qoption ld ';;
10200 *)
10201 lt_prog_compiler_wl='-Wl,';;
10202 esac
10203 ;;
10204
10205 sunos4*)
10206 lt_prog_compiler_wl='-Qoption ld '
10207 lt_prog_compiler_pic='-PIC'
10208 lt_prog_compiler_static='-Bstatic'
10209 ;;
10210
10211 sysv4 | sysv4.2uw2* | sysv4.3*)
10212 lt_prog_compiler_wl='-Wl,'
10213 lt_prog_compiler_pic='-KPIC'
10214 lt_prog_compiler_static='-Bstatic'
10215 ;;
10216
10217 sysv4*MP*)
10218 if test -d /usr/nec ;then
10219 lt_prog_compiler_pic='-Kconform_pic'
10220 lt_prog_compiler_static='-Bstatic'
10221 fi
10222 ;;
10223
10224 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10225 lt_prog_compiler_wl='-Wl,'
10226 lt_prog_compiler_pic='-KPIC'
10227 lt_prog_compiler_static='-Bstatic'
10228 ;;
10229
10230 unicos*)
10231 lt_prog_compiler_wl='-Wl,'
10232 lt_prog_compiler_can_build_shared=no
10233 ;;
10234
10235 uts4*)
10236 lt_prog_compiler_pic='-pic'
10237 lt_prog_compiler_static='-Bstatic'
10238 ;;
10239
10240 *)
10241 lt_prog_compiler_can_build_shared=no
10242 ;;
10243 esac
10244 fi
10245
10246 case $host_os in
10247 # For platforms which do not support PIC, -DPIC is meaningless:
10248 *djgpp*)
10249 lt_prog_compiler_pic=
10250 ;;
10251 *)
10252 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10253 ;;
10254 esac
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10256 $as_echo "$lt_prog_compiler_pic" >&6; }
10257
10258
10259
10260
10261
10262
10263 #
10264 # Check to make sure the PIC flag actually works.
10265 #
10266 if test -n "$lt_prog_compiler_pic"; then
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10268 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10269 if ${lt_cv_prog_compiler_pic_works+:} false; then :
10270 $as_echo_n "(cached) " >&6
10271 else
10272 lt_cv_prog_compiler_pic_works=no
10273 ac_outfile=conftest.$ac_objext
10274 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10275 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10276 # Insert the option either (1) after the last *FLAGS variable, or
10277 # (2) before a word containing "conftest.", or (3) at the end.
10278 # Note that $ac_compile itself does not contain backslashes and begins
10279 # with a dollar sign (not a hyphen), so the echo should work correctly.
10280 # The option is referenced via a variable to avoid confusing sed.
10281 lt_compile=`echo "$ac_compile" | $SED \
10282 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10283 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10284 -e 's:$: $lt_compiler_flag:'`
10285 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10286 (eval "$lt_compile" 2>conftest.err)
10287 ac_status=$?
10288 cat conftest.err >&5
10289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10290 if (exit $ac_status) && test -s "$ac_outfile"; then
10291 # The compiler can only warn and ignore the option if not recognized
10292 # So say no if there are warnings other than the usual output.
10293 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10294 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10295 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10296 lt_cv_prog_compiler_pic_works=yes
10297 fi
10298 fi
10299 $RM conftest*
10300
10301 fi
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10303 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10304
10305 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10306 case $lt_prog_compiler_pic in
10307 "" | " "*) ;;
10308 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10309 esac
10310 else
10311 lt_prog_compiler_pic=
10312 lt_prog_compiler_can_build_shared=no
10313 fi
10314
10315 fi
10316
10317
10318
10319
10320
10321
10322 #
10323 # Check to make sure the static flag actually works.
10324 #
10325 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10327 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10328 if ${lt_cv_prog_compiler_static_works+:} false; then :
10329 $as_echo_n "(cached) " >&6
10330 else
10331 lt_cv_prog_compiler_static_works=no
10332 save_LDFLAGS="$LDFLAGS"
10333 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10334 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10335 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10336 # The linker can only warn and ignore the option if not recognized
10337 # So say no if there are warnings
10338 if test -s conftest.err; then
10339 # Append any errors to the config.log.
10340 cat conftest.err 1>&5
10341 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10342 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10343 if diff conftest.exp conftest.er2 >/dev/null; then
10344 lt_cv_prog_compiler_static_works=yes
10345 fi
10346 else
10347 lt_cv_prog_compiler_static_works=yes
10348 fi
10349 fi
10350 $RM -r conftest*
10351 LDFLAGS="$save_LDFLAGS"
10352
10353 fi
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10355 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10356
10357 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10358 :
10359 else
10360 lt_prog_compiler_static=
10361 fi
10362
10363
10364
10365
10366
10367
10368
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10370 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10371 if ${lt_cv_prog_compiler_c_o+:} false; then :
10372 $as_echo_n "(cached) " >&6
10373 else
10374 lt_cv_prog_compiler_c_o=no
10375 $RM -r conftest 2>/dev/null
10376 mkdir conftest
10377 cd conftest
10378 mkdir out
10379 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10380
10381 lt_compiler_flag="-o out/conftest2.$ac_objext"
10382 # Insert the option either (1) after the last *FLAGS variable, or
10383 # (2) before a word containing "conftest.", or (3) at the end.
10384 # Note that $ac_compile itself does not contain backslashes and begins
10385 # with a dollar sign (not a hyphen), so the echo should work correctly.
10386 lt_compile=`echo "$ac_compile" | $SED \
10387 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10388 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10389 -e 's:$: $lt_compiler_flag:'`
10390 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10391 (eval "$lt_compile" 2>out/conftest.err)
10392 ac_status=$?
10393 cat out/conftest.err >&5
10394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10395 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10396 then
10397 # The compiler can only warn and ignore the option if not recognized
10398 # So say no if there are warnings
10399 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10400 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10401 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10402 lt_cv_prog_compiler_c_o=yes
10403 fi
10404 fi
10405 chmod u+w . 2>&5
10406 $RM conftest*
10407 # SGI C++ compiler will create directory out/ii_files/ for
10408 # template instantiation
10409 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10410 $RM out/* && rmdir out
10411 cd ..
10412 $RM -r conftest
10413 $RM conftest*
10414
10415 fi
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10417 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10418
10419
10420
10421
10422
10423
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10425 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10426 if ${lt_cv_prog_compiler_c_o+:} false; then :
10427 $as_echo_n "(cached) " >&6
10428 else
10429 lt_cv_prog_compiler_c_o=no
10430 $RM -r conftest 2>/dev/null
10431 mkdir conftest
10432 cd conftest
10433 mkdir out
10434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10435
10436 lt_compiler_flag="-o out/conftest2.$ac_objext"
10437 # Insert the option either (1) after the last *FLAGS variable, or
10438 # (2) before a word containing "conftest.", or (3) at the end.
10439 # Note that $ac_compile itself does not contain backslashes and begins
10440 # with a dollar sign (not a hyphen), so the echo should work correctly.
10441 lt_compile=`echo "$ac_compile" | $SED \
10442 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10443 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10444 -e 's:$: $lt_compiler_flag:'`
10445 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10446 (eval "$lt_compile" 2>out/conftest.err)
10447 ac_status=$?
10448 cat out/conftest.err >&5
10449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10450 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10451 then
10452 # The compiler can only warn and ignore the option if not recognized
10453 # So say no if there are warnings
10454 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10455 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10456 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10457 lt_cv_prog_compiler_c_o=yes
10458 fi
10459 fi
10460 chmod u+w . 2>&5
10461 $RM conftest*
10462 # SGI C++ compiler will create directory out/ii_files/ for
10463 # template instantiation
10464 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10465 $RM out/* && rmdir out
10466 cd ..
10467 $RM -r conftest
10468 $RM conftest*
10469
10470 fi
10471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10472 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10473
10474
10475
10476
10477 hard_links="nottested"
10478 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10479 # do not overwrite the value of need_locks provided by the user
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10481 $as_echo_n "checking if we can lock with hard links... " >&6; }
10482 hard_links=yes
10483 $RM conftest*
10484 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10485 touch conftest.a
10486 ln conftest.a conftest.b 2>&5 || hard_links=no
10487 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10489 $as_echo "$hard_links" >&6; }
10490 if test "$hard_links" = no; then
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10492 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10493 need_locks=warn
10494 fi
10495 else
10496 need_locks=no
10497 fi
10498
10499
10500
10501
10502
10503
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10505 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10506
10507 runpath_var=
10508 allow_undefined_flag=
10509 always_export_symbols=no
10510 archive_cmds=
10511 archive_expsym_cmds=
10512 compiler_needs_object=no
10513 enable_shared_with_static_runtimes=no
10514 export_dynamic_flag_spec=
10515 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10516 hardcode_automatic=no
10517 hardcode_direct=no
10518 hardcode_direct_absolute=no
10519 hardcode_libdir_flag_spec=
10520 hardcode_libdir_flag_spec_ld=
10521 hardcode_libdir_separator=
10522 hardcode_minus_L=no
10523 hardcode_shlibpath_var=unsupported
10524 inherit_rpath=no
10525 link_all_deplibs=unknown
10526 module_cmds=
10527 module_expsym_cmds=
10528 old_archive_from_new_cmds=
10529 old_archive_from_expsyms_cmds=
10530 thread_safe_flag_spec=
10531 whole_archive_flag_spec=
10532 # include_expsyms should be a list of space-separated symbols to be *always*
10533 # included in the symbol list
10534 include_expsyms=
10535 # exclude_expsyms can be an extended regexp of symbols to exclude
10536 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10537 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10538 # as well as any symbol that contains `d'.
10539 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10540 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10541 # platforms (ab)use it in PIC code, but their linkers get confused if
10542 # the symbol is explicitly referenced. Since portable code cannot
10543 # rely on this symbol name, it's probably fine to never include it in
10544 # preloaded symbol tables.
10545 # Exclude shared library initialization/finalization symbols.
10546 extract_expsyms_cmds=
10547
10548 case $host_os in
10549 cygwin* | mingw* | pw32* | cegcc*)
10550 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10551 # When not using gcc, we currently assume that we are using
10552 # Microsoft Visual C++.
10553 if test "$GCC" != yes; then
10554 with_gnu_ld=no
10555 fi
10556 ;;
10557 interix*)
10558 # we just hope/assume this is gcc and not c89 (= MSVC++)
10559 with_gnu_ld=yes
10560 ;;
10561 openbsd*)
10562 with_gnu_ld=no
10563 ;;
10564 esac
10565
10566 ld_shlibs=yes
10567
10568 # On some targets, GNU ld is compatible enough with the native linker
10569 # that we're better off using the native interface for both.
10570 lt_use_gnu_ld_interface=no
10571 if test "$with_gnu_ld" = yes; then
10572 case $host_os in
10573 aix*)
10574 # The AIX port of GNU ld has always aspired to compatibility
10575 # with the native linker. However, as the warning in the GNU ld
10576 # block says, versions before 2.19.5* couldn't really create working
10577 # shared libraries, regardless of the interface used.
10578 case `$LD -v 2>&1` in
10579 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10580 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10581 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10582 *)
10583 lt_use_gnu_ld_interface=yes
10584 ;;
10585 esac
10586 ;;
10587 *)
10588 lt_use_gnu_ld_interface=yes
10589 ;;
10590 esac
10591 fi
10592
10593 if test "$lt_use_gnu_ld_interface" = yes; then
10594 # If archive_cmds runs LD, not CC, wlarc should be empty
10595 wlarc='${wl}'
10596
10597 # Set some defaults for GNU ld with shared library support. These
10598 # are reset later if shared libraries are not supported. Putting them
10599 # here allows them to be overridden if necessary.
10600 runpath_var=LD_RUN_PATH
10601 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10602 export_dynamic_flag_spec='${wl}--export-dynamic'
10603 # ancient GNU ld didn't support --whole-archive et. al.
10604 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10605 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10606 else
10607 whole_archive_flag_spec=
10608 fi
10609 supports_anon_versioning=no
10610 case `$LD -v 2>&1` in
10611 *GNU\ gold*) supports_anon_versioning=yes ;;
10612 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10613 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10614 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10615 *\ 2.11.*) ;; # other 2.11 versions
10616 *) supports_anon_versioning=yes ;;
10617 esac
10618
10619 # See if GNU ld supports shared libraries.
10620 case $host_os in
10621 aix[3-9]*)
10622 # On AIX/PPC, the GNU linker is very broken
10623 if test "$host_cpu" != ia64; then
10624 ld_shlibs=no
10625 cat <<_LT_EOF 1>&2
10626
10627 *** Warning: the GNU linker, at least up to release 2.19, is reported
10628 *** to be unable to reliably create shared libraries on AIX.
10629 *** Therefore, libtool is disabling shared libraries support. If you
10630 *** really care for shared libraries, you may want to install binutils
10631 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10632 *** You will then need to restart the configuration process.
10633
10634 _LT_EOF
10635 fi
10636 ;;
10637
10638 amigaos*)
10639 case $host_cpu in
10640 powerpc)
10641 # see comment about AmigaOS4 .so support
10642 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10643 archive_expsym_cmds=''
10644 ;;
10645 m68k)
10646 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)'
10647 hardcode_libdir_flag_spec='-L$libdir'
10648 hardcode_minus_L=yes
10649 ;;
10650 esac
10651 ;;
10652
10653 beos*)
10654 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10655 allow_undefined_flag=unsupported
10656 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10657 # support --undefined. This deserves some investigation. FIXME
10658 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10659 else
10660 ld_shlibs=no
10661 fi
10662 ;;
10663
10664 cygwin* | mingw* | pw32* | cegcc*)
10665 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10666 # as there is no search path for DLLs.
10667 hardcode_libdir_flag_spec='-L$libdir'
10668 export_dynamic_flag_spec='${wl}--export-all-symbols'
10669 allow_undefined_flag=unsupported
10670 always_export_symbols=no
10671 enable_shared_with_static_runtimes=yes
10672 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10673
10674 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10675 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10676 # If the export-symbols file already is a .def file (1st line
10677 # is EXPORTS), use it as is; otherwise, prepend...
10678 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10679 cp $export_symbols $output_objdir/$soname.def;
10680 else
10681 echo EXPORTS > $output_objdir/$soname.def;
10682 cat $export_symbols >> $output_objdir/$soname.def;
10683 fi~
10684 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10685 else
10686 ld_shlibs=no
10687 fi
10688 ;;
10689
10690 haiku*)
10691 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10692 link_all_deplibs=yes
10693 ;;
10694
10695 interix[3-9]*)
10696 hardcode_direct=no
10697 hardcode_shlibpath_var=no
10698 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10699 export_dynamic_flag_spec='${wl}-E'
10700 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10701 # Instead, shared libraries are loaded at an image base (0x10000000 by
10702 # default) and relocated if they conflict, which is a slow very memory
10703 # consuming and fragmenting process. To avoid this, we pick a random,
10704 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10705 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10706 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10707 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'
10708 ;;
10709
10710 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10711 tmp_diet=no
10712 if test "$host_os" = linux-dietlibc; then
10713 case $cc_basename in
10714 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10715 esac
10716 fi
10717 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10718 && test "$tmp_diet" = no
10719 then
10720 tmp_addflag=' $pic_flag'
10721 tmp_sharedflag='-shared'
10722 case $cc_basename,$host_cpu in
10723 pgcc*) # Portland Group C compiler
10724 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'
10725 tmp_addflag=' $pic_flag'
10726 ;;
10727 pgf77* | pgf90* | pgf95* | pgfortran*)
10728 # Portland Group f77 and f90 compilers
10729 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'
10730 tmp_addflag=' $pic_flag -Mnomain' ;;
10731 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10732 tmp_addflag=' -i_dynamic' ;;
10733 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10734 tmp_addflag=' -i_dynamic -nofor_main' ;;
10735 ifc* | ifort*) # Intel Fortran compiler
10736 tmp_addflag=' -nofor_main' ;;
10737 lf95*) # Lahey Fortran 8.1
10738 whole_archive_flag_spec=
10739 tmp_sharedflag='--shared' ;;
10740 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10741 tmp_sharedflag='-qmkshrobj'
10742 tmp_addflag= ;;
10743 nvcc*) # Cuda Compiler Driver 2.2
10744 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'
10745 compiler_needs_object=yes
10746 ;;
10747 esac
10748 case `$CC -V 2>&1 | sed 5q` in
10749 *Sun\ C*) # Sun C 5.9
10750 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'
10751 compiler_needs_object=yes
10752 tmp_sharedflag='-G' ;;
10753 *Sun\ F*) # Sun Fortran 8.3
10754 tmp_sharedflag='-G' ;;
10755 esac
10756 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10757
10758 if test "x$supports_anon_versioning" = xyes; then
10759 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10760 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10761 echo "local: *; };" >> $output_objdir/$libname.ver~
10762 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10763 fi
10764
10765 case $cc_basename in
10766 xlf* | bgf* | bgxlf* | mpixlf*)
10767 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10768 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10769 hardcode_libdir_flag_spec=
10770 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10771 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10772 if test "x$supports_anon_versioning" = xyes; then
10773 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10774 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10775 echo "local: *; };" >> $output_objdir/$libname.ver~
10776 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10777 fi
10778 ;;
10779 esac
10780 else
10781 ld_shlibs=no
10782 fi
10783 ;;
10784
10785 netbsd*)
10786 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10787 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10788 wlarc=
10789 else
10790 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10791 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10792 fi
10793 ;;
10794
10795 solaris*)
10796 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10797 ld_shlibs=no
10798 cat <<_LT_EOF 1>&2
10799
10800 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10801 *** create shared libraries on Solaris systems. Therefore, libtool
10802 *** is disabling shared libraries support. We urge you to upgrade GNU
10803 *** binutils to release 2.9.1 or newer. Another option is to modify
10804 *** your PATH or compiler configuration so that the native linker is
10805 *** used, and then restart.
10806
10807 _LT_EOF
10808 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10809 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10810 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10811 else
10812 ld_shlibs=no
10813 fi
10814 ;;
10815
10816 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10817 case `$LD -v 2>&1` in
10818 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10819 ld_shlibs=no
10820 cat <<_LT_EOF 1>&2
10821
10822 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10823 *** reliably create shared libraries on SCO systems. Therefore, libtool
10824 *** is disabling shared libraries support. We urge you to upgrade GNU
10825 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10826 *** your PATH or compiler configuration so that the native linker is
10827 *** used, and then restart.
10828
10829 _LT_EOF
10830 ;;
10831 *)
10832 # For security reasons, it is highly recommended that you always
10833 # use absolute paths for naming shared libraries, and exclude the
10834 # DT_RUNPATH tag from executables and libraries. But doing so
10835 # requires that you compile everything twice, which is a pain.
10836 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10837 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10838 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10839 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10840 else
10841 ld_shlibs=no
10842 fi
10843 ;;
10844 esac
10845 ;;
10846
10847 sunos4*)
10848 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10849 wlarc=
10850 hardcode_direct=yes
10851 hardcode_shlibpath_var=no
10852 ;;
10853
10854 *)
10855 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10856 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10857 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10858 else
10859 ld_shlibs=no
10860 fi
10861 ;;
10862 esac
10863
10864 if test "$ld_shlibs" = no; then
10865 runpath_var=
10866 hardcode_libdir_flag_spec=
10867 export_dynamic_flag_spec=
10868 whole_archive_flag_spec=
10869 fi
10870 else
10871 # PORTME fill in a description of your system's linker (not GNU ld)
10872 case $host_os in
10873 aix3*)
10874 allow_undefined_flag=unsupported
10875 always_export_symbols=yes
10876 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'
10877 # Note: this linker hardcodes the directories in LIBPATH if there
10878 # are no directories specified by -L.
10879 hardcode_minus_L=yes
10880 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10881 # Neither direct hardcoding nor static linking is supported with a
10882 # broken collect2.
10883 hardcode_direct=unsupported
10884 fi
10885 ;;
10886
10887 aix[4-9]*)
10888 if test "$host_cpu" = ia64; then
10889 # On IA64, the linker does run time linking by default, so we don't
10890 # have to do anything special.
10891 aix_use_runtimelinking=no
10892 exp_sym_flag='-Bexport'
10893 no_entry_flag=""
10894 else
10895 # If we're using GNU nm, then we don't want the "-C" option.
10896 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10897 # Also, AIX nm treats weak defined symbols like other global
10898 # defined symbols, whereas GNU nm marks them as "W".
10899 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10900 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'
10901 else
10902 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'
10903 fi
10904 aix_use_runtimelinking=no
10905
10906 # Test if we are trying to use run time linking or normal
10907 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10908 # need to do runtime linking.
10909 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10910 for ld_flag in $LDFLAGS; do
10911 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10912 aix_use_runtimelinking=yes
10913 break
10914 fi
10915 done
10916 ;;
10917 esac
10918
10919 exp_sym_flag='-bexport'
10920 no_entry_flag='-bnoentry'
10921 fi
10922
10923 # When large executables or shared objects are built, AIX ld can
10924 # have problems creating the table of contents. If linking a library
10925 # or program results in "error TOC overflow" add -mminimal-toc to
10926 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10927 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10928
10929 archive_cmds=''
10930 hardcode_direct=yes
10931 hardcode_direct_absolute=yes
10932 hardcode_libdir_separator=':'
10933 link_all_deplibs=yes
10934 file_list_spec='${wl}-f,'
10935
10936 if test "$GCC" = yes; then
10937 case $host_os in aix4.[012]|aix4.[012].*)
10938 # We only want to do this on AIX 4.2 and lower, the check
10939 # below for broken collect2 doesn't work under 4.3+
10940 collect2name=`${CC} -print-prog-name=collect2`
10941 if test -f "$collect2name" &&
10942 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10943 then
10944 # We have reworked collect2
10945 :
10946 else
10947 # We have old collect2
10948 hardcode_direct=unsupported
10949 # It fails to find uninstalled libraries when the uninstalled
10950 # path is not listed in the libpath. Setting hardcode_minus_L
10951 # to unsupported forces relinking
10952 hardcode_minus_L=yes
10953 hardcode_libdir_flag_spec='-L$libdir'
10954 hardcode_libdir_separator=
10955 fi
10956 ;;
10957 esac
10958 shared_flag='-shared'
10959 if test "$aix_use_runtimelinking" = yes; then
10960 shared_flag="$shared_flag "'${wl}-G'
10961 fi
10962 else
10963 # not using gcc
10964 if test "$host_cpu" = ia64; then
10965 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10966 # chokes on -Wl,-G. The following line is correct:
10967 shared_flag='-G'
10968 else
10969 if test "$aix_use_runtimelinking" = yes; then
10970 shared_flag='${wl}-G'
10971 else
10972 shared_flag='${wl}-bM:SRE'
10973 fi
10974 fi
10975 fi
10976
10977 export_dynamic_flag_spec='${wl}-bexpall'
10978 # It seems that -bexpall does not export symbols beginning with
10979 # underscore (_), so it is better to generate a list of symbols to export.
10980 always_export_symbols=yes
10981 if test "$aix_use_runtimelinking" = yes; then
10982 # Warning - without using the other runtime loading flags (-brtl),
10983 # -berok will link without error, but may produce a broken library.
10984 allow_undefined_flag='-berok'
10985 # Determine the default libpath from the value encoded in an
10986 # empty executable.
10987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10988 /* end confdefs.h. */
10989
10990 int
10991 main ()
10992 {
10993
10994 ;
10995 return 0;
10996 }
10997 _ACEOF
10998 if ac_fn_c_try_link "$LINENO"; then :
10999
11000 lt_aix_libpath_sed='
11001 /Import File Strings/,/^$/ {
11002 /^0/ {
11003 s/^0 *\(.*\)$/\1/
11004 p
11005 }
11006 }'
11007 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11008 # Check for a 64-bit object if we didn't find anything.
11009 if test -z "$aix_libpath"; then
11010 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11011 fi
11012 fi
11013 rm -f core conftest.err conftest.$ac_objext \
11014 conftest$ac_exeext conftest.$ac_ext
11015 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11016
11017 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11018 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"
11019 else
11020 if test "$host_cpu" = ia64; then
11021 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11022 allow_undefined_flag="-z nodefs"
11023 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"
11024 else
11025 # Determine the default libpath from the value encoded in an
11026 # empty executable.
11027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11028 /* end confdefs.h. */
11029
11030 int
11031 main ()
11032 {
11033
11034 ;
11035 return 0;
11036 }
11037 _ACEOF
11038 if ac_fn_c_try_link "$LINENO"; then :
11039
11040 lt_aix_libpath_sed='
11041 /Import File Strings/,/^$/ {
11042 /^0/ {
11043 s/^0 *\(.*\)$/\1/
11044 p
11045 }
11046 }'
11047 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11048 # Check for a 64-bit object if we didn't find anything.
11049 if test -z "$aix_libpath"; then
11050 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11051 fi
11052 fi
11053 rm -f core conftest.err conftest.$ac_objext \
11054 conftest$ac_exeext conftest.$ac_ext
11055 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11056
11057 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11058 # Warning - without using the other run time loading flags,
11059 # -berok will link without error, but may produce a broken library.
11060 no_undefined_flag=' ${wl}-bernotok'
11061 allow_undefined_flag=' ${wl}-berok'
11062 if test "$with_gnu_ld" = yes; then
11063 # We only use this code for GNU lds that support --whole-archive.
11064 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11065 else
11066 # Exported symbols can be pulled into shared objects from archives
11067 whole_archive_flag_spec='$convenience'
11068 fi
11069 archive_cmds_need_lc=yes
11070 # This is similar to how AIX traditionally builds its shared libraries.
11071 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'
11072 fi
11073 fi
11074 ;;
11075
11076 amigaos*)
11077 case $host_cpu in
11078 powerpc)
11079 # see comment about AmigaOS4 .so support
11080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11081 archive_expsym_cmds=''
11082 ;;
11083 m68k)
11084 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)'
11085 hardcode_libdir_flag_spec='-L$libdir'
11086 hardcode_minus_L=yes
11087 ;;
11088 esac
11089 ;;
11090
11091 bsdi[45]*)
11092 export_dynamic_flag_spec=-rdynamic
11093 ;;
11094
11095 cygwin* | mingw* | pw32* | cegcc*)
11096 # When not using gcc, we currently assume that we are using
11097 # Microsoft Visual C++.
11098 # hardcode_libdir_flag_spec is actually meaningless, as there is
11099 # no search path for DLLs.
11100 hardcode_libdir_flag_spec=' '
11101 allow_undefined_flag=unsupported
11102 # Tell ltmain to make .lib files, not .a files.
11103 libext=lib
11104 # Tell ltmain to make .dll files, not .so files.
11105 shrext_cmds=".dll"
11106 # FIXME: Setting linknames here is a bad hack.
11107 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11108 # The linker will automatically build a .lib file if we build a DLL.
11109 old_archive_from_new_cmds='true'
11110 # FIXME: Should let the user specify the lib program.
11111 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11112 fix_srcfile_path='`cygpath -w "$srcfile"`'
11113 enable_shared_with_static_runtimes=yes
11114 ;;
11115
11116 darwin* | rhapsody*)
11117
11118
11119 archive_cmds_need_lc=no
11120 hardcode_direct=no
11121 hardcode_automatic=yes
11122 hardcode_shlibpath_var=unsupported
11123 if test "$lt_cv_ld_force_load" = "yes"; then
11124 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\"`'
11125 else
11126 whole_archive_flag_spec=''
11127 fi
11128 link_all_deplibs=yes
11129 allow_undefined_flag="$_lt_dar_allow_undefined"
11130 case $cc_basename in
11131 ifort*) _lt_dar_can_shared=yes ;;
11132 *) _lt_dar_can_shared=$GCC ;;
11133 esac
11134 if test "$_lt_dar_can_shared" = "yes"; then
11135 output_verbose_link_cmd=func_echo_all
11136 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11137 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11138 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}"
11139 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}"
11140
11141 else
11142 ld_shlibs=no
11143 fi
11144
11145 ;;
11146
11147 dgux*)
11148 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11149 hardcode_libdir_flag_spec='-L$libdir'
11150 hardcode_shlibpath_var=no
11151 ;;
11152
11153 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11154 # support. Future versions do this automatically, but an explicit c++rt0.o
11155 # does not break anything, and helps significantly (at the cost of a little
11156 # extra space).
11157 freebsd2.2*)
11158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11159 hardcode_libdir_flag_spec='-R$libdir'
11160 hardcode_direct=yes
11161 hardcode_shlibpath_var=no
11162 ;;
11163
11164 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11165 freebsd2.*)
11166 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11167 hardcode_direct=yes
11168 hardcode_minus_L=yes
11169 hardcode_shlibpath_var=no
11170 ;;
11171
11172 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11173 freebsd* | dragonfly*)
11174 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11175 hardcode_libdir_flag_spec='-R$libdir'
11176 hardcode_direct=yes
11177 hardcode_shlibpath_var=no
11178 ;;
11179
11180 hpux9*)
11181 if test "$GCC" = yes; then
11182 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'
11183 else
11184 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'
11185 fi
11186 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11187 hardcode_libdir_separator=:
11188 hardcode_direct=yes
11189
11190 # hardcode_minus_L: Not really in the search PATH,
11191 # but as the default location of the library.
11192 hardcode_minus_L=yes
11193 export_dynamic_flag_spec='${wl}-E'
11194 ;;
11195
11196 hpux10*)
11197 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11198 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11199 else
11200 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11201 fi
11202 if test "$with_gnu_ld" = no; then
11203 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11204 hardcode_libdir_flag_spec_ld='+b $libdir'
11205 hardcode_libdir_separator=:
11206 hardcode_direct=yes
11207 hardcode_direct_absolute=yes
11208 export_dynamic_flag_spec='${wl}-E'
11209 # hardcode_minus_L: Not really in the search PATH,
11210 # but as the default location of the library.
11211 hardcode_minus_L=yes
11212 fi
11213 ;;
11214
11215 hpux11*)
11216 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11217 case $host_cpu in
11218 hppa*64*)
11219 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11220 ;;
11221 ia64*)
11222 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11223 ;;
11224 *)
11225 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11226 ;;
11227 esac
11228 else
11229 case $host_cpu in
11230 hppa*64*)
11231 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11232 ;;
11233 ia64*)
11234 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11235 ;;
11236 *)
11237
11238 # Older versions of the 11.00 compiler do not understand -b yet
11239 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11241 $as_echo_n "checking if $CC understands -b... " >&6; }
11242 if ${lt_cv_prog_compiler__b+:} false; then :
11243 $as_echo_n "(cached) " >&6
11244 else
11245 lt_cv_prog_compiler__b=no
11246 save_LDFLAGS="$LDFLAGS"
11247 LDFLAGS="$LDFLAGS -b"
11248 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11249 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11250 # The linker can only warn and ignore the option if not recognized
11251 # So say no if there are warnings
11252 if test -s conftest.err; then
11253 # Append any errors to the config.log.
11254 cat conftest.err 1>&5
11255 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11256 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11257 if diff conftest.exp conftest.er2 >/dev/null; then
11258 lt_cv_prog_compiler__b=yes
11259 fi
11260 else
11261 lt_cv_prog_compiler__b=yes
11262 fi
11263 fi
11264 $RM -r conftest*
11265 LDFLAGS="$save_LDFLAGS"
11266
11267 fi
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11269 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11270
11271 if test x"$lt_cv_prog_compiler__b" = xyes; then
11272 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11273 else
11274 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11275 fi
11276
11277 ;;
11278 esac
11279 fi
11280 if test "$with_gnu_ld" = no; then
11281 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11282 hardcode_libdir_separator=:
11283
11284 case $host_cpu in
11285 hppa*64*|ia64*)
11286 hardcode_direct=no
11287 hardcode_shlibpath_var=no
11288 ;;
11289 *)
11290 hardcode_direct=yes
11291 hardcode_direct_absolute=yes
11292 export_dynamic_flag_spec='${wl}-E'
11293
11294 # hardcode_minus_L: Not really in the search PATH,
11295 # but as the default location of the library.
11296 hardcode_minus_L=yes
11297 ;;
11298 esac
11299 fi
11300 ;;
11301
11302 irix5* | irix6* | nonstopux*)
11303 if test "$GCC" = yes; then
11304 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'
11305 # Try to use the -exported_symbol ld option, if it does not
11306 # work, assume that -exports_file does not work either and
11307 # implicitly export all symbols.
11308 save_LDFLAGS="$LDFLAGS"
11309 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11311 /* end confdefs.h. */
11312 int foo(void) {}
11313 _ACEOF
11314 if ac_fn_c_try_link "$LINENO"; then :
11315 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'
11316
11317 fi
11318 rm -f core conftest.err conftest.$ac_objext \
11319 conftest$ac_exeext conftest.$ac_ext
11320 LDFLAGS="$save_LDFLAGS"
11321 else
11322 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'
11323 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'
11324 fi
11325 archive_cmds_need_lc='no'
11326 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11327 hardcode_libdir_separator=:
11328 inherit_rpath=yes
11329 link_all_deplibs=yes
11330 ;;
11331
11332 netbsd*)
11333 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11334 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11335 else
11336 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11337 fi
11338 hardcode_libdir_flag_spec='-R$libdir'
11339 hardcode_direct=yes
11340 hardcode_shlibpath_var=no
11341 ;;
11342
11343 newsos6)
11344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11345 hardcode_direct=yes
11346 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11347 hardcode_libdir_separator=:
11348 hardcode_shlibpath_var=no
11349 ;;
11350
11351 *nto* | *qnx*)
11352 ;;
11353
11354 openbsd*)
11355 if test -f /usr/libexec/ld.so; then
11356 hardcode_direct=yes
11357 hardcode_shlibpath_var=no
11358 hardcode_direct_absolute=yes
11359 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11360 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11361 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11362 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11363 export_dynamic_flag_spec='${wl}-E'
11364 else
11365 case $host_os in
11366 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11367 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11368 hardcode_libdir_flag_spec='-R$libdir'
11369 ;;
11370 *)
11371 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11372 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11373 ;;
11374 esac
11375 fi
11376 else
11377 ld_shlibs=no
11378 fi
11379 ;;
11380
11381 os2*)
11382 hardcode_libdir_flag_spec='-L$libdir'
11383 hardcode_minus_L=yes
11384 allow_undefined_flag=unsupported
11385 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'
11386 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11387 ;;
11388
11389 osf3*)
11390 if test "$GCC" = yes; then
11391 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11392 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'
11393 else
11394 allow_undefined_flag=' -expect_unresolved \*'
11395 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'
11396 fi
11397 archive_cmds_need_lc='no'
11398 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11399 hardcode_libdir_separator=:
11400 ;;
11401
11402 osf4* | osf5*) # as osf3* with the addition of -msym flag
11403 if test "$GCC" = yes; then
11404 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11405 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'
11406 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11407 else
11408 allow_undefined_flag=' -expect_unresolved \*'
11409 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'
11410 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~
11411 $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'
11412
11413 # Both c and cxx compiler support -rpath directly
11414 hardcode_libdir_flag_spec='-rpath $libdir'
11415 fi
11416 archive_cmds_need_lc='no'
11417 hardcode_libdir_separator=:
11418 ;;
11419
11420 solaris*)
11421 no_undefined_flag=' -z defs'
11422 if test "$GCC" = yes; then
11423 wlarc='${wl}'
11424 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11425 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11426 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11427 else
11428 case `$CC -V 2>&1` in
11429 *"Compilers 5.0"*)
11430 wlarc=''
11431 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11432 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11433 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11434 ;;
11435 *)
11436 wlarc='${wl}'
11437 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11438 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11439 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11440 ;;
11441 esac
11442 fi
11443 hardcode_libdir_flag_spec='-R$libdir'
11444 hardcode_shlibpath_var=no
11445 case $host_os in
11446 solaris2.[0-5] | solaris2.[0-5].*) ;;
11447 *)
11448 # The compiler driver will combine and reorder linker options,
11449 # but understands `-z linker_flag'. GCC discards it without `$wl',
11450 # but is careful enough not to reorder.
11451 # Supported since Solaris 2.6 (maybe 2.5.1?)
11452 if test "$GCC" = yes; then
11453 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11454 else
11455 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11456 fi
11457 ;;
11458 esac
11459 link_all_deplibs=yes
11460 ;;
11461
11462 sunos4*)
11463 if test "x$host_vendor" = xsequent; then
11464 # Use $CC to link under sequent, because it throws in some extra .o
11465 # files that make .init and .fini sections work.
11466 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11467 else
11468 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11469 fi
11470 hardcode_libdir_flag_spec='-L$libdir'
11471 hardcode_direct=yes
11472 hardcode_minus_L=yes
11473 hardcode_shlibpath_var=no
11474 ;;
11475
11476 sysv4)
11477 case $host_vendor in
11478 sni)
11479 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11480 hardcode_direct=yes # is this really true???
11481 ;;
11482 siemens)
11483 ## LD is ld it makes a PLAMLIB
11484 ## CC just makes a GrossModule.
11485 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11486 reload_cmds='$CC -r -o $output$reload_objs'
11487 hardcode_direct=no
11488 ;;
11489 motorola)
11490 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11491 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11492 ;;
11493 esac
11494 runpath_var='LD_RUN_PATH'
11495 hardcode_shlibpath_var=no
11496 ;;
11497
11498 sysv4.3*)
11499 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11500 hardcode_shlibpath_var=no
11501 export_dynamic_flag_spec='-Bexport'
11502 ;;
11503
11504 sysv4*MP*)
11505 if test -d /usr/nec; then
11506 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11507 hardcode_shlibpath_var=no
11508 runpath_var=LD_RUN_PATH
11509 hardcode_runpath_var=yes
11510 ld_shlibs=yes
11511 fi
11512 ;;
11513
11514 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11515 no_undefined_flag='${wl}-z,text'
11516 archive_cmds_need_lc=no
11517 hardcode_shlibpath_var=no
11518 runpath_var='LD_RUN_PATH'
11519
11520 if test "$GCC" = yes; then
11521 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11522 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11523 else
11524 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11525 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11526 fi
11527 ;;
11528
11529 sysv5* | sco3.2v5* | sco5v6*)
11530 # Note: We can NOT use -z defs as we might desire, because we do not
11531 # link with -lc, and that would cause any symbols used from libc to
11532 # always be unresolved, which means just about no library would
11533 # ever link correctly. If we're not using GNU ld we use -z text
11534 # though, which does catch some bad symbols but isn't as heavy-handed
11535 # as -z defs.
11536 no_undefined_flag='${wl}-z,text'
11537 allow_undefined_flag='${wl}-z,nodefs'
11538 archive_cmds_need_lc=no
11539 hardcode_shlibpath_var=no
11540 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11541 hardcode_libdir_separator=':'
11542 link_all_deplibs=yes
11543 export_dynamic_flag_spec='${wl}-Bexport'
11544 runpath_var='LD_RUN_PATH'
11545
11546 if test "$GCC" = yes; then
11547 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11548 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11549 else
11550 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11551 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11552 fi
11553 ;;
11554
11555 uts4*)
11556 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11557 hardcode_libdir_flag_spec='-L$libdir'
11558 hardcode_shlibpath_var=no
11559 ;;
11560
11561 *)
11562 ld_shlibs=no
11563 ;;
11564 esac
11565
11566 if test x$host_vendor = xsni; then
11567 case $host in
11568 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11569 export_dynamic_flag_spec='${wl}-Blargedynsym'
11570 ;;
11571 esac
11572 fi
11573 fi
11574
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11576 $as_echo "$ld_shlibs" >&6; }
11577 test "$ld_shlibs" = no && can_build_shared=no
11578
11579 with_gnu_ld=$with_gnu_ld
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595 #
11596 # Do we need to explicitly link libc?
11597 #
11598 case "x$archive_cmds_need_lc" in
11599 x|xyes)
11600 # Assume -lc should be added
11601 archive_cmds_need_lc=yes
11602
11603 if test "$enable_shared" = yes && test "$GCC" = yes; then
11604 case $archive_cmds in
11605 *'~'*)
11606 # FIXME: we may have to deal with multi-command sequences.
11607 ;;
11608 '$CC '*)
11609 # Test whether the compiler implicitly links with -lc since on some
11610 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11611 # to ld, don't add -lc before -lgcc.
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11613 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11614 if ${lt_cv_archive_cmds_need_lc+:} false; then :
11615 $as_echo_n "(cached) " >&6
11616 else
11617 $RM conftest*
11618 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11619
11620 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11621 (eval $ac_compile) 2>&5
11622 ac_status=$?
11623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11624 test $ac_status = 0; } 2>conftest.err; then
11625 soname=conftest
11626 lib=conftest
11627 libobjs=conftest.$ac_objext
11628 deplibs=
11629 wl=$lt_prog_compiler_wl
11630 pic_flag=$lt_prog_compiler_pic
11631 compiler_flags=-v
11632 linker_flags=-v
11633 verstring=
11634 output_objdir=.
11635 libname=conftest
11636 lt_save_allow_undefined_flag=$allow_undefined_flag
11637 allow_undefined_flag=
11638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11639 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11640 ac_status=$?
11641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11642 test $ac_status = 0; }
11643 then
11644 lt_cv_archive_cmds_need_lc=no
11645 else
11646 lt_cv_archive_cmds_need_lc=yes
11647 fi
11648 allow_undefined_flag=$lt_save_allow_undefined_flag
11649 else
11650 cat conftest.err 1>&5
11651 fi
11652 $RM conftest*
11653
11654 fi
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11656 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11657 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11658 ;;
11659 esac
11660 fi
11661 ;;
11662 esac
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11821 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11822
11823 if test "$GCC" = yes; then
11824 case $host_os in
11825 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11826 *) lt_awk_arg="/^libraries:/" ;;
11827 esac
11828 case $host_os in
11829 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11830 *) lt_sed_strip_eq="s,=/,/,g" ;;
11831 esac
11832 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11833 case $lt_search_path_spec in
11834 *\;*)
11835 # if the path contains ";" then we assume it to be the separator
11836 # otherwise default to the standard path separator (i.e. ":") - it is
11837 # assumed that no part of a normal pathname contains ";" but that should
11838 # okay in the real world where ";" in dirpaths is itself problematic.
11839 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11840 ;;
11841 *)
11842 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11843 ;;
11844 esac
11845 # Ok, now we have the path, separated by spaces, we can step through it
11846 # and add multilib dir if necessary.
11847 lt_tmp_lt_search_path_spec=
11848 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11849 for lt_sys_path in $lt_search_path_spec; do
11850 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11851 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11852 else
11853 test -d "$lt_sys_path" && \
11854 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11855 fi
11856 done
11857 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11858 BEGIN {RS=" "; FS="/|\n";} {
11859 lt_foo="";
11860 lt_count=0;
11861 for (lt_i = NF; lt_i > 0; lt_i--) {
11862 if ($lt_i != "" && $lt_i != ".") {
11863 if ($lt_i == "..") {
11864 lt_count++;
11865 } else {
11866 if (lt_count == 0) {
11867 lt_foo="/" $lt_i lt_foo;
11868 } else {
11869 lt_count--;
11870 }
11871 }
11872 }
11873 }
11874 if (lt_foo != "") { lt_freq[lt_foo]++; }
11875 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11876 }'`
11877 # AWK program above erroneously prepends '/' to C:/dos/paths
11878 # for these hosts.
11879 case $host_os in
11880 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11881 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11882 esac
11883 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11884 else
11885 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11886 fi
11887 library_names_spec=
11888 libname_spec='lib$name'
11889 soname_spec=
11890 shrext_cmds=".so"
11891 postinstall_cmds=
11892 postuninstall_cmds=
11893 finish_cmds=
11894 finish_eval=
11895 shlibpath_var=
11896 shlibpath_overrides_runpath=unknown
11897 version_type=none
11898 dynamic_linker="$host_os ld.so"
11899 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11900 need_lib_prefix=unknown
11901 hardcode_into_libs=no
11902
11903 # when you set need_version to no, make sure it does not cause -set_version
11904 # flags to be left without arguments
11905 need_version=unknown
11906
11907 case $host_os in
11908 aix3*)
11909 version_type=linux
11910 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11911 shlibpath_var=LIBPATH
11912
11913 # AIX 3 has no versioning support, so we append a major version to the name.
11914 soname_spec='${libname}${release}${shared_ext}$major'
11915 ;;
11916
11917 aix[4-9]*)
11918 version_type=linux
11919 need_lib_prefix=no
11920 need_version=no
11921 hardcode_into_libs=yes
11922 if test "$host_cpu" = ia64; then
11923 # AIX 5 supports IA64
11924 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11925 shlibpath_var=LD_LIBRARY_PATH
11926 else
11927 # With GCC up to 2.95.x, collect2 would create an import file
11928 # for dependence libraries. The import file would start with
11929 # the line `#! .'. This would cause the generated library to
11930 # depend on `.', always an invalid library. This was fixed in
11931 # development snapshots of GCC prior to 3.0.
11932 case $host_os in
11933 aix4 | aix4.[01] | aix4.[01].*)
11934 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11935 echo ' yes '
11936 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11937 :
11938 else
11939 can_build_shared=no
11940 fi
11941 ;;
11942 esac
11943 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11944 # soname into executable. Probably we can add versioning support to
11945 # collect2, so additional links can be useful in future.
11946 if test "$aix_use_runtimelinking" = yes; then
11947 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11948 # instead of lib<name>.a to let people know that these are not
11949 # typical AIX shared libraries.
11950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11951 else
11952 # We preserve .a as extension for shared libraries through AIX4.2
11953 # and later when we are not doing run time linking.
11954 library_names_spec='${libname}${release}.a $libname.a'
11955 soname_spec='${libname}${release}${shared_ext}$major'
11956 fi
11957 shlibpath_var=LIBPATH
11958 fi
11959 ;;
11960
11961 amigaos*)
11962 case $host_cpu in
11963 powerpc)
11964 # Since July 2007 AmigaOS4 officially supports .so libraries.
11965 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11967 ;;
11968 m68k)
11969 library_names_spec='$libname.ixlibrary $libname.a'
11970 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11971 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'
11972 ;;
11973 esac
11974 ;;
11975
11976 beos*)
11977 library_names_spec='${libname}${shared_ext}'
11978 dynamic_linker="$host_os ld.so"
11979 shlibpath_var=LIBRARY_PATH
11980 ;;
11981
11982 bsdi[45]*)
11983 version_type=linux
11984 need_version=no
11985 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11986 soname_spec='${libname}${release}${shared_ext}$major'
11987 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11988 shlibpath_var=LD_LIBRARY_PATH
11989 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11990 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11991 # the default ld.so.conf also contains /usr/contrib/lib and
11992 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11993 # libtool to hard-code these into programs
11994 ;;
11995
11996 cygwin* | mingw* | pw32* | cegcc*)
11997 version_type=windows
11998 shrext_cmds=".dll"
11999 need_version=no
12000 need_lib_prefix=no
12001
12002 case $GCC,$host_os in
12003 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12004 library_names_spec='$libname.dll.a'
12005 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12006 postinstall_cmds='base_file=`basename \${file}`~
12007 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12008 dldir=$destdir/`dirname \$dlpath`~
12009 test -d \$dldir || mkdir -p \$dldir~
12010 $install_prog $dir/$dlname \$dldir/$dlname~
12011 chmod a+x \$dldir/$dlname~
12012 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12013 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12014 fi'
12015 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12016 dlpath=$dir/\$dldll~
12017 $RM \$dlpath'
12018 shlibpath_overrides_runpath=yes
12019
12020 case $host_os in
12021 cygwin*)
12022 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12023 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12024
12025 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12026 ;;
12027 mingw* | cegcc*)
12028 # MinGW DLLs use traditional 'lib' prefix
12029 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12030 ;;
12031 pw32*)
12032 # pw32 DLLs use 'pw' prefix rather than 'lib'
12033 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12034 ;;
12035 esac
12036 ;;
12037
12038 *)
12039 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12040 ;;
12041 esac
12042 dynamic_linker='Win32 ld.exe'
12043 # FIXME: first we should search . and the directory the executable is in
12044 shlibpath_var=PATH
12045 ;;
12046
12047 darwin* | rhapsody*)
12048 dynamic_linker="$host_os dyld"
12049 version_type=darwin
12050 need_lib_prefix=no
12051 need_version=no
12052 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12053 soname_spec='${libname}${release}${major}$shared_ext'
12054 shlibpath_overrides_runpath=yes
12055 shlibpath_var=DYLD_LIBRARY_PATH
12056 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12057
12058 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12059 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12060 ;;
12061
12062 dgux*)
12063 version_type=linux
12064 need_lib_prefix=no
12065 need_version=no
12066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12067 soname_spec='${libname}${release}${shared_ext}$major'
12068 shlibpath_var=LD_LIBRARY_PATH
12069 ;;
12070
12071 freebsd* | dragonfly*)
12072 # DragonFly does not have aout. When/if they implement a new
12073 # versioning mechanism, adjust this.
12074 if test -x /usr/bin/objformat; then
12075 objformat=`/usr/bin/objformat`
12076 else
12077 case $host_os in
12078 freebsd[23].*) objformat=aout ;;
12079 *) objformat=elf ;;
12080 esac
12081 fi
12082 version_type=freebsd-$objformat
12083 case $version_type in
12084 freebsd-elf*)
12085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12086 need_version=no
12087 need_lib_prefix=no
12088 ;;
12089 freebsd-*)
12090 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12091 need_version=yes
12092 ;;
12093 esac
12094 shlibpath_var=LD_LIBRARY_PATH
12095 case $host_os in
12096 freebsd2.*)
12097 shlibpath_overrides_runpath=yes
12098 ;;
12099 freebsd3.[01]* | freebsdelf3.[01]*)
12100 shlibpath_overrides_runpath=yes
12101 hardcode_into_libs=yes
12102 ;;
12103 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12104 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12105 shlibpath_overrides_runpath=no
12106 hardcode_into_libs=yes
12107 ;;
12108 *) # from 4.6 on, and DragonFly
12109 shlibpath_overrides_runpath=yes
12110 hardcode_into_libs=yes
12111 ;;
12112 esac
12113 ;;
12114
12115 haiku*)
12116 version_type=linux
12117 need_lib_prefix=no
12118 need_version=no
12119 dynamic_linker="$host_os runtime_loader"
12120 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12121 soname_spec='${libname}${release}${shared_ext}$major'
12122 shlibpath_var=LIBRARY_PATH
12123 shlibpath_overrides_runpath=yes
12124 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12125 hardcode_into_libs=yes
12126 ;;
12127
12128 hpux9* | hpux10* | hpux11*)
12129 # Give a soname corresponding to the major version so that dld.sl refuses to
12130 # link against other versions.
12131 version_type=sunos
12132 need_lib_prefix=no
12133 need_version=no
12134 case $host_cpu in
12135 ia64*)
12136 shrext_cmds='.so'
12137 hardcode_into_libs=yes
12138 dynamic_linker="$host_os dld.so"
12139 shlibpath_var=LD_LIBRARY_PATH
12140 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12142 soname_spec='${libname}${release}${shared_ext}$major'
12143 if test "X$HPUX_IA64_MODE" = X32; then
12144 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12145 else
12146 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12147 fi
12148 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12149 ;;
12150 hppa*64*)
12151 shrext_cmds='.sl'
12152 hardcode_into_libs=yes
12153 dynamic_linker="$host_os dld.sl"
12154 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12155 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12157 soname_spec='${libname}${release}${shared_ext}$major'
12158 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12159 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12160 ;;
12161 *)
12162 shrext_cmds='.sl'
12163 dynamic_linker="$host_os dld.sl"
12164 shlibpath_var=SHLIB_PATH
12165 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12167 soname_spec='${libname}${release}${shared_ext}$major'
12168 ;;
12169 esac
12170 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12171 postinstall_cmds='chmod 555 $lib'
12172 # or fails outright, so override atomically:
12173 install_override_mode=555
12174 ;;
12175
12176 interix[3-9]*)
12177 version_type=linux
12178 need_lib_prefix=no
12179 need_version=no
12180 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12181 soname_spec='${libname}${release}${shared_ext}$major'
12182 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12183 shlibpath_var=LD_LIBRARY_PATH
12184 shlibpath_overrides_runpath=no
12185 hardcode_into_libs=yes
12186 ;;
12187
12188 irix5* | irix6* | nonstopux*)
12189 case $host_os in
12190 nonstopux*) version_type=nonstopux ;;
12191 *)
12192 if test "$lt_cv_prog_gnu_ld" = yes; then
12193 version_type=linux
12194 else
12195 version_type=irix
12196 fi ;;
12197 esac
12198 need_lib_prefix=no
12199 need_version=no
12200 soname_spec='${libname}${release}${shared_ext}$major'
12201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12202 case $host_os in
12203 irix5* | nonstopux*)
12204 libsuff= shlibsuff=
12205 ;;
12206 *)
12207 case $LD in # libtool.m4 will add one of these switches to LD
12208 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12209 libsuff= shlibsuff= libmagic=32-bit;;
12210 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12211 libsuff=32 shlibsuff=N32 libmagic=N32;;
12212 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12213 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12214 *) libsuff= shlibsuff= libmagic=never-match;;
12215 esac
12216 ;;
12217 esac
12218 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12219 shlibpath_overrides_runpath=no
12220 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12221 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12222 hardcode_into_libs=yes
12223 ;;
12224
12225 # No shared lib support for Linux oldld, aout, or coff.
12226 linux*oldld* | linux*aout* | linux*coff*)
12227 dynamic_linker=no
12228 ;;
12229
12230 # This must be Linux ELF.
12231 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
12232 version_type=linux
12233 need_lib_prefix=no
12234 need_version=no
12235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12236 soname_spec='${libname}${release}${shared_ext}$major'
12237 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12238 shlibpath_var=LD_LIBRARY_PATH
12239 shlibpath_overrides_runpath=no
12240
12241 # Some binutils ld are patched to set DT_RUNPATH
12242 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
12243 $as_echo_n "(cached) " >&6
12244 else
12245 lt_cv_shlibpath_overrides_runpath=no
12246 save_LDFLAGS=$LDFLAGS
12247 save_libdir=$libdir
12248 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12249 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12251 /* end confdefs.h. */
12252
12253 int
12254 main ()
12255 {
12256
12257 ;
12258 return 0;
12259 }
12260 _ACEOF
12261 if ac_fn_c_try_link "$LINENO"; then :
12262 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12263 lt_cv_shlibpath_overrides_runpath=yes
12264 fi
12265 fi
12266 rm -f core conftest.err conftest.$ac_objext \
12267 conftest$ac_exeext conftest.$ac_ext
12268 LDFLAGS=$save_LDFLAGS
12269 libdir=$save_libdir
12270
12271 fi
12272
12273 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12274
12275 # This implies no fast_install, which is unacceptable.
12276 # Some rework will be needed to allow for fast_install
12277 # before this can be enabled.
12278 hardcode_into_libs=yes
12279
12280 # Append ld.so.conf contents to the search path
12281 if test -f /etc/ld.so.conf; then
12282 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' ' '`
12283 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12284 fi
12285
12286 # We used to test for /lib/ld.so.1 and disable shared libraries on
12287 # powerpc, because MkLinux only supported shared libraries with the
12288 # GNU dynamic linker. Since this was broken with cross compilers,
12289 # most powerpc-linux boxes support dynamic linking these days and
12290 # people can always --disable-shared, the test was removed, and we
12291 # assume the GNU/Linux dynamic linker is in use.
12292 dynamic_linker='GNU/Linux ld.so'
12293 ;;
12294
12295 netbsd*)
12296 version_type=sunos
12297 need_lib_prefix=no
12298 need_version=no
12299 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12301 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12302 dynamic_linker='NetBSD (a.out) ld.so'
12303 else
12304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12305 soname_spec='${libname}${release}${shared_ext}$major'
12306 dynamic_linker='NetBSD ld.elf_so'
12307 fi
12308 shlibpath_var=LD_LIBRARY_PATH
12309 shlibpath_overrides_runpath=yes
12310 hardcode_into_libs=yes
12311 ;;
12312
12313 newsos6)
12314 version_type=linux
12315 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12316 shlibpath_var=LD_LIBRARY_PATH
12317 shlibpath_overrides_runpath=yes
12318 ;;
12319
12320 *nto* | *qnx*)
12321 version_type=qnx
12322 need_lib_prefix=no
12323 need_version=no
12324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12325 soname_spec='${libname}${release}${shared_ext}$major'
12326 shlibpath_var=LD_LIBRARY_PATH
12327 shlibpath_overrides_runpath=no
12328 hardcode_into_libs=yes
12329 dynamic_linker='ldqnx.so'
12330 ;;
12331
12332 openbsd*)
12333 version_type=sunos
12334 sys_lib_dlsearch_path_spec="/usr/lib"
12335 need_lib_prefix=no
12336 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12337 case $host_os in
12338 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12339 *) need_version=no ;;
12340 esac
12341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12342 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12343 shlibpath_var=LD_LIBRARY_PATH
12344 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12345 case $host_os in
12346 openbsd2.[89] | openbsd2.[89].*)
12347 shlibpath_overrides_runpath=no
12348 ;;
12349 *)
12350 shlibpath_overrides_runpath=yes
12351 ;;
12352 esac
12353 else
12354 shlibpath_overrides_runpath=yes
12355 fi
12356 ;;
12357
12358 os2*)
12359 libname_spec='$name'
12360 shrext_cmds=".dll"
12361 need_lib_prefix=no
12362 library_names_spec='$libname${shared_ext} $libname.a'
12363 dynamic_linker='OS/2 ld.exe'
12364 shlibpath_var=LIBPATH
12365 ;;
12366
12367 osf3* | osf4* | osf5*)
12368 version_type=osf
12369 need_lib_prefix=no
12370 need_version=no
12371 soname_spec='${libname}${release}${shared_ext}$major'
12372 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12373 shlibpath_var=LD_LIBRARY_PATH
12374 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12375 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12376 ;;
12377
12378 rdos*)
12379 dynamic_linker=no
12380 ;;
12381
12382 solaris*)
12383 version_type=linux
12384 need_lib_prefix=no
12385 need_version=no
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12387 soname_spec='${libname}${release}${shared_ext}$major'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 shlibpath_overrides_runpath=yes
12390 hardcode_into_libs=yes
12391 # ldd complains unless libraries are executable
12392 postinstall_cmds='chmod +x $lib'
12393 ;;
12394
12395 sunos4*)
12396 version_type=sunos
12397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12398 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12399 shlibpath_var=LD_LIBRARY_PATH
12400 shlibpath_overrides_runpath=yes
12401 if test "$with_gnu_ld" = yes; then
12402 need_lib_prefix=no
12403 fi
12404 need_version=yes
12405 ;;
12406
12407 sysv4 | sysv4.3*)
12408 version_type=linux
12409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12410 soname_spec='${libname}${release}${shared_ext}$major'
12411 shlibpath_var=LD_LIBRARY_PATH
12412 case $host_vendor in
12413 sni)
12414 shlibpath_overrides_runpath=no
12415 need_lib_prefix=no
12416 runpath_var=LD_RUN_PATH
12417 ;;
12418 siemens)
12419 need_lib_prefix=no
12420 ;;
12421 motorola)
12422 need_lib_prefix=no
12423 need_version=no
12424 shlibpath_overrides_runpath=no
12425 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12426 ;;
12427 esac
12428 ;;
12429
12430 sysv4*MP*)
12431 if test -d /usr/nec ;then
12432 version_type=linux
12433 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12434 soname_spec='$libname${shared_ext}.$major'
12435 shlibpath_var=LD_LIBRARY_PATH
12436 fi
12437 ;;
12438
12439 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12440 version_type=freebsd-elf
12441 need_lib_prefix=no
12442 need_version=no
12443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12444 soname_spec='${libname}${release}${shared_ext}$major'
12445 shlibpath_var=LD_LIBRARY_PATH
12446 shlibpath_overrides_runpath=yes
12447 hardcode_into_libs=yes
12448 if test "$with_gnu_ld" = yes; then
12449 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12450 else
12451 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12452 case $host_os in
12453 sco3.2v5*)
12454 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12455 ;;
12456 esac
12457 fi
12458 sys_lib_dlsearch_path_spec='/usr/lib'
12459 ;;
12460
12461 tpf*)
12462 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12463 version_type=linux
12464 need_lib_prefix=no
12465 need_version=no
12466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12467 shlibpath_var=LD_LIBRARY_PATH
12468 shlibpath_overrides_runpath=no
12469 hardcode_into_libs=yes
12470 ;;
12471
12472 uts4*)
12473 version_type=linux
12474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12475 soname_spec='${libname}${release}${shared_ext}$major'
12476 shlibpath_var=LD_LIBRARY_PATH
12477 ;;
12478
12479 *)
12480 dynamic_linker=no
12481 ;;
12482 esac
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12484 $as_echo "$dynamic_linker" >&6; }
12485 test "$dynamic_linker" = no && can_build_shared=no
12486
12487 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12488 if test "$GCC" = yes; then
12489 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12490 fi
12491
12492 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12493 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12494 fi
12495 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12496 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12497 fi
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
12587
12588
12589
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12591 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12592 hardcode_action=
12593 if test -n "$hardcode_libdir_flag_spec" ||
12594 test -n "$runpath_var" ||
12595 test "X$hardcode_automatic" = "Xyes" ; then
12596
12597 # We can hardcode non-existent directories.
12598 if test "$hardcode_direct" != no &&
12599 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12600 # have to relink, otherwise we might link with an installed library
12601 # when we should be linking with a yet-to-be-installed one
12602 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12603 test "$hardcode_minus_L" != no; then
12604 # Linking always hardcodes the temporary library directory.
12605 hardcode_action=relink
12606 else
12607 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12608 hardcode_action=immediate
12609 fi
12610 else
12611 # We cannot hardcode anything, or else we can only hardcode existing
12612 # directories.
12613 hardcode_action=unsupported
12614 fi
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12616 $as_echo "$hardcode_action" >&6; }
12617
12618 if test "$hardcode_action" = relink ||
12619 test "$inherit_rpath" = yes; then
12620 # Fast installation is not supported
12621 enable_fast_install=no
12622 elif test "$shlibpath_overrides_runpath" = yes ||
12623 test "$enable_shared" = no; then
12624 # Fast installation is not necessary
12625 enable_fast_install=needless
12626 fi
12627
12628
12629
12630
12631
12632
12633 if test "x$enable_dlopen" != xyes; then
12634 enable_dlopen=unknown
12635 enable_dlopen_self=unknown
12636 enable_dlopen_self_static=unknown
12637 else
12638 lt_cv_dlopen=no
12639 lt_cv_dlopen_libs=
12640
12641 case $host_os in
12642 beos*)
12643 lt_cv_dlopen="load_add_on"
12644 lt_cv_dlopen_libs=
12645 lt_cv_dlopen_self=yes
12646 ;;
12647
12648 mingw* | pw32* | cegcc*)
12649 lt_cv_dlopen="LoadLibrary"
12650 lt_cv_dlopen_libs=
12651 ;;
12652
12653 cygwin*)
12654 lt_cv_dlopen="dlopen"
12655 lt_cv_dlopen_libs=
12656 ;;
12657
12658 darwin*)
12659 # if libdl is installed we need to link against it
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12661 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12662 if ${ac_cv_lib_dl_dlopen+:} false; then :
12663 $as_echo_n "(cached) " >&6
12664 else
12665 ac_check_lib_save_LIBS=$LIBS
12666 LIBS="-ldl $LIBS"
12667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12668 /* end confdefs.h. */
12669
12670 /* Override any GCC internal prototype to avoid an error.
12671 Use char because int might match the return type of a GCC
12672 builtin and then its argument prototype would still apply. */
12673 #ifdef __cplusplus
12674 extern "C"
12675 #endif
12676 char dlopen ();
12677 int
12678 main ()
12679 {
12680 return dlopen ();
12681 ;
12682 return 0;
12683 }
12684 _ACEOF
12685 if ac_fn_c_try_link "$LINENO"; then :
12686 ac_cv_lib_dl_dlopen=yes
12687 else
12688 ac_cv_lib_dl_dlopen=no
12689 fi
12690 rm -f core conftest.err conftest.$ac_objext \
12691 conftest$ac_exeext conftest.$ac_ext
12692 LIBS=$ac_check_lib_save_LIBS
12693 fi
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12695 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12696 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12697 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12698 else
12699
12700 lt_cv_dlopen="dyld"
12701 lt_cv_dlopen_libs=
12702 lt_cv_dlopen_self=yes
12703
12704 fi
12705
12706 ;;
12707
12708 *)
12709 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12710 if test "x$ac_cv_func_shl_load" = xyes; then :
12711 lt_cv_dlopen="shl_load"
12712 else
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12714 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12715 if ${ac_cv_lib_dld_shl_load+:} false; then :
12716 $as_echo_n "(cached) " >&6
12717 else
12718 ac_check_lib_save_LIBS=$LIBS
12719 LIBS="-ldld $LIBS"
12720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12721 /* end confdefs.h. */
12722
12723 /* Override any GCC internal prototype to avoid an error.
12724 Use char because int might match the return type of a GCC
12725 builtin and then its argument prototype would still apply. */
12726 #ifdef __cplusplus
12727 extern "C"
12728 #endif
12729 char shl_load ();
12730 int
12731 main ()
12732 {
12733 return shl_load ();
12734 ;
12735 return 0;
12736 }
12737 _ACEOF
12738 if ac_fn_c_try_link "$LINENO"; then :
12739 ac_cv_lib_dld_shl_load=yes
12740 else
12741 ac_cv_lib_dld_shl_load=no
12742 fi
12743 rm -f core conftest.err conftest.$ac_objext \
12744 conftest$ac_exeext conftest.$ac_ext
12745 LIBS=$ac_check_lib_save_LIBS
12746 fi
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12748 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12749 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12750 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12751 else
12752 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12753 if test "x$ac_cv_func_dlopen" = xyes; then :
12754 lt_cv_dlopen="dlopen"
12755 else
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12757 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12758 if ${ac_cv_lib_dl_dlopen+:} false; then :
12759 $as_echo_n "(cached) " >&6
12760 else
12761 ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-ldl $LIBS"
12763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12764 /* end confdefs.h. */
12765
12766 /* Override any GCC internal prototype to avoid an error.
12767 Use char because int might match the return type of a GCC
12768 builtin and then its argument prototype would still apply. */
12769 #ifdef __cplusplus
12770 extern "C"
12771 #endif
12772 char dlopen ();
12773 int
12774 main ()
12775 {
12776 return dlopen ();
12777 ;
12778 return 0;
12779 }
12780 _ACEOF
12781 if ac_fn_c_try_link "$LINENO"; then :
12782 ac_cv_lib_dl_dlopen=yes
12783 else
12784 ac_cv_lib_dl_dlopen=no
12785 fi
12786 rm -f core conftest.err conftest.$ac_objext \
12787 conftest$ac_exeext conftest.$ac_ext
12788 LIBS=$ac_check_lib_save_LIBS
12789 fi
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12791 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12792 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12793 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12794 else
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12796 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12797 if ${ac_cv_lib_svld_dlopen+:} false; then :
12798 $as_echo_n "(cached) " >&6
12799 else
12800 ac_check_lib_save_LIBS=$LIBS
12801 LIBS="-lsvld $LIBS"
12802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12803 /* end confdefs.h. */
12804
12805 /* Override any GCC internal prototype to avoid an error.
12806 Use char because int might match the return type of a GCC
12807 builtin and then its argument prototype would still apply. */
12808 #ifdef __cplusplus
12809 extern "C"
12810 #endif
12811 char dlopen ();
12812 int
12813 main ()
12814 {
12815 return dlopen ();
12816 ;
12817 return 0;
12818 }
12819 _ACEOF
12820 if ac_fn_c_try_link "$LINENO"; then :
12821 ac_cv_lib_svld_dlopen=yes
12822 else
12823 ac_cv_lib_svld_dlopen=no
12824 fi
12825 rm -f core conftest.err conftest.$ac_objext \
12826 conftest$ac_exeext conftest.$ac_ext
12827 LIBS=$ac_check_lib_save_LIBS
12828 fi
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12830 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12831 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12832 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12833 else
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12835 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12836 if ${ac_cv_lib_dld_dld_link+:} false; then :
12837 $as_echo_n "(cached) " >&6
12838 else
12839 ac_check_lib_save_LIBS=$LIBS
12840 LIBS="-ldld $LIBS"
12841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12842 /* end confdefs.h. */
12843
12844 /* Override any GCC internal prototype to avoid an error.
12845 Use char because int might match the return type of a GCC
12846 builtin and then its argument prototype would still apply. */
12847 #ifdef __cplusplus
12848 extern "C"
12849 #endif
12850 char dld_link ();
12851 int
12852 main ()
12853 {
12854 return dld_link ();
12855 ;
12856 return 0;
12857 }
12858 _ACEOF
12859 if ac_fn_c_try_link "$LINENO"; then :
12860 ac_cv_lib_dld_dld_link=yes
12861 else
12862 ac_cv_lib_dld_dld_link=no
12863 fi
12864 rm -f core conftest.err conftest.$ac_objext \
12865 conftest$ac_exeext conftest.$ac_ext
12866 LIBS=$ac_check_lib_save_LIBS
12867 fi
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12869 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12870 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12871 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12872 fi
12873
12874
12875 fi
12876
12877
12878 fi
12879
12880
12881 fi
12882
12883
12884 fi
12885
12886
12887 fi
12888
12889 ;;
12890 esac
12891
12892 if test "x$lt_cv_dlopen" != xno; then
12893 enable_dlopen=yes
12894 else
12895 enable_dlopen=no
12896 fi
12897
12898 case $lt_cv_dlopen in
12899 dlopen)
12900 save_CPPFLAGS="$CPPFLAGS"
12901 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12902
12903 save_LDFLAGS="$LDFLAGS"
12904 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12905
12906 save_LIBS="$LIBS"
12907 LIBS="$lt_cv_dlopen_libs $LIBS"
12908
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12910 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12911 if ${lt_cv_dlopen_self+:} false; then :
12912 $as_echo_n "(cached) " >&6
12913 else
12914 if test "$cross_compiling" = yes; then :
12915 lt_cv_dlopen_self=cross
12916 else
12917 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12918 lt_status=$lt_dlunknown
12919 cat > conftest.$ac_ext <<_LT_EOF
12920 #line 12920 "configure"
12921 #include "confdefs.h"
12922
12923 #if HAVE_DLFCN_H
12924 #include <dlfcn.h>
12925 #endif
12926
12927 #include <stdio.h>
12928
12929 #ifdef RTLD_GLOBAL
12930 # define LT_DLGLOBAL RTLD_GLOBAL
12931 #else
12932 # ifdef DL_GLOBAL
12933 # define LT_DLGLOBAL DL_GLOBAL
12934 # else
12935 # define LT_DLGLOBAL 0
12936 # endif
12937 #endif
12938
12939 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12940 find out it does not work in some platform. */
12941 #ifndef LT_DLLAZY_OR_NOW
12942 # ifdef RTLD_LAZY
12943 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12944 # else
12945 # ifdef DL_LAZY
12946 # define LT_DLLAZY_OR_NOW DL_LAZY
12947 # else
12948 # ifdef RTLD_NOW
12949 # define LT_DLLAZY_OR_NOW RTLD_NOW
12950 # else
12951 # ifdef DL_NOW
12952 # define LT_DLLAZY_OR_NOW DL_NOW
12953 # else
12954 # define LT_DLLAZY_OR_NOW 0
12955 # endif
12956 # endif
12957 # endif
12958 # endif
12959 #endif
12960
12961 /* When -fvisbility=hidden is used, assume the code has been annotated
12962 correspondingly for the symbols needed. */
12963 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12964 void fnord () __attribute__((visibility("default")));
12965 #endif
12966
12967 void fnord () { int i=42; }
12968 int main ()
12969 {
12970 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12971 int status = $lt_dlunknown;
12972
12973 if (self)
12974 {
12975 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12976 else
12977 {
12978 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12979 else puts (dlerror ());
12980 }
12981 /* dlclose (self); */
12982 }
12983 else
12984 puts (dlerror ());
12985
12986 return status;
12987 }
12988 _LT_EOF
12989 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12990 (eval $ac_link) 2>&5
12991 ac_status=$?
12992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12993 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12994 (./conftest; exit; ) >&5 2>/dev/null
12995 lt_status=$?
12996 case x$lt_status in
12997 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12998 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12999 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13000 esac
13001 else :
13002 # compilation failed
13003 lt_cv_dlopen_self=no
13004 fi
13005 fi
13006 rm -fr conftest*
13007
13008
13009 fi
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13011 $as_echo "$lt_cv_dlopen_self" >&6; }
13012
13013 if test "x$lt_cv_dlopen_self" = xyes; then
13014 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13016 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
13017 if ${lt_cv_dlopen_self_static+:} false; then :
13018 $as_echo_n "(cached) " >&6
13019 else
13020 if test "$cross_compiling" = yes; then :
13021 lt_cv_dlopen_self_static=cross
13022 else
13023 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13024 lt_status=$lt_dlunknown
13025 cat > conftest.$ac_ext <<_LT_EOF
13026 #line 13026 "configure"
13027 #include "confdefs.h"
13028
13029 #if HAVE_DLFCN_H
13030 #include <dlfcn.h>
13031 #endif
13032
13033 #include <stdio.h>
13034
13035 #ifdef RTLD_GLOBAL
13036 # define LT_DLGLOBAL RTLD_GLOBAL
13037 #else
13038 # ifdef DL_GLOBAL
13039 # define LT_DLGLOBAL DL_GLOBAL
13040 # else
13041 # define LT_DLGLOBAL 0
13042 # endif
13043 #endif
13044
13045 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13046 find out it does not work in some platform. */
13047 #ifndef LT_DLLAZY_OR_NOW
13048 # ifdef RTLD_LAZY
13049 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13050 # else
13051 # ifdef DL_LAZY
13052 # define LT_DLLAZY_OR_NOW DL_LAZY
13053 # else
13054 # ifdef RTLD_NOW
13055 # define LT_DLLAZY_OR_NOW RTLD_NOW
13056 # else
13057 # ifdef DL_NOW
13058 # define LT_DLLAZY_OR_NOW DL_NOW
13059 # else
13060 # define LT_DLLAZY_OR_NOW 0
13061 # endif
13062 # endif
13063 # endif
13064 # endif
13065 #endif
13066
13067 /* When -fvisbility=hidden is used, assume the code has been annotated
13068 correspondingly for the symbols needed. */
13069 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13070 void fnord () __attribute__((visibility("default")));
13071 #endif
13072
13073 void fnord () { int i=42; }
13074 int main ()
13075 {
13076 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13077 int status = $lt_dlunknown;
13078
13079 if (self)
13080 {
13081 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13082 else
13083 {
13084 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13085 else puts (dlerror ());
13086 }
13087 /* dlclose (self); */
13088 }
13089 else
13090 puts (dlerror ());
13091
13092 return status;
13093 }
13094 _LT_EOF
13095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13096 (eval $ac_link) 2>&5
13097 ac_status=$?
13098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13099 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13100 (./conftest; exit; ) >&5 2>/dev/null
13101 lt_status=$?
13102 case x$lt_status in
13103 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13104 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13105 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13106 esac
13107 else :
13108 # compilation failed
13109 lt_cv_dlopen_self_static=no
13110 fi
13111 fi
13112 rm -fr conftest*
13113
13114
13115 fi
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13117 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13118 fi
13119
13120 CPPFLAGS="$save_CPPFLAGS"
13121 LDFLAGS="$save_LDFLAGS"
13122 LIBS="$save_LIBS"
13123 ;;
13124 esac
13125
13126 case $lt_cv_dlopen_self in
13127 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13128 *) enable_dlopen_self=unknown ;;
13129 esac
13130
13131 case $lt_cv_dlopen_self_static in
13132 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13133 *) enable_dlopen_self_static=unknown ;;
13134 esac
13135 fi
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153 striplib=
13154 old_striplib=
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13156 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13157 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13158 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13159 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13161 $as_echo "yes" >&6; }
13162 else
13163 # FIXME - insert some real tests, host_os isn't really good enough
13164 case $host_os in
13165 darwin*)
13166 if test -n "$STRIP" ; then
13167 striplib="$STRIP -x"
13168 old_striplib="$STRIP -S"
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13170 $as_echo "yes" >&6; }
13171 else
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13173 $as_echo "no" >&6; }
13174 fi
13175 ;;
13176 *)
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13178 $as_echo "no" >&6; }
13179 ;;
13180 esac
13181 fi
13182
13183
13184
13185
13186
13187
13188
13189
13190
13191
13192
13193
13194 # Report which library types will actually be built
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13196 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13198 $as_echo "$can_build_shared" >&6; }
13199
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13201 $as_echo_n "checking whether to build shared libraries... " >&6; }
13202 test "$can_build_shared" = "no" && enable_shared=no
13203
13204 # On AIX, shared libraries and static libraries use the same namespace, and
13205 # are all built from PIC.
13206 case $host_os in
13207 aix3*)
13208 test "$enable_shared" = yes && enable_static=no
13209 if test -n "$RANLIB"; then
13210 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13211 postinstall_cmds='$RANLIB $lib'
13212 fi
13213 ;;
13214
13215 aix[4-9]*)
13216 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13217 test "$enable_shared" = yes && enable_static=no
13218 fi
13219 ;;
13220 esac
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13222 $as_echo "$enable_shared" >&6; }
13223
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13225 $as_echo_n "checking whether to build static libraries... " >&6; }
13226 # Make sure either enable_shared or enable_static is yes.
13227 test "$enable_shared" = yes || enable_static=yes
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13229 $as_echo "$enable_static" >&6; }
13230
13231
13232
13233
13234 fi
13235 ac_ext=c
13236 ac_cpp='$CPP $CPPFLAGS'
13237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13240
13241 CC="$lt_save_CC"
13242
13243
13244
13245
13246
13247
13248
13249
13250
13251
13252
13253
13254
13255 ac_config_commands="$ac_config_commands libtool"
13256
13257
13258
13259
13260 # Only expand once:
13261
13262
13263
13264
13265 . ${srcdir}/../../bfd/configure.host
13266
13267
13268
13269
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13271 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13272 # Check whether --enable-maintainer-mode was given.
13273 if test "${enable_maintainer_mode+set}" = set; then :
13274 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13275 else
13276 USE_MAINTAINER_MODE=no
13277 fi
13278
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13280 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13281 if test $USE_MAINTAINER_MODE = yes; then
13282 MAINTAINER_MODE_TRUE=
13283 MAINTAINER_MODE_FALSE='#'
13284 else
13285 MAINTAINER_MODE_TRUE='#'
13286 MAINTAINER_MODE_FALSE=
13287 fi
13288
13289 MAINT=$MAINTAINER_MODE_TRUE
13290
13291
13292
13293
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13295 $as_echo_n "checking for sim debug setting... " >&6; }
13296 sim_debug="0"
13297 # Check whether --enable-sim-debug was given.
13298 if test "${enable_sim_debug+set}" = set; then :
13299 enableval=$enable_sim_debug; case "${enableval}" in
13300 yes) sim_debug="7";;
13301 no) sim_debug="0";;
13302 *) sim_debug="($enableval)";;
13303 esac
13304 fi
13305 if test "$sim_debug" != "0"; then
13306
13307 cat >>confdefs.h <<_ACEOF
13308 #define DEBUG $sim_debug
13309 _ACEOF
13310
13311 fi
13312
13313 cat >>confdefs.h <<_ACEOF
13314 #define WITH_DEBUG $sim_debug
13315 _ACEOF
13316
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13318 $as_echo "$sim_debug" >&6; }
13319
13320
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13322 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
13323 sim_stdio="0"
13324 # Check whether --enable-sim-stdio was given.
13325 if test "${enable_sim_stdio+set}" = set; then :
13326 enableval=$enable_sim_stdio; case "${enableval}" in
13327 yes) sim_stdio="DO_USE_STDIO";;
13328 no) sim_stdio="DONT_USE_STDIO";;
13329 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
13330 esac
13331 fi
13332
13333 cat >>confdefs.h <<_ACEOF
13334 #define WITH_STDIO $sim_stdio
13335 _ACEOF
13336
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13338 $as_echo "$sim_stdio" >&6; }
13339
13340
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13342 $as_echo_n "checking for sim trace settings... " >&6; }
13343 sim_trace="~TRACE_debug"
13344 # Check whether --enable-sim-trace was given.
13345 if test "${enable_sim_trace+set}" = set; then :
13346 enableval=$enable_sim_trace; case "${enableval}" in
13347 yes) sim_trace="-1";;
13348 no) sim_trace="0";;
13349 [-0-9]*)
13350 sim_trace="'(${enableval})'";;
13351 [[:lower:]]*)
13352 sim_trace=""
13353 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13354 if test x"$sim_trace" = x; then
13355 sim_trace="(TRACE_$x"
13356 else
13357 sim_trace="${sim_trace}|TRACE_$x"
13358 fi
13359 done
13360 sim_trace="$sim_trace)" ;;
13361 esac
13362 fi
13363
13364 cat >>confdefs.h <<_ACEOF
13365 #define WITH_TRACE $sim_trace
13366 _ACEOF
13367
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13369 $as_echo "$sim_trace" >&6; }
13370
13371
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13373 $as_echo_n "checking for sim profile settings... " >&6; }
13374 profile="1"
13375 sim_profile="-1"
13376 # Check whether --enable-sim-profile was given.
13377 if test "${enable_sim_profile+set}" = set; then :
13378 enableval=$enable_sim_profile; case "${enableval}" in
13379 yes) profile="1" sim_profile="-1";;
13380 no) profile="0" sim_profile="0";;
13381 [-0-9]*)
13382 profile="(${enableval})" sim_profile="(${enableval})";;
13383 [a-z]*)
13384 profile="1"
13385 sim_profile=""
13386 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13387 if test x"$sim_profile" = x; then
13388 sim_profile="(PROFILE_$x"
13389 else
13390 sim_profile="${sim_profile}|PROFILE_$x"
13391 fi
13392 done
13393 sim_profile="$sim_profile)" ;;
13394 esac
13395 fi
13396
13397 cat >>confdefs.h <<_ACEOF
13398 #define PROFILE $profile
13399 _ACEOF
13400
13401
13402 cat >>confdefs.h <<_ACEOF
13403 #define WITH_PROFILE $sim_profile
13404 _ACEOF
13405
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13407 $as_echo "$sim_profile" >&6; }
13408
13409
13410
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13412 $as_echo_n "checking whether to enable sim asserts... " >&6; }
13413 sim_assert="1"
13414 # Check whether --enable-sim-assert was given.
13415 if test "${enable_sim_assert+set}" = set; then :
13416 enableval=$enable_sim_assert; case "${enableval}" in
13417 yes) sim_assert="1";;
13418 no) sim_assert="0";;
13419 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
13420 esac
13421 fi
13422
13423 cat >>confdefs.h <<_ACEOF
13424 #define WITH_ASSERT $sim_assert
13425 _ACEOF
13426
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13428 $as_echo "$sim_assert" >&6; }
13429
13430
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13432 $as_echo_n "checking default sim environment setting... " >&6; }
13433 sim_environment="ALL_ENVIRONMENT"
13434 # Check whether --enable-sim-environment was given.
13435 if test "${enable_sim_environment+set}" = set; then :
13436 enableval=$enable_sim_environment; case "${enableval}" in
13437 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13438 user | USER) sim_environment="USER_ENVIRONMENT";;
13439 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13440 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13441 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
13442 esac
13443 fi
13444
13445 cat >>confdefs.h <<_ACEOF
13446 #define WITH_ENVIRONMENT $sim_environment
13447 _ACEOF
13448
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13450 $as_echo "$sim_environment" >&6; }
13451
13452
13453 sim_inline="-DDEFAULT_INLINE=0"
13454 # Check whether --enable-sim-inline was given.
13455 if test "${enable_sim_inline+set}" = set; then :
13456 enableval=$enable_sim_inline; sim_inline=""
13457 case "$enableval" in
13458 no) sim_inline="-DDEFAULT_INLINE=0";;
13459 0) sim_inline="-DDEFAULT_INLINE=0";;
13460 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13461 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13462 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13463 new_flag=""
13464 case "$x" in
13465 *_INLINE=*) new_flag="-D$x";;
13466 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13467 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13468 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13469 esac
13470 if test x"$sim_inline" = x""; then
13471 sim_inline="$new_flag"
13472 else
13473 sim_inline="$sim_inline $new_flag"
13474 fi
13475 done;;
13476 esac
13477 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13478 echo "Setting inline flags = $sim_inline" 6>&1
13479 fi
13480 fi
13481
13482
13483
13484
13485 # Check whether --with-pkgversion was given.
13486 if test "${with_pkgversion+set}" = set; then :
13487 withval=$with_pkgversion; case "$withval" in
13488 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
13489 no) PKGVERSION= ;;
13490 *) PKGVERSION="($withval) " ;;
13491 esac
13492 else
13493 PKGVERSION="(SIM) "
13494
13495 fi
13496
13497
13498
13499
13500
13501 # Check whether --with-bugurl was given.
13502 if test "${with_bugurl+set}" = set; then :
13503 withval=$with_bugurl; case "$withval" in
13504 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
13505 no) BUGURL=
13506 ;;
13507 *) BUGURL="$withval"
13508 ;;
13509 esac
13510 else
13511 BUGURL="https://www.gnu.org/software/gdb/bugs/"
13512
13513 fi
13514
13515 case ${BUGURL} in
13516 "")
13517 REPORT_BUGS_TO=
13518 REPORT_BUGS_TEXI=
13519 ;;
13520 *)
13521 REPORT_BUGS_TO="<$BUGURL>"
13522 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13523 ;;
13524 esac;
13525
13526
13527
13528
13529 cat >>confdefs.h <<_ACEOF
13530 #define PKGVERSION "$PKGVERSION"
13531 _ACEOF
13532
13533
13534 cat >>confdefs.h <<_ACEOF
13535 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13536 _ACEOF
13537
13538
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13540 $as_echo_n "checking return type of signal handlers... " >&6; }
13541 if ${ac_cv_type_signal+:} false; then :
13542 $as_echo_n "(cached) " >&6
13543 else
13544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13545 /* end confdefs.h. */
13546 #include <sys/types.h>
13547 #include <signal.h>
13548
13549 int
13550 main ()
13551 {
13552 return *(signal (0, 0)) (0) == 1;
13553 ;
13554 return 0;
13555 }
13556 _ACEOF
13557 if ac_fn_c_try_compile "$LINENO"; then :
13558 ac_cv_type_signal=int
13559 else
13560 ac_cv_type_signal=void
13561 fi
13562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13563 fi
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13565 $as_echo "$ac_cv_type_signal" >&6; }
13566
13567 cat >>confdefs.h <<_ACEOF
13568 #define RETSIGTYPE $ac_cv_type_signal
13569 _ACEOF
13570
13571
13572
13573
13574
13575
13576
13577
13578 wire_endian="BIG"
13579 default_endian=""
13580 # Check whether --enable-sim-endian was given.
13581 if test "${enable_sim_endian+set}" = set; then :
13582 enableval=$enable_sim_endian; case "${enableval}" in
13583 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13584 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13585 yes) if test x"$wire_endian" != x; then
13586 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13587 else
13588 if test x"$default_endian" != x; then
13589 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13590 else
13591 echo "No hard-wired endian for target $target" 1>&6
13592 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13593 fi
13594 fi;;
13595 no) if test x"$default_endian" != x; then
13596 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13597 else
13598 if test x"$wire_endian" != x; then
13599 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13600 else
13601 echo "No default endian for target $target" 1>&6
13602 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13603 fi
13604 fi;;
13605 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13606 esac
13607 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13608 echo "Setting endian flags = $sim_endian" 6>&1
13609 fi
13610 else
13611 if test x"$default_endian" != x; then
13612 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13613 else
13614 if test x"$wire_endian" != x; then
13615 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13616 else
13617 sim_endian=
13618 fi
13619 fi
13620 fi
13621
13622 wire_alignment="STRICT_ALIGNMENT"
13623 default_alignment=""
13624
13625 # Check whether --enable-sim-alignment was given.
13626 if test "${enable_sim_alignment+set}" = set; then :
13627 enableval=$enable_sim_alignment; case "${enableval}" in
13628 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13629 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13630 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13631 yes) if test x"$wire_alignment" != x; then
13632 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13633 else
13634 if test x"$default_alignment" != x; then
13635 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13636 else
13637 echo "No hard-wired alignment for target $target" 1>&6
13638 sim_alignment="-DWITH_ALIGNMENT=0"
13639 fi
13640 fi;;
13641 no) if test x"$default_alignment" != x; then
13642 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13643 else
13644 if test x"$wire_alignment" != x; then
13645 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13646 else
13647 echo "No default alignment for target $target" 1>&6
13648 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13649 fi
13650 fi;;
13651 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13652 esac
13653 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13654 echo "Setting alignment flags = $sim_alignment" 6>&1
13655 fi
13656 else
13657 if test x"$default_alignment" != x; then
13658 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13659 else
13660 if test x"$wire_alignment" != x; then
13661 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13662 else
13663 sim_alignment=
13664 fi
13665 fi
13666 fi
13667
13668
13669 default_sim_scache="16384"
13670 # Check whether --enable-sim-scache was given.
13671 if test "${enable_sim_scache+set}" = set; then :
13672 enableval=$enable_sim_scache; case "${enableval}" in
13673 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13674 no) sim_scache="-DWITH_SCACHE=0" ;;
13675 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13676 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13677 sim_scache="";;
13678 esac
13679 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13680 echo "Setting scache size = $sim_scache" 6>&1
13681 fi
13682 else
13683 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13684 fi
13685
13686
13687
13688 default_sim_default_model="fr500"
13689 # Check whether --enable-sim-default-model was given.
13690 if test "${enable_sim_default_model+set}" = set; then :
13691 enableval=$enable_sim_default_model; case "${enableval}" in
13692 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13693 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13694 esac
13695 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13696 echo "Setting default model = $sim_default_model" 6>&1
13697 fi
13698 else
13699 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13700 fi
13701
13702
13703
13704 cgen_maint=no
13705 cgen=guile
13706 cgendir='$(srcdir)/../../cgen'
13707 # Check whether --enable-cgen-maint was given.
13708 if test "${enable_cgen_maint+set}" = set; then :
13709 enableval=$enable_cgen_maint; case "${enableval}" in
13710 yes) cgen_maint=yes ;;
13711 no) cgen_maint=no ;;
13712 *)
13713 # Argument is a directory where cgen can be found. In some
13714 # future world cgen could be installable, but right now this
13715 # is not the case. Instead we assume the directory is a path
13716 # to the cgen source tree.
13717 cgen_maint=yes
13718 if test -r ${enableval}/iformat.scm; then
13719 # This looks like a cgen source tree.
13720 cgendir=${enableval}
13721 else
13722 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
13723 fi
13724 ;;
13725 esac
13726 fi
13727 if test x${cgen_maint} != xno ; then
13728 CGEN_MAINT=''
13729 else
13730 CGEN_MAINT='#'
13731 fi
13732
13733
13734
13735
13736
13737 #
13738 # Enable making unknown traps dump out registers
13739 #
13740 # Check whether --enable-sim-trapdump was given.
13741 if test "${enable_sim_trapdump+set}" = set; then :
13742 enableval=$enable_sim_trapdump; case "${enableval}" in
13743 yes) sim_trapdump="-DTRAPDUMP=1";;
13744 no) sim_trapdump="-DTRAPDUMP=0";;
13745 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
13746 esac
13747 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
13748 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
13749 fi
13750 else
13751 sim_trapdump=""
13752 fi
13753
13754
13755
13756 if test """"; then
13757 hardware=""""
13758 else
13759 hardware="cfi core pal glue"
13760 fi
13761 hardware="$hardware """
13762
13763 sim_hw_cflags="-DWITH_HW=1"
13764 sim_hw="$hardware"
13765 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13766
13767 # Check whether --enable-sim-hardware was given.
13768 if test "${enable_sim_hardware+set}" = set; then :
13769 enableval=$enable_sim_hardware;
13770 else
13771 enable_sim_hardware="yes"
13772 fi
13773
13774 case ${enable_sim_hardware} in
13775 yes|no) ;;
13776 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13777 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13778 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13779 esac
13780
13781 if test "$enable_sim_hardware" = no; then
13782 sim_hw_objs=
13783 sim_hw_cflags="-DWITH_HW=0"
13784 sim_hw=
13785 else
13786 sim_hw_cflags="-DWITH_HW=1"
13787 # remove duplicates
13788 sim_hw=""
13789 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13790 for i in $hardware ; do
13791 case " $sim_hw " in
13792 *" $i "*) ;;
13793 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13794 esac
13795 done
13796 # mingw does not support sockser
13797 case ${host} in
13798 *mingw*) ;;
13799 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13800 # that you instatiate. Instead, other code will call into it directly.
13801 # At some point, we should convert it over.
13802 sim_hw_objs="$sim_hw_objs dv-sockser.o"
13803
13804 cat >>confdefs.h <<_ACEOF
13805 #define HAVE_DV_SOCKSER 1
13806 _ACEOF
13807
13808 ;;
13809 esac
13810 if test x"$silent" != x"yes"; then
13811 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13812 fi
13813 case " $hardware " in
13814 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13815 $as_echo_n "checking for log2 in -lm... " >&6; }
13816 if ${ac_cv_lib_m_log2+:} false; then :
13817 $as_echo_n "(cached) " >&6
13818 else
13819 ac_check_lib_save_LIBS=$LIBS
13820 LIBS="-lm $LIBS"
13821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13822 /* end confdefs.h. */
13823
13824 /* Override any GCC internal prototype to avoid an error.
13825 Use char because int might match the return type of a GCC
13826 builtin and then its argument prototype would still apply. */
13827 #ifdef __cplusplus
13828 extern "C"
13829 #endif
13830 char log2 ();
13831 int
13832 main ()
13833 {
13834 return log2 ();
13835 ;
13836 return 0;
13837 }
13838 _ACEOF
13839 if ac_fn_c_try_link "$LINENO"; then :
13840 ac_cv_lib_m_log2=yes
13841 else
13842 ac_cv_lib_m_log2=no
13843 fi
13844 rm -f core conftest.err conftest.$ac_objext \
13845 conftest$ac_exeext conftest.$ac_ext
13846 LIBS=$ac_check_lib_save_LIBS
13847 fi
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13849 $as_echo "$ac_cv_lib_m_log2" >&6; }
13850 if test "x$ac_cv_lib_m_log2" = xyes; then :
13851 cat >>confdefs.h <<_ACEOF
13852 #define HAVE_LIBM 1
13853 _ACEOF
13854
13855 LIBS="-lm $LIBS"
13856
13857 fi
13858 ;;
13859 esac
13860 fi
13861
13862
13863
13864 cgen_breaks=""
13865 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13866 cgen_breaks="break cgen_rtx_error";
13867 fi
13868
13869 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13870
13871 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13872
13873 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13874
13875 ac_config_commands="$ac_config_commands Makefile"
13876
13877 ac_config_commands="$ac_config_commands stamp-h"
13878
13879 cat >confcache <<\_ACEOF
13880 # This file is a shell script that caches the results of configure
13881 # tests run on this system so they can be shared between configure
13882 # scripts and configure runs, see configure's option --config-cache.
13883 # It is not useful on other systems. If it contains results you don't
13884 # want to keep, you may remove or edit it.
13885 #
13886 # config.status only pays attention to the cache file if you give it
13887 # the --recheck option to rerun configure.
13888 #
13889 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13890 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13891 # following values.
13892
13893 _ACEOF
13894
13895 # The following way of writing the cache mishandles newlines in values,
13896 # but we know of no workaround that is simple, portable, and efficient.
13897 # So, we kill variables containing newlines.
13898 # Ultrix sh set writes to stderr and can't be redirected directly,
13899 # and sets the high bit in the cache file unless we assign to the vars.
13900 (
13901 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13902 eval ac_val=\$$ac_var
13903 case $ac_val in #(
13904 *${as_nl}*)
13905 case $ac_var in #(
13906 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13907 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13908 esac
13909 case $ac_var in #(
13910 _ | IFS | as_nl) ;; #(
13911 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13912 *) { eval $ac_var=; unset $ac_var;} ;;
13913 esac ;;
13914 esac
13915 done
13916
13917 (set) 2>&1 |
13918 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13919 *${as_nl}ac_space=\ *)
13920 # `set' does not quote correctly, so add quotes: double-quote
13921 # substitution turns \\\\ into \\, and sed turns \\ into \.
13922 sed -n \
13923 "s/'/'\\\\''/g;
13924 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13925 ;; #(
13926 *)
13927 # `set' quotes correctly as required by POSIX, so do not add quotes.
13928 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13929 ;;
13930 esac |
13931 sort
13932 ) |
13933 sed '
13934 /^ac_cv_env_/b end
13935 t clear
13936 :clear
13937 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13938 t end
13939 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13940 :end' >>confcache
13941 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13942 if test -w "$cache_file"; then
13943 if test "x$cache_file" != "x/dev/null"; then
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13945 $as_echo "$as_me: updating cache $cache_file" >&6;}
13946 if test ! -f "$cache_file" || test -h "$cache_file"; then
13947 cat confcache >"$cache_file"
13948 else
13949 case $cache_file in #(
13950 */* | ?:*)
13951 mv -f confcache "$cache_file"$$ &&
13952 mv -f "$cache_file"$$ "$cache_file" ;; #(
13953 *)
13954 mv -f confcache "$cache_file" ;;
13955 esac
13956 fi
13957 fi
13958 else
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13960 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13961 fi
13962 fi
13963 rm -f confcache
13964
13965 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13966 # Let make expand exec_prefix.
13967 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13968
13969 DEFS=-DHAVE_CONFIG_H
13970
13971 ac_libobjs=
13972 ac_ltlibobjs=
13973 U=
13974 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13975 # 1. Remove the extension, and $U if already installed.
13976 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13977 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13978 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13979 # will be set to the directory where LIBOBJS objects are built.
13980 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13981 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13982 done
13983 LIBOBJS=$ac_libobjs
13984
13985 LTLIBOBJS=$ac_ltlibobjs
13986
13987
13988
13989 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13990 as_fn_error $? "conditional \"GMAKE\" was never defined.
13991 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13992 fi
13993 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13994 as_fn_error $? "conditional \"PLUGINS\" was never defined.
13995 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13996 fi
13997 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13998 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13999 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14000 fi
14001
14002 : "${CONFIG_STATUS=./config.status}"
14003 ac_write_fail=0
14004 ac_clean_files_save=$ac_clean_files
14005 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14007 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14008 as_write_fail=0
14009 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14010 #! $SHELL
14011 # Generated by $as_me.
14012 # Run this file to recreate the current configuration.
14013 # Compiler output produced by configure, useful for debugging
14014 # configure, is in config.log if it exists.
14015
14016 debug=false
14017 ac_cs_recheck=false
14018 ac_cs_silent=false
14019
14020 SHELL=\${CONFIG_SHELL-$SHELL}
14021 export SHELL
14022 _ASEOF
14023 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14024 ## -------------------- ##
14025 ## M4sh Initialization. ##
14026 ## -------------------- ##
14027
14028 # Be more Bourne compatible
14029 DUALCASE=1; export DUALCASE # for MKS sh
14030 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14031 emulate sh
14032 NULLCMD=:
14033 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14034 # is contrary to our usage. Disable this feature.
14035 alias -g '${1+"$@"}'='"$@"'
14036 setopt NO_GLOB_SUBST
14037 else
14038 case `(set -o) 2>/dev/null` in #(
14039 *posix*) :
14040 set -o posix ;; #(
14041 *) :
14042 ;;
14043 esac
14044 fi
14045
14046
14047 as_nl='
14048 '
14049 export as_nl
14050 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14051 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14052 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14053 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14054 # Prefer a ksh shell builtin over an external printf program on Solaris,
14055 # but without wasting forks for bash or zsh.
14056 if test -z "$BASH_VERSION$ZSH_VERSION" \
14057 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14058 as_echo='print -r --'
14059 as_echo_n='print -rn --'
14060 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14061 as_echo='printf %s\n'
14062 as_echo_n='printf %s'
14063 else
14064 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14065 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14066 as_echo_n='/usr/ucb/echo -n'
14067 else
14068 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14069 as_echo_n_body='eval
14070 arg=$1;
14071 case $arg in #(
14072 *"$as_nl"*)
14073 expr "X$arg" : "X\\(.*\\)$as_nl";
14074 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14075 esac;
14076 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14077 '
14078 export as_echo_n_body
14079 as_echo_n='sh -c $as_echo_n_body as_echo'
14080 fi
14081 export as_echo_body
14082 as_echo='sh -c $as_echo_body as_echo'
14083 fi
14084
14085 # The user is always right.
14086 if test "${PATH_SEPARATOR+set}" != set; then
14087 PATH_SEPARATOR=:
14088 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14089 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14090 PATH_SEPARATOR=';'
14091 }
14092 fi
14093
14094
14095 # IFS
14096 # We need space, tab and new line, in precisely that order. Quoting is
14097 # there to prevent editors from complaining about space-tab.
14098 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14099 # splitting by setting IFS to empty value.)
14100 IFS=" "" $as_nl"
14101
14102 # Find who we are. Look in the path if we contain no directory separator.
14103 as_myself=
14104 case $0 in #((
14105 *[\\/]* ) as_myself=$0 ;;
14106 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14107 for as_dir in $PATH
14108 do
14109 IFS=$as_save_IFS
14110 test -z "$as_dir" && as_dir=.
14111 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14112 done
14113 IFS=$as_save_IFS
14114
14115 ;;
14116 esac
14117 # We did not find ourselves, most probably we were run as `sh COMMAND'
14118 # in which case we are not to be found in the path.
14119 if test "x$as_myself" = x; then
14120 as_myself=$0
14121 fi
14122 if test ! -f "$as_myself"; then
14123 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14124 exit 1
14125 fi
14126
14127 # Unset variables that we do not need and which cause bugs (e.g. in
14128 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14129 # suppresses any "Segmentation fault" message there. '((' could
14130 # trigger a bug in pdksh 5.2.14.
14131 for as_var in BASH_ENV ENV MAIL MAILPATH
14132 do eval test x\${$as_var+set} = xset \
14133 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14134 done
14135 PS1='$ '
14136 PS2='> '
14137 PS4='+ '
14138
14139 # NLS nuisances.
14140 LC_ALL=C
14141 export LC_ALL
14142 LANGUAGE=C
14143 export LANGUAGE
14144
14145 # CDPATH.
14146 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14147
14148
14149 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14150 # ----------------------------------------
14151 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14152 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14153 # script with STATUS, using 1 if that was 0.
14154 as_fn_error ()
14155 {
14156 as_status=$1; test $as_status -eq 0 && as_status=1
14157 if test "$4"; then
14158 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14159 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14160 fi
14161 $as_echo "$as_me: error: $2" >&2
14162 as_fn_exit $as_status
14163 } # as_fn_error
14164
14165
14166 # as_fn_set_status STATUS
14167 # -----------------------
14168 # Set $? to STATUS, without forking.
14169 as_fn_set_status ()
14170 {
14171 return $1
14172 } # as_fn_set_status
14173
14174 # as_fn_exit STATUS
14175 # -----------------
14176 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14177 as_fn_exit ()
14178 {
14179 set +e
14180 as_fn_set_status $1
14181 exit $1
14182 } # as_fn_exit
14183
14184 # as_fn_unset VAR
14185 # ---------------
14186 # Portably unset VAR.
14187 as_fn_unset ()
14188 {
14189 { eval $1=; unset $1;}
14190 }
14191 as_unset=as_fn_unset
14192 # as_fn_append VAR VALUE
14193 # ----------------------
14194 # Append the text in VALUE to the end of the definition contained in VAR. Take
14195 # advantage of any shell optimizations that allow amortized linear growth over
14196 # repeated appends, instead of the typical quadratic growth present in naive
14197 # implementations.
14198 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14199 eval 'as_fn_append ()
14200 {
14201 eval $1+=\$2
14202 }'
14203 else
14204 as_fn_append ()
14205 {
14206 eval $1=\$$1\$2
14207 }
14208 fi # as_fn_append
14209
14210 # as_fn_arith ARG...
14211 # ------------------
14212 # Perform arithmetic evaluation on the ARGs, and store the result in the
14213 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14214 # must be portable across $(()) and expr.
14215 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14216 eval 'as_fn_arith ()
14217 {
14218 as_val=$(( $* ))
14219 }'
14220 else
14221 as_fn_arith ()
14222 {
14223 as_val=`expr "$@" || test $? -eq 1`
14224 }
14225 fi # as_fn_arith
14226
14227
14228 if expr a : '\(a\)' >/dev/null 2>&1 &&
14229 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14230 as_expr=expr
14231 else
14232 as_expr=false
14233 fi
14234
14235 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14236 as_basename=basename
14237 else
14238 as_basename=false
14239 fi
14240
14241 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14242 as_dirname=dirname
14243 else
14244 as_dirname=false
14245 fi
14246
14247 as_me=`$as_basename -- "$0" ||
14248 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14249 X"$0" : 'X\(//\)$' \| \
14250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14251 $as_echo X/"$0" |
14252 sed '/^.*\/\([^/][^/]*\)\/*$/{
14253 s//\1/
14254 q
14255 }
14256 /^X\/\(\/\/\)$/{
14257 s//\1/
14258 q
14259 }
14260 /^X\/\(\/\).*/{
14261 s//\1/
14262 q
14263 }
14264 s/.*/./; q'`
14265
14266 # Avoid depending upon Character Ranges.
14267 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14268 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14269 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14270 as_cr_digits='0123456789'
14271 as_cr_alnum=$as_cr_Letters$as_cr_digits
14272
14273 ECHO_C= ECHO_N= ECHO_T=
14274 case `echo -n x` in #(((((
14275 -n*)
14276 case `echo 'xy\c'` in
14277 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14278 xy) ECHO_C='\c';;
14279 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14280 ECHO_T=' ';;
14281 esac;;
14282 *)
14283 ECHO_N='-n';;
14284 esac
14285
14286 rm -f conf$$ conf$$.exe conf$$.file
14287 if test -d conf$$.dir; then
14288 rm -f conf$$.dir/conf$$.file
14289 else
14290 rm -f conf$$.dir
14291 mkdir conf$$.dir 2>/dev/null
14292 fi
14293 if (echo >conf$$.file) 2>/dev/null; then
14294 if ln -s conf$$.file conf$$ 2>/dev/null; then
14295 as_ln_s='ln -s'
14296 # ... but there are two gotchas:
14297 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14298 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14299 # In both cases, we have to default to `cp -pR'.
14300 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14301 as_ln_s='cp -pR'
14302 elif ln conf$$.file conf$$ 2>/dev/null; then
14303 as_ln_s=ln
14304 else
14305 as_ln_s='cp -pR'
14306 fi
14307 else
14308 as_ln_s='cp -pR'
14309 fi
14310 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14311 rmdir conf$$.dir 2>/dev/null
14312
14313
14314 # as_fn_mkdir_p
14315 # -------------
14316 # Create "$as_dir" as a directory, including parents if necessary.
14317 as_fn_mkdir_p ()
14318 {
14319
14320 case $as_dir in #(
14321 -*) as_dir=./$as_dir;;
14322 esac
14323 test -d "$as_dir" || eval $as_mkdir_p || {
14324 as_dirs=
14325 while :; do
14326 case $as_dir in #(
14327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14328 *) as_qdir=$as_dir;;
14329 esac
14330 as_dirs="'$as_qdir' $as_dirs"
14331 as_dir=`$as_dirname -- "$as_dir" ||
14332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14333 X"$as_dir" : 'X\(//\)[^/]' \| \
14334 X"$as_dir" : 'X\(//\)$' \| \
14335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14336 $as_echo X"$as_dir" |
14337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14338 s//\1/
14339 q
14340 }
14341 /^X\(\/\/\)[^/].*/{
14342 s//\1/
14343 q
14344 }
14345 /^X\(\/\/\)$/{
14346 s//\1/
14347 q
14348 }
14349 /^X\(\/\).*/{
14350 s//\1/
14351 q
14352 }
14353 s/.*/./; q'`
14354 test -d "$as_dir" && break
14355 done
14356 test -z "$as_dirs" || eval "mkdir $as_dirs"
14357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14358
14359
14360 } # as_fn_mkdir_p
14361 if mkdir -p . 2>/dev/null; then
14362 as_mkdir_p='mkdir -p "$as_dir"'
14363 else
14364 test -d ./-p && rmdir ./-p
14365 as_mkdir_p=false
14366 fi
14367
14368
14369 # as_fn_executable_p FILE
14370 # -----------------------
14371 # Test if FILE is an executable regular file.
14372 as_fn_executable_p ()
14373 {
14374 test -f "$1" && test -x "$1"
14375 } # as_fn_executable_p
14376 as_test_x='test -x'
14377 as_executable_p=as_fn_executable_p
14378
14379 # Sed expression to map a string onto a valid CPP name.
14380 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14381
14382 # Sed expression to map a string onto a valid variable name.
14383 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14384
14385
14386 exec 6>&1
14387 ## ----------------------------------- ##
14388 ## Main body of $CONFIG_STATUS script. ##
14389 ## ----------------------------------- ##
14390 _ASEOF
14391 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14392
14393 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14394 # Save the log message, to keep $0 and so on meaningful, and to
14395 # report actual input values of CONFIG_FILES etc. instead of their
14396 # values after options handling.
14397 ac_log="
14398 This file was extended by $as_me, which was
14399 generated by GNU Autoconf 2.69. Invocation command line was
14400
14401 CONFIG_FILES = $CONFIG_FILES
14402 CONFIG_HEADERS = $CONFIG_HEADERS
14403 CONFIG_LINKS = $CONFIG_LINKS
14404 CONFIG_COMMANDS = $CONFIG_COMMANDS
14405 $ $0 $@
14406
14407 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14408 "
14409
14410 _ACEOF
14411
14412 case $ac_config_files in *"
14413 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14414 esac
14415
14416 case $ac_config_headers in *"
14417 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14418 esac
14419
14420
14421 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14422 # Files that config.status was made for.
14423 config_files="$ac_config_files"
14424 config_headers="$ac_config_headers"
14425 config_commands="$ac_config_commands"
14426
14427 _ACEOF
14428
14429 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14430 ac_cs_usage="\
14431 \`$as_me' instantiates files and other configuration actions
14432 from templates according to the current configuration. Unless the files
14433 and actions are specified as TAGs, all are instantiated by default.
14434
14435 Usage: $0 [OPTION]... [TAG]...
14436
14437 -h, --help print this help, then exit
14438 -V, --version print version number and configuration settings, then exit
14439 --config print configuration, then exit
14440 -q, --quiet, --silent
14441 do not print progress messages
14442 -d, --debug don't remove temporary files
14443 --recheck update $as_me by reconfiguring in the same conditions
14444 --file=FILE[:TEMPLATE]
14445 instantiate the configuration file FILE
14446 --header=FILE[:TEMPLATE]
14447 instantiate the configuration header FILE
14448
14449 Configuration files:
14450 $config_files
14451
14452 Configuration headers:
14453 $config_headers
14454
14455 Configuration commands:
14456 $config_commands
14457
14458 Report bugs to the package provider."
14459
14460 _ACEOF
14461 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14462 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14463 ac_cs_version="\\
14464 config.status
14465 configured by $0, generated by GNU Autoconf 2.69,
14466 with options \\"\$ac_cs_config\\"
14467
14468 Copyright (C) 2012 Free Software Foundation, Inc.
14469 This config.status script is free software; the Free Software Foundation
14470 gives unlimited permission to copy, distribute and modify it."
14471
14472 ac_pwd='$ac_pwd'
14473 srcdir='$srcdir'
14474 INSTALL='$INSTALL'
14475 AWK='$AWK'
14476 test -n "\$AWK" || AWK=awk
14477 _ACEOF
14478
14479 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14480 # The default lists apply if the user does not specify any file.
14481 ac_need_defaults=:
14482 while test $# != 0
14483 do
14484 case $1 in
14485 --*=?*)
14486 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14487 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14488 ac_shift=:
14489 ;;
14490 --*=)
14491 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14492 ac_optarg=
14493 ac_shift=:
14494 ;;
14495 *)
14496 ac_option=$1
14497 ac_optarg=$2
14498 ac_shift=shift
14499 ;;
14500 esac
14501
14502 case $ac_option in
14503 # Handling of the options.
14504 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14505 ac_cs_recheck=: ;;
14506 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14507 $as_echo "$ac_cs_version"; exit ;;
14508 --config | --confi | --conf | --con | --co | --c )
14509 $as_echo "$ac_cs_config"; exit ;;
14510 --debug | --debu | --deb | --de | --d | -d )
14511 debug=: ;;
14512 --file | --fil | --fi | --f )
14513 $ac_shift
14514 case $ac_optarg in
14515 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14516 '') as_fn_error $? "missing file argument" ;;
14517 esac
14518 as_fn_append CONFIG_FILES " '$ac_optarg'"
14519 ac_need_defaults=false;;
14520 --header | --heade | --head | --hea )
14521 $ac_shift
14522 case $ac_optarg in
14523 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14524 esac
14525 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14526 ac_need_defaults=false;;
14527 --he | --h)
14528 # Conflict between --help and --header
14529 as_fn_error $? "ambiguous option: \`$1'
14530 Try \`$0 --help' for more information.";;
14531 --help | --hel | -h )
14532 $as_echo "$ac_cs_usage"; exit ;;
14533 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14534 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14535 ac_cs_silent=: ;;
14536
14537 # This is an error.
14538 -*) as_fn_error $? "unrecognized option: \`$1'
14539 Try \`$0 --help' for more information." ;;
14540
14541 *) as_fn_append ac_config_targets " $1"
14542 ac_need_defaults=false ;;
14543
14544 esac
14545 shift
14546 done
14547
14548 ac_configure_extra_args=
14549
14550 if $ac_cs_silent; then
14551 exec 6>/dev/null
14552 ac_configure_extra_args="$ac_configure_extra_args --silent"
14553 fi
14554
14555 _ACEOF
14556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14557 if \$ac_cs_recheck; then
14558 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14559 shift
14560 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14561 CONFIG_SHELL='$SHELL'
14562 export CONFIG_SHELL
14563 exec "\$@"
14564 fi
14565
14566 _ACEOF
14567 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14568 exec 5>>config.log
14569 {
14570 echo
14571 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14572 ## Running $as_me. ##
14573 _ASBOX
14574 $as_echo "$ac_log"
14575 } >&5
14576
14577 _ACEOF
14578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14579 #
14580 # INIT-COMMANDS
14581 #
14582 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14583
14584
14585 # The HP-UX ksh and POSIX shell print the target directory to stdout
14586 # if CDPATH is set.
14587 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14588
14589 sed_quote_subst='$sed_quote_subst'
14590 double_quote_subst='$double_quote_subst'
14591 delay_variable_subst='$delay_variable_subst'
14592 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14593 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14594 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14595 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14596 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14597 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14598 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14599 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14600 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14601 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14602 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14603 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14604 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14605 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14606 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14607 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14608 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14609 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14610 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14611 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14612 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14613 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14614 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14615 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14616 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14617 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14618 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14619 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14620 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14621 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14622 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14623 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14624 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14625 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14626 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14627 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14628 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14629 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14630 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14631 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14632 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14633 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14634 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14635 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14636 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14637 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14638 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14639 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14640 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"`'
14641 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14642 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14643 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14644 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14645 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14646 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14647 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14648 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14649 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14650 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14651 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14652 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14653 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14654 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14655 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14656 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14657 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14658 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14659 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14660 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14661 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14662 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14663 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14664 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14665 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14666 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14667 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14668 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14669 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14670 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14671 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14672 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14673 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14674 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14675 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14676 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14677 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14678 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14679 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14680 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14681 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14682 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14683 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14684 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14685 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14686 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14687 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14688 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14689 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14690 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14691 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14692 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14693 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14694 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14695 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14696 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14697 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14698 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14699 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14700 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14701 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14702 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14703 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14704 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14705 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14706 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14707 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14708 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14709 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14710 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14711 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14712
14713 LTCC='$LTCC'
14714 LTCFLAGS='$LTCFLAGS'
14715 compiler='$compiler_DEFAULT'
14716
14717 # A function that is used when there is no print builtin or printf.
14718 func_fallback_echo ()
14719 {
14720 eval 'cat <<_LTECHO_EOF
14721 \$1
14722 _LTECHO_EOF'
14723 }
14724
14725 # Quote evaled strings.
14726 for var in SHELL \
14727 ECHO \
14728 SED \
14729 GREP \
14730 EGREP \
14731 FGREP \
14732 LD \
14733 NM \
14734 LN_S \
14735 lt_SP2NL \
14736 lt_NL2SP \
14737 reload_flag \
14738 OBJDUMP \
14739 deplibs_check_method \
14740 file_magic_cmd \
14741 AR \
14742 AR_FLAGS \
14743 STRIP \
14744 RANLIB \
14745 CC \
14746 CFLAGS \
14747 compiler \
14748 lt_cv_sys_global_symbol_pipe \
14749 lt_cv_sys_global_symbol_to_cdecl \
14750 lt_cv_sys_global_symbol_to_c_name_address \
14751 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14752 lt_prog_compiler_no_builtin_flag \
14753 lt_prog_compiler_wl \
14754 lt_prog_compiler_pic \
14755 lt_prog_compiler_static \
14756 lt_cv_prog_compiler_c_o \
14757 need_locks \
14758 DSYMUTIL \
14759 NMEDIT \
14760 LIPO \
14761 OTOOL \
14762 OTOOL64 \
14763 shrext_cmds \
14764 export_dynamic_flag_spec \
14765 whole_archive_flag_spec \
14766 compiler_needs_object \
14767 with_gnu_ld \
14768 allow_undefined_flag \
14769 no_undefined_flag \
14770 hardcode_libdir_flag_spec \
14771 hardcode_libdir_flag_spec_ld \
14772 hardcode_libdir_separator \
14773 fix_srcfile_path \
14774 exclude_expsyms \
14775 include_expsyms \
14776 file_list_spec \
14777 variables_saved_for_relink \
14778 libname_spec \
14779 library_names_spec \
14780 soname_spec \
14781 install_override_mode \
14782 finish_eval \
14783 old_striplib \
14784 striplib; do
14785 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14786 *[\\\\\\\`\\"\\\$]*)
14787 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14788 ;;
14789 *)
14790 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14791 ;;
14792 esac
14793 done
14794
14795 # Double-quote double-evaled strings.
14796 for var in reload_cmds \
14797 old_postinstall_cmds \
14798 old_postuninstall_cmds \
14799 old_archive_cmds \
14800 extract_expsyms_cmds \
14801 old_archive_from_new_cmds \
14802 old_archive_from_expsyms_cmds \
14803 archive_cmds \
14804 archive_expsym_cmds \
14805 module_cmds \
14806 module_expsym_cmds \
14807 export_symbols_cmds \
14808 prelink_cmds \
14809 postinstall_cmds \
14810 postuninstall_cmds \
14811 finish_cmds \
14812 sys_lib_search_path_spec \
14813 sys_lib_dlsearch_path_spec; do
14814 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14815 *[\\\\\\\`\\"\\\$]*)
14816 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14817 ;;
14818 *)
14819 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14820 ;;
14821 esac
14822 done
14823
14824 ac_aux_dir='$ac_aux_dir'
14825 xsi_shell='$xsi_shell'
14826 lt_shell_append='$lt_shell_append'
14827
14828 # See if we are running on zsh, and set the options which allow our
14829 # commands through without removal of \ escapes INIT.
14830 if test -n "\${ZSH_VERSION+set}" ; then
14831 setopt NO_GLOB_SUBST
14832 fi
14833
14834
14835 PACKAGE='$PACKAGE'
14836 VERSION='$VERSION'
14837 TIMESTAMP='$TIMESTAMP'
14838 RM='$RM'
14839 ofile='$ofile'
14840
14841
14842
14843
14844 _ACEOF
14845
14846 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14847
14848 # Handling of arguments.
14849 for ac_config_target in $ac_config_targets
14850 do
14851 case $ac_config_target in
14852 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14853 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14854 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14855 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14856 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14857 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14858 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14859 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14860
14861 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14862 esac
14863 done
14864
14865
14866 # If the user did not use the arguments to specify the items to instantiate,
14867 # then the envvar interface is used. Set only those that are not.
14868 # We use the long form for the default assignment because of an extremely
14869 # bizarre bug on SunOS 4.1.3.
14870 if $ac_need_defaults; then
14871 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14872 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14873 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14874 fi
14875
14876 # Have a temporary directory for convenience. Make it in the build tree
14877 # simply because there is no reason against having it here, and in addition,
14878 # creating and moving files from /tmp can sometimes cause problems.
14879 # Hook for its removal unless debugging.
14880 # Note that there is a small window in which the directory will not be cleaned:
14881 # after its creation but before its name has been assigned to `$tmp'.
14882 $debug ||
14883 {
14884 tmp= ac_tmp=
14885 trap 'exit_status=$?
14886 : "${ac_tmp:=$tmp}"
14887 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14888 ' 0
14889 trap 'as_fn_exit 1' 1 2 13 15
14890 }
14891 # Create a (secure) tmp directory for tmp files.
14892
14893 {
14894 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14895 test -d "$tmp"
14896 } ||
14897 {
14898 tmp=./conf$$-$RANDOM
14899 (umask 077 && mkdir "$tmp")
14900 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14901 ac_tmp=$tmp
14902
14903 # Set up the scripts for CONFIG_FILES section.
14904 # No need to generate them if there are no CONFIG_FILES.
14905 # This happens for instance with `./config.status config.h'.
14906 if test -n "$CONFIG_FILES"; then
14907
14908
14909 ac_cr=`echo X | tr X '\015'`
14910 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14911 # But we know of no other shell where ac_cr would be empty at this
14912 # point, so we can use a bashism as a fallback.
14913 if test "x$ac_cr" = x; then
14914 eval ac_cr=\$\'\\r\'
14915 fi
14916 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14917 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14918 ac_cs_awk_cr='\\r'
14919 else
14920 ac_cs_awk_cr=$ac_cr
14921 fi
14922
14923 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14924 _ACEOF
14925
14926
14927 {
14928 echo "cat >conf$$subs.awk <<_ACEOF" &&
14929 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14930 echo "_ACEOF"
14931 } >conf$$subs.sh ||
14932 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14933 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14934 ac_delim='%!_!# '
14935 for ac_last_try in false false false false false :; do
14936 . ./conf$$subs.sh ||
14937 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14938
14939 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14940 if test $ac_delim_n = $ac_delim_num; then
14941 break
14942 elif $ac_last_try; then
14943 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14944 else
14945 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14946 fi
14947 done
14948 rm -f conf$$subs.sh
14949
14950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14951 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14952 _ACEOF
14953 sed -n '
14954 h
14955 s/^/S["/; s/!.*/"]=/
14956 p
14957 g
14958 s/^[^!]*!//
14959 :repl
14960 t repl
14961 s/'"$ac_delim"'$//
14962 t delim
14963 :nl
14964 h
14965 s/\(.\{148\}\)..*/\1/
14966 t more1
14967 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14968 p
14969 n
14970 b repl
14971 :more1
14972 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14973 p
14974 g
14975 s/.\{148\}//
14976 t nl
14977 :delim
14978 h
14979 s/\(.\{148\}\)..*/\1/
14980 t more2
14981 s/["\\]/\\&/g; s/^/"/; s/$/"/
14982 p
14983 b
14984 :more2
14985 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14986 p
14987 g
14988 s/.\{148\}//
14989 t delim
14990 ' <conf$$subs.awk | sed '
14991 /^[^""]/{
14992 N
14993 s/\n//
14994 }
14995 ' >>$CONFIG_STATUS || ac_write_fail=1
14996 rm -f conf$$subs.awk
14997 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14998 _ACAWK
14999 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15000 for (key in S) S_is_set[key] = 1
15001 FS = "\a"
15002
15003 }
15004 {
15005 line = $ 0
15006 nfields = split(line, field, "@")
15007 substed = 0
15008 len = length(field[1])
15009 for (i = 2; i < nfields; i++) {
15010 key = field[i]
15011 keylen = length(key)
15012 if (S_is_set[key]) {
15013 value = S[key]
15014 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15015 len += length(value) + length(field[++i])
15016 substed = 1
15017 } else
15018 len += 1 + keylen
15019 }
15020
15021 print line
15022 }
15023
15024 _ACAWK
15025 _ACEOF
15026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15027 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15028 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15029 else
15030 cat
15031 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15032 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15033 _ACEOF
15034
15035 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15036 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15037 # trailing colons and then remove the whole line if VPATH becomes empty
15038 # (actually we leave an empty line to preserve line numbers).
15039 if test "x$srcdir" = x.; then
15040 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15041 h
15042 s///
15043 s/^/:/
15044 s/[ ]*$/:/
15045 s/:\$(srcdir):/:/g
15046 s/:\${srcdir}:/:/g
15047 s/:@srcdir@:/:/g
15048 s/^:*//
15049 s/:*$//
15050 x
15051 s/\(=[ ]*\).*/\1/
15052 G
15053 s/\n//
15054 s/^[^=]*=[ ]*$//
15055 }'
15056 fi
15057
15058 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15059 fi # test -n "$CONFIG_FILES"
15060
15061 # Set up the scripts for CONFIG_HEADERS section.
15062 # No need to generate them if there are no CONFIG_HEADERS.
15063 # This happens for instance with `./config.status Makefile'.
15064 if test -n "$CONFIG_HEADERS"; then
15065 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15066 BEGIN {
15067 _ACEOF
15068
15069 # Transform confdefs.h into an awk script `defines.awk', embedded as
15070 # here-document in config.status, that substitutes the proper values into
15071 # config.h.in to produce config.h.
15072
15073 # Create a delimiter string that does not exist in confdefs.h, to ease
15074 # handling of long lines.
15075 ac_delim='%!_!# '
15076 for ac_last_try in false false :; do
15077 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15078 if test -z "$ac_tt"; then
15079 break
15080 elif $ac_last_try; then
15081 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15082 else
15083 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15084 fi
15085 done
15086
15087 # For the awk script, D is an array of macro values keyed by name,
15088 # likewise P contains macro parameters if any. Preserve backslash
15089 # newline sequences.
15090
15091 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15092 sed -n '
15093 s/.\{148\}/&'"$ac_delim"'/g
15094 t rset
15095 :rset
15096 s/^[ ]*#[ ]*define[ ][ ]*/ /
15097 t def
15098 d
15099 :def
15100 s/\\$//
15101 t bsnl
15102 s/["\\]/\\&/g
15103 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15104 D["\1"]=" \3"/p
15105 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15106 d
15107 :bsnl
15108 s/["\\]/\\&/g
15109 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15110 D["\1"]=" \3\\\\\\n"\\/p
15111 t cont
15112 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15113 t cont
15114 d
15115 :cont
15116 n
15117 s/.\{148\}/&'"$ac_delim"'/g
15118 t clear
15119 :clear
15120 s/\\$//
15121 t bsnlc
15122 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15123 d
15124 :bsnlc
15125 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15126 b cont
15127 ' <confdefs.h | sed '
15128 s/'"$ac_delim"'/"\\\
15129 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15130
15131 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15132 for (key in D) D_is_set[key] = 1
15133 FS = "\a"
15134 }
15135 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15136 line = \$ 0
15137 split(line, arg, " ")
15138 if (arg[1] == "#") {
15139 defundef = arg[2]
15140 mac1 = arg[3]
15141 } else {
15142 defundef = substr(arg[1], 2)
15143 mac1 = arg[2]
15144 }
15145 split(mac1, mac2, "(") #)
15146 macro = mac2[1]
15147 prefix = substr(line, 1, index(line, defundef) - 1)
15148 if (D_is_set[macro]) {
15149 # Preserve the white space surrounding the "#".
15150 print prefix "define", macro P[macro] D[macro]
15151 next
15152 } else {
15153 # Replace #undef with comments. This is necessary, for example,
15154 # in the case of _POSIX_SOURCE, which is predefined and required
15155 # on some systems where configure will not decide to define it.
15156 if (defundef == "undef") {
15157 print "/*", prefix defundef, macro, "*/"
15158 next
15159 }
15160 }
15161 }
15162 { print }
15163 _ACAWK
15164 _ACEOF
15165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15166 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15167 fi # test -n "$CONFIG_HEADERS"
15168
15169
15170 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15171 shift
15172 for ac_tag
15173 do
15174 case $ac_tag in
15175 :[FHLC]) ac_mode=$ac_tag; continue;;
15176 esac
15177 case $ac_mode$ac_tag in
15178 :[FHL]*:*);;
15179 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15180 :[FH]-) ac_tag=-:-;;
15181 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15182 esac
15183 ac_save_IFS=$IFS
15184 IFS=:
15185 set x $ac_tag
15186 IFS=$ac_save_IFS
15187 shift
15188 ac_file=$1
15189 shift
15190
15191 case $ac_mode in
15192 :L) ac_source=$1;;
15193 :[FH])
15194 ac_file_inputs=
15195 for ac_f
15196 do
15197 case $ac_f in
15198 -) ac_f="$ac_tmp/stdin";;
15199 *) # Look for the file first in the build tree, then in the source tree
15200 # (if the path is not absolute). The absolute path cannot be DOS-style,
15201 # because $ac_f cannot contain `:'.
15202 test -f "$ac_f" ||
15203 case $ac_f in
15204 [\\/$]*) false;;
15205 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15206 esac ||
15207 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15208 esac
15209 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15210 as_fn_append ac_file_inputs " '$ac_f'"
15211 done
15212
15213 # Let's still pretend it is `configure' which instantiates (i.e., don't
15214 # use $as_me), people would be surprised to read:
15215 # /* config.h. Generated by config.status. */
15216 configure_input='Generated from '`
15217 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15218 `' by configure.'
15219 if test x"$ac_file" != x-; then
15220 configure_input="$ac_file. $configure_input"
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15222 $as_echo "$as_me: creating $ac_file" >&6;}
15223 fi
15224 # Neutralize special characters interpreted by sed in replacement strings.
15225 case $configure_input in #(
15226 *\&* | *\|* | *\\* )
15227 ac_sed_conf_input=`$as_echo "$configure_input" |
15228 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15229 *) ac_sed_conf_input=$configure_input;;
15230 esac
15231
15232 case $ac_tag in
15233 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15234 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15235 esac
15236 ;;
15237 esac
15238
15239 ac_dir=`$as_dirname -- "$ac_file" ||
15240 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15241 X"$ac_file" : 'X\(//\)[^/]' \| \
15242 X"$ac_file" : 'X\(//\)$' \| \
15243 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15244 $as_echo X"$ac_file" |
15245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15246 s//\1/
15247 q
15248 }
15249 /^X\(\/\/\)[^/].*/{
15250 s//\1/
15251 q
15252 }
15253 /^X\(\/\/\)$/{
15254 s//\1/
15255 q
15256 }
15257 /^X\(\/\).*/{
15258 s//\1/
15259 q
15260 }
15261 s/.*/./; q'`
15262 as_dir="$ac_dir"; as_fn_mkdir_p
15263 ac_builddir=.
15264
15265 case "$ac_dir" in
15266 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15267 *)
15268 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15269 # A ".." for each directory in $ac_dir_suffix.
15270 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15271 case $ac_top_builddir_sub in
15272 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15273 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15274 esac ;;
15275 esac
15276 ac_abs_top_builddir=$ac_pwd
15277 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15278 # for backward compatibility:
15279 ac_top_builddir=$ac_top_build_prefix
15280
15281 case $srcdir in
15282 .) # We are building in place.
15283 ac_srcdir=.
15284 ac_top_srcdir=$ac_top_builddir_sub
15285 ac_abs_top_srcdir=$ac_pwd ;;
15286 [\\/]* | ?:[\\/]* ) # Absolute name.
15287 ac_srcdir=$srcdir$ac_dir_suffix;
15288 ac_top_srcdir=$srcdir
15289 ac_abs_top_srcdir=$srcdir ;;
15290 *) # Relative name.
15291 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15292 ac_top_srcdir=$ac_top_build_prefix$srcdir
15293 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15294 esac
15295 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15296
15297
15298 case $ac_mode in
15299 :F)
15300 #
15301 # CONFIG_FILE
15302 #
15303
15304 case $INSTALL in
15305 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15306 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15307 esac
15308 _ACEOF
15309
15310 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15311 # If the template does not know about datarootdir, expand it.
15312 # FIXME: This hack should be removed a few years after 2.60.
15313 ac_datarootdir_hack=; ac_datarootdir_seen=
15314 ac_sed_dataroot='
15315 /datarootdir/ {
15316 p
15317 q
15318 }
15319 /@datadir@/p
15320 /@docdir@/p
15321 /@infodir@/p
15322 /@localedir@/p
15323 /@mandir@/p'
15324 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15325 *datarootdir*) ac_datarootdir_seen=yes;;
15326 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15328 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15329 _ACEOF
15330 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15331 ac_datarootdir_hack='
15332 s&@datadir@&$datadir&g
15333 s&@docdir@&$docdir&g
15334 s&@infodir@&$infodir&g
15335 s&@localedir@&$localedir&g
15336 s&@mandir@&$mandir&g
15337 s&\\\${datarootdir}&$datarootdir&g' ;;
15338 esac
15339 _ACEOF
15340
15341 # Neutralize VPATH when `$srcdir' = `.'.
15342 # Shell code in configure.ac might set extrasub.
15343 # FIXME: do we really want to maintain this feature?
15344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15345 ac_sed_extra="$ac_vpsub
15346 $extrasub
15347 _ACEOF
15348 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15349 :t
15350 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15351 s|@configure_input@|$ac_sed_conf_input|;t t
15352 s&@top_builddir@&$ac_top_builddir_sub&;t t
15353 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15354 s&@srcdir@&$ac_srcdir&;t t
15355 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15356 s&@top_srcdir@&$ac_top_srcdir&;t t
15357 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15358 s&@builddir@&$ac_builddir&;t t
15359 s&@abs_builddir@&$ac_abs_builddir&;t t
15360 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15361 s&@INSTALL@&$ac_INSTALL&;t t
15362 $ac_datarootdir_hack
15363 "
15364 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15365 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15366
15367 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15368 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15369 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15370 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15372 which seems to be undefined. Please make sure it is defined" >&5
15373 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15374 which seems to be undefined. Please make sure it is defined" >&2;}
15375
15376 rm -f "$ac_tmp/stdin"
15377 case $ac_file in
15378 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15379 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15380 esac \
15381 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15382 ;;
15383 :H)
15384 #
15385 # CONFIG_HEADER
15386 #
15387 if test x"$ac_file" != x-; then
15388 {
15389 $as_echo "/* $configure_input */" \
15390 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15391 } >"$ac_tmp/config.h" \
15392 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15393 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15395 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15396 else
15397 rm -f "$ac_file"
15398 mv "$ac_tmp/config.h" "$ac_file" \
15399 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15400 fi
15401 else
15402 $as_echo "/* $configure_input */" \
15403 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15404 || as_fn_error $? "could not create -" "$LINENO" 5
15405 fi
15406 ;;
15407
15408 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15409 $as_echo "$as_me: executing $ac_file commands" >&6;}
15410 ;;
15411 esac
15412
15413
15414 case $ac_file$ac_mode in
15415 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15416 "libtool":C)
15417
15418 # See if we are running on zsh, and set the options which allow our
15419 # commands through without removal of \ escapes.
15420 if test -n "${ZSH_VERSION+set}" ; then
15421 setopt NO_GLOB_SUBST
15422 fi
15423
15424 cfgfile="${ofile}T"
15425 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15426 $RM "$cfgfile"
15427
15428 cat <<_LT_EOF >> "$cfgfile"
15429 #! $SHELL
15430
15431 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15432 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15433 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15434 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15435 #
15436 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15437 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15438 # Written by Gordon Matzigkeit, 1996
15439 #
15440 # This file is part of GNU Libtool.
15441 #
15442 # GNU Libtool is free software; you can redistribute it and/or
15443 # modify it under the terms of the GNU General Public License as
15444 # published by the Free Software Foundation; either version 2 of
15445 # the License, or (at your option) any later version.
15446 #
15447 # As a special exception to the GNU General Public License,
15448 # if you distribute this file as part of a program or library that
15449 # is built using GNU Libtool, you may include this file under the
15450 # same distribution terms that you use for the rest of that program.
15451 #
15452 # GNU Libtool is distributed in the hope that it will be useful,
15453 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15454 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15455 # GNU General Public License for more details.
15456 #
15457 # You should have received a copy of the GNU General Public License
15458 # along with GNU Libtool; see the file COPYING. If not, a copy
15459 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15460 # obtained by writing to the Free Software Foundation, Inc.,
15461 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15462
15463
15464 # The names of the tagged configurations supported by this script.
15465 available_tags=""
15466
15467 # ### BEGIN LIBTOOL CONFIG
15468
15469 # Which release of libtool.m4 was used?
15470 macro_version=$macro_version
15471 macro_revision=$macro_revision
15472
15473 # Whether or not to build shared libraries.
15474 build_libtool_libs=$enable_shared
15475
15476 # Whether or not to build static libraries.
15477 build_old_libs=$enable_static
15478
15479 # What type of objects to build.
15480 pic_mode=$pic_mode
15481
15482 # Whether or not to optimize for fast installation.
15483 fast_install=$enable_fast_install
15484
15485 # Shell to use when invoking shell scripts.
15486 SHELL=$lt_SHELL
15487
15488 # An echo program that protects backslashes.
15489 ECHO=$lt_ECHO
15490
15491 # The host system.
15492 host_alias=$host_alias
15493 host=$host
15494 host_os=$host_os
15495
15496 # The build system.
15497 build_alias=$build_alias
15498 build=$build
15499 build_os=$build_os
15500
15501 # A sed program that does not truncate output.
15502 SED=$lt_SED
15503
15504 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15505 Xsed="\$SED -e 1s/^X//"
15506
15507 # A grep program that handles long lines.
15508 GREP=$lt_GREP
15509
15510 # An ERE matcher.
15511 EGREP=$lt_EGREP
15512
15513 # A literal string matcher.
15514 FGREP=$lt_FGREP
15515
15516 # A BSD- or MS-compatible name lister.
15517 NM=$lt_NM
15518
15519 # Whether we need soft or hard links.
15520 LN_S=$lt_LN_S
15521
15522 # What is the maximum length of a command?
15523 max_cmd_len=$max_cmd_len
15524
15525 # Object file suffix (normally "o").
15526 objext=$ac_objext
15527
15528 # Executable file suffix (normally "").
15529 exeext=$exeext
15530
15531 # whether the shell understands "unset".
15532 lt_unset=$lt_unset
15533
15534 # turn spaces into newlines.
15535 SP2NL=$lt_lt_SP2NL
15536
15537 # turn newlines into spaces.
15538 NL2SP=$lt_lt_NL2SP
15539
15540 # An object symbol dumper.
15541 OBJDUMP=$lt_OBJDUMP
15542
15543 # Method to check whether dependent libraries are shared objects.
15544 deplibs_check_method=$lt_deplibs_check_method
15545
15546 # Command to use when deplibs_check_method == "file_magic".
15547 file_magic_cmd=$lt_file_magic_cmd
15548
15549 # The archiver.
15550 AR=$lt_AR
15551 AR_FLAGS=$lt_AR_FLAGS
15552
15553 # A symbol stripping program.
15554 STRIP=$lt_STRIP
15555
15556 # Commands used to install an old-style archive.
15557 RANLIB=$lt_RANLIB
15558 old_postinstall_cmds=$lt_old_postinstall_cmds
15559 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15560
15561 # Whether to use a lock for old archive extraction.
15562 lock_old_archive_extraction=$lock_old_archive_extraction
15563
15564 # A C compiler.
15565 LTCC=$lt_CC
15566
15567 # LTCC compiler flags.
15568 LTCFLAGS=$lt_CFLAGS
15569
15570 # Take the output of nm and produce a listing of raw symbols and C names.
15571 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15572
15573 # Transform the output of nm in a proper C declaration.
15574 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15575
15576 # Transform the output of nm in a C name address pair.
15577 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15578
15579 # Transform the output of nm in a C name address pair when lib prefix is needed.
15580 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15581
15582 # The name of the directory that contains temporary libtool files.
15583 objdir=$objdir
15584
15585 # Used to examine libraries when file_magic_cmd begins with "file".
15586 MAGIC_CMD=$MAGIC_CMD
15587
15588 # Must we lock files when doing compilation?
15589 need_locks=$lt_need_locks
15590
15591 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15592 DSYMUTIL=$lt_DSYMUTIL
15593
15594 # Tool to change global to local symbols on Mac OS X.
15595 NMEDIT=$lt_NMEDIT
15596
15597 # Tool to manipulate fat objects and archives on Mac OS X.
15598 LIPO=$lt_LIPO
15599
15600 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15601 OTOOL=$lt_OTOOL
15602
15603 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15604 OTOOL64=$lt_OTOOL64
15605
15606 # Old archive suffix (normally "a").
15607 libext=$libext
15608
15609 # Shared library suffix (normally ".so").
15610 shrext_cmds=$lt_shrext_cmds
15611
15612 # The commands to extract the exported symbol list from a shared archive.
15613 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15614
15615 # Variables whose values should be saved in libtool wrapper scripts and
15616 # restored at link time.
15617 variables_saved_for_relink=$lt_variables_saved_for_relink
15618
15619 # Do we need the "lib" prefix for modules?
15620 need_lib_prefix=$need_lib_prefix
15621
15622 # Do we need a version for libraries?
15623 need_version=$need_version
15624
15625 # Library versioning type.
15626 version_type=$version_type
15627
15628 # Shared library runtime path variable.
15629 runpath_var=$runpath_var
15630
15631 # Shared library path variable.
15632 shlibpath_var=$shlibpath_var
15633
15634 # Is shlibpath searched before the hard-coded library search path?
15635 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15636
15637 # Format of library name prefix.
15638 libname_spec=$lt_libname_spec
15639
15640 # List of archive names. First name is the real one, the rest are links.
15641 # The last name is the one that the linker finds with -lNAME
15642 library_names_spec=$lt_library_names_spec
15643
15644 # The coded name of the library, if different from the real name.
15645 soname_spec=$lt_soname_spec
15646
15647 # Permission mode override for installation of shared libraries.
15648 install_override_mode=$lt_install_override_mode
15649
15650 # Command to use after installation of a shared archive.
15651 postinstall_cmds=$lt_postinstall_cmds
15652
15653 # Command to use after uninstallation of a shared archive.
15654 postuninstall_cmds=$lt_postuninstall_cmds
15655
15656 # Commands used to finish a libtool library installation in a directory.
15657 finish_cmds=$lt_finish_cmds
15658
15659 # As "finish_cmds", except a single script fragment to be evaled but
15660 # not shown.
15661 finish_eval=$lt_finish_eval
15662
15663 # Whether we should hardcode library paths into libraries.
15664 hardcode_into_libs=$hardcode_into_libs
15665
15666 # Compile-time system search path for libraries.
15667 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15668
15669 # Run-time system search path for libraries.
15670 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15671
15672 # Whether dlopen is supported.
15673 dlopen_support=$enable_dlopen
15674
15675 # Whether dlopen of programs is supported.
15676 dlopen_self=$enable_dlopen_self
15677
15678 # Whether dlopen of statically linked programs is supported.
15679 dlopen_self_static=$enable_dlopen_self_static
15680
15681 # Commands to strip libraries.
15682 old_striplib=$lt_old_striplib
15683 striplib=$lt_striplib
15684
15685
15686 # The linker used to build libraries.
15687 LD=$lt_LD
15688
15689 # How to create reloadable object files.
15690 reload_flag=$lt_reload_flag
15691 reload_cmds=$lt_reload_cmds
15692
15693 # Commands used to build an old-style archive.
15694 old_archive_cmds=$lt_old_archive_cmds
15695
15696 # A language specific compiler.
15697 CC=$lt_compiler
15698
15699 # Is the compiler the GNU compiler?
15700 with_gcc=$GCC
15701
15702 # Compiler flag to turn off builtin functions.
15703 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15704
15705 # How to pass a linker flag through the compiler.
15706 wl=$lt_lt_prog_compiler_wl
15707
15708 # Additional compiler flags for building library objects.
15709 pic_flag=$lt_lt_prog_compiler_pic
15710
15711 # Compiler flag to prevent dynamic linking.
15712 link_static_flag=$lt_lt_prog_compiler_static
15713
15714 # Does compiler simultaneously support -c and -o options?
15715 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15716
15717 # Whether or not to add -lc for building shared libraries.
15718 build_libtool_need_lc=$archive_cmds_need_lc
15719
15720 # Whether or not to disallow shared libs when runtime libs are static.
15721 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15722
15723 # Compiler flag to allow reflexive dlopens.
15724 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15725
15726 # Compiler flag to generate shared objects directly from archives.
15727 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15728
15729 # Whether the compiler copes with passing no objects directly.
15730 compiler_needs_object=$lt_compiler_needs_object
15731
15732 # Create an old-style archive from a shared archive.
15733 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15734
15735 # Create a temporary old-style archive to link instead of a shared archive.
15736 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15737
15738 # Commands used to build a shared archive.
15739 archive_cmds=$lt_archive_cmds
15740 archive_expsym_cmds=$lt_archive_expsym_cmds
15741
15742 # Commands used to build a loadable module if different from building
15743 # a shared archive.
15744 module_cmds=$lt_module_cmds
15745 module_expsym_cmds=$lt_module_expsym_cmds
15746
15747 # Whether we are building with GNU ld or not.
15748 with_gnu_ld=$lt_with_gnu_ld
15749
15750 # Flag that allows shared libraries with undefined symbols to be built.
15751 allow_undefined_flag=$lt_allow_undefined_flag
15752
15753 # Flag that enforces no undefined symbols.
15754 no_undefined_flag=$lt_no_undefined_flag
15755
15756 # Flag to hardcode \$libdir into a binary during linking.
15757 # This must work even if \$libdir does not exist
15758 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15759
15760 # If ld is used when linking, flag to hardcode \$libdir into a binary
15761 # during linking. This must work even if \$libdir does not exist.
15762 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15763
15764 # Whether we need a single "-rpath" flag with a separated argument.
15765 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15766
15767 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15768 # DIR into the resulting binary.
15769 hardcode_direct=$hardcode_direct
15770
15771 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15772 # DIR into the resulting binary and the resulting library dependency is
15773 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15774 # library is relocated.
15775 hardcode_direct_absolute=$hardcode_direct_absolute
15776
15777 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15778 # into the resulting binary.
15779 hardcode_minus_L=$hardcode_minus_L
15780
15781 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15782 # into the resulting binary.
15783 hardcode_shlibpath_var=$hardcode_shlibpath_var
15784
15785 # Set to "yes" if building a shared library automatically hardcodes DIR
15786 # into the library and all subsequent libraries and executables linked
15787 # against it.
15788 hardcode_automatic=$hardcode_automatic
15789
15790 # Set to yes if linker adds runtime paths of dependent libraries
15791 # to runtime path list.
15792 inherit_rpath=$inherit_rpath
15793
15794 # Whether libtool must link a program against all its dependency libraries.
15795 link_all_deplibs=$link_all_deplibs
15796
15797 # Fix the shell variable \$srcfile for the compiler.
15798 fix_srcfile_path=$lt_fix_srcfile_path
15799
15800 # Set to "yes" if exported symbols are required.
15801 always_export_symbols=$always_export_symbols
15802
15803 # The commands to list exported symbols.
15804 export_symbols_cmds=$lt_export_symbols_cmds
15805
15806 # Symbols that should not be listed in the preloaded symbols.
15807 exclude_expsyms=$lt_exclude_expsyms
15808
15809 # Symbols that must always be exported.
15810 include_expsyms=$lt_include_expsyms
15811
15812 # Commands necessary for linking programs (against libraries) with templates.
15813 prelink_cmds=$lt_prelink_cmds
15814
15815 # Specify filename containing input files.
15816 file_list_spec=$lt_file_list_spec
15817
15818 # How to hardcode a shared library path into an executable.
15819 hardcode_action=$hardcode_action
15820
15821 # ### END LIBTOOL CONFIG
15822
15823 _LT_EOF
15824
15825 case $host_os in
15826 aix3*)
15827 cat <<\_LT_EOF >> "$cfgfile"
15828 # AIX sometimes has problems with the GCC collect2 program. For some
15829 # reason, if we set the COLLECT_NAMES environment variable, the problems
15830 # vanish in a puff of smoke.
15831 if test "X${COLLECT_NAMES+set}" != Xset; then
15832 COLLECT_NAMES=
15833 export COLLECT_NAMES
15834 fi
15835 _LT_EOF
15836 ;;
15837 esac
15838
15839
15840 ltmain="$ac_aux_dir/ltmain.sh"
15841
15842
15843 # We use sed instead of cat because bash on DJGPP gets confused if
15844 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15845 # text mode, it properly converts lines to CR/LF. This bash problem
15846 # is reportedly fixed, but why not run on old versions too?
15847 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15848 || (rm -f "$cfgfile"; exit 1)
15849
15850 case $xsi_shell in
15851 yes)
15852 cat << \_LT_EOF >> "$cfgfile"
15853
15854 # func_dirname file append nondir_replacement
15855 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15856 # otherwise set result to NONDIR_REPLACEMENT.
15857 func_dirname ()
15858 {
15859 case ${1} in
15860 */*) func_dirname_result="${1%/*}${2}" ;;
15861 * ) func_dirname_result="${3}" ;;
15862 esac
15863 }
15864
15865 # func_basename file
15866 func_basename ()
15867 {
15868 func_basename_result="${1##*/}"
15869 }
15870
15871 # func_dirname_and_basename file append nondir_replacement
15872 # perform func_basename and func_dirname in a single function
15873 # call:
15874 # dirname: Compute the dirname of FILE. If nonempty,
15875 # add APPEND to the result, otherwise set result
15876 # to NONDIR_REPLACEMENT.
15877 # value returned in "$func_dirname_result"
15878 # basename: Compute filename of FILE.
15879 # value retuned in "$func_basename_result"
15880 # Implementation must be kept synchronized with func_dirname
15881 # and func_basename. For efficiency, we do not delegate to
15882 # those functions but instead duplicate the functionality here.
15883 func_dirname_and_basename ()
15884 {
15885 case ${1} in
15886 */*) func_dirname_result="${1%/*}${2}" ;;
15887 * ) func_dirname_result="${3}" ;;
15888 esac
15889 func_basename_result="${1##*/}"
15890 }
15891
15892 # func_stripname prefix suffix name
15893 # strip PREFIX and SUFFIX off of NAME.
15894 # PREFIX and SUFFIX must not contain globbing or regex special
15895 # characters, hashes, percent signs, but SUFFIX may contain a leading
15896 # dot (in which case that matches only a dot).
15897 func_stripname ()
15898 {
15899 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15900 # positional parameters, so assign one to ordinary parameter first.
15901 func_stripname_result=${3}
15902 func_stripname_result=${func_stripname_result#"${1}"}
15903 func_stripname_result=${func_stripname_result%"${2}"}
15904 }
15905
15906 # func_opt_split
15907 func_opt_split ()
15908 {
15909 func_opt_split_opt=${1%%=*}
15910 func_opt_split_arg=${1#*=}
15911 }
15912
15913 # func_lo2o object
15914 func_lo2o ()
15915 {
15916 case ${1} in
15917 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15918 *) func_lo2o_result=${1} ;;
15919 esac
15920 }
15921
15922 # func_xform libobj-or-source
15923 func_xform ()
15924 {
15925 func_xform_result=${1%.*}.lo
15926 }
15927
15928 # func_arith arithmetic-term...
15929 func_arith ()
15930 {
15931 func_arith_result=$(( $* ))
15932 }
15933
15934 # func_len string
15935 # STRING may not start with a hyphen.
15936 func_len ()
15937 {
15938 func_len_result=${#1}
15939 }
15940
15941 _LT_EOF
15942 ;;
15943 *) # Bourne compatible functions.
15944 cat << \_LT_EOF >> "$cfgfile"
15945
15946 # func_dirname file append nondir_replacement
15947 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15948 # otherwise set result to NONDIR_REPLACEMENT.
15949 func_dirname ()
15950 {
15951 # Extract subdirectory from the argument.
15952 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15953 if test "X$func_dirname_result" = "X${1}"; then
15954 func_dirname_result="${3}"
15955 else
15956 func_dirname_result="$func_dirname_result${2}"
15957 fi
15958 }
15959
15960 # func_basename file
15961 func_basename ()
15962 {
15963 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15964 }
15965
15966
15967 # func_stripname prefix suffix name
15968 # strip PREFIX and SUFFIX off of NAME.
15969 # PREFIX and SUFFIX must not contain globbing or regex special
15970 # characters, hashes, percent signs, but SUFFIX may contain a leading
15971 # dot (in which case that matches only a dot).
15972 # func_strip_suffix prefix name
15973 func_stripname ()
15974 {
15975 case ${2} in
15976 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15977 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15978 esac
15979 }
15980
15981 # sed scripts:
15982 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15983 my_sed_long_arg='1s/^-[^=]*=//'
15984
15985 # func_opt_split
15986 func_opt_split ()
15987 {
15988 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15989 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15990 }
15991
15992 # func_lo2o object
15993 func_lo2o ()
15994 {
15995 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15996 }
15997
15998 # func_xform libobj-or-source
15999 func_xform ()
16000 {
16001 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16002 }
16003
16004 # func_arith arithmetic-term...
16005 func_arith ()
16006 {
16007 func_arith_result=`expr "$@"`
16008 }
16009
16010 # func_len string
16011 # STRING may not start with a hyphen.
16012 func_len ()
16013 {
16014 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16015 }
16016
16017 _LT_EOF
16018 esac
16019
16020 case $lt_shell_append in
16021 yes)
16022 cat << \_LT_EOF >> "$cfgfile"
16023
16024 # func_append var value
16025 # Append VALUE to the end of shell variable VAR.
16026 func_append ()
16027 {
16028 eval "$1+=\$2"
16029 }
16030 _LT_EOF
16031 ;;
16032 *)
16033 cat << \_LT_EOF >> "$cfgfile"
16034
16035 # func_append var value
16036 # Append VALUE to the end of shell variable VAR.
16037 func_append ()
16038 {
16039 eval "$1=\$$1\$2"
16040 }
16041
16042 _LT_EOF
16043 ;;
16044 esac
16045
16046
16047 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16048 || (rm -f "$cfgfile"; exit 1)
16049
16050 mv -f "$cfgfile" "$ofile" ||
16051 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16052 chmod +x "$ofile"
16053
16054 ;;
16055 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16056 rm -f Makesim1.tmp Makesim2.tmp Makefile
16057 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16058 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16059 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16060 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16061 <Makefile.sim >Makefile
16062 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16063 ;;
16064 "stamp-h":C) echo > stamp-h ;;
16065
16066 esac
16067 done # for ac_tag
16068
16069
16070 as_fn_exit 0
16071 _ACEOF
16072 ac_clean_files=$ac_clean_files_save
16073
16074 test $ac_write_fail = 0 ||
16075 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16076
16077
16078 # configure is writing to config.log, and then calls config.status.
16079 # config.status does its own redirection, appending to config.log.
16080 # Unfortunately, on DOS this fails, as config.log is still kept open
16081 # by configure, so config.status won't be able to write to it; its
16082 # output is simply discarded. So we exec the FD to /dev/null,
16083 # effectively closing config.log, so it can be properly (re)opened and
16084 # appended to by config.status. When coming back to configure, we
16085 # need to make the FD available again.
16086 if test "$no_create" != yes; then
16087 ac_cs_success=:
16088 ac_config_status_args=
16089 test "$silent" = yes &&
16090 ac_config_status_args="$ac_config_status_args --quiet"
16091 exec 5>/dev/null
16092 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16093 exec 5>>config.log
16094 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16095 # would make configure fail if this is the last instruction.
16096 $ac_cs_success || as_fn_exit 1
16097 fi
16098 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16100 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16101 fi
16102
16103