Allow spaces at either end of the C import spec (#3742)
[ghc-hetmet.git] / libffi / libffi.autotools-update-3.0.8.patch
1 diff -Nur libffi-3.0.8/Makefile.in autotools-update-3.0.8/Makefile.in
2 --- libffi-3.0.8/Makefile.in    2008-12-19 16:09:13.000000000 +0000
3 +++ autotools-update-3.0.8/Makefile.in  2009-06-05 17:56:38.000000000 +0100
4 @@ -216,6 +216,7 @@
5  AMTAR = @AMTAR@
6  AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
7  AR = @AR@
8 +AS = @AS@
9  AUTOCONF = @AUTOCONF@
10  AUTOHEADER = @AUTOHEADER@
11  AUTOMAKE = @AUTOMAKE@
12 @@ -235,6 +236,7 @@
13  CYGPATH_W = @CYGPATH_W@
14  DEFS = @DEFS@
15  DEPDIR = @DEPDIR@
16 +DLLTOOL = @DLLTOOL@
17  DSYMUTIL = @DSYMUTIL@
18  ECHO = @ECHO@
19  ECHO_C = @ECHO_C@
20 @@ -252,6 +254,8 @@
21  INSTALL_SCRIPT = @INSTALL_SCRIPT@
22  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
23  LDFLAGS = @LDFLAGS@
24 +LIBFFI_DLL = @LIBFFI_DLL@
25 +LIBFFI_LDFLAGS = @LIBFFI_LDFLAGS@
26  LIBOBJS = @LIBOBJS@
27  LIBS = @LIBS@
28  LIBTOOL = @LIBTOOL@
29 @@ -261,6 +265,7 @@
30  MAKEINFO = @MAKEINFO@
31  MKDIR_P = @MKDIR_P@
32  NMEDIT = @NMEDIT@
33 +OBJDUMP = @OBJDUMP@
34  OBJEXT = @OBJEXT@
35  PACKAGE = @PACKAGE@
36  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
37 @@ -332,7 +337,6 @@
38  target_vendor = @target_vendor@
39  toolexecdir = @toolexecdir@
40  toolexeclibdir = @toolexeclibdir@
41 -top_build_prefix = @top_build_prefix@
42  top_builddir = @top_builddir@
43  top_srcdir = @top_srcdir@
44  AUTOMAKE_OPTIONS = foreign subdir-objects
45 @@ -423,7 +427,7 @@
46  libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
47  nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
48  AM_CFLAGS = -Wall -g -fexceptions
49 -libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
50 +libffi_la_LDFLAGS = $(LIBFFI_LDFLAGS) -version-info `grep -v '^\#' $(srcdir)/libtool-version`
51  AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
52  AM_CCASFLAGS = $(AM_CPPFLAGS)
53  all: fficonfig.h
54 diff -Nur libffi-3.0.8/aclocal.m4 autotools-update-3.0.8/aclocal.m4
55 --- libffi-3.0.8/aclocal.m4     2008-11-11 21:32:02.000000000 +0000
56 +++ autotools-update-3.0.8/aclocal.m4   2009-06-05 17:56:35.000000000 +0100
57 @@ -13,15 +13,15 @@
58  
59  m4_ifndef([AC_AUTOCONF_VERSION],
60    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
61 -m4_if(AC_AUTOCONF_VERSION, [2.63],,
62 -[m4_warning([this file was generated for autoconf 2.63.
63 +m4_if(AC_AUTOCONF_VERSION, [2.61],,
64 +[m4_warning([this file was generated for autoconf 2.61.
65  You have another version of autoconf.  It may work, but is not guaranteed to.
66  If you have problems, you may need to regenerate the build system entirely.
67  To do so, use the procedure documented by the package, typically `autoreconf'.])])
68  
69  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
70  
71 -# serial 52 AC_PROG_LIBTOOL
72 +# serial 52 Debian 1.5.26-4 AC_PROG_LIBTOOL
73  
74  
75  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
76 @@ -645,7 +645,6 @@
77        esac
78        ;;
79      *64-bit*)
80 -      libsuff=64
81        case $host in
82          x86_64-*kfreebsd*-gnu)
83            LD="${LD-ld} -m elf_x86_64_fbsd"
84 @@ -1708,13 +1707,11 @@
85    # Some rework will be needed to allow for fast_install
86    # before this can be enabled.
87    hardcode_into_libs=yes
88 -  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
89 -  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
90  
91    # Append ld.so.conf contents to the search path
92    if test -f /etc/ld.so.conf; then
93      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;/^$/d' | tr '\n' ' '`
94 -    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
95 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
96    fi
97  
98    # We used to test for /lib/ld.so.1 and disable shared libraries on
99 @@ -1726,6 +1723,18 @@
100    dynamic_linker='GNU/Linux ld.so'
101    ;;
102  
103 +netbsdelf*-gnu)
104 +  version_type=linux
105 +  need_lib_prefix=no
106 +  need_version=no
107 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
108 +  soname_spec='${libname}${release}${shared_ext}$major'
109 +  shlibpath_var=LD_LIBRARY_PATH
110 +  shlibpath_overrides_runpath=no
111 +  hardcode_into_libs=yes
112 +  dynamic_linker='NetBSD ld.elf_so'
113 +  ;;
114 +
115  netbsd*)
116    version_type=sunos
117    need_lib_prefix=no
118 @@ -2507,7 +2516,7 @@
119    lt_cv_deplibs_check_method=pass_all
120    ;;
121  
122 -netbsd*)
123 +netbsd* | netbsdelf*-gnu)
124    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
125      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
126    else
127 @@ -3514,7 +3523,7 @@
128         ;;
129      esac
130      ;;
131 -  netbsd*)
132 +  netbsd* | netbsdelf*-gnu)
133      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
134        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
135        wlarc=
136 @@ -5206,7 +5215,7 @@
137             ;;
138         esac
139         ;;
140 -      netbsd*)
141 +      netbsd* | netbsdelf*-gnu)
142         ;;
143        osf3* | osf4* | osf5*)
144         case $cc_basename in
145 @@ -5583,6 +5592,9 @@
146    cygwin* | mingw*)
147      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
148    ;;
149 +  linux* | k*bsd*-gnu)
150 +    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
151 +  ;;
152    *)
153      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
154    ;;
155 @@ -5791,12 +5803,13 @@
156    $echo "local: *; };" >> $output_objdir/$libname.ver~
157           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
158         fi
159 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
160        else
161         _LT_AC_TAGVAR(ld_shlibs, $1)=no
162        fi
163        ;;
164  
165 -    netbsd*)
166 +    netbsd* | netbsdelf*-gnu)
167        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
168         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
169         wlarc=
170 @@ -6227,7 +6240,7 @@
171        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
172        ;;
173  
174 -    netbsd*)
175 +    netbsd* | netbsdelf*-gnu)
176        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
177         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
178        else
179 diff -Nur libffi-3.0.8/autom4te.cache/output.0 autotools-update-3.0.8/autom4te.cache/output.0
180 --- libffi-3.0.8/autom4te.cache/output.0        1970-01-01 01:00:00.000000000 +0100
181 +++ autotools-update-3.0.8/autom4te.cache/output.0      2009-06-05 17:56:36.000000000 +0100
182 @@ -0,0 +1,25182 @@
183 +@%:@! /bin/sh
184 +@%:@ Guess values for system-dependent variables and create Makefiles.
185 +@%:@ Generated by GNU Autoconf 2.61 for libffi 3.0.8.
186 +@%:@
187 +@%:@ Report bugs to <http://gcc.gnu.org/bugs.html>.
188 +@%:@ 
189 +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
190 +@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
191 +@%:@ This configure script is free software; the Free Software Foundation
192 +@%:@ gives unlimited permission to copy, distribute and modify it.
193 +## --------------------- ##
194 +## M4sh Initialization.  ##
195 +## --------------------- ##
196 +
197 +# Be more Bourne compatible
198 +DUALCASE=1; export DUALCASE # for MKS sh
199 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
200 +  emulate sh
201 +  NULLCMD=:
202 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
203 +  # is contrary to our usage.  Disable this feature.
204 +  alias -g '${1+"$@"}'='"$@"'
205 +  setopt NO_GLOB_SUBST
206 +else
207 +  case `(set -o) 2>/dev/null` in
208 +  *posix*) set -o posix ;;
209 +esac
210 +
211 +fi
212 +
213 +
214 +
215 +
216 +# PATH needs CR
217 +# Avoid depending upon Character Ranges.
218 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
219 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
220 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
221 +as_cr_digits='0123456789'
222 +as_cr_alnum=$as_cr_Letters$as_cr_digits
223 +
224 +# The user is always right.
225 +if test "${PATH_SEPARATOR+set}" != set; then
226 +  echo "#! /bin/sh" >conf$$.sh
227 +  echo  "exit 0"   >>conf$$.sh
228 +  chmod +x conf$$.sh
229 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
230 +    PATH_SEPARATOR=';'
231 +  else
232 +    PATH_SEPARATOR=:
233 +  fi
234 +  rm -f conf$$.sh
235 +fi
236 +
237 +# Support unset when possible.
238 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
239 +  as_unset=unset
240 +else
241 +  as_unset=false
242 +fi
243 +
244 +
245 +# IFS
246 +# We need space, tab and new line, in precisely that order.  Quoting is
247 +# there to prevent editors from complaining about space-tab.
248 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
249 +# splitting by setting IFS to empty value.)
250 +as_nl='
251 +'
252 +IFS=" ""       $as_nl"
253 +
254 +# Find who we are.  Look in the path if we contain no directory separator.
255 +case $0 in
256 +  *[\\/]* ) as_myself=$0 ;;
257 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
258 +for as_dir in $PATH
259 +do
260 +  IFS=$as_save_IFS
261 +  test -z "$as_dir" && as_dir=.
262 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
263 +done
264 +IFS=$as_save_IFS
265 +
266 +     ;;
267 +esac
268 +# We did not find ourselves, most probably we were run as `sh COMMAND'
269 +# in which case we are not to be found in the path.
270 +if test "x$as_myself" = x; then
271 +  as_myself=$0
272 +fi
273 +if test ! -f "$as_myself"; then
274 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
275 +  { (exit 1); exit 1; }
276 +fi
277 +
278 +# Work around bugs in pre-3.0 UWIN ksh.
279 +for as_var in ENV MAIL MAILPATH
280 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
281 +done
282 +PS1='$ '
283 +PS2='> '
284 +PS4='+ '
285 +
286 +# NLS nuisances.
287 +for as_var in \
288 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
289 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
290 +  LC_TELEPHONE LC_TIME
291 +do
292 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
293 +    eval $as_var=C; export $as_var
294 +  else
295 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
296 +  fi
297 +done
298 +
299 +# Required to use basename.
300 +if expr a : '\(a\)' >/dev/null 2>&1 &&
301 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
302 +  as_expr=expr
303 +else
304 +  as_expr=false
305 +fi
306 +
307 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
308 +  as_basename=basename
309 +else
310 +  as_basename=false
311 +fi
312 +
313 +
314 +# Name of the executable.
315 +as_me=`$as_basename -- "$0" ||
316 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
317 +        X"$0" : 'X\(//\)$' \| \
318 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
319 +echo X/"$0" |
320 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
321 +           s//\1/
322 +           q
323 +         }
324 +         /^X\/\(\/\/\)$/{
325 +           s//\1/
326 +           q
327 +         }
328 +         /^X\/\(\/\).*/{
329 +           s//\1/
330 +           q
331 +         }
332 +         s/.*/./; q'`
333 +
334 +# CDPATH.
335 +$as_unset CDPATH
336 +
337 +
338 +if test "x$CONFIG_SHELL" = x; then
339 +  if (eval ":") 2>/dev/null; then
340 +  as_have_required=yes
341 +else
342 +  as_have_required=no
343 +fi
344 +
345 +  if test $as_have_required = yes &&    (eval ":
346 +(as_func_return () {
347 +  (exit \$1)
348 +}
349 +as_func_success () {
350 +  as_func_return 0
351 +}
352 +as_func_failure () {
353 +  as_func_return 1
354 +}
355 +as_func_ret_success () {
356 +  return 0
357 +}
358 +as_func_ret_failure () {
359 +  return 1
360 +}
361 +
362 +exitcode=0
363 +if as_func_success; then
364 +  :
365 +else
366 +  exitcode=1
367 +  echo as_func_success failed.
368 +fi
369 +
370 +if as_func_failure; then
371 +  exitcode=1
372 +  echo as_func_failure succeeded.
373 +fi
374 +
375 +if as_func_ret_success; then
376 +  :
377 +else
378 +  exitcode=1
379 +  echo as_func_ret_success failed.
380 +fi
381 +
382 +if as_func_ret_failure; then
383 +  exitcode=1
384 +  echo as_func_ret_failure succeeded.
385 +fi
386 +
387 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
388 +  :
389 +else
390 +  exitcode=1
391 +  echo positional parameters were not saved.
392 +fi
393 +
394 +test \$exitcode = 0) || { (exit 1); exit 1; }
395 +
396 +(
397 +  as_lineno_1=\$LINENO
398 +  as_lineno_2=\$LINENO
399 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
400 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
401 +") 2> /dev/null; then
402 +  :
403 +else
404 +  as_candidate_shells=
405 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
406 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
407 +do
408 +  IFS=$as_save_IFS
409 +  test -z "$as_dir" && as_dir=.
410 +  case $as_dir in
411 +        /*)
412 +          for as_base in sh bash ksh sh5; do
413 +            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
414 +          done;;
415 +       esac
416 +done
417 +IFS=$as_save_IFS
418 +
419 +
420 +      for as_shell in $as_candidate_shells $SHELL; do
421 +        # Try only shells that exist, to save several forks.
422 +        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
423 +               { ("$as_shell") 2> /dev/null <<\_ASEOF
424 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
425 +  emulate sh
426 +  NULLCMD=:
427 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
428 +  # is contrary to our usage.  Disable this feature.
429 +  alias -g '${1+"$@"}'='"$@"'
430 +  setopt NO_GLOB_SUBST
431 +else
432 +  case `(set -o) 2>/dev/null` in
433 +  *posix*) set -o posix ;;
434 +esac
435 +
436 +fi
437 +
438 +
439 +:
440 +_ASEOF
441 +}; then
442 +  CONFIG_SHELL=$as_shell
443 +              as_have_required=yes
444 +              if { "$as_shell" 2> /dev/null <<\_ASEOF
445 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
446 +  emulate sh
447 +  NULLCMD=:
448 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
449 +  # is contrary to our usage.  Disable this feature.
450 +  alias -g '${1+"$@"}'='"$@"'
451 +  setopt NO_GLOB_SUBST
452 +else
453 +  case `(set -o) 2>/dev/null` in
454 +  *posix*) set -o posix ;;
455 +esac
456 +
457 +fi
458 +
459 +
460 +:
461 +(as_func_return () {
462 +  (exit $1)
463 +}
464 +as_func_success () {
465 +  as_func_return 0
466 +}
467 +as_func_failure () {
468 +  as_func_return 1
469 +}
470 +as_func_ret_success () {
471 +  return 0
472 +}
473 +as_func_ret_failure () {
474 +  return 1
475 +}
476 +
477 +exitcode=0
478 +if as_func_success; then
479 +  :
480 +else
481 +  exitcode=1
482 +  echo as_func_success failed.
483 +fi
484 +
485 +if as_func_failure; then
486 +  exitcode=1
487 +  echo as_func_failure succeeded.
488 +fi
489 +
490 +if as_func_ret_success; then
491 +  :
492 +else
493 +  exitcode=1
494 +  echo as_func_ret_success failed.
495 +fi
496 +
497 +if as_func_ret_failure; then
498 +  exitcode=1
499 +  echo as_func_ret_failure succeeded.
500 +fi
501 +
502 +if ( set x; as_func_ret_success y && test x = "$1" ); then
503 +  :
504 +else
505 +  exitcode=1
506 +  echo positional parameters were not saved.
507 +fi
508 +
509 +test $exitcode = 0) || { (exit 1); exit 1; }
510 +
511 +(
512 +  as_lineno_1=$LINENO
513 +  as_lineno_2=$LINENO
514 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
515 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
516 +
517 +_ASEOF
518 +}; then
519 +  break
520 +fi
521 +
522 +fi
523 +
524 +      done
525 +
526 +      if test "x$CONFIG_SHELL" != x; then
527 +  for as_var in BASH_ENV ENV
528 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
529 +        done
530 +        export CONFIG_SHELL
531 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
532 +fi
533 +
534 +
535 +    if test $as_have_required = no; then
536 +  echo This script requires a shell more modern than all the
537 +      echo shells that I found on your system.  Please install a
538 +      echo modern shell, or manually run the script under such a
539 +      echo shell if you do have one.
540 +      { (exit 1); exit 1; }
541 +fi
542 +
543 +    
544 +fi
545 +
546 +fi
547 +
548 +
549 +
550 +(eval "as_func_return () {
551 +  (exit \$1)
552 +}
553 +as_func_success () {
554 +  as_func_return 0
555 +}
556 +as_func_failure () {
557 +  as_func_return 1
558 +}
559 +as_func_ret_success () {
560 +  return 0
561 +}
562 +as_func_ret_failure () {
563 +  return 1
564 +}
565 +
566 +exitcode=0
567 +if as_func_success; then
568 +  :
569 +else
570 +  exitcode=1
571 +  echo as_func_success failed.
572 +fi
573 +
574 +if as_func_failure; then
575 +  exitcode=1
576 +  echo as_func_failure succeeded.
577 +fi
578 +
579 +if as_func_ret_success; then
580 +  :
581 +else
582 +  exitcode=1
583 +  echo as_func_ret_success failed.
584 +fi
585 +
586 +if as_func_ret_failure; then
587 +  exitcode=1
588 +  echo as_func_ret_failure succeeded.
589 +fi
590 +
591 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
592 +  :
593 +else
594 +  exitcode=1
595 +  echo positional parameters were not saved.
596 +fi
597 +
598 +test \$exitcode = 0") || {
599 +  echo No shell found that supports shell functions.
600 +  echo Please tell autoconf@gnu.org about your system,
601 +  echo including any error possibly output before this
602 +  echo message
603 +}
604 +
605 +
606 +
607 +  as_lineno_1=$LINENO
608 +  as_lineno_2=$LINENO
609 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
610 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
611 +
612 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
613 +  # uniformly replaced by the line number.  The first 'sed' inserts a
614 +  # line-number line after each line using $LINENO; the second 'sed'
615 +  # does the real work.  The second script uses 'N' to pair each
616 +  # line-number line with the line containing $LINENO, and appends
617 +  # trailing '-' during substitution so that $LINENO is not a special
618 +  # case at line end.
619 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
620 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
621 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
622 +  sed -n '
623 +    p
624 +    /[$]LINENO/=
625 +  ' <$as_myself |
626 +    sed '
627 +      s/[$]LINENO.*/&-/
628 +      t lineno
629 +      b
630 +      :lineno
631 +      N
632 +      :loop
633 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
634 +      t loop
635 +      s/-\n.*//
636 +    ' >$as_me.lineno &&
637 +  chmod +x "$as_me.lineno" ||
638 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
639 +   { (exit 1); exit 1; }; }
640 +
641 +  # Don't try to exec as it changes $[0], causing all sort of problems
642 +  # (the dirname of $[0] is not the place where we might find the
643 +  # original and so on.  Autoconf is especially sensitive to this).
644 +  . "./$as_me.lineno"
645 +  # Exit status is that of the last command.
646 +  exit
647 +}
648 +
649 +
650 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
651 +  as_dirname=dirname
652 +else
653 +  as_dirname=false
654 +fi
655 +
656 +ECHO_C= ECHO_N= ECHO_T=
657 +case `echo -n x` in
658 +-n*)
659 +  case `echo 'x\c'` in
660 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
661 +  *)   ECHO_C='\c';;
662 +  esac;;
663 +*)
664 +  ECHO_N='-n';;
665 +esac
666 +
667 +if expr a : '\(a\)' >/dev/null 2>&1 &&
668 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
669 +  as_expr=expr
670 +else
671 +  as_expr=false
672 +fi
673 +
674 +rm -f conf$$ conf$$.exe conf$$.file
675 +if test -d conf$$.dir; then
676 +  rm -f conf$$.dir/conf$$.file
677 +else
678 +  rm -f conf$$.dir
679 +  mkdir conf$$.dir
680 +fi
681 +echo >conf$$.file
682 +if ln -s conf$$.file conf$$ 2>/dev/null; then
683 +  as_ln_s='ln -s'
684 +  # ... but there are two gotchas:
685 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
686 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
687 +  # In both cases, we have to default to `cp -p'.
688 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
689 +    as_ln_s='cp -p'
690 +elif ln conf$$.file conf$$ 2>/dev/null; then
691 +  as_ln_s=ln
692 +else
693 +  as_ln_s='cp -p'
694 +fi
695 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
696 +rmdir conf$$.dir 2>/dev/null
697 +
698 +if mkdir -p . 2>/dev/null; then
699 +  as_mkdir_p=:
700 +else
701 +  test -d ./-p && rmdir ./-p
702 +  as_mkdir_p=false
703 +fi
704 +
705 +if test -x / >/dev/null 2>&1; then
706 +  as_test_x='test -x'
707 +else
708 +  if ls -dL / >/dev/null 2>&1; then
709 +    as_ls_L_option=L
710 +  else
711 +    as_ls_L_option=
712 +  fi
713 +  as_test_x='
714 +    eval sh -c '\''
715 +      if test -d "$1"; then
716 +        test -d "$1/.";
717 +      else
718 +       case $1 in
719 +        -*)set "./$1";;
720 +       esac;
721 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
722 +       ???[sx]*):;;*)false;;esac;fi
723 +    '\'' sh
724 +  '
725 +fi
726 +as_executable_p=$as_test_x
727 +
728 +# Sed expression to map a string onto a valid CPP name.
729 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
730 +
731 +# Sed expression to map a string onto a valid variable name.
732 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
733 +
734 +
735 +
736 +
737 +# Check that we are running under the correct shell.
738 +SHELL=${CONFIG_SHELL-/bin/sh}
739 +
740 +case X$ECHO in
741 +X*--fallback-echo)
742 +  # Remove one level of quotation (which was required for Make).
743 +  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
744 +  ;;
745 +esac
746 +
747 +echo=${ECHO-echo}
748 +if test "X$1" = X--no-reexec; then
749 +  # Discard the --no-reexec flag, and continue.
750 +  shift
751 +elif test "X$1" = X--fallback-echo; then
752 +  # Avoid inline document here, it may be left over
753 +  :
754 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
755 +  # Yippee, $echo works!
756 +  :
757 +else
758 +  # Restart under the correct shell.
759 +  exec $SHELL "$0" --no-reexec ${1+"$@"}
760 +fi
761 +
762 +if test "X$1" = X--fallback-echo; then
763 +  # used as fallback echo
764 +  shift
765 +  cat <<EOF
766 +$*
767 +EOF
768 +  exit 0
769 +fi
770 +
771 +# The HP-UX ksh and POSIX shell print the target directory to stdout
772 +# if CDPATH is set.
773 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
774 +
775 +if test -z "$ECHO"; then
776 +if test "X${echo_test_string+set}" != Xset; then
777 +# find a string as large as possible, as long as the shell can cope with it
778 +  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
779 +    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
780 +    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
781 +       echo_test_string=`eval $cmd` &&
782 +       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
783 +    then
784 +      break
785 +    fi
786 +  done
787 +fi
788 +
789 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
790 +   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
791 +   test "X$echo_testing_string" = "X$echo_test_string"; then
792 +  :
793 +else
794 +  # The Solaris, AIX, and Digital Unix default echo programs unquote
795 +  # backslashes.  This makes it impossible to quote backslashes using
796 +  #   echo "$something" | sed 's/\\/\\\\/g'
797 +  #
798 +  # So, first we look for a working echo in the user's PATH.
799 +
800 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
801 +  for dir in $PATH /usr/ucb; do
802 +    IFS="$lt_save_ifs"
803 +    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
804 +       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
805 +       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
806 +       test "X$echo_testing_string" = "X$echo_test_string"; then
807 +      echo="$dir/echo"
808 +      break
809 +    fi
810 +  done
811 +  IFS="$lt_save_ifs"
812 +
813 +  if test "X$echo" = Xecho; then
814 +    # We didn't find a better echo, so look for alternatives.
815 +    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
816 +       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
817 +       test "X$echo_testing_string" = "X$echo_test_string"; then
818 +      # This shell has a builtin print -r that does the trick.
819 +      echo='print -r'
820 +    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
821 +        test "X$CONFIG_SHELL" != X/bin/ksh; then
822 +      # If we have ksh, try running configure again with it.
823 +      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
824 +      export ORIGINAL_CONFIG_SHELL
825 +      CONFIG_SHELL=/bin/ksh
826 +      export CONFIG_SHELL
827 +      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
828 +    else
829 +      # Try using printf.
830 +      echo='printf %s\n'
831 +      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
832 +        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
833 +        test "X$echo_testing_string" = "X$echo_test_string"; then
834 +       # Cool, printf works
835 +       :
836 +      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
837 +          test "X$echo_testing_string" = 'X\t' &&
838 +          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
839 +          test "X$echo_testing_string" = "X$echo_test_string"; then
840 +       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
841 +       export CONFIG_SHELL
842 +       SHELL="$CONFIG_SHELL"
843 +       export SHELL
844 +       echo="$CONFIG_SHELL $0 --fallback-echo"
845 +      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
846 +          test "X$echo_testing_string" = 'X\t' &&
847 +          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
848 +          test "X$echo_testing_string" = "X$echo_test_string"; then
849 +       echo="$CONFIG_SHELL $0 --fallback-echo"
850 +      else
851 +       # maybe with a smaller string...
852 +       prev=:
853 +
854 +       for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
855 +         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
856 +         then
857 +           break
858 +         fi
859 +         prev="$cmd"
860 +       done
861 +
862 +       if test "$prev" != 'sed 50q "$0"'; then
863 +         echo_test_string=`eval $prev`
864 +         export echo_test_string
865 +         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
866 +       else
867 +         # Oops.  We lost completely, so just stick with echo.
868 +         echo=echo
869 +       fi
870 +      fi
871 +    fi
872 +  fi
873 +fi
874 +fi
875 +
876 +# Copy echo and quote the copy suitably for passing to libtool from
877 +# the Makefile, instead of quoting the original, which is used later.
878 +ECHO=$echo
879 +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
880 +   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
881 +fi
882 +
883 +
884 +
885 +
886 +tagnames=${tagnames+${tagnames},}CXX
887 +
888 +tagnames=${tagnames+${tagnames},}F77
889 +
890 +exec 7<&0 </dev/null 6>&1
891 +
892 +# Name of the host.
893 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
894 +# so uname gets run too.
895 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
896 +
897 +#
898 +# Initializations.
899 +#
900 +ac_default_prefix=/usr/local
901 +ac_clean_files=
902 +ac_config_libobj_dir=.
903 +LIB@&t@OBJS=
904 +cross_compiling=no
905 +subdirs=
906 +MFLAGS=
907 +MAKEFLAGS=
908 +SHELL=${CONFIG_SHELL-/bin/sh}
909 +
910 +# Identity of this package.
911 +PACKAGE_NAME='libffi'
912 +PACKAGE_TARNAME='libffi'
913 +PACKAGE_VERSION='3.0.8'
914 +PACKAGE_STRING='libffi 3.0.8'
915 +PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
916 +
917 +# Factoring default headers for most tests.
918 +ac_includes_default="\
919 +#include <stdio.h>
920 +#ifdef HAVE_SYS_TYPES_H
921 +# include <sys/types.h>
922 +#endif
923 +#ifdef HAVE_SYS_STAT_H
924 +# include <sys/stat.h>
925 +#endif
926 +#ifdef STDC_HEADERS
927 +# include <stdlib.h>
928 +# include <stddef.h>
929 +#else
930 +# ifdef HAVE_STDLIB_H
931 +#  include <stdlib.h>
932 +# endif
933 +#endif
934 +#ifdef HAVE_STRING_H
935 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
936 +#  include <memory.h>
937 +# endif
938 +# include <string.h>
939 +#endif
940 +#ifdef HAVE_STRINGS_H
941 +# include <strings.h>
942 +#endif
943 +#ifdef HAVE_INTTYPES_H
944 +# include <inttypes.h>
945 +#endif
946 +#ifdef HAVE_STDINT_H
947 +# include <stdint.h>
948 +#endif
949 +#ifdef HAVE_UNISTD_H
950 +# include <unistd.h>
951 +#endif"
952 +
953 +ac_subst_vars='SHELL
954 +PATH_SEPARATOR
955 +PACKAGE_NAME
956 +PACKAGE_TARNAME
957 +PACKAGE_VERSION
958 +PACKAGE_STRING
959 +PACKAGE_BUGREPORT
960 +exec_prefix
961 +prefix
962 +program_transform_name
963 +bindir
964 +sbindir
965 +libexecdir
966 +datarootdir
967 +datadir
968 +sysconfdir
969 +sharedstatedir
970 +localstatedir
971 +includedir
972 +oldincludedir
973 +docdir
974 +infodir
975 +htmldir
976 +dvidir
977 +pdfdir
978 +psdir
979 +libdir
980 +localedir
981 +mandir
982 +DEFS
983 +ECHO_C
984 +ECHO_N
985 +ECHO_T
986 +LIBS
987 +build_alias
988 +host_alias
989 +target_alias
990 +build
991 +build_cpu
992 +build_vendor
993 +build_os
994 +host
995 +host_cpu
996 +host_vendor
997 +host_os
998 +target
999 +target_cpu
1000 +target_vendor
1001 +target_os
1002 +INSTALL_PROGRAM
1003 +INSTALL_SCRIPT
1004 +INSTALL_DATA
1005 +am__isrc
1006 +CYGPATH_W
1007 +PACKAGE
1008 +VERSION
1009 +ACLOCAL
1010 +AUTOCONF
1011 +AUTOMAKE
1012 +AUTOHEADER
1013 +MAKEINFO
1014 +install_sh
1015 +STRIP
1016 +INSTALL_STRIP_PROGRAM
1017 +mkdir_p
1018 +AWK
1019 +SET_MAKE
1020 +am__leading_dot
1021 +AMTAR
1022 +am__tar
1023 +am__untar
1024 +CC
1025 +CFLAGS
1026 +LDFLAGS
1027 +CPPFLAGS
1028 +ac_ct_CC
1029 +EXEEXT
1030 +OBJEXT
1031 +DEPDIR
1032 +am__include
1033 +am__quote
1034 +AMDEP_TRUE
1035 +AMDEP_FALSE
1036 +AMDEPBACKSLASH
1037 +CCDEPMODE
1038 +am__fastdepCC_TRUE
1039 +am__fastdepCC_FALSE
1040 +CCAS
1041 +CCASFLAGS
1042 +CCASDEPMODE
1043 +am__fastdepCCAS_TRUE
1044 +am__fastdepCCAS_FALSE
1045 +LIBFFI_DLL
1046 +LIBFFI_LDFLAGS
1047 +SED
1048 +GREP
1049 +EGREP
1050 +LN_S
1051 +ECHO
1052 +AR
1053 +RANLIB
1054 +DSYMUTIL
1055 +NMEDIT
1056 +DLLTOOL
1057 +AS
1058 +OBJDUMP
1059 +CPP
1060 +CXX
1061 +CXXFLAGS
1062 +ac_ct_CXX
1063 +CXXDEPMODE
1064 +am__fastdepCXX_TRUE
1065 +am__fastdepCXX_FALSE
1066 +CXXCPP
1067 +F77
1068 +FFLAGS
1069 +ac_ct_F77
1070 +LIBTOOL
1071 +MAINTAINER_MODE_TRUE
1072 +MAINTAINER_MODE_FALSE
1073 +MAINT
1074 +TESTSUBDIR_TRUE
1075 +TESTSUBDIR_FALSE
1076 +AM_RUNTESTFLAGS
1077 +MIPS_TRUE
1078 +MIPS_FALSE
1079 +SPARC_TRUE
1080 +SPARC_FALSE
1081 +X86_TRUE
1082 +X86_FALSE
1083 +X86_FREEBSD_TRUE
1084 +X86_FREEBSD_FALSE
1085 +X86_WIN32_TRUE
1086 +X86_WIN32_FALSE
1087 +X86_DARWIN_TRUE
1088 +X86_DARWIN_FALSE
1089 +ALPHA_TRUE
1090 +ALPHA_FALSE
1091 +IA64_TRUE
1092 +IA64_FALSE
1093 +M32R_TRUE
1094 +M32R_FALSE
1095 +M68K_TRUE
1096 +M68K_FALSE
1097 +POWERPC_TRUE
1098 +POWERPC_FALSE
1099 +POWERPC_AIX_TRUE
1100 +POWERPC_AIX_FALSE
1101 +POWERPC_DARWIN_TRUE
1102 +POWERPC_DARWIN_FALSE
1103 +POWERPC_FREEBSD_TRUE
1104 +POWERPC_FREEBSD_FALSE
1105 +ARM_TRUE
1106 +ARM_FALSE
1107 +LIBFFI_CRIS_TRUE
1108 +LIBFFI_CRIS_FALSE
1109 +FRV_TRUE
1110 +FRV_FALSE
1111 +S390_TRUE
1112 +S390_FALSE
1113 +X86_64_TRUE
1114 +X86_64_FALSE
1115 +SH_TRUE
1116 +SH_FALSE
1117 +SH64_TRUE
1118 +SH64_FALSE
1119 +PA_LINUX_TRUE
1120 +PA_LINUX_FALSE
1121 +PA_HPUX_TRUE
1122 +PA_HPUX_FALSE
1123 +PA64_HPUX_TRUE
1124 +PA64_HPUX_FALSE
1125 +ALLOCA
1126 +HAVE_LONG_DOUBLE
1127 +TARGET
1128 +TARGETDIR
1129 +toolexecdir
1130 +toolexeclibdir
1131 +LIB@&t@OBJS
1132 +LTLIBOBJS'
1133 +ac_subst_files=''
1134 +      ac_precious_vars='build_alias
1135 +host_alias
1136 +target_alias
1137 +CCAS
1138 +CCASFLAGS
1139 +CPP
1140 +CPPFLAGS
1141 +CXX
1142 +CXXFLAGS
1143 +LDFLAGS
1144 +LIBS
1145 +CCC
1146 +CXXCPP
1147 +F77
1148 +FFLAGS'
1149 +
1150 +
1151 +# Initialize some variables set by options.
1152 +ac_init_help=
1153 +ac_init_version=false
1154 +# The variables have the same names as the options, with
1155 +# dashes changed to underlines.
1156 +cache_file=/dev/null
1157 +exec_prefix=NONE
1158 +no_create=
1159 +no_recursion=
1160 +prefix=NONE
1161 +program_prefix=NONE
1162 +program_suffix=NONE
1163 +program_transform_name=s,x,x,
1164 +silent=
1165 +site=
1166 +srcdir=
1167 +verbose=
1168 +x_includes=NONE
1169 +x_libraries=NONE
1170 +
1171 +# Installation directory options.
1172 +# These are left unexpanded so users can "make install exec_prefix=/foo"
1173 +# and all the variables that are supposed to be based on exec_prefix
1174 +# by default will actually change.
1175 +# Use braces instead of parens because sh, perl, etc. also accept them.
1176 +# (The list follows the same order as the GNU Coding Standards.)
1177 +bindir='${exec_prefix}/bin'
1178 +sbindir='${exec_prefix}/sbin'
1179 +libexecdir='${exec_prefix}/libexec'
1180 +datarootdir='${prefix}/share'
1181 +datadir='${datarootdir}'
1182 +sysconfdir='${prefix}/etc'
1183 +sharedstatedir='${prefix}/com'
1184 +localstatedir='${prefix}/var'
1185 +includedir='${prefix}/include'
1186 +oldincludedir='/usr/include'
1187 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1188 +infodir='${datarootdir}/info'
1189 +htmldir='${docdir}'
1190 +dvidir='${docdir}'
1191 +pdfdir='${docdir}'
1192 +psdir='${docdir}'
1193 +libdir='${exec_prefix}/lib'
1194 +localedir='${datarootdir}/locale'
1195 +mandir='${datarootdir}/man'
1196 +
1197 +ac_prev=
1198 +ac_dashdash=
1199 +for ac_option
1200 +do
1201 +  # If the previous option needs an argument, assign it.
1202 +  if test -n "$ac_prev"; then
1203 +    eval $ac_prev=\$ac_option
1204 +    ac_prev=
1205 +    continue
1206 +  fi
1207 +
1208 +  case $ac_option in
1209 +  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1210 +  *)   ac_optarg=yes ;;
1211 +  esac
1212 +
1213 +  # Accept the important Cygnus configure options, so we can diagnose typos.
1214 +
1215 +  case $ac_dashdash$ac_option in
1216 +  --)
1217 +    ac_dashdash=yes ;;
1218 +
1219 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
1220 +    ac_prev=bindir ;;
1221 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1222 +    bindir=$ac_optarg ;;
1223 +
1224 +  -build | --build | --buil | --bui | --bu)
1225 +    ac_prev=build_alias ;;
1226 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1227 +    build_alias=$ac_optarg ;;
1228 +
1229 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
1230 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1231 +    ac_prev=cache_file ;;
1232 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1233 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1234 +    cache_file=$ac_optarg ;;
1235 +
1236 +  --config-cache | -C)
1237 +    cache_file=config.cache ;;
1238 +
1239 +  -datadir | --datadir | --datadi | --datad)
1240 +    ac_prev=datadir ;;
1241 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
1242 +    datadir=$ac_optarg ;;
1243 +
1244 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1245 +  | --dataroo | --dataro | --datar)
1246 +    ac_prev=datarootdir ;;
1247 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1248 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1249 +    datarootdir=$ac_optarg ;;
1250 +
1251 +  -disable-* | --disable-*)
1252 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1253 +    # Reject names that are not valid shell variable names.
1254 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1255 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1256 +   { (exit 1); exit 1; }; }
1257 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1258 +    eval enable_$ac_feature=no ;;
1259 +
1260 +  -docdir | --docdir | --docdi | --doc | --do)
1261 +    ac_prev=docdir ;;
1262 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1263 +    docdir=$ac_optarg ;;
1264 +
1265 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1266 +    ac_prev=dvidir ;;
1267 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1268 +    dvidir=$ac_optarg ;;
1269 +
1270 +  -enable-* | --enable-*)
1271 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1272 +    # Reject names that are not valid shell variable names.
1273 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1274 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1275 +   { (exit 1); exit 1; }; }
1276 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1277 +    eval enable_$ac_feature=\$ac_optarg ;;
1278 +
1279 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1280 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1281 +  | --exec | --exe | --ex)
1282 +    ac_prev=exec_prefix ;;
1283 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1284 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1285 +  | --exec=* | --exe=* | --ex=*)
1286 +    exec_prefix=$ac_optarg ;;
1287 +
1288 +  -gas | --gas | --ga | --g)
1289 +    # Obsolete; use --with-gas.
1290 +    with_gas=yes ;;
1291 +
1292 +  -help | --help | --hel | --he | -h)
1293 +    ac_init_help=long ;;
1294 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1295 +    ac_init_help=recursive ;;
1296 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1297 +    ac_init_help=short ;;
1298 +
1299 +  -host | --host | --hos | --ho)
1300 +    ac_prev=host_alias ;;
1301 +  -host=* | --host=* | --hos=* | --ho=*)
1302 +    host_alias=$ac_optarg ;;
1303 +
1304 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1305 +    ac_prev=htmldir ;;
1306 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1307 +  | --ht=*)
1308 +    htmldir=$ac_optarg ;;
1309 +
1310 +  -includedir | --includedir | --includedi | --included | --include \
1311 +  | --includ | --inclu | --incl | --inc)
1312 +    ac_prev=includedir ;;
1313 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1314 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
1315 +    includedir=$ac_optarg ;;
1316 +
1317 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
1318 +    ac_prev=infodir ;;
1319 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1320 +    infodir=$ac_optarg ;;
1321 +
1322 +  -libdir | --libdir | --libdi | --libd)
1323 +    ac_prev=libdir ;;
1324 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1325 +    libdir=$ac_optarg ;;
1326 +
1327 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1328 +  | --libexe | --libex | --libe)
1329 +    ac_prev=libexecdir ;;
1330 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1331 +  | --libexe=* | --libex=* | --libe=*)
1332 +    libexecdir=$ac_optarg ;;
1333 +
1334 +  -localedir | --localedir | --localedi | --localed | --locale)
1335 +    ac_prev=localedir ;;
1336 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1337 +    localedir=$ac_optarg ;;
1338 +
1339 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
1340 +  | --localstate | --localstat | --localsta | --localst | --locals)
1341 +    ac_prev=localstatedir ;;
1342 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1343 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1344 +    localstatedir=$ac_optarg ;;
1345 +
1346 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1347 +    ac_prev=mandir ;;
1348 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1349 +    mandir=$ac_optarg ;;
1350 +
1351 +  -nfp | --nfp | --nf)
1352 +    # Obsolete; use --without-fp.
1353 +    with_fp=no ;;
1354 +
1355 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1356 +  | --no-cr | --no-c | -n)
1357 +    no_create=yes ;;
1358 +
1359 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1360 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1361 +    no_recursion=yes ;;
1362 +
1363 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1364 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1365 +  | --oldin | --oldi | --old | --ol | --o)
1366 +    ac_prev=oldincludedir ;;
1367 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1368 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1369 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1370 +    oldincludedir=$ac_optarg ;;
1371 +
1372 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1373 +    ac_prev=prefix ;;
1374 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1375 +    prefix=$ac_optarg ;;
1376 +
1377 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1378 +  | --program-pre | --program-pr | --program-p)
1379 +    ac_prev=program_prefix ;;
1380 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1381 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1382 +    program_prefix=$ac_optarg ;;
1383 +
1384 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1385 +  | --program-suf | --program-su | --program-s)
1386 +    ac_prev=program_suffix ;;
1387 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1388 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1389 +    program_suffix=$ac_optarg ;;
1390 +
1391 +  -program-transform-name | --program-transform-name \
1392 +  | --program-transform-nam | --program-transform-na \
1393 +  | --program-transform-n | --program-transform- \
1394 +  | --program-transform | --program-transfor \
1395 +  | --program-transfo | --program-transf \
1396 +  | --program-trans | --program-tran \
1397 +  | --progr-tra | --program-tr | --program-t)
1398 +    ac_prev=program_transform_name ;;
1399 +  -program-transform-name=* | --program-transform-name=* \
1400 +  | --program-transform-nam=* | --program-transform-na=* \
1401 +  | --program-transform-n=* | --program-transform-=* \
1402 +  | --program-transform=* | --program-transfor=* \
1403 +  | --program-transfo=* | --program-transf=* \
1404 +  | --program-trans=* | --program-tran=* \
1405 +  | --progr-tra=* | --program-tr=* | --program-t=*)
1406 +    program_transform_name=$ac_optarg ;;
1407 +
1408 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1409 +    ac_prev=pdfdir ;;
1410 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1411 +    pdfdir=$ac_optarg ;;
1412 +
1413 +  -psdir | --psdir | --psdi | --psd | --ps)
1414 +    ac_prev=psdir ;;
1415 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1416 +    psdir=$ac_optarg ;;
1417 +
1418 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1419 +  | -silent | --silent | --silen | --sile | --sil)
1420 +    silent=yes ;;
1421 +
1422 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1423 +    ac_prev=sbindir ;;
1424 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1425 +  | --sbi=* | --sb=*)
1426 +    sbindir=$ac_optarg ;;
1427 +
1428 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1429 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1430 +  | --sharedst | --shareds | --shared | --share | --shar \
1431 +  | --sha | --sh)
1432 +    ac_prev=sharedstatedir ;;
1433 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1434 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1435 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1436 +  | --sha=* | --sh=*)
1437 +    sharedstatedir=$ac_optarg ;;
1438 +
1439 +  -site | --site | --sit)
1440 +    ac_prev=site ;;
1441 +  -site=* | --site=* | --sit=*)
1442 +    site=$ac_optarg ;;
1443 +
1444 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1445 +    ac_prev=srcdir ;;
1446 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1447 +    srcdir=$ac_optarg ;;
1448 +
1449 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1450 +  | --syscon | --sysco | --sysc | --sys | --sy)
1451 +    ac_prev=sysconfdir ;;
1452 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1453 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1454 +    sysconfdir=$ac_optarg ;;
1455 +
1456 +  -target | --target | --targe | --targ | --tar | --ta | --t)
1457 +    ac_prev=target_alias ;;
1458 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1459 +    target_alias=$ac_optarg ;;
1460 +
1461 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1462 +    verbose=yes ;;
1463 +
1464 +  -version | --version | --versio | --versi | --vers | -V)
1465 +    ac_init_version=: ;;
1466 +
1467 +  -with-* | --with-*)
1468 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1469 +    # Reject names that are not valid shell variable names.
1470 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1471 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
1472 +   { (exit 1); exit 1; }; }
1473 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1474 +    eval with_$ac_package=\$ac_optarg ;;
1475 +
1476 +  -without-* | --without-*)
1477 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1478 +    # Reject names that are not valid shell variable names.
1479 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1480 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
1481 +   { (exit 1); exit 1; }; }
1482 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1483 +    eval with_$ac_package=no ;;
1484 +
1485 +  --x)
1486 +    # Obsolete; use --with-x.
1487 +    with_x=yes ;;
1488 +
1489 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1490 +  | --x-incl | --x-inc | --x-in | --x-i)
1491 +    ac_prev=x_includes ;;
1492 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1493 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1494 +    x_includes=$ac_optarg ;;
1495 +
1496 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1497 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1498 +    ac_prev=x_libraries ;;
1499 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1500 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1501 +    x_libraries=$ac_optarg ;;
1502 +
1503 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
1504 +Try \`$0 --help' for more information." >&2
1505 +   { (exit 1); exit 1; }; }
1506 +    ;;
1507 +
1508 +  *=*)
1509 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1510 +    # Reject names that are not valid shell variable names.
1511 +    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1512 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1513 +   { (exit 1); exit 1; }; }
1514 +    eval $ac_envvar=\$ac_optarg
1515 +    export $ac_envvar ;;
1516 +
1517 +  *)
1518 +    # FIXME: should be removed in autoconf 3.0.
1519 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1520 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1521 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1522 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1523 +    ;;
1524 +
1525 +  esac
1526 +done
1527 +
1528 +if test -n "$ac_prev"; then
1529 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1530 +  { echo "$as_me: error: missing argument to $ac_option" >&2
1531 +   { (exit 1); exit 1; }; }
1532 +fi
1533 +
1534 +# Be sure to have absolute directory names.
1535 +for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
1536 +               datadir sysconfdir sharedstatedir localstatedir includedir \
1537 +               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1538 +               libdir localedir mandir
1539 +do
1540 +  eval ac_val=\$$ac_var
1541 +  case $ac_val in
1542 +    [\\/$]* | ?:[\\/]* )  continue;;
1543 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1544 +  esac
1545 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1546 +   { (exit 1); exit 1; }; }
1547 +done
1548 +
1549 +# There might be people who depend on the old broken behavior: `$host'
1550 +# used to hold the argument of --host etc.
1551 +# FIXME: To remove some day.
1552 +build=$build_alias
1553 +host=$host_alias
1554 +target=$target_alias
1555 +
1556 +# FIXME: To remove some day.
1557 +if test "x$host_alias" != x; then
1558 +  if test "x$build_alias" = x; then
1559 +    cross_compiling=maybe
1560 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1561 +    If a cross compiler is detected then cross compile mode will be used." >&2
1562 +  elif test "x$build_alias" != "x$host_alias"; then
1563 +    cross_compiling=yes
1564 +  fi
1565 +fi
1566 +
1567 +ac_tool_prefix=
1568 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
1569 +
1570 +test "$silent" = yes && exec 6>/dev/null
1571 +
1572 +
1573 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
1574 +ac_ls_di=`ls -di .` &&
1575 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1576 +  { echo "$as_me: error: Working directory cannot be determined" >&2
1577 +   { (exit 1); exit 1; }; }
1578 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1579 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
1580 +   { (exit 1); exit 1; }; }
1581 +
1582 +
1583 +# Find the source files, if location was not specified.
1584 +if test -z "$srcdir"; then
1585 +  ac_srcdir_defaulted=yes
1586 +  # Try the directory containing this script, then the parent directory.
1587 +  ac_confdir=`$as_dirname -- "$0" ||
1588 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1589 +        X"$0" : 'X\(//\)[^/]' \| \
1590 +        X"$0" : 'X\(//\)$' \| \
1591 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1592 +echo X"$0" |
1593 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1594 +           s//\1/
1595 +           q
1596 +         }
1597 +         /^X\(\/\/\)[^/].*/{
1598 +           s//\1/
1599 +           q
1600 +         }
1601 +         /^X\(\/\/\)$/{
1602 +           s//\1/
1603 +           q
1604 +         }
1605 +         /^X\(\/\).*/{
1606 +           s//\1/
1607 +           q
1608 +         }
1609 +         s/.*/./; q'`
1610 +  srcdir=$ac_confdir
1611 +  if test ! -r "$srcdir/$ac_unique_file"; then
1612 +    srcdir=..
1613 +  fi
1614 +else
1615 +  ac_srcdir_defaulted=no
1616 +fi
1617 +if test ! -r "$srcdir/$ac_unique_file"; then
1618 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1619 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1620 +   { (exit 1); exit 1; }; }
1621 +fi
1622 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1623 +ac_abs_confdir=`(
1624 +       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1625 +   { (exit 1); exit 1; }; }
1626 +       pwd)`
1627 +# When building in place, set srcdir=.
1628 +if test "$ac_abs_confdir" = "$ac_pwd"; then
1629 +  srcdir=.
1630 +fi
1631 +# Remove unnecessary trailing slashes from srcdir.
1632 +# Double slashes in file names in object file debugging info
1633 +# mess up M-x gdb in Emacs.
1634 +case $srcdir in
1635 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1636 +esac
1637 +for ac_var in $ac_precious_vars; do
1638 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1639 +  eval ac_env_${ac_var}_value=\$${ac_var}
1640 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1641 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1642 +done
1643 +
1644 +#
1645 +# Report the --help message.
1646 +#
1647 +if test "$ac_init_help" = "long"; then
1648 +  # Omit some internal or obsolete options to make the list less imposing.
1649 +  # This message is too long to be a string in the A/UX 3.1 sh.
1650 +  cat <<_ACEOF
1651 +\`configure' configures libffi 3.0.8 to adapt to many kinds of systems.
1652 +
1653 +Usage: $0 [OPTION]... [VAR=VALUE]...
1654 +
1655 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
1656 +VAR=VALUE.  See below for descriptions of some of the useful variables.
1657 +
1658 +Defaults for the options are specified in brackets.
1659 +
1660 +Configuration:
1661 +  -h, --help              display this help and exit
1662 +      --help=short        display options specific to this package
1663 +      --help=recursive    display the short help of all the included packages
1664 +  -V, --version           display version information and exit
1665 +  -q, --quiet, --silent   do not print \`checking...' messages
1666 +      --cache-file=FILE   cache test results in FILE [disabled]
1667 +  -C, --config-cache      alias for \`--cache-file=config.cache'
1668 +  -n, --no-create         do not create output files
1669 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1670 +
1671 +Installation directories:
1672 +  --prefix=PREFIX         install architecture-independent files in PREFIX
1673 +                         [$ac_default_prefix]
1674 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1675 +                         [PREFIX]
1676 +
1677 +By default, \`make install' will install all the files in
1678 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1679 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1680 +for instance \`--prefix=\$HOME'.
1681 +
1682 +For better control, use the options below.
1683 +
1684 +Fine tuning of the installation directories:
1685 +  --bindir=DIR           user executables [EPREFIX/bin]
1686 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1687 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
1688 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1689 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1690 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1691 +  --libdir=DIR           object code libraries [EPREFIX/lib]
1692 +  --includedir=DIR       C header files [PREFIX/include]
1693 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1694 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1695 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1696 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
1697 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1698 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
1699 +  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/libffi@:>@
1700 +  --htmldir=DIR          html documentation [DOCDIR]
1701 +  --dvidir=DIR           dvi documentation [DOCDIR]
1702 +  --pdfdir=DIR           pdf documentation [DOCDIR]
1703 +  --psdir=DIR            ps documentation [DOCDIR]
1704 +_ACEOF
1705 +
1706 +  cat <<\_ACEOF
1707 +
1708 +Program names:
1709 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
1710 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
1711 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1712 +
1713 +System types:
1714 +  --build=BUILD     configure for building on BUILD [guessed]
1715 +  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1716 +  --target=TARGET   configure for building compilers for TARGET [HOST]
1717 +_ACEOF
1718 +fi
1719 +
1720 +if test -n "$ac_init_help"; then
1721 +  case $ac_init_help in
1722 +     short | recursive ) echo "Configuration of libffi 3.0.8:";;
1723 +   esac
1724 +  cat <<\_ACEOF
1725 +
1726 +Optional Features:
1727 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1728 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1729 +  --disable-dependency-tracking  speeds up one-time build
1730 +  --enable-dependency-tracking   do not reject slow dependency extractors
1731 +  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
1732 +  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
1733 +  --enable-fast-install@<:@=PKGS@:>@ 
1734 +                          optimize for fast installation @<:@default=yes@:>@
1735 +  --disable-libtool-lock  avoid locking (might break parallel builds)
1736 +  --enable-maintainer-mode  enable make rules and dependencies not useful
1737 +                         (and sometimes confusing) to the casual installer
1738 +  --enable-debug          debugging mode
1739 +  --disable-structs       omit code for struct support
1740 +  --disable-raw-api       make the raw api unavailable
1741 +  --enable-purify-safety  purify-safe mode
1742 +
1743 +Optional Packages:
1744 +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1745 +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1746 +  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
1747 +  --with-pic              try to use only PIC/non-PIC objects @<:@default=use
1748 +                          both@:>@
1749 +  --with-tags@<:@=TAGS@:>@      include additional configurations @<:@automatic@:>@
1750 +
1751 +Some influential environment variables:
1752 +  CC          C compiler command
1753 +  CFLAGS      C compiler flags
1754 +  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1755 +              nonstandard directory <lib dir>
1756 +  LIBS        libraries to pass to the linker, e.g. -l<library>
1757 +  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1758 +              you have headers in a nonstandard directory <include dir>
1759 +  CCAS        assembler compiler command (defaults to CC)
1760 +  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1761 +  CPP         C preprocessor
1762 +  CXX         C++ compiler command
1763 +  CXXFLAGS    C++ compiler flags
1764 +  CXXCPP      C++ preprocessor
1765 +  F77         Fortran 77 compiler command
1766 +  FFLAGS      Fortran 77 compiler flags
1767 +
1768 +Use these variables to override the choices made by `configure' or to help
1769 +it to find libraries and programs with nonstandard names/locations.
1770 +
1771 +Report bugs to <http://gcc.gnu.org/bugs.html>.
1772 +_ACEOF
1773 +ac_status=$?
1774 +fi
1775 +
1776 +if test "$ac_init_help" = "recursive"; then
1777 +  # If there are subdirs, report their specific --help.
1778 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1779 +    test -d "$ac_dir" || continue
1780 +    ac_builddir=.
1781 +
1782 +case "$ac_dir" in
1783 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1784 +*)
1785 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1786 +  # A ".." for each directory in $ac_dir_suffix.
1787 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1788 +  case $ac_top_builddir_sub in
1789 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1790 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1791 +  esac ;;
1792 +esac
1793 +ac_abs_top_builddir=$ac_pwd
1794 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
1795 +# for backward compatibility:
1796 +ac_top_builddir=$ac_top_build_prefix
1797 +
1798 +case $srcdir in
1799 +  .)  # We are building in place.
1800 +    ac_srcdir=.
1801 +    ac_top_srcdir=$ac_top_builddir_sub
1802 +    ac_abs_top_srcdir=$ac_pwd ;;
1803 +  [\\/]* | ?:[\\/]* )  # Absolute name.
1804 +    ac_srcdir=$srcdir$ac_dir_suffix;
1805 +    ac_top_srcdir=$srcdir
1806 +    ac_abs_top_srcdir=$srcdir ;;
1807 +  *) # Relative name.
1808 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1809 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
1810 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1811 +esac
1812 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1813 +
1814 +    cd "$ac_dir" || { ac_status=$?; continue; }
1815 +    # Check for guested configure.
1816 +    if test -f "$ac_srcdir/configure.gnu"; then
1817 +      echo &&
1818 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1819 +    elif test -f "$ac_srcdir/configure"; then
1820 +      echo &&
1821 +      $SHELL "$ac_srcdir/configure" --help=recursive
1822 +    else
1823 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1824 +    fi || ac_status=$?
1825 +    cd "$ac_pwd" || { ac_status=$?; break; }
1826 +  done
1827 +fi
1828 +
1829 +test -n "$ac_init_help" && exit $ac_status
1830 +if $ac_init_version; then
1831 +  cat <<\_ACEOF
1832 +libffi configure 3.0.8
1833 +generated by GNU Autoconf 2.61
1834 +
1835 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1836 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1837 +This configure script is free software; the Free Software Foundation
1838 +gives unlimited permission to copy, distribute and modify it.
1839 +_ACEOF
1840 +  exit
1841 +fi
1842 +cat >config.log <<_ACEOF
1843 +This file contains any messages produced by compilers while
1844 +running configure, to aid debugging if configure makes a mistake.
1845 +
1846 +It was created by libffi $as_me 3.0.8, which was
1847 +generated by GNU Autoconf 2.61.  Invocation command line was
1848 +
1849 +  $ $0 $@
1850 +
1851 +_ACEOF
1852 +exec 5>>config.log
1853 +{
1854 +cat <<_ASUNAME
1855 +@%:@@%:@ --------- @%:@@%:@
1856 +@%:@@%:@ Platform. @%:@@%:@
1857 +@%:@@%:@ --------- @%:@@%:@
1858 +
1859 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1860 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
1861 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
1862 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
1863 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
1864 +
1865 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1866 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1867 +
1868 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1869 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1870 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1871 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1872 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1873 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1874 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1875 +
1876 +_ASUNAME
1877 +
1878 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1879 +for as_dir in $PATH
1880 +do
1881 +  IFS=$as_save_IFS
1882 +  test -z "$as_dir" && as_dir=.
1883 +  echo "PATH: $as_dir"
1884 +done
1885 +IFS=$as_save_IFS
1886 +
1887 +} >&5
1888 +
1889 +cat >&5 <<_ACEOF
1890 +
1891 +
1892 +@%:@@%:@ ----------- @%:@@%:@
1893 +@%:@@%:@ Core tests. @%:@@%:@
1894 +@%:@@%:@ ----------- @%:@@%:@
1895 +
1896 +_ACEOF
1897 +
1898 +
1899 +# Keep a trace of the command line.
1900 +# Strip out --no-create and --no-recursion so they do not pile up.
1901 +# Strip out --silent because we don't want to record it for future runs.
1902 +# Also quote any args containing shell meta-characters.
1903 +# Make two passes to allow for proper duplicate-argument suppression.
1904 +ac_configure_args=
1905 +ac_configure_args0=
1906 +ac_configure_args1=
1907 +ac_must_keep_next=false
1908 +for ac_pass in 1 2
1909 +do
1910 +  for ac_arg
1911 +  do
1912 +    case $ac_arg in
1913 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1914 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1915 +    | -silent | --silent | --silen | --sile | --sil)
1916 +      continue ;;
1917 +    *\'*)
1918 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1919 +    esac
1920 +    case $ac_pass in
1921 +    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1922 +    2)
1923 +      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1924 +      if test $ac_must_keep_next = true; then
1925 +       ac_must_keep_next=false # Got value, back to normal.
1926 +      else
1927 +       case $ac_arg in
1928 +         *=* | --config-cache | -C | -disable-* | --disable-* \
1929 +         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1930 +         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1931 +         | -with-* | --with-* | -without-* | --without-* | --x)
1932 +           case "$ac_configure_args0 " in
1933 +             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1934 +           esac
1935 +           ;;
1936 +         -* ) ac_must_keep_next=true ;;
1937 +       esac
1938 +      fi
1939 +      ac_configure_args="$ac_configure_args '$ac_arg'"
1940 +      ;;
1941 +    esac
1942 +  done
1943 +done
1944 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1945 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1946 +
1947 +# When interrupted or exit'd, cleanup temporary files, and complete
1948 +# config.log.  We remove comments because anyway the quotes in there
1949 +# would cause problems or look ugly.
1950 +# WARNING: Use '\'' to represent an apostrophe within the trap.
1951 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1952 +trap 'exit_status=$?
1953 +  # Save into config.log some information that might help in debugging.
1954 +  {
1955 +    echo
1956 +
1957 +    cat <<\_ASBOX
1958 +@%:@@%:@ ---------------- @%:@@%:@
1959 +@%:@@%:@ Cache variables. @%:@@%:@
1960 +@%:@@%:@ ---------------- @%:@@%:@
1961 +_ASBOX
1962 +    echo
1963 +    # The following way of writing the cache mishandles newlines in values,
1964 +(
1965 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1966 +    eval ac_val=\$$ac_var
1967 +    case $ac_val in #(
1968 +    *${as_nl}*)
1969 +      case $ac_var in #(
1970 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1971 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1972 +      esac
1973 +      case $ac_var in #(
1974 +      _ | IFS | as_nl) ;; #(
1975 +      *) $as_unset $ac_var ;;
1976 +      esac ;;
1977 +    esac
1978 +  done
1979 +  (set) 2>&1 |
1980 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1981 +    *${as_nl}ac_space=\ *)
1982 +      sed -n \
1983 +       "s/'\''/'\''\\\\'\'''\''/g;
1984 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1985 +      ;; #(
1986 +    *)
1987 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1988 +      ;;
1989 +    esac |
1990 +    sort
1991 +)
1992 +    echo
1993 +
1994 +    cat <<\_ASBOX
1995 +@%:@@%:@ ----------------- @%:@@%:@
1996 +@%:@@%:@ Output variables. @%:@@%:@
1997 +@%:@@%:@ ----------------- @%:@@%:@
1998 +_ASBOX
1999 +    echo
2000 +    for ac_var in $ac_subst_vars
2001 +    do
2002 +      eval ac_val=\$$ac_var
2003 +      case $ac_val in
2004 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2005 +      esac
2006 +      echo "$ac_var='\''$ac_val'\''"
2007 +    done | sort
2008 +    echo
2009 +
2010 +    if test -n "$ac_subst_files"; then
2011 +      cat <<\_ASBOX
2012 +@%:@@%:@ ------------------- @%:@@%:@
2013 +@%:@@%:@ File substitutions. @%:@@%:@
2014 +@%:@@%:@ ------------------- @%:@@%:@
2015 +_ASBOX
2016 +      echo
2017 +      for ac_var in $ac_subst_files
2018 +      do
2019 +       eval ac_val=\$$ac_var
2020 +       case $ac_val in
2021 +       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2022 +       esac
2023 +       echo "$ac_var='\''$ac_val'\''"
2024 +      done | sort
2025 +      echo
2026 +    fi
2027 +
2028 +    if test -s confdefs.h; then
2029 +      cat <<\_ASBOX
2030 +@%:@@%:@ ----------- @%:@@%:@
2031 +@%:@@%:@ confdefs.h. @%:@@%:@
2032 +@%:@@%:@ ----------- @%:@@%:@
2033 +_ASBOX
2034 +      echo
2035 +      cat confdefs.h
2036 +      echo
2037 +    fi
2038 +    test "$ac_signal" != 0 &&
2039 +      echo "$as_me: caught signal $ac_signal"
2040 +    echo "$as_me: exit $exit_status"
2041 +  } >&5
2042 +  rm -f core *.core core.conftest.* &&
2043 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2044 +    exit $exit_status
2045 +' 0
2046 +for ac_signal in 1 2 13 15; do
2047 +  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2048 +done
2049 +ac_signal=0
2050 +
2051 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
2052 +rm -f -r conftest* confdefs.h
2053 +
2054 +# Predefined preprocessor variables.
2055 +
2056 +cat >>confdefs.h <<_ACEOF
2057 +@%:@define PACKAGE_NAME "$PACKAGE_NAME"
2058 +_ACEOF
2059 +
2060 +
2061 +cat >>confdefs.h <<_ACEOF
2062 +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2063 +_ACEOF
2064 +
2065 +
2066 +cat >>confdefs.h <<_ACEOF
2067 +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
2068 +_ACEOF
2069 +
2070 +
2071 +cat >>confdefs.h <<_ACEOF
2072 +@%:@define PACKAGE_STRING "$PACKAGE_STRING"
2073 +_ACEOF
2074 +
2075 +
2076 +cat >>confdefs.h <<_ACEOF
2077 +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2078 +_ACEOF
2079 +
2080 +
2081 +# Let the site file select an alternate cache file if it wants to.
2082 +# Prefer explicitly selected file to automatically selected ones.
2083 +if test -n "$CONFIG_SITE"; then
2084 +  set x "$CONFIG_SITE"
2085 +elif test "x$prefix" != xNONE; then
2086 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
2087 +else
2088 +  set x "$ac_default_prefix/share/config.site" \
2089 +       "$ac_default_prefix/etc/config.site"
2090 +fi
2091 +shift
2092 +for ac_site_file
2093 +do
2094 +  if test -r "$ac_site_file"; then
2095 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2096 +echo "$as_me: loading site script $ac_site_file" >&6;}
2097 +    sed 's/^/| /' "$ac_site_file" >&5
2098 +    . "$ac_site_file"
2099 +  fi
2100 +done
2101 +
2102 +if test -r "$cache_file"; then
2103 +  # Some versions of bash will fail to source /dev/null (special
2104 +  # files actually), so we avoid doing that.
2105 +  if test -f "$cache_file"; then
2106 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2107 +echo "$as_me: loading cache $cache_file" >&6;}
2108 +    case $cache_file in
2109 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2110 +      *)                      . "./$cache_file";;
2111 +    esac
2112 +  fi
2113 +else
2114 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2115 +echo "$as_me: creating cache $cache_file" >&6;}
2116 +  >$cache_file
2117 +fi
2118 +
2119 +# Check that the precious variables saved in the cache have kept the same
2120 +# value.
2121 +ac_cache_corrupted=false
2122 +for ac_var in $ac_precious_vars; do
2123 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2124 +  eval ac_new_set=\$ac_env_${ac_var}_set
2125 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2126 +  eval ac_new_val=\$ac_env_${ac_var}_value
2127 +  case $ac_old_set,$ac_new_set in
2128 +    set,)
2129 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2130 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2131 +      ac_cache_corrupted=: ;;
2132 +    ,set)
2133 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2134 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2135 +      ac_cache_corrupted=: ;;
2136 +    ,);;
2137 +    *)
2138 +      if test "x$ac_old_val" != "x$ac_new_val"; then
2139 +       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2140 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2141 +       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2142 +echo "$as_me:   former value:  $ac_old_val" >&2;}
2143 +       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2144 +echo "$as_me:   current value: $ac_new_val" >&2;}
2145 +       ac_cache_corrupted=:
2146 +      fi;;
2147 +  esac
2148 +  # Pass precious variables to config.status.
2149 +  if test "$ac_new_set" = set; then
2150 +    case $ac_new_val in
2151 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2152 +    *) ac_arg=$ac_var=$ac_new_val ;;
2153 +    esac
2154 +    case " $ac_configure_args " in
2155 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2156 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2157 +    esac
2158 +  fi
2159 +done
2160 +if $ac_cache_corrupted; then
2161 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2162 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2163 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2164 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2165 +   { (exit 1); exit 1; }; }
2166 +fi
2167 +
2168 +
2169 +
2170 +
2171 +
2172 +
2173 +
2174 +
2175 +
2176 +
2177 +
2178 +
2179 +
2180 +
2181 +
2182 +
2183 +
2184 +
2185 +
2186 +
2187 +
2188 +
2189 +
2190 +
2191 +
2192 +ac_ext=c
2193 +ac_cpp='$CPP $CPPFLAGS'
2194 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2195 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2196 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
2197 +
2198 +
2199 +ac_config_headers="$ac_config_headers fficonfig.h"
2200 +
2201 +
2202 +ac_aux_dir=
2203 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2204 +  if test -f "$ac_dir/install-sh"; then
2205 +    ac_aux_dir=$ac_dir
2206 +    ac_install_sh="$ac_aux_dir/install-sh -c"
2207 +    break
2208 +  elif test -f "$ac_dir/install.sh"; then
2209 +    ac_aux_dir=$ac_dir
2210 +    ac_install_sh="$ac_aux_dir/install.sh -c"
2211 +    break
2212 +  elif test -f "$ac_dir/shtool"; then
2213 +    ac_aux_dir=$ac_dir
2214 +    ac_install_sh="$ac_aux_dir/shtool install -c"
2215 +    break
2216 +  fi
2217 +done
2218 +if test -z "$ac_aux_dir"; then
2219 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2220 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2221 +   { (exit 1); exit 1; }; }
2222 +fi
2223 +
2224 +# These three variables are undocumented and unsupported,
2225 +# and are intended to be withdrawn in a future Autoconf release.
2226 +# They can cause serious problems if a builder's source tree is in a directory
2227 +# whose full name contains unusual characters.
2228 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2229 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2230 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2231 +
2232 +
2233 +# Make sure we can run config.sub.
2234 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2235 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2236 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2237 +   { (exit 1); exit 1; }; }
2238 +
2239 +{ echo "$as_me:$LINENO: checking build system type" >&5
2240 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2241 +if test "${ac_cv_build+set}" = set; then
2242 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2243 +else
2244 +  ac_build_alias=$build_alias
2245 +test "x$ac_build_alias" = x &&
2246 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2247 +test "x$ac_build_alias" = x &&
2248 +  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2249 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2250 +   { (exit 1); exit 1; }; }
2251 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2252 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2253 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2254 +   { (exit 1); exit 1; }; }
2255 +
2256 +fi
2257 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2258 +echo "${ECHO_T}$ac_cv_build" >&6; }
2259 +case $ac_cv_build in
2260 +*-*-*) ;;
2261 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2262 +echo "$as_me: error: invalid value of canonical build" >&2;}
2263 +   { (exit 1); exit 1; }; };;
2264 +esac
2265 +build=$ac_cv_build
2266 +ac_save_IFS=$IFS; IFS='-'
2267 +set x $ac_cv_build
2268 +shift
2269 +build_cpu=$1
2270 +build_vendor=$2
2271 +shift; shift
2272 +# Remember, the first character of IFS is used to create $*,
2273 +# except with old shells:
2274 +build_os=$*
2275 +IFS=$ac_save_IFS
2276 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2277 +
2278 +
2279 +{ echo "$as_me:$LINENO: checking host system type" >&5
2280 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2281 +if test "${ac_cv_host+set}" = set; then
2282 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2283 +else
2284 +  if test "x$host_alias" = x; then
2285 +  ac_cv_host=$ac_cv_build
2286 +else
2287 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2288 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2289 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2290 +   { (exit 1); exit 1; }; }
2291 +fi
2292 +
2293 +fi
2294 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2295 +echo "${ECHO_T}$ac_cv_host" >&6; }
2296 +case $ac_cv_host in
2297 +*-*-*) ;;
2298 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2299 +echo "$as_me: error: invalid value of canonical host" >&2;}
2300 +   { (exit 1); exit 1; }; };;
2301 +esac
2302 +host=$ac_cv_host
2303 +ac_save_IFS=$IFS; IFS='-'
2304 +set x $ac_cv_host
2305 +shift
2306 +host_cpu=$1
2307 +host_vendor=$2
2308 +shift; shift
2309 +# Remember, the first character of IFS is used to create $*,
2310 +# except with old shells:
2311 +host_os=$*
2312 +IFS=$ac_save_IFS
2313 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2314 +
2315 +
2316 +{ echo "$as_me:$LINENO: checking target system type" >&5
2317 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2318 +if test "${ac_cv_target+set}" = set; then
2319 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2320 +else
2321 +  if test "x$target_alias" = x; then
2322 +  ac_cv_target=$ac_cv_host
2323 +else
2324 +  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2326 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2327 +   { (exit 1); exit 1; }; }
2328 +fi
2329 +
2330 +fi
2331 +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2332 +echo "${ECHO_T}$ac_cv_target" >&6; }
2333 +case $ac_cv_target in
2334 +*-*-*) ;;
2335 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2336 +echo "$as_me: error: invalid value of canonical target" >&2;}
2337 +   { (exit 1); exit 1; }; };;
2338 +esac
2339 +target=$ac_cv_target
2340 +ac_save_IFS=$IFS; IFS='-'
2341 +set x $ac_cv_target
2342 +shift
2343 +target_cpu=$1
2344 +target_vendor=$2
2345 +shift; shift
2346 +# Remember, the first character of IFS is used to create $*,
2347 +# except with old shells:
2348 +target_os=$*
2349 +IFS=$ac_save_IFS
2350 +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2351 +
2352 +
2353 +# The aliases save the names the user supplied, while $host etc.
2354 +# will get canonicalized.
2355 +test -n "$target_alias" &&
2356 +  test "$program_prefix$program_suffix$program_transform_name" = \
2357 +    NONENONEs,x,x, &&
2358 +  program_prefix=${target_alias}-
2359 +target_alias=${target_alias-$host_alias}
2360 +
2361 +. ${srcdir}/configure.host
2362 +
2363 +am__api_version='1.10'
2364 +
2365 +# Find a good install program.  We prefer a C program (faster),
2366 +# so one script is as good as another.  But avoid the broken or
2367 +# incompatible versions:
2368 +# SysV /etc/install, /usr/sbin/install
2369 +# SunOS /usr/etc/install
2370 +# IRIX /sbin/install
2371 +# AIX /bin/install
2372 +# AmigaOS /C/install, which installs bootblocks on floppy discs
2373 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2374 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2375 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2376 +# OS/2's system install, which has a completely different semantic
2377 +# ./install, which can be erroneously created by make from ./install.sh.
2378 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2379 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2380 +if test -z "$INSTALL"; then
2381 +if test "${ac_cv_path_install+set}" = set; then
2382 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2383 +else
2384 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2385 +for as_dir in $PATH
2386 +do
2387 +  IFS=$as_save_IFS
2388 +  test -z "$as_dir" && as_dir=.
2389 +  # Account for people who put trailing slashes in PATH elements.
2390 +case $as_dir/ in
2391 +  ./ | .// | /cC/* | \
2392 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2393 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2394 +  /usr/ucb/* ) ;;
2395 +  *)
2396 +    # OSF1 and SCO ODT 3.0 have their own names for install.
2397 +    # Don't use installbsd from OSF since it installs stuff as root
2398 +    # by default.
2399 +    for ac_prog in ginstall scoinst install; do
2400 +      for ac_exec_ext in '' $ac_executable_extensions; do
2401 +       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2402 +         if test $ac_prog = install &&
2403 +           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2404 +           # AIX install.  It has an incompatible calling convention.
2405 +           :
2406 +         elif test $ac_prog = install &&
2407 +           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2408 +           # program-specific install script used by HP pwplus--don't use.
2409 +           :
2410 +         else
2411 +           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2412 +           break 3
2413 +         fi
2414 +       fi
2415 +      done
2416 +    done
2417 +    ;;
2418 +esac
2419 +done
2420 +IFS=$as_save_IFS
2421 +
2422 +
2423 +fi
2424 +  if test "${ac_cv_path_install+set}" = set; then
2425 +    INSTALL=$ac_cv_path_install
2426 +  else
2427 +    # As a last resort, use the slow shell script.  Don't cache a
2428 +    # value for INSTALL within a source directory, because that will
2429 +    # break other packages using the cache if that directory is
2430 +    # removed, or if the value is a relative name.
2431 +    INSTALL=$ac_install_sh
2432 +  fi
2433 +fi
2434 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
2435 +echo "${ECHO_T}$INSTALL" >&6; }
2436 +
2437 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2438 +# It thinks the first close brace ends the variable substitution.
2439 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2440 +
2441 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2442 +
2443 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2444 +
2445 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2446 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2447 +# Just in case
2448 +sleep 1
2449 +echo timestamp > conftest.file
2450 +# Do `set' in a subshell so we don't clobber the current shell's
2451 +# arguments.  Must try -L first in case configure is actually a
2452 +# symlink; some systems play weird games with the mod time of symlinks
2453 +# (eg FreeBSD returns the mod time of the symlink's containing
2454 +# directory).
2455 +if (
2456 +   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2457 +   if test "$*" = "X"; then
2458 +      # -L didn't work.
2459 +      set X `ls -t $srcdir/configure conftest.file`
2460 +   fi
2461 +   rm -f conftest.file
2462 +   if test "$*" != "X $srcdir/configure conftest.file" \
2463 +      && test "$*" != "X conftest.file $srcdir/configure"; then
2464 +
2465 +      # If neither matched, then we have a broken ls.  This can happen
2466 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
2467 +      # broken ls alias from the environment.  This has actually
2468 +      # happened.  Such a system could not be considered "sane".
2469 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2470 +alias in your environment" >&5
2471 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2472 +alias in your environment" >&2;}
2473 +   { (exit 1); exit 1; }; }
2474 +   fi
2475 +
2476 +   test "$2" = conftest.file
2477 +   )
2478 +then
2479 +   # Ok.
2480 +   :
2481 +else
2482 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2483 +Check your system clock" >&5
2484 +echo "$as_me: error: newly created file is older than distributed files!
2485 +Check your system clock" >&2;}
2486 +   { (exit 1); exit 1; }; }
2487 +fi
2488 +{ echo "$as_me:$LINENO: result: yes" >&5
2489 +echo "${ECHO_T}yes" >&6; }
2490 +test "$program_prefix" != NONE &&
2491 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2492 +# Use a double $ so make ignores it.
2493 +test "$program_suffix" != NONE &&
2494 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2495 +# Double any \ or $.  echo might interpret backslashes.
2496 +# By default was `s,x,x', remove it if useless.
2497 +cat <<\_ACEOF >conftest.sed
2498 +s/[\\$]/&&/g;s/;s,x,x,$//
2499 +_ACEOF
2500 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2501 +rm -f conftest.sed
2502 +
2503 +# expand $ac_aux_dir to an absolute path
2504 +am_aux_dir=`cd $ac_aux_dir && pwd`
2505 +
2506 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2507 +# Use eval to expand $SHELL
2508 +if eval "$MISSING --run true"; then
2509 +  am_missing_run="$MISSING --run "
2510 +else
2511 +  am_missing_run=
2512 +  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2513 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2514 +fi
2515 +
2516 +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2517 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2518 +if test -z "$MKDIR_P"; then
2519 +  if test "${ac_cv_path_mkdir+set}" = set; then
2520 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2521 +else
2522 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2523 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2524 +do
2525 +  IFS=$as_save_IFS
2526 +  test -z "$as_dir" && as_dir=.
2527 +  for ac_prog in mkdir gmkdir; do
2528 +        for ac_exec_ext in '' $ac_executable_extensions; do
2529 +          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2530 +          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2531 +            'mkdir (GNU coreutils) '* | \
2532 +            'mkdir (coreutils) '* | \
2533 +            'mkdir (fileutils) '4.1*)
2534 +              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2535 +              break 3;;
2536 +          esac
2537 +        done
2538 +       done
2539 +done
2540 +IFS=$as_save_IFS
2541 +
2542 +fi
2543 +
2544 +  if test "${ac_cv_path_mkdir+set}" = set; then
2545 +    MKDIR_P="$ac_cv_path_mkdir -p"
2546 +  else
2547 +    # As a last resort, use the slow shell script.  Don't cache a
2548 +    # value for MKDIR_P within a source directory, because that will
2549 +    # break other packages using the cache if that directory is
2550 +    # removed, or if the value is a relative name.
2551 +    test -d ./--version && rmdir ./--version
2552 +    MKDIR_P="$ac_install_sh -d"
2553 +  fi
2554 +fi
2555 +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2556 +echo "${ECHO_T}$MKDIR_P" >&6; }
2557 +
2558 +mkdir_p="$MKDIR_P"
2559 +case $mkdir_p in
2560 +  [\\/$]* | ?:[\\/]*) ;;
2561 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2562 +esac
2563 +
2564 +for ac_prog in gawk mawk nawk awk
2565 +do
2566 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
2567 +set dummy $ac_prog; ac_word=$2
2568 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2569 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2570 +if test "${ac_cv_prog_AWK+set}" = set; then
2571 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2572 +else
2573 +  if test -n "$AWK"; then
2574 +  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2575 +else
2576 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2577 +for as_dir in $PATH
2578 +do
2579 +  IFS=$as_save_IFS
2580 +  test -z "$as_dir" && as_dir=.
2581 +  for ac_exec_ext in '' $ac_executable_extensions; do
2582 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2583 +    ac_cv_prog_AWK="$ac_prog"
2584 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2585 +    break 2
2586 +  fi
2587 +done
2588 +done
2589 +IFS=$as_save_IFS
2590 +
2591 +fi
2592 +fi
2593 +AWK=$ac_cv_prog_AWK
2594 +if test -n "$AWK"; then
2595 +  { echo "$as_me:$LINENO: result: $AWK" >&5
2596 +echo "${ECHO_T}$AWK" >&6; }
2597 +else
2598 +  { echo "$as_me:$LINENO: result: no" >&5
2599 +echo "${ECHO_T}no" >&6; }
2600 +fi
2601 +
2602 +
2603 +  test -n "$AWK" && break
2604 +done
2605 +
2606 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2607 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2608 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2609 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2610 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2611 +else
2612 +  cat >conftest.make <<\_ACEOF
2613 +SHELL = /bin/sh
2614 +all:
2615 +       @echo '@@@%%%=$(MAKE)=@@@%%%'
2616 +_ACEOF
2617 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2618 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
2619 +  *@@@%%%=?*=@@@%%%*)
2620 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
2621 +  *)
2622 +    eval ac_cv_prog_make_${ac_make}_set=no;;
2623 +esac
2624 +rm -f conftest.make
2625 +fi
2626 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2627 +  { echo "$as_me:$LINENO: result: yes" >&5
2628 +echo "${ECHO_T}yes" >&6; }
2629 +  SET_MAKE=
2630 +else
2631 +  { echo "$as_me:$LINENO: result: no" >&5
2632 +echo "${ECHO_T}no" >&6; }
2633 +  SET_MAKE="MAKE=${MAKE-make}"
2634 +fi
2635 +
2636 +rm -rf .tst 2>/dev/null
2637 +mkdir .tst 2>/dev/null
2638 +if test -d .tst; then
2639 +  am__leading_dot=.
2640 +else
2641 +  am__leading_dot=_
2642 +fi
2643 +rmdir .tst 2>/dev/null
2644 +
2645 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
2646 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2647 +  # is not polluted with repeated "-I."
2648 +  am__isrc=' -I$(srcdir)'
2649 +  # test to see if srcdir already configured
2650 +  if test -f $srcdir/config.status; then
2651 +    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2652 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2653 +   { (exit 1); exit 1; }; }
2654 +  fi
2655 +fi
2656 +
2657 +# test whether we have cygpath
2658 +if test -z "$CYGPATH_W"; then
2659 +  if (cygpath --version) >/dev/null 2>/dev/null; then
2660 +    CYGPATH_W='cygpath -w'
2661 +  else
2662 +    CYGPATH_W=echo
2663 +  fi
2664 +fi
2665 +
2666 +
2667 +# Define the identity of the package.
2668 + PACKAGE='libffi'
2669 + VERSION='3.0.8'
2670 +
2671 +
2672 +cat >>confdefs.h <<_ACEOF
2673 +@%:@define PACKAGE "$PACKAGE"
2674 +_ACEOF
2675 +
2676
2677 +cat >>confdefs.h <<_ACEOF
2678 +@%:@define VERSION "$VERSION"
2679 +_ACEOF
2680 +
2681 +# Some tools Automake needs.
2682 +
2683 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2684 +
2685 +
2686 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2687 +
2688 +
2689 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2690 +
2691 +
2692 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2693 +
2694 +
2695 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2696 +
2697 +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2698 +
2699 +# Installed binaries are usually stripped using `strip' when the user
2700 +# run `make install-strip'.  However `strip' might not be the right
2701 +# tool to use in cross-compilation environments, therefore Automake
2702 +# will honor the `STRIP' environment variable to overrule this program.
2703 +if test "$cross_compiling" != no; then
2704 +  if test -n "$ac_tool_prefix"; then
2705 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2706 +set dummy ${ac_tool_prefix}strip; ac_word=$2
2707 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2708 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2709 +if test "${ac_cv_prog_STRIP+set}" = set; then
2710 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2711 +else
2712 +  if test -n "$STRIP"; then
2713 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2714 +else
2715 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2716 +for as_dir in $PATH
2717 +do
2718 +  IFS=$as_save_IFS
2719 +  test -z "$as_dir" && as_dir=.
2720 +  for ac_exec_ext in '' $ac_executable_extensions; do
2721 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2722 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2723 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2724 +    break 2
2725 +  fi
2726 +done
2727 +done
2728 +IFS=$as_save_IFS
2729 +
2730 +fi
2731 +fi
2732 +STRIP=$ac_cv_prog_STRIP
2733 +if test -n "$STRIP"; then
2734 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
2735 +echo "${ECHO_T}$STRIP" >&6; }
2736 +else
2737 +  { echo "$as_me:$LINENO: result: no" >&5
2738 +echo "${ECHO_T}no" >&6; }
2739 +fi
2740 +
2741 +
2742 +fi
2743 +if test -z "$ac_cv_prog_STRIP"; then
2744 +  ac_ct_STRIP=$STRIP
2745 +  # Extract the first word of "strip", so it can be a program name with args.
2746 +set dummy strip; ac_word=$2
2747 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2748 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2749 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2750 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2751 +else
2752 +  if test -n "$ac_ct_STRIP"; then
2753 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2754 +else
2755 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756 +for as_dir in $PATH
2757 +do
2758 +  IFS=$as_save_IFS
2759 +  test -z "$as_dir" && as_dir=.
2760 +  for ac_exec_ext in '' $ac_executable_extensions; do
2761 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2762 +    ac_cv_prog_ac_ct_STRIP="strip"
2763 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2764 +    break 2
2765 +  fi
2766 +done
2767 +done
2768 +IFS=$as_save_IFS
2769 +
2770 +fi
2771 +fi
2772 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2773 +if test -n "$ac_ct_STRIP"; then
2774 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2775 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2776 +else
2777 +  { echo "$as_me:$LINENO: result: no" >&5
2778 +echo "${ECHO_T}no" >&6; }
2779 +fi
2780 +
2781 +  if test "x$ac_ct_STRIP" = x; then
2782 +    STRIP=":"
2783 +  else
2784 +    case $cross_compiling:$ac_tool_warned in
2785 +yes:)
2786 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2787 +whose name does not start with the host triplet.  If you think this
2788 +configuration is useful to you, please write to autoconf@gnu.org." >&5
2789 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2790 +whose name does not start with the host triplet.  If you think this
2791 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2792 +ac_tool_warned=yes ;;
2793 +esac
2794 +    STRIP=$ac_ct_STRIP
2795 +  fi
2796 +else
2797 +  STRIP="$ac_cv_prog_STRIP"
2798 +fi
2799 +
2800 +fi
2801 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2802 +
2803 +# We need awk for the "check" target.  The system "awk" is bad on
2804 +# some platforms.
2805 +# Always define AMTAR for backward compatibility.
2806 +
2807 +AMTAR=${AMTAR-"${am_missing_run}tar"}
2808 +
2809 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2810 +
2811 +
2812 +
2813 +
2814 +
2815 +
2816 +# The same as in boehm-gc and libstdc++. Have to borrow it from there.
2817 +# We must force CC to /not/ be precious variables; otherwise
2818 +# the wrong, non-multilib-adjusted value will be used in multilibs.
2819 +# As a side effect, we have to subst CFLAGS ourselves.
2820 +
2821 +
2822 +
2823 +ac_ext=c
2824 +ac_cpp='$CPP $CPPFLAGS'
2825 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2826 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2827 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
2828 +if test -n "$ac_tool_prefix"; then
2829 +  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2830 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
2831 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2832 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2833 +if test "${ac_cv_prog_CC+set}" = set; then
2834 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2835 +else
2836 +  if test -n "$CC"; then
2837 +  ac_cv_prog_CC="$CC" # Let the user override the test.
2838 +else
2839 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2840 +for as_dir in $PATH
2841 +do
2842 +  IFS=$as_save_IFS
2843 +  test -z "$as_dir" && as_dir=.
2844 +  for ac_exec_ext in '' $ac_executable_extensions; do
2845 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 +    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2847 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2848 +    break 2
2849 +  fi
2850 +done
2851 +done
2852 +IFS=$as_save_IFS
2853 +
2854 +fi
2855 +fi
2856 +CC=$ac_cv_prog_CC
2857 +if test -n "$CC"; then
2858 +  { echo "$as_me:$LINENO: result: $CC" >&5
2859 +echo "${ECHO_T}$CC" >&6; }
2860 +else
2861 +  { echo "$as_me:$LINENO: result: no" >&5
2862 +echo "${ECHO_T}no" >&6; }
2863 +fi
2864 +
2865 +
2866 +fi
2867 +if test -z "$ac_cv_prog_CC"; then
2868 +  ac_ct_CC=$CC
2869 +  # Extract the first word of "gcc", so it can be a program name with args.
2870 +set dummy gcc; ac_word=$2
2871 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2872 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2873 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2874 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2875 +else
2876 +  if test -n "$ac_ct_CC"; then
2877 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2878 +else
2879 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2880 +for as_dir in $PATH
2881 +do
2882 +  IFS=$as_save_IFS
2883 +  test -z "$as_dir" && as_dir=.
2884 +  for ac_exec_ext in '' $ac_executable_extensions; do
2885 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2886 +    ac_cv_prog_ac_ct_CC="gcc"
2887 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2888 +    break 2
2889 +  fi
2890 +done
2891 +done
2892 +IFS=$as_save_IFS
2893 +
2894 +fi
2895 +fi
2896 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
2897 +if test -n "$ac_ct_CC"; then
2898 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2899 +echo "${ECHO_T}$ac_ct_CC" >&6; }
2900 +else
2901 +  { echo "$as_me:$LINENO: result: no" >&5
2902 +echo "${ECHO_T}no" >&6; }
2903 +fi
2904 +
2905 +  if test "x$ac_ct_CC" = x; then
2906 +    CC=""
2907 +  else
2908 +    case $cross_compiling:$ac_tool_warned in
2909 +yes:)
2910 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2911 +whose name does not start with the host triplet.  If you think this
2912 +configuration is useful to you, please write to autoconf@gnu.org." >&5
2913 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2914 +whose name does not start with the host triplet.  If you think this
2915 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2916 +ac_tool_warned=yes ;;
2917 +esac
2918 +    CC=$ac_ct_CC
2919 +  fi
2920 +else
2921 +  CC="$ac_cv_prog_CC"
2922 +fi
2923 +
2924 +if test -z "$CC"; then
2925 +          if test -n "$ac_tool_prefix"; then
2926 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2927 +set dummy ${ac_tool_prefix}cc; ac_word=$2
2928 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2929 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2930 +if test "${ac_cv_prog_CC+set}" = set; then
2931 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2932 +else
2933 +  if test -n "$CC"; then
2934 +  ac_cv_prog_CC="$CC" # Let the user override the test.
2935 +else
2936 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2937 +for as_dir in $PATH
2938 +do
2939 +  IFS=$as_save_IFS
2940 +  test -z "$as_dir" && as_dir=.
2941 +  for ac_exec_ext in '' $ac_executable_extensions; do
2942 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2943 +    ac_cv_prog_CC="${ac_tool_prefix}cc"
2944 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2945 +    break 2
2946 +  fi
2947 +done
2948 +done
2949 +IFS=$as_save_IFS
2950 +
2951 +fi
2952 +fi
2953 +CC=$ac_cv_prog_CC
2954 +if test -n "$CC"; then
2955 +  { echo "$as_me:$LINENO: result: $CC" >&5
2956 +echo "${ECHO_T}$CC" >&6; }
2957 +else
2958 +  { echo "$as_me:$LINENO: result: no" >&5
2959 +echo "${ECHO_T}no" >&6; }
2960 +fi
2961 +
2962 +
2963 +  fi
2964 +fi
2965 +if test -z "$CC"; then
2966 +  # Extract the first word of "cc", so it can be a program name with args.
2967 +set dummy cc; ac_word=$2
2968 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2969 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2970 +if test "${ac_cv_prog_CC+set}" = set; then
2971 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2972 +else
2973 +  if test -n "$CC"; then
2974 +  ac_cv_prog_CC="$CC" # Let the user override the test.
2975 +else
2976 +  ac_prog_rejected=no
2977 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 +for as_dir in $PATH
2979 +do
2980 +  IFS=$as_save_IFS
2981 +  test -z "$as_dir" && as_dir=.
2982 +  for ac_exec_ext in '' $ac_executable_extensions; do
2983 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2985 +       ac_prog_rejected=yes
2986 +       continue
2987 +     fi
2988 +    ac_cv_prog_CC="cc"
2989 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2990 +    break 2
2991 +  fi
2992 +done
2993 +done
2994 +IFS=$as_save_IFS
2995 +
2996 +if test $ac_prog_rejected = yes; then
2997 +  # We found a bogon in the path, so make sure we never use it.
2998 +  set dummy $ac_cv_prog_CC
2999 +  shift
3000 +  if test $@%:@ != 0; then
3001 +    # We chose a different compiler from the bogus one.
3002 +    # However, it has the same basename, so the bogon will be chosen
3003 +    # first if we set CC to just the basename; use the full file name.
3004 +    shift
3005 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3006 +  fi
3007 +fi
3008 +fi
3009 +fi
3010 +CC=$ac_cv_prog_CC
3011 +if test -n "$CC"; then
3012 +  { echo "$as_me:$LINENO: result: $CC" >&5
3013 +echo "${ECHO_T}$CC" >&6; }
3014 +else
3015 +  { echo "$as_me:$LINENO: result: no" >&5
3016 +echo "${ECHO_T}no" >&6; }
3017 +fi
3018 +
3019 +
3020 +fi
3021 +if test -z "$CC"; then
3022 +  if test -n "$ac_tool_prefix"; then
3023 +  for ac_prog in cl.exe
3024 +  do
3025 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3026 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3027 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3028 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3029 +if test "${ac_cv_prog_CC+set}" = set; then
3030 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3031 +else
3032 +  if test -n "$CC"; then
3033 +  ac_cv_prog_CC="$CC" # Let the user override the test.
3034 +else
3035 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036 +for as_dir in $PATH
3037 +do
3038 +  IFS=$as_save_IFS
3039 +  test -z "$as_dir" && as_dir=.
3040 +  for ac_exec_ext in '' $ac_executable_extensions; do
3041 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3042 +    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3043 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3044 +    break 2
3045 +  fi
3046 +done
3047 +done
3048 +IFS=$as_save_IFS
3049 +
3050 +fi
3051 +fi
3052 +CC=$ac_cv_prog_CC
3053 +if test -n "$CC"; then
3054 +  { echo "$as_me:$LINENO: result: $CC" >&5
3055 +echo "${ECHO_T}$CC" >&6; }
3056 +else
3057 +  { echo "$as_me:$LINENO: result: no" >&5
3058 +echo "${ECHO_T}no" >&6; }
3059 +fi
3060 +
3061 +
3062 +    test -n "$CC" && break
3063 +  done
3064 +fi
3065 +if test -z "$CC"; then
3066 +  ac_ct_CC=$CC
3067 +  for ac_prog in cl.exe
3068 +do
3069 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
3070 +set dummy $ac_prog; ac_word=$2
3071 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
3072 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3073 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3074 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3075 +else
3076 +  if test -n "$ac_ct_CC"; then
3077 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3078 +else
3079 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3080 +for as_dir in $PATH
3081 +do
3082 +  IFS=$as_save_IFS
3083 +  test -z "$as_dir" && as_dir=.
3084 +  for ac_exec_ext in '' $ac_executable_extensions; do
3085 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3086 +    ac_cv_prog_ac_ct_CC="$ac_prog"
3087 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3088 +    break 2
3089 +  fi
3090 +done
3091 +done
3092 +IFS=$as_save_IFS
3093 +
3094 +fi
3095 +fi
3096 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
3097 +if test -n "$ac_ct_CC"; then
3098 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3099 +echo "${ECHO_T}$ac_ct_CC" >&6; }
3100 +else
3101 +  { echo "$as_me:$LINENO: result: no" >&5
3102 +echo "${ECHO_T}no" >&6; }
3103 +fi
3104 +
3105 +
3106 +  test -n "$ac_ct_CC" && break
3107 +done
3108 +
3109 +  if test "x$ac_ct_CC" = x; then
3110 +    CC=""
3111 +  else
3112 +    case $cross_compiling:$ac_tool_warned in
3113 +yes:)
3114 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3115 +whose name does not start with the host triplet.  If you think this
3116 +configuration is useful to you, please write to autoconf@gnu.org." >&5
3117 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3118 +whose name does not start with the host triplet.  If you think this
3119 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3120 +ac_tool_warned=yes ;;
3121 +esac
3122 +    CC=$ac_ct_CC
3123 +  fi
3124 +fi
3125 +
3126 +fi
3127 +
3128 +
3129 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3130 +See \`config.log' for more details." >&5
3131 +echo "$as_me: error: no acceptable C compiler found in \$PATH
3132 +See \`config.log' for more details." >&2;}
3133 +   { (exit 1); exit 1; }; }
3134 +
3135 +# Provide some information about the compiler.
3136 +echo "$as_me:$LINENO: checking for C compiler version" >&5
3137 +ac_compiler=`set X $ac_compile; echo $2`
3138 +{ (ac_try="$ac_compiler --version >&5"
3139 +case "(($ac_try" in
3140 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3141 +  *) ac_try_echo=$ac_try;;
3142 +esac
3143 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3144 +  (eval "$ac_compiler --version >&5") 2>&5
3145 +  ac_status=$?
3146 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147 +  (exit $ac_status); }
3148 +{ (ac_try="$ac_compiler -v >&5"
3149 +case "(($ac_try" in
3150 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3151 +  *) ac_try_echo=$ac_try;;
3152 +esac
3153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3154 +  (eval "$ac_compiler -v >&5") 2>&5
3155 +  ac_status=$?
3156 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157 +  (exit $ac_status); }
3158 +{ (ac_try="$ac_compiler -V >&5"
3159 +case "(($ac_try" in
3160 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3161 +  *) ac_try_echo=$ac_try;;
3162 +esac
3163 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3164 +  (eval "$ac_compiler -V >&5") 2>&5
3165 +  ac_status=$?
3166 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 +  (exit $ac_status); }
3168 +
3169 +cat >conftest.$ac_ext <<_ACEOF
3170 +/* confdefs.h.  */
3171 +_ACEOF
3172 +cat confdefs.h >>conftest.$ac_ext
3173 +cat >>conftest.$ac_ext <<_ACEOF
3174 +/* end confdefs.h.  */
3175 +
3176 +int
3177 +main ()
3178 +{
3179 +
3180 +  ;
3181 +  return 0;
3182 +}
3183 +_ACEOF
3184 +ac_clean_files_save=$ac_clean_files
3185 +ac_clean_files="$ac_clean_files a.out a.exe b.out"
3186 +# Try to create an executable without -o first, disregard a.out.
3187 +# It will help us diagnose broken compilers, and finding out an intuition
3188 +# of exeext.
3189 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3190 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
3191 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3192 +#
3193 +# List of possible output files, starting from the most likely.
3194 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
3195 +# only as a last resort.  b.out is created by i960 compilers.
3196 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3197 +#
3198 +# The IRIX 6 linker writes into existing files which may not be
3199 +# executable, retaining their permissions.  Remove them first so a
3200 +# subsequent execution test works.
3201 +ac_rmfiles=
3202 +for ac_file in $ac_files
3203 +do
3204 +  case $ac_file in
3205 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3206 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3207 +  esac
3208 +done
3209 +rm -f $ac_rmfiles
3210 +
3211 +if { (ac_try="$ac_link_default"
3212 +case "(($ac_try" in
3213 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3214 +  *) ac_try_echo=$ac_try;;
3215 +esac
3216 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3217 +  (eval "$ac_link_default") 2>&5
3218 +  ac_status=$?
3219 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3220 +  (exit $ac_status); }; then
3221 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3222 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3223 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3224 +# so that the user can short-circuit this test for compilers unknown to
3225 +# Autoconf.
3226 +for ac_file in $ac_files ''
3227 +do
3228 +  test -f "$ac_file" || continue
3229 +  case $ac_file in
3230 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3231 +       ;;
3232 +    [ab].out )
3233 +       # We found the default executable, but exeext='' is most
3234 +       # certainly right.
3235 +       break;;
3236 +    *.* )
3237 +        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3238 +       then :; else
3239 +          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3240 +       fi
3241 +       # We set ac_cv_exeext here because the later test for it is not
3242 +       # safe: cross compilers may not add the suffix if given an `-o'
3243 +       # argument, so we may need to know it at that point already.
3244 +       # Even if this section looks crufty: it has the advantage of
3245 +       # actually working.
3246 +       break;;
3247 +    * )
3248 +       break;;
3249 +  esac
3250 +done
3251 +test "$ac_cv_exeext" = no && ac_cv_exeext=
3252 +
3253 +else
3254 +  ac_file=''
3255 +fi
3256 +
3257 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
3258 +echo "${ECHO_T}$ac_file" >&6; }
3259 +if test -z "$ac_file"; then
3260 +  echo "$as_me: failed program was:" >&5
3261 +sed 's/^/| /' conftest.$ac_ext >&5
3262 +
3263 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
3264 +See \`config.log' for more details." >&5
3265 +echo "$as_me: error: C compiler cannot create executables
3266 +See \`config.log' for more details." >&2;}
3267 +   { (exit 77); exit 77; }; }
3268 +fi
3269 +
3270 +ac_exeext=$ac_cv_exeext
3271 +
3272 +# Check that the compiler produces executables we can run.  If not, either
3273 +# the compiler is broken, or we cross compile.
3274 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3275 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3276 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3277 +# If not cross compiling, check that we can run a simple program.
3278 +if test "$cross_compiling" != yes; then
3279 +  if { ac_try='./$ac_file'
3280 +  { (case "(($ac_try" in
3281 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3282 +  *) ac_try_echo=$ac_try;;
3283 +esac
3284 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3285 +  (eval "$ac_try") 2>&5
3286 +  ac_status=$?
3287 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 +  (exit $ac_status); }; }; then
3289 +    cross_compiling=no
3290 +  else
3291 +    if test "$cross_compiling" = maybe; then
3292 +       cross_compiling=yes
3293 +    else
3294 +       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3295 +If you meant to cross compile, use \`--host'.
3296 +See \`config.log' for more details." >&5
3297 +echo "$as_me: error: cannot run C compiled programs.
3298 +If you meant to cross compile, use \`--host'.
3299 +See \`config.log' for more details." >&2;}
3300 +   { (exit 1); exit 1; }; }
3301 +    fi
3302 +  fi
3303 +fi
3304 +{ echo "$as_me:$LINENO: result: yes" >&5
3305 +echo "${ECHO_T}yes" >&6; }
3306 +
3307 +rm -f a.out a.exe conftest$ac_cv_exeext b.out
3308 +ac_clean_files=$ac_clean_files_save
3309 +# Check that the compiler produces executables we can run.  If not, either
3310 +# the compiler is broken, or we cross compile.
3311 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3312 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3313 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
3314 +echo "${ECHO_T}$cross_compiling" >&6; }
3315 +
3316 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
3317 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3318 +if { (ac_try="$ac_link"
3319 +case "(($ac_try" in
3320 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 +  *) ac_try_echo=$ac_try;;
3322 +esac
3323 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3324 +  (eval "$ac_link") 2>&5
3325 +  ac_status=$?
3326 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 +  (exit $ac_status); }; then
3328 +  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3329 +# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3330 +# work properly (i.e., refer to `conftest.exe'), while it won't with
3331 +# `rm'.
3332 +for ac_file in conftest.exe conftest conftest.*; do
3333 +  test -f "$ac_file" || continue
3334 +  case $ac_file in
3335 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3336 +    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3337 +         break;;
3338 +    * ) break;;
3339 +  esac
3340 +done
3341 +else
3342 +  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3343 +See \`config.log' for more details." >&5
3344 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3345 +See \`config.log' for more details." >&2;}
3346 +   { (exit 1); exit 1; }; }
3347 +fi
3348 +
3349 +rm -f conftest$ac_cv_exeext
3350 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3351 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
3352 +
3353 +rm -f conftest.$ac_ext
3354 +EXEEXT=$ac_cv_exeext
3355 +ac_exeext=$EXEEXT
3356 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
3357 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3358 +if test "${ac_cv_objext+set}" = set; then
3359 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3360 +else
3361 +  cat >conftest.$ac_ext <<_ACEOF
3362 +/* confdefs.h.  */
3363 +_ACEOF
3364 +cat confdefs.h >>conftest.$ac_ext
3365 +cat >>conftest.$ac_ext <<_ACEOF
3366 +/* end confdefs.h.  */
3367 +
3368 +int
3369 +main ()
3370 +{
3371 +
3372 +  ;
3373 +  return 0;
3374 +}
3375 +_ACEOF
3376 +rm -f conftest.o conftest.obj
3377 +if { (ac_try="$ac_compile"
3378 +case "(($ac_try" in
3379 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 +  *) ac_try_echo=$ac_try;;
3381 +esac
3382 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3383 +  (eval "$ac_compile") 2>&5
3384 +  ac_status=$?
3385 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3386 +  (exit $ac_status); }; then
3387 +  for ac_file in conftest.o conftest.obj conftest.*; do
3388 +  test -f "$ac_file" || continue;
3389 +  case $ac_file in
3390 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3391 +    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3392 +       break;;
3393 +  esac
3394 +done
3395 +else
3396 +  echo "$as_me: failed program was:" >&5
3397 +sed 's/^/| /' conftest.$ac_ext >&5
3398 +
3399 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3400 +See \`config.log' for more details." >&5
3401 +echo "$as_me: error: cannot compute suffix of object files: cannot compile
3402 +See \`config.log' for more details." >&2;}
3403 +   { (exit 1); exit 1; }; }
3404 +fi
3405 +
3406 +rm -f conftest.$ac_cv_objext conftest.$ac_ext
3407 +fi
3408 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3409 +echo "${ECHO_T}$ac_cv_objext" >&6; }
3410 +OBJEXT=$ac_cv_objext
3411 +ac_objext=$OBJEXT
3412 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3413 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3414 +if test "${ac_cv_c_compiler_gnu+set}" = set; then
3415 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3416 +else
3417 +  cat >conftest.$ac_ext <<_ACEOF
3418 +/* confdefs.h.  */
3419 +_ACEOF
3420 +cat confdefs.h >>conftest.$ac_ext
3421 +cat >>conftest.$ac_ext <<_ACEOF
3422 +/* end confdefs.h.  */
3423 +
3424 +int
3425 +main ()
3426 +{
3427 +#ifndef __GNUC__
3428 +       choke me
3429 +#endif
3430 +
3431 +  ;
3432 +  return 0;
3433 +}
3434 +_ACEOF
3435 +rm -f conftest.$ac_objext
3436 +if { (ac_try="$ac_compile"
3437 +case "(($ac_try" in
3438 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3439 +  *) ac_try_echo=$ac_try;;
3440 +esac
3441 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3442 +  (eval "$ac_compile") 2>conftest.er1
3443 +  ac_status=$?
3444 +  grep -v '^ *+' conftest.er1 >conftest.err
3445 +  rm -f conftest.er1
3446 +  cat conftest.err >&5
3447 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 +  (exit $ac_status); } && {
3449 +        test -z "$ac_c_werror_flag" ||
3450 +        test ! -s conftest.err
3451 +       } && test -s conftest.$ac_objext; then
3452 +  ac_compiler_gnu=yes
3453 +else
3454 +  echo "$as_me: failed program was:" >&5
3455 +sed 's/^/| /' conftest.$ac_ext >&5
3456 +
3457 +       ac_compiler_gnu=no
3458 +fi
3459 +
3460 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3461 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
3462 +
3463 +fi
3464 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3465 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3466 +GCC=`test $ac_compiler_gnu = yes && echo yes`
3467 +ac_test_CFLAGS=${CFLAGS+set}
3468 +ac_save_CFLAGS=$CFLAGS
3469 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3470 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3471 +if test "${ac_cv_prog_cc_g+set}" = set; then
3472 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3473 +else
3474 +  ac_save_c_werror_flag=$ac_c_werror_flag
3475 +   ac_c_werror_flag=yes
3476 +   ac_cv_prog_cc_g=no
3477 +   CFLAGS="-g"
3478 +   cat >conftest.$ac_ext <<_ACEOF
3479 +/* confdefs.h.  */
3480 +_ACEOF
3481 +cat confdefs.h >>conftest.$ac_ext
3482 +cat >>conftest.$ac_ext <<_ACEOF
3483 +/* end confdefs.h.  */
3484 +
3485 +int
3486 +main ()
3487 +{
3488 +
3489 +  ;
3490 +  return 0;
3491 +}
3492 +_ACEOF
3493 +rm -f conftest.$ac_objext
3494 +if { (ac_try="$ac_compile"
3495 +case "(($ac_try" in
3496 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 +  *) ac_try_echo=$ac_try;;
3498 +esac
3499 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3500 +  (eval "$ac_compile") 2>conftest.er1
3501 +  ac_status=$?
3502 +  grep -v '^ *+' conftest.er1 >conftest.err
3503 +  rm -f conftest.er1
3504 +  cat conftest.err >&5
3505 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 +  (exit $ac_status); } && {
3507 +        test -z "$ac_c_werror_flag" ||
3508 +        test ! -s conftest.err
3509 +       } && test -s conftest.$ac_objext; then
3510 +  ac_cv_prog_cc_g=yes
3511 +else
3512 +  echo "$as_me: failed program was:" >&5
3513 +sed 's/^/| /' conftest.$ac_ext >&5
3514 +
3515 +       CFLAGS=""
3516 +      cat >conftest.$ac_ext <<_ACEOF
3517 +/* confdefs.h.  */
3518 +_ACEOF
3519 +cat confdefs.h >>conftest.$ac_ext
3520 +cat >>conftest.$ac_ext <<_ACEOF
3521 +/* end confdefs.h.  */
3522 +
3523 +int
3524 +main ()
3525 +{
3526 +
3527 +  ;
3528 +  return 0;
3529 +}
3530 +_ACEOF
3531 +rm -f conftest.$ac_objext
3532 +if { (ac_try="$ac_compile"
3533 +case "(($ac_try" in
3534 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3535 +  *) ac_try_echo=$ac_try;;
3536 +esac
3537 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3538 +  (eval "$ac_compile") 2>conftest.er1
3539 +  ac_status=$?
3540 +  grep -v '^ *+' conftest.er1 >conftest.err
3541 +  rm -f conftest.er1
3542 +  cat conftest.err >&5
3543 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 +  (exit $ac_status); } && {
3545 +        test -z "$ac_c_werror_flag" ||
3546 +        test ! -s conftest.err
3547 +       } && test -s conftest.$ac_objext; then
3548 +  :
3549 +else
3550 +  echo "$as_me: failed program was:" >&5
3551 +sed 's/^/| /' conftest.$ac_ext >&5
3552 +
3553 +       ac_c_werror_flag=$ac_save_c_werror_flag
3554 +        CFLAGS="-g"
3555 +        cat >conftest.$ac_ext <<_ACEOF
3556 +/* confdefs.h.  */
3557 +_ACEOF
3558 +cat confdefs.h >>conftest.$ac_ext
3559 +cat >>conftest.$ac_ext <<_ACEOF
3560 +/* end confdefs.h.  */
3561 +
3562 +int
3563 +main ()
3564 +{
3565 +
3566 +  ;
3567 +  return 0;
3568 +}
3569 +_ACEOF
3570 +rm -f conftest.$ac_objext
3571 +if { (ac_try="$ac_compile"
3572 +case "(($ac_try" in
3573 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3574 +  *) ac_try_echo=$ac_try;;
3575 +esac
3576 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3577 +  (eval "$ac_compile") 2>conftest.er1
3578 +  ac_status=$?
3579 +  grep -v '^ *+' conftest.er1 >conftest.err
3580 +  rm -f conftest.er1
3581 +  cat conftest.err >&5
3582 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583 +  (exit $ac_status); } && {
3584 +        test -z "$ac_c_werror_flag" ||
3585 +        test ! -s conftest.err
3586 +       } && test -s conftest.$ac_objext; then
3587 +  ac_cv_prog_cc_g=yes
3588 +else
3589 +  echo "$as_me: failed program was:" >&5
3590 +sed 's/^/| /' conftest.$ac_ext >&5
3591 +
3592 +       
3593 +fi
3594 +
3595 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3596 +fi
3597 +
3598 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3599 +fi
3600 +
3601 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3602 +   ac_c_werror_flag=$ac_save_c_werror_flag
3603 +fi
3604 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3605 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3606 +if test "$ac_test_CFLAGS" = set; then
3607 +  CFLAGS=$ac_save_CFLAGS
3608 +elif test $ac_cv_prog_cc_g = yes; then
3609 +  if test "$GCC" = yes; then
3610 +    CFLAGS="-g -O2"
3611 +  else
3612 +    CFLAGS="-g"
3613 +  fi
3614 +else
3615 +  if test "$GCC" = yes; then
3616 +    CFLAGS="-O2"
3617 +  else
3618 +    CFLAGS=
3619 +  fi
3620 +fi
3621 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3622 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3623 +if test "${ac_cv_prog_cc_c89+set}" = set; then
3624 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3625 +else
3626 +  ac_cv_prog_cc_c89=no
3627 +ac_save_CC=$CC
3628 +cat >conftest.$ac_ext <<_ACEOF
3629 +/* confdefs.h.  */
3630 +_ACEOF
3631 +cat confdefs.h >>conftest.$ac_ext
3632 +cat >>conftest.$ac_ext <<_ACEOF
3633 +/* end confdefs.h.  */
3634 +#include <stdarg.h>
3635 +#include <stdio.h>
3636 +#include <sys/types.h>
3637 +#include <sys/stat.h>
3638 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3639 +struct buf { int x; };
3640 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
3641 +static char *e (p, i)
3642 +     char **p;
3643 +     int i;
3644 +{
3645 +  return p[i];
3646 +}
3647 +static char *f (char * (*g) (char **, int), char **p, ...)
3648 +{
3649 +  char *s;
3650 +  va_list v;
3651 +  va_start (v,p);
3652 +  s = g (p, va_arg (v,int));
3653 +  va_end (v);
3654 +  return s;
3655 +}
3656 +
3657 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3658 +   function prototypes and stuff, but not '\xHH' hex character constants.
3659 +   These don't provoke an error unfortunately, instead are silently treated
3660 +   as 'x'.  The following induces an error, until -std is added to get
3661 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3662 +   array size at least.  It's necessary to write '\x00'==0 to get something
3663 +   that's true only with -std.  */
3664 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3665 +
3666 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3667 +   inside strings and character constants.  */
3668 +#define FOO(x) 'x'
3669 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3670 +
3671 +int test (int i, double x);
3672 +struct s1 {int (*f) (int a);};
3673 +struct s2 {int (*f) (double a);};
3674 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3675 +int argc;
3676 +char **argv;
3677 +int
3678 +main ()
3679 +{
3680 +return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3681 +  ;
3682 +  return 0;
3683 +}
3684 +_ACEOF
3685 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3686 +       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3687 +do
3688 +  CC="$ac_save_CC $ac_arg"
3689 +  rm -f conftest.$ac_objext
3690 +if { (ac_try="$ac_compile"
3691 +case "(($ac_try" in
3692 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3693 +  *) ac_try_echo=$ac_try;;
3694 +esac
3695 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3696 +  (eval "$ac_compile") 2>conftest.er1
3697 +  ac_status=$?
3698 +  grep -v '^ *+' conftest.er1 >conftest.err
3699 +  rm -f conftest.er1
3700 +  cat conftest.err >&5
3701 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 +  (exit $ac_status); } && {
3703 +        test -z "$ac_c_werror_flag" ||
3704 +        test ! -s conftest.err
3705 +       } && test -s conftest.$ac_objext; then
3706 +  ac_cv_prog_cc_c89=$ac_arg
3707 +else
3708 +  echo "$as_me: failed program was:" >&5
3709 +sed 's/^/| /' conftest.$ac_ext >&5
3710 +
3711 +       
3712 +fi
3713 +
3714 +rm -f core conftest.err conftest.$ac_objext 
3715 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
3716 +done
3717 +rm -f conftest.$ac_ext
3718 +CC=$ac_save_CC
3719 +
3720 +fi
3721 +# AC_CACHE_VAL
3722 +case "x$ac_cv_prog_cc_c89" in
3723 +  x)
3724 +    { echo "$as_me:$LINENO: result: none needed" >&5
3725 +echo "${ECHO_T}none needed" >&6; } ;;
3726 +  xno)
3727 +    { echo "$as_me:$LINENO: result: unsupported" >&5
3728 +echo "${ECHO_T}unsupported" >&6; } ;;
3729 +  *)
3730 +    CC="$CC $ac_cv_prog_cc_c89"
3731 +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3732 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3733 +esac
3734 +
3735 +
3736 +ac_ext=c
3737 +ac_cpp='$CPP $CPPFLAGS'
3738 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3739 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3740 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
3741 +DEPDIR="${am__leading_dot}deps"
3742 +
3743 +ac_config_commands="$ac_config_commands depfiles"
3744 +
3745 +
3746 +am_make=${MAKE-make}
3747 +cat > confinc << 'END'
3748 +am__doit:
3749 +       @echo done
3750 +.PHONY: am__doit
3751 +END
3752 +# If we don't find an include directive, just comment out the code.
3753 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3754 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
3755 +am__include="#"
3756 +am__quote=
3757 +_am_result=none
3758 +# First try GNU make style include.
3759 +echo "include confinc" > confmf
3760 +# We grep out `Entering directory' and `Leaving directory'
3761 +# messages which can occur if `w' ends up in MAKEFLAGS.
3762 +# In particular we don't look at `^make:' because GNU make might
3763 +# be invoked under some other name (usually "gmake"), in which
3764 +# case it prints its new name instead of `make'.
3765 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3766 +   am__include=include
3767 +   am__quote=
3768 +   _am_result=GNU
3769 +fi
3770 +# Now try BSD make style include.
3771 +if test "$am__include" = "#"; then
3772 +   echo '.include "confinc"' > confmf
3773 +   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3774 +      am__include=.include
3775 +      am__quote="\""
3776 +      _am_result=BSD
3777 +   fi
3778 +fi
3779 +
3780 +
3781 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
3782 +echo "${ECHO_T}$_am_result" >&6; }
3783 +rm -f confinc confmf
3784 +
3785 +# Check whether --enable-dependency-tracking was given.
3786 +if test "${enable_dependency_tracking+set}" = set; then
3787 +  enableval=$enable_dependency_tracking; 
3788 +fi
3789 +
3790 +if test "x$enable_dependency_tracking" != xno; then
3791 +  am_depcomp="$ac_aux_dir/depcomp"
3792 +  AMDEPBACKSLASH='\'
3793 +fi
3794 + if test "x$enable_dependency_tracking" != xno; then
3795 +  AMDEP_TRUE=
3796 +  AMDEP_FALSE='#'
3797 +else
3798 +  AMDEP_TRUE='#'
3799 +  AMDEP_FALSE=
3800 +fi
3801 +
3802 +
3803 +
3804 +depcc="$CC"   am_compiler_list=
3805 +
3806 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3807 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3808 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3809 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3810 +else
3811 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3812 +  # We make a subdir and do the tests there.  Otherwise we can end up
3813 +  # making bogus files that we don't know about and never remove.  For
3814 +  # instance it was reported that on HP-UX the gcc test will end up
3815 +  # making a dummy file named `D' -- because `-MD' means `put the output
3816 +  # in D'.
3817 +  mkdir conftest.dir
3818 +  # Copy depcomp to subdir because otherwise we won't find it if we're
3819 +  # using a relative directory.
3820 +  cp "$am_depcomp" conftest.dir
3821 +  cd conftest.dir
3822 +  # We will build objects and dependencies in a subdirectory because
3823 +  # it helps to detect inapplicable dependency modes.  For instance
3824 +  # both Tru64's cc and ICC support -MD to output dependencies as a
3825 +  # side effect of compilation, but ICC will put the dependencies in
3826 +  # the current directory while Tru64 will put them in the object
3827 +  # directory.
3828 +  mkdir sub
3829 +
3830 +  am_cv_CC_dependencies_compiler_type=none
3831 +  if test "$am_compiler_list" = ""; then
3832 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3833 +  fi
3834 +  for depmode in $am_compiler_list; do
3835 +    # Setup a source with many dependencies, because some compilers
3836 +    # like to wrap large dependency lists on column 80 (with \), and
3837 +    # we should not choose a depcomp mode which is confused by this.
3838 +    #
3839 +    # We need to recreate these files for each test, as the compiler may
3840 +    # overwrite some of them when testing with obscure command lines.
3841 +    # This happens at least with the AIX C compiler.
3842 +    : > sub/conftest.c
3843 +    for i in 1 2 3 4 5 6; do
3844 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3845 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3846 +      # Solaris 8's {/usr,}/bin/sh.
3847 +      touch sub/conftst$i.h
3848 +    done
3849 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3850 +
3851 +    case $depmode in
3852 +    nosideeffect)
3853 +      # after this tag, mechanisms are not by side-effect, so they'll
3854 +      # only be used when explicitly requested
3855 +      if test "x$enable_dependency_tracking" = xyes; then
3856 +       continue
3857 +      else
3858 +       break
3859 +      fi
3860 +      ;;
3861 +    none) break ;;
3862 +    esac
3863 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3864 +    # mode.  It turns out that the SunPro C++ compiler does not properly
3865 +    # handle `-M -o', and we need to detect this.
3866 +    if depmode=$depmode \
3867 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3868 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3869 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3870 +         >/dev/null 2>conftest.err &&
3871 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3872 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3873 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3874 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3875 +      # icc doesn't choke on unknown options, it will just issue warnings
3876 +      # or remarks (even with -Werror).  So we grep stderr for any message
3877 +      # that says an option was ignored or not supported.
3878 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
3879 +      #   icc: Command line warning: ignoring option '-M'; no argument required
3880 +      # The diagnosis changed in icc 8.0:
3881 +      #   icc: Command line remark: option '-MP' not supported
3882 +      if (grep 'ignoring option' conftest.err ||
3883 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3884 +        am_cv_CC_dependencies_compiler_type=$depmode
3885 +        break
3886 +      fi
3887 +    fi
3888 +  done
3889 +
3890 +  cd ..
3891 +  rm -rf conftest.dir
3892 +else
3893 +  am_cv_CC_dependencies_compiler_type=none
3894 +fi
3895 +
3896 +fi
3897 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3898 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3899 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3900 +
3901 + if 
3902 +  test "x$enable_dependency_tracking" != xno \
3903 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3904 +  am__fastdepCC_TRUE=
3905 +  am__fastdepCC_FALSE='#'
3906 +else
3907 +  am__fastdepCC_TRUE='#'
3908 +  am__fastdepCC_FALSE=
3909 +fi
3910 +
3911 +
3912 +
3913 +
3914 +
3915 +
3916 +# By default we simply use the C compiler to build assembly code.
3917 +
3918 +test "${CCAS+set}" = set || CCAS=$CC
3919 +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
3920 +
3921 +
3922 +
3923 +depcc="$CCAS"   am_compiler_list=
3924 +
3925 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3926 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3927 +if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
3928 +  echo $ECHO_N "(cached) $ECHO_C" >&6
3929 +else
3930 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3931 +  # We make a subdir and do the tests there.  Otherwise we can end up
3932 +  # making bogus files that we don't know about and never remove.  For
3933 +  # instance it was reported that on HP-UX the gcc test will end up
3934 +  # making a dummy file named `D' -- because `-MD' means `put the output
3935 +  # in D'.
3936 +  mkdir conftest.dir
3937 +  # Copy depcomp to subdir because otherwise we won't find it if we're
3938 +  # using a relative directory.
3939 +  cp "$am_depcomp" conftest.dir
3940 +  cd conftest.dir
3941 +  # We will build objects and dependencies in a subdirectory because
3942 +  # it helps to detect inapplicable dependency modes.  For instance
3943 +  # both Tru64's cc and ICC support -MD to output dependencies as a
3944 +  # side effect of compilation, but ICC will put the dependencies in
3945 +  # the current directory while Tru64 will put them in the object
3946 +  # directory.
3947 +  mkdir sub
3948 +
3949 +  am_cv_CCAS_dependencies_compiler_type=none
3950 +  if test "$am_compiler_list" = ""; then
3951 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3952 +  fi
3953 +  for depmode in $am_compiler_list; do
3954 +    # Setup a source with many dependencies, because some compilers
3955 +    # like to wrap large dependency lists on column 80 (with \), and
3956 +    # we should not choose a depcomp mode which is confused by this.
3957 +    #
3958 +    # We need to recreate these files for each test, as the compiler may
3959 +    # overwrite some of them when testing with obscure command lines.
3960 +    # This happens at least with the AIX C compiler.
3961 +    : > sub/conftest.c
3962 +    for i in 1 2 3 4 5 6; do
3963 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3964 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3965 +      # Solaris 8's {/usr,}/bin/sh.
3966 +      touch sub/conftst$i.h
3967 +    done
3968 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3969 +
3970 +    case $depmode in
3971 +    nosideeffect)
3972 +      # after this tag, mechanisms are not by side-effect, so they'll
3973 +      # only be used when explicitly requested
3974 +      if test "x$enable_dependency_tracking" = xyes; then
3975 +       continue
3976 +      else
3977 +       break
3978 +      fi
3979 +      ;;
3980 +    none) break ;;
3981 +    esac
3982 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3983 +    # mode.  It turns out that the SunPro C++ compiler does not properly
3984 +    # handle `-M -o', and we need to detect this.
3985 +    if depmode=$depmode \
3986 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3987 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3988 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3989 +         >/dev/null 2>conftest.err &&
3990 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3991 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3992 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3993 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3994 +      # icc doesn't choke on unknown options, it will just issue warnings
3995 +      # or remarks (even with -Werror).  So we grep stderr for any message
3996 +      # that says an option was ignored or not supported.
3997 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
3998 +      #   icc: Command line warning: ignoring option '-M'; no argument required
3999 +      # The diagnosis changed in icc 8.0:
4000 +      #   icc: Command line remark: option '-MP' not supported
4001 +      if (grep 'ignoring option' conftest.err ||
4002 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4003 +        am_cv_CCAS_dependencies_compiler_type=$depmode
4004 +        break
4005 +      fi
4006 +    fi
4007 +  done
4008 +
4009 +  cd ..
4010 +  rm -rf conftest.dir
4011 +else
4012 +  am_cv_CCAS_dependencies_compiler_type=none
4013 +fi
4014 +
4015 +fi
4016 +{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4017 +echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; }
4018 +CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4019 +
4020 + if 
4021 +  test "x$enable_dependency_tracking" != xno \
4022 +  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4023 +  am__fastdepCCAS_TRUE=
4024 +  am__fastdepCCAS_FALSE='#'
4025 +else
4026 +  am__fastdepCCAS_TRUE='#'
4027 +  am__fastdepCCAS_FALSE=
4028 +fi
4029 +
4030 +
4031 +if test "x$CC" != xcc; then
4032 +  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
4033 +echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
4034 +else
4035 +  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
4036 +echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
4037 +fi
4038 +set dummy $CC; ac_cc=`echo $2 |
4039 +                     sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4040 +if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
4041 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4042 +else
4043 +  cat >conftest.$ac_ext <<_ACEOF
4044 +/* confdefs.h.  */
4045 +_ACEOF
4046 +cat confdefs.h >>conftest.$ac_ext
4047 +cat >>conftest.$ac_ext <<_ACEOF
4048 +/* end confdefs.h.  */
4049 +
4050 +int
4051 +main ()
4052 +{
4053 +
4054 +  ;
4055 +  return 0;
4056 +}
4057 +_ACEOF
4058 +# Make sure it works both with $CC and with simple cc.
4059 +# We do the test twice because some compilers refuse to overwrite an
4060 +# existing .o file with -o, though they will create one.
4061 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4062 +rm -f conftest2.*
4063 +if { (case "(($ac_try" in
4064 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4065 +  *) ac_try_echo=$ac_try;;
4066 +esac
4067 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4068 +  (eval "$ac_try") 2>&5
4069 +  ac_status=$?
4070 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 +  (exit $ac_status); } &&
4072 +   test -f conftest2.$ac_objext && { (case "(($ac_try" in
4073 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4074 +  *) ac_try_echo=$ac_try;;
4075 +esac
4076 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4077 +  (eval "$ac_try") 2>&5
4078 +  ac_status=$?
4079 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4080 +  (exit $ac_status); };
4081 +then
4082 +  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4083 +  if test "x$CC" != xcc; then
4084 +    # Test first that cc exists at all.
4085 +    if { ac_try='cc -c conftest.$ac_ext >&5'
4086 +  { (case "(($ac_try" in
4087 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4088 +  *) ac_try_echo=$ac_try;;
4089 +esac
4090 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4091 +  (eval "$ac_try") 2>&5
4092 +  ac_status=$?
4093 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4094 +  (exit $ac_status); }; }; then
4095 +      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4096 +      rm -f conftest2.*
4097 +      if { (case "(($ac_try" in
4098 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4099 +  *) ac_try_echo=$ac_try;;
4100 +esac
4101 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102 +  (eval "$ac_try") 2>&5
4103 +  ac_status=$?
4104 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105 +  (exit $ac_status); } &&
4106 +        test -f conftest2.$ac_objext && { (case "(($ac_try" in
4107 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4108 +  *) ac_try_echo=$ac_try;;
4109 +esac
4110 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4111 +  (eval "$ac_try") 2>&5
4112 +  ac_status=$?
4113 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4114 +  (exit $ac_status); };
4115 +      then
4116 +       # cc works too.
4117 +       :
4118 +      else
4119 +       # cc exists but doesn't like -o.
4120 +       eval ac_cv_prog_cc_${ac_cc}_c_o=no
4121 +      fi
4122 +    fi
4123 +  fi
4124 +else
4125 +  eval ac_cv_prog_cc_${ac_cc}_c_o=no
4126 +fi
4127 +rm -f core conftest*
4128 +
4129 +fi
4130 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4131 +  { echo "$as_me:$LINENO: result: yes" >&5
4132 +echo "${ECHO_T}yes" >&6; }
4133 +else
4134 +  { echo "$as_me:$LINENO: result: no" >&5
4135 +echo "${ECHO_T}no" >&6; }
4136 +  
4137 +cat >>confdefs.h <<\_ACEOF
4138 +@%:@define NO_MINUS_C_MINUS_O 1
4139 +_ACEOF
4140 +
4141 +fi
4142 +
4143 +# FIXME: we rely on the cache variable name because
4144 +# there is no other way.
4145 +set dummy $CC
4146 +ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4147 +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
4148 +   # Losing compiler, so override with the script.
4149 +   # FIXME: It is wrong to rewrite CC.
4150 +   # But if we don't then we get into trouble of one sort or another.
4151 +   # A longer-term fix would be to have automake use am__CC in this case,
4152 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4153 +   CC="$am_aux_dir/compile $CC"
4154 +fi
4155 +
4156 +
4157 +
4158 +
4159 +
4160 +LIBFFI_DLL=0
4161 +
4162 +
4163 +case $host in
4164 +  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
4165 +    if test "$enable_shared" = yes; then
4166 +      LIBFFI_LDFLAGS="-no-undefined -Wl,--export-all-symbols"
4167 +      LIBFFI_DLL=1
4168 +    fi
4169 +    ;;
4170 +esac
4171 +
4172 +
4173 +# Check whether --enable-shared was given.
4174 +if test "${enable_shared+set}" = set; then
4175 +  enableval=$enable_shared; p=${PACKAGE-default}
4176 +    case $enableval in
4177 +    yes) enable_shared=yes ;;
4178 +    no) enable_shared=no ;;
4179 +    *)
4180 +      enable_shared=no
4181 +      # Look at the argument we got.  We use all the common list separators.
4182 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4183 +      for pkg in $enableval; do
4184 +       IFS="$lt_save_ifs"
4185 +       if test "X$pkg" = "X$p"; then
4186 +         enable_shared=yes
4187 +       fi
4188 +      done
4189 +      IFS="$lt_save_ifs"
4190 +      ;;
4191 +    esac
4192 +else
4193 +  enable_shared=yes
4194 +fi
4195 +
4196 +
4197 +# Check whether --enable-static was given.
4198 +if test "${enable_static+set}" = set; then
4199 +  enableval=$enable_static; p=${PACKAGE-default}
4200 +    case $enableval in
4201 +    yes) enable_static=yes ;;
4202 +    no) enable_static=no ;;
4203 +    *)
4204 +     enable_static=no
4205 +      # Look at the argument we got.  We use all the common list separators.
4206 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4207 +      for pkg in $enableval; do
4208 +       IFS="$lt_save_ifs"
4209 +       if test "X$pkg" = "X$p"; then
4210 +         enable_static=yes
4211 +       fi
4212 +      done
4213 +      IFS="$lt_save_ifs"
4214 +      ;;
4215 +    esac
4216 +else
4217 +  enable_static=yes
4218 +fi
4219 +
4220 +
4221 +# Check whether --enable-fast-install was given.
4222 +if test "${enable_fast_install+set}" = set; then
4223 +  enableval=$enable_fast_install; p=${PACKAGE-default}
4224 +    case $enableval in
4225 +    yes) enable_fast_install=yes ;;
4226 +    no) enable_fast_install=no ;;
4227 +    *)
4228 +      enable_fast_install=no
4229 +      # Look at the argument we got.  We use all the common list separators.
4230 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4231 +      for pkg in $enableval; do
4232 +       IFS="$lt_save_ifs"
4233 +       if test "X$pkg" = "X$p"; then
4234 +         enable_fast_install=yes
4235 +       fi
4236 +      done
4237 +      IFS="$lt_save_ifs"
4238 +      ;;
4239 +    esac
4240 +else
4241 +  enable_fast_install=yes
4242 +fi
4243 +
4244 +
4245 +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4246 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
4247 +if test "${lt_cv_path_SED+set}" = set; then
4248 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4249 +else
4250 +  # Loop through the user's path and test for sed and gsed.
4251 +# Then use that list of sed's as ones to test for truncation.
4252 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253 +for as_dir in $PATH
4254 +do
4255 +  IFS=$as_save_IFS
4256 +  test -z "$as_dir" && as_dir=.
4257 +  for lt_ac_prog in sed gsed; do
4258 +    for ac_exec_ext in '' $ac_executable_extensions; do
4259 +      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
4260 +        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4261 +      fi
4262 +    done
4263 +  done
4264 +done
4265 +IFS=$as_save_IFS
4266 +lt_ac_max=0
4267 +lt_ac_count=0
4268 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris
4269 +# along with /bin/sed that truncates output.
4270 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
4271 +  test ! -f $lt_ac_sed && continue
4272 +  cat /dev/null > conftest.in
4273 +  lt_ac_count=0
4274 +  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
4275 +  # Check for GNU sed and select it if it is found.
4276 +  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
4277 +    lt_cv_path_SED=$lt_ac_sed
4278 +    break
4279 +  fi
4280 +  while true; do
4281 +    cat conftest.in conftest.in >conftest.tmp
4282 +    mv conftest.tmp conftest.in
4283 +    cp conftest.in conftest.nl
4284 +    echo >>conftest.nl
4285 +    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
4286 +    cmp -s conftest.out conftest.nl || break
4287 +    # 10000 chars as input seems more than enough
4288 +    test $lt_ac_count -gt 10 && break
4289 +    lt_ac_count=`expr $lt_ac_count + 1`
4290 +    if test $lt_ac_count -gt $lt_ac_max; then
4291 +      lt_ac_max=$lt_ac_count
4292 +      lt_cv_path_SED=$lt_ac_sed
4293 +    fi
4294 +  done
4295 +done
4296 +
4297 +fi
4298 +
4299 +SED=$lt_cv_path_SED
4300 +
4301 +{ echo "$as_me:$LINENO: result: $SED" >&5
4302 +echo "${ECHO_T}$SED" >&6; }
4303 +
4304 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4305 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4306 +if test "${ac_cv_path_GREP+set}" = set; then
4307 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4308 +else
4309 +  # Extract the first word of "grep ggrep" to use in msg output
4310 +if test -z "$GREP"; then
4311 +set dummy grep ggrep; ac_prog_name=$2
4312 +if test "${ac_cv_path_GREP+set}" = set; then
4313 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4314 +else
4315 +  ac_path_GREP_found=false
4316 +# Loop through the user's path and test for each of PROGNAME-LIST
4317 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4318 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4319 +do
4320 +  IFS=$as_save_IFS
4321 +  test -z "$as_dir" && as_dir=.
4322 +  for ac_prog in grep ggrep; do
4323 +  for ac_exec_ext in '' $ac_executable_extensions; do
4324 +    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4325 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4326 +    # Check for GNU ac_path_GREP and select it if it is found.
4327 +  # Check for GNU $ac_path_GREP
4328 +case `"$ac_path_GREP" --version 2>&1` in
4329 +*GNU*)
4330 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4331 +*)
4332 +  ac_count=0
4333 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4334 +  while :
4335 +  do
4336 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
4337 +    mv "conftest.tmp" "conftest.in"
4338 +    cp "conftest.in" "conftest.nl"
4339 +    echo 'GREP' >> "conftest.nl"
4340 +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4341 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4342 +    ac_count=`expr $ac_count + 1`
4343 +    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4344 +      # Best one so far, save it but keep looking for a better one
4345 +      ac_cv_path_GREP="$ac_path_GREP"
4346 +      ac_path_GREP_max=$ac_count
4347 +    fi
4348 +    # 10*(2^10) chars as input seems more than enough
4349 +    test $ac_count -gt 10 && break
4350 +  done
4351 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4352 +esac
4353 +
4354 +
4355 +    $ac_path_GREP_found && break 3
4356 +  done
4357 +done
4358 +
4359 +done
4360 +IFS=$as_save_IFS
4361 +
4362 +
4363 +fi
4364 +
4365 +GREP="$ac_cv_path_GREP"
4366 +if test -z "$GREP"; then
4367 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4368 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4369 +   { (exit 1); exit 1; }; }
4370 +fi
4371 +
4372 +else
4373 +  ac_cv_path_GREP=$GREP
4374 +fi
4375 +
4376 +
4377 +fi
4378 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4379 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4380 + GREP="$ac_cv_path_GREP"
4381
4382 +
4383 +{ echo "$as_me:$LINENO: checking for egrep" >&5
4384 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4385 +if test "${ac_cv_path_EGREP+set}" = set; then
4386 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4387 +else
4388 +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4389 +   then ac_cv_path_EGREP="$GREP -E"
4390 +   else
4391 +     # Extract the first word of "egrep" to use in msg output
4392 +if test -z "$EGREP"; then
4393 +set dummy egrep; ac_prog_name=$2
4394 +if test "${ac_cv_path_EGREP+set}" = set; then
4395 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4396 +else
4397 +  ac_path_EGREP_found=false
4398 +# Loop through the user's path and test for each of PROGNAME-LIST
4399 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4401 +do
4402 +  IFS=$as_save_IFS
4403 +  test -z "$as_dir" && as_dir=.
4404 +  for ac_prog in egrep; do
4405 +  for ac_exec_ext in '' $ac_executable_extensions; do
4406 +    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4407 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4408 +    # Check for GNU ac_path_EGREP and select it if it is found.
4409 +  # Check for GNU $ac_path_EGREP
4410 +case `"$ac_path_EGREP" --version 2>&1` in
4411 +*GNU*)
4412 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4413 +*)
4414 +  ac_count=0
4415 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4416 +  while :
4417 +  do
4418 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
4419 +    mv "conftest.tmp" "conftest.in"
4420 +    cp "conftest.in" "conftest.nl"
4421 +    echo 'EGREP' >> "conftest.nl"
4422 +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4423 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4424 +    ac_count=`expr $ac_count + 1`
4425 +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4426 +      # Best one so far, save it but keep looking for a better one
4427 +      ac_cv_path_EGREP="$ac_path_EGREP"
4428 +      ac_path_EGREP_max=$ac_count
4429 +    fi
4430 +    # 10*(2^10) chars as input seems more than enough
4431 +    test $ac_count -gt 10 && break
4432 +  done
4433 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4434 +esac
4435 +
4436 +
4437 +    $ac_path_EGREP_found && break 3
4438 +  done
4439 +done
4440 +
4441 +done
4442 +IFS=$as_save_IFS
4443 +
4444 +
4445 +fi
4446 +
4447 +EGREP="$ac_cv_path_EGREP"
4448 +if test -z "$EGREP"; then
4449 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4450 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4451 +   { (exit 1); exit 1; }; }
4452 +fi
4453 +
4454 +else
4455 +  ac_cv_path_EGREP=$EGREP
4456 +fi
4457 +
4458 +
4459 +   fi
4460 +fi
4461 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4462 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4463 + EGREP="$ac_cv_path_EGREP"
4464
4465 +
4466 +
4467 +# Check whether --with-gnu-ld was given.
4468 +if test "${with_gnu_ld+set}" = set; then
4469 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4470 +else
4471 +  with_gnu_ld=no
4472 +fi
4473 +
4474 +ac_prog=ld
4475 +if test "$GCC" = yes; then
4476 +  # Check if gcc -print-prog-name=ld gives a path.
4477 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4478 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
4479 +  case $host in
4480 +  *-*-mingw*)
4481 +    # gcc leaves a trailing carriage return which upsets mingw
4482 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4483 +  *)
4484 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4485 +  esac
4486 +  case $ac_prog in
4487 +    # Accept absolute paths.
4488 +    [\\/]* | ?:[\\/]*)
4489 +      re_direlt='/[^/][^/]*/\.\./'
4490 +      # Canonicalize the pathname of ld
4491 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
4492 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
4493 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
4494 +      done
4495 +      test -z "$LD" && LD="$ac_prog"
4496 +      ;;
4497 +  "")
4498 +    # If it fails, then pretend we aren't using GCC.
4499 +    ac_prog=ld
4500 +    ;;
4501 +  *)
4502 +    # If it is relative, then search for the first ld in PATH.
4503 +    with_gnu_ld=unknown
4504 +    ;;
4505 +  esac
4506 +elif test "$with_gnu_ld" = yes; then
4507 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
4508 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
4509 +else
4510 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4511 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
4512 +fi
4513 +if test "${lt_cv_path_LD+set}" = set; then
4514 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4515 +else
4516 +  if test -z "$LD"; then
4517 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4518 +  for ac_dir in $PATH; do
4519 +    IFS="$lt_save_ifs"
4520 +    test -z "$ac_dir" && ac_dir=.
4521 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4522 +      lt_cv_path_LD="$ac_dir/$ac_prog"
4523 +      # Check to see if the program is GNU ld.  I'd rather use --version,
4524 +      # but apparently some variants of GNU ld only accept -v.
4525 +      # Break only if it was the GNU/non-GNU ld that we prefer.
4526 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4527 +      *GNU* | *'with BFD'*)
4528 +       test "$with_gnu_ld" != no && break
4529 +       ;;
4530 +      *)
4531 +       test "$with_gnu_ld" != yes && break
4532 +       ;;
4533 +      esac
4534 +    fi
4535 +  done
4536 +  IFS="$lt_save_ifs"
4537 +else
4538 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
4539 +fi
4540 +fi
4541 +
4542 +LD="$lt_cv_path_LD"
4543 +if test -n "$LD"; then
4544 +  { echo "$as_me:$LINENO: result: $LD" >&5
4545 +echo "${ECHO_T}$LD" >&6; }
4546 +else
4547 +  { echo "$as_me:$LINENO: result: no" >&5
4548 +echo "${ECHO_T}no" >&6; }
4549 +fi
4550 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4551 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4552 +   { (exit 1); exit 1; }; }
4553 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4554 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
4555 +if test "${lt_cv_prog_gnu_ld+set}" = set; then
4556 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4557 +else
4558 +  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4559 +case `$LD -v 2>&1 </dev/null` in
4560 +*GNU* | *'with BFD'*)
4561 +  lt_cv_prog_gnu_ld=yes
4562 +  ;;
4563 +*)
4564 +  lt_cv_prog_gnu_ld=no
4565 +  ;;
4566 +esac
4567 +fi
4568 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4569 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
4570 +with_gnu_ld=$lt_cv_prog_gnu_ld
4571 +
4572 +
4573 +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4574 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
4575 +if test "${lt_cv_ld_reload_flag+set}" = set; then
4576 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4577 +else
4578 +  lt_cv_ld_reload_flag='-r'
4579 +fi
4580 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4581 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
4582 +reload_flag=$lt_cv_ld_reload_flag
4583 +case $reload_flag in
4584 +"" | " "*) ;;
4585 +*) reload_flag=" $reload_flag" ;;
4586 +esac
4587 +reload_cmds='$LD$reload_flag -o $output$reload_objs'
4588 +case $host_os in
4589 +  darwin*)
4590 +    if test "$GCC" = yes; then
4591 +      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4592 +    else
4593 +      reload_cmds='$LD$reload_flag -o $output$reload_objs'
4594 +    fi
4595 +    ;;
4596 +esac
4597 +
4598 +{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4599 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
4600 +if test "${lt_cv_path_NM+set}" = set; then
4601 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4602 +else
4603 +  if test -n "$NM"; then
4604 +  # Let the user override the test.
4605 +  lt_cv_path_NM="$NM"
4606 +else
4607 +  lt_nm_to_check="${ac_tool_prefix}nm"
4608 +  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4609 +    lt_nm_to_check="$lt_nm_to_check nm"
4610 +  fi
4611 +  for lt_tmp_nm in $lt_nm_to_check; do
4612 +    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4613 +    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4614 +      IFS="$lt_save_ifs"
4615 +      test -z "$ac_dir" && ac_dir=.
4616 +      tmp_nm="$ac_dir/$lt_tmp_nm"
4617 +      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4618 +       # Check to see if the nm accepts a BSD-compat flag.
4619 +       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4620 +       #   nm: unknown option "B" ignored
4621 +       # Tru64's nm complains that /dev/null is an invalid object file
4622 +       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4623 +       */dev/null* | *'Invalid file or object type'*)
4624 +         lt_cv_path_NM="$tmp_nm -B"
4625 +         break
4626 +         ;;
4627 +       *)
4628 +         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4629 +         */dev/null*)
4630 +           lt_cv_path_NM="$tmp_nm -p"
4631 +           break
4632 +           ;;
4633 +         *)
4634 +           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4635 +           continue # so that we can try to find one that supports BSD flags
4636 +           ;;
4637 +         esac
4638 +         ;;
4639 +       esac
4640 +      fi
4641 +    done
4642 +    IFS="$lt_save_ifs"
4643 +  done
4644 +  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4645 +fi
4646 +fi
4647 +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4648 +echo "${ECHO_T}$lt_cv_path_NM" >&6; }
4649 +NM="$lt_cv_path_NM"
4650 +
4651 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
4652 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4653 +LN_S=$as_ln_s
4654 +if test "$LN_S" = "ln -s"; then
4655 +  { echo "$as_me:$LINENO: result: yes" >&5
4656 +echo "${ECHO_T}yes" >&6; }
4657 +else
4658 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4659 +echo "${ECHO_T}no, using $LN_S" >&6; }
4660 +fi
4661 +
4662 +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4663 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
4664 +if test "${lt_cv_deplibs_check_method+set}" = set; then
4665 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4666 +else
4667 +  lt_cv_file_magic_cmd='$MAGIC_CMD'
4668 +lt_cv_file_magic_test_file=
4669 +lt_cv_deplibs_check_method='unknown'
4670 +# Need to set the preceding variable on all platforms that support
4671 +# interlibrary dependencies.
4672 +# 'none' -- dependencies not supported.
4673 +# `unknown' -- same as none, but documents that we really don't know.
4674 +# 'pass_all' -- all dependencies passed with no checks.
4675 +# 'test_compile' -- check by making test program.
4676 +# 'file_magic [[regex]]' -- check by looking for files in library path
4677 +# which responds to the $file_magic_cmd with a given extended regex.
4678 +# If you have `file' or equivalent on your system and you're not sure
4679 +# whether `pass_all' will *always* work, you probably want this one.
4680 +
4681 +case $host_os in
4682 +aix[4-9]*)
4683 +  lt_cv_deplibs_check_method=pass_all
4684 +  ;;
4685 +
4686 +beos*)
4687 +  lt_cv_deplibs_check_method=pass_all
4688 +  ;;
4689 +
4690 +bsdi[45]*)
4691 +  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4692 +  lt_cv_file_magic_cmd='/usr/bin/file -L'
4693 +  lt_cv_file_magic_test_file=/shlib/libc.so
4694 +  ;;
4695 +
4696 +cygwin*)
4697 +  # func_win32_libid is a shell function defined in ltmain.sh
4698 +  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4699 +  lt_cv_file_magic_cmd='func_win32_libid'
4700 +  ;;
4701 +
4702 +mingw* | pw32*)
4703 +  # Base MSYS/MinGW do not provide the 'file' command needed by
4704 +  # func_win32_libid shell function, so use a weaker test based on 'objdump',
4705 +  # unless we find 'file', for example because we are cross-compiling.
4706 +  if ( file / ) >/dev/null 2>&1; then
4707 +    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4708 +    lt_cv_file_magic_cmd='func_win32_libid'
4709 +  else
4710 +    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4711 +    lt_cv_file_magic_cmd='$OBJDUMP -f'
4712 +  fi
4713 +  ;;
4714 +
4715 +darwin* | rhapsody*)
4716 +  lt_cv_deplibs_check_method=pass_all
4717 +  ;;
4718 +
4719 +freebsd* | dragonfly*)
4720 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4721 +    case $host_cpu in
4722 +    i*86 )
4723 +      # Not sure whether the presence of OpenBSD here was a mistake.
4724 +      # Let's accept both of them until this is cleared up.
4725 +      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4726 +      lt_cv_file_magic_cmd=/usr/bin/file
4727 +      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4728 +      ;;
4729 +    esac
4730 +  else
4731 +    lt_cv_deplibs_check_method=pass_all
4732 +  fi
4733 +  ;;
4734 +
4735 +gnu*)
4736 +  lt_cv_deplibs_check_method=pass_all
4737 +  ;;
4738 +
4739 +hpux10.20* | hpux11*)
4740 +  lt_cv_file_magic_cmd=/usr/bin/file
4741 +  case $host_cpu in
4742 +  ia64*)
4743 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4744 +    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4745 +    ;;
4746 +  hppa*64*)
4747 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
4748 +    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4749 +    ;;
4750 +  *)
4751 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4752 +    lt_cv_file_magic_test_file=/usr/lib/libc.sl
4753 +    ;;
4754 +  esac
4755 +  ;;
4756 +
4757 +interix[3-9]*)
4758 +  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4759 +  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4760 +  ;;
4761 +
4762 +irix5* | irix6* | nonstopux*)
4763 +  case $LD in
4764 +  *-32|*"-32 ") libmagic=32-bit;;
4765 +  *-n32|*"-n32 ") libmagic=N32;;
4766 +  *-64|*"-64 ") libmagic=64-bit;;
4767 +  *) libmagic=never-match;;
4768 +  esac
4769 +  lt_cv_deplibs_check_method=pass_all
4770 +  ;;
4771 +
4772 +# This must be Linux ELF.
4773 +linux* | k*bsd*-gnu)
4774 +  lt_cv_deplibs_check_method=pass_all
4775 +  ;;
4776 +
4777 +netbsd* | netbsdelf*-gnu)
4778 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4779 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4780 +  else
4781 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4782 +  fi
4783 +  ;;
4784 +
4785 +newos6*)
4786 +  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4787 +  lt_cv_file_magic_cmd=/usr/bin/file
4788 +  lt_cv_file_magic_test_file=/usr/lib/libnls.so
4789 +  ;;
4790 +
4791 +nto-qnx*)
4792 +  lt_cv_deplibs_check_method=unknown
4793 +  ;;
4794 +
4795 +openbsd*)
4796 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4797 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4798 +  else
4799 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4800 +  fi
4801 +  ;;
4802 +
4803 +osf3* | osf4* | osf5*)
4804 +  lt_cv_deplibs_check_method=pass_all
4805 +  ;;
4806 +
4807 +rdos*)
4808 +  lt_cv_deplibs_check_method=pass_all
4809 +  ;;
4810 +
4811 +solaris*)
4812 +  lt_cv_deplibs_check_method=pass_all
4813 +  ;;
4814 +
4815 +sysv4 | sysv4.3*)
4816 +  case $host_vendor in
4817 +  motorola)
4818 +    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]'
4819 +    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4820 +    ;;
4821 +  ncr)
4822 +    lt_cv_deplibs_check_method=pass_all
4823 +    ;;
4824 +  sequent)
4825 +    lt_cv_file_magic_cmd='/bin/file'
4826 +    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4827 +    ;;
4828 +  sni)
4829 +    lt_cv_file_magic_cmd='/bin/file'
4830 +    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4831 +    lt_cv_file_magic_test_file=/lib/libc.so
4832 +    ;;
4833 +  siemens)
4834 +    lt_cv_deplibs_check_method=pass_all
4835 +    ;;
4836 +  pc)
4837 +    lt_cv_deplibs_check_method=pass_all
4838 +    ;;
4839 +  esac
4840 +  ;;
4841 +
4842 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4843 +  lt_cv_deplibs_check_method=pass_all
4844 +  ;;
4845 +esac
4846 +
4847 +fi
4848 +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4849 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
4850 +file_magic_cmd=$lt_cv_file_magic_cmd
4851 +deplibs_check_method=$lt_cv_deplibs_check_method
4852 +test -z "$deplibs_check_method" && deplibs_check_method=unknown
4853 +
4854 +
4855 +
4856 +
4857 +# If no C compiler was specified, use CC.
4858 +LTCC=${LTCC-"$CC"}
4859 +
4860 +# If no C compiler flags were specified, use CFLAGS.
4861 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
4862 +
4863 +# Allow CC to be a program name with arguments.
4864 +compiler=$CC
4865 +
4866 +
4867 +# Check whether --enable-libtool-lock was given.
4868 +if test "${enable_libtool_lock+set}" = set; then
4869 +  enableval=$enable_libtool_lock; 
4870 +fi
4871 +
4872 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
4873 +
4874 +# Some flags need to be propagated to the compiler or linker for good
4875 +# libtool support.
4876 +case $host in
4877 +ia64-*-hpux*)
4878 +  # Find out which ABI we are using.
4879 +  echo 'int i;' > conftest.$ac_ext
4880 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4881 +  (eval $ac_compile) 2>&5
4882 +  ac_status=$?
4883 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4884 +  (exit $ac_status); }; then
4885 +    case `/usr/bin/file conftest.$ac_objext` in
4886 +    *ELF-32*)
4887 +      HPUX_IA64_MODE="32"
4888 +      ;;
4889 +    *ELF-64*)
4890 +      HPUX_IA64_MODE="64"
4891 +      ;;
4892 +    esac
4893 +  fi
4894 +  rm -rf conftest*
4895 +  ;;
4896 +*-*-irix6*)
4897 +  # Find out which ABI we are using.
4898 +  echo '#line __oline__ "configure"' > conftest.$ac_ext
4899 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4900 +  (eval $ac_compile) 2>&5
4901 +  ac_status=$?
4902 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 +  (exit $ac_status); }; then
4904 +   if test "$lt_cv_prog_gnu_ld" = yes; then
4905 +    case `/usr/bin/file conftest.$ac_objext` in
4906 +    *32-bit*)
4907 +      LD="${LD-ld} -melf32bsmip"
4908 +      ;;
4909 +    *N32*)
4910 +      LD="${LD-ld} -melf32bmipn32"
4911 +      ;;
4912 +    *64-bit*)
4913 +      LD="${LD-ld} -melf64bmip"
4914 +      ;;
4915 +    esac
4916 +   else
4917 +    case `/usr/bin/file conftest.$ac_objext` in
4918 +    *32-bit*)
4919 +      LD="${LD-ld} -32"
4920 +      ;;
4921 +    *N32*)
4922 +      LD="${LD-ld} -n32"
4923 +      ;;
4924 +    *64-bit*)
4925 +      LD="${LD-ld} -64"
4926 +      ;;
4927 +    esac
4928 +   fi
4929 +  fi
4930 +  rm -rf conftest*
4931 +  ;;
4932 +
4933 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
4934 +s390*-*linux*|sparc*-*linux*)
4935 +  # Find out which ABI we are using.
4936 +  echo 'int i;' > conftest.$ac_ext
4937 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4938 +  (eval $ac_compile) 2>&5
4939 +  ac_status=$?
4940 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941 +  (exit $ac_status); }; then
4942 +    case `/usr/bin/file conftest.o` in
4943 +    *32-bit*)
4944 +      case $host in
4945 +        x86_64-*kfreebsd*-gnu)
4946 +          LD="${LD-ld} -m elf_i386_fbsd"
4947 +          ;;
4948 +        x86_64-*linux*)
4949 +          LD="${LD-ld} -m elf_i386"
4950 +          ;;
4951 +        ppc64-*linux*|powerpc64-*linux*)
4952 +          LD="${LD-ld} -m elf32ppclinux"
4953 +          ;;
4954 +        s390x-*linux*)
4955 +          LD="${LD-ld} -m elf_s390"
4956 +          ;;
4957 +        sparc64-*linux*)
4958 +          LD="${LD-ld} -m elf32_sparc"
4959 +          ;;
4960 +      esac
4961 +      ;;
4962 +    *64-bit*)
4963 +      case $host in
4964 +        x86_64-*kfreebsd*-gnu)
4965 +          LD="${LD-ld} -m elf_x86_64_fbsd"
4966 +          ;;
4967 +        x86_64-*linux*)
4968 +          LD="${LD-ld} -m elf_x86_64"
4969 +          ;;
4970 +        ppc*-*linux*|powerpc*-*linux*)
4971 +          LD="${LD-ld} -m elf64ppc"
4972 +          ;;
4973 +        s390*-*linux*)
4974 +          LD="${LD-ld} -m elf64_s390"
4975 +          ;;
4976 +        sparc*-*linux*)
4977 +          LD="${LD-ld} -m elf64_sparc"
4978 +          ;;
4979 +      esac
4980 +      ;;
4981 +    esac
4982 +  fi
4983 +  rm -rf conftest*
4984 +  ;;
4985 +
4986 +*-*-sco3.2v5*)
4987 +  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4988 +  SAVE_CFLAGS="$CFLAGS"
4989 +  CFLAGS="$CFLAGS -belf"
4990 +  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4991 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
4992 +if test "${lt_cv_cc_needs_belf+set}" = set; then
4993 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4994 +else
4995 +  ac_ext=c
4996 +ac_cpp='$CPP $CPPFLAGS'
4997 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4998 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4999 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
5000 +
5001 +     cat >conftest.$ac_ext <<_ACEOF
5002 +/* confdefs.h.  */
5003 +_ACEOF
5004 +cat confdefs.h >>conftest.$ac_ext
5005 +cat >>conftest.$ac_ext <<_ACEOF
5006 +/* end confdefs.h.  */
5007 +
5008 +int
5009 +main ()
5010 +{
5011 +
5012 +  ;
5013 +  return 0;
5014 +}
5015 +_ACEOF
5016 +rm -f conftest.$ac_objext conftest$ac_exeext
5017 +if { (ac_try="$ac_link"
5018 +case "(($ac_try" in
5019 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5020 +  *) ac_try_echo=$ac_try;;
5021 +esac
5022 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5023 +  (eval "$ac_link") 2>conftest.er1
5024 +  ac_status=$?
5025 +  grep -v '^ *+' conftest.er1 >conftest.err
5026 +  rm -f conftest.er1
5027 +  cat conftest.err >&5
5028 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5029 +  (exit $ac_status); } && {
5030 +        test -z "$ac_c_werror_flag" ||
5031 +        test ! -s conftest.err
5032 +       } && test -s conftest$ac_exeext &&
5033 +       $as_test_x conftest$ac_exeext; then
5034 +  lt_cv_cc_needs_belf=yes
5035 +else
5036 +  echo "$as_me: failed program was:" >&5
5037 +sed 's/^/| /' conftest.$ac_ext >&5
5038 +
5039 +       lt_cv_cc_needs_belf=no
5040 +fi
5041 +
5042 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5043 +      conftest$ac_exeext conftest.$ac_ext
5044 +     ac_ext=c
5045 +ac_cpp='$CPP $CPPFLAGS'
5046 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5047 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5048 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
5049 +
5050 +fi
5051 +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5052 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
5053 +  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5054 +    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5055 +    CFLAGS="$SAVE_CFLAGS"
5056 +  fi
5057 +  ;;
5058 +sparc*-*solaris*)
5059 +  # Find out which ABI we are using.
5060 +  echo 'int i;' > conftest.$ac_ext
5061 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5062 +  (eval $ac_compile) 2>&5
5063 +  ac_status=$?
5064 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 +  (exit $ac_status); }; then
5066 +    case `/usr/bin/file conftest.o` in
5067 +    *64-bit*)
5068 +      case $lt_cv_prog_gnu_ld in
5069 +      yes*) LD="${LD-ld} -m elf64_sparc" ;;
5070 +      *)
5071 +        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5072 +         LD="${LD-ld} -64"
5073 +       fi
5074 +       ;;
5075 +      esac
5076 +      ;;
5077 +    esac
5078 +  fi
5079 +  rm -rf conftest*
5080 +  ;;
5081 +
5082 +*-*-cygwin* | *-*-mingw* | *-*-pw32*)
5083 +  if test -n "$ac_tool_prefix"; then
5084 +  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5085 +set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5086 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5087 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5088 +if test "${ac_cv_prog_DLLTOOL+set}" = set; then
5089 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5090 +else
5091 +  if test -n "$DLLTOOL"; then
5092 +  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5093 +else
5094 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5095 +for as_dir in $PATH
5096 +do
5097 +  IFS=$as_save_IFS
5098 +  test -z "$as_dir" && as_dir=.
5099 +  for ac_exec_ext in '' $ac_executable_extensions; do
5100 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5101 +    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5102 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 +    break 2
5104 +  fi
5105 +done
5106 +done
5107 +IFS=$as_save_IFS
5108 +
5109 +fi
5110 +fi
5111 +DLLTOOL=$ac_cv_prog_DLLTOOL
5112 +if test -n "$DLLTOOL"; then
5113 +  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
5114 +echo "${ECHO_T}$DLLTOOL" >&6; }
5115 +else
5116 +  { echo "$as_me:$LINENO: result: no" >&5
5117 +echo "${ECHO_T}no" >&6; }
5118 +fi
5119 +
5120 +
5121 +fi
5122 +if test -z "$ac_cv_prog_DLLTOOL"; then
5123 +  ac_ct_DLLTOOL=$DLLTOOL
5124 +  # Extract the first word of "dlltool", so it can be a program name with args.
5125 +set dummy dlltool; ac_word=$2
5126 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5127 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5128 +if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
5129 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5130 +else
5131 +  if test -n "$ac_ct_DLLTOOL"; then
5132 +  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5133 +else
5134 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135 +for as_dir in $PATH
5136 +do
5137 +  IFS=$as_save_IFS
5138 +  test -z "$as_dir" && as_dir=.
5139 +  for ac_exec_ext in '' $ac_executable_extensions; do
5140 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5141 +    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5142 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 +    break 2
5144 +  fi
5145 +done
5146 +done
5147 +IFS=$as_save_IFS
5148 +
5149 +fi
5150 +fi
5151 +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5152 +if test -n "$ac_ct_DLLTOOL"; then
5153 +  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
5154 +echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
5155 +else
5156 +  { echo "$as_me:$LINENO: result: no" >&5
5157 +echo "${ECHO_T}no" >&6; }
5158 +fi
5159 +
5160 +  if test "x$ac_ct_DLLTOOL" = x; then
5161 +    DLLTOOL="false"
5162 +  else
5163 +    case $cross_compiling:$ac_tool_warned in
5164 +yes:)
5165 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5166 +whose name does not start with the host triplet.  If you think this
5167 +configuration is useful to you, please write to autoconf@gnu.org." >&5
5168 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5169 +whose name does not start with the host triplet.  If you think this
5170 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5171 +ac_tool_warned=yes ;;
5172 +esac
5173 +    DLLTOOL=$ac_ct_DLLTOOL
5174 +  fi
5175 +else
5176 +  DLLTOOL="$ac_cv_prog_DLLTOOL"
5177 +fi
5178 +
5179 +  if test -n "$ac_tool_prefix"; then
5180 +  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
5181 +set dummy ${ac_tool_prefix}as; ac_word=$2
5182 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5183 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5184 +if test "${ac_cv_prog_AS+set}" = set; then
5185 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5186 +else
5187 +  if test -n "$AS"; then
5188 +  ac_cv_prog_AS="$AS" # Let the user override the test.
5189 +else
5190 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191 +for as_dir in $PATH
5192 +do
5193 +  IFS=$as_save_IFS
5194 +  test -z "$as_dir" && as_dir=.
5195 +  for ac_exec_ext in '' $ac_executable_extensions; do
5196 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5197 +    ac_cv_prog_AS="${ac_tool_prefix}as"
5198 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 +    break 2
5200 +  fi
5201 +done
5202 +done
5203 +IFS=$as_save_IFS
5204 +
5205 +fi
5206 +fi
5207 +AS=$ac_cv_prog_AS
5208 +if test -n "$AS"; then
5209 +  { echo "$as_me:$LINENO: result: $AS" >&5
5210 +echo "${ECHO_T}$AS" >&6; }
5211 +else
5212 +  { echo "$as_me:$LINENO: result: no" >&5
5213 +echo "${ECHO_T}no" >&6; }
5214 +fi
5215 +
5216 +
5217 +fi
5218 +if test -z "$ac_cv_prog_AS"; then
5219 +  ac_ct_AS=$AS
5220 +  # Extract the first word of "as", so it can be a program name with args.
5221 +set dummy as; ac_word=$2
5222 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5223 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5224 +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5225 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5226 +else
5227 +  if test -n "$ac_ct_AS"; then
5228 +  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5229 +else
5230 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 +for as_dir in $PATH
5232 +do
5233 +  IFS=$as_save_IFS
5234 +  test -z "$as_dir" && as_dir=.
5235 +  for ac_exec_ext in '' $ac_executable_extensions; do
5236 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5237 +    ac_cv_prog_ac_ct_AS="as"
5238 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5239 +    break 2
5240 +  fi
5241 +done
5242 +done
5243 +IFS=$as_save_IFS
5244 +
5245 +fi
5246 +fi
5247 +ac_ct_AS=$ac_cv_prog_ac_ct_AS
5248 +if test -n "$ac_ct_AS"; then
5249 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5250 +echo "${ECHO_T}$ac_ct_AS" >&6; }
5251 +else
5252 +  { echo "$as_me:$LINENO: result: no" >&5
5253 +echo "${ECHO_T}no" >&6; }
5254 +fi
5255 +
5256 +  if test "x$ac_ct_AS" = x; then
5257 +    AS="false"
5258 +  else
5259 +    case $cross_compiling:$ac_tool_warned in
5260 +yes:)
5261 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5262 +whose name does not start with the host triplet.  If you think this
5263 +configuration is useful to you, please write to autoconf@gnu.org." >&5
5264 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5265 +whose name does not start with the host triplet.  If you think this
5266 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5267 +ac_tool_warned=yes ;;
5268 +esac
5269 +    AS=$ac_ct_AS
5270 +  fi
5271 +else
5272 +  AS="$ac_cv_prog_AS"
5273 +fi
5274 +
5275 +  if test -n "$ac_tool_prefix"; then
5276 +  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5277 +set dummy ${ac_tool_prefix}objdump; ac_word=$2
5278 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5279 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5280 +if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5281 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5282 +else
5283 +  if test -n "$OBJDUMP"; then
5284 +  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5285 +else
5286 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5287 +for as_dir in $PATH
5288 +do
5289 +  IFS=$as_save_IFS
5290 +  test -z "$as_dir" && as_dir=.
5291 +  for ac_exec_ext in '' $ac_executable_extensions; do
5292 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5293 +    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5294 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5295 +    break 2
5296 +  fi
5297 +done
5298 +done
5299 +IFS=$as_save_IFS
5300 +
5301 +fi
5302 +fi
5303 +OBJDUMP=$ac_cv_prog_OBJDUMP
5304 +if test -n "$OBJDUMP"; then
5305 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5306 +echo "${ECHO_T}$OBJDUMP" >&6; }
5307 +else
5308 +  { echo "$as_me:$LINENO: result: no" >&5
5309 +echo "${ECHO_T}no" >&6; }
5310 +fi
5311 +
5312 +
5313 +fi
5314 +if test -z "$ac_cv_prog_OBJDUMP"; then
5315 +  ac_ct_OBJDUMP=$OBJDUMP
5316 +  # Extract the first word of "objdump", so it can be a program name with args.
5317 +set dummy objdump; ac_word=$2
5318 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5319 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5320 +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5321 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5322 +else
5323 +  if test -n "$ac_ct_OBJDUMP"; then
5324 +  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5325 +else
5326 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5327 +for as_dir in $PATH
5328 +do
5329 +  IFS=$as_save_IFS
5330 +  test -z "$as_dir" && as_dir=.
5331 +  for ac_exec_ext in '' $ac_executable_extensions; do
5332 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5333 +    ac_cv_prog_ac_ct_OBJDUMP="objdump"
5334 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5335 +    break 2
5336 +  fi
5337 +done
5338 +done
5339 +IFS=$as_save_IFS
5340 +
5341 +fi
5342 +fi
5343 +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5344 +if test -n "$ac_ct_OBJDUMP"; then
5345 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5346 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
5347 +else
5348 +  { echo "$as_me:$LINENO: result: no" >&5
5349 +echo "${ECHO_T}no" >&6; }
5350 +fi
5351 +
5352 +  if test "x$ac_ct_OBJDUMP" = x; then
5353 +    OBJDUMP="false"
5354 +  else
5355 +    case $cross_compiling:$ac_tool_warned in
5356 +yes:)
5357 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5358 +whose name does not start with the host triplet.  If you think this
5359 +configuration is useful to you, please write to autoconf@gnu.org." >&5
5360 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5361 +whose name does not start with the host triplet.  If you think this
5362 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5363 +ac_tool_warned=yes ;;
5364 +esac
5365 +    OBJDUMP=$ac_ct_OBJDUMP
5366 +  fi
5367 +else
5368 +  OBJDUMP="$ac_cv_prog_OBJDUMP"
5369 +fi
5370 +
5371 +  ;;
5372 +  
5373 +esac
5374 +
5375 +need_locks="$enable_libtool_lock"
5376 +
5377 +
5378 +ac_ext=c
5379 +ac_cpp='$CPP $CPPFLAGS'
5380 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5381 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5382 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
5383 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5384 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5385 +# On Suns, sometimes $CPP names a directory.
5386 +if test -n "$CPP" && test -d "$CPP"; then
5387 +  CPP=
5388 +fi
5389 +if test -z "$CPP"; then
5390 +  if test "${ac_cv_prog_CPP+set}" = set; then
5391 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5392 +else
5393 +      # Double quotes because CPP needs to be expanded
5394 +    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5395 +    do
5396 +      ac_preproc_ok=false
5397 +for ac_c_preproc_warn_flag in '' yes
5398 +do
5399 +  # Use a header file that comes with gcc, so configuring glibc
5400 +  # with a fresh cross-compiler works.
5401 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5402 +  # <limits.h> exists even on freestanding compilers.
5403 +  # On the NeXT, cc -E runs the code through the compiler's parser,
5404 +  # not just through cpp. "Syntax error" is here to catch this case.
5405 +  cat >conftest.$ac_ext <<_ACEOF
5406 +/* confdefs.h.  */
5407 +_ACEOF
5408 +cat confdefs.h >>conftest.$ac_ext
5409 +cat >>conftest.$ac_ext <<_ACEOF
5410 +/* end confdefs.h.  */
5411 +@%:@ifdef __STDC__
5412 +@%:@ include <limits.h>
5413 +@%:@else
5414 +@%:@ include <assert.h>
5415 +@%:@endif
5416 +                    Syntax error
5417 +_ACEOF
5418 +if { (ac_try="$ac_cpp conftest.$ac_ext"
5419 +case "(($ac_try" in
5420 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5421 +  *) ac_try_echo=$ac_try;;
5422 +esac
5423 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5424 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5425 +  ac_status=$?
5426 +  grep -v '^ *+' conftest.er1 >conftest.err
5427 +  rm -f conftest.er1
5428 +  cat conftest.err >&5
5429 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5430 +  (exit $ac_status); } >/dev/null && {
5431 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5432 +        test ! -s conftest.err
5433 +       }; then
5434 +  :
5435 +else
5436 +  echo "$as_me: failed program was:" >&5
5437 +sed 's/^/| /' conftest.$ac_ext >&5
5438 +
5439 +  # Broken: fails on valid input.
5440 +continue
5441 +fi
5442 +
5443 +rm -f conftest.err conftest.$ac_ext
5444 +
5445 +  # OK, works on sane cases.  Now check whether nonexistent headers
5446 +  # can be detected and how.
5447 +  cat >conftest.$ac_ext <<_ACEOF
5448 +/* confdefs.h.  */
5449 +_ACEOF
5450 +cat confdefs.h >>conftest.$ac_ext
5451 +cat >>conftest.$ac_ext <<_ACEOF
5452 +/* end confdefs.h.  */
5453 +@%:@include <ac_nonexistent.h>
5454 +_ACEOF
5455 +if { (ac_try="$ac_cpp conftest.$ac_ext"
5456 +case "(($ac_try" in
5457 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5458 +  *) ac_try_echo=$ac_try;;
5459 +esac
5460 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5461 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5462 +  ac_status=$?
5463 +  grep -v '^ *+' conftest.er1 >conftest.err
5464 +  rm -f conftest.er1
5465 +  cat conftest.err >&5
5466 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5467 +  (exit $ac_status); } >/dev/null && {
5468 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5469 +        test ! -s conftest.err
5470 +       }; then
5471 +  # Broken: success on invalid input.
5472 +continue
5473 +else
5474 +  echo "$as_me: failed program was:" >&5
5475 +sed 's/^/| /' conftest.$ac_ext >&5
5476 +
5477 +  # Passes both tests.
5478 +ac_preproc_ok=:
5479 +break
5480 +fi
5481 +
5482 +rm -f conftest.err conftest.$ac_ext
5483 +
5484 +done
5485 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5486 +rm -f conftest.err conftest.$ac_ext
5487 +if $ac_preproc_ok; then
5488 +  break
5489 +fi
5490 +
5491 +    done
5492 +    ac_cv_prog_CPP=$CPP
5493 +  
5494 +fi
5495 +  CPP=$ac_cv_prog_CPP
5496 +else
5497 +  ac_cv_prog_CPP=$CPP
5498 +fi
5499 +{ echo "$as_me:$LINENO: result: $CPP" >&5
5500 +echo "${ECHO_T}$CPP" >&6; }
5501 +ac_preproc_ok=false
5502 +for ac_c_preproc_warn_flag in '' yes
5503 +do
5504 +  # Use a header file that comes with gcc, so configuring glibc
5505 +  # with a fresh cross-compiler works.
5506 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5507 +  # <limits.h> exists even on freestanding compilers.
5508 +  # On the NeXT, cc -E runs the code through the compiler's parser,
5509 +  # not just through cpp. "Syntax error" is here to catch this case.
5510 +  cat >conftest.$ac_ext <<_ACEOF
5511 +/* confdefs.h.  */
5512 +_ACEOF
5513 +cat confdefs.h >>conftest.$ac_ext
5514 +cat >>conftest.$ac_ext <<_ACEOF
5515 +/* end confdefs.h.  */
5516 +@%:@ifdef __STDC__
5517 +@%:@ include <limits.h>
5518 +@%:@else
5519 +@%:@ include <assert.h>
5520 +@%:@endif
5521 +                    Syntax error
5522 +_ACEOF
5523 +if { (ac_try="$ac_cpp conftest.$ac_ext"
5524 +case "(($ac_try" in
5525 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5526 +  *) ac_try_echo=$ac_try;;
5527 +esac
5528 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5529 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5530 +  ac_status=$?
5531 +  grep -v '^ *+' conftest.er1 >conftest.err
5532 +  rm -f conftest.er1
5533 +  cat conftest.err >&5
5534 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5535 +  (exit $ac_status); } >/dev/null && {
5536 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5537 +        test ! -s conftest.err
5538 +       }; then
5539 +  :
5540 +else
5541 +  echo "$as_me: failed program was:" >&5
5542 +sed 's/^/| /' conftest.$ac_ext >&5
5543 +
5544 +  # Broken: fails on valid input.
5545 +continue
5546 +fi
5547 +
5548 +rm -f conftest.err conftest.$ac_ext
5549 +
5550 +  # OK, works on sane cases.  Now check whether nonexistent headers
5551 +  # can be detected and how.
5552 +  cat >conftest.$ac_ext <<_ACEOF
5553 +/* confdefs.h.  */
5554 +_ACEOF
5555 +cat confdefs.h >>conftest.$ac_ext
5556 +cat >>conftest.$ac_ext <<_ACEOF
5557 +/* end confdefs.h.  */
5558 +@%:@include <ac_nonexistent.h>
5559 +_ACEOF
5560 +if { (ac_try="$ac_cpp conftest.$ac_ext"
5561 +case "(($ac_try" in
5562 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5563 +  *) ac_try_echo=$ac_try;;
5564 +esac
5565 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5566 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5567 +  ac_status=$?
5568 +  grep -v '^ *+' conftest.er1 >conftest.err
5569 +  rm -f conftest.er1
5570 +  cat conftest.err >&5
5571 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5572 +  (exit $ac_status); } >/dev/null && {
5573 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5574 +        test ! -s conftest.err
5575 +       }; then
5576 +  # Broken: success on invalid input.
5577 +continue
5578 +else
5579 +  echo "$as_me: failed program was:" >&5
5580 +sed 's/^/| /' conftest.$ac_ext >&5
5581 +
5582 +  # Passes both tests.
5583 +ac_preproc_ok=:
5584 +break
5585 +fi
5586 +
5587 +rm -f conftest.err conftest.$ac_ext
5588 +
5589 +done
5590 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5591 +rm -f conftest.err conftest.$ac_ext
5592 +if $ac_preproc_ok; then
5593 +  :
5594 +else
5595 +  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5596 +See \`config.log' for more details." >&5
5597 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5598 +See \`config.log' for more details." >&2;}
5599 +   { (exit 1); exit 1; }; }
5600 +fi
5601 +
5602 +ac_ext=c
5603 +ac_cpp='$CPP $CPPFLAGS'
5604 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5605 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5606 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
5607 +
5608 +
5609 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5610 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5611 +if test "${ac_cv_header_stdc+set}" = set; then
5612 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5613 +else
5614 +  cat >conftest.$ac_ext <<_ACEOF
5615 +/* confdefs.h.  */
5616 +_ACEOF
5617 +cat confdefs.h >>conftest.$ac_ext
5618 +cat >>conftest.$ac_ext <<_ACEOF
5619 +/* end confdefs.h.  */
5620 +#include <stdlib.h>
5621 +#include <stdarg.h>
5622 +#include <string.h>
5623 +#include <float.h>
5624 +
5625 +int
5626 +main ()
5627 +{
5628 +
5629 +  ;
5630 +  return 0;
5631 +}
5632 +_ACEOF
5633 +rm -f conftest.$ac_objext
5634 +if { (ac_try="$ac_compile"
5635 +case "(($ac_try" in
5636 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5637 +  *) ac_try_echo=$ac_try;;
5638 +esac
5639 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5640 +  (eval "$ac_compile") 2>conftest.er1
5641 +  ac_status=$?
5642 +  grep -v '^ *+' conftest.er1 >conftest.err
5643 +  rm -f conftest.er1
5644 +  cat conftest.err >&5
5645 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646 +  (exit $ac_status); } && {
5647 +        test -z "$ac_c_werror_flag" ||
5648 +        test ! -s conftest.err
5649 +       } && test -s conftest.$ac_objext; then
5650 +  ac_cv_header_stdc=yes
5651 +else
5652 +  echo "$as_me: failed program was:" >&5
5653 +sed 's/^/| /' conftest.$ac_ext >&5
5654 +
5655 +       ac_cv_header_stdc=no
5656 +fi
5657 +
5658 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5659 +
5660 +if test $ac_cv_header_stdc = yes; then
5661 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5662 +  cat >conftest.$ac_ext <<_ACEOF
5663 +/* confdefs.h.  */
5664 +_ACEOF
5665 +cat confdefs.h >>conftest.$ac_ext
5666 +cat >>conftest.$ac_ext <<_ACEOF
5667 +/* end confdefs.h.  */
5668 +#include <string.h>
5669 +
5670 +_ACEOF
5671 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5672 +  $EGREP "memchr" >/dev/null 2>&1; then
5673 +  :
5674 +else
5675 +  ac_cv_header_stdc=no
5676 +fi
5677 +rm -f conftest*
5678 +
5679 +fi
5680 +
5681 +if test $ac_cv_header_stdc = yes; then
5682 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5683 +  cat >conftest.$ac_ext <<_ACEOF
5684 +/* confdefs.h.  */
5685 +_ACEOF
5686 +cat confdefs.h >>conftest.$ac_ext
5687 +cat >>conftest.$ac_ext <<_ACEOF
5688 +/* end confdefs.h.  */
5689 +#include <stdlib.h>
5690 +
5691 +_ACEOF
5692 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5693 +  $EGREP "free" >/dev/null 2>&1; then
5694 +  :
5695 +else
5696 +  ac_cv_header_stdc=no
5697 +fi
5698 +rm -f conftest*
5699 +
5700 +fi
5701 +
5702 +if test $ac_cv_header_stdc = yes; then
5703 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5704 +  if test "$cross_compiling" = yes; then
5705 +  :
5706 +else
5707 +  cat >conftest.$ac_ext <<_ACEOF
5708 +/* confdefs.h.  */
5709 +_ACEOF
5710 +cat confdefs.h >>conftest.$ac_ext
5711 +cat >>conftest.$ac_ext <<_ACEOF
5712 +/* end confdefs.h.  */
5713 +#include <ctype.h>
5714 +#include <stdlib.h>
5715 +#if ((' ' & 0x0FF) == 0x020)
5716 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5717 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5718 +#else
5719 +# define ISLOWER(c) \
5720 +                  (('a' <= (c) && (c) <= 'i') \
5721 +                    || ('j' <= (c) && (c) <= 'r') \
5722 +                    || ('s' <= (c) && (c) <= 'z'))
5723 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5724 +#endif
5725 +
5726 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5727 +int
5728 +main ()
5729 +{
5730 +  int i;
5731 +  for (i = 0; i < 256; i++)
5732 +    if (XOR (islower (i), ISLOWER (i))
5733 +       || toupper (i) != TOUPPER (i))
5734 +      return 2;
5735 +  return 0;
5736 +}
5737 +_ACEOF
5738 +rm -f conftest$ac_exeext
5739 +if { (ac_try="$ac_link"
5740 +case "(($ac_try" in
5741 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5742 +  *) ac_try_echo=$ac_try;;
5743 +esac
5744 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5745 +  (eval "$ac_link") 2>&5
5746 +  ac_status=$?
5747 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5749 +  { (case "(($ac_try" in
5750 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5751 +  *) ac_try_echo=$ac_try;;
5752 +esac
5753 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5754 +  (eval "$ac_try") 2>&5
5755 +  ac_status=$?
5756 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5757 +  (exit $ac_status); }; }; then
5758 +  :
5759 +else
5760 +  echo "$as_me: program exited with status $ac_status" >&5
5761 +echo "$as_me: failed program was:" >&5
5762 +sed 's/^/| /' conftest.$ac_ext >&5
5763 +
5764 +( exit $ac_status )
5765 +ac_cv_header_stdc=no
5766 +fi
5767 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5768 +fi
5769 +
5770 +
5771 +fi
5772 +fi
5773 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5774 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5775 +if test $ac_cv_header_stdc = yes; then
5776 +  
5777 +cat >>confdefs.h <<\_ACEOF
5778 +@%:@define STDC_HEADERS 1
5779 +_ACEOF
5780 +
5781 +fi
5782 +
5783 +# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5784 +
5785 +
5786 +
5787 +
5788 +
5789 +
5790 +
5791 +
5792 +
5793 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5794 +                 inttypes.h stdint.h unistd.h
5795 +do
5796 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5797 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5798 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5799 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5800 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5801 +else
5802 +  cat >conftest.$ac_ext <<_ACEOF
5803 +/* confdefs.h.  */
5804 +_ACEOF
5805 +cat confdefs.h >>conftest.$ac_ext
5806 +cat >>conftest.$ac_ext <<_ACEOF
5807 +/* end confdefs.h.  */
5808 +$ac_includes_default
5809 +
5810 +@%:@include <$ac_header>
5811 +_ACEOF
5812 +rm -f conftest.$ac_objext
5813 +if { (ac_try="$ac_compile"
5814 +case "(($ac_try" in
5815 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5816 +  *) ac_try_echo=$ac_try;;
5817 +esac
5818 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5819 +  (eval "$ac_compile") 2>conftest.er1
5820 +  ac_status=$?
5821 +  grep -v '^ *+' conftest.er1 >conftest.err
5822 +  rm -f conftest.er1
5823 +  cat conftest.err >&5
5824 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 +  (exit $ac_status); } && {
5826 +        test -z "$ac_c_werror_flag" ||
5827 +        test ! -s conftest.err
5828 +       } && test -s conftest.$ac_objext; then
5829 +  eval "$as_ac_Header=yes"
5830 +else
5831 +  echo "$as_me: failed program was:" >&5
5832 +sed 's/^/| /' conftest.$ac_ext >&5
5833 +
5834 +       eval "$as_ac_Header=no"
5835 +fi
5836 +
5837 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5838 +fi
5839 +ac_res=`eval echo '${'$as_ac_Header'}'`
5840 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
5841 +echo "${ECHO_T}$ac_res" >&6; }
5842 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
5843 +  cat >>confdefs.h <<_ACEOF
5844 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5845 +_ACEOF
5846
5847 +fi
5848 +
5849 +done
5850 +
5851 +
5852 +
5853 +for ac_header in dlfcn.h
5854 +do
5855 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5856 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5857 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
5858 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5859 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5860 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5861 +fi
5862 +ac_res=`eval echo '${'$as_ac_Header'}'`
5863 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
5864 +echo "${ECHO_T}$ac_res" >&6; }
5865 +else
5866 +  # Is the header compilable?
5867 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
5868 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5869 +cat >conftest.$ac_ext <<_ACEOF
5870 +/* confdefs.h.  */
5871 +_ACEOF
5872 +cat confdefs.h >>conftest.$ac_ext
5873 +cat >>conftest.$ac_ext <<_ACEOF
5874 +/* end confdefs.h.  */
5875 +$ac_includes_default
5876 +@%:@include <$ac_header>
5877 +_ACEOF
5878 +rm -f conftest.$ac_objext
5879 +if { (ac_try="$ac_compile"
5880 +case "(($ac_try" in
5881 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5882 +  *) ac_try_echo=$ac_try;;
5883 +esac
5884 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5885 +  (eval "$ac_compile") 2>conftest.er1
5886 +  ac_status=$?
5887 +  grep -v '^ *+' conftest.er1 >conftest.err
5888 +  rm -f conftest.er1
5889 +  cat conftest.err >&5
5890 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 +  (exit $ac_status); } && {
5892 +        test -z "$ac_c_werror_flag" ||
5893 +        test ! -s conftest.err
5894 +       } && test -s conftest.$ac_objext; then
5895 +  ac_header_compiler=yes
5896 +else
5897 +  echo "$as_me: failed program was:" >&5
5898 +sed 's/^/| /' conftest.$ac_ext >&5
5899 +
5900 +       ac_header_compiler=no
5901 +fi
5902 +
5903 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5904 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5905 +echo "${ECHO_T}$ac_header_compiler" >&6; }
5906 +
5907 +# Is the header present?
5908 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
5909 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5910 +cat >conftest.$ac_ext <<_ACEOF
5911 +/* confdefs.h.  */
5912 +_ACEOF
5913 +cat confdefs.h >>conftest.$ac_ext
5914 +cat >>conftest.$ac_ext <<_ACEOF
5915 +/* end confdefs.h.  */
5916 +@%:@include <$ac_header>
5917 +_ACEOF
5918 +if { (ac_try="$ac_cpp conftest.$ac_ext"
5919 +case "(($ac_try" in
5920 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5921 +  *) ac_try_echo=$ac_try;;
5922 +esac
5923 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5924 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5925 +  ac_status=$?
5926 +  grep -v '^ *+' conftest.er1 >conftest.err
5927 +  rm -f conftest.er1
5928 +  cat conftest.err >&5
5929 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5930 +  (exit $ac_status); } >/dev/null && {
5931 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5932 +        test ! -s conftest.err
5933 +       }; then
5934 +  ac_header_preproc=yes
5935 +else
5936 +  echo "$as_me: failed program was:" >&5
5937 +sed 's/^/| /' conftest.$ac_ext >&5
5938 +
5939 +  ac_header_preproc=no
5940 +fi
5941 +
5942 +rm -f conftest.err conftest.$ac_ext
5943 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5944 +echo "${ECHO_T}$ac_header_preproc" >&6; }
5945 +
5946 +# So?  What about this header?
5947 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5948 +  yes:no: )
5949 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5950 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5951 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5952 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5953 +    ac_header_preproc=yes
5954 +    ;;
5955 +  no:yes:* )
5956 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5957 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5958 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5959 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5960 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5961 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5962 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5963 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5964 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5965 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5966 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5967 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5968 +    ( cat <<\_ASBOX
5969 +@%:@@%:@ ------------------------------------------- @%:@@%:@
5970 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
5971 +@%:@@%:@ ------------------------------------------- @%:@@%:@
5972 +_ASBOX
5973 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
5974 +    ;;
5975 +esac
5976 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5977 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5978 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5979 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5980 +else
5981 +  eval "$as_ac_Header=\$ac_header_preproc"
5982 +fi
5983 +ac_res=`eval echo '${'$as_ac_Header'}'`
5984 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
5985 +echo "${ECHO_T}$ac_res" >&6; }
5986 +
5987 +fi
5988 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
5989 +  cat >>confdefs.h <<_ACEOF
5990 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5991 +_ACEOF
5992
5993 +fi
5994 +
5995 +done
5996 +
5997 +ac_ext=cpp
5998 +ac_cpp='$CXXCPP $CPPFLAGS'
5999 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6000 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6001 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6002 +if test -z "$CXX"; then
6003 +  if test -n "$CCC"; then
6004 +    CXX=$CCC
6005 +  else
6006 +    if test -n "$ac_tool_prefix"; then
6007 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
6008 +  do
6009 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6010 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6011 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6012 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6013 +if test "${ac_cv_prog_CXX+set}" = set; then
6014 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6015 +else
6016 +  if test -n "$CXX"; then
6017 +  ac_cv_prog_CXX="$CXX" # Let the user override the test.
6018 +else
6019 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020 +for as_dir in $PATH
6021 +do
6022 +  IFS=$as_save_IFS
6023 +  test -z "$as_dir" && as_dir=.
6024 +  for ac_exec_ext in '' $ac_executable_extensions; do
6025 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026 +    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
6027 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 +    break 2
6029 +  fi
6030 +done
6031 +done
6032 +IFS=$as_save_IFS
6033 +
6034 +fi
6035 +fi
6036 +CXX=$ac_cv_prog_CXX
6037 +if test -n "$CXX"; then
6038 +  { echo "$as_me:$LINENO: result: $CXX" >&5
6039 +echo "${ECHO_T}$CXX" >&6; }
6040 +else
6041 +  { echo "$as_me:$LINENO: result: no" >&5
6042 +echo "${ECHO_T}no" >&6; }
6043 +fi
6044 +
6045 +
6046 +    test -n "$CXX" && break
6047 +  done
6048 +fi
6049 +if test -z "$CXX"; then
6050 +  ac_ct_CXX=$CXX
6051 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
6052 +do
6053 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
6054 +set dummy $ac_prog; ac_word=$2
6055 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6056 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6057 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
6058 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6059 +else
6060 +  if test -n "$ac_ct_CXX"; then
6061 +  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
6062 +else
6063 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064 +for as_dir in $PATH
6065 +do
6066 +  IFS=$as_save_IFS
6067 +  test -z "$as_dir" && as_dir=.
6068 +  for ac_exec_ext in '' $ac_executable_extensions; do
6069 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6070 +    ac_cv_prog_ac_ct_CXX="$ac_prog"
6071 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 +    break 2
6073 +  fi
6074 +done
6075 +done
6076 +IFS=$as_save_IFS
6077 +
6078 +fi
6079 +fi
6080 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
6081 +if test -n "$ac_ct_CXX"; then
6082 +  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
6083 +echo "${ECHO_T}$ac_ct_CXX" >&6; }
6084 +else
6085 +  { echo "$as_me:$LINENO: result: no" >&5
6086 +echo "${ECHO_T}no" >&6; }
6087 +fi
6088 +
6089 +
6090 +  test -n "$ac_ct_CXX" && break
6091 +done
6092 +
6093 +  if test "x$ac_ct_CXX" = x; then
6094 +    CXX="g++"
6095 +  else
6096 +    case $cross_compiling:$ac_tool_warned in
6097 +yes:)
6098 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6099 +whose name does not start with the host triplet.  If you think this
6100 +configuration is useful to you, please write to autoconf@gnu.org." >&5
6101 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6102 +whose name does not start with the host triplet.  If you think this
6103 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6104 +ac_tool_warned=yes ;;
6105 +esac
6106 +    CXX=$ac_ct_CXX
6107 +  fi
6108 +fi
6109 +
6110 +  fi
6111 +fi
6112 +# Provide some information about the compiler.
6113 +echo "$as_me:$LINENO: checking for C++ compiler version" >&5
6114 +ac_compiler=`set X $ac_compile; echo $2`
6115 +{ (ac_try="$ac_compiler --version >&5"
6116 +case "(($ac_try" in
6117 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6118 +  *) ac_try_echo=$ac_try;;
6119 +esac
6120 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6121 +  (eval "$ac_compiler --version >&5") 2>&5
6122 +  ac_status=$?
6123 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6124 +  (exit $ac_status); }
6125 +{ (ac_try="$ac_compiler -v >&5"
6126 +case "(($ac_try" in
6127 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6128 +  *) ac_try_echo=$ac_try;;
6129 +esac
6130 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6131 +  (eval "$ac_compiler -v >&5") 2>&5
6132 +  ac_status=$?
6133 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6134 +  (exit $ac_status); }
6135 +{ (ac_try="$ac_compiler -V >&5"
6136 +case "(($ac_try" in
6137 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6138 +  *) ac_try_echo=$ac_try;;
6139 +esac
6140 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6141 +  (eval "$ac_compiler -V >&5") 2>&5
6142 +  ac_status=$?
6143 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6144 +  (exit $ac_status); }
6145 +
6146 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
6147 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
6148 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
6149 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6150 +else
6151 +  cat >conftest.$ac_ext <<_ACEOF
6152 +/* confdefs.h.  */
6153 +_ACEOF
6154 +cat confdefs.h >>conftest.$ac_ext
6155 +cat >>conftest.$ac_ext <<_ACEOF
6156 +/* end confdefs.h.  */
6157 +
6158 +int
6159 +main ()
6160 +{
6161 +#ifndef __GNUC__
6162 +       choke me
6163 +#endif
6164 +
6165 +  ;
6166 +  return 0;
6167 +}
6168 +_ACEOF
6169 +rm -f conftest.$ac_objext
6170 +if { (ac_try="$ac_compile"
6171 +case "(($ac_try" in
6172 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6173 +  *) ac_try_echo=$ac_try;;
6174 +esac
6175 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6176 +  (eval "$ac_compile") 2>conftest.er1
6177 +  ac_status=$?
6178 +  grep -v '^ *+' conftest.er1 >conftest.err
6179 +  rm -f conftest.er1
6180 +  cat conftest.err >&5
6181 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6182 +  (exit $ac_status); } && {
6183 +        test -z "$ac_cxx_werror_flag" ||
6184 +        test ! -s conftest.err
6185 +       } && test -s conftest.$ac_objext; then
6186 +  ac_compiler_gnu=yes
6187 +else
6188 +  echo "$as_me: failed program was:" >&5
6189 +sed 's/^/| /' conftest.$ac_ext >&5
6190 +
6191 +       ac_compiler_gnu=no
6192 +fi
6193 +
6194 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6195 +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
6196 +
6197 +fi
6198 +{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
6199 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
6200 +GXX=`test $ac_compiler_gnu = yes && echo yes`
6201 +ac_test_CXXFLAGS=${CXXFLAGS+set}
6202 +ac_save_CXXFLAGS=$CXXFLAGS
6203 +{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
6204 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
6205 +if test "${ac_cv_prog_cxx_g+set}" = set; then
6206 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6207 +else
6208 +  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
6209 +   ac_cxx_werror_flag=yes
6210 +   ac_cv_prog_cxx_g=no
6211 +   CXXFLAGS="-g"
6212 +   cat >conftest.$ac_ext <<_ACEOF
6213 +/* confdefs.h.  */
6214 +_ACEOF
6215 +cat confdefs.h >>conftest.$ac_ext
6216 +cat >>conftest.$ac_ext <<_ACEOF
6217 +/* end confdefs.h.  */
6218 +
6219 +int
6220 +main ()
6221 +{
6222 +
6223 +  ;
6224 +  return 0;
6225 +}
6226 +_ACEOF
6227 +rm -f conftest.$ac_objext
6228 +if { (ac_try="$ac_compile"
6229 +case "(($ac_try" in
6230 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6231 +  *) ac_try_echo=$ac_try;;
6232 +esac
6233 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6234 +  (eval "$ac_compile") 2>conftest.er1
6235 +  ac_status=$?
6236 +  grep -v '^ *+' conftest.er1 >conftest.err
6237 +  rm -f conftest.er1
6238 +  cat conftest.err >&5
6239 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 +  (exit $ac_status); } && {
6241 +        test -z "$ac_cxx_werror_flag" ||
6242 +        test ! -s conftest.err
6243 +       } && test -s conftest.$ac_objext; then
6244 +  ac_cv_prog_cxx_g=yes
6245 +else
6246 +  echo "$as_me: failed program was:" >&5
6247 +sed 's/^/| /' conftest.$ac_ext >&5
6248 +
6249 +       CXXFLAGS=""
6250 +      cat >conftest.$ac_ext <<_ACEOF
6251 +/* confdefs.h.  */
6252 +_ACEOF
6253 +cat confdefs.h >>conftest.$ac_ext
6254 +cat >>conftest.$ac_ext <<_ACEOF
6255 +/* end confdefs.h.  */
6256 +
6257 +int
6258 +main ()
6259 +{
6260 +
6261 +  ;
6262 +  return 0;
6263 +}
6264 +_ACEOF
6265 +rm -f conftest.$ac_objext
6266 +if { (ac_try="$ac_compile"
6267 +case "(($ac_try" in
6268 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6269 +  *) ac_try_echo=$ac_try;;
6270 +esac
6271 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6272 +  (eval "$ac_compile") 2>conftest.er1
6273 +  ac_status=$?
6274 +  grep -v '^ *+' conftest.er1 >conftest.err
6275 +  rm -f conftest.er1
6276 +  cat conftest.err >&5
6277 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6278 +  (exit $ac_status); } && {
6279 +        test -z "$ac_cxx_werror_flag" ||
6280 +        test ! -s conftest.err
6281 +       } && test -s conftest.$ac_objext; then
6282 +  :
6283 +else
6284 +  echo "$as_me: failed program was:" >&5
6285 +sed 's/^/| /' conftest.$ac_ext >&5
6286 +
6287 +       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6288 +        CXXFLAGS="-g"
6289 +        cat >conftest.$ac_ext <<_ACEOF
6290 +/* confdefs.h.  */
6291 +_ACEOF
6292 +cat confdefs.h >>conftest.$ac_ext
6293 +cat >>conftest.$ac_ext <<_ACEOF
6294 +/* end confdefs.h.  */
6295 +
6296 +int
6297 +main ()
6298 +{
6299 +
6300 +  ;
6301 +  return 0;
6302 +}
6303 +_ACEOF
6304 +rm -f conftest.$ac_objext
6305 +if { (ac_try="$ac_compile"
6306 +case "(($ac_try" in
6307 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6308 +  *) ac_try_echo=$ac_try;;
6309 +esac
6310 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6311 +  (eval "$ac_compile") 2>conftest.er1
6312 +  ac_status=$?
6313 +  grep -v '^ *+' conftest.er1 >conftest.err
6314 +  rm -f conftest.er1
6315 +  cat conftest.err >&5
6316 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6317 +  (exit $ac_status); } && {
6318 +        test -z "$ac_cxx_werror_flag" ||
6319 +        test ! -s conftest.err
6320 +       } && test -s conftest.$ac_objext; then
6321 +  ac_cv_prog_cxx_g=yes
6322 +else
6323 +  echo "$as_me: failed program was:" >&5
6324 +sed 's/^/| /' conftest.$ac_ext >&5
6325 +
6326 +       
6327 +fi
6328 +
6329 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6330 +fi
6331 +
6332 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6333 +fi
6334 +
6335 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6336 +   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6337 +fi
6338 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
6339 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
6340 +if test "$ac_test_CXXFLAGS" = set; then
6341 +  CXXFLAGS=$ac_save_CXXFLAGS
6342 +elif test $ac_cv_prog_cxx_g = yes; then
6343 +  if test "$GXX" = yes; then
6344 +    CXXFLAGS="-g -O2"
6345 +  else
6346 +    CXXFLAGS="-g"
6347 +  fi
6348 +else
6349 +  if test "$GXX" = yes; then
6350 +    CXXFLAGS="-O2"
6351 +  else
6352 +    CXXFLAGS=
6353 +  fi
6354 +fi
6355 +ac_ext=cpp
6356 +ac_cpp='$CXXCPP $CPPFLAGS'
6357 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6358 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6359 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6360 +
6361 +depcc="$CXX"  am_compiler_list=
6362 +
6363 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6364 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
6365 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
6366 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6367 +else
6368 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6369 +  # We make a subdir and do the tests there.  Otherwise we can end up
6370 +  # making bogus files that we don't know about and never remove.  For
6371 +  # instance it was reported that on HP-UX the gcc test will end up
6372 +  # making a dummy file named `D' -- because `-MD' means `put the output
6373 +  # in D'.
6374 +  mkdir conftest.dir
6375 +  # Copy depcomp to subdir because otherwise we won't find it if we're
6376 +  # using a relative directory.
6377 +  cp "$am_depcomp" conftest.dir
6378 +  cd conftest.dir
6379 +  # We will build objects and dependencies in a subdirectory because
6380 +  # it helps to detect inapplicable dependency modes.  For instance
6381 +  # both Tru64's cc and ICC support -MD to output dependencies as a
6382 +  # side effect of compilation, but ICC will put the dependencies in
6383 +  # the current directory while Tru64 will put them in the object
6384 +  # directory.
6385 +  mkdir sub
6386 +
6387 +  am_cv_CXX_dependencies_compiler_type=none
6388 +  if test "$am_compiler_list" = ""; then
6389 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6390 +  fi
6391 +  for depmode in $am_compiler_list; do
6392 +    # Setup a source with many dependencies, because some compilers
6393 +    # like to wrap large dependency lists on column 80 (with \), and
6394 +    # we should not choose a depcomp mode which is confused by this.
6395 +    #
6396 +    # We need to recreate these files for each test, as the compiler may
6397 +    # overwrite some of them when testing with obscure command lines.
6398 +    # This happens at least with the AIX C compiler.
6399 +    : > sub/conftest.c
6400 +    for i in 1 2 3 4 5 6; do
6401 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
6402 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6403 +      # Solaris 8's {/usr,}/bin/sh.
6404 +      touch sub/conftst$i.h
6405 +    done
6406 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6407 +
6408 +    case $depmode in
6409 +    nosideeffect)
6410 +      # after this tag, mechanisms are not by side-effect, so they'll
6411 +      # only be used when explicitly requested
6412 +      if test "x$enable_dependency_tracking" = xyes; then
6413 +       continue
6414 +      else
6415 +       break
6416 +      fi
6417 +      ;;
6418 +    none) break ;;
6419 +    esac
6420 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6421 +    # mode.  It turns out that the SunPro C++ compiler does not properly
6422 +    # handle `-M -o', and we need to detect this.
6423 +    if depmode=$depmode \
6424 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6425 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6426 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6427 +         >/dev/null 2>conftest.err &&
6428 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6429 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6430 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6431 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6432 +      # icc doesn't choke on unknown options, it will just issue warnings
6433 +      # or remarks (even with -Werror).  So we grep stderr for any message
6434 +      # that says an option was ignored or not supported.
6435 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
6436 +      #   icc: Command line warning: ignoring option '-M'; no argument required
6437 +      # The diagnosis changed in icc 8.0:
6438 +      #   icc: Command line remark: option '-MP' not supported
6439 +      if (grep 'ignoring option' conftest.err ||
6440 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6441 +        am_cv_CXX_dependencies_compiler_type=$depmode
6442 +        break
6443 +      fi
6444 +    fi
6445 +  done
6446 +
6447 +  cd ..
6448 +  rm -rf conftest.dir
6449 +else
6450 +  am_cv_CXX_dependencies_compiler_type=none
6451 +fi
6452 +
6453 +fi
6454 +{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6455 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
6456 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6457 +
6458 + if 
6459 +  test "x$enable_dependency_tracking" != xno \
6460 +  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6461 +  am__fastdepCXX_TRUE=
6462 +  am__fastdepCXX_FALSE='#'
6463 +else
6464 +  am__fastdepCXX_TRUE='#'
6465 +  am__fastdepCXX_FALSE=
6466 +fi
6467 +
6468 +
6469 +
6470 +
6471 +if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
6472 +    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
6473 +    (test "X$CXX" != "Xg++"))) ; then
6474 +  ac_ext=cpp
6475 +ac_cpp='$CXXCPP $CPPFLAGS'
6476 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6477 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6478 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6479 +{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6480 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
6481 +if test -z "$CXXCPP"; then
6482 +  if test "${ac_cv_prog_CXXCPP+set}" = set; then
6483 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6484 +else
6485 +      # Double quotes because CXXCPP needs to be expanded
6486 +    for CXXCPP in "$CXX -E" "/lib/cpp"
6487 +    do
6488 +      ac_preproc_ok=false
6489 +for ac_cxx_preproc_warn_flag in '' yes
6490 +do
6491 +  # Use a header file that comes with gcc, so configuring glibc
6492 +  # with a fresh cross-compiler works.
6493 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6494 +  # <limits.h> exists even on freestanding compilers.
6495 +  # On the NeXT, cc -E runs the code through the compiler's parser,
6496 +  # not just through cpp. "Syntax error" is here to catch this case.
6497 +  cat >conftest.$ac_ext <<_ACEOF
6498 +/* confdefs.h.  */
6499 +_ACEOF
6500 +cat confdefs.h >>conftest.$ac_ext
6501 +cat >>conftest.$ac_ext <<_ACEOF
6502 +/* end confdefs.h.  */
6503 +@%:@ifdef __STDC__
6504 +@%:@ include <limits.h>
6505 +@%:@else
6506 +@%:@ include <assert.h>
6507 +@%:@endif
6508 +                    Syntax error
6509 +_ACEOF
6510 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6511 +case "(($ac_try" in
6512 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6513 +  *) ac_try_echo=$ac_try;;
6514 +esac
6515 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6516 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6517 +  ac_status=$?
6518 +  grep -v '^ *+' conftest.er1 >conftest.err
6519 +  rm -f conftest.er1
6520 +  cat conftest.err >&5
6521 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6522 +  (exit $ac_status); } >/dev/null && {
6523 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6524 +        test ! -s conftest.err
6525 +       }; then
6526 +  :
6527 +else
6528 +  echo "$as_me: failed program was:" >&5
6529 +sed 's/^/| /' conftest.$ac_ext >&5
6530 +
6531 +  # Broken: fails on valid input.
6532 +continue
6533 +fi
6534 +
6535 +rm -f conftest.err conftest.$ac_ext
6536 +
6537 +  # OK, works on sane cases.  Now check whether nonexistent headers
6538 +  # can be detected and how.
6539 +  cat >conftest.$ac_ext <<_ACEOF
6540 +/* confdefs.h.  */
6541 +_ACEOF
6542 +cat confdefs.h >>conftest.$ac_ext
6543 +cat >>conftest.$ac_ext <<_ACEOF
6544 +/* end confdefs.h.  */
6545 +@%:@include <ac_nonexistent.h>
6546 +_ACEOF
6547 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6548 +case "(($ac_try" in
6549 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6550 +  *) ac_try_echo=$ac_try;;
6551 +esac
6552 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6553 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6554 +  ac_status=$?
6555 +  grep -v '^ *+' conftest.er1 >conftest.err
6556 +  rm -f conftest.er1
6557 +  cat conftest.err >&5
6558 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6559 +  (exit $ac_status); } >/dev/null && {
6560 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6561 +        test ! -s conftest.err
6562 +       }; then
6563 +  # Broken: success on invalid input.
6564 +continue
6565 +else
6566 +  echo "$as_me: failed program was:" >&5
6567 +sed 's/^/| /' conftest.$ac_ext >&5
6568 +
6569 +  # Passes both tests.
6570 +ac_preproc_ok=:
6571 +break
6572 +fi
6573 +
6574 +rm -f conftest.err conftest.$ac_ext
6575 +
6576 +done
6577 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6578 +rm -f conftest.err conftest.$ac_ext
6579 +if $ac_preproc_ok; then
6580 +  break
6581 +fi
6582 +
6583 +    done
6584 +    ac_cv_prog_CXXCPP=$CXXCPP
6585 +  
6586 +fi
6587 +  CXXCPP=$ac_cv_prog_CXXCPP
6588 +else
6589 +  ac_cv_prog_CXXCPP=$CXXCPP
6590 +fi
6591 +{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
6592 +echo "${ECHO_T}$CXXCPP" >&6; }
6593 +ac_preproc_ok=false
6594 +for ac_cxx_preproc_warn_flag in '' yes
6595 +do
6596 +  # Use a header file that comes with gcc, so configuring glibc
6597 +  # with a fresh cross-compiler works.
6598 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6599 +  # <limits.h> exists even on freestanding compilers.
6600 +  # On the NeXT, cc -E runs the code through the compiler's parser,
6601 +  # not just through cpp. "Syntax error" is here to catch this case.
6602 +  cat >conftest.$ac_ext <<_ACEOF
6603 +/* confdefs.h.  */
6604 +_ACEOF
6605 +cat confdefs.h >>conftest.$ac_ext
6606 +cat >>conftest.$ac_ext <<_ACEOF
6607 +/* end confdefs.h.  */
6608 +@%:@ifdef __STDC__
6609 +@%:@ include <limits.h>
6610 +@%:@else
6611 +@%:@ include <assert.h>
6612 +@%:@endif
6613 +                    Syntax error
6614 +_ACEOF
6615 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6616 +case "(($ac_try" in
6617 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6618 +  *) ac_try_echo=$ac_try;;
6619 +esac
6620 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6621 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6622 +  ac_status=$?
6623 +  grep -v '^ *+' conftest.er1 >conftest.err
6624 +  rm -f conftest.er1
6625 +  cat conftest.err >&5
6626 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6627 +  (exit $ac_status); } >/dev/null && {
6628 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6629 +        test ! -s conftest.err
6630 +       }; then
6631 +  :
6632 +else
6633 +  echo "$as_me: failed program was:" >&5
6634 +sed 's/^/| /' conftest.$ac_ext >&5
6635 +
6636 +  # Broken: fails on valid input.
6637 +continue
6638 +fi
6639 +
6640 +rm -f conftest.err conftest.$ac_ext
6641 +
6642 +  # OK, works on sane cases.  Now check whether nonexistent headers
6643 +  # can be detected and how.
6644 +  cat >conftest.$ac_ext <<_ACEOF
6645 +/* confdefs.h.  */
6646 +_ACEOF
6647 +cat confdefs.h >>conftest.$ac_ext
6648 +cat >>conftest.$ac_ext <<_ACEOF
6649 +/* end confdefs.h.  */
6650 +@%:@include <ac_nonexistent.h>
6651 +_ACEOF
6652 +if { (ac_try="$ac_cpp conftest.$ac_ext"
6653 +case "(($ac_try" in
6654 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6655 +  *) ac_try_echo=$ac_try;;
6656 +esac
6657 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6658 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6659 +  ac_status=$?
6660 +  grep -v '^ *+' conftest.er1 >conftest.err
6661 +  rm -f conftest.er1
6662 +  cat conftest.err >&5
6663 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 +  (exit $ac_status); } >/dev/null && {
6665 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6666 +        test ! -s conftest.err
6667 +       }; then
6668 +  # Broken: success on invalid input.
6669 +continue
6670 +else
6671 +  echo "$as_me: failed program was:" >&5
6672 +sed 's/^/| /' conftest.$ac_ext >&5
6673 +
6674 +  # Passes both tests.
6675 +ac_preproc_ok=:
6676 +break
6677 +fi
6678 +
6679 +rm -f conftest.err conftest.$ac_ext
6680 +
6681 +done
6682 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6683 +rm -f conftest.err conftest.$ac_ext
6684 +if $ac_preproc_ok; then
6685 +  :
6686 +else
6687 +  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6688 +See \`config.log' for more details." >&5
6689 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6690 +See \`config.log' for more details." >&2;}
6691 +   { (exit 1); exit 1; }; }
6692 +fi
6693 +
6694 +ac_ext=cpp
6695 +ac_cpp='$CXXCPP $CPPFLAGS'
6696 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6697 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6698 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6699 +
6700 +fi
6701 +
6702 +
6703 +ac_ext=f
6704 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
6705 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6706 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu
6707 +if test -n "$ac_tool_prefix"; then
6708 +  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6709 +  do
6710 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6711 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6712 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6714 +if test "${ac_cv_prog_F77+set}" = set; then
6715 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6716 +else
6717 +  if test -n "$F77"; then
6718 +  ac_cv_prog_F77="$F77" # Let the user override the test.
6719 +else
6720 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 +for as_dir in $PATH
6722 +do
6723 +  IFS=$as_save_IFS
6724 +  test -z "$as_dir" && as_dir=.
6725 +  for ac_exec_ext in '' $ac_executable_extensions; do
6726 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727 +    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
6728 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729 +    break 2
6730 +  fi
6731 +done
6732 +done
6733 +IFS=$as_save_IFS
6734 +
6735 +fi
6736 +fi
6737 +F77=$ac_cv_prog_F77
6738 +if test -n "$F77"; then
6739 +  { echo "$as_me:$LINENO: result: $F77" >&5
6740 +echo "${ECHO_T}$F77" >&6; }
6741 +else
6742 +  { echo "$as_me:$LINENO: result: no" >&5
6743 +echo "${ECHO_T}no" >&6; }
6744 +fi
6745 +
6746 +
6747 +    test -n "$F77" && break
6748 +  done
6749 +fi
6750 +if test -z "$F77"; then
6751 +  ac_ct_F77=$F77
6752 +  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6753 +do
6754 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
6755 +set dummy $ac_prog; ac_word=$2
6756 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6757 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6758 +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
6759 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6760 +else
6761 +  if test -n "$ac_ct_F77"; then
6762 +  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
6763 +else
6764 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6765 +for as_dir in $PATH
6766 +do
6767 +  IFS=$as_save_IFS
6768 +  test -z "$as_dir" && as_dir=.
6769 +  for ac_exec_ext in '' $ac_executable_extensions; do
6770 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6771 +    ac_cv_prog_ac_ct_F77="$ac_prog"
6772 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6773 +    break 2
6774 +  fi
6775 +done
6776 +done
6777 +IFS=$as_save_IFS
6778 +
6779 +fi
6780 +fi
6781 +ac_ct_F77=$ac_cv_prog_ac_ct_F77
6782 +if test -n "$ac_ct_F77"; then
6783 +  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6784 +echo "${ECHO_T}$ac_ct_F77" >&6; }
6785 +else
6786 +  { echo "$as_me:$LINENO: result: no" >&5
6787 +echo "${ECHO_T}no" >&6; }
6788 +fi
6789 +
6790 +
6791 +  test -n "$ac_ct_F77" && break
6792 +done
6793 +
6794 +  if test "x$ac_ct_F77" = x; then
6795 +    F77=""
6796 +  else
6797 +    case $cross_compiling:$ac_tool_warned in
6798 +yes:)
6799 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6800 +whose name does not start with the host triplet.  If you think this
6801 +configuration is useful to you, please write to autoconf@gnu.org." >&5
6802 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6803 +whose name does not start with the host triplet.  If you think this
6804 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6805 +ac_tool_warned=yes ;;
6806 +esac
6807 +    F77=$ac_ct_F77
6808 +  fi
6809 +fi
6810 +
6811 +
6812 +# Provide some information about the compiler.
6813 +echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
6814 +ac_compiler=`set X $ac_compile; echo $2`
6815 +{ (ac_try="$ac_compiler --version >&5"
6816 +case "(($ac_try" in
6817 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6818 +  *) ac_try_echo=$ac_try;;
6819 +esac
6820 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821 +  (eval "$ac_compiler --version >&5") 2>&5
6822 +  ac_status=$?
6823 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6824 +  (exit $ac_status); }
6825 +{ (ac_try="$ac_compiler -v >&5"
6826 +case "(($ac_try" in
6827 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6828 +  *) ac_try_echo=$ac_try;;
6829 +esac
6830 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6831 +  (eval "$ac_compiler -v >&5") 2>&5
6832 +  ac_status=$?
6833 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834 +  (exit $ac_status); }
6835 +{ (ac_try="$ac_compiler -V >&5"
6836 +case "(($ac_try" in
6837 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6838 +  *) ac_try_echo=$ac_try;;
6839 +esac
6840 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6841 +  (eval "$ac_compiler -V >&5") 2>&5
6842 +  ac_status=$?
6843 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6844 +  (exit $ac_status); }
6845 +rm -f a.out
6846 +
6847 +# If we don't use `.F' as extension, the preprocessor is not run on the
6848 +# input file.  (Note that this only needs to work for GNU compilers.)
6849 +ac_save_ext=$ac_ext
6850 +ac_ext=F
6851 +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6852 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
6853 +if test "${ac_cv_f77_compiler_gnu+set}" = set; then
6854 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6855 +else
6856 +  cat >conftest.$ac_ext <<_ACEOF
6857 +      program main
6858 +#ifndef __GNUC__
6859 +       choke me
6860 +#endif
6861 +
6862 +      end
6863 +_ACEOF
6864 +rm -f conftest.$ac_objext
6865 +if { (ac_try="$ac_compile"
6866 +case "(($ac_try" in
6867 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6868 +  *) ac_try_echo=$ac_try;;
6869 +esac
6870 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6871 +  (eval "$ac_compile") 2>conftest.er1
6872 +  ac_status=$?
6873 +  grep -v '^ *+' conftest.er1 >conftest.err
6874 +  rm -f conftest.er1
6875 +  cat conftest.err >&5
6876 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6877 +  (exit $ac_status); } && {
6878 +        test -z "$ac_f77_werror_flag" ||
6879 +        test ! -s conftest.err
6880 +       } && test -s conftest.$ac_objext; then
6881 +  ac_compiler_gnu=yes
6882 +else
6883 +  echo "$as_me: failed program was:" >&5
6884 +sed 's/^/| /' conftest.$ac_ext >&5
6885 +
6886 +       ac_compiler_gnu=no
6887 +fi
6888 +
6889 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6890 +ac_cv_f77_compiler_gnu=$ac_compiler_gnu
6891 +
6892 +fi
6893 +{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6894 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
6895 +ac_ext=$ac_save_ext
6896 +ac_test_FFLAGS=${FFLAGS+set}
6897 +ac_save_FFLAGS=$FFLAGS
6898 +FFLAGS=
6899 +{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6900 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
6901 +if test "${ac_cv_prog_f77_g+set}" = set; then
6902 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6903 +else
6904 +  FFLAGS=-g
6905 +cat >conftest.$ac_ext <<_ACEOF
6906 +      program main
6907 +
6908 +      end
6909 +_ACEOF
6910 +rm -f conftest.$ac_objext
6911 +if { (ac_try="$ac_compile"
6912 +case "(($ac_try" in
6913 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6914 +  *) ac_try_echo=$ac_try;;
6915 +esac
6916 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6917 +  (eval "$ac_compile") 2>conftest.er1
6918 +  ac_status=$?
6919 +  grep -v '^ *+' conftest.er1 >conftest.err
6920 +  rm -f conftest.er1
6921 +  cat conftest.err >&5
6922 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 +  (exit $ac_status); } && {
6924 +        test -z "$ac_f77_werror_flag" ||
6925 +        test ! -s conftest.err
6926 +       } && test -s conftest.$ac_objext; then
6927 +  ac_cv_prog_f77_g=yes
6928 +else
6929 +  echo "$as_me: failed program was:" >&5
6930 +sed 's/^/| /' conftest.$ac_ext >&5
6931 +
6932 +       ac_cv_prog_f77_g=no
6933 +fi
6934 +
6935 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6936 +
6937 +fi
6938 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6939 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
6940 +if test "$ac_test_FFLAGS" = set; then
6941 +  FFLAGS=$ac_save_FFLAGS
6942 +elif test $ac_cv_prog_f77_g = yes; then
6943 +  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
6944 +    FFLAGS="-g -O2"
6945 +  else
6946 +    FFLAGS="-g"
6947 +  fi
6948 +else
6949 +  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
6950 +    FFLAGS="-O2"
6951 +  else
6952 +    FFLAGS=
6953 +  fi
6954 +fi
6955 +
6956 +G77=`test $ac_compiler_gnu = yes && echo yes`
6957 +ac_ext=c
6958 +ac_cpp='$CPP $CPPFLAGS'
6959 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6960 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6961 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
6962 +
6963 +
6964 +
6965 +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
6966 +# find the maximum length of command line arguments
6967 +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6968 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6969 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6970 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6971 +else
6972 +    i=0
6973 +  teststring="ABCD"
6974 +
6975 +  case $build_os in
6976 +  msdosdjgpp*)
6977 +    # On DJGPP, this test can blow up pretty badly due to problems in libc
6978 +    # (any single argument exceeding 2000 bytes causes a buffer overrun
6979 +    # during glob expansion).  Even if it were fixed, the result of this
6980 +    # check would be larger than it should be.
6981 +    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6982 +    ;;
6983 +
6984 +  gnu*)
6985 +    # Under GNU Hurd, this test is not required because there is
6986 +    # no limit to the length of command line arguments.
6987 +    # Libtool will interpret -1 as no limit whatsoever
6988 +    lt_cv_sys_max_cmd_len=-1;
6989 +    ;;
6990 +
6991 +  cygwin* | mingw*)
6992 +    # On Win9x/ME, this test blows up -- it succeeds, but takes
6993 +    # about 5 minutes as the teststring grows exponentially.
6994 +    # Worse, since 9x/ME are not pre-emptively multitasking,
6995 +    # you end up with a "frozen" computer, even though with patience
6996 +    # the test eventually succeeds (with a max line length of 256k).
6997 +    # Instead, let's just punt: use the minimum linelength reported by
6998 +    # all of the supported platforms: 8192 (on NT/2K/XP).
6999 +    lt_cv_sys_max_cmd_len=8192;
7000 +    ;;
7001 +
7002 +  amigaos*)
7003 +    # On AmigaOS with pdksh, this test takes hours, literally.
7004 +    # So we just punt and use a minimum line length of 8192.
7005 +    lt_cv_sys_max_cmd_len=8192;
7006 +    ;;
7007 +
7008 +  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
7009 +    # This has been around since 386BSD, at least.  Likely further.
7010 +    if test -x /sbin/sysctl; then
7011 +      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
7012 +    elif test -x /usr/sbin/sysctl; then
7013 +      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
7014 +    else
7015 +      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
7016 +    fi
7017 +    # And add a safety zone
7018 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7019 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7020 +    ;;
7021 +
7022 +  interix*)
7023 +    # We know the value 262144 and hardcode it with a safety zone (like BSD)
7024 +    lt_cv_sys_max_cmd_len=196608
7025 +    ;;
7026 +
7027 +  osf*)
7028 +    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
7029 +    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
7030 +    # nice to cause kernel panics so lets avoid the loop below.
7031 +    # First set a reasonable default.
7032 +    lt_cv_sys_max_cmd_len=16384
7033 +    #
7034 +    if test -x /sbin/sysconfig; then
7035 +      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
7036 +        *1*) lt_cv_sys_max_cmd_len=-1 ;;
7037 +      esac
7038 +    fi
7039 +    ;;
7040 +  sco3.2v5*)
7041 +    lt_cv_sys_max_cmd_len=102400
7042 +    ;;
7043 +  sysv5* | sco5v6* | sysv4.2uw2*)
7044 +    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
7045 +    if test -n "$kargmax"; then
7046 +      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
7047 +    else
7048 +      lt_cv_sys_max_cmd_len=32768
7049 +    fi
7050 +    ;;
7051 +  *)
7052 +    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
7053 +    if test -n "$lt_cv_sys_max_cmd_len"; then
7054 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
7055 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
7056 +    else
7057 +      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
7058 +      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
7059 +              = "XX$teststring") >/dev/null 2>&1 &&
7060 +             new_result=`expr "X$teststring" : ".*" 2>&1` &&
7061 +             lt_cv_sys_max_cmd_len=$new_result &&
7062 +             test $i != 17 # 1/2 MB should be enough
7063 +      do
7064 +        i=`expr $i + 1`
7065 +        teststring=$teststring$teststring
7066 +      done
7067 +      teststring=
7068 +      # Add a significant safety factor because C++ compilers can tack on massive
7069 +      # amounts of additional arguments before passing them to the linker.
7070 +      # It appears as though 1/2 is a usable value.
7071 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
7072 +    fi
7073 +    ;;
7074 +  esac
7075 +
7076 +fi
7077 +
7078 +if test -n $lt_cv_sys_max_cmd_len ; then
7079 +  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
7080 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
7081 +else
7082 +  { echo "$as_me:$LINENO: result: none" >&5
7083 +echo "${ECHO_T}none" >&6; }
7084 +fi
7085 +
7086 +
7087 +
7088 +
7089 +
7090 +# Check for command to grab the raw symbol name followed by C symbol from nm.
7091 +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
7092 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
7093 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
7094 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7095 +else
7096 +  
7097 +# These are sane defaults that work on at least a few old systems.
7098 +# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7099 +
7100 +# Character class describing NM global symbol codes.
7101 +symcode='[BCDEGRST]'
7102 +
7103 +# Regexp to match symbols that can be accessed directly from C.
7104 +sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7105 +
7106 +# Transform an extracted symbol line into a proper C declaration
7107 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
7108 +
7109 +# Transform an extracted symbol line into symbol name and symbol address
7110 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7111 +
7112 +# Define system-specific variables.
7113 +case $host_os in
7114 +aix*)
7115 +  symcode='[BCDT]'
7116 +  ;;
7117 +cygwin* | mingw* | pw32*)
7118 +  symcode='[ABCDGISTW]'
7119 +  ;;
7120 +hpux*) # Its linker distinguishes data from code symbols
7121 +  if test "$host_cpu" = ia64; then
7122 +    symcode='[ABCDEGRST]'
7123 +  fi
7124 +  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7125 +  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7126 +  ;;
7127 +linux* | k*bsd*-gnu)
7128 +  if test "$host_cpu" = ia64; then
7129 +    symcode='[ABCDGIRSTW]'
7130 +    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7131 +    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
7132 +  fi
7133 +  ;;
7134 +irix* | nonstopux*)
7135 +  symcode='[BCDEGRST]'
7136 +  ;;
7137 +osf*)
7138 +  symcode='[BCDEGQRST]'
7139 +  ;;
7140 +solaris*)
7141 +  symcode='[BDRT]'
7142 +  ;;
7143 +sco3.2v5*)
7144 +  symcode='[DT]'
7145 +  ;;
7146 +sysv4.2uw2*)
7147 +  symcode='[DT]'
7148 +  ;;
7149 +sysv5* | sco5v6* | unixware* | OpenUNIX*)
7150 +  symcode='[ABDT]'
7151 +  ;;
7152 +sysv4)
7153 +  symcode='[DFNSTU]'
7154 +  ;;
7155 +esac
7156 +
7157 +# Handle CRLF in mingw tool chain
7158 +opt_cr=
7159 +case $build_os in
7160 +mingw*)
7161 +  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7162 +  ;;
7163 +esac
7164 +
7165 +# If we're using GNU nm, then use its standard symbol codes.
7166 +case `$NM -V 2>&1` in
7167 +*GNU* | *'with BFD'*)
7168 +  symcode='[ABCDGIRSTW]' ;;
7169 +esac
7170 +
7171 +# Try without a prefix undercore, then with it.
7172 +for ac_symprfx in "" "_"; do
7173 +
7174 +  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7175 +  symxfrm="\\1 $ac_symprfx\\2 \\2"
7176 +
7177 +  # Write the raw and C identifiers.
7178 +  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7179 +
7180 +  # Check to see that the pipe works correctly.
7181 +  pipe_works=no
7182 +
7183 +  rm -f conftest*
7184 +  cat > conftest.$ac_ext <<EOF
7185 +#ifdef __cplusplus
7186 +extern "C" {
7187 +#endif
7188 +char nm_test_var;
7189 +void nm_test_func(){}
7190 +#ifdef __cplusplus
7191 +}
7192 +#endif
7193 +int main(){nm_test_var='a';nm_test_func();return(0);}
7194 +EOF
7195 +
7196 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7197 +  (eval $ac_compile) 2>&5
7198 +  ac_status=$?
7199 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7200 +  (exit $ac_status); }; then
7201 +    # Now try to grab the symbols.
7202 +    nlist=conftest.nm
7203 +    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
7204 +  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
7205 +  ac_status=$?
7206 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7207 +  (exit $ac_status); } && test -s "$nlist"; then
7208 +      # Try sorting and uniquifying the output.
7209 +      if sort "$nlist" | uniq > "$nlist"T; then
7210 +       mv -f "$nlist"T "$nlist"
7211 +      else
7212 +       rm -f "$nlist"T
7213 +      fi
7214 +
7215 +      # Make sure that we snagged all the symbols we need.
7216 +      if grep ' nm_test_var$' "$nlist" >/dev/null; then
7217 +       if grep ' nm_test_func$' "$nlist" >/dev/null; then
7218 +         cat <<EOF > conftest.$ac_ext
7219 +#ifdef __cplusplus
7220 +extern "C" {
7221 +#endif
7222 +
7223 +EOF
7224 +         # Now generate the symbol file.
7225 +         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
7226 +
7227 +         cat <<EOF >> conftest.$ac_ext
7228 +#if defined (__STDC__) && __STDC__
7229 +# define lt_ptr_t void *
7230 +#else
7231 +# define lt_ptr_t char *
7232 +# define const
7233 +#endif
7234 +
7235 +/* The mapping between symbol names and symbols. */
7236 +const struct {
7237 +  const char *name;
7238 +  lt_ptr_t address;
7239 +}
7240 +lt_preloaded_symbols[] =
7241 +{
7242 +EOF
7243 +         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
7244 +         cat <<\EOF >> conftest.$ac_ext
7245 +  {0, (lt_ptr_t) 0}
7246 +};
7247 +
7248 +#ifdef __cplusplus
7249 +}
7250 +#endif
7251 +EOF
7252 +         # Now try linking the two files.
7253 +         mv conftest.$ac_objext conftstm.$ac_objext
7254 +         lt_save_LIBS="$LIBS"
7255 +         lt_save_CFLAGS="$CFLAGS"
7256 +         LIBS="conftstm.$ac_objext"
7257 +         CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7258 +         if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7259 +  (eval $ac_link) 2>&5
7260 +  ac_status=$?
7261 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7262 +  (exit $ac_status); } && test -s conftest${ac_exeext}; then
7263 +           pipe_works=yes
7264 +         fi
7265 +         LIBS="$lt_save_LIBS"
7266 +         CFLAGS="$lt_save_CFLAGS"
7267 +       else
7268 +         echo "cannot find nm_test_func in $nlist" >&5
7269 +       fi
7270 +      else
7271 +       echo "cannot find nm_test_var in $nlist" >&5
7272 +      fi
7273 +    else
7274 +      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7275 +    fi
7276 +  else
7277 +    echo "$progname: failed program was:" >&5
7278 +    cat conftest.$ac_ext >&5
7279 +  fi
7280 +  rm -rf conftest* conftst*
7281 +
7282 +  # Do not use the global_symbol_pipe unless it works.
7283 +  if test "$pipe_works" = yes; then
7284 +    break
7285 +  else
7286 +    lt_cv_sys_global_symbol_pipe=
7287 +  fi
7288 +done
7289 +
7290 +fi
7291 +
7292 +if test -z "$lt_cv_sys_global_symbol_pipe"; then
7293 +  lt_cv_sys_global_symbol_to_cdecl=
7294 +fi
7295 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7296 +  { echo "$as_me:$LINENO: result: failed" >&5
7297 +echo "${ECHO_T}failed" >&6; }
7298 +else
7299 +  { echo "$as_me:$LINENO: result: ok" >&5
7300 +echo "${ECHO_T}ok" >&6; }
7301 +fi
7302 +
7303 +{ echo "$as_me:$LINENO: checking for objdir" >&5
7304 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
7305 +if test "${lt_cv_objdir+set}" = set; then
7306 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7307 +else
7308 +  rm -f .libs 2>/dev/null
7309 +mkdir .libs 2>/dev/null
7310 +if test -d .libs; then
7311 +  lt_cv_objdir=.libs
7312 +else
7313 +  # MS-DOS does not allow filenames that begin with a dot.
7314 +  lt_cv_objdir=_libs
7315 +fi
7316 +rmdir .libs 2>/dev/null
7317 +fi
7318 +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7319 +echo "${ECHO_T}$lt_cv_objdir" >&6; }
7320 +objdir=$lt_cv_objdir
7321 +
7322 +
7323 +
7324 +
7325 +
7326 +case $host_os in
7327 +aix3*)
7328 +  # AIX sometimes has problems with the GCC collect2 program.  For some
7329 +  # reason, if we set the COLLECT_NAMES environment variable, the problems
7330 +  # vanish in a puff of smoke.
7331 +  if test "X${COLLECT_NAMES+set}" != Xset; then
7332 +    COLLECT_NAMES=
7333 +    export COLLECT_NAMES
7334 +  fi
7335 +  ;;
7336 +esac
7337 +
7338 +# Sed substitution that helps us do robust quoting.  It backslashifies
7339 +# metacharacters that are still active within double-quoted strings.
7340 +Xsed='sed -e 1s/^X//'
7341 +sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
7342 +
7343 +# Same as above, but do not quote variable references.
7344 +double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
7345 +
7346 +# Sed substitution to delay expansion of an escaped shell variable in a
7347 +# double_quote_subst'ed string.
7348 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7349 +
7350 +# Sed substitution to avoid accidental globbing in evaled expressions
7351 +no_glob_subst='s/\*/\\\*/g'
7352 +
7353 +# Constants:
7354 +rm="rm -f"
7355 +
7356 +# Global variables:
7357 +default_ofile=libtool
7358 +can_build_shared=yes
7359 +
7360 +# All known linkers require a `.a' archive for static linking (except MSVC,
7361 +# which needs '.lib').
7362 +libext=a
7363 +ltmain="$ac_aux_dir/ltmain.sh"
7364 +ofile="$default_ofile"
7365 +with_gnu_ld="$lt_cv_prog_gnu_ld"
7366 +
7367 +if test -n "$ac_tool_prefix"; then
7368 +  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7369 +set dummy ${ac_tool_prefix}ar; ac_word=$2
7370 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7371 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7372 +if test "${ac_cv_prog_AR+set}" = set; then
7373 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7374 +else
7375 +  if test -n "$AR"; then
7376 +  ac_cv_prog_AR="$AR" # Let the user override the test.
7377 +else
7378 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7379 +for as_dir in $PATH
7380 +do
7381 +  IFS=$as_save_IFS
7382 +  test -z "$as_dir" && as_dir=.
7383 +  for ac_exec_ext in '' $ac_executable_extensions; do
7384 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7385 +    ac_cv_prog_AR="${ac_tool_prefix}ar"
7386 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7387 +    break 2
7388 +  fi
7389 +done
7390 +done
7391 +IFS=$as_save_IFS
7392 +
7393 +fi
7394 +fi
7395 +AR=$ac_cv_prog_AR
7396 +if test -n "$AR"; then
7397 +  { echo "$as_me:$LINENO: result: $AR" >&5
7398 +echo "${ECHO_T}$AR" >&6; }
7399 +else
7400 +  { echo "$as_me:$LINENO: result: no" >&5
7401 +echo "${ECHO_T}no" >&6; }
7402 +fi
7403 +
7404 +
7405 +fi
7406 +if test -z "$ac_cv_prog_AR"; then
7407 +  ac_ct_AR=$AR
7408 +  # Extract the first word of "ar", so it can be a program name with args.
7409 +set dummy ar; ac_word=$2
7410 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7411 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7412 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
7413 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7414 +else
7415 +  if test -n "$ac_ct_AR"; then
7416 +  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7417 +else
7418 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7419 +for as_dir in $PATH
7420 +do
7421 +  IFS=$as_save_IFS
7422 +  test -z "$as_dir" && as_dir=.
7423 +  for ac_exec_ext in '' $ac_executable_extensions; do
7424 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7425 +    ac_cv_prog_ac_ct_AR="ar"
7426 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7427 +    break 2
7428 +  fi
7429 +done
7430 +done
7431 +IFS=$as_save_IFS
7432 +
7433 +fi
7434 +fi
7435 +ac_ct_AR=$ac_cv_prog_ac_ct_AR
7436 +if test -n "$ac_ct_AR"; then
7437 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
7438 +echo "${ECHO_T}$ac_ct_AR" >&6; }
7439 +else
7440 +  { echo "$as_me:$LINENO: result: no" >&5
7441 +echo "${ECHO_T}no" >&6; }
7442 +fi
7443 +
7444 +  if test "x$ac_ct_AR" = x; then
7445 +    AR="false"
7446 +  else
7447 +    case $cross_compiling:$ac_tool_warned in
7448 +yes:)
7449 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7450 +whose name does not start with the host triplet.  If you think this
7451 +configuration is useful to you, please write to autoconf@gnu.org." >&5
7452 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7453 +whose name does not start with the host triplet.  If you think this
7454 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7455 +ac_tool_warned=yes ;;
7456 +esac
7457 +    AR=$ac_ct_AR
7458 +  fi
7459 +else
7460 +  AR="$ac_cv_prog_AR"
7461 +fi
7462 +
7463 +if test -n "$ac_tool_prefix"; then
7464 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7465 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7466 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7467 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7468 +if test "${ac_cv_prog_RANLIB+set}" = set; then
7469 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7470 +else
7471 +  if test -n "$RANLIB"; then
7472 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7473 +else
7474 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475 +for as_dir in $PATH
7476 +do
7477 +  IFS=$as_save_IFS
7478 +  test -z "$as_dir" && as_dir=.
7479 +  for ac_exec_ext in '' $ac_executable_extensions; do
7480 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7482 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7483 +    break 2
7484 +  fi
7485 +done
7486 +done
7487 +IFS=$as_save_IFS
7488 +
7489 +fi
7490 +fi
7491 +RANLIB=$ac_cv_prog_RANLIB
7492 +if test -n "$RANLIB"; then
7493 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
7494 +echo "${ECHO_T}$RANLIB" >&6; }
7495 +else
7496 +  { echo "$as_me:$LINENO: result: no" >&5
7497 +echo "${ECHO_T}no" >&6; }
7498 +fi
7499 +
7500 +
7501 +fi
7502 +if test -z "$ac_cv_prog_RANLIB"; then
7503 +  ac_ct_RANLIB=$RANLIB
7504 +  # Extract the first word of "ranlib", so it can be a program name with args.
7505 +set dummy ranlib; ac_word=$2
7506 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7507 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7508 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
7509 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7510 +else
7511 +  if test -n "$ac_ct_RANLIB"; then
7512 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7513 +else
7514 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7515 +for as_dir in $PATH
7516 +do
7517 +  IFS=$as_save_IFS
7518 +  test -z "$as_dir" && as_dir=.
7519 +  for ac_exec_ext in '' $ac_executable_extensions; do
7520 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
7522 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7523 +    break 2
7524 +  fi
7525 +done
7526 +done
7527 +IFS=$as_save_IFS
7528 +
7529 +fi
7530 +fi
7531 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7532 +if test -n "$ac_ct_RANLIB"; then
7533 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7534 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
7535 +else
7536 +  { echo "$as_me:$LINENO: result: no" >&5
7537 +echo "${ECHO_T}no" >&6; }
7538 +fi
7539 +
7540 +  if test "x$ac_ct_RANLIB" = x; then
7541 +    RANLIB=":"
7542 +  else
7543 +    case $cross_compiling:$ac_tool_warned in
7544 +yes:)
7545 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7546 +whose name does not start with the host triplet.  If you think this
7547 +configuration is useful to you, please write to autoconf@gnu.org." >&5
7548 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7549 +whose name does not start with the host triplet.  If you think this
7550 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7551 +ac_tool_warned=yes ;;
7552 +esac
7553 +    RANLIB=$ac_ct_RANLIB
7554 +  fi
7555 +else
7556 +  RANLIB="$ac_cv_prog_RANLIB"
7557 +fi
7558 +
7559 +if test -n "$ac_tool_prefix"; then
7560 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7561 +set dummy ${ac_tool_prefix}strip; ac_word=$2
7562 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7563 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7564 +if test "${ac_cv_prog_STRIP+set}" = set; then
7565 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7566 +else
7567 +  if test -n "$STRIP"; then
7568 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7569 +else
7570 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7571 +for as_dir in $PATH
7572 +do
7573 +  IFS=$as_save_IFS
7574 +  test -z "$as_dir" && as_dir=.
7575 +  for ac_exec_ext in '' $ac_executable_extensions; do
7576 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7577 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7578 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7579 +    break 2
7580 +  fi
7581 +done
7582 +done
7583 +IFS=$as_save_IFS
7584 +
7585 +fi
7586 +fi
7587 +STRIP=$ac_cv_prog_STRIP
7588 +if test -n "$STRIP"; then
7589 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
7590 +echo "${ECHO_T}$STRIP" >&6; }
7591 +else
7592 +  { echo "$as_me:$LINENO: result: no" >&5
7593 +echo "${ECHO_T}no" >&6; }
7594 +fi
7595 +
7596 +
7597 +fi
7598 +if test -z "$ac_cv_prog_STRIP"; then
7599 +  ac_ct_STRIP=$STRIP
7600 +  # Extract the first word of "strip", so it can be a program name with args.
7601 +set dummy strip; ac_word=$2
7602 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7603 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7604 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
7605 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7606 +else
7607 +  if test -n "$ac_ct_STRIP"; then
7608 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7609 +else
7610 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7611 +for as_dir in $PATH
7612 +do
7613 +  IFS=$as_save_IFS
7614 +  test -z "$as_dir" && as_dir=.
7615 +  for ac_exec_ext in '' $ac_executable_extensions; do
7616 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7617 +    ac_cv_prog_ac_ct_STRIP="strip"
7618 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7619 +    break 2
7620 +  fi
7621 +done
7622 +done
7623 +IFS=$as_save_IFS
7624 +
7625 +fi
7626 +fi
7627 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7628 +if test -n "$ac_ct_STRIP"; then
7629 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
7630 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
7631 +else
7632 +  { echo "$as_me:$LINENO: result: no" >&5
7633 +echo "${ECHO_T}no" >&6; }
7634 +fi
7635 +
7636 +  if test "x$ac_ct_STRIP" = x; then
7637 +    STRIP=":"
7638 +  else
7639 +    case $cross_compiling:$ac_tool_warned in
7640 +yes:)
7641 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7642 +whose name does not start with the host triplet.  If you think this
7643 +configuration is useful to you, please write to autoconf@gnu.org." >&5
7644 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7645 +whose name does not start with the host triplet.  If you think this
7646 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7647 +ac_tool_warned=yes ;;
7648 +esac
7649 +    STRIP=$ac_ct_STRIP
7650 +  fi
7651 +else
7652 +  STRIP="$ac_cv_prog_STRIP"
7653 +fi
7654 +
7655 +
7656 +old_CC="$CC"
7657 +old_CFLAGS="$CFLAGS"
7658 +
7659 +# Set sane defaults for various variables
7660 +test -z "$AR" && AR=ar
7661 +test -z "$AR_FLAGS" && AR_FLAGS=cru
7662 +test -z "$AS" && AS=as
7663 +test -z "$CC" && CC=cc
7664 +test -z "$LTCC" && LTCC=$CC
7665 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7666 +test -z "$DLLTOOL" && DLLTOOL=dlltool
7667 +test -z "$LD" && LD=ld
7668 +test -z "$LN_S" && LN_S="ln -s"
7669 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
7670 +test -z "$NM" && NM=nm
7671 +test -z "$SED" && SED=sed
7672 +test -z "$OBJDUMP" && OBJDUMP=objdump
7673 +test -z "$RANLIB" && RANLIB=:
7674 +test -z "$STRIP" && STRIP=:
7675 +test -z "$ac_objext" && ac_objext=o
7676 +
7677 +# Determine commands to create old-style static archives.
7678 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7679 +old_postinstall_cmds='chmod 644 $oldlib'
7680 +old_postuninstall_cmds=
7681 +
7682 +if test -n "$RANLIB"; then
7683 +  case $host_os in
7684 +  openbsd*)
7685 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7686 +    ;;
7687 +  *)
7688 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7689 +    ;;
7690 +  esac
7691 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7692 +fi
7693 +
7694 +for cc_temp in $compiler""; do
7695 +  case $cc_temp in
7696 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7697 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7698 +    \-*) ;;
7699 +    *) break;;
7700 +  esac
7701 +done
7702 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7703 +
7704 +
7705 +# Only perform the check for file, if the check method requires it
7706 +case $deplibs_check_method in
7707 +file_magic*)
7708 +  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7709 +    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7710 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
7711 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7712 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7713 +else
7714 +  case $MAGIC_CMD in
7715 +[\\/*] |  ?:[\\/]*)
7716 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7717 +  ;;
7718 +*)
7719 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
7720 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7721 +  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7722 +  for ac_dir in $ac_dummy; do
7723 +    IFS="$lt_save_ifs"
7724 +    test -z "$ac_dir" && ac_dir=.
7725 +    if test -f $ac_dir/${ac_tool_prefix}file; then
7726 +      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7727 +      if test -n "$file_magic_test_file"; then
7728 +       case $deplibs_check_method in
7729 +       "file_magic "*)
7730 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7731 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7732 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7733 +           $EGREP "$file_magic_regex" > /dev/null; then
7734 +           :
7735 +         else
7736 +           cat <<EOF 1>&2
7737 +
7738 +*** Warning: the command libtool uses to detect shared libraries,
7739 +*** $file_magic_cmd, produces output that libtool cannot recognize.
7740 +*** The result is that libtool may fail to recognize shared libraries
7741 +*** as such.  This will affect the creation of libtool libraries that
7742 +*** depend on shared libraries, but programs linked with such libtool
7743 +*** libraries will work regardless of this problem.  Nevertheless, you
7744 +*** may want to report the problem to your system manager and/or to
7745 +*** bug-libtool@gnu.org
7746 +
7747 +EOF
7748 +         fi ;;
7749 +       esac
7750 +      fi
7751 +      break
7752 +    fi
7753 +  done
7754 +  IFS="$lt_save_ifs"
7755 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
7756 +  ;;
7757 +esac
7758 +fi
7759 +
7760 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7761 +if test -n "$MAGIC_CMD"; then
7762 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7763 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
7764 +else
7765 +  { echo "$as_me:$LINENO: result: no" >&5
7766 +echo "${ECHO_T}no" >&6; }
7767 +fi
7768 +
7769 +if test -z "$lt_cv_path_MAGIC_CMD"; then
7770 +  if test -n "$ac_tool_prefix"; then
7771 +    { echo "$as_me:$LINENO: checking for file" >&5
7772 +echo $ECHO_N "checking for file... $ECHO_C" >&6; }
7773 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7774 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7775 +else
7776 +  case $MAGIC_CMD in
7777 +[\\/*] |  ?:[\\/]*)
7778 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7779 +  ;;
7780 +*)
7781 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
7782 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7783 +  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7784 +  for ac_dir in $ac_dummy; do
7785 +    IFS="$lt_save_ifs"
7786 +    test -z "$ac_dir" && ac_dir=.
7787 +    if test -f $ac_dir/file; then
7788 +      lt_cv_path_MAGIC_CMD="$ac_dir/file"
7789 +      if test -n "$file_magic_test_file"; then
7790 +       case $deplibs_check_method in
7791 +       "file_magic "*)
7792 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7793 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7794 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7795 +           $EGREP "$file_magic_regex" > /dev/null; then
7796 +           :
7797 +         else
7798 +           cat <<EOF 1>&2
7799 +
7800 +*** Warning: the command libtool uses to detect shared libraries,
7801 +*** $file_magic_cmd, produces output that libtool cannot recognize.
7802 +*** The result is that libtool may fail to recognize shared libraries
7803 +*** as such.  This will affect the creation of libtool libraries that
7804 +*** depend on shared libraries, but programs linked with such libtool
7805 +*** libraries will work regardless of this problem.  Nevertheless, you
7806 +*** may want to report the problem to your system manager and/or to
7807 +*** bug-libtool@gnu.org
7808 +
7809 +EOF
7810 +         fi ;;
7811 +       esac
7812 +      fi
7813 +      break
7814 +    fi
7815 +  done
7816 +  IFS="$lt_save_ifs"
7817 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
7818 +  ;;
7819 +esac
7820 +fi
7821 +
7822 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7823 +if test -n "$MAGIC_CMD"; then
7824 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7825 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
7826 +else
7827 +  { echo "$as_me:$LINENO: result: no" >&5
7828 +echo "${ECHO_T}no" >&6; }
7829 +fi
7830 +
7831 +  else
7832 +    MAGIC_CMD=:
7833 +  fi
7834 +fi
7835 +
7836 +  fi
7837 +  ;;
7838 +esac
7839 +
7840 +
7841 +  case $host_os in
7842 +    rhapsody* | darwin*)
7843 +    if test -n "$ac_tool_prefix"; then
7844 +  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7845 +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7846 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7847 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7848 +if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7849 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7850 +else
7851 +  if test -n "$DSYMUTIL"; then
7852 +  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7853 +else
7854 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7855 +for as_dir in $PATH
7856 +do
7857 +  IFS=$as_save_IFS
7858 +  test -z "$as_dir" && as_dir=.
7859 +  for ac_exec_ext in '' $ac_executable_extensions; do
7860 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7861 +    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7862 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7863 +    break 2
7864 +  fi
7865 +done
7866 +done
7867 +IFS=$as_save_IFS
7868 +
7869 +fi
7870 +fi
7871 +DSYMUTIL=$ac_cv_prog_DSYMUTIL
7872 +if test -n "$DSYMUTIL"; then
7873 +  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7874 +echo "${ECHO_T}$DSYMUTIL" >&6; }
7875 +else
7876 +  { echo "$as_me:$LINENO: result: no" >&5
7877 +echo "${ECHO_T}no" >&6; }
7878 +fi
7879 +
7880 +
7881 +fi
7882 +if test -z "$ac_cv_prog_DSYMUTIL"; then
7883 +  ac_ct_DSYMUTIL=$DSYMUTIL
7884 +  # Extract the first word of "dsymutil", so it can be a program name with args.
7885 +set dummy dsymutil; ac_word=$2
7886 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7887 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7888 +if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7889 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7890 +else
7891 +  if test -n "$ac_ct_DSYMUTIL"; then
7892 +  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7893 +else
7894 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7895 +for as_dir in $PATH
7896 +do
7897 +  IFS=$as_save_IFS
7898 +  test -z "$as_dir" && as_dir=.
7899 +  for ac_exec_ext in '' $ac_executable_extensions; do
7900 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7901 +    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7902 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7903 +    break 2
7904 +  fi
7905 +done
7906 +done
7907 +IFS=$as_save_IFS
7908 +
7909 +fi
7910 +fi
7911 +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7912 +if test -n "$ac_ct_DSYMUTIL"; then
7913 +  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7914 +echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7915 +else
7916 +  { echo "$as_me:$LINENO: result: no" >&5
7917 +echo "${ECHO_T}no" >&6; }
7918 +fi
7919 +
7920 +  if test "x$ac_ct_DSYMUTIL" = x; then
7921 +    DSYMUTIL=":"
7922 +  else
7923 +    case $cross_compiling:$ac_tool_warned in
7924 +yes:)
7925 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7926 +whose name does not start with the host triplet.  If you think this
7927 +configuration is useful to you, please write to autoconf@gnu.org." >&5
7928 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7929 +whose name does not start with the host triplet.  If you think this
7930 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7931 +ac_tool_warned=yes ;;
7932 +esac
7933 +    DSYMUTIL=$ac_ct_DSYMUTIL
7934 +  fi
7935 +else
7936 +  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7937 +fi
7938 +
7939 +    if test -n "$ac_tool_prefix"; then
7940 +  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7941 +set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7942 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7943 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7944 +if test "${ac_cv_prog_NMEDIT+set}" = set; then
7945 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7946 +else
7947 +  if test -n "$NMEDIT"; then
7948 +  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7949 +else
7950 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951 +for as_dir in $PATH
7952 +do
7953 +  IFS=$as_save_IFS
7954 +  test -z "$as_dir" && as_dir=.
7955 +  for ac_exec_ext in '' $ac_executable_extensions; do
7956 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7957 +    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7958 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7959 +    break 2
7960 +  fi
7961 +done
7962 +done
7963 +IFS=$as_save_IFS
7964 +
7965 +fi
7966 +fi
7967 +NMEDIT=$ac_cv_prog_NMEDIT
7968 +if test -n "$NMEDIT"; then
7969 +  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7970 +echo "${ECHO_T}$NMEDIT" >&6; }
7971 +else
7972 +  { echo "$as_me:$LINENO: result: no" >&5
7973 +echo "${ECHO_T}no" >&6; }
7974 +fi
7975 +
7976 +
7977 +fi
7978 +if test -z "$ac_cv_prog_NMEDIT"; then
7979 +  ac_ct_NMEDIT=$NMEDIT
7980 +  # Extract the first word of "nmedit", so it can be a program name with args.
7981 +set dummy nmedit; ac_word=$2
7982 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7983 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7984 +if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7985 +  echo $ECHO_N "(cached) $ECHO_C" >&6
7986 +else
7987 +  if test -n "$ac_ct_NMEDIT"; then
7988 +  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7989 +else
7990 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991 +for as_dir in $PATH
7992 +do
7993 +  IFS=$as_save_IFS
7994 +  test -z "$as_dir" && as_dir=.
7995 +  for ac_exec_ext in '' $ac_executable_extensions; do
7996 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7997 +    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7998 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7999 +    break 2
8000 +  fi
8001 +done
8002 +done
8003 +IFS=$as_save_IFS
8004 +
8005 +fi
8006 +fi
8007 +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8008 +if test -n "$ac_ct_NMEDIT"; then
8009 +  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
8010 +echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
8011 +else
8012 +  { echo "$as_me:$LINENO: result: no" >&5
8013 +echo "${ECHO_T}no" >&6; }
8014 +fi
8015 +
8016 +  if test "x$ac_ct_NMEDIT" = x; then
8017 +    NMEDIT=":"
8018 +  else
8019 +    case $cross_compiling:$ac_tool_warned in
8020 +yes:)
8021 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8022 +whose name does not start with the host triplet.  If you think this
8023 +configuration is useful to you, please write to autoconf@gnu.org." >&5
8024 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8025 +whose name does not start with the host triplet.  If you think this
8026 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8027 +ac_tool_warned=yes ;;
8028 +esac
8029 +    NMEDIT=$ac_ct_NMEDIT
8030 +  fi
8031 +else
8032 +  NMEDIT="$ac_cv_prog_NMEDIT"
8033 +fi
8034 +
8035 +
8036 +    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
8037 +echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
8038 +if test "${lt_cv_apple_cc_single_mod+set}" = set; then
8039 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8040 +else
8041 +  lt_cv_apple_cc_single_mod=no
8042 +      if test -z "${LT_MULTI_MODULE}"; then
8043 +   # By default we will add the -single_module flag. You can override
8044 +   # by either setting the environment variable LT_MULTI_MODULE
8045 +   # non-empty at configure time, or by adding -multi_module to the
8046 +   # link flags.
8047 +   echo "int foo(void){return 1;}" > conftest.c
8048 +   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8049 +     -dynamiclib ${wl}-single_module conftest.c
8050 +   if test -f libconftest.dylib; then
8051 +     lt_cv_apple_cc_single_mod=yes
8052 +     rm -rf libconftest.dylib*
8053 +   fi
8054 +   rm conftest.c
8055 +      fi
8056 +fi
8057 +{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
8058 +echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
8059 +    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
8060 +echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
8061 +if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
8062 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8063 +else
8064 +  lt_cv_ld_exported_symbols_list=no
8065 +      save_LDFLAGS=$LDFLAGS
8066 +      echo "_main" > conftest.sym
8067 +      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8068 +      cat >conftest.$ac_ext <<_ACEOF
8069 +/* confdefs.h.  */
8070 +_ACEOF
8071 +cat confdefs.h >>conftest.$ac_ext
8072 +cat >>conftest.$ac_ext <<_ACEOF
8073 +/* end confdefs.h.  */
8074 +
8075 +int
8076 +main ()
8077 +{
8078 +
8079 +  ;
8080 +  return 0;
8081 +}
8082 +_ACEOF
8083 +rm -f conftest.$ac_objext conftest$ac_exeext
8084 +if { (ac_try="$ac_link"
8085 +case "(($ac_try" in
8086 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8087 +  *) ac_try_echo=$ac_try;;
8088 +esac
8089 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8090 +  (eval "$ac_link") 2>conftest.er1
8091 +  ac_status=$?
8092 +  grep -v '^ *+' conftest.er1 >conftest.err
8093 +  rm -f conftest.er1
8094 +  cat conftest.err >&5
8095 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096 +  (exit $ac_status); } && {
8097 +        test -z "$ac_c_werror_flag" ||
8098 +        test ! -s conftest.err
8099 +       } && test -s conftest$ac_exeext &&
8100 +       $as_test_x conftest$ac_exeext; then
8101 +  lt_cv_ld_exported_symbols_list=yes
8102 +else
8103 +  echo "$as_me: failed program was:" >&5
8104 +sed 's/^/| /' conftest.$ac_ext >&5
8105 +
8106 +       lt_cv_ld_exported_symbols_list=no
8107 +fi
8108 +
8109 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8110 +      conftest$ac_exeext conftest.$ac_ext
8111 +   LDFLAGS="$save_LDFLAGS"
8112 +    
8113 +fi
8114 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
8115 +echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
8116 +    case $host_os in
8117 +    rhapsody* | darwin1.[0123])
8118 +      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8119 +    darwin1.*)
8120 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8121 +    darwin*)
8122 +      # if running on 10.5 or later, the deployment target defaults
8123 +      # to the OS version, if on x86, and 10.4, the deployment
8124 +      # target defaults to 10.4. Don't you love it?
8125 +      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8126 +   10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8127 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8128 +   10.[012]*)
8129 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8130 +   10.*)
8131 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8132 +      esac
8133 +    ;;
8134 +  esac
8135 +    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8136 +      _lt_dar_single_mod='$single_module'
8137 +    fi
8138 +    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8139 +      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8140 +    else
8141 +      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
8142 +    fi
8143 +    if test "$DSYMUTIL" != ":"; then
8144 +      _lt_dsymutil="~$DSYMUTIL \$lib || :"
8145 +    else
8146 +      _lt_dsymutil=
8147 +    fi
8148 +    ;;
8149 +  esac
8150 +
8151 +
8152 +enable_dlopen=no
8153 +enable_win32_dll=yes
8154 +
8155 +# Check whether --enable-libtool-lock was given.
8156 +if test "${enable_libtool_lock+set}" = set; then
8157 +  enableval=$enable_libtool_lock; 
8158 +fi
8159 +
8160 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
8161 +
8162 +
8163 +# Check whether --with-pic was given.
8164 +if test "${with_pic+set}" = set; then
8165 +  withval=$with_pic; pic_mode="$withval"
8166 +else
8167 +  pic_mode=default
8168 +fi
8169 +
8170 +test -z "$pic_mode" && pic_mode=default
8171 +
8172 +# Use C for the default configuration in the libtool script
8173 +tagname=
8174 +lt_save_CC="$CC"
8175 +ac_ext=c
8176 +ac_cpp='$CPP $CPPFLAGS'
8177 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8178 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8179 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
8180 +
8181 +
8182 +# Source file extension for C test sources.
8183 +ac_ext=c
8184 +
8185 +# Object file extension for compiled C test sources.
8186 +objext=o
8187 +objext=$objext
8188 +
8189 +# Code to be used in simple compile tests
8190 +lt_simple_compile_test_code="int some_variable = 0;"
8191 +
8192 +# Code to be used in simple link tests
8193 +lt_simple_link_test_code='int main(){return(0);}'
8194 +
8195 +
8196 +# If no C compiler was specified, use CC.
8197 +LTCC=${LTCC-"$CC"}
8198 +
8199 +# If no C compiler flags were specified, use CFLAGS.
8200 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8201 +
8202 +# Allow CC to be a program name with arguments.
8203 +compiler=$CC
8204 +
8205 +
8206 +# save warnings/boilerplate of simple test code
8207 +ac_outfile=conftest.$ac_objext
8208 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8209 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8210 +_lt_compiler_boilerplate=`cat conftest.err`
8211 +$rm conftest*
8212 +
8213 +ac_outfile=conftest.$ac_objext
8214 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
8215 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8216 +_lt_linker_boilerplate=`cat conftest.err`
8217 +$rm -r conftest*
8218 +
8219 +
8220 +
8221 +lt_prog_compiler_no_builtin_flag=
8222 +
8223 +if test "$GCC" = yes; then
8224 +  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8225 +
8226 +  
8227 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8228 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
8229 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
8230 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8231 +else
8232 +  lt_cv_prog_compiler_rtti_exceptions=no
8233 +  ac_outfile=conftest.$ac_objext
8234 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8235 +   lt_compiler_flag="-fno-rtti -fno-exceptions"
8236 +   # Insert the option either (1) after the last *FLAGS variable, or
8237 +   # (2) before a word containing "conftest.", or (3) at the end.
8238 +   # Note that $ac_compile itself does not contain backslashes and begins
8239 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
8240 +   # The option is referenced via a variable to avoid confusing sed.
8241 +   lt_compile=`echo "$ac_compile" | $SED \
8242 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8243 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8244 +   -e 's:$: $lt_compiler_flag:'`
8245 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
8246 +   (eval "$lt_compile" 2>conftest.err)
8247 +   ac_status=$?
8248 +   cat conftest.err >&5
8249 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
8250 +   if (exit $ac_status) && test -s "$ac_outfile"; then
8251 +     # The compiler can only warn and ignore the option if not recognized
8252 +     # So say no if there are warnings other than the usual output.
8253 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8254 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8255 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8256 +       lt_cv_prog_compiler_rtti_exceptions=yes
8257 +     fi
8258 +   fi
8259 +   $rm conftest*
8260 +
8261 +fi
8262 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8263 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8264 +
8265 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8266 +    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8267 +else
8268 +    :
8269 +fi
8270 +
8271 +fi
8272 +
8273 +lt_prog_compiler_wl=
8274 +lt_prog_compiler_pic=
8275 +lt_prog_compiler_static=
8276 +
8277 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
8278 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
8279
8280 +  if test "$GCC" = yes; then
8281 +    lt_prog_compiler_wl='-Wl,'
8282 +    lt_prog_compiler_static='-static'
8283 +
8284 +    case $host_os in
8285 +      aix*)
8286 +      # All AIX code is PIC.
8287 +      if test "$host_cpu" = ia64; then
8288 +       # AIX 5 now supports IA64 processor
8289 +       lt_prog_compiler_static='-Bstatic'
8290 +      fi
8291 +      ;;
8292 +
8293 +    amigaos*)
8294 +      # FIXME: we need at least 68020 code to build shared libraries, but
8295 +      # adding the `-m68020' flag to GCC prevents building anything better,
8296 +      # like `-m68040'.
8297 +      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8298 +      ;;
8299 +
8300 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8301 +      # PIC is the default for these OSes.
8302 +      ;;
8303 +
8304 +    mingw* | cygwin* | pw32* | os2*)
8305 +      # This hack is so that the source file can tell whether it is being
8306 +      # built for inclusion in a dll (and should export symbols for example).
8307 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
8308 +      # (--disable-auto-import) libraries
8309 +      lt_prog_compiler_pic='-DDLL_EXPORT'
8310 +      ;;
8311 +
8312 +    darwin* | rhapsody*)
8313 +      # PIC is the default on this platform
8314 +      # Common symbols not allowed in MH_DYLIB files
8315 +      lt_prog_compiler_pic='-fno-common'
8316 +      ;;
8317 +
8318 +    interix[3-9]*)
8319 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8320 +      # Instead, we relocate shared libraries at runtime.
8321 +      ;;
8322 +
8323 +    msdosdjgpp*)
8324 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
8325 +      # on systems that don't support them.
8326 +      lt_prog_compiler_can_build_shared=no
8327 +      enable_shared=no
8328 +      ;;
8329 +
8330 +    sysv4*MP*)
8331 +      if test -d /usr/nec; then
8332 +       lt_prog_compiler_pic=-Kconform_pic
8333 +      fi
8334 +      ;;
8335 +
8336 +    hpux*)
8337 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8338 +      # not for PA HP-UX.
8339 +      case $host_cpu in
8340 +      hppa*64*|ia64*)
8341 +       # +Z the default
8342 +       ;;
8343 +      *)
8344 +       lt_prog_compiler_pic='-fPIC'
8345 +       ;;
8346 +      esac
8347 +      ;;
8348 +
8349 +    *)
8350 +      lt_prog_compiler_pic='-fPIC'
8351 +      ;;
8352 +    esac
8353 +  else
8354 +    # PORTME Check for flag to pass linker flags through the system compiler.
8355 +    case $host_os in
8356 +    aix*)
8357 +      lt_prog_compiler_wl='-Wl,'
8358 +      if test "$host_cpu" = ia64; then
8359 +       # AIX 5 now supports IA64 processor
8360 +       lt_prog_compiler_static='-Bstatic'
8361 +      else
8362 +       lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8363 +      fi
8364 +      ;;
8365 +      darwin*)
8366 +        # PIC is the default on this platform
8367 +        # Common symbols not allowed in MH_DYLIB files
8368 +       case $cc_basename in
8369 +         xlc*)
8370 +         lt_prog_compiler_pic='-qnocommon'
8371 +         lt_prog_compiler_wl='-Wl,'
8372 +         ;;
8373 +       esac
8374 +       ;;
8375 +
8376 +    mingw* | cygwin* | pw32* | os2*)
8377 +      # This hack is so that the source file can tell whether it is being
8378 +      # built for inclusion in a dll (and should export symbols for example).
8379 +      lt_prog_compiler_pic='-DDLL_EXPORT'
8380 +      ;;
8381 +
8382 +    hpux9* | hpux10* | hpux11*)
8383 +      lt_prog_compiler_wl='-Wl,'
8384 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8385 +      # not for PA HP-UX.
8386 +      case $host_cpu in
8387 +      hppa*64*|ia64*)
8388 +       # +Z the default
8389 +       ;;
8390 +      *)
8391 +       lt_prog_compiler_pic='+Z'
8392 +       ;;
8393 +      esac
8394 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
8395 +      lt_prog_compiler_static='${wl}-a ${wl}archive'
8396 +      ;;
8397 +
8398 +    irix5* | irix6* | nonstopux*)
8399 +      lt_prog_compiler_wl='-Wl,'
8400 +      # PIC (with -KPIC) is the default.
8401 +      lt_prog_compiler_static='-non_shared'
8402 +      ;;
8403 +
8404 +    newsos6)
8405 +      lt_prog_compiler_pic='-KPIC'
8406 +      lt_prog_compiler_static='-Bstatic'
8407 +      ;;
8408 +
8409 +    linux* | k*bsd*-gnu)
8410 +      case $cc_basename in
8411 +      icc* | ecc*)
8412 +       lt_prog_compiler_wl='-Wl,'
8413 +       lt_prog_compiler_pic='-KPIC'
8414 +       lt_prog_compiler_static='-static'
8415 +        ;;
8416 +      pgcc* | pgf77* | pgf90* | pgf95*)
8417 +        # Portland Group compilers (*not* the Pentium gcc compiler,
8418 +       # which looks to be a dead project)
8419 +       lt_prog_compiler_wl='-Wl,'
8420 +       lt_prog_compiler_pic='-fpic'
8421 +       lt_prog_compiler_static='-Bstatic'
8422 +        ;;
8423 +      ccc*)
8424 +        lt_prog_compiler_wl='-Wl,'
8425 +        # All Alpha code is PIC.
8426 +        lt_prog_compiler_static='-non_shared'
8427 +        ;;
8428 +      *)
8429 +        case `$CC -V 2>&1 | sed 5q` in
8430 +       *Sun\ C*)
8431 +         # Sun C 5.9
8432 +         lt_prog_compiler_pic='-KPIC'
8433 +         lt_prog_compiler_static='-Bstatic'
8434 +         lt_prog_compiler_wl='-Wl,'
8435 +         ;;
8436 +       *Sun\ F*)
8437 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
8438 +         lt_prog_compiler_pic='-KPIC'
8439 +         lt_prog_compiler_static='-Bstatic'
8440 +         lt_prog_compiler_wl=''
8441 +         ;;
8442 +       esac
8443 +       ;;
8444 +      esac
8445 +      ;;
8446 +
8447 +    osf3* | osf4* | osf5*)
8448 +      lt_prog_compiler_wl='-Wl,'
8449 +      # All OSF/1 code is PIC.
8450 +      lt_prog_compiler_static='-non_shared'
8451 +      ;;
8452 +
8453 +    rdos*)
8454 +      lt_prog_compiler_static='-non_shared'
8455 +      ;;
8456 +
8457 +    solaris*)
8458 +      lt_prog_compiler_pic='-KPIC'
8459 +      lt_prog_compiler_static='-Bstatic'
8460 +      case $cc_basename in
8461 +      f77* | f90* | f95*)
8462 +       lt_prog_compiler_wl='-Qoption ld ';;
8463 +      *)
8464 +       lt_prog_compiler_wl='-Wl,';;
8465 +      esac
8466 +      ;;
8467 +
8468 +    sunos4*)
8469 +      lt_prog_compiler_wl='-Qoption ld '
8470 +      lt_prog_compiler_pic='-PIC'
8471 +      lt_prog_compiler_static='-Bstatic'
8472 +      ;;
8473 +
8474 +    sysv4 | sysv4.2uw2* | sysv4.3*)
8475 +      lt_prog_compiler_wl='-Wl,'
8476 +      lt_prog_compiler_pic='-KPIC'
8477 +      lt_prog_compiler_static='-Bstatic'
8478 +      ;;
8479 +
8480 +    sysv4*MP*)
8481 +      if test -d /usr/nec ;then
8482 +       lt_prog_compiler_pic='-Kconform_pic'
8483 +       lt_prog_compiler_static='-Bstatic'
8484 +      fi
8485 +      ;;
8486 +
8487 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8488 +      lt_prog_compiler_wl='-Wl,'
8489 +      lt_prog_compiler_pic='-KPIC'
8490 +      lt_prog_compiler_static='-Bstatic'
8491 +      ;;
8492 +
8493 +    unicos*)
8494 +      lt_prog_compiler_wl='-Wl,'
8495 +      lt_prog_compiler_can_build_shared=no
8496 +      ;;
8497 +
8498 +    uts4*)
8499 +      lt_prog_compiler_pic='-pic'
8500 +      lt_prog_compiler_static='-Bstatic'
8501 +      ;;
8502 +
8503 +    *)
8504 +      lt_prog_compiler_can_build_shared=no
8505 +      ;;
8506 +    esac
8507 +  fi
8508 +
8509 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8510 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
8511 +
8512 +#
8513 +# Check to make sure the PIC flag actually works.
8514 +#
8515 +if test -n "$lt_prog_compiler_pic"; then
8516 +  
8517 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8518 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
8519 +if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8520 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8521 +else
8522 +  lt_cv_prog_compiler_pic_works=no
8523 +  ac_outfile=conftest.$ac_objext
8524 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8525 +   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8526 +   # Insert the option either (1) after the last *FLAGS variable, or
8527 +   # (2) before a word containing "conftest.", or (3) at the end.
8528 +   # Note that $ac_compile itself does not contain backslashes and begins
8529 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
8530 +   # The option is referenced via a variable to avoid confusing sed.
8531 +   lt_compile=`echo "$ac_compile" | $SED \
8532 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8533 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8534 +   -e 's:$: $lt_compiler_flag:'`
8535 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
8536 +   (eval "$lt_compile" 2>conftest.err)
8537 +   ac_status=$?
8538 +   cat conftest.err >&5
8539 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
8540 +   if (exit $ac_status) && test -s "$ac_outfile"; then
8541 +     # The compiler can only warn and ignore the option if not recognized
8542 +     # So say no if there are warnings other than the usual output.
8543 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8544 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8545 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8546 +       lt_cv_prog_compiler_pic_works=yes
8547 +     fi
8548 +   fi
8549 +   $rm conftest*
8550 +
8551 +fi
8552 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8553 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
8554 +
8555 +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8556 +    case $lt_prog_compiler_pic in
8557 +     "" | " "*) ;;
8558 +     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8559 +     esac
8560 +else
8561 +    lt_prog_compiler_pic=
8562 +     lt_prog_compiler_can_build_shared=no
8563 +fi
8564 +
8565 +fi
8566 +case $host_os in
8567 +  # For platforms which do not support PIC, -DPIC is meaningless:
8568 +  *djgpp*)
8569 +    lt_prog_compiler_pic=
8570 +    ;;
8571 +  *)
8572 +    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8573 +    ;;
8574 +esac
8575 +
8576 +#
8577 +# Check to make sure the static flag actually works.
8578 +#
8579 +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8580 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8581 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
8582 +if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8583 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8584 +else
8585 +  lt_cv_prog_compiler_static_works=no
8586 +   save_LDFLAGS="$LDFLAGS"
8587 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8588 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8589 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8590 +     # The linker can only warn and ignore the option if not recognized
8591 +     # So say no if there are warnings
8592 +     if test -s conftest.err; then
8593 +       # Append any errors to the config.log.
8594 +       cat conftest.err 1>&5
8595 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8596 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8597 +       if diff conftest.exp conftest.er2 >/dev/null; then
8598 +         lt_cv_prog_compiler_static_works=yes
8599 +       fi
8600 +     else
8601 +       lt_cv_prog_compiler_static_works=yes
8602 +     fi
8603 +   fi
8604 +   $rm -r conftest*
8605 +   LDFLAGS="$save_LDFLAGS"
8606 +
8607 +fi
8608 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8609 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
8610 +
8611 +if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8612 +    :
8613 +else
8614 +    lt_prog_compiler_static=
8615 +fi
8616 +
8617 +
8618 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8619 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8620 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8621 +  echo $ECHO_N "(cached) $ECHO_C" >&6
8622 +else
8623 +  lt_cv_prog_compiler_c_o=no
8624 +   $rm -r conftest 2>/dev/null
8625 +   mkdir conftest
8626 +   cd conftest
8627 +   mkdir out
8628 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8629 +
8630 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
8631 +   # Insert the option either (1) after the last *FLAGS variable, or
8632 +   # (2) before a word containing "conftest.", or (3) at the end.
8633 +   # Note that $ac_compile itself does not contain backslashes and begins
8634 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
8635 +   lt_compile=`echo "$ac_compile" | $SED \
8636 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8637 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8638 +   -e 's:$: $lt_compiler_flag:'`
8639 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
8640 +   (eval "$lt_compile" 2>out/conftest.err)
8641 +   ac_status=$?
8642 +   cat out/conftest.err >&5
8643 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
8644 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8645 +   then
8646 +     # The compiler can only warn and ignore the option if not recognized
8647 +     # So say no if there are warnings
8648 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8649 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8650 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8651 +       lt_cv_prog_compiler_c_o=yes
8652 +     fi
8653 +   fi
8654 +   chmod u+w . 2>&5
8655 +   $rm conftest*
8656 +   # SGI C++ compiler will create directory out/ii_files/ for
8657 +   # template instantiation
8658 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
8659 +   $rm out/* && rmdir out
8660 +   cd ..
8661 +   rmdir conftest
8662 +   $rm conftest*
8663 +
8664 +fi
8665 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8666 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
8667 +
8668 +
8669 +hard_links="nottested"
8670 +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8671 +  # do not overwrite the value of need_locks provided by the user
8672 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8673 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
8674 +  hard_links=yes
8675 +  $rm conftest*
8676 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8677 +  touch conftest.a
8678 +  ln conftest.a conftest.b 2>&5 || hard_links=no
8679 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8680 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
8681 +echo "${ECHO_T}$hard_links" >&6; }
8682 +  if test "$hard_links" = no; then
8683 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8684 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8685 +    need_locks=warn
8686 +  fi
8687 +else
8688 +  need_locks=no
8689 +fi
8690 +
8691 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8692 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
8693 +
8694 +  runpath_var=
8695 +  allow_undefined_flag=
8696 +  enable_shared_with_static_runtimes=no
8697 +  archive_cmds=
8698 +  archive_expsym_cmds=
8699 +  old_archive_From_new_cmds=
8700 +  old_archive_from_expsyms_cmds=
8701 +  export_dynamic_flag_spec=
8702 +  whole_archive_flag_spec=
8703 +  thread_safe_flag_spec=
8704 +  hardcode_libdir_flag_spec=
8705 +  hardcode_libdir_flag_spec_ld=
8706 +  hardcode_libdir_separator=
8707 +  hardcode_direct=no
8708 +  hardcode_minus_L=no
8709 +  hardcode_shlibpath_var=unsupported
8710 +  link_all_deplibs=unknown
8711 +  hardcode_automatic=no
8712 +  module_cmds=
8713 +  module_expsym_cmds=
8714 +  always_export_symbols=no
8715 +  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8716 +  # include_expsyms should be a list of space-separated symbols to be *always*
8717 +  # included in the symbol list
8718 +  include_expsyms=
8719 +  # exclude_expsyms can be an extended regexp of symbols to exclude
8720 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
8721 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8722 +  # as well as any symbol that contains `d'.
8723 +  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8724 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8725 +  # platforms (ab)use it in PIC code, but their linkers get confused if
8726 +  # the symbol is explicitly referenced.  Since portable code cannot
8727 +  # rely on this symbol name, it's probably fine to never include it in
8728 +  # preloaded symbol tables.
8729 +  # Exclude shared library initialization/finalization symbols.
8730 +  extract_expsyms_cmds=
8731 +  # Just being paranoid about ensuring that cc_basename is set.
8732 +  for cc_temp in $compiler""; do
8733 +  case $cc_temp in
8734 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8735 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8736 +    \-*) ;;
8737 +    *) break;;
8738 +  esac
8739 +done
8740 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8741 +
8742 +  case $host_os in
8743 +  cygwin* | mingw* | pw32*)
8744 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
8745 +    # When not using gcc, we currently assume that we are using
8746 +    # Microsoft Visual C++.
8747 +    if test "$GCC" != yes; then
8748 +      with_gnu_ld=no
8749 +    fi
8750 +    ;;
8751 +  interix*)
8752 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
8753 +    with_gnu_ld=yes
8754 +    ;;
8755 +  openbsd*)
8756 +    with_gnu_ld=no
8757 +    ;;
8758 +  esac
8759 +
8760 +  ld_shlibs=yes
8761 +  if test "$with_gnu_ld" = yes; then
8762 +    # If archive_cmds runs LD, not CC, wlarc should be empty
8763 +    wlarc='${wl}'
8764 +
8765 +    # Set some defaults for GNU ld with shared library support. These
8766 +    # are reset later if shared libraries are not supported. Putting them
8767 +    # here allows them to be overridden if necessary.
8768 +    runpath_var=LD_RUN_PATH
8769 +    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
8770 +    export_dynamic_flag_spec='${wl}--export-dynamic'
8771 +    # ancient GNU ld didn't support --whole-archive et. al.
8772 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
8773 +       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8774 +      else
8775 +       whole_archive_flag_spec=
8776 +    fi
8777 +    supports_anon_versioning=no
8778 +    case `$LD -v 2>/dev/null` in
8779 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8780 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8781 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8782 +      *\ 2.11.*) ;; # other 2.11 versions
8783 +      *) supports_anon_versioning=yes ;;
8784 +    esac
8785 +
8786 +    # See if GNU ld supports shared libraries.
8787 +    case $host_os in
8788 +    aix[3-9]*)
8789 +      # On AIX/PPC, the GNU linker is very broken
8790 +      if test "$host_cpu" != ia64; then
8791 +       ld_shlibs=no
8792 +       cat <<EOF 1>&2
8793 +
8794 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8795 +*** to be unable to reliably create shared libraries on AIX.
8796 +*** Therefore, libtool is disabling shared libraries support.  If you
8797 +*** really care for shared libraries, you may want to modify your PATH
8798 +*** so that a non-GNU linker is found, and then restart.
8799 +
8800 +EOF
8801 +      fi
8802 +      ;;
8803 +
8804 +    amigaos*)
8805 +      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)'
8806 +      hardcode_libdir_flag_spec='-L$libdir'
8807 +      hardcode_minus_L=yes
8808 +
8809 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
8810 +      # that the semantics of dynamic libraries on AmigaOS, at least up
8811 +      # to version 4, is to share data among multiple programs linked
8812 +      # with the same dynamic library.  Since this doesn't match the
8813 +      # behavior of shared libraries on other platforms, we can't use
8814 +      # them.
8815 +      ld_shlibs=no
8816 +      ;;
8817 +
8818 +    beos*)
8819 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8820 +       allow_undefined_flag=unsupported
8821 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8822 +       # support --undefined.  This deserves some investigation.  FIXME
8823 +       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8824 +      else
8825 +       ld_shlibs=no
8826 +      fi
8827 +      ;;
8828 +
8829 +    cygwin* | mingw* | pw32*)
8830 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8831 +      # as there is no search path for DLLs.
8832 +      hardcode_libdir_flag_spec='-L$libdir'
8833 +      allow_undefined_flag=unsupported
8834 +      always_export_symbols=no
8835 +      enable_shared_with_static_runtimes=yes
8836 +      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8837 +
8838 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
8839 +        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8840 +       # If the export-symbols file already is a .def file (1st line
8841 +       # is EXPORTS), use it as is; otherwise, prepend...
8842 +       archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8843 +         cp $export_symbols $output_objdir/$soname.def;
8844 +       else
8845 +         echo EXPORTS > $output_objdir/$soname.def;
8846 +         cat $export_symbols >> $output_objdir/$soname.def;
8847 +       fi~
8848 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8849 +      else
8850 +       ld_shlibs=no
8851 +      fi
8852 +      ;;
8853 +
8854 +    interix[3-9]*)
8855 +      hardcode_direct=no
8856 +      hardcode_shlibpath_var=no
8857 +      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8858 +      export_dynamic_flag_spec='${wl}-E'
8859 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8860 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
8861 +      # default) and relocated if they conflict, which is a slow very memory
8862 +      # consuming and fragmenting process.  To avoid this, we pick a random,
8863 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8864 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8865 +      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8866 +      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'
8867 +      ;;
8868 +
8869 +    gnu* | linux* | k*bsd*-gnu)
8870 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8871 +       tmp_addflag=
8872 +       case $cc_basename,$host_cpu in
8873 +       pgcc*)                          # Portland Group C compiler
8874 +         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8875 +         tmp_addflag=' $pic_flag'
8876 +         ;;
8877 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8878 +         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8879 +         tmp_addflag=' $pic_flag -Mnomain' ;;
8880 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
8881 +         tmp_addflag=' -i_dynamic' ;;
8882 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8883 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
8884 +       ifc* | ifort*)                  # Intel Fortran compiler
8885 +         tmp_addflag=' -nofor_main' ;;
8886 +       esac
8887 +       case `$CC -V 2>&1 | sed 5q` in
8888 +       *Sun\ C*)                       # Sun C 5.9
8889 +         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8890 +         tmp_sharedflag='-G' ;;
8891 +       *Sun\ F*)                       # Sun Fortran 8.3
8892 +         tmp_sharedflag='-G' ;;
8893 +       *)
8894 +         tmp_sharedflag='-shared' ;;
8895 +       esac
8896 +       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8897 +
8898 +       if test $supports_anon_versioning = yes; then
8899 +         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
8900 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8901 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
8902 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8903 +       fi
8904 +       link_all_deplibs=no
8905 +      else
8906 +       ld_shlibs=no
8907 +      fi
8908 +      ;;
8909 +
8910 +    netbsd* | netbsdelf*-gnu)
8911 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8912 +       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8913 +       wlarc=
8914 +      else
8915 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8916 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8917 +      fi
8918 +      ;;
8919 +
8920 +    solaris*)
8921 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
8922 +       ld_shlibs=no
8923 +       cat <<EOF 1>&2
8924 +
8925 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8926 +*** create shared libraries on Solaris systems.  Therefore, libtool
8927 +*** is disabling shared libraries support.  We urge you to upgrade GNU
8928 +*** binutils to release 2.9.1 or newer.  Another option is to modify
8929 +*** your PATH or compiler configuration so that the native linker is
8930 +*** used, and then restart.
8931 +
8932 +EOF
8933 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8934 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8935 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8936 +      else
8937 +       ld_shlibs=no
8938 +      fi
8939 +      ;;
8940 +
8941 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8942 +      case `$LD -v 2>&1` in
8943 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8944 +       ld_shlibs=no
8945 +       cat <<_LT_EOF 1>&2
8946 +
8947 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8948 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
8949 +*** is disabling shared libraries support.  We urge you to upgrade GNU
8950 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8951 +*** your PATH or compiler configuration so that the native linker is
8952 +*** used, and then restart.
8953 +
8954 +_LT_EOF
8955 +       ;;
8956 +       *)
8957 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8958 +           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
8959 +           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
8960 +           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
8961 +         else
8962 +           ld_shlibs=no
8963 +         fi
8964 +       ;;
8965 +      esac
8966 +      ;;
8967 +
8968 +    sunos4*)
8969 +      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8970 +      wlarc=
8971 +      hardcode_direct=yes
8972 +      hardcode_shlibpath_var=no
8973 +      ;;
8974 +
8975 +    *)
8976 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8977 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8978 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8979 +      else
8980 +       ld_shlibs=no
8981 +      fi
8982 +      ;;
8983 +    esac
8984 +
8985 +    if test "$ld_shlibs" = no; then
8986 +      runpath_var=
8987 +      hardcode_libdir_flag_spec=
8988 +      export_dynamic_flag_spec=
8989 +      whole_archive_flag_spec=
8990 +    fi
8991 +  else
8992 +    # PORTME fill in a description of your system's linker (not GNU ld)
8993 +    case $host_os in
8994 +    aix3*)
8995 +      allow_undefined_flag=unsupported
8996 +      always_export_symbols=yes
8997 +      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'
8998 +      # Note: this linker hardcodes the directories in LIBPATH if there
8999 +      # are no directories specified by -L.
9000 +      hardcode_minus_L=yes
9001 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9002 +       # Neither direct hardcoding nor static linking is supported with a
9003 +       # broken collect2.
9004 +       hardcode_direct=unsupported
9005 +      fi
9006 +      ;;
9007 +
9008 +    aix[4-9]*)
9009 +      if test "$host_cpu" = ia64; then
9010 +       # On IA64, the linker does run time linking by default, so we don't
9011 +       # have to do anything special.
9012 +       aix_use_runtimelinking=no
9013 +       exp_sym_flag='-Bexport'
9014 +       no_entry_flag=""
9015 +      else
9016 +       # If we're using GNU nm, then we don't want the "-C" option.
9017 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
9018 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
9019 +         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
9020 +       else
9021 +         export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
9022 +       fi
9023 +       aix_use_runtimelinking=no
9024 +
9025 +       # Test if we are trying to use run time linking or normal
9026 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9027 +       # need to do runtime linking.
9028 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9029 +         for ld_flag in $LDFLAGS; do
9030 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9031 +           aix_use_runtimelinking=yes
9032 +           break
9033 +         fi
9034 +         done
9035 +         ;;
9036 +       esac
9037 +
9038 +       exp_sym_flag='-bexport'
9039 +       no_entry_flag='-bnoentry'
9040 +      fi
9041 +
9042 +      # When large executables or shared objects are built, AIX ld can
9043 +      # have problems creating the table of contents.  If linking a library
9044 +      # or program results in "error TOC overflow" add -mminimal-toc to
9045 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9046 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9047 +
9048 +      archive_cmds=''
9049 +      hardcode_direct=yes
9050 +      hardcode_libdir_separator=':'
9051 +      link_all_deplibs=yes
9052 +
9053 +      if test "$GCC" = yes; then
9054 +       case $host_os in aix4.[012]|aix4.[012].*)
9055 +       # We only want to do this on AIX 4.2 and lower, the check
9056 +       # below for broken collect2 doesn't work under 4.3+
9057 +         collect2name=`${CC} -print-prog-name=collect2`
9058 +         if test -f "$collect2name" && \
9059 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
9060 +         then
9061 +         # We have reworked collect2
9062 +         :
9063 +         else
9064 +         # We have old collect2
9065 +         hardcode_direct=unsupported
9066 +         # It fails to find uninstalled libraries when the uninstalled
9067 +         # path is not listed in the libpath.  Setting hardcode_minus_L
9068 +         # to unsupported forces relinking
9069 +         hardcode_minus_L=yes
9070 +         hardcode_libdir_flag_spec='-L$libdir'
9071 +         hardcode_libdir_separator=
9072 +         fi
9073 +         ;;
9074 +       esac
9075 +       shared_flag='-shared'
9076 +       if test "$aix_use_runtimelinking" = yes; then
9077 +         shared_flag="$shared_flag "'${wl}-G'
9078 +       fi
9079 +      else
9080 +       # not using gcc
9081 +       if test "$host_cpu" = ia64; then
9082 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9083 +       # chokes on -Wl,-G. The following line is correct:
9084 +         shared_flag='-G'
9085 +       else
9086 +         if test "$aix_use_runtimelinking" = yes; then
9087 +           shared_flag='${wl}-G'
9088 +         else
9089 +           shared_flag='${wl}-bM:SRE'
9090 +         fi
9091 +       fi
9092 +      fi
9093 +
9094 +      # It seems that -bexpall does not export symbols beginning with
9095 +      # underscore (_), so it is better to generate a list of symbols to export.
9096 +      always_export_symbols=yes
9097 +      if test "$aix_use_runtimelinking" = yes; then
9098 +       # Warning - without using the other runtime loading flags (-brtl),
9099 +       # -berok will link without error, but may produce a broken library.
9100 +       allow_undefined_flag='-berok'
9101 +       # Determine the default libpath from the value encoded in an empty executable.
9102 +       cat >conftest.$ac_ext <<_ACEOF
9103 +/* confdefs.h.  */
9104 +_ACEOF
9105 +cat confdefs.h >>conftest.$ac_ext
9106 +cat >>conftest.$ac_ext <<_ACEOF
9107 +/* end confdefs.h.  */
9108 +
9109 +int
9110 +main ()
9111 +{
9112 +
9113 +  ;
9114 +  return 0;
9115 +}
9116 +_ACEOF
9117 +rm -f conftest.$ac_objext conftest$ac_exeext
9118 +if { (ac_try="$ac_link"
9119 +case "(($ac_try" in
9120 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9121 +  *) ac_try_echo=$ac_try;;
9122 +esac
9123 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9124 +  (eval "$ac_link") 2>conftest.er1
9125 +  ac_status=$?
9126 +  grep -v '^ *+' conftest.er1 >conftest.err
9127 +  rm -f conftest.er1
9128 +  cat conftest.err >&5
9129 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9130 +  (exit $ac_status); } && {
9131 +        test -z "$ac_c_werror_flag" ||
9132 +        test ! -s conftest.err
9133 +       } && test -s conftest$ac_exeext &&
9134 +       $as_test_x conftest$ac_exeext; then
9135 +  
9136 +lt_aix_libpath_sed='
9137 +    /Import File Strings/,/^$/ {
9138 +       /^0/ {
9139 +           s/^0  *\(.*\)$/\1/
9140 +           p
9141 +       }
9142 +    }'
9143 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9144 +# Check for a 64-bit object if we didn't find anything.
9145 +if test -z "$aix_libpath"; then
9146 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9147 +fi
9148 +else
9149 +  echo "$as_me: failed program was:" >&5
9150 +sed 's/^/| /' conftest.$ac_ext >&5
9151 +
9152 +       
9153 +fi
9154 +
9155 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9156 +      conftest$ac_exeext conftest.$ac_ext
9157 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9158 +
9159 +       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9160 +       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9161 +       else
9162 +       if test "$host_cpu" = ia64; then
9163 +         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9164 +         allow_undefined_flag="-z nodefs"
9165 +         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"
9166 +       else
9167 +        # Determine the default libpath from the value encoded in an empty executable.
9168 +        cat >conftest.$ac_ext <<_ACEOF
9169 +/* confdefs.h.  */
9170 +_ACEOF
9171 +cat confdefs.h >>conftest.$ac_ext
9172 +cat >>conftest.$ac_ext <<_ACEOF
9173 +/* end confdefs.h.  */
9174 +
9175 +int
9176 +main ()
9177 +{
9178 +
9179 +  ;
9180 +  return 0;
9181 +}
9182 +_ACEOF
9183 +rm -f conftest.$ac_objext conftest$ac_exeext
9184 +if { (ac_try="$ac_link"
9185 +case "(($ac_try" in
9186 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9187 +  *) ac_try_echo=$ac_try;;
9188 +esac
9189 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9190 +  (eval "$ac_link") 2>conftest.er1
9191 +  ac_status=$?
9192 +  grep -v '^ *+' conftest.er1 >conftest.err
9193 +  rm -f conftest.er1
9194 +  cat conftest.err >&5
9195 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9196 +  (exit $ac_status); } && {
9197 +        test -z "$ac_c_werror_flag" ||
9198 +        test ! -s conftest.err
9199 +       } && test -s conftest$ac_exeext &&
9200 +       $as_test_x conftest$ac_exeext; then
9201 +  
9202 +lt_aix_libpath_sed='
9203 +    /Import File Strings/,/^$/ {
9204 +       /^0/ {
9205 +           s/^0  *\(.*\)$/\1/
9206 +           p
9207 +       }
9208 +    }'
9209 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9210 +# Check for a 64-bit object if we didn't find anything.
9211 +if test -z "$aix_libpath"; then
9212 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9213 +fi
9214 +else
9215 +  echo "$as_me: failed program was:" >&5
9216 +sed 's/^/| /' conftest.$ac_ext >&5
9217 +
9218 +       
9219 +fi
9220 +
9221 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9222 +      conftest$ac_exeext conftest.$ac_ext
9223 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9224 +
9225 +        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9226 +         # Warning - without using the other run time loading flags,
9227 +         # -berok will link without error, but may produce a broken library.
9228 +         no_undefined_flag=' ${wl}-bernotok'
9229 +         allow_undefined_flag=' ${wl}-berok'
9230 +         # Exported symbols can be pulled into shared objects from archives
9231 +         whole_archive_flag_spec='$convenience'
9232 +         archive_cmds_need_lc=yes
9233 +         # This is similar to how AIX traditionally builds its shared libraries.
9234 +         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'
9235 +       fi
9236 +      fi
9237 +      ;;
9238 +
9239 +    amigaos*)
9240 +      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)'
9241 +      hardcode_libdir_flag_spec='-L$libdir'
9242 +      hardcode_minus_L=yes
9243 +      # see comment about different semantics on the GNU ld section
9244 +      ld_shlibs=no
9245 +      ;;
9246 +
9247 +    bsdi[45]*)
9248 +      export_dynamic_flag_spec=-rdynamic
9249 +      ;;
9250 +
9251 +    cygwin* | mingw* | pw32*)
9252 +      # When not using gcc, we currently assume that we are using
9253 +      # Microsoft Visual C++.
9254 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
9255 +      # no search path for DLLs.
9256 +      hardcode_libdir_flag_spec=' '
9257 +      allow_undefined_flag=unsupported
9258 +      # Tell ltmain to make .lib files, not .a files.
9259 +      libext=lib
9260 +      # Tell ltmain to make .dll files, not .so files.
9261 +      shrext_cmds=".dll"
9262 +      # FIXME: Setting linknames here is a bad hack.
9263 +      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
9264 +      # The linker will automatically build a .lib file if we build a DLL.
9265 +      old_archive_From_new_cmds='true'
9266 +      # FIXME: Should let the user specify the lib program.
9267 +      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9268 +      fix_srcfile_path='`cygpath -w "$srcfile"`'
9269 +      enable_shared_with_static_runtimes=yes
9270 +      ;;
9271 +
9272 +    darwin* | rhapsody*)
9273 +      case $host_os in
9274 +        rhapsody* | darwin1.[012])
9275 +         allow_undefined_flag='${wl}-undefined ${wl}suppress'
9276 +         ;;
9277 +       *) # Darwin 1.3 on
9278 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
9279 +           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
9280 +         else
9281 +           case ${MACOSX_DEPLOYMENT_TARGET} in
9282 +             10.[012])
9283 +               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
9284 +               ;;
9285 +             10.*)
9286 +               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
9287 +               ;;
9288 +           esac
9289 +         fi
9290 +         ;;
9291 +      esac
9292 +      archive_cmds_need_lc=no
9293 +      hardcode_direct=no
9294 +      hardcode_automatic=yes
9295 +      hardcode_shlibpath_var=unsupported
9296 +      whole_archive_flag_spec=''
9297 +      link_all_deplibs=yes
9298 +    if test "$GCC" = yes ; then
9299 +       output_verbose_link_cmd='echo'
9300 +        archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9301 +        module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9302 +        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}"
9303 +        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}"
9304 +    else
9305 +      case $cc_basename in
9306 +        xlc*)
9307 +         output_verbose_link_cmd='echo'
9308 +         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
9309 +         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9310 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
9311 +         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9312 +          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9313 +          ;;
9314 +       *)
9315 +         ld_shlibs=no
9316 +          ;;
9317 +      esac
9318 +    fi
9319 +      ;;
9320 +
9321 +    dgux*)
9322 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9323 +      hardcode_libdir_flag_spec='-L$libdir'
9324 +      hardcode_shlibpath_var=no
9325 +      ;;
9326 +
9327 +    freebsd1*)
9328 +      ld_shlibs=no
9329 +      ;;
9330 +
9331 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9332 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
9333 +    # does not break anything, and helps significantly (at the cost of a little
9334 +    # extra space).
9335 +    freebsd2.2*)
9336 +      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9337 +      hardcode_libdir_flag_spec='-R$libdir'
9338 +      hardcode_direct=yes
9339 +      hardcode_shlibpath_var=no
9340 +      ;;
9341 +
9342 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9343 +    freebsd2*)
9344 +      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9345 +      hardcode_direct=yes
9346 +      hardcode_minus_L=yes
9347 +      hardcode_shlibpath_var=no
9348 +      ;;
9349 +
9350 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9351 +    freebsd* | dragonfly*)
9352 +      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9353 +      hardcode_libdir_flag_spec='-R$libdir'
9354 +      hardcode_direct=yes
9355 +      hardcode_shlibpath_var=no
9356 +      ;;
9357 +
9358 +    hpux9*)
9359 +      if test "$GCC" = yes; then
9360 +       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'
9361 +      else
9362 +       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'
9363 +      fi
9364 +      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9365 +      hardcode_libdir_separator=:
9366 +      hardcode_direct=yes
9367 +
9368 +      # hardcode_minus_L: Not really in the search PATH,
9369 +      # but as the default location of the library.
9370 +      hardcode_minus_L=yes
9371 +      export_dynamic_flag_spec='${wl}-E'
9372 +      ;;
9373 +
9374 +    hpux10*)
9375 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9376 +       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9377 +      else
9378 +       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9379 +      fi
9380 +      if test "$with_gnu_ld" = no; then
9381 +       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9382 +       hardcode_libdir_separator=:
9383 +
9384 +       hardcode_direct=yes
9385 +       export_dynamic_flag_spec='${wl}-E'
9386 +
9387 +       # hardcode_minus_L: Not really in the search PATH,
9388 +       # but as the default location of the library.
9389 +       hardcode_minus_L=yes
9390 +      fi
9391 +      ;;
9392 +
9393 +    hpux11*)
9394 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9395 +       case $host_cpu in
9396 +       hppa*64*)
9397 +         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9398 +         ;;
9399 +       ia64*)
9400 +         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9401 +         ;;
9402 +       *)
9403 +         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9404 +         ;;
9405 +       esac
9406 +      else
9407 +       case $host_cpu in
9408 +       hppa*64*)
9409 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9410 +         ;;
9411 +       ia64*)
9412 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9413 +         ;;
9414 +       *)
9415 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9416 +         ;;
9417 +       esac
9418 +      fi
9419 +      if test "$with_gnu_ld" = no; then
9420 +       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9421 +       hardcode_libdir_separator=:
9422 +
9423 +       case $host_cpu in
9424 +       hppa*64*|ia64*)
9425 +         hardcode_libdir_flag_spec_ld='+b $libdir'
9426 +         hardcode_direct=no
9427 +         hardcode_shlibpath_var=no
9428 +         ;;
9429 +       *)
9430 +         hardcode_direct=yes
9431 +         export_dynamic_flag_spec='${wl}-E'
9432 +
9433 +         # hardcode_minus_L: Not really in the search PATH,
9434 +         # but as the default location of the library.
9435 +         hardcode_minus_L=yes
9436 +         ;;
9437 +       esac
9438 +      fi
9439 +      ;;
9440 +
9441 +    irix5* | irix6* | nonstopux*)
9442 +      if test "$GCC" = yes; then
9443 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9444 +      else
9445 +       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9446 +       hardcode_libdir_flag_spec_ld='-rpath $libdir'
9447 +      fi
9448 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9449 +      hardcode_libdir_separator=:
9450 +      link_all_deplibs=yes
9451 +      ;;
9452 +
9453 +    netbsd* | netbsdelf*-gnu)
9454 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9455 +       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9456 +      else
9457 +       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9458 +      fi
9459 +      hardcode_libdir_flag_spec='-R$libdir'
9460 +      hardcode_direct=yes
9461 +      hardcode_shlibpath_var=no
9462 +      ;;
9463 +
9464 +    newsos6)
9465 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9466 +      hardcode_direct=yes
9467 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9468 +      hardcode_libdir_separator=:
9469 +      hardcode_shlibpath_var=no
9470 +      ;;
9471 +
9472 +    openbsd*)
9473 +      if test -f /usr/libexec/ld.so; then
9474 +       hardcode_direct=yes
9475 +       hardcode_shlibpath_var=no
9476 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9477 +         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9478 +         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9479 +         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9480 +         export_dynamic_flag_spec='${wl}-E'
9481 +       else
9482 +         case $host_os in
9483 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9484 +            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9485 +            hardcode_libdir_flag_spec='-R$libdir'
9486 +            ;;
9487 +          *)
9488 +            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9489 +            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9490 +            ;;
9491 +         esac
9492 +        fi
9493 +      else
9494 +       ld_shlibs=no
9495 +      fi
9496 +      ;;
9497 +
9498 +    os2*)
9499 +      hardcode_libdir_flag_spec='-L$libdir'
9500 +      hardcode_minus_L=yes
9501 +      allow_undefined_flag=unsupported
9502 +      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'
9503 +      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9504 +      ;;
9505 +
9506 +    osf3*)
9507 +      if test "$GCC" = yes; then
9508 +       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9509 +       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9510 +      else
9511 +       allow_undefined_flag=' -expect_unresolved \*'
9512 +       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9513 +      fi
9514 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9515 +      hardcode_libdir_separator=:
9516 +      ;;
9517 +
9518 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
9519 +      if test "$GCC" = yes; then
9520 +       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9521 +       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9522 +       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9523 +      else
9524 +       allow_undefined_flag=' -expect_unresolved \*'
9525 +       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
9526 +       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
9527 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
9528 +
9529 +       # Both c and cxx compiler support -rpath directly
9530 +       hardcode_libdir_flag_spec='-rpath $libdir'
9531 +      fi
9532 +      hardcode_libdir_separator=:
9533 +      ;;
9534 +
9535 +    solaris*)
9536 +      no_undefined_flag=' -z text'
9537 +      if test "$GCC" = yes; then
9538 +       wlarc='${wl}'
9539 +       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9540 +       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9541 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
9542 +      else
9543 +       wlarc=''
9544 +       archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9545 +       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
9546 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
9547 +      fi
9548 +      hardcode_libdir_flag_spec='-R$libdir'
9549 +      hardcode_shlibpath_var=no
9550 +      case $host_os in
9551 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
9552 +      *)
9553 +       # The compiler driver will combine and reorder linker options,
9554 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
9555 +       # but is careful enough not to reorder.
9556 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
9557 +       if test "$GCC" = yes; then
9558 +         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9559 +       else
9560 +         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9561 +       fi
9562 +       ;;
9563 +      esac
9564 +      link_all_deplibs=yes
9565 +      ;;
9566 +
9567 +    sunos4*)
9568 +      if test "x$host_vendor" = xsequent; then
9569 +       # Use $CC to link under sequent, because it throws in some extra .o
9570 +       # files that make .init and .fini sections work.
9571 +       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9572 +      else
9573 +       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9574 +      fi
9575 +      hardcode_libdir_flag_spec='-L$libdir'
9576 +      hardcode_direct=yes
9577 +      hardcode_minus_L=yes
9578 +      hardcode_shlibpath_var=no
9579 +      ;;
9580 +
9581 +    sysv4)
9582 +      case $host_vendor in
9583 +       sni)
9584 +         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9585 +         hardcode_direct=yes # is this really true???
9586 +       ;;
9587 +       siemens)
9588 +         ## LD is ld it makes a PLAMLIB
9589 +         ## CC just makes a GrossModule.
9590 +         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9591 +         reload_cmds='$CC -r -o $output$reload_objs'
9592 +         hardcode_direct=no
9593 +        ;;
9594 +       motorola)
9595 +         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9596 +         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9597 +       ;;
9598 +      esac
9599 +      runpath_var='LD_RUN_PATH'
9600 +      hardcode_shlibpath_var=no
9601 +      ;;
9602 +
9603 +    sysv4.3*)
9604 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9605 +      hardcode_shlibpath_var=no
9606 +      export_dynamic_flag_spec='-Bexport'
9607 +      ;;
9608 +
9609 +    sysv4*MP*)
9610 +      if test -d /usr/nec; then
9611 +       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9612 +       hardcode_shlibpath_var=no
9613 +       runpath_var=LD_RUN_PATH
9614 +       hardcode_runpath_var=yes
9615 +       ld_shlibs=yes
9616 +      fi
9617 +      ;;
9618 +
9619 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9620 +      no_undefined_flag='${wl}-z,text'
9621 +      archive_cmds_need_lc=no
9622 +      hardcode_shlibpath_var=no
9623 +      runpath_var='LD_RUN_PATH'
9624 +
9625 +      if test "$GCC" = yes; then
9626 +       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9627 +       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9628 +      else
9629 +       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9630 +       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9631 +      fi
9632 +      ;;
9633 +
9634 +    sysv5* | sco3.2v5* | sco5v6*)
9635 +      # Note: We can NOT use -z defs as we might desire, because we do not
9636 +      # link with -lc, and that would cause any symbols used from libc to
9637 +      # always be unresolved, which means just about no library would
9638 +      # ever link correctly.  If we're not using GNU ld we use -z text
9639 +      # though, which does catch some bad symbols but isn't as heavy-handed
9640 +      # as -z defs.
9641 +      no_undefined_flag='${wl}-z,text'
9642 +      allow_undefined_flag='${wl}-z,nodefs'
9643 +      archive_cmds_need_lc=no
9644 +      hardcode_shlibpath_var=no
9645 +      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
9646 +      hardcode_libdir_separator=':'
9647 +      link_all_deplibs=yes
9648 +      export_dynamic_flag_spec='${wl}-Bexport'
9649 +      runpath_var='LD_RUN_PATH'
9650 +
9651 +      if test "$GCC" = yes; then
9652 +       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 +       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9654 +      else
9655 +       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9656 +       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9657 +      fi
9658 +      ;;
9659 +
9660 +    uts4*)
9661 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9662 +      hardcode_libdir_flag_spec='-L$libdir'
9663 +      hardcode_shlibpath_var=no
9664 +      ;;
9665 +
9666 +    *)
9667 +      ld_shlibs=no
9668 +      ;;
9669 +    esac
9670 +  fi
9671 +
9672 +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9673 +echo "${ECHO_T}$ld_shlibs" >&6; }
9674 +test "$ld_shlibs" = no && can_build_shared=no
9675 +
9676 +#
9677 +# Do we need to explicitly link libc?
9678 +#
9679 +case "x$archive_cmds_need_lc" in
9680 +x|xyes)
9681 +  # Assume -lc should be added
9682 +  archive_cmds_need_lc=yes
9683 +
9684 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
9685 +    case $archive_cmds in
9686 +    *'~'*)
9687 +      # FIXME: we may have to deal with multi-command sequences.
9688 +      ;;
9689 +    '$CC '*)
9690 +      # Test whether the compiler implicitly links with -lc since on some
9691 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9692 +      # to ld, don't add -lc before -lgcc.
9693 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9694 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9695 +      $rm conftest*
9696 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9697 +
9698 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9699 +  (eval $ac_compile) 2>&5
9700 +  ac_status=$?
9701 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 +  (exit $ac_status); } 2>conftest.err; then
9703 +        soname=conftest
9704 +        lib=conftest
9705 +        libobjs=conftest.$ac_objext
9706 +        deplibs=
9707 +        wl=$lt_prog_compiler_wl
9708 +       pic_flag=$lt_prog_compiler_pic
9709 +        compiler_flags=-v
9710 +        linker_flags=-v
9711 +        verstring=
9712 +        output_objdir=.
9713 +        libname=conftest
9714 +        lt_save_allow_undefined_flag=$allow_undefined_flag
9715 +        allow_undefined_flag=
9716 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
9717 +  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
9718 +  ac_status=$?
9719 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720 +  (exit $ac_status); }
9721 +        then
9722 +         archive_cmds_need_lc=no
9723 +        else
9724 +         archive_cmds_need_lc=yes
9725 +        fi
9726 +        allow_undefined_flag=$lt_save_allow_undefined_flag
9727 +      else
9728 +        cat conftest.err 1>&5
9729 +      fi
9730 +      $rm conftest*
9731 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9732 +echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
9733 +      ;;
9734 +    esac
9735 +  fi
9736 +  ;;
9737 +esac
9738 +
9739 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9740 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
9741 +library_names_spec=
9742 +libname_spec='lib$name'
9743 +soname_spec=
9744 +shrext_cmds=".so"
9745 +postinstall_cmds=
9746 +postuninstall_cmds=
9747 +finish_cmds=
9748 +finish_eval=
9749 +shlibpath_var=
9750 +shlibpath_overrides_runpath=unknown
9751 +version_type=none
9752 +dynamic_linker="$host_os ld.so"
9753 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
9754 +
9755 +if test "$GCC" = yes; then
9756 +  case $host_os in
9757 +    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9758 +    *) lt_awk_arg="/^libraries:/" ;;
9759 +  esac
9760 +  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9761 +  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
9762 +    # if the path contains ";" then we assume it to be the separator
9763 +    # otherwise default to the standard path separator (i.e. ":") - it is
9764 +    # assumed that no part of a normal pathname contains ";" but that should
9765 +    # okay in the real world where ";" in dirpaths is itself problematic.
9766 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9767 +  else
9768 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9769 +  fi
9770 +  # Ok, now we have the path, separated by spaces, we can step through it
9771 +  # and add multilib dir if necessary.
9772 +  lt_tmp_lt_search_path_spec=
9773 +  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9774 +  for lt_sys_path in $lt_search_path_spec; do
9775 +    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9776 +      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9777 +    else
9778 +      test -d "$lt_sys_path" && \
9779 +       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9780 +    fi
9781 +  done
9782 +  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
9783 +BEGIN {RS=" "; FS="/|\n";} {
9784 +  lt_foo="";
9785 +  lt_count=0;
9786 +  for (lt_i = NF; lt_i > 0; lt_i--) {
9787 +    if ($lt_i != "" && $lt_i != ".") {
9788 +      if ($lt_i == "..") {
9789 +        lt_count++;
9790 +      } else {
9791 +        if (lt_count == 0) {
9792 +          lt_foo="/" $lt_i lt_foo;
9793 +        } else {
9794 +          lt_count--;
9795 +        }
9796 +      }
9797 +    }
9798 +  }
9799 +  if (lt_foo != "") { lt_freq[lt_foo]++; }
9800 +  if (lt_freq[lt_foo] == 1) { print lt_foo; }
9801 +}'`
9802 +  sys_lib_search_path_spec=`echo $lt_search_path_spec`
9803 +else
9804 +  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9805 +fi
9806 +need_lib_prefix=unknown
9807 +hardcode_into_libs=no
9808 +
9809 +# when you set need_version to no, make sure it does not cause -set_version
9810 +# flags to be left without arguments
9811 +need_version=unknown
9812 +
9813 +case $host_os in
9814 +aix3*)
9815 +  version_type=linux
9816 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9817 +  shlibpath_var=LIBPATH
9818 +
9819 +  # AIX 3 has no versioning support, so we append a major version to the name.
9820 +  soname_spec='${libname}${release}${shared_ext}$major'
9821 +  ;;
9822 +
9823 +aix[4-9]*)
9824 +  version_type=linux
9825 +  need_lib_prefix=no
9826 +  need_version=no
9827 +  hardcode_into_libs=yes
9828 +  if test "$host_cpu" = ia64; then
9829 +    # AIX 5 supports IA64
9830 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9831 +    shlibpath_var=LD_LIBRARY_PATH
9832 +  else
9833 +    # With GCC up to 2.95.x, collect2 would create an import file
9834 +    # for dependence libraries.  The import file would start with
9835 +    # the line `#! .'.  This would cause the generated library to
9836 +    # depend on `.', always an invalid library.  This was fixed in
9837 +    # development snapshots of GCC prior to 3.0.
9838 +    case $host_os in
9839 +      aix4 | aix4.[01] | aix4.[01].*)
9840 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9841 +          echo ' yes '
9842 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
9843 +       :
9844 +      else
9845 +       can_build_shared=no
9846 +      fi
9847 +      ;;
9848 +    esac
9849 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9850 +    # soname into executable. Probably we can add versioning support to
9851 +    # collect2, so additional links can be useful in future.
9852 +    if test "$aix_use_runtimelinking" = yes; then
9853 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9854 +      # instead of lib<name>.a to let people know that these are not
9855 +      # typical AIX shared libraries.
9856 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9857 +    else
9858 +      # We preserve .a as extension for shared libraries through AIX4.2
9859 +      # and later when we are not doing run time linking.
9860 +      library_names_spec='${libname}${release}.a $libname.a'
9861 +      soname_spec='${libname}${release}${shared_ext}$major'
9862 +    fi
9863 +    shlibpath_var=LIBPATH
9864 +  fi
9865 +  ;;
9866 +
9867 +amigaos*)
9868 +  library_names_spec='$libname.ixlibrary $libname.a'
9869 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
9870 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
9871 +  ;;
9872 +
9873 +beos*)
9874 +  library_names_spec='${libname}${shared_ext}'
9875 +  dynamic_linker="$host_os ld.so"
9876 +  shlibpath_var=LIBRARY_PATH
9877 +  ;;
9878 +
9879 +bsdi[45]*)
9880 +  version_type=linux
9881 +  need_version=no
9882 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9883 +  soname_spec='${libname}${release}${shared_ext}$major'
9884 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9885 +  shlibpath_var=LD_LIBRARY_PATH
9886 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9887 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9888 +  # the default ld.so.conf also contains /usr/contrib/lib and
9889 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9890 +  # libtool to hard-code these into programs
9891 +  ;;
9892 +
9893 +cygwin* | mingw* | pw32*)
9894 +  version_type=windows
9895 +  shrext_cmds=".dll"
9896 +  need_version=no
9897 +  need_lib_prefix=no
9898 +
9899 +  case $GCC,$host_os in
9900 +  yes,cygwin* | yes,mingw* | yes,pw32*)
9901 +    library_names_spec='$libname.dll.a'
9902 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
9903 +    postinstall_cmds='base_file=`basename \${file}`~
9904 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
9905 +      dldir=$destdir/`dirname \$dlpath`~
9906 +      test -d \$dldir || mkdir -p \$dldir~
9907 +      $install_prog $dir/$dlname \$dldir/$dlname~
9908 +      chmod a+x \$dldir/$dlname'
9909 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9910 +      dlpath=$dir/\$dldll~
9911 +       $rm \$dlpath'
9912 +    shlibpath_overrides_runpath=yes
9913 +
9914 +    case $host_os in
9915 +    cygwin*)
9916 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9917 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9918 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9919 +      ;;
9920 +    mingw*)
9921 +      # MinGW DLLs use traditional 'lib' prefix
9922 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9923 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9924 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
9925 +        # It is most probably a Windows format PATH printed by
9926 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
9927 +        # path with ; separators, and with drive letters. We can handle the
9928 +        # drive letters (cygwin fileutils understands them), so leave them,
9929 +        # especially as we might pass files found there to a mingw objdump,
9930 +        # which wouldn't understand a cygwinified path. Ahh.
9931 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9932 +      else
9933 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9934 +      fi
9935 +      ;;
9936 +    pw32*)
9937 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
9938 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9939 +      ;;
9940 +    esac
9941 +    ;;
9942 +
9943 +  *)
9944 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9945 +    ;;
9946 +  esac
9947 +  dynamic_linker='Win32 ld.exe'
9948 +  # FIXME: first we should search . and the directory the executable is in
9949 +  shlibpath_var=PATH
9950 +  ;;
9951 +
9952 +darwin* | rhapsody*)
9953 +  dynamic_linker="$host_os dyld"
9954 +  version_type=darwin
9955 +  need_lib_prefix=no
9956 +  need_version=no
9957 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9958 +  soname_spec='${libname}${release}${major}$shared_ext'
9959 +  shlibpath_overrides_runpath=yes
9960 +  shlibpath_var=DYLD_LIBRARY_PATH
9961 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9962 +  
9963 +  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" 
9964 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9965 +  ;;
9966 +
9967 +dgux*)
9968 +  version_type=linux
9969 +  need_lib_prefix=no
9970 +  need_version=no
9971 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9972 +  soname_spec='${libname}${release}${shared_ext}$major'
9973 +  shlibpath_var=LD_LIBRARY_PATH
9974 +  ;;
9975 +
9976 +freebsd1*)
9977 +  dynamic_linker=no
9978 +  ;;
9979 +
9980 +freebsd* | dragonfly*)
9981 +  # DragonFly does not have aout.  When/if they implement a new
9982 +  # versioning mechanism, adjust this.
9983 +  if test -x /usr/bin/objformat; then
9984 +    objformat=`/usr/bin/objformat`
9985 +  else
9986 +    case $host_os in
9987 +    freebsd[123]*) objformat=aout ;;
9988 +    *) objformat=elf ;;
9989 +    esac
9990 +  fi
9991 +  version_type=freebsd-$objformat
9992 +  case $version_type in
9993 +    freebsd-elf*)
9994 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9995 +      need_version=no
9996 +      need_lib_prefix=no
9997 +      ;;
9998 +    freebsd-*)
9999 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10000 +      need_version=yes
10001 +      ;;
10002 +  esac
10003 +  shlibpath_var=LD_LIBRARY_PATH
10004 +  case $host_os in
10005 +  freebsd2*)
10006 +    shlibpath_overrides_runpath=yes
10007 +    ;;
10008 +  freebsd3.[01]* | freebsdelf3.[01]*)
10009 +    shlibpath_overrides_runpath=yes
10010 +    hardcode_into_libs=yes
10011 +    ;;
10012 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10013 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10014 +    shlibpath_overrides_runpath=no
10015 +    hardcode_into_libs=yes
10016 +    ;;
10017 +  *) # from 4.6 on, and DragonFly
10018 +    shlibpath_overrides_runpath=yes
10019 +    hardcode_into_libs=yes
10020 +    ;;
10021 +  esac
10022 +  ;;
10023 +
10024 +gnu*)
10025 +  version_type=linux
10026 +  need_lib_prefix=no
10027 +  need_version=no
10028 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10029 +  soname_spec='${libname}${release}${shared_ext}$major'
10030 +  shlibpath_var=LD_LIBRARY_PATH
10031 +  hardcode_into_libs=yes
10032 +  ;;
10033 +
10034 +hpux9* | hpux10* | hpux11*)
10035 +  # Give a soname corresponding to the major version so that dld.sl refuses to
10036 +  # link against other versions.
10037 +  version_type=sunos
10038 +  need_lib_prefix=no
10039 +  need_version=no
10040 +  case $host_cpu in
10041 +  ia64*)
10042 +    shrext_cmds='.so'
10043 +    hardcode_into_libs=yes
10044 +    dynamic_linker="$host_os dld.so"
10045 +    shlibpath_var=LD_LIBRARY_PATH
10046 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10047 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10048 +    soname_spec='${libname}${release}${shared_ext}$major'
10049 +    if test "X$HPUX_IA64_MODE" = X32; then
10050 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10051 +    else
10052 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10053 +    fi
10054 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10055 +    ;;
10056 +   hppa*64*)
10057 +     shrext_cmds='.sl'
10058 +     hardcode_into_libs=yes
10059 +     dynamic_linker="$host_os dld.sl"
10060 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10061 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10062 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10063 +     soname_spec='${libname}${release}${shared_ext}$major'
10064 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10065 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10066 +     ;;
10067 +   *)
10068 +    shrext_cmds='.sl'
10069 +    dynamic_linker="$host_os dld.sl"
10070 +    shlibpath_var=SHLIB_PATH
10071 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10072 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10073 +    soname_spec='${libname}${release}${shared_ext}$major'
10074 +    ;;
10075 +  esac
10076 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
10077 +  postinstall_cmds='chmod 555 $lib'
10078 +  ;;
10079 +
10080 +interix[3-9]*)
10081 +  version_type=linux
10082 +  need_lib_prefix=no
10083 +  need_version=no
10084 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10085 +  soname_spec='${libname}${release}${shared_ext}$major'
10086 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10087 +  shlibpath_var=LD_LIBRARY_PATH
10088 +  shlibpath_overrides_runpath=no
10089 +  hardcode_into_libs=yes
10090 +  ;;
10091 +
10092 +irix5* | irix6* | nonstopux*)
10093 +  case $host_os in
10094 +    nonstopux*) version_type=nonstopux ;;
10095 +    *)
10096 +       if test "$lt_cv_prog_gnu_ld" = yes; then
10097 +               version_type=linux
10098 +       else
10099 +               version_type=irix
10100 +       fi ;;
10101 +  esac
10102 +  need_lib_prefix=no
10103 +  need_version=no
10104 +  soname_spec='${libname}${release}${shared_ext}$major'
10105 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10106 +  case $host_os in
10107 +  irix5* | nonstopux*)
10108 +    libsuff= shlibsuff=
10109 +    ;;
10110 +  *)
10111 +    case $LD in # libtool.m4 will add one of these switches to LD
10112 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10113 +      libsuff= shlibsuff= libmagic=32-bit;;
10114 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10115 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
10116 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10117 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
10118 +    *) libsuff= shlibsuff= libmagic=never-match;;
10119 +    esac
10120 +    ;;
10121 +  esac
10122 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10123 +  shlibpath_overrides_runpath=no
10124 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10125 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10126 +  hardcode_into_libs=yes
10127 +  ;;
10128 +
10129 +# No shared lib support for Linux oldld, aout, or coff.
10130 +linux*oldld* | linux*aout* | linux*coff*)
10131 +  dynamic_linker=no
10132 +  ;;
10133 +
10134 +# This must be Linux ELF.
10135 +linux* | k*bsd*-gnu)
10136 +  version_type=linux
10137 +  need_lib_prefix=no
10138 +  need_version=no
10139 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10140 +  soname_spec='${libname}${release}${shared_ext}$major'
10141 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10142 +  shlibpath_var=LD_LIBRARY_PATH
10143 +  shlibpath_overrides_runpath=no
10144 +  # This implies no fast_install, which is unacceptable.
10145 +  # Some rework will be needed to allow for fast_install
10146 +  # before this can be enabled.
10147 +  hardcode_into_libs=yes
10148 +
10149 +  # Append ld.so.conf contents to the search path
10150 +  if test -f /etc/ld.so.conf; then
10151 +    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;/^$/d' | tr '\n' ' '`
10152 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10153 +  fi
10154 +
10155 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
10156 +  # powerpc, because MkLinux only supported shared libraries with the
10157 +  # GNU dynamic linker.  Since this was broken with cross compilers,
10158 +  # most powerpc-linux boxes support dynamic linking these days and
10159 +  # people can always --disable-shared, the test was removed, and we
10160 +  # assume the GNU/Linux dynamic linker is in use.
10161 +  dynamic_linker='GNU/Linux ld.so'
10162 +  ;;
10163 +
10164 +netbsdelf*-gnu)
10165 +  version_type=linux
10166 +  need_lib_prefix=no
10167 +  need_version=no
10168 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10169 +  soname_spec='${libname}${release}${shared_ext}$major'
10170 +  shlibpath_var=LD_LIBRARY_PATH
10171 +  shlibpath_overrides_runpath=no
10172 +  hardcode_into_libs=yes
10173 +  dynamic_linker='NetBSD ld.elf_so'
10174 +  ;;
10175 +
10176 +netbsd*)
10177 +  version_type=sunos
10178 +  need_lib_prefix=no
10179 +  need_version=no
10180 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10181 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10182 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10183 +    dynamic_linker='NetBSD (a.out) ld.so'
10184 +  else
10185 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10186 +    soname_spec='${libname}${release}${shared_ext}$major'
10187 +    dynamic_linker='NetBSD ld.elf_so'
10188 +  fi
10189 +  shlibpath_var=LD_LIBRARY_PATH
10190 +  shlibpath_overrides_runpath=yes
10191 +  hardcode_into_libs=yes
10192 +  ;;
10193 +
10194 +newsos6)
10195 +  version_type=linux
10196 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10197 +  shlibpath_var=LD_LIBRARY_PATH
10198 +  shlibpath_overrides_runpath=yes
10199 +  ;;
10200 +
10201 +nto-qnx*)
10202 +  version_type=linux
10203 +  need_lib_prefix=no
10204 +  need_version=no
10205 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206 +  soname_spec='${libname}${release}${shared_ext}$major'
10207 +  shlibpath_var=LD_LIBRARY_PATH
10208 +  shlibpath_overrides_runpath=yes
10209 +  ;;
10210 +
10211 +openbsd*)
10212 +  version_type=sunos
10213 +  sys_lib_dlsearch_path_spec="/usr/lib"
10214 +  need_lib_prefix=no
10215 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10216 +  case $host_os in
10217 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10218 +    *)                         need_version=no  ;;
10219 +  esac
10220 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10221 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10222 +  shlibpath_var=LD_LIBRARY_PATH
10223 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10224 +    case $host_os in
10225 +      openbsd2.[89] | openbsd2.[89].*)
10226 +       shlibpath_overrides_runpath=no
10227 +       ;;
10228 +      *)
10229 +       shlibpath_overrides_runpath=yes
10230 +       ;;
10231 +      esac
10232 +  else
10233 +    shlibpath_overrides_runpath=yes
10234 +  fi
10235 +  ;;
10236 +
10237 +os2*)
10238 +  libname_spec='$name'
10239 +  shrext_cmds=".dll"
10240 +  need_lib_prefix=no
10241 +  library_names_spec='$libname${shared_ext} $libname.a'
10242 +  dynamic_linker='OS/2 ld.exe'
10243 +  shlibpath_var=LIBPATH
10244 +  ;;
10245 +
10246 +osf3* | osf4* | osf5*)
10247 +  version_type=osf
10248 +  need_lib_prefix=no
10249 +  need_version=no
10250 +  soname_spec='${libname}${release}${shared_ext}$major'
10251 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 +  shlibpath_var=LD_LIBRARY_PATH
10253 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10254 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10255 +  ;;
10256 +
10257 +rdos*)
10258 +  dynamic_linker=no
10259 +  ;;
10260 +
10261 +solaris*)
10262 +  version_type=linux
10263 +  need_lib_prefix=no
10264 +  need_version=no
10265 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 +  soname_spec='${libname}${release}${shared_ext}$major'
10267 +  shlibpath_var=LD_LIBRARY_PATH
10268 +  shlibpath_overrides_runpath=yes
10269 +  hardcode_into_libs=yes
10270 +  # ldd complains unless libraries are executable
10271 +  postinstall_cmds='chmod +x $lib'
10272 +  ;;
10273 +
10274 +sunos4*)
10275 +  version_type=sunos
10276 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10277 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10278 +  shlibpath_var=LD_LIBRARY_PATH
10279 +  shlibpath_overrides_runpath=yes
10280 +  if test "$with_gnu_ld" = yes; then
10281 +    need_lib_prefix=no
10282 +  fi
10283 +  need_version=yes
10284 +  ;;
10285 +
10286 +sysv4 | sysv4.3*)
10287 +  version_type=linux
10288 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 +  soname_spec='${libname}${release}${shared_ext}$major'
10290 +  shlibpath_var=LD_LIBRARY_PATH
10291 +  case $host_vendor in
10292 +    sni)
10293 +      shlibpath_overrides_runpath=no
10294 +      need_lib_prefix=no
10295 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
10296 +      runpath_var=LD_RUN_PATH
10297 +      ;;
10298 +    siemens)
10299 +      need_lib_prefix=no
10300 +      ;;
10301 +    motorola)
10302 +      need_lib_prefix=no
10303 +      need_version=no
10304 +      shlibpath_overrides_runpath=no
10305 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10306 +      ;;
10307 +  esac
10308 +  ;;
10309 +
10310 +sysv4*MP*)
10311 +  if test -d /usr/nec ;then
10312 +    version_type=linux
10313 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10314 +    soname_spec='$libname${shared_ext}.$major'
10315 +    shlibpath_var=LD_LIBRARY_PATH
10316 +  fi
10317 +  ;;
10318 +
10319 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10320 +  version_type=freebsd-elf
10321 +  need_lib_prefix=no
10322 +  need_version=no
10323 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10324 +  soname_spec='${libname}${release}${shared_ext}$major'
10325 +  shlibpath_var=LD_LIBRARY_PATH
10326 +  hardcode_into_libs=yes
10327 +  if test "$with_gnu_ld" = yes; then
10328 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10329 +    shlibpath_overrides_runpath=no
10330 +  else
10331 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10332 +    shlibpath_overrides_runpath=yes
10333 +    case $host_os in
10334 +      sco3.2v5*)
10335 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10336 +       ;;
10337 +    esac
10338 +  fi
10339 +  sys_lib_dlsearch_path_spec='/usr/lib'
10340 +  ;;
10341 +
10342 +uts4*)
10343 +  version_type=linux
10344 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10345 +  soname_spec='${libname}${release}${shared_ext}$major'
10346 +  shlibpath_var=LD_LIBRARY_PATH
10347 +  ;;
10348 +
10349 +*)
10350 +  dynamic_linker=no
10351 +  ;;
10352 +esac
10353 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10354 +echo "${ECHO_T}$dynamic_linker" >&6; }
10355 +test "$dynamic_linker" = no && can_build_shared=no
10356 +
10357 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10358 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10359 +else
10360 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
10361 +fi
10362 +
10363 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10364 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10365 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10366 +else
10367 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
10368 +fi
10369 +
10370 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10371 +
10372 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10373 +if test "$GCC" = yes; then
10374 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10375 +fi
10376 +
10377 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10378 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
10379 +hardcode_action=
10380 +if test -n "$hardcode_libdir_flag_spec" || \
10381 +   test -n "$runpath_var" || \
10382 +   test "X$hardcode_automatic" = "Xyes" ; then
10383 +
10384 +  # We can hardcode non-existant directories.
10385 +  if test "$hardcode_direct" != no &&
10386 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10387 +     # have to relink, otherwise we might link with an installed library
10388 +     # when we should be linking with a yet-to-be-installed one
10389 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
10390 +     test "$hardcode_minus_L" != no; then
10391 +    # Linking always hardcodes the temporary library directory.
10392 +    hardcode_action=relink
10393 +  else
10394 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10395 +    hardcode_action=immediate
10396 +  fi
10397 +else
10398 +  # We cannot hardcode anything, or else we can only hardcode existing
10399 +  # directories.
10400 +  hardcode_action=unsupported
10401 +fi
10402 +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
10403 +echo "${ECHO_T}$hardcode_action" >&6; }
10404 +
10405 +if test "$hardcode_action" = relink; then
10406 +  # Fast installation is not supported
10407 +  enable_fast_install=no
10408 +elif test "$shlibpath_overrides_runpath" = yes ||
10409 +     test "$enable_shared" = no; then
10410 +  # Fast installation is not necessary
10411 +  enable_fast_install=needless
10412 +fi
10413 +
10414 +striplib=
10415 +old_striplib=
10416 +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10417 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
10418 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
10419 +  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10420 +  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10421 +  { echo "$as_me:$LINENO: result: yes" >&5
10422 +echo "${ECHO_T}yes" >&6; }
10423 +else
10424 +# FIXME - insert some real tests, host_os isn't really good enough
10425 +  case $host_os in
10426 +   darwin*)
10427 +       if test -n "$STRIP" ; then
10428 +         striplib="$STRIP -x"
10429 +         old_striplib="$STRIP -S"
10430 +         { echo "$as_me:$LINENO: result: yes" >&5
10431 +echo "${ECHO_T}yes" >&6; }
10432 +       else
10433 +  { echo "$as_me:$LINENO: result: no" >&5
10434 +echo "${ECHO_T}no" >&6; }
10435 +fi
10436 +       ;;
10437 +   *)
10438 +  { echo "$as_me:$LINENO: result: no" >&5
10439 +echo "${ECHO_T}no" >&6; }
10440 +    ;;
10441 +  esac
10442 +fi
10443 +
10444 +if test "x$enable_dlopen" != xyes; then
10445 +  enable_dlopen=unknown
10446 +  enable_dlopen_self=unknown
10447 +  enable_dlopen_self_static=unknown
10448 +else
10449 +  lt_cv_dlopen=no
10450 +  lt_cv_dlopen_libs=
10451 +
10452 +  case $host_os in
10453 +  beos*)
10454 +    lt_cv_dlopen="load_add_on"
10455 +    lt_cv_dlopen_libs=
10456 +    lt_cv_dlopen_self=yes
10457 +    ;;
10458 +
10459 +  mingw* | pw32*)
10460 +    lt_cv_dlopen="LoadLibrary"
10461 +    lt_cv_dlopen_libs=
10462 +   ;;
10463 +
10464 +  cygwin*)
10465 +    lt_cv_dlopen="dlopen"
10466 +    lt_cv_dlopen_libs=
10467 +   ;;
10468 +
10469 +  darwin*)
10470 +  # if libdl is installed we need to link against it
10471 +    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10472 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10473 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10474 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10475 +else
10476 +  ac_check_lib_save_LIBS=$LIBS
10477 +LIBS="-ldl  $LIBS"
10478 +cat >conftest.$ac_ext <<_ACEOF
10479 +/* confdefs.h.  */
10480 +_ACEOF
10481 +cat confdefs.h >>conftest.$ac_ext
10482 +cat >>conftest.$ac_ext <<_ACEOF
10483 +/* end confdefs.h.  */
10484 +
10485 +/* Override any GCC internal prototype to avoid an error.
10486 +   Use char because int might match the return type of a GCC
10487 +   builtin and then its argument prototype would still apply.  */
10488 +#ifdef __cplusplus
10489 +extern "C"
10490 +#endif
10491 +char dlopen ();
10492 +int
10493 +main ()
10494 +{
10495 +return dlopen ();
10496 +  ;
10497 +  return 0;
10498 +}
10499 +_ACEOF
10500 +rm -f conftest.$ac_objext conftest$ac_exeext
10501 +if { (ac_try="$ac_link"
10502 +case "(($ac_try" in
10503 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10504 +  *) ac_try_echo=$ac_try;;
10505 +esac
10506 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10507 +  (eval "$ac_link") 2>conftest.er1
10508 +  ac_status=$?
10509 +  grep -v '^ *+' conftest.er1 >conftest.err
10510 +  rm -f conftest.er1
10511 +  cat conftest.err >&5
10512 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10513 +  (exit $ac_status); } && {
10514 +        test -z "$ac_c_werror_flag" ||
10515 +        test ! -s conftest.err
10516 +       } && test -s conftest$ac_exeext &&
10517 +       $as_test_x conftest$ac_exeext; then
10518 +  ac_cv_lib_dl_dlopen=yes
10519 +else
10520 +  echo "$as_me: failed program was:" >&5
10521 +sed 's/^/| /' conftest.$ac_ext >&5
10522 +
10523 +       ac_cv_lib_dl_dlopen=no
10524 +fi
10525 +
10526 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10527 +      conftest$ac_exeext conftest.$ac_ext
10528 +LIBS=$ac_check_lib_save_LIBS
10529 +fi
10530 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10531 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10532 +if test $ac_cv_lib_dl_dlopen = yes; then
10533 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10534 +else
10535 +  
10536 +    lt_cv_dlopen="dyld"
10537 +    lt_cv_dlopen_libs=
10538 +    lt_cv_dlopen_self=yes
10539 +    
10540 +fi
10541 +
10542 +   ;;
10543 +
10544 +  *)
10545 +    { echo "$as_me:$LINENO: checking for shl_load" >&5
10546 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
10547 +if test "${ac_cv_func_shl_load+set}" = set; then
10548 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10549 +else
10550 +  cat >conftest.$ac_ext <<_ACEOF
10551 +/* confdefs.h.  */
10552 +_ACEOF
10553 +cat confdefs.h >>conftest.$ac_ext
10554 +cat >>conftest.$ac_ext <<_ACEOF
10555 +/* end confdefs.h.  */
10556 +/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10557 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10558 +#define shl_load innocuous_shl_load
10559 +
10560 +/* System header to define __stub macros and hopefully few prototypes,
10561 +    which can conflict with char shl_load (); below.
10562 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10563 +    <limits.h> exists even on freestanding compilers.  */
10564 +
10565 +#ifdef __STDC__
10566 +# include <limits.h>
10567 +#else
10568 +# include <assert.h>
10569 +#endif
10570 +
10571 +#undef shl_load
10572 +
10573 +/* Override any GCC internal prototype to avoid an error.
10574 +   Use char because int might match the return type of a GCC
10575 +   builtin and then its argument prototype would still apply.  */
10576 +#ifdef __cplusplus
10577 +extern "C"
10578 +#endif
10579 +char shl_load ();
10580 +/* The GNU C library defines this for functions which it implements
10581 +    to always fail with ENOSYS.  Some functions are actually named
10582 +    something starting with __ and the normal name is an alias.  */
10583 +#if defined __stub_shl_load || defined __stub___shl_load
10584 +choke me
10585 +#endif
10586 +
10587 +int
10588 +main ()
10589 +{
10590 +return shl_load ();
10591 +  ;
10592 +  return 0;
10593 +}
10594 +_ACEOF
10595 +rm -f conftest.$ac_objext conftest$ac_exeext
10596 +if { (ac_try="$ac_link"
10597 +case "(($ac_try" in
10598 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 +  *) ac_try_echo=$ac_try;;
10600 +esac
10601 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 +  (eval "$ac_link") 2>conftest.er1
10603 +  ac_status=$?
10604 +  grep -v '^ *+' conftest.er1 >conftest.err
10605 +  rm -f conftest.er1
10606 +  cat conftest.err >&5
10607 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608 +  (exit $ac_status); } && {
10609 +        test -z "$ac_c_werror_flag" ||
10610 +        test ! -s conftest.err
10611 +       } && test -s conftest$ac_exeext &&
10612 +       $as_test_x conftest$ac_exeext; then
10613 +  ac_cv_func_shl_load=yes
10614 +else
10615 +  echo "$as_me: failed program was:" >&5
10616 +sed 's/^/| /' conftest.$ac_ext >&5
10617 +
10618 +       ac_cv_func_shl_load=no
10619 +fi
10620 +
10621 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10622 +      conftest$ac_exeext conftest.$ac_ext
10623 +fi
10624 +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10625 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
10626 +if test $ac_cv_func_shl_load = yes; then
10627 +  lt_cv_dlopen="shl_load"
10628 +else
10629 +  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10630 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
10631 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10632 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10633 +else
10634 +  ac_check_lib_save_LIBS=$LIBS
10635 +LIBS="-ldld  $LIBS"
10636 +cat >conftest.$ac_ext <<_ACEOF
10637 +/* confdefs.h.  */
10638 +_ACEOF
10639 +cat confdefs.h >>conftest.$ac_ext
10640 +cat >>conftest.$ac_ext <<_ACEOF
10641 +/* end confdefs.h.  */
10642 +
10643 +/* Override any GCC internal prototype to avoid an error.
10644 +   Use char because int might match the return type of a GCC
10645 +   builtin and then its argument prototype would still apply.  */
10646 +#ifdef __cplusplus
10647 +extern "C"
10648 +#endif
10649 +char shl_load ();
10650 +int
10651 +main ()
10652 +{
10653 +return shl_load ();
10654 +  ;
10655 +  return 0;
10656 +}
10657 +_ACEOF
10658 +rm -f conftest.$ac_objext conftest$ac_exeext
10659 +if { (ac_try="$ac_link"
10660 +case "(($ac_try" in
10661 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10662 +  *) ac_try_echo=$ac_try;;
10663 +esac
10664 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10665 +  (eval "$ac_link") 2>conftest.er1
10666 +  ac_status=$?
10667 +  grep -v '^ *+' conftest.er1 >conftest.err
10668 +  rm -f conftest.er1
10669 +  cat conftest.err >&5
10670 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10671 +  (exit $ac_status); } && {
10672 +        test -z "$ac_c_werror_flag" ||
10673 +        test ! -s conftest.err
10674 +       } && test -s conftest$ac_exeext &&
10675 +       $as_test_x conftest$ac_exeext; then
10676 +  ac_cv_lib_dld_shl_load=yes
10677 +else
10678 +  echo "$as_me: failed program was:" >&5
10679 +sed 's/^/| /' conftest.$ac_ext >&5
10680 +
10681 +       ac_cv_lib_dld_shl_load=no
10682 +fi
10683 +
10684 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10685 +      conftest$ac_exeext conftest.$ac_ext
10686 +LIBS=$ac_check_lib_save_LIBS
10687 +fi
10688 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10689 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
10690 +if test $ac_cv_lib_dld_shl_load = yes; then
10691 +  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10692 +else
10693 +  { echo "$as_me:$LINENO: checking for dlopen" >&5
10694 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10695 +if test "${ac_cv_func_dlopen+set}" = set; then
10696 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10697 +else
10698 +  cat >conftest.$ac_ext <<_ACEOF
10699 +/* confdefs.h.  */
10700 +_ACEOF
10701 +cat confdefs.h >>conftest.$ac_ext
10702 +cat >>conftest.$ac_ext <<_ACEOF
10703 +/* end confdefs.h.  */
10704 +/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10705 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10706 +#define dlopen innocuous_dlopen
10707 +
10708 +/* System header to define __stub macros and hopefully few prototypes,
10709 +    which can conflict with char dlopen (); below.
10710 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10711 +    <limits.h> exists even on freestanding compilers.  */
10712 +
10713 +#ifdef __STDC__
10714 +# include <limits.h>
10715 +#else
10716 +# include <assert.h>
10717 +#endif
10718 +
10719 +#undef dlopen
10720 +
10721 +/* Override any GCC internal prototype to avoid an error.
10722 +   Use char because int might match the return type of a GCC
10723 +   builtin and then its argument prototype would still apply.  */
10724 +#ifdef __cplusplus
10725 +extern "C"
10726 +#endif
10727 +char dlopen ();
10728 +/* The GNU C library defines this for functions which it implements
10729 +    to always fail with ENOSYS.  Some functions are actually named
10730 +    something starting with __ and the normal name is an alias.  */
10731 +#if defined __stub_dlopen || defined __stub___dlopen
10732 +choke me
10733 +#endif
10734 +
10735 +int
10736 +main ()
10737 +{
10738 +return dlopen ();
10739 +  ;
10740 +  return 0;
10741 +}
10742 +_ACEOF
10743 +rm -f conftest.$ac_objext conftest$ac_exeext
10744 +if { (ac_try="$ac_link"
10745 +case "(($ac_try" in
10746 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747 +  *) ac_try_echo=$ac_try;;
10748 +esac
10749 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10750 +  (eval "$ac_link") 2>conftest.er1
10751 +  ac_status=$?
10752 +  grep -v '^ *+' conftest.er1 >conftest.err
10753 +  rm -f conftest.er1
10754 +  cat conftest.err >&5
10755 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10756 +  (exit $ac_status); } && {
10757 +        test -z "$ac_c_werror_flag" ||
10758 +        test ! -s conftest.err
10759 +       } && test -s conftest$ac_exeext &&
10760 +       $as_test_x conftest$ac_exeext; then
10761 +  ac_cv_func_dlopen=yes
10762 +else
10763 +  echo "$as_me: failed program was:" >&5
10764 +sed 's/^/| /' conftest.$ac_ext >&5
10765 +
10766 +       ac_cv_func_dlopen=no
10767 +fi
10768 +
10769 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10770 +      conftest$ac_exeext conftest.$ac_ext
10771 +fi
10772 +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10773 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10774 +if test $ac_cv_func_dlopen = yes; then
10775 +  lt_cv_dlopen="dlopen"
10776 +else
10777 +  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10778 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10779 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10780 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10781 +else
10782 +  ac_check_lib_save_LIBS=$LIBS
10783 +LIBS="-ldl  $LIBS"
10784 +cat >conftest.$ac_ext <<_ACEOF
10785 +/* confdefs.h.  */
10786 +_ACEOF
10787 +cat confdefs.h >>conftest.$ac_ext
10788 +cat >>conftest.$ac_ext <<_ACEOF
10789 +/* end confdefs.h.  */
10790 +
10791 +/* Override any GCC internal prototype to avoid an error.
10792 +   Use char because int might match the return type of a GCC
10793 +   builtin and then its argument prototype would still apply.  */
10794 +#ifdef __cplusplus
10795 +extern "C"
10796 +#endif
10797 +char dlopen ();
10798 +int
10799 +main ()
10800 +{
10801 +return dlopen ();
10802 +  ;
10803 +  return 0;
10804 +}
10805 +_ACEOF
10806 +rm -f conftest.$ac_objext conftest$ac_exeext
10807 +if { (ac_try="$ac_link"
10808 +case "(($ac_try" in
10809 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10810 +  *) ac_try_echo=$ac_try;;
10811 +esac
10812 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10813 +  (eval "$ac_link") 2>conftest.er1
10814 +  ac_status=$?
10815 +  grep -v '^ *+' conftest.er1 >conftest.err
10816 +  rm -f conftest.er1
10817 +  cat conftest.err >&5
10818 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10819 +  (exit $ac_status); } && {
10820 +        test -z "$ac_c_werror_flag" ||
10821 +        test ! -s conftest.err
10822 +       } && test -s conftest$ac_exeext &&
10823 +       $as_test_x conftest$ac_exeext; then
10824 +  ac_cv_lib_dl_dlopen=yes
10825 +else
10826 +  echo "$as_me: failed program was:" >&5
10827 +sed 's/^/| /' conftest.$ac_ext >&5
10828 +
10829 +       ac_cv_lib_dl_dlopen=no
10830 +fi
10831 +
10832 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10833 +      conftest$ac_exeext conftest.$ac_ext
10834 +LIBS=$ac_check_lib_save_LIBS
10835 +fi
10836 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10837 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10838 +if test $ac_cv_lib_dl_dlopen = yes; then
10839 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10840 +else
10841 +  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10842 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10843 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10844 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10845 +else
10846 +  ac_check_lib_save_LIBS=$LIBS
10847 +LIBS="-lsvld  $LIBS"
10848 +cat >conftest.$ac_ext <<_ACEOF
10849 +/* confdefs.h.  */
10850 +_ACEOF
10851 +cat confdefs.h >>conftest.$ac_ext
10852 +cat >>conftest.$ac_ext <<_ACEOF
10853 +/* end confdefs.h.  */
10854 +
10855 +/* Override any GCC internal prototype to avoid an error.
10856 +   Use char because int might match the return type of a GCC
10857 +   builtin and then its argument prototype would still apply.  */
10858 +#ifdef __cplusplus
10859 +extern "C"
10860 +#endif
10861 +char dlopen ();
10862 +int
10863 +main ()
10864 +{
10865 +return dlopen ();
10866 +  ;
10867 +  return 0;
10868 +}
10869 +_ACEOF
10870 +rm -f conftest.$ac_objext conftest$ac_exeext
10871 +if { (ac_try="$ac_link"
10872 +case "(($ac_try" in
10873 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10874 +  *) ac_try_echo=$ac_try;;
10875 +esac
10876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10877 +  (eval "$ac_link") 2>conftest.er1
10878 +  ac_status=$?
10879 +  grep -v '^ *+' conftest.er1 >conftest.err
10880 +  rm -f conftest.er1
10881 +  cat conftest.err >&5
10882 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10883 +  (exit $ac_status); } && {
10884 +        test -z "$ac_c_werror_flag" ||
10885 +        test ! -s conftest.err
10886 +       } && test -s conftest$ac_exeext &&
10887 +       $as_test_x conftest$ac_exeext; then
10888 +  ac_cv_lib_svld_dlopen=yes
10889 +else
10890 +  echo "$as_me: failed program was:" >&5
10891 +sed 's/^/| /' conftest.$ac_ext >&5
10892 +
10893 +       ac_cv_lib_svld_dlopen=no
10894 +fi
10895 +
10896 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10897 +      conftest$ac_exeext conftest.$ac_ext
10898 +LIBS=$ac_check_lib_save_LIBS
10899 +fi
10900 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10901 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10902 +if test $ac_cv_lib_svld_dlopen = yes; then
10903 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10904 +else
10905 +  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10906 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10907 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10908 +  echo $ECHO_N "(cached) $ECHO_C" >&6
10909 +else
10910 +  ac_check_lib_save_LIBS=$LIBS
10911 +LIBS="-ldld  $LIBS"
10912 +cat >conftest.$ac_ext <<_ACEOF
10913 +/* confdefs.h.  */
10914 +_ACEOF
10915 +cat confdefs.h >>conftest.$ac_ext
10916 +cat >>conftest.$ac_ext <<_ACEOF
10917 +/* end confdefs.h.  */
10918 +
10919 +/* Override any GCC internal prototype to avoid an error.
10920 +   Use char because int might match the return type of a GCC
10921 +   builtin and then its argument prototype would still apply.  */
10922 +#ifdef __cplusplus
10923 +extern "C"
10924 +#endif
10925 +char dld_link ();
10926 +int
10927 +main ()
10928 +{
10929 +return dld_link ();
10930 +  ;
10931 +  return 0;
10932 +}
10933 +_ACEOF
10934 +rm -f conftest.$ac_objext conftest$ac_exeext
10935 +if { (ac_try="$ac_link"
10936 +case "(($ac_try" in
10937 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10938 +  *) ac_try_echo=$ac_try;;
10939 +esac
10940 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10941 +  (eval "$ac_link") 2>conftest.er1
10942 +  ac_status=$?
10943 +  grep -v '^ *+' conftest.er1 >conftest.err
10944 +  rm -f conftest.er1
10945 +  cat conftest.err >&5
10946 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 +  (exit $ac_status); } && {
10948 +        test -z "$ac_c_werror_flag" ||
10949 +        test ! -s conftest.err
10950 +       } && test -s conftest$ac_exeext &&
10951 +       $as_test_x conftest$ac_exeext; then
10952 +  ac_cv_lib_dld_dld_link=yes
10953 +else
10954 +  echo "$as_me: failed program was:" >&5
10955 +sed 's/^/| /' conftest.$ac_ext >&5
10956 +
10957 +       ac_cv_lib_dld_dld_link=no
10958 +fi
10959 +
10960 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10961 +      conftest$ac_exeext conftest.$ac_ext
10962 +LIBS=$ac_check_lib_save_LIBS
10963 +fi
10964 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10965 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10966 +if test $ac_cv_lib_dld_dld_link = yes; then
10967 +  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10968 +fi
10969 +
10970 +             
10971 +fi
10972 +
10973 +           
10974 +fi
10975 +
10976 +         
10977 +fi
10978 +
10979 +       
10980 +fi
10981 +
10982 +      
10983 +fi
10984 +
10985 +    ;;
10986 +  esac
10987 +
10988 +  if test "x$lt_cv_dlopen" != xno; then
10989 +    enable_dlopen=yes
10990 +  else
10991 +    enable_dlopen=no
10992 +  fi
10993 +
10994 +  case $lt_cv_dlopen in
10995 +  dlopen)
10996 +    save_CPPFLAGS="$CPPFLAGS"
10997 +    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10998 +
10999 +    save_LDFLAGS="$LDFLAGS"
11000 +    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11001 +
11002 +    save_LIBS="$LIBS"
11003 +    LIBS="$lt_cv_dlopen_libs $LIBS"
11004 +
11005 +    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11006 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
11007 +if test "${lt_cv_dlopen_self+set}" = set; then
11008 +  echo $ECHO_N "(cached) $ECHO_C" >&6
11009 +else
11010 +         if test "$cross_compiling" = yes; then :
11011 +  lt_cv_dlopen_self=cross
11012 +else
11013 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11014 +  lt_status=$lt_dlunknown
11015 +  cat > conftest.$ac_ext <<EOF
11016 +#line __oline__ "configure"
11017 +#include "confdefs.h"
11018 +
11019 +#if HAVE_DLFCN_H
11020 +#include <dlfcn.h>
11021 +#endif
11022 +
11023 +#include <stdio.h>
11024 +
11025 +#ifdef RTLD_GLOBAL
11026 +#  define LT_DLGLOBAL          RTLD_GLOBAL
11027 +#else
11028 +#  ifdef DL_GLOBAL
11029 +#    define LT_DLGLOBAL                DL_GLOBAL
11030 +#  else
11031 +#    define LT_DLGLOBAL                0
11032 +#  endif
11033 +#endif
11034 +
11035 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11036 +   find out it does not work in some platform. */
11037 +#ifndef LT_DLLAZY_OR_NOW
11038 +#  ifdef RTLD_LAZY
11039 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
11040 +#  else
11041 +#    ifdef DL_LAZY
11042 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
11043 +#    else
11044 +#      ifdef RTLD_NOW
11045 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
11046 +#      else
11047 +#        ifdef DL_NOW
11048 +#          define LT_DLLAZY_OR_NOW     DL_NOW
11049 +#        else
11050 +#          define LT_DLLAZY_OR_NOW     0
11051 +#        endif
11052 +#      endif
11053 +#    endif
11054 +#  endif
11055 +#endif
11056 +
11057 +#ifdef __cplusplus
11058 +extern "C" void exit (int);
11059 +#endif
11060 +
11061 +void fnord() { int i=42;}
11062 +int main ()
11063 +{
11064 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11065 +  int status = $lt_dlunknown;
11066 +
11067 +  if (self)
11068 +    {
11069 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11070 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11071 +      /* dlclose (self); */
11072 +    }
11073 +  else
11074 +    puts (dlerror ());
11075 +
11076 +    exit (status);
11077 +}
11078 +EOF
11079 +  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11080 +  (eval $ac_link) 2>&5
11081 +  ac_status=$?
11082 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11083 +  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11084 +    (./conftest; exit; ) >&5 2>/dev/null
11085 +    lt_status=$?
11086 +    case x$lt_status in
11087 +      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11088 +      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11089 +      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11090 +    esac
11091 +  else :
11092 +    # compilation failed
11093 +    lt_cv_dlopen_self=no
11094 +  fi
11095 +fi
11096 +rm -fr conftest*
11097 +
11098 +    
11099 +fi
11100 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11101 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
11102 +
11103 +    if test "x$lt_cv_dlopen_self" = xyes; then
11104 +      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11105 +      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11106 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
11107 +if test "${lt_cv_dlopen_self_static+set}" = set; then
11108 +  echo $ECHO_N "(cached) $ECHO_C" >&6
11109 +else
11110 +         if test "$cross_compiling" = yes; then :
11111 +  lt_cv_dlopen_self_static=cross
11112 +else
11113 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11114 +  lt_status=$lt_dlunknown
11115 +  cat > conftest.$ac_ext <<EOF
11116 +#line __oline__ "configure"
11117 +#include "confdefs.h"
11118 +
11119 +#if HAVE_DLFCN_H
11120 +#include <dlfcn.h>
11121 +#endif
11122 +
11123 +#include <stdio.h>
11124 +
11125 +#ifdef RTLD_GLOBAL
11126 +#  define LT_DLGLOBAL          RTLD_GLOBAL
11127 +#else
11128 +#  ifdef DL_GLOBAL
11129 +#    define LT_DLGLOBAL                DL_GLOBAL
11130 +#  else
11131 +#    define LT_DLGLOBAL                0
11132 +#  endif
11133 +#endif
11134 +
11135 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11136 +   find out it does not work in some platform. */
11137 +#ifndef LT_DLLAZY_OR_NOW
11138 +#  ifdef RTLD_LAZY
11139 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
11140 +#  else
11141 +#    ifdef DL_LAZY
11142 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
11143 +#    else
11144 +#      ifdef RTLD_NOW
11145 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
11146 +#      else
11147 +#        ifdef DL_NOW
11148 +#          define LT_DLLAZY_OR_NOW     DL_NOW
11149 +#        else
11150 +#          define LT_DLLAZY_OR_NOW     0
11151 +#        endif
11152 +#      endif
11153 +#    endif
11154 +#  endif
11155 +#endif
11156 +
11157 +#ifdef __cplusplus
11158 +extern "C" void exit (int);
11159 +#endif
11160 +
11161 +void fnord() { int i=42;}
11162 +int main ()
11163 +{
11164 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11165 +  int status = $lt_dlunknown;
11166 +
11167 +  if (self)
11168 +    {
11169 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11170 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11171 +      /* dlclose (self); */
11172 +    }
11173 +  else
11174 +    puts (dlerror ());
11175 +
11176 +    exit (status);
11177 +}
11178 +EOF
11179 +  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11180 +  (eval $ac_link) 2>&5
11181 +  ac_status=$?
11182 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11183 +  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11184 +    (./conftest; exit; ) >&5 2>/dev/null
11185 +    lt_status=$?
11186 +    case x$lt_status in
11187 +      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11188 +      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11189 +      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11190 +    esac
11191 +  else :
11192 +    # compilation failed
11193 +    lt_cv_dlopen_self_static=no
11194 +  fi
11195 +fi
11196 +rm -fr conftest*
11197 +
11198 +      
11199 +fi
11200 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11201 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
11202 +    fi
11203 +
11204 +    CPPFLAGS="$save_CPPFLAGS"
11205 +    LDFLAGS="$save_LDFLAGS"
11206 +    LIBS="$save_LIBS"
11207 +    ;;
11208 +  esac
11209 +
11210 +  case $lt_cv_dlopen_self in
11211 +  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11212 +  *) enable_dlopen_self=unknown ;;
11213 +  esac
11214 +
11215 +  case $lt_cv_dlopen_self_static in
11216 +  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11217 +  *) enable_dlopen_self_static=unknown ;;
11218 +  esac
11219 +fi
11220 +
11221 +
11222 +# Report which library types will actually be built
11223 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11224 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
11225 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
11226 +echo "${ECHO_T}$can_build_shared" >&6; }
11227 +
11228 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11229 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
11230 +test "$can_build_shared" = "no" && enable_shared=no
11231 +
11232 +# On AIX, shared libraries and static libraries use the same namespace, and
11233 +# are all built from PIC.
11234 +case $host_os in
11235 +aix3*)
11236 +  test "$enable_shared" = yes && enable_static=no
11237 +  if test -n "$RANLIB"; then
11238 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
11239 +    postinstall_cmds='$RANLIB $lib'
11240 +  fi
11241 +  ;;
11242 +
11243 +aix[4-9]*)
11244 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11245 +    test "$enable_shared" = yes && enable_static=no
11246 +  fi
11247 +    ;;
11248 +esac
11249 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
11250 +echo "${ECHO_T}$enable_shared" >&6; }
11251 +
11252 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11253 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
11254 +# Make sure either enable_shared or enable_static is yes.
11255 +test "$enable_shared" = yes || enable_static=yes
11256 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
11257 +echo "${ECHO_T}$enable_static" >&6; }
11258 +
11259 +# The else clause should only fire when bootstrapping the
11260 +# libtool distribution, otherwise you forgot to ship ltmain.sh
11261 +# with your package, and you will get complaints that there are
11262 +# no rules to generate ltmain.sh.
11263 +if test -f "$ltmain"; then
11264 +  # See if we are running on zsh, and set the options which allow our commands through
11265 +  # without removal of \ escapes.
11266 +  if test -n "${ZSH_VERSION+set}" ; then
11267 +    setopt NO_GLOB_SUBST
11268 +  fi
11269 +  # Now quote all the things that may contain metacharacters while being
11270 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
11271 +  # variables and quote the copies for generation of the libtool script.
11272 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
11273 +    SED SHELL STRIP \
11274 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
11275 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
11276 +    deplibs_check_method reload_flag reload_cmds need_locks \
11277 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
11278 +    lt_cv_sys_global_symbol_to_c_name_address \
11279 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
11280 +    old_postinstall_cmds old_postuninstall_cmds \
11281 +    compiler \
11282 +    CC \
11283 +    LD \
11284 +    lt_prog_compiler_wl \
11285 +    lt_prog_compiler_pic \
11286 +    lt_prog_compiler_static \
11287 +    lt_prog_compiler_no_builtin_flag \
11288 +    export_dynamic_flag_spec \
11289 +    thread_safe_flag_spec \
11290 +    whole_archive_flag_spec \
11291 +    enable_shared_with_static_runtimes \
11292 +    old_archive_cmds \
11293 +    old_archive_from_new_cmds \
11294 +    predep_objects \
11295 +    postdep_objects \
11296 +    predeps \
11297 +    postdeps \
11298 +    compiler_lib_search_path \
11299 +    compiler_lib_search_dirs \
11300 +    archive_cmds \
11301 +    archive_expsym_cmds \
11302 +    postinstall_cmds \
11303 +    postuninstall_cmds \
11304 +    old_archive_from_expsyms_cmds \
11305 +    allow_undefined_flag \
11306 +    no_undefined_flag \
11307 +    export_symbols_cmds \
11308 +    hardcode_libdir_flag_spec \
11309 +    hardcode_libdir_flag_spec_ld \
11310 +    hardcode_libdir_separator \
11311 +    hardcode_automatic \
11312 +    module_cmds \
11313 +    module_expsym_cmds \
11314 +    lt_cv_prog_compiler_c_o \
11315 +    fix_srcfile_path \
11316 +    exclude_expsyms \
11317 +    include_expsyms; do
11318 +
11319 +    case $var in
11320 +    old_archive_cmds | \
11321 +    old_archive_from_new_cmds | \
11322 +    archive_cmds | \
11323 +    archive_expsym_cmds | \
11324 +    module_cmds | \
11325 +    module_expsym_cmds | \
11326 +    old_archive_from_expsyms_cmds | \
11327 +    export_symbols_cmds | \
11328 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
11329 +    postinstall_cmds | postuninstall_cmds | \
11330 +    old_postinstall_cmds | old_postuninstall_cmds | \
11331 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
11332 +      # Double-quote double-evaled strings.
11333 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
11334 +      ;;
11335 +    *)
11336 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
11337 +      ;;
11338 +    esac
11339 +  done
11340 +
11341 +  case $lt_echo in
11342 +  *'\$0 --fallback-echo"')
11343 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
11344 +    ;;
11345 +  esac
11346 +
11347 +cfgfile="${ofile}T"
11348 +  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
11349 +  $rm -f "$cfgfile"
11350 +  { echo "$as_me:$LINENO: creating $ofile" >&5
11351 +echo "$as_me: creating $ofile" >&6;}
11352 +
11353 +  cat <<__EOF__ >> "$cfgfile"
11354 +#! $SHELL
11355 +
11356 +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
11357 +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
11358 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
11359 +#
11360 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11361 +# Free Software Foundation, Inc.
11362 +#
11363 +# This file is part of GNU Libtool:
11364 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
11365 +#
11366 +# This program is free software; you can redistribute it and/or modify
11367 +# it under the terms of the GNU General Public License as published by
11368 +# the Free Software Foundation; either version 2 of the License, or
11369 +# (at your option) any later version.
11370 +#
11371 +# This program is distributed in the hope that it will be useful, but
11372 +# WITHOUT ANY WARRANTY; without even the implied warranty of
11373 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11374 +# General Public License for more details.
11375 +#
11376 +# You should have received a copy of the GNU General Public License
11377 +# along with this program; if not, write to the Free Software
11378 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
11379 +#
11380 +# As a special exception to the GNU General Public License, if you
11381 +# distribute this file as part of a program that contains a
11382 +# configuration script generated by Autoconf, you may include it under
11383 +# the same distribution terms that you use for the rest of that program.
11384 +
11385 +# A sed program that does not truncate output.
11386 +SED=$lt_SED
11387 +
11388 +# Sed that helps us avoid accidentally triggering echo(1) options like -n.
11389 +Xsed="$SED -e 1s/^X//"
11390 +
11391 +# The HP-UX ksh and POSIX shell print the target directory to stdout
11392 +# if CDPATH is set.
11393 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11394 +
11395 +# The names of the tagged configurations supported by this script.
11396 +available_tags=
11397 +
11398 +# ### BEGIN LIBTOOL CONFIG
11399 +
11400 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
11401 +
11402 +# Shell to use when invoking shell scripts.
11403 +SHELL=$lt_SHELL
11404 +
11405 +# Whether or not to build shared libraries.
11406 +build_libtool_libs=$enable_shared
11407 +
11408 +# Whether or not to build static libraries.
11409 +build_old_libs=$enable_static
11410 +
11411 +# Whether or not to add -lc for building shared libraries.
11412 +build_libtool_need_lc=$archive_cmds_need_lc
11413 +
11414 +# Whether or not to disallow shared libs when runtime libs are static
11415 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
11416 +
11417 +# Whether or not to optimize for fast installation.
11418 +fast_install=$enable_fast_install
11419 +
11420 +# The host system.
11421 +host_alias=$host_alias
11422 +host=$host
11423 +host_os=$host_os
11424 +
11425 +# The build system.
11426 +build_alias=$build_alias
11427 +build=$build
11428 +build_os=$build_os
11429 +
11430 +# An echo program that does not interpret backslashes.
11431 +echo=$lt_echo
11432 +
11433 +# The archiver.
11434 +AR=$lt_AR
11435 +AR_FLAGS=$lt_AR_FLAGS
11436 +
11437 +# A C compiler.
11438 +LTCC=$lt_LTCC
11439 +
11440 +# LTCC compiler flags.
11441 +LTCFLAGS=$lt_LTCFLAGS
11442 +
11443 +# A language-specific compiler.
11444 +CC=$lt_compiler
11445 +
11446 +# Is the compiler the GNU C compiler?
11447 +with_gcc=$GCC
11448 +
11449 +# An ERE matcher.
11450 +EGREP=$lt_EGREP
11451 +
11452 +# The linker used to build libraries.
11453 +LD=$lt_LD
11454 +
11455 +# Whether we need hard or soft links.
11456 +LN_S=$lt_LN_S
11457 +
11458 +# A BSD-compatible nm program.
11459 +NM=$lt_NM
11460 +
11461 +# A symbol stripping program
11462 +STRIP=$lt_STRIP
11463 +
11464 +# Used to examine libraries when file_magic_cmd begins "file"
11465 +MAGIC_CMD=$MAGIC_CMD
11466 +
11467 +# Used on cygwin: DLL creation program.
11468 +DLLTOOL="$DLLTOOL"
11469 +
11470 +# Used on cygwin: object dumper.
11471 +OBJDUMP="$OBJDUMP"
11472 +
11473 +# Used on cygwin: assembler.
11474 +AS="$AS"
11475 +
11476 +# The name of the directory that contains temporary libtool files.
11477 +objdir=$objdir
11478 +
11479 +# How to create reloadable object files.
11480 +reload_flag=$lt_reload_flag
11481 +reload_cmds=$lt_reload_cmds
11482 +
11483 +# How to pass a linker flag through the compiler.
11484 +wl=$lt_lt_prog_compiler_wl
11485 +
11486 +# Object file suffix (normally "o").
11487 +objext="$ac_objext"
11488 +
11489 +# Old archive suffix (normally "a").
11490 +libext="$libext"
11491 +
11492 +# Shared library suffix (normally ".so").
11493 +shrext_cmds='$shrext_cmds'
11494 +
11495 +# Executable file suffix (normally "").
11496 +exeext="$exeext"
11497 +
11498 +# Additional compiler flags for building library objects.
11499 +pic_flag=$lt_lt_prog_compiler_pic
11500 +pic_mode=$pic_mode
11501 +
11502 +# What is the maximum length of a command?
11503 +max_cmd_len=$lt_cv_sys_max_cmd_len
11504 +
11505 +# Does compiler simultaneously support -c and -o options?
11506 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o
11507 +
11508 +# Must we lock files when doing compilation?
11509 +need_locks=$lt_need_locks
11510 +
11511 +# Do we need the lib prefix for modules?
11512 +need_lib_prefix=$need_lib_prefix
11513 +
11514 +# Do we need a version for libraries?
11515 +need_version=$need_version
11516 +
11517 +# Whether dlopen is supported.
11518 +dlopen_support=$enable_dlopen
11519 +
11520 +# Whether dlopen of programs is supported.
11521 +dlopen_self=$enable_dlopen_self
11522 +
11523 +# Whether dlopen of statically linked programs is supported.
11524 +dlopen_self_static=$enable_dlopen_self_static
11525 +
11526 +# Compiler flag to prevent dynamic linking.
11527 +link_static_flag=$lt_lt_prog_compiler_static
11528 +
11529 +# Compiler flag to turn off builtin functions.
11530 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
11531 +
11532 +# Compiler flag to allow reflexive dlopens.
11533 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
11534 +
11535 +# Compiler flag to generate shared objects directly from archives.
11536 +whole_archive_flag_spec=$lt_whole_archive_flag_spec
11537 +
11538 +# Compiler flag to generate thread-safe objects.
11539 +thread_safe_flag_spec=$lt_thread_safe_flag_spec
11540 +
11541 +# Library versioning type.
11542 +version_type=$version_type
11543 +
11544 +# Format of library name prefix.
11545 +libname_spec=$lt_libname_spec
11546 +
11547 +# List of archive names.  First name is the real one, the rest are links.
11548 +# The last name is the one that the linker finds with -lNAME.
11549 +library_names_spec=$lt_library_names_spec
11550 +
11551 +# The coded name of the library, if different from the real name.
11552 +soname_spec=$lt_soname_spec
11553 +
11554 +# Commands used to build and install an old-style archive.
11555 +RANLIB=$lt_RANLIB
11556 +old_archive_cmds=$lt_old_archive_cmds
11557 +old_postinstall_cmds=$lt_old_postinstall_cmds
11558 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
11559 +
11560 +# Create an old-style archive from a shared archive.
11561 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
11562 +
11563 +# Create a temporary old-style archive to link instead of a shared archive.
11564 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
11565 +
11566 +# Commands used to build and install a shared archive.
11567 +archive_cmds=$lt_archive_cmds
11568 +archive_expsym_cmds=$lt_archive_expsym_cmds
11569 +postinstall_cmds=$lt_postinstall_cmds
11570 +postuninstall_cmds=$lt_postuninstall_cmds
11571 +
11572 +# Commands used to build a loadable module (assumed same as above if empty)
11573 +module_cmds=$lt_module_cmds
11574 +module_expsym_cmds=$lt_module_expsym_cmds
11575 +
11576 +# Commands to strip libraries.
11577 +old_striplib=$lt_old_striplib
11578 +striplib=$lt_striplib
11579 +
11580 +# Dependencies to place before the objects being linked to create a
11581 +# shared library.
11582 +predep_objects=$lt_predep_objects
11583 +
11584 +# Dependencies to place after the objects being linked to create a
11585 +# shared library.
11586 +postdep_objects=$lt_postdep_objects
11587 +
11588 +# Dependencies to place before the objects being linked to create a
11589 +# shared library.
11590 +predeps=$lt_predeps
11591 +
11592 +# Dependencies to place after the objects being linked to create a
11593 +# shared library.
11594 +postdeps=$lt_postdeps
11595 +
11596 +# The directories searched by this compiler when creating a shared
11597 +# library
11598 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
11599 +
11600 +# The library search path used internally by the compiler when linking
11601 +# a shared library.
11602 +compiler_lib_search_path=$lt_compiler_lib_search_path
11603 +
11604 +# Method to check whether dependent libraries are shared objects.
11605 +deplibs_check_method=$lt_deplibs_check_method
11606 +
11607 +# Command to use when deplibs_check_method == file_magic.
11608 +file_magic_cmd=$lt_file_magic_cmd
11609 +
11610 +# Flag that allows shared libraries with undefined symbols to be built.
11611 +allow_undefined_flag=$lt_allow_undefined_flag
11612 +
11613 +# Flag that forces no undefined symbols.
11614 +no_undefined_flag=$lt_no_undefined_flag
11615 +
11616 +# Commands used to finish a libtool library installation in a directory.
11617 +finish_cmds=$lt_finish_cmds
11618 +
11619 +# Same as above, but a single script fragment to be evaled but not shown.
11620 +finish_eval=$lt_finish_eval
11621 +
11622 +# Take the output of nm and produce a listing of raw symbols and C names.
11623 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
11624 +
11625 +# Transform the output of nm in a proper C declaration
11626 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
11627 +
11628 +# Transform the output of nm in a C name address pair
11629 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
11630 +
11631 +# This is the shared library runtime path variable.
11632 +runpath_var=$runpath_var
11633 +
11634 +# This is the shared library path variable.
11635 +shlibpath_var=$shlibpath_var
11636 +
11637 +# Is shlibpath searched before the hard-coded library search path?
11638 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
11639 +
11640 +# How to hardcode a shared library path into an executable.
11641 +hardcode_action=$hardcode_action
11642 +
11643 +# Whether we should hardcode library paths into libraries.
11644 +hardcode_into_libs=$hardcode_into_libs
11645 +
11646 +# Flag to hardcode \$libdir into a binary during linking.
11647 +# This must work even if \$libdir does not exist.
11648 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
11649 +
11650 +# If ld is used when linking, flag to hardcode \$libdir into
11651 +# a binary during linking. This must work even if \$libdir does
11652 +# not exist.
11653 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
11654 +
11655 +# Whether we need a single -rpath flag with a separated argument.
11656 +hardcode_libdir_separator=$lt_hardcode_libdir_separator
11657 +
11658 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
11659 +# resulting binary.
11660 +hardcode_direct=$hardcode_direct
11661 +
11662 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
11663 +# resulting binary.
11664 +hardcode_minus_L=$hardcode_minus_L
11665 +
11666 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
11667 +# the resulting binary.
11668 +hardcode_shlibpath_var=$hardcode_shlibpath_var
11669 +
11670 +# Set to yes if building a shared library automatically hardcodes DIR into the library
11671 +# and all subsequent libraries and executables linked against it.
11672 +hardcode_automatic=$hardcode_automatic
11673 +
11674 +# Variables whose values should be saved in libtool wrapper scripts and
11675 +# restored at relink time.
11676 +variables_saved_for_relink="$variables_saved_for_relink"
11677 +
11678 +# Whether libtool must link a program against all its dependency libraries.
11679 +link_all_deplibs=$link_all_deplibs
11680 +
11681 +# Compile-time system search path for libraries
11682 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
11683 +
11684 +# Run-time system search path for libraries
11685 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
11686 +
11687 +# Fix the shell variable \$srcfile for the compiler.
11688 +fix_srcfile_path=$lt_fix_srcfile_path
11689 +
11690 +# Set to yes if exported symbols are required.
11691 +always_export_symbols=$always_export_symbols
11692 +
11693 +# The commands to list exported symbols.
11694 +export_symbols_cmds=$lt_export_symbols_cmds
11695 +
11696 +# The commands to extract the exported symbol list from a shared archive.
11697 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
11698 +
11699 +# Symbols that should not be listed in the preloaded symbols.
11700 +exclude_expsyms=$lt_exclude_expsyms
11701 +
11702 +# Symbols that must always be exported.
11703 +include_expsyms=$lt_include_expsyms
11704 +
11705 +# ### END LIBTOOL CONFIG
11706 +
11707 +__EOF__
11708 +
11709 +
11710 +  case $host_os in
11711 +  aix3*)
11712 +    cat <<\EOF >> "$cfgfile"
11713 +
11714 +# AIX sometimes has problems with the GCC collect2 program.  For some
11715 +# reason, if we set the COLLECT_NAMES environment variable, the problems
11716 +# vanish in a puff of smoke.
11717 +if test "X${COLLECT_NAMES+set}" != Xset; then
11718 +  COLLECT_NAMES=
11719 +  export COLLECT_NAMES
11720 +fi
11721 +EOF
11722 +    ;;
11723 +  esac
11724 +
11725 +  # We use sed instead of cat because bash on DJGPP gets confused if
11726 +  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
11727 +  # text mode, it properly converts lines to CR/LF.  This bash problem
11728 +  # is reportedly fixed, but why not run on old versions too?
11729 +  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
11730 +
11731 +  mv -f "$cfgfile" "$ofile" || \
11732 +    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
11733 +  chmod +x "$ofile"
11734 +
11735 +else
11736 +  # If there is no Makefile yet, we rely on a make rule to execute
11737 +  # `config.status --recheck' to rerun these tests and create the
11738 +  # libtool script then.
11739 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
11740 +  if test -f "$ltmain_in"; then
11741 +    test -f Makefile && make "$ltmain"
11742 +  fi
11743 +fi
11744 +
11745 +
11746 +ac_ext=c
11747 +ac_cpp='$CPP $CPPFLAGS'
11748 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11749 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11750 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
11751 +
11752 +CC="$lt_save_CC"
11753 +
11754 +
11755 +# Check whether --with-tags was given.
11756 +if test "${with_tags+set}" = set; then
11757 +  withval=$with_tags; tagnames="$withval"
11758 +fi
11759 +
11760 +
11761 +if test -f "$ltmain" && test -n "$tagnames"; then
11762 +  if test ! -f "${ofile}"; then
11763 +    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11764 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
11765 +  fi
11766 +
11767 +  if test -z "$LTCC"; then
11768 +    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
11769 +    if test -z "$LTCC"; then
11770 +      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11771 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
11772 +    else
11773 +      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
11774 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
11775 +    fi
11776 +  fi
11777 +  if test -z "$LTCFLAGS"; then
11778 +    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
11779 +  fi
11780 +
11781 +  # Extract list of available tagged configurations in $ofile.
11782 +  # Note that this assumes the entire list is on one line.
11783 +  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
11784 +
11785 +  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
11786 +  for tagname in $tagnames; do
11787 +    IFS="$lt_save_ifs"
11788 +    # Check whether tagname contains only valid characters
11789 +    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
11790 +    "") ;;
11791 +    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11792 +echo "$as_me: error: invalid tag name: $tagname" >&2;}
11793 +   { (exit 1); exit 1; }; }
11794 +       ;;
11795 +    esac
11796 +
11797 +    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
11798 +    then
11799 +      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11800 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11801 +   { (exit 1); exit 1; }; }
11802 +    fi
11803 +
11804 +    # Update the list of available tags.
11805 +    if test -n "$tagname"; then
11806 +      echo appending configuration tag \"$tagname\" to $ofile
11807 +
11808 +      case $tagname in
11809 +      CXX)
11810 +       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11811 +           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11812 +           (test "X$CXX" != "Xg++"))) ; then
11813 +         ac_ext=cpp
11814 +ac_cpp='$CXXCPP $CPPFLAGS'
11815 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11816 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11817 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11818 +
11819 +
11820 +
11821 +
11822 +archive_cmds_need_lc_CXX=no
11823 +allow_undefined_flag_CXX=
11824 +always_export_symbols_CXX=no
11825 +archive_expsym_cmds_CXX=
11826 +export_dynamic_flag_spec_CXX=
11827 +hardcode_direct_CXX=no
11828 +hardcode_libdir_flag_spec_CXX=
11829 +hardcode_libdir_flag_spec_ld_CXX=
11830 +hardcode_libdir_separator_CXX=
11831 +hardcode_minus_L_CXX=no
11832 +hardcode_shlibpath_var_CXX=unsupported
11833 +hardcode_automatic_CXX=no
11834 +module_cmds_CXX=
11835 +module_expsym_cmds_CXX=
11836 +link_all_deplibs_CXX=unknown
11837 +old_archive_cmds_CXX=$old_archive_cmds
11838 +no_undefined_flag_CXX=
11839 +whole_archive_flag_spec_CXX=
11840 +enable_shared_with_static_runtimes_CXX=no
11841 +
11842 +# Dependencies to place before and after the object being linked:
11843 +predep_objects_CXX=
11844 +postdep_objects_CXX=
11845 +predeps_CXX=
11846 +postdeps_CXX=
11847 +compiler_lib_search_path_CXX=
11848 +compiler_lib_search_dirs_CXX=
11849 +
11850 +# Source file extension for C++ test sources.
11851 +ac_ext=cpp
11852 +
11853 +# Object file extension for compiled C++ test sources.
11854 +objext=o
11855 +objext_CXX=$objext
11856 +
11857 +# Code to be used in simple compile tests
11858 +lt_simple_compile_test_code="int some_variable = 0;"
11859 +
11860 +# Code to be used in simple link tests
11861 +lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11862 +
11863 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
11864 +
11865 +# If no C compiler was specified, use CC.
11866 +LTCC=${LTCC-"$CC"}
11867 +
11868 +# If no C compiler flags were specified, use CFLAGS.
11869 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11870 +
11871 +# Allow CC to be a program name with arguments.
11872 +compiler=$CC
11873 +
11874 +
11875 +# save warnings/boilerplate of simple test code
11876 +ac_outfile=conftest.$ac_objext
11877 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11878 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11879 +_lt_compiler_boilerplate=`cat conftest.err`
11880 +$rm conftest*
11881 +
11882 +ac_outfile=conftest.$ac_objext
11883 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
11884 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11885 +_lt_linker_boilerplate=`cat conftest.err`
11886 +$rm -r conftest*
11887 +
11888 +
11889 +# Allow CC to be a program name with arguments.
11890 +lt_save_CC=$CC
11891 +lt_save_LD=$LD
11892 +lt_save_GCC=$GCC
11893 +GCC=$GXX
11894 +lt_save_with_gnu_ld=$with_gnu_ld
11895 +lt_save_path_LD=$lt_cv_path_LD
11896 +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11897 +  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11898 +else
11899 +  $as_unset lt_cv_prog_gnu_ld
11900 +fi
11901 +if test -n "${lt_cv_path_LDCXX+set}"; then
11902 +  lt_cv_path_LD=$lt_cv_path_LDCXX
11903 +else
11904 +  $as_unset lt_cv_path_LD
11905 +fi
11906 +test -z "${LDCXX+set}" || LD=$LDCXX
11907 +CC=${CXX-"c++"}
11908 +compiler=$CC
11909 +compiler_CXX=$CC
11910 +for cc_temp in $compiler""; do
11911 +  case $cc_temp in
11912 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11913 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11914 +    \-*) ;;
11915 +    *) break;;
11916 +  esac
11917 +done
11918 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
11919 +
11920 +
11921 +# We don't want -fno-exception wen compiling C++ code, so set the
11922 +# no_builtin_flag separately
11923 +if test "$GXX" = yes; then
11924 +  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11925 +else
11926 +  lt_prog_compiler_no_builtin_flag_CXX=
11927 +fi
11928 +
11929 +if test "$GXX" = yes; then
11930 +  # Set up default GNU C++ configuration
11931 +
11932 +  
11933 +# Check whether --with-gnu-ld was given.
11934 +if test "${with_gnu_ld+set}" = set; then
11935 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11936 +else
11937 +  with_gnu_ld=no
11938 +fi
11939 +
11940 +ac_prog=ld
11941 +if test "$GCC" = yes; then
11942 +  # Check if gcc -print-prog-name=ld gives a path.
11943 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11944 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
11945 +  case $host in
11946 +  *-*-mingw*)
11947 +    # gcc leaves a trailing carriage return which upsets mingw
11948 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11949 +  *)
11950 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
11951 +  esac
11952 +  case $ac_prog in
11953 +    # Accept absolute paths.
11954 +    [\\/]* | ?:[\\/]*)
11955 +      re_direlt='/[^/][^/]*/\.\./'
11956 +      # Canonicalize the pathname of ld
11957 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
11958 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
11959 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
11960 +      done
11961 +      test -z "$LD" && LD="$ac_prog"
11962 +      ;;
11963 +  "")
11964 +    # If it fails, then pretend we aren't using GCC.
11965 +    ac_prog=ld
11966 +    ;;
11967 +  *)
11968 +    # If it is relative, then search for the first ld in PATH.
11969 +    with_gnu_ld=unknown
11970 +    ;;
11971 +  esac
11972 +elif test "$with_gnu_ld" = yes; then
11973 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
11974 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
11975 +else
11976 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11977 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
11978 +fi
11979 +if test "${lt_cv_path_LD+set}" = set; then
11980 +  echo $ECHO_N "(cached) $ECHO_C" >&6
11981 +else
11982 +  if test -z "$LD"; then
11983 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11984 +  for ac_dir in $PATH; do
11985 +    IFS="$lt_save_ifs"
11986 +    test -z "$ac_dir" && ac_dir=.
11987 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11988 +      lt_cv_path_LD="$ac_dir/$ac_prog"
11989 +      # Check to see if the program is GNU ld.  I'd rather use --version,
11990 +      # but apparently some variants of GNU ld only accept -v.
11991 +      # Break only if it was the GNU/non-GNU ld that we prefer.
11992 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11993 +      *GNU* | *'with BFD'*)
11994 +       test "$with_gnu_ld" != no && break
11995 +       ;;
11996 +      *)
11997 +       test "$with_gnu_ld" != yes && break
11998 +       ;;
11999 +      esac
12000 +    fi
12001 +  done
12002 +  IFS="$lt_save_ifs"
12003 +else
12004 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
12005 +fi
12006 +fi
12007 +
12008 +LD="$lt_cv_path_LD"
12009 +if test -n "$LD"; then
12010 +  { echo "$as_me:$LINENO: result: $LD" >&5
12011 +echo "${ECHO_T}$LD" >&6; }
12012 +else
12013 +  { echo "$as_me:$LINENO: result: no" >&5
12014 +echo "${ECHO_T}no" >&6; }
12015 +fi
12016 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
12017 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
12018 +   { (exit 1); exit 1; }; }
12019 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
12020 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
12021 +if test "${lt_cv_prog_gnu_ld+set}" = set; then
12022 +  echo $ECHO_N "(cached) $ECHO_C" >&6
12023 +else
12024 +  # I'd rather use --version here, but apparently some GNU lds only accept -v.
12025 +case `$LD -v 2>&1 </dev/null` in
12026 +*GNU* | *'with BFD'*)
12027 +  lt_cv_prog_gnu_ld=yes
12028 +  ;;
12029 +*)
12030 +  lt_cv_prog_gnu_ld=no
12031 +  ;;
12032 +esac
12033 +fi
12034 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
12035 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
12036 +with_gnu_ld=$lt_cv_prog_gnu_ld
12037 +
12038 +
12039 +
12040 +  # Check if GNU C++ uses GNU ld as the underlying linker, since the
12041 +  # archiving commands below assume that GNU ld is being used.
12042 +  if test "$with_gnu_ld" = yes; then
12043 +    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12044 +    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12045 +
12046 +    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12047 +    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12048 +
12049 +    # If archive_cmds runs LD, not CC, wlarc should be empty
12050 +    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12051 +    #     investigate it a little bit more. (MM)
12052 +    wlarc='${wl}'
12053 +
12054 +    # ancient GNU ld didn't support --whole-archive et. al.
12055 +    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
12056 +       grep 'no-whole-archive' > /dev/null; then
12057 +      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12058 +    else
12059 +      whole_archive_flag_spec_CXX=
12060 +    fi
12061 +  else
12062 +    with_gnu_ld=no
12063 +    wlarc=
12064 +
12065 +    # A generic and very simple default shared library creation
12066 +    # command for GNU C++ for the case where it uses the native
12067 +    # linker, instead of GNU ld.  If possible, this setting should
12068 +    # overridden to take advantage of the native linker features on
12069 +    # the platform it is being used on.
12070 +    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12071 +  fi
12072 +
12073 +  # Commands to make compiler produce verbose output that lists
12074 +  # what "hidden" libraries, object files and flags are used when
12075 +  # linking a shared library.
12076 +  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
12077 +
12078 +else
12079 +  GXX=no
12080 +  with_gnu_ld=no
12081 +  wlarc=
12082 +fi
12083 +
12084 +# PORTME: fill in a description of your system's C++ link characteristics
12085 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12086 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
12087 +ld_shlibs_CXX=yes
12088 +case $host_os in
12089 +  aix3*)
12090 +    # FIXME: insert proper C++ library support
12091 +    ld_shlibs_CXX=no
12092 +    ;;
12093 +  aix[4-9]*)
12094 +    if test "$host_cpu" = ia64; then
12095 +      # On IA64, the linker does run time linking by default, so we don't
12096 +      # have to do anything special.
12097 +      aix_use_runtimelinking=no
12098 +      exp_sym_flag='-Bexport'
12099 +      no_entry_flag=""
12100 +    else
12101 +      aix_use_runtimelinking=no
12102 +
12103 +      # Test if we are trying to use run time linking or normal
12104 +      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12105 +      # need to do runtime linking.
12106 +      case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12107 +       for ld_flag in $LDFLAGS; do
12108 +         case $ld_flag in
12109 +         *-brtl*)
12110 +           aix_use_runtimelinking=yes
12111 +           break
12112 +           ;;
12113 +         esac
12114 +       done
12115 +       ;;
12116 +      esac
12117 +
12118 +      exp_sym_flag='-bexport'
12119 +      no_entry_flag='-bnoentry'
12120 +    fi
12121 +
12122 +    # When large executables or shared objects are built, AIX ld can
12123 +    # have problems creating the table of contents.  If linking a library
12124 +    # or program results in "error TOC overflow" add -mminimal-toc to
12125 +    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
12126 +    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12127 +
12128 +    archive_cmds_CXX=''
12129 +    hardcode_direct_CXX=yes
12130 +    hardcode_libdir_separator_CXX=':'
12131 +    link_all_deplibs_CXX=yes
12132 +
12133 +    if test "$GXX" = yes; then
12134 +      case $host_os in aix4.[012]|aix4.[012].*)
12135 +      # We only want to do this on AIX 4.2 and lower, the check
12136 +      # below for broken collect2 doesn't work under 4.3+
12137 +       collect2name=`${CC} -print-prog-name=collect2`
12138 +       if test -f "$collect2name" && \
12139 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
12140 +       then
12141 +         # We have reworked collect2
12142 +         :
12143 +       else
12144 +         # We have old collect2
12145 +         hardcode_direct_CXX=unsupported
12146 +         # It fails to find uninstalled libraries when the uninstalled
12147 +         # path is not listed in the libpath.  Setting hardcode_minus_L
12148 +         # to unsupported forces relinking
12149 +         hardcode_minus_L_CXX=yes
12150 +         hardcode_libdir_flag_spec_CXX='-L$libdir'
12151 +         hardcode_libdir_separator_CXX=
12152 +       fi
12153 +       ;;
12154 +      esac
12155 +      shared_flag='-shared'
12156 +      if test "$aix_use_runtimelinking" = yes; then
12157 +       shared_flag="$shared_flag "'${wl}-G'
12158 +      fi
12159 +    else
12160 +      # not using gcc
12161 +      if test "$host_cpu" = ia64; then
12162 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12163 +       # chokes on -Wl,-G. The following line is correct:
12164 +       shared_flag='-G'
12165 +      else
12166 +       if test "$aix_use_runtimelinking" = yes; then
12167 +         shared_flag='${wl}-G'
12168 +       else
12169 +         shared_flag='${wl}-bM:SRE'
12170 +       fi
12171 +      fi
12172 +    fi
12173 +
12174 +    # It seems that -bexpall does not export symbols beginning with
12175 +    # underscore (_), so it is better to generate a list of symbols to export.
12176 +    always_export_symbols_CXX=yes
12177 +    if test "$aix_use_runtimelinking" = yes; then
12178 +      # Warning - without using the other runtime loading flags (-brtl),
12179 +      # -berok will link without error, but may produce a broken library.
12180 +      allow_undefined_flag_CXX='-berok'
12181 +      # Determine the default libpath from the value encoded in an empty executable.
12182 +      cat >conftest.$ac_ext <<_ACEOF
12183 +/* confdefs.h.  */
12184 +_ACEOF
12185 +cat confdefs.h >>conftest.$ac_ext
12186 +cat >>conftest.$ac_ext <<_ACEOF
12187 +/* end confdefs.h.  */
12188 +
12189 +int
12190 +main ()
12191 +{
12192 +
12193 +  ;
12194 +  return 0;
12195 +}
12196 +_ACEOF
12197 +rm -f conftest.$ac_objext conftest$ac_exeext
12198 +if { (ac_try="$ac_link"
12199 +case "(($ac_try" in
12200 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12201 +  *) ac_try_echo=$ac_try;;
12202 +esac
12203 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12204 +  (eval "$ac_link") 2>conftest.er1
12205 +  ac_status=$?
12206 +  grep -v '^ *+' conftest.er1 >conftest.err
12207 +  rm -f conftest.er1
12208 +  cat conftest.err >&5
12209 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12210 +  (exit $ac_status); } && {
12211 +        test -z "$ac_cxx_werror_flag" ||
12212 +        test ! -s conftest.err
12213 +       } && test -s conftest$ac_exeext &&
12214 +       $as_test_x conftest$ac_exeext; then
12215 +  
12216 +lt_aix_libpath_sed='
12217 +    /Import File Strings/,/^$/ {
12218 +       /^0/ {
12219 +           s/^0  *\(.*\)$/\1/
12220 +           p
12221 +       }
12222 +    }'
12223 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12224 +# Check for a 64-bit object if we didn't find anything.
12225 +if test -z "$aix_libpath"; then
12226 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12227 +fi
12228 +else
12229 +  echo "$as_me: failed program was:" >&5
12230 +sed 's/^/| /' conftest.$ac_ext >&5
12231 +
12232 +       
12233 +fi
12234 +
12235 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12236 +      conftest$ac_exeext conftest.$ac_ext
12237 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12238 +
12239 +      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12240 +
12241 +      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
12242 +     else
12243 +      if test "$host_cpu" = ia64; then
12244 +       hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12245 +       allow_undefined_flag_CXX="-z nodefs"
12246 +       archive_expsym_cmds_CXX="\$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"
12247 +      else
12248 +       # Determine the default libpath from the value encoded in an empty executable.
12249 +       cat >conftest.$ac_ext <<_ACEOF
12250 +/* confdefs.h.  */
12251 +_ACEOF
12252 +cat confdefs.h >>conftest.$ac_ext
12253 +cat >>conftest.$ac_ext <<_ACEOF
12254 +/* end confdefs.h.  */
12255 +
12256 +int
12257 +main ()
12258 +{
12259 +
12260 +  ;
12261 +  return 0;
12262 +}
12263 +_ACEOF
12264 +rm -f conftest.$ac_objext conftest$ac_exeext
12265 +if { (ac_try="$ac_link"
12266 +case "(($ac_try" in
12267 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12268 +  *) ac_try_echo=$ac_try;;
12269 +esac
12270 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12271 +  (eval "$ac_link") 2>conftest.er1
12272 +  ac_status=$?
12273 +  grep -v '^ *+' conftest.er1 >conftest.err
12274 +  rm -f conftest.er1
12275 +  cat conftest.err >&5
12276 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 +  (exit $ac_status); } && {
12278 +        test -z "$ac_cxx_werror_flag" ||
12279 +        test ! -s conftest.err
12280 +       } && test -s conftest$ac_exeext &&
12281 +       $as_test_x conftest$ac_exeext; then
12282 +  
12283 +lt_aix_libpath_sed='
12284 +    /Import File Strings/,/^$/ {
12285 +       /^0/ {
12286 +           s/^0  *\(.*\)$/\1/
12287 +           p
12288 +       }
12289 +    }'
12290 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12291 +# Check for a 64-bit object if we didn't find anything.
12292 +if test -z "$aix_libpath"; then
12293 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12294 +fi
12295 +else
12296 +  echo "$as_me: failed program was:" >&5
12297 +sed 's/^/| /' conftest.$ac_ext >&5
12298 +
12299 +       
12300 +fi
12301 +
12302 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12303 +      conftest$ac_exeext conftest.$ac_ext
12304 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12305 +
12306 +       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12307 +       # Warning - without using the other run time loading flags,
12308 +       # -berok will link without error, but may produce a broken library.
12309 +       no_undefined_flag_CXX=' ${wl}-bernotok'
12310 +       allow_undefined_flag_CXX=' ${wl}-berok'
12311 +       # Exported symbols can be pulled into shared objects from archives
12312 +       whole_archive_flag_spec_CXX='$convenience'
12313 +       archive_cmds_need_lc_CXX=yes
12314 +       # This is similar to how AIX traditionally builds its shared libraries.
12315 +       archive_expsym_cmds_CXX="\$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'
12316 +      fi
12317 +    fi
12318 +    ;;
12319 +
12320 +  beos*)
12321 +    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
12322 +      allow_undefined_flag_CXX=unsupported
12323 +      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12324 +      # support --undefined.  This deserves some investigation.  FIXME
12325 +      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12326 +    else
12327 +      ld_shlibs_CXX=no
12328 +    fi
12329 +    ;;
12330 +
12331 +  chorus*)
12332 +    case $cc_basename in
12333 +      *)
12334 +       # FIXME: insert proper C++ library support
12335 +       ld_shlibs_CXX=no
12336 +       ;;
12337 +    esac
12338 +    ;;
12339 +
12340 +  cygwin* | mingw* | pw32*)
12341 +    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12342 +    # as there is no search path for DLLs.
12343 +    hardcode_libdir_flag_spec_CXX='-L$libdir'
12344 +    allow_undefined_flag_CXX=unsupported
12345 +    always_export_symbols_CXX=no
12346 +    enable_shared_with_static_runtimes_CXX=yes
12347 +
12348 +    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
12349 +      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12350 +      # If the export-symbols file already is a .def file (1st line
12351 +      # is EXPORTS), use it as is; otherwise, prepend...
12352 +      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12353 +       cp $export_symbols $output_objdir/$soname.def;
12354 +      else
12355 +       echo EXPORTS > $output_objdir/$soname.def;
12356 +       cat $export_symbols >> $output_objdir/$soname.def;
12357 +      fi~
12358 +      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12359 +    else
12360 +      ld_shlibs_CXX=no
12361 +    fi
12362 +  ;;
12363 +      darwin* | rhapsody*)
12364 +      archive_cmds_need_lc_CXX=no
12365 +      hardcode_direct_CXX=no
12366 +      hardcode_automatic_CXX=yes
12367 +      hardcode_shlibpath_var_CXX=unsupported
12368 +      whole_archive_flag_spec_CXX=''
12369 +      link_all_deplibs_CXX=yes
12370 +      allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12371 +      if test "$GXX" = yes ; then
12372 +      output_verbose_link_cmd='echo'
12373 +      archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12374 +      module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12375 +      archive_expsym_cmds_CXX="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}"
12376 +      module_expsym_cmds_CXX="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}"
12377 +      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12378 +        archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12379 +        archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12380 +      fi
12381 +      else
12382 +      case $cc_basename in
12383 +        xlc*)
12384 +         output_verbose_link_cmd='echo'
12385 +          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
12386 +          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
12387 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
12388 +          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12389 +          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12390 +          ;;
12391 +       *)
12392 +         ld_shlibs_CXX=no
12393 +          ;;
12394 +      esac
12395 +      fi
12396 +        ;;
12397 +
12398 +  dgux*)
12399 +    case $cc_basename in
12400 +      ec++*)
12401 +       # FIXME: insert proper C++ library support
12402 +       ld_shlibs_CXX=no
12403 +       ;;
12404 +      ghcx*)
12405 +       # Green Hills C++ Compiler
12406 +       # FIXME: insert proper C++ library support
12407 +       ld_shlibs_CXX=no
12408 +       ;;
12409 +      *)
12410 +       # FIXME: insert proper C++ library support
12411 +       ld_shlibs_CXX=no
12412 +       ;;
12413 +    esac
12414 +    ;;
12415 +  freebsd[12]*)
12416 +    # C++ shared libraries reported to be fairly broken before switch to ELF
12417 +    ld_shlibs_CXX=no
12418 +    ;;
12419 +  freebsd-elf*)
12420 +    archive_cmds_need_lc_CXX=no
12421 +    ;;
12422 +  freebsd* | dragonfly*)
12423 +    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12424 +    # conventions
12425 +    ld_shlibs_CXX=yes
12426 +    ;;
12427 +  gnu*)
12428 +    ;;
12429 +  hpux9*)
12430 +    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12431 +    hardcode_libdir_separator_CXX=:
12432 +    export_dynamic_flag_spec_CXX='${wl}-E'
12433 +    hardcode_direct_CXX=yes
12434 +    hardcode_minus_L_CXX=yes # Not in the search PATH,
12435 +                               # but as the default
12436 +                               # location of the library.
12437 +
12438 +    case $cc_basename in
12439 +    CC*)
12440 +      # FIXME: insert proper C++ library support
12441 +      ld_shlibs_CXX=no
12442 +      ;;
12443 +    aCC*)
12444 +      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12445 +      # Commands to make compiler produce verbose output that lists
12446 +      # what "hidden" libraries, object files and flags are used when
12447 +      # linking a shared library.
12448 +      #
12449 +      # There doesn't appear to be a way to prevent this compiler from
12450 +      # explicitly linking system object files so we need to strip them
12451 +      # from the output so that they don't get included in the library
12452 +      # dependencies.
12453 +      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12454 +      ;;
12455 +    *)
12456 +      if test "$GXX" = yes; then
12457 +        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12458 +      else
12459 +        # FIXME: insert proper C++ library support
12460 +        ld_shlibs_CXX=no
12461 +      fi
12462 +      ;;
12463 +    esac
12464 +    ;;
12465 +  hpux10*|hpux11*)
12466 +    if test $with_gnu_ld = no; then
12467 +      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12468 +      hardcode_libdir_separator_CXX=:
12469 +
12470 +      case $host_cpu in
12471 +      hppa*64*|ia64*) ;;
12472 +      *)
12473 +       export_dynamic_flag_spec_CXX='${wl}-E'
12474 +        ;;
12475 +      esac
12476 +    fi
12477 +    case $host_cpu in
12478 +    hppa*64*|ia64*)
12479 +      hardcode_direct_CXX=no
12480 +      hardcode_shlibpath_var_CXX=no
12481 +      ;;
12482 +    *)
12483 +      hardcode_direct_CXX=yes
12484 +      hardcode_minus_L_CXX=yes # Not in the search PATH,
12485 +                                             # but as the default
12486 +                                             # location of the library.
12487 +      ;;
12488 +    esac
12489 +
12490 +    case $cc_basename in
12491 +      CC*)
12492 +       # FIXME: insert proper C++ library support
12493 +       ld_shlibs_CXX=no
12494 +       ;;
12495 +      aCC*)
12496 +       case $host_cpu in
12497 +       hppa*64*)
12498 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12499 +         ;;
12500 +       ia64*)
12501 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12502 +         ;;
12503 +       *)
12504 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12505 +         ;;
12506 +       esac
12507 +       # Commands to make compiler produce verbose output that lists
12508 +       # what "hidden" libraries, object files and flags are used when
12509 +       # linking a shared library.
12510 +       #
12511 +       # There doesn't appear to be a way to prevent this compiler from
12512 +       # explicitly linking system object files so we need to strip them
12513 +       # from the output so that they don't get included in the library
12514 +       # dependencies.
12515 +       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12516 +       ;;
12517 +      *)
12518 +       if test "$GXX" = yes; then
12519 +         if test $with_gnu_ld = no; then
12520 +           case $host_cpu in
12521 +           hppa*64*)
12522 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12523 +             ;;
12524 +           ia64*)
12525 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12526 +             ;;
12527 +           *)
12528 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12529 +             ;;
12530 +           esac
12531 +         fi
12532 +       else
12533 +         # FIXME: insert proper C++ library support
12534 +         ld_shlibs_CXX=no
12535 +       fi
12536 +       ;;
12537 +    esac
12538 +    ;;
12539 +  interix[3-9]*)
12540 +    hardcode_direct_CXX=no
12541 +    hardcode_shlibpath_var_CXX=no
12542 +    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12543 +    export_dynamic_flag_spec_CXX='${wl}-E'
12544 +    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12545 +    # Instead, shared libraries are loaded at an image base (0x10000000 by
12546 +    # default) and relocated if they conflict, which is a slow very memory
12547 +    # consuming and fragmenting process.  To avoid this, we pick a random,
12548 +    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12549 +    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
12550 +    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12551 +    archive_expsym_cmds_CXX='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'
12552 +    ;;
12553 +  irix5* | irix6*)
12554 +    case $cc_basename in
12555 +      CC*)
12556 +       # SGI C++
12557 +       archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
12558 +
12559 +       # Archives containing C++ object files must be created using
12560 +       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
12561 +       # necessary to make sure instantiated templates are included
12562 +       # in the archive.
12563 +       old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12564 +       ;;
12565 +      *)
12566 +       if test "$GXX" = yes; then
12567 +         if test "$with_gnu_ld" = no; then
12568 +           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12569 +         else
12570 +           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
12571 +         fi
12572 +       fi
12573 +       link_all_deplibs_CXX=yes
12574 +       ;;
12575 +    esac
12576 +    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12577 +    hardcode_libdir_separator_CXX=:
12578 +    ;;
12579 +  linux* | k*bsd*-gnu)
12580 +    case $cc_basename in
12581 +      KCC*)
12582 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
12583 +
12584 +       # KCC will only create a shared library if the output file
12585 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
12586 +       # to its proper name (with version) after linking.
12587 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12588 +       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12589 +       # Commands to make compiler produce verbose output that lists
12590 +       # what "hidden" libraries, object files and flags are used when
12591 +       # linking a shared library.
12592 +       #
12593 +       # There doesn't appear to be a way to prevent this compiler from
12594 +       # explicitly linking system object files so we need to strip them
12595 +       # from the output so that they don't get included in the library
12596 +       # dependencies.
12597 +       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12598 +
12599 +       hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
12600 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12601 +
12602 +       # Archives containing C++ object files must be created using
12603 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12604 +       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12605 +       ;;
12606 +      icpc*)
12607 +       # Intel C++
12608 +       with_gnu_ld=yes
12609 +       # version 8.0 and above of icpc choke on multiply defined symbols
12610 +       # if we add $predep_objects and $postdep_objects, however 7.1 and
12611 +       # earlier do not add the objects themselves.
12612 +       case `$CC -V 2>&1` in
12613 +       *"Version 7."*)
12614 +         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12615 +         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12616 +         ;;
12617 +       *)  # Version 8.0 or newer
12618 +         tmp_idyn=
12619 +         case $host_cpu in
12620 +           ia64*) tmp_idyn=' -i_dynamic';;
12621 +         esac
12622 +         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12623 +         archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12624 +         ;;
12625 +       esac
12626 +       archive_cmds_need_lc_CXX=no
12627 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12628 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12629 +       whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12630 +       ;;
12631 +      pgCC* | pgcpp*)
12632 +        # Portland Group C++ compiler
12633 +       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12634 +       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12635 +
12636 +       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12637 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12638 +       whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
12639 +        ;;
12640 +      cxx*)
12641 +       # Compaq C++
12642 +       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12643 +       archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12644 +
12645 +       runpath_var=LD_RUN_PATH
12646 +       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12647 +       hardcode_libdir_separator_CXX=:
12648 +
12649 +       # Commands to make compiler produce verbose output that lists
12650 +       # what "hidden" libraries, object files and flags are used when
12651 +       # linking a shared library.
12652 +       #
12653 +       # There doesn't appear to be a way to prevent this compiler from
12654 +       # explicitly linking system object files so we need to strip them
12655 +       # from the output so that they don't get included in the library
12656 +       # dependencies.
12657 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12658 +       ;;
12659 +      *)
12660 +       case `$CC -V 2>&1 | sed 5q` in
12661 +       *Sun\ C*)
12662 +         # Sun C++ 5.9
12663 +         no_undefined_flag_CXX=' -zdefs'
12664 +         archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12665 +         archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12666 +         hardcode_libdir_flag_spec_CXX='-R$libdir'
12667 +         whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
12668 +
12669 +         # Not sure whether something based on
12670 +         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12671 +         # would be better.
12672 +         output_verbose_link_cmd='echo'
12673 +
12674 +         # Archives containing C++ object files must be created using
12675 +         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
12676 +         # necessary to make sure instantiated templates are included
12677 +         # in the archive.
12678 +         old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12679 +         ;;
12680 +       esac
12681 +       ;;
12682 +    esac
12683 +    ;;
12684 +  lynxos*)
12685 +    # FIXME: insert proper C++ library support
12686 +    ld_shlibs_CXX=no
12687 +    ;;
12688 +  m88k*)
12689 +    # FIXME: insert proper C++ library support
12690 +    ld_shlibs_CXX=no
12691 +    ;;
12692 +  mvs*)
12693 +    case $cc_basename in
12694 +      cxx*)
12695 +       # FIXME: insert proper C++ library support
12696 +       ld_shlibs_CXX=no
12697 +       ;;
12698 +      *)
12699 +       # FIXME: insert proper C++ library support
12700 +       ld_shlibs_CXX=no
12701 +       ;;
12702 +    esac
12703 +    ;;
12704 +  netbsd* | netbsdelf*-gnu)
12705 +    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
12706 +      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12707 +      wlarc=
12708 +      hardcode_libdir_flag_spec_CXX='-R$libdir'
12709 +      hardcode_direct_CXX=yes
12710 +      hardcode_shlibpath_var_CXX=no
12711 +    fi
12712 +    # Workaround some broken pre-1.5 toolchains
12713 +    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12714 +    ;;
12715 +  openbsd2*)
12716 +    # C++ shared libraries are fairly broken
12717 +    ld_shlibs_CXX=no
12718 +    ;;
12719 +  openbsd*)
12720 +    if test -f /usr/libexec/ld.so; then
12721 +      hardcode_direct_CXX=yes
12722 +      hardcode_shlibpath_var_CXX=no
12723 +      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12724 +      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12725 +      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12726 +       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12727 +       export_dynamic_flag_spec_CXX='${wl}-E'
12728 +       whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12729 +      fi
12730 +      output_verbose_link_cmd='echo'
12731 +    else
12732 +      ld_shlibs_CXX=no
12733 +    fi
12734 +    ;;
12735 +  osf3*)
12736 +    case $cc_basename in
12737 +      KCC*)
12738 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
12739 +
12740 +       # KCC will only create a shared library if the output file
12741 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
12742 +       # to its proper name (with version) after linking.
12743 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12744 +
12745 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12746 +       hardcode_libdir_separator_CXX=:
12747 +
12748 +       # Archives containing C++ object files must be created using
12749 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12750 +       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12751 +
12752 +       ;;
12753 +      RCC*)
12754 +       # Rational C++ 2.4.1
12755 +       # FIXME: insert proper C++ library support
12756 +       ld_shlibs_CXX=no
12757 +       ;;
12758 +      cxx*)
12759 +       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12760 +       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
12761 +
12762 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12763 +       hardcode_libdir_separator_CXX=:
12764 +
12765 +       # Commands to make compiler produce verbose output that lists
12766 +       # what "hidden" libraries, object files and flags are used when
12767 +       # linking a shared library.
12768 +       #
12769 +       # There doesn't appear to be a way to prevent this compiler from
12770 +       # explicitly linking system object files so we need to strip them
12771 +       # from the output so that they don't get included in the library
12772 +       # dependencies.
12773 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12774 +       ;;
12775 +      *)
12776 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12777 +         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12778 +         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12779 +
12780 +         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12781 +         hardcode_libdir_separator_CXX=:
12782 +
12783 +         # Commands to make compiler produce verbose output that lists
12784 +         # what "hidden" libraries, object files and flags are used when
12785 +         # linking a shared library.
12786 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
12787 +
12788 +       else
12789 +         # FIXME: insert proper C++ library support
12790 +         ld_shlibs_CXX=no
12791 +       fi
12792 +       ;;
12793 +    esac
12794 +    ;;
12795 +  osf4* | osf5*)
12796 +    case $cc_basename in
12797 +      KCC*)
12798 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
12799 +
12800 +       # KCC will only create a shared library if the output file
12801 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
12802 +       # to its proper name (with version) after linking.
12803 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12804 +
12805 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12806 +       hardcode_libdir_separator_CXX=:
12807 +
12808 +       # Archives containing C++ object files must be created using
12809 +       # the KAI C++ compiler.
12810 +       old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
12811 +       ;;
12812 +      RCC*)
12813 +       # Rational C++ 2.4.1
12814 +       # FIXME: insert proper C++ library support
12815 +       ld_shlibs_CXX=no
12816 +       ;;
12817 +      cxx*)
12818 +       allow_undefined_flag_CXX=' -expect_unresolved \*'
12819 +       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
12820 +       archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12821 +         echo "-hidden">> $lib.exp~
12822 +         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
12823 +         $rm $lib.exp'
12824 +
12825 +       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12826 +       hardcode_libdir_separator_CXX=:
12827 +
12828 +       # Commands to make compiler produce verbose output that lists
12829 +       # what "hidden" libraries, object files and flags are used when
12830 +       # linking a shared library.
12831 +       #
12832 +       # There doesn't appear to be a way to prevent this compiler from
12833 +       # explicitly linking system object files so we need to strip them
12834 +       # from the output so that they don't get included in the library
12835 +       # dependencies.
12836 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12837 +       ;;
12838 +      *)
12839 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12840 +         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
12841 +        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12842 +
12843 +         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12844 +         hardcode_libdir_separator_CXX=:
12845 +
12846 +         # Commands to make compiler produce verbose output that lists
12847 +         # what "hidden" libraries, object files and flags are used when
12848 +         # linking a shared library.
12849 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
12850 +
12851 +       else
12852 +         # FIXME: insert proper C++ library support
12853 +         ld_shlibs_CXX=no
12854 +       fi
12855 +       ;;
12856 +    esac
12857 +    ;;
12858 +  psos*)
12859 +    # FIXME: insert proper C++ library support
12860 +    ld_shlibs_CXX=no
12861 +    ;;
12862 +  sunos4*)
12863 +    case $cc_basename in
12864 +      CC*)
12865 +       # Sun C++ 4.x
12866 +       # FIXME: insert proper C++ library support
12867 +       ld_shlibs_CXX=no
12868 +       ;;
12869 +      lcc*)
12870 +       # Lucid
12871 +       # FIXME: insert proper C++ library support
12872 +       ld_shlibs_CXX=no
12873 +       ;;
12874 +      *)
12875 +       # FIXME: insert proper C++ library support
12876 +       ld_shlibs_CXX=no
12877 +       ;;
12878 +    esac
12879 +    ;;
12880 +  solaris*)
12881 +    case $cc_basename in
12882 +      CC*)
12883 +       # Sun C++ 4.2, 5.x and Centerline C++
12884 +        archive_cmds_need_lc_CXX=yes
12885 +       no_undefined_flag_CXX=' -zdefs'
12886 +       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12887 +       archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12888 +       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12889 +
12890 +       hardcode_libdir_flag_spec_CXX='-R$libdir'
12891 +       hardcode_shlibpath_var_CXX=no
12892 +       case $host_os in
12893 +         solaris2.[0-5] | solaris2.[0-5].*) ;;
12894 +         *)
12895 +           # The compiler driver will combine and reorder linker options,
12896 +           # but understands `-z linker_flag'.
12897 +           # Supported since Solaris 2.6 (maybe 2.5.1?)
12898 +           whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
12899 +           ;;
12900 +       esac
12901 +       link_all_deplibs_CXX=yes
12902 +
12903 +       output_verbose_link_cmd='echo'
12904 +
12905 +       # Archives containing C++ object files must be created using
12906 +       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
12907 +       # necessary to make sure instantiated templates are included
12908 +       # in the archive.
12909 +       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12910 +       ;;
12911 +      gcx*)
12912 +       # Green Hills C++ Compiler
12913 +       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12914 +
12915 +       # The C++ compiler must be used to create the archive.
12916 +       old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12917 +       ;;
12918 +      *)
12919 +       # GNU C++ compiler with Solaris linker
12920 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
12921 +         no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
12922 +         if $CC --version | grep -v '^2\.7' > /dev/null; then
12923 +           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12924 +           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12925 +               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12926 +
12927 +           # Commands to make compiler produce verbose output that lists
12928 +           # what "hidden" libraries, object files and flags are used when
12929 +           # linking a shared library.
12930 +           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
12931 +         else
12932 +           # g++ 2.7 appears to require `-G' NOT `-shared' on this
12933 +           # platform.
12934 +           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12935 +           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12936 +               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12937 +
12938 +           # Commands to make compiler produce verbose output that lists
12939 +           # what "hidden" libraries, object files and flags are used when
12940 +           # linking a shared library.
12941 +           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
12942 +         fi
12943 +
12944 +         hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
12945 +         case $host_os in
12946 +         solaris2.[0-5] | solaris2.[0-5].*) ;;
12947 +         *)
12948 +           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12949 +           ;;
12950 +         esac
12951 +       fi
12952 +       ;;
12953 +    esac
12954 +    ;;
12955 +  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12956 +    no_undefined_flag_CXX='${wl}-z,text'
12957 +    archive_cmds_need_lc_CXX=no
12958 +    hardcode_shlibpath_var_CXX=no
12959 +    runpath_var='LD_RUN_PATH'
12960 +
12961 +    case $cc_basename in
12962 +      CC*)
12963 +       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12964 +       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12965 +       ;;
12966 +      *)
12967 +       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12968 +       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12969 +       ;;
12970 +    esac
12971 +    ;;
12972 +  sysv5* | sco3.2v5* | sco5v6*)
12973 +    # Note: We can NOT use -z defs as we might desire, because we do not
12974 +    # link with -lc, and that would cause any symbols used from libc to
12975 +    # always be unresolved, which means just about no library would
12976 +    # ever link correctly.  If we're not using GNU ld we use -z text
12977 +    # though, which does catch some bad symbols but isn't as heavy-handed
12978 +    # as -z defs.
12979 +    # For security reasons, it is highly recommended that you always
12980 +    # use absolute paths for naming shared libraries, and exclude the
12981 +    # DT_RUNPATH tag from executables and libraries.  But doing so
12982 +    # requires that you compile everything twice, which is a pain.
12983 +    # So that behaviour is only enabled if SCOABSPATH is set to a
12984 +    # non-empty value in the environment.  Most likely only useful for
12985 +    # creating official distributions of packages.
12986 +    # This is a hack until libtool officially supports absolute path
12987 +    # names for shared libraries.
12988 +    no_undefined_flag_CXX='${wl}-z,text'
12989 +    allow_undefined_flag_CXX='${wl}-z,nodefs'
12990 +    archive_cmds_need_lc_CXX=no
12991 +    hardcode_shlibpath_var_CXX=no
12992 +    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
12993 +    hardcode_libdir_separator_CXX=':'
12994 +    link_all_deplibs_CXX=yes
12995 +    export_dynamic_flag_spec_CXX='${wl}-Bexport'
12996 +    runpath_var='LD_RUN_PATH'
12997 +
12998 +    case $cc_basename in
12999 +      CC*)
13000 +       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13001 +       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13002 +       ;;
13003 +      *)
13004 +       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13005 +       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13006 +       ;;
13007 +    esac
13008 +    ;;
13009 +  tandem*)
13010 +    case $cc_basename in
13011 +      NCC*)
13012 +       # NonStop-UX NCC 3.20
13013 +       # FIXME: insert proper C++ library support
13014 +       ld_shlibs_CXX=no
13015 +       ;;
13016 +      *)
13017 +       # FIXME: insert proper C++ library support
13018 +       ld_shlibs_CXX=no
13019 +       ;;
13020 +    esac
13021 +    ;;
13022 +  vxworks*)
13023 +    # FIXME: insert proper C++ library support
13024 +    ld_shlibs_CXX=no
13025 +    ;;
13026 +  *)
13027 +    # FIXME: insert proper C++ library support
13028 +    ld_shlibs_CXX=no
13029 +    ;;
13030 +esac
13031 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13032 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
13033 +test "$ld_shlibs_CXX" = no && can_build_shared=no
13034 +
13035 +GCC_CXX="$GXX"
13036 +LD_CXX="$LD"
13037 +
13038 +cat > conftest.$ac_ext <<EOF
13039 +class Foo
13040 +{
13041 +public:
13042 +  Foo (void) { a = 0; }
13043 +private:
13044 +  int a;
13045 +};
13046 +EOF
13047 +
13048 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13049 +  (eval $ac_compile) 2>&5
13050 +  ac_status=$?
13051 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13052 +  (exit $ac_status); }; then
13053 +  # Parse the compiler output and extract the necessary
13054 +  # objects, libraries and library flags.
13055 +
13056 +  # Sentinel used to keep track of whether or not we are before
13057 +  # the conftest object file.
13058 +  pre_test_object_deps_done=no
13059 +
13060 +  # The `*' in the case matches for architectures that use `case' in
13061 +  # $output_verbose_cmd can trigger glob expansion during the loop
13062 +  # eval without this substitution.
13063 +  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
13064 +
13065 +  for p in `eval $output_verbose_link_cmd`; do
13066 +    case $p in
13067 +
13068 +    -L* | -R* | -l*)
13069 +       # Some compilers place space between "-{L,R}" and the path.
13070 +       # Remove the space.
13071 +       if test $p = "-L" \
13072 +         || test $p = "-R"; then
13073 +        prev=$p
13074 +        continue
13075 +       else
13076 +        prev=
13077 +       fi
13078 +
13079 +       if test "$pre_test_object_deps_done" = no; then
13080 +        case $p in
13081 +        -L* | -R*)
13082 +          # Internal compiler library paths should come after those
13083 +          # provided the user.  The postdeps already come after the
13084 +          # user supplied libs so there is no need to process them.
13085 +          if test -z "$compiler_lib_search_path_CXX"; then
13086 +            compiler_lib_search_path_CXX="${prev}${p}"
13087 +          else
13088 +            compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13089 +          fi
13090 +          ;;
13091 +        # The "-l" case would never come before the object being
13092 +        # linked, so don't bother handling this case.
13093 +        esac
13094 +       else
13095 +        if test -z "$postdeps_CXX"; then
13096 +          postdeps_CXX="${prev}${p}"
13097 +        else
13098 +          postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13099 +        fi
13100 +       fi
13101 +       ;;
13102 +
13103 +    *.$objext)
13104 +       # This assumes that the test object file only shows up
13105 +       # once in the compiler output.
13106 +       if test "$p" = "conftest.$objext"; then
13107 +        pre_test_object_deps_done=yes
13108 +        continue
13109 +       fi
13110 +
13111 +       if test "$pre_test_object_deps_done" = no; then
13112 +        if test -z "$predep_objects_CXX"; then
13113 +          predep_objects_CXX="$p"
13114 +        else
13115 +          predep_objects_CXX="$predep_objects_CXX $p"
13116 +        fi
13117 +       else
13118 +        if test -z "$postdep_objects_CXX"; then
13119 +          postdep_objects_CXX="$p"
13120 +        else
13121 +          postdep_objects_CXX="$postdep_objects_CXX $p"
13122 +        fi
13123 +       fi
13124 +       ;;
13125 +
13126 +    *) ;; # Ignore the rest.
13127 +
13128 +    esac
13129 +  done
13130 +
13131 +  # Clean up.
13132 +  rm -f a.out a.exe
13133 +else
13134 +  echo "libtool.m4: error: problem compiling CXX test program"
13135 +fi
13136 +
13137 +$rm -f confest.$objext
13138 +
13139 +compiler_lib_search_dirs_CXX=
13140 +if test -n "$compiler_lib_search_path_CXX"; then
13141 +  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13142 +fi
13143 +
13144 +# PORTME: override above test on systems where it is broken
13145 +case $host_os in
13146 +interix[3-9]*)
13147 +  # Interix 3.5 installs completely hosed .la files for C++, so rather than
13148 +  # hack all around it, let's just trust "g++" to DTRT.
13149 +  predep_objects_CXX=
13150 +  postdep_objects_CXX=
13151 +  postdeps_CXX=
13152 +  ;;
13153 +
13154 +linux*)
13155 +  case `$CC -V 2>&1 | sed 5q` in
13156 +  *Sun\ C*)
13157 +    # Sun C++ 5.9
13158 +    #
13159 +    # The more standards-conforming stlport4 library is
13160 +    # incompatible with the Cstd library. Avoid specifying
13161 +    # it if it's in CXXFLAGS. Ignore libCrun as
13162 +    # -library=stlport4 depends on it.
13163 +    case " $CXX $CXXFLAGS " in
13164 +    *" -library=stlport4 "*)
13165 +      solaris_use_stlport4=yes
13166 +      ;;
13167 +    esac
13168 +    if test "$solaris_use_stlport4" != yes; then
13169 +      postdeps_CXX='-library=Cstd -library=Crun'
13170 +    fi
13171 +    ;;
13172 +  esac
13173 +  ;;
13174 +
13175 +solaris*)
13176 +  case $cc_basename in
13177 +  CC*)
13178 +    # The more standards-conforming stlport4 library is
13179 +    # incompatible with the Cstd library. Avoid specifying
13180 +    # it if it's in CXXFLAGS. Ignore libCrun as
13181 +    # -library=stlport4 depends on it.
13182 +    case " $CXX $CXXFLAGS " in
13183 +    *" -library=stlport4 "*)
13184 +      solaris_use_stlport4=yes
13185 +      ;;
13186 +    esac
13187 +
13188 +    # Adding this requires a known-good setup of shared libraries for
13189 +    # Sun compiler versions before 5.6, else PIC objects from an old
13190 +    # archive will be linked into the output, leading to subtle bugs.
13191 +    if test "$solaris_use_stlport4" != yes; then
13192 +      postdeps_CXX='-library=Cstd -library=Crun'
13193 +    fi
13194 +    ;;
13195 +  esac
13196 +  ;;
13197 +esac
13198 +
13199 +case " $postdeps_CXX " in
13200 +*" -lc "*) archive_cmds_need_lc_CXX=no ;;
13201 +esac
13202 +
13203 +lt_prog_compiler_wl_CXX=
13204 +lt_prog_compiler_pic_CXX=
13205 +lt_prog_compiler_static_CXX=
13206 +
13207 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
13208 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
13209
13210 +  # C++ specific cases for pic, static, wl, etc.
13211 +  if test "$GXX" = yes; then
13212 +    lt_prog_compiler_wl_CXX='-Wl,'
13213 +    lt_prog_compiler_static_CXX='-static'
13214 +
13215 +    case $host_os in
13216 +    aix*)
13217 +      # All AIX code is PIC.
13218 +      if test "$host_cpu" = ia64; then
13219 +       # AIX 5 now supports IA64 processor
13220 +       lt_prog_compiler_static_CXX='-Bstatic'
13221 +      fi
13222 +      ;;
13223 +    amigaos*)
13224 +      # FIXME: we need at least 68020 code to build shared libraries, but
13225 +      # adding the `-m68020' flag to GCC prevents building anything better,
13226 +      # like `-m68040'.
13227 +      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13228 +      ;;
13229 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13230 +      # PIC is the default for these OSes.
13231 +      ;;
13232 +    mingw* | cygwin* | os2* | pw32*)
13233 +      # This hack is so that the source file can tell whether it is being
13234 +      # built for inclusion in a dll (and should export symbols for example).
13235 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
13236 +      # (--disable-auto-import) libraries
13237 +      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13238 +      ;;
13239 +    darwin* | rhapsody*)
13240 +      # PIC is the default on this platform
13241 +      # Common symbols not allowed in MH_DYLIB files
13242 +      lt_prog_compiler_pic_CXX='-fno-common'
13243 +      ;;
13244 +    *djgpp*)
13245 +      # DJGPP does not support shared libraries at all
13246 +      lt_prog_compiler_pic_CXX=
13247 +      ;;
13248 +    interix[3-9]*)
13249 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13250 +      # Instead, we relocate shared libraries at runtime.
13251 +      ;;
13252 +    sysv4*MP*)
13253 +      if test -d /usr/nec; then
13254 +       lt_prog_compiler_pic_CXX=-Kconform_pic
13255 +      fi
13256 +      ;;
13257 +    hpux*)
13258 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
13259 +      # not for PA HP-UX.
13260 +      case $host_cpu in
13261 +      hppa*64*|ia64*)
13262 +       ;;
13263 +      *)
13264 +       lt_prog_compiler_pic_CXX='-fPIC'
13265 +       ;;
13266 +      esac
13267 +      ;;
13268 +    *)
13269 +      lt_prog_compiler_pic_CXX='-fPIC'
13270 +      ;;
13271 +    esac
13272 +  else
13273 +    case $host_os in
13274 +      aix[4-9]*)
13275 +       # All AIX code is PIC.
13276 +       if test "$host_cpu" = ia64; then
13277 +         # AIX 5 now supports IA64 processor
13278 +         lt_prog_compiler_static_CXX='-Bstatic'
13279 +       else
13280 +         lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13281 +       fi
13282 +       ;;
13283 +      chorus*)
13284 +       case $cc_basename in
13285 +       cxch68*)
13286 +         # Green Hills C++ Compiler
13287 +         # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13288 +         ;;
13289 +       esac
13290 +       ;;
13291 +       darwin*)
13292 +         # PIC is the default on this platform
13293 +         # Common symbols not allowed in MH_DYLIB files
13294 +         case $cc_basename in
13295 +           xlc*)
13296 +           lt_prog_compiler_pic_CXX='-qnocommon'
13297 +           lt_prog_compiler_wl_CXX='-Wl,'
13298 +           ;;
13299 +         esac
13300 +       ;;
13301 +      dgux*)
13302 +       case $cc_basename in
13303 +         ec++*)
13304 +           lt_prog_compiler_pic_CXX='-KPIC'
13305 +           ;;
13306 +         ghcx*)
13307 +           # Green Hills C++ Compiler
13308 +           lt_prog_compiler_pic_CXX='-pic'
13309 +           ;;
13310 +         *)
13311 +           ;;
13312 +       esac
13313 +       ;;
13314 +      freebsd* | dragonfly*)
13315 +       # FreeBSD uses GNU C++
13316 +       ;;
13317 +      hpux9* | hpux10* | hpux11*)
13318 +       case $cc_basename in
13319 +         CC*)
13320 +           lt_prog_compiler_wl_CXX='-Wl,'
13321 +           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13322 +           if test "$host_cpu" != ia64; then
13323 +             lt_prog_compiler_pic_CXX='+Z'
13324 +           fi
13325 +           ;;
13326 +         aCC*)
13327 +           lt_prog_compiler_wl_CXX='-Wl,'
13328 +           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13329 +           case $host_cpu in
13330 +           hppa*64*|ia64*)
13331 +             # +Z the default
13332 +             ;;
13333 +           *)
13334 +             lt_prog_compiler_pic_CXX='+Z'
13335 +             ;;
13336 +           esac
13337 +           ;;
13338 +         *)
13339 +           ;;
13340 +       esac
13341 +       ;;
13342 +      interix*)
13343 +       # This is c89, which is MS Visual C++ (no shared libs)
13344 +       # Anyone wants to do a port?
13345 +       ;;
13346 +      irix5* | irix6* | nonstopux*)
13347 +       case $cc_basename in
13348 +         CC*)
13349 +           lt_prog_compiler_wl_CXX='-Wl,'
13350 +           lt_prog_compiler_static_CXX='-non_shared'
13351 +           # CC pic flag -KPIC is the default.
13352 +           ;;
13353 +         *)
13354 +           ;;
13355 +       esac
13356 +       ;;
13357 +      linux* | k*bsd*-gnu)
13358 +       case $cc_basename in
13359 +         KCC*)
13360 +           # KAI C++ Compiler
13361 +           lt_prog_compiler_wl_CXX='--backend -Wl,'
13362 +           lt_prog_compiler_pic_CXX='-fPIC'
13363 +           ;;
13364 +         icpc* | ecpc*)
13365 +           # Intel C++
13366 +           lt_prog_compiler_wl_CXX='-Wl,'
13367 +           lt_prog_compiler_pic_CXX='-KPIC'
13368 +           lt_prog_compiler_static_CXX='-static'
13369 +           ;;
13370 +         pgCC* | pgcpp*)
13371 +           # Portland Group C++ compiler.
13372 +           lt_prog_compiler_wl_CXX='-Wl,'
13373 +           lt_prog_compiler_pic_CXX='-fpic'
13374 +           lt_prog_compiler_static_CXX='-Bstatic'
13375 +           ;;
13376 +         cxx*)
13377 +           # Compaq C++
13378 +           # Make sure the PIC flag is empty.  It appears that all Alpha
13379 +           # Linux and Compaq Tru64 Unix objects are PIC.
13380 +           lt_prog_compiler_pic_CXX=
13381 +           lt_prog_compiler_static_CXX='-non_shared'
13382 +           ;;
13383 +         *)
13384 +           case `$CC -V 2>&1 | sed 5q` in
13385 +           *Sun\ C*)
13386 +             # Sun C++ 5.9
13387 +             lt_prog_compiler_pic_CXX='-KPIC'
13388 +             lt_prog_compiler_static_CXX='-Bstatic'
13389 +             lt_prog_compiler_wl_CXX='-Qoption ld '
13390 +             ;;
13391 +           esac
13392 +           ;;
13393 +       esac
13394 +       ;;
13395 +      lynxos*)
13396 +       ;;
13397 +      m88k*)
13398 +       ;;
13399 +      mvs*)
13400 +       case $cc_basename in
13401 +         cxx*)
13402 +           lt_prog_compiler_pic_CXX='-W c,exportall'
13403 +           ;;
13404 +         *)
13405 +           ;;
13406 +       esac
13407 +       ;;
13408 +      netbsd* | netbsdelf*-gnu)
13409 +       ;;
13410 +      osf3* | osf4* | osf5*)
13411 +       case $cc_basename in
13412 +         KCC*)
13413 +           lt_prog_compiler_wl_CXX='--backend -Wl,'
13414 +           ;;
13415 +         RCC*)
13416 +           # Rational C++ 2.4.1
13417 +           lt_prog_compiler_pic_CXX='-pic'
13418 +           ;;
13419 +         cxx*)
13420 +           # Digital/Compaq C++
13421 +           lt_prog_compiler_wl_CXX='-Wl,'
13422 +           # Make sure the PIC flag is empty.  It appears that all Alpha
13423 +           # Linux and Compaq Tru64 Unix objects are PIC.
13424 +           lt_prog_compiler_pic_CXX=
13425 +           lt_prog_compiler_static_CXX='-non_shared'
13426 +           ;;
13427 +         *)
13428 +           ;;
13429 +       esac
13430 +       ;;
13431 +      psos*)
13432 +       ;;
13433 +      solaris*)
13434 +       case $cc_basename in
13435 +         CC*)
13436 +           # Sun C++ 4.2, 5.x and Centerline C++
13437 +           lt_prog_compiler_pic_CXX='-KPIC'
13438 +           lt_prog_compiler_static_CXX='-Bstatic'
13439 +           lt_prog_compiler_wl_CXX='-Qoption ld '
13440 +           ;;
13441 +         gcx*)
13442 +           # Green Hills C++ Compiler
13443 +           lt_prog_compiler_pic_CXX='-PIC'
13444 +           ;;
13445 +         *)
13446 +           ;;
13447 +       esac
13448 +       ;;
13449 +      sunos4*)
13450 +       case $cc_basename in
13451 +         CC*)
13452 +           # Sun C++ 4.x
13453 +           lt_prog_compiler_pic_CXX='-pic'
13454 +           lt_prog_compiler_static_CXX='-Bstatic'
13455 +           ;;
13456 +         lcc*)
13457 +           # Lucid
13458 +           lt_prog_compiler_pic_CXX='-pic'
13459 +           ;;
13460 +         *)
13461 +           ;;
13462 +       esac
13463 +       ;;
13464 +      tandem*)
13465 +       case $cc_basename in
13466 +         NCC*)
13467 +           # NonStop-UX NCC 3.20
13468 +           lt_prog_compiler_pic_CXX='-KPIC'
13469 +           ;;
13470 +         *)
13471 +           ;;
13472 +       esac
13473 +       ;;
13474 +      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13475 +       case $cc_basename in
13476 +         CC*)
13477 +           lt_prog_compiler_wl_CXX='-Wl,'
13478 +           lt_prog_compiler_pic_CXX='-KPIC'
13479 +           lt_prog_compiler_static_CXX='-Bstatic'
13480 +           ;;
13481 +       esac
13482 +       ;;
13483 +      vxworks*)
13484 +       ;;
13485 +      *)
13486 +       lt_prog_compiler_can_build_shared_CXX=no
13487 +       ;;
13488 +    esac
13489 +  fi
13490 +
13491 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
13492 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
13493 +
13494 +#
13495 +# Check to make sure the PIC flag actually works.
13496 +#
13497 +if test -n "$lt_prog_compiler_pic_CXX"; then
13498 +  
13499 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13500 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
13501 +if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
13502 +  echo $ECHO_N "(cached) $ECHO_C" >&6
13503 +else
13504 +  lt_cv_prog_compiler_pic_works_CXX=no
13505 +  ac_outfile=conftest.$ac_objext
13506 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13507 +   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13508 +   # Insert the option either (1) after the last *FLAGS variable, or
13509 +   # (2) before a word containing "conftest.", or (3) at the end.
13510 +   # Note that $ac_compile itself does not contain backslashes and begins
13511 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
13512 +   # The option is referenced via a variable to avoid confusing sed.
13513 +   lt_compile=`echo "$ac_compile" | $SED \
13514 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13515 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13516 +   -e 's:$: $lt_compiler_flag:'`
13517 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
13518 +   (eval "$lt_compile" 2>conftest.err)
13519 +   ac_status=$?
13520 +   cat conftest.err >&5
13521 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
13522 +   if (exit $ac_status) && test -s "$ac_outfile"; then
13523 +     # The compiler can only warn and ignore the option if not recognized
13524 +     # So say no if there are warnings other than the usual output.
13525 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
13526 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13527 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13528 +       lt_cv_prog_compiler_pic_works_CXX=yes
13529 +     fi
13530 +   fi
13531 +   $rm conftest*
13532 +
13533 +fi
13534 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13535 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13536 +
13537 +if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13538 +    case $lt_prog_compiler_pic_CXX in
13539 +     "" | " "*) ;;
13540 +     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13541 +     esac
13542 +else
13543 +    lt_prog_compiler_pic_CXX=
13544 +     lt_prog_compiler_can_build_shared_CXX=no
13545 +fi
13546 +
13547 +fi
13548 +case $host_os in
13549 +  # For platforms which do not support PIC, -DPIC is meaningless:
13550 +  *djgpp*)
13551 +    lt_prog_compiler_pic_CXX=
13552 +    ;;
13553 +  *)
13554 +    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13555 +    ;;
13556 +esac
13557 +
13558 +#
13559 +# Check to make sure the static flag actually works.
13560 +#
13561 +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13562 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13563 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
13564 +if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
13565 +  echo $ECHO_N "(cached) $ECHO_C" >&6
13566 +else
13567 +  lt_cv_prog_compiler_static_works_CXX=no
13568 +   save_LDFLAGS="$LDFLAGS"
13569 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13570 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
13571 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13572 +     # The linker can only warn and ignore the option if not recognized
13573 +     # So say no if there are warnings
13574 +     if test -s conftest.err; then
13575 +       # Append any errors to the config.log.
13576 +       cat conftest.err 1>&5
13577 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
13578 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13579 +       if diff conftest.exp conftest.er2 >/dev/null; then
13580 +         lt_cv_prog_compiler_static_works_CXX=yes
13581 +       fi
13582 +     else
13583 +       lt_cv_prog_compiler_static_works_CXX=yes
13584 +     fi
13585 +   fi
13586 +   $rm -r conftest*
13587 +   LDFLAGS="$save_LDFLAGS"
13588 +
13589 +fi
13590 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13591 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
13592 +
13593 +if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13594 +    :
13595 +else
13596 +    lt_prog_compiler_static_CXX=
13597 +fi
13598 +
13599 +
13600 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
13601 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
13602 +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
13603 +  echo $ECHO_N "(cached) $ECHO_C" >&6
13604 +else
13605 +  lt_cv_prog_compiler_c_o_CXX=no
13606 +   $rm -r conftest 2>/dev/null
13607 +   mkdir conftest
13608 +   cd conftest
13609 +   mkdir out
13610 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13611 +
13612 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
13613 +   # Insert the option either (1) after the last *FLAGS variable, or
13614 +   # (2) before a word containing "conftest.", or (3) at the end.
13615 +   # Note that $ac_compile itself does not contain backslashes and begins
13616 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
13617 +   lt_compile=`echo "$ac_compile" | $SED \
13618 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13619 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13620 +   -e 's:$: $lt_compiler_flag:'`
13621 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
13622 +   (eval "$lt_compile" 2>out/conftest.err)
13623 +   ac_status=$?
13624 +   cat out/conftest.err >&5
13625 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
13626 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13627 +   then
13628 +     # The compiler can only warn and ignore the option if not recognized
13629 +     # So say no if there are warnings
13630 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
13631 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13632 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13633 +       lt_cv_prog_compiler_c_o_CXX=yes
13634 +     fi
13635 +   fi
13636 +   chmod u+w . 2>&5
13637 +   $rm conftest*
13638 +   # SGI C++ compiler will create directory out/ii_files/ for
13639 +   # template instantiation
13640 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
13641 +   $rm out/* && rmdir out
13642 +   cd ..
13643 +   rmdir conftest
13644 +   $rm conftest*
13645 +
13646 +fi
13647 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13648 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
13649 +
13650 +
13651 +hard_links="nottested"
13652 +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13653 +  # do not overwrite the value of need_locks provided by the user
13654 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13655 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
13656 +  hard_links=yes
13657 +  $rm conftest*
13658 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
13659 +  touch conftest.a
13660 +  ln conftest.a conftest.b 2>&5 || hard_links=no
13661 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
13662 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
13663 +echo "${ECHO_T}$hard_links" >&6; }
13664 +  if test "$hard_links" = no; then
13665 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13666 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13667 +    need_locks=warn
13668 +  fi
13669 +else
13670 +  need_locks=no
13671 +fi
13672 +
13673 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13674 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13675 +
13676 +  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13677 +  case $host_os in
13678 +  aix[4-9]*)
13679 +    # If we're using GNU nm, then we don't want the "-C" option.
13680 +    # -C means demangle to AIX nm, but means don't demangle with GNU nm
13681 +    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
13682 +      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
13683 +    else
13684 +      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
13685 +    fi
13686 +    ;;
13687 +  pw32*)
13688 +    export_symbols_cmds_CXX="$ltdll_cmds"
13689 +  ;;
13690 +  cygwin* | mingw*)
13691 +    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
13692 +  ;;
13693 +  linux* | k*bsd*-gnu)
13694 +    link_all_deplibs_CXX=no
13695 +  ;;
13696 +  *)
13697 +    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13698 +  ;;
13699 +  esac
13700 +  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13701 +
13702 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13703 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
13704 +test "$ld_shlibs_CXX" = no && can_build_shared=no
13705 +
13706 +#
13707 +# Do we need to explicitly link libc?
13708 +#
13709 +case "x$archive_cmds_need_lc_CXX" in
13710 +x|xyes)
13711 +  # Assume -lc should be added
13712 +  archive_cmds_need_lc_CXX=yes
13713 +
13714 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
13715 +    case $archive_cmds_CXX in
13716 +    *'~'*)
13717 +      # FIXME: we may have to deal with multi-command sequences.
13718 +      ;;
13719 +    '$CC '*)
13720 +      # Test whether the compiler implicitly links with -lc since on some
13721 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
13722 +      # to ld, don't add -lc before -lgcc.
13723 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13724 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
13725 +      $rm conftest*
13726 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13727 +
13728 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13729 +  (eval $ac_compile) 2>&5
13730 +  ac_status=$?
13731 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 +  (exit $ac_status); } 2>conftest.err; then
13733 +        soname=conftest
13734 +        lib=conftest
13735 +        libobjs=conftest.$ac_objext
13736 +        deplibs=
13737 +        wl=$lt_prog_compiler_wl_CXX
13738 +       pic_flag=$lt_prog_compiler_pic_CXX
13739 +        compiler_flags=-v
13740 +        linker_flags=-v
13741 +        verstring=
13742 +        output_objdir=.
13743 +        libname=conftest
13744 +        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
13745 +        allow_undefined_flag_CXX=
13746 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
13747 +  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
13748 +  ac_status=$?
13749 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13750 +  (exit $ac_status); }
13751 +        then
13752 +         archive_cmds_need_lc_CXX=no
13753 +        else
13754 +         archive_cmds_need_lc_CXX=yes
13755 +        fi
13756 +        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
13757 +      else
13758 +        cat conftest.err 1>&5
13759 +      fi
13760 +      $rm conftest*
13761 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13762 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
13763 +      ;;
13764 +    esac
13765 +  fi
13766 +  ;;
13767 +esac
13768 +
13769 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13770 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
13771 +library_names_spec=
13772 +libname_spec='lib$name'
13773 +soname_spec=
13774 +shrext_cmds=".so"
13775 +postinstall_cmds=
13776 +postuninstall_cmds=
13777 +finish_cmds=
13778 +finish_eval=
13779 +shlibpath_var=
13780 +shlibpath_overrides_runpath=unknown
13781 +version_type=none
13782 +dynamic_linker="$host_os ld.so"
13783 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
13784 +
13785 +need_lib_prefix=unknown
13786 +hardcode_into_libs=no
13787 +
13788 +# when you set need_version to no, make sure it does not cause -set_version
13789 +# flags to be left without arguments
13790 +need_version=unknown
13791 +
13792 +case $host_os in
13793 +aix3*)
13794 +  version_type=linux
13795 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13796 +  shlibpath_var=LIBPATH
13797 +
13798 +  # AIX 3 has no versioning support, so we append a major version to the name.
13799 +  soname_spec='${libname}${release}${shared_ext}$major'
13800 +  ;;
13801 +
13802 +aix[4-9]*)
13803 +  version_type=linux
13804 +  need_lib_prefix=no
13805 +  need_version=no
13806 +  hardcode_into_libs=yes
13807 +  if test "$host_cpu" = ia64; then
13808 +    # AIX 5 supports IA64
13809 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13810 +    shlibpath_var=LD_LIBRARY_PATH
13811 +  else
13812 +    # With GCC up to 2.95.x, collect2 would create an import file
13813 +    # for dependence libraries.  The import file would start with
13814 +    # the line `#! .'.  This would cause the generated library to
13815 +    # depend on `.', always an invalid library.  This was fixed in
13816 +    # development snapshots of GCC prior to 3.0.
13817 +    case $host_os in
13818 +      aix4 | aix4.[01] | aix4.[01].*)
13819 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13820 +          echo ' yes '
13821 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
13822 +       :
13823 +      else
13824 +       can_build_shared=no
13825 +      fi
13826 +      ;;
13827 +    esac
13828 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13829 +    # soname into executable. Probably we can add versioning support to
13830 +    # collect2, so additional links can be useful in future.
13831 +    if test "$aix_use_runtimelinking" = yes; then
13832 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13833 +      # instead of lib<name>.a to let people know that these are not
13834 +      # typical AIX shared libraries.
13835 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13836 +    else
13837 +      # We preserve .a as extension for shared libraries through AIX4.2
13838 +      # and later when we are not doing run time linking.
13839 +      library_names_spec='${libname}${release}.a $libname.a'
13840 +      soname_spec='${libname}${release}${shared_ext}$major'
13841 +    fi
13842 +    shlibpath_var=LIBPATH
13843 +  fi
13844 +  ;;
13845 +
13846 +amigaos*)
13847 +  library_names_spec='$libname.ixlibrary $libname.a'
13848 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
13849 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
13850 +  ;;
13851 +
13852 +beos*)
13853 +  library_names_spec='${libname}${shared_ext}'
13854 +  dynamic_linker="$host_os ld.so"
13855 +  shlibpath_var=LIBRARY_PATH
13856 +  ;;
13857 +
13858 +bsdi[45]*)
13859 +  version_type=linux
13860 +  need_version=no
13861 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13862 +  soname_spec='${libname}${release}${shared_ext}$major'
13863 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
13864 +  shlibpath_var=LD_LIBRARY_PATH
13865 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13866 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
13867 +  # the default ld.so.conf also contains /usr/contrib/lib and
13868 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13869 +  # libtool to hard-code these into programs
13870 +  ;;
13871 +
13872 +cygwin* | mingw* | pw32*)
13873 +  version_type=windows
13874 +  shrext_cmds=".dll"
13875 +  need_version=no
13876 +  need_lib_prefix=no
13877 +
13878 +  case $GCC,$host_os in
13879 +  yes,cygwin* | yes,mingw* | yes,pw32*)
13880 +    library_names_spec='$libname.dll.a'
13881 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
13882 +    postinstall_cmds='base_file=`basename \${file}`~
13883 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
13884 +      dldir=$destdir/`dirname \$dlpath`~
13885 +      test -d \$dldir || mkdir -p \$dldir~
13886 +      $install_prog $dir/$dlname \$dldir/$dlname~
13887 +      chmod a+x \$dldir/$dlname'
13888 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13889 +      dlpath=$dir/\$dldll~
13890 +       $rm \$dlpath'
13891 +    shlibpath_overrides_runpath=yes
13892 +
13893 +    case $host_os in
13894 +    cygwin*)
13895 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13896 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13897 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
13898 +      ;;
13899 +    mingw*)
13900 +      # MinGW DLLs use traditional 'lib' prefix
13901 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13902 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
13903 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
13904 +        # It is most probably a Windows format PATH printed by
13905 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
13906 +        # path with ; separators, and with drive letters. We can handle the
13907 +        # drive letters (cygwin fileutils understands them), so leave them,
13908 +        # especially as we might pass files found there to a mingw objdump,
13909 +        # which wouldn't understand a cygwinified path. Ahh.
13910 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
13911 +      else
13912 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
13913 +      fi
13914 +      ;;
13915 +    pw32*)
13916 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
13917 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13918 +      ;;
13919 +    esac
13920 +    ;;
13921 +
13922 +  *)
13923 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13924 +    ;;
13925 +  esac
13926 +  dynamic_linker='Win32 ld.exe'
13927 +  # FIXME: first we should search . and the directory the executable is in
13928 +  shlibpath_var=PATH
13929 +  ;;
13930 +
13931 +darwin* | rhapsody*)
13932 +  dynamic_linker="$host_os dyld"
13933 +  version_type=darwin
13934 +  need_lib_prefix=no
13935 +  need_version=no
13936 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13937 +  soname_spec='${libname}${release}${major}$shared_ext'
13938 +  shlibpath_overrides_runpath=yes
13939 +  shlibpath_var=DYLD_LIBRARY_PATH
13940 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13941 +   
13942 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13943 +  ;;
13944 +
13945 +dgux*)
13946 +  version_type=linux
13947 +  need_lib_prefix=no
13948 +  need_version=no
13949 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13950 +  soname_spec='${libname}${release}${shared_ext}$major'
13951 +  shlibpath_var=LD_LIBRARY_PATH
13952 +  ;;
13953 +
13954 +freebsd1*)
13955 +  dynamic_linker=no
13956 +  ;;
13957 +
13958 +freebsd* | dragonfly*)
13959 +  # DragonFly does not have aout.  When/if they implement a new
13960 +  # versioning mechanism, adjust this.
13961 +  if test -x /usr/bin/objformat; then
13962 +    objformat=`/usr/bin/objformat`
13963 +  else
13964 +    case $host_os in
13965 +    freebsd[123]*) objformat=aout ;;
13966 +    *) objformat=elf ;;
13967 +    esac
13968 +  fi
13969 +  version_type=freebsd-$objformat
13970 +  case $version_type in
13971 +    freebsd-elf*)
13972 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13973 +      need_version=no
13974 +      need_lib_prefix=no
13975 +      ;;
13976 +    freebsd-*)
13977 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13978 +      need_version=yes
13979 +      ;;
13980 +  esac
13981 +  shlibpath_var=LD_LIBRARY_PATH
13982 +  case $host_os in
13983 +  freebsd2*)
13984 +    shlibpath_overrides_runpath=yes
13985 +    ;;
13986 +  freebsd3.[01]* | freebsdelf3.[01]*)
13987 +    shlibpath_overrides_runpath=yes
13988 +    hardcode_into_libs=yes
13989 +    ;;
13990 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
13991 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
13992 +    shlibpath_overrides_runpath=no
13993 +    hardcode_into_libs=yes
13994 +    ;;
13995 +  *) # from 4.6 on, and DragonFly
13996 +    shlibpath_overrides_runpath=yes
13997 +    hardcode_into_libs=yes
13998 +    ;;
13999 +  esac
14000 +  ;;
14001 +
14002 +gnu*)
14003 +  version_type=linux
14004 +  need_lib_prefix=no
14005 +  need_version=no
14006 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14007 +  soname_spec='${libname}${release}${shared_ext}$major'
14008 +  shlibpath_var=LD_LIBRARY_PATH
14009 +  hardcode_into_libs=yes
14010 +  ;;
14011 +
14012 +hpux9* | hpux10* | hpux11*)
14013 +  # Give a soname corresponding to the major version so that dld.sl refuses to
14014 +  # link against other versions.
14015 +  version_type=sunos
14016 +  need_lib_prefix=no
14017 +  need_version=no
14018 +  case $host_cpu in
14019 +  ia64*)
14020 +    shrext_cmds='.so'
14021 +    hardcode_into_libs=yes
14022 +    dynamic_linker="$host_os dld.so"
14023 +    shlibpath_var=LD_LIBRARY_PATH
14024 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14025 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14026 +    soname_spec='${libname}${release}${shared_ext}$major'
14027 +    if test "X$HPUX_IA64_MODE" = X32; then
14028 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14029 +    else
14030 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14031 +    fi
14032 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14033 +    ;;
14034 +   hppa*64*)
14035 +     shrext_cmds='.sl'
14036 +     hardcode_into_libs=yes
14037 +     dynamic_linker="$host_os dld.sl"
14038 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14039 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14040 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14041 +     soname_spec='${libname}${release}${shared_ext}$major'
14042 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14043 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14044 +     ;;
14045 +   *)
14046 +    shrext_cmds='.sl'
14047 +    dynamic_linker="$host_os dld.sl"
14048 +    shlibpath_var=SHLIB_PATH
14049 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14050 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14051 +    soname_spec='${libname}${release}${shared_ext}$major'
14052 +    ;;
14053 +  esac
14054 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
14055 +  postinstall_cmds='chmod 555 $lib'
14056 +  ;;
14057 +
14058 +interix[3-9]*)
14059 +  version_type=linux
14060 +  need_lib_prefix=no
14061 +  need_version=no
14062 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14063 +  soname_spec='${libname}${release}${shared_ext}$major'
14064 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14065 +  shlibpath_var=LD_LIBRARY_PATH
14066 +  shlibpath_overrides_runpath=no
14067 +  hardcode_into_libs=yes
14068 +  ;;
14069 +
14070 +irix5* | irix6* | nonstopux*)
14071 +  case $host_os in
14072 +    nonstopux*) version_type=nonstopux ;;
14073 +    *)
14074 +       if test "$lt_cv_prog_gnu_ld" = yes; then
14075 +               version_type=linux
14076 +       else
14077 +               version_type=irix
14078 +       fi ;;
14079 +  esac
14080 +  need_lib_prefix=no
14081 +  need_version=no
14082 +  soname_spec='${libname}${release}${shared_ext}$major'
14083 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14084 +  case $host_os in
14085 +  irix5* | nonstopux*)
14086 +    libsuff= shlibsuff=
14087 +    ;;
14088 +  *)
14089 +    case $LD in # libtool.m4 will add one of these switches to LD
14090 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14091 +      libsuff= shlibsuff= libmagic=32-bit;;
14092 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14093 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
14094 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14095 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
14096 +    *) libsuff= shlibsuff= libmagic=never-match;;
14097 +    esac
14098 +    ;;
14099 +  esac
14100 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14101 +  shlibpath_overrides_runpath=no
14102 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14103 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14104 +  hardcode_into_libs=yes
14105 +  ;;
14106 +
14107 +# No shared lib support for Linux oldld, aout, or coff.
14108 +linux*oldld* | linux*aout* | linux*coff*)
14109 +  dynamic_linker=no
14110 +  ;;
14111 +
14112 +# This must be Linux ELF.
14113 +linux* | k*bsd*-gnu)
14114 +  version_type=linux
14115 +  need_lib_prefix=no
14116 +  need_version=no
14117 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14118 +  soname_spec='${libname}${release}${shared_ext}$major'
14119 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14120 +  shlibpath_var=LD_LIBRARY_PATH
14121 +  shlibpath_overrides_runpath=no
14122 +  # This implies no fast_install, which is unacceptable.
14123 +  # Some rework will be needed to allow for fast_install
14124 +  # before this can be enabled.
14125 +  hardcode_into_libs=yes
14126 +
14127 +  # Append ld.so.conf contents to the search path
14128 +  if test -f /etc/ld.so.conf; then
14129 +    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;/^$/d' | tr '\n' ' '`
14130 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14131 +  fi
14132 +
14133 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
14134 +  # powerpc, because MkLinux only supported shared libraries with the
14135 +  # GNU dynamic linker.  Since this was broken with cross compilers,
14136 +  # most powerpc-linux boxes support dynamic linking these days and
14137 +  # people can always --disable-shared, the test was removed, and we
14138 +  # assume the GNU/Linux dynamic linker is in use.
14139 +  dynamic_linker='GNU/Linux ld.so'
14140 +  ;;
14141 +
14142 +netbsdelf*-gnu)
14143 +  version_type=linux
14144 +  need_lib_prefix=no
14145 +  need_version=no
14146 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14147 +  soname_spec='${libname}${release}${shared_ext}$major'
14148 +  shlibpath_var=LD_LIBRARY_PATH
14149 +  shlibpath_overrides_runpath=no
14150 +  hardcode_into_libs=yes
14151 +  dynamic_linker='NetBSD ld.elf_so'
14152 +  ;;
14153 +
14154 +netbsd*)
14155 +  version_type=sunos
14156 +  need_lib_prefix=no
14157 +  need_version=no
14158 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14159 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14160 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14161 +    dynamic_linker='NetBSD (a.out) ld.so'
14162 +  else
14163 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14164 +    soname_spec='${libname}${release}${shared_ext}$major'
14165 +    dynamic_linker='NetBSD ld.elf_so'
14166 +  fi
14167 +  shlibpath_var=LD_LIBRARY_PATH
14168 +  shlibpath_overrides_runpath=yes
14169 +  hardcode_into_libs=yes
14170 +  ;;
14171 +
14172 +newsos6)
14173 +  version_type=linux
14174 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14175 +  shlibpath_var=LD_LIBRARY_PATH
14176 +  shlibpath_overrides_runpath=yes
14177 +  ;;
14178 +
14179 +nto-qnx*)
14180 +  version_type=linux
14181 +  need_lib_prefix=no
14182 +  need_version=no
14183 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14184 +  soname_spec='${libname}${release}${shared_ext}$major'
14185 +  shlibpath_var=LD_LIBRARY_PATH
14186 +  shlibpath_overrides_runpath=yes
14187 +  ;;
14188 +
14189 +openbsd*)
14190 +  version_type=sunos
14191 +  sys_lib_dlsearch_path_spec="/usr/lib"
14192 +  need_lib_prefix=no
14193 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14194 +  case $host_os in
14195 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14196 +    *)                         need_version=no  ;;
14197 +  esac
14198 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14199 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14200 +  shlibpath_var=LD_LIBRARY_PATH
14201 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14202 +    case $host_os in
14203 +      openbsd2.[89] | openbsd2.[89].*)
14204 +       shlibpath_overrides_runpath=no
14205 +       ;;
14206 +      *)
14207 +       shlibpath_overrides_runpath=yes
14208 +       ;;
14209 +      esac
14210 +  else
14211 +    shlibpath_overrides_runpath=yes
14212 +  fi
14213 +  ;;
14214 +
14215 +os2*)
14216 +  libname_spec='$name'
14217 +  shrext_cmds=".dll"
14218 +  need_lib_prefix=no
14219 +  library_names_spec='$libname${shared_ext} $libname.a'
14220 +  dynamic_linker='OS/2 ld.exe'
14221 +  shlibpath_var=LIBPATH
14222 +  ;;
14223 +
14224 +osf3* | osf4* | osf5*)
14225 +  version_type=osf
14226 +  need_lib_prefix=no
14227 +  need_version=no
14228 +  soname_spec='${libname}${release}${shared_ext}$major'
14229 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14230 +  shlibpath_var=LD_LIBRARY_PATH
14231 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14232 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14233 +  ;;
14234 +
14235 +rdos*)
14236 +  dynamic_linker=no
14237 +  ;;
14238 +
14239 +solaris*)
14240 +  version_type=linux
14241 +  need_lib_prefix=no
14242 +  need_version=no
14243 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14244 +  soname_spec='${libname}${release}${shared_ext}$major'
14245 +  shlibpath_var=LD_LIBRARY_PATH
14246 +  shlibpath_overrides_runpath=yes
14247 +  hardcode_into_libs=yes
14248 +  # ldd complains unless libraries are executable
14249 +  postinstall_cmds='chmod +x $lib'
14250 +  ;;
14251 +
14252 +sunos4*)
14253 +  version_type=sunos
14254 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14255 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14256 +  shlibpath_var=LD_LIBRARY_PATH
14257 +  shlibpath_overrides_runpath=yes
14258 +  if test "$with_gnu_ld" = yes; then
14259 +    need_lib_prefix=no
14260 +  fi
14261 +  need_version=yes
14262 +  ;;
14263 +
14264 +sysv4 | sysv4.3*)
14265 +  version_type=linux
14266 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14267 +  soname_spec='${libname}${release}${shared_ext}$major'
14268 +  shlibpath_var=LD_LIBRARY_PATH
14269 +  case $host_vendor in
14270 +    sni)
14271 +      shlibpath_overrides_runpath=no
14272 +      need_lib_prefix=no
14273 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
14274 +      runpath_var=LD_RUN_PATH
14275 +      ;;
14276 +    siemens)
14277 +      need_lib_prefix=no
14278 +      ;;
14279 +    motorola)
14280 +      need_lib_prefix=no
14281 +      need_version=no
14282 +      shlibpath_overrides_runpath=no
14283 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14284 +      ;;
14285 +  esac
14286 +  ;;
14287 +
14288 +sysv4*MP*)
14289 +  if test -d /usr/nec ;then
14290 +    version_type=linux
14291 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14292 +    soname_spec='$libname${shared_ext}.$major'
14293 +    shlibpath_var=LD_LIBRARY_PATH
14294 +  fi
14295 +  ;;
14296 +
14297 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14298 +  version_type=freebsd-elf
14299 +  need_lib_prefix=no
14300 +  need_version=no
14301 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14302 +  soname_spec='${libname}${release}${shared_ext}$major'
14303 +  shlibpath_var=LD_LIBRARY_PATH
14304 +  hardcode_into_libs=yes
14305 +  if test "$with_gnu_ld" = yes; then
14306 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14307 +    shlibpath_overrides_runpath=no
14308 +  else
14309 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14310 +    shlibpath_overrides_runpath=yes
14311 +    case $host_os in
14312 +      sco3.2v5*)
14313 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14314 +       ;;
14315 +    esac
14316 +  fi
14317 +  sys_lib_dlsearch_path_spec='/usr/lib'
14318 +  ;;
14319 +
14320 +uts4*)
14321 +  version_type=linux
14322 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14323 +  soname_spec='${libname}${release}${shared_ext}$major'
14324 +  shlibpath_var=LD_LIBRARY_PATH
14325 +  ;;
14326 +
14327 +*)
14328 +  dynamic_linker=no
14329 +  ;;
14330 +esac
14331 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
14332 +echo "${ECHO_T}$dynamic_linker" >&6; }
14333 +test "$dynamic_linker" = no && can_build_shared=no
14334 +
14335 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14336 +  echo $ECHO_N "(cached) $ECHO_C" >&6
14337 +else
14338 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
14339 +fi
14340 +
14341 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14342 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14343 +  echo $ECHO_N "(cached) $ECHO_C" >&6
14344 +else
14345 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
14346 +fi
14347 +
14348 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14349 +
14350 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14351 +if test "$GCC" = yes; then
14352 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14353 +fi
14354 +
14355 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
14356 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
14357 +hardcode_action_CXX=
14358 +if test -n "$hardcode_libdir_flag_spec_CXX" || \
14359 +   test -n "$runpath_var_CXX" || \
14360 +   test "X$hardcode_automatic_CXX" = "Xyes" ; then
14361 +
14362 +  # We can hardcode non-existant directories.
14363 +  if test "$hardcode_direct_CXX" != no &&
14364 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
14365 +     # have to relink, otherwise we might link with an installed library
14366 +     # when we should be linking with a yet-to-be-installed one
14367 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14368 +     test "$hardcode_minus_L_CXX" != no; then
14369 +    # Linking always hardcodes the temporary library directory.
14370 +    hardcode_action_CXX=relink
14371 +  else
14372 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
14373 +    hardcode_action_CXX=immediate
14374 +  fi
14375 +else
14376 +  # We cannot hardcode anything, or else we can only hardcode existing
14377 +  # directories.
14378 +  hardcode_action_CXX=unsupported
14379 +fi
14380 +{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
14381 +echo "${ECHO_T}$hardcode_action_CXX" >&6; }
14382 +
14383 +if test "$hardcode_action_CXX" = relink; then
14384 +  # Fast installation is not supported
14385 +  enable_fast_install=no
14386 +elif test "$shlibpath_overrides_runpath" = yes ||
14387 +     test "$enable_shared" = no; then
14388 +  # Fast installation is not necessary
14389 +  enable_fast_install=needless
14390 +fi
14391 +
14392 +
14393 +# The else clause should only fire when bootstrapping the
14394 +# libtool distribution, otherwise you forgot to ship ltmain.sh
14395 +# with your package, and you will get complaints that there are
14396 +# no rules to generate ltmain.sh.
14397 +if test -f "$ltmain"; then
14398 +  # See if we are running on zsh, and set the options which allow our commands through
14399 +  # without removal of \ escapes.
14400 +  if test -n "${ZSH_VERSION+set}" ; then
14401 +    setopt NO_GLOB_SUBST
14402 +  fi
14403 +  # Now quote all the things that may contain metacharacters while being
14404 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
14405 +  # variables and quote the copies for generation of the libtool script.
14406 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
14407 +    SED SHELL STRIP \
14408 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
14409 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
14410 +    deplibs_check_method reload_flag reload_cmds need_locks \
14411 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
14412 +    lt_cv_sys_global_symbol_to_c_name_address \
14413 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
14414 +    old_postinstall_cmds old_postuninstall_cmds \
14415 +    compiler_CXX \
14416 +    CC_CXX \
14417 +    LD_CXX \
14418 +    lt_prog_compiler_wl_CXX \
14419 +    lt_prog_compiler_pic_CXX \
14420 +    lt_prog_compiler_static_CXX \
14421 +    lt_prog_compiler_no_builtin_flag_CXX \
14422 +    export_dynamic_flag_spec_CXX \
14423 +    thread_safe_flag_spec_CXX \
14424 +    whole_archive_flag_spec_CXX \
14425 +    enable_shared_with_static_runtimes_CXX \
14426 +    old_archive_cmds_CXX \
14427 +    old_archive_from_new_cmds_CXX \
14428 +    predep_objects_CXX \
14429 +    postdep_objects_CXX \
14430 +    predeps_CXX \
14431 +    postdeps_CXX \
14432 +    compiler_lib_search_path_CXX \
14433 +    compiler_lib_search_dirs_CXX \
14434 +    archive_cmds_CXX \
14435 +    archive_expsym_cmds_CXX \
14436 +    postinstall_cmds_CXX \
14437 +    postuninstall_cmds_CXX \
14438 +    old_archive_from_expsyms_cmds_CXX \
14439 +    allow_undefined_flag_CXX \
14440 +    no_undefined_flag_CXX \
14441 +    export_symbols_cmds_CXX \
14442 +    hardcode_libdir_flag_spec_CXX \
14443 +    hardcode_libdir_flag_spec_ld_CXX \
14444 +    hardcode_libdir_separator_CXX \
14445 +    hardcode_automatic_CXX \
14446 +    module_cmds_CXX \
14447 +    module_expsym_cmds_CXX \
14448 +    lt_cv_prog_compiler_c_o_CXX \
14449 +    fix_srcfile_path_CXX \
14450 +    exclude_expsyms_CXX \
14451 +    include_expsyms_CXX; do
14452 +
14453 +    case $var in
14454 +    old_archive_cmds_CXX | \
14455 +    old_archive_from_new_cmds_CXX | \
14456 +    archive_cmds_CXX | \
14457 +    archive_expsym_cmds_CXX | \
14458 +    module_cmds_CXX | \
14459 +    module_expsym_cmds_CXX | \
14460 +    old_archive_from_expsyms_cmds_CXX | \
14461 +    export_symbols_cmds_CXX | \
14462 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
14463 +    postinstall_cmds | postuninstall_cmds | \
14464 +    old_postinstall_cmds | old_postuninstall_cmds | \
14465 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
14466 +      # Double-quote double-evaled strings.
14467 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
14468 +      ;;
14469 +    *)
14470 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
14471 +      ;;
14472 +    esac
14473 +  done
14474 +
14475 +  case $lt_echo in
14476 +  *'\$0 --fallback-echo"')
14477 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
14478 +    ;;
14479 +  esac
14480 +
14481 +cfgfile="$ofile"
14482 +
14483 +  cat <<__EOF__ >> "$cfgfile"
14484 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
14485 +
14486 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14487 +
14488 +# Shell to use when invoking shell scripts.
14489 +SHELL=$lt_SHELL
14490 +
14491 +# Whether or not to build shared libraries.
14492 +build_libtool_libs=$enable_shared
14493 +
14494 +# Whether or not to build static libraries.
14495 +build_old_libs=$enable_static
14496 +
14497 +# Whether or not to add -lc for building shared libraries.
14498 +build_libtool_need_lc=$archive_cmds_need_lc_CXX
14499 +
14500 +# Whether or not to disallow shared libs when runtime libs are static
14501 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
14502 +
14503 +# Whether or not to optimize for fast installation.
14504 +fast_install=$enable_fast_install
14505 +
14506 +# The host system.
14507 +host_alias=$host_alias
14508 +host=$host
14509 +host_os=$host_os
14510 +
14511 +# The build system.
14512 +build_alias=$build_alias
14513 +build=$build
14514 +build_os=$build_os
14515 +
14516 +# An echo program that does not interpret backslashes.
14517 +echo=$lt_echo
14518 +
14519 +# The archiver.
14520 +AR=$lt_AR
14521 +AR_FLAGS=$lt_AR_FLAGS
14522 +
14523 +# A C compiler.
14524 +LTCC=$lt_LTCC
14525 +
14526 +# LTCC compiler flags.
14527 +LTCFLAGS=$lt_LTCFLAGS
14528 +
14529 +# A language-specific compiler.
14530 +CC=$lt_compiler_CXX
14531 +
14532 +# Is the compiler the GNU C compiler?
14533 +with_gcc=$GCC_CXX
14534 +
14535 +# An ERE matcher.
14536 +EGREP=$lt_EGREP
14537 +
14538 +# The linker used to build libraries.
14539 +LD=$lt_LD_CXX
14540 +
14541 +# Whether we need hard or soft links.
14542 +LN_S=$lt_LN_S
14543 +
14544 +# A BSD-compatible nm program.
14545 +NM=$lt_NM
14546 +
14547 +# A symbol stripping program
14548 +STRIP=$lt_STRIP
14549 +
14550 +# Used to examine libraries when file_magic_cmd begins "file"
14551 +MAGIC_CMD=$MAGIC_CMD
14552 +
14553 +# Used on cygwin: DLL creation program.
14554 +DLLTOOL="$DLLTOOL"
14555 +
14556 +# Used on cygwin: object dumper.
14557 +OBJDUMP="$OBJDUMP"
14558 +
14559 +# Used on cygwin: assembler.
14560 +AS="$AS"
14561 +
14562 +# The name of the directory that contains temporary libtool files.
14563 +objdir=$objdir
14564 +
14565 +# How to create reloadable object files.
14566 +reload_flag=$lt_reload_flag
14567 +reload_cmds=$lt_reload_cmds
14568 +
14569 +# How to pass a linker flag through the compiler.
14570 +wl=$lt_lt_prog_compiler_wl_CXX
14571 +
14572 +# Object file suffix (normally "o").
14573 +objext="$ac_objext"
14574 +
14575 +# Old archive suffix (normally "a").
14576 +libext="$libext"
14577 +
14578 +# Shared library suffix (normally ".so").
14579 +shrext_cmds='$shrext_cmds'
14580 +
14581 +# Executable file suffix (normally "").
14582 +exeext="$exeext"
14583 +
14584 +# Additional compiler flags for building library objects.
14585 +pic_flag=$lt_lt_prog_compiler_pic_CXX
14586 +pic_mode=$pic_mode
14587 +
14588 +# What is the maximum length of a command?
14589 +max_cmd_len=$lt_cv_sys_max_cmd_len
14590 +
14591 +# Does compiler simultaneously support -c and -o options?
14592 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
14593 +
14594 +# Must we lock files when doing compilation?
14595 +need_locks=$lt_need_locks
14596 +
14597 +# Do we need the lib prefix for modules?
14598 +need_lib_prefix=$need_lib_prefix
14599 +
14600 +# Do we need a version for libraries?
14601 +need_version=$need_version
14602 +
14603 +# Whether dlopen is supported.
14604 +dlopen_support=$enable_dlopen
14605 +
14606 +# Whether dlopen of programs is supported.
14607 +dlopen_self=$enable_dlopen_self
14608 +
14609 +# Whether dlopen of statically linked programs is supported.
14610 +dlopen_self_static=$enable_dlopen_self_static
14611 +
14612 +# Compiler flag to prevent dynamic linking.
14613 +link_static_flag=$lt_lt_prog_compiler_static_CXX
14614 +
14615 +# Compiler flag to turn off builtin functions.
14616 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
14617 +
14618 +# Compiler flag to allow reflexive dlopens.
14619 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
14620 +
14621 +# Compiler flag to generate shared objects directly from archives.
14622 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
14623 +
14624 +# Compiler flag to generate thread-safe objects.
14625 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
14626 +
14627 +# Library versioning type.
14628 +version_type=$version_type
14629 +
14630 +# Format of library name prefix.
14631 +libname_spec=$lt_libname_spec
14632 +
14633 +# List of archive names.  First name is the real one, the rest are links.
14634 +# The last name is the one that the linker finds with -lNAME.
14635 +library_names_spec=$lt_library_names_spec
14636 +
14637 +# The coded name of the library, if different from the real name.
14638 +soname_spec=$lt_soname_spec
14639 +
14640 +# Commands used to build and install an old-style archive.
14641 +RANLIB=$lt_RANLIB
14642 +old_archive_cmds=$lt_old_archive_cmds_CXX
14643 +old_postinstall_cmds=$lt_old_postinstall_cmds
14644 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
14645 +
14646 +# Create an old-style archive from a shared archive.
14647 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
14648 +
14649 +# Create a temporary old-style archive to link instead of a shared archive.
14650 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
14651 +
14652 +# Commands used to build and install a shared archive.
14653 +archive_cmds=$lt_archive_cmds_CXX
14654 +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
14655 +postinstall_cmds=$lt_postinstall_cmds
14656 +postuninstall_cmds=$lt_postuninstall_cmds
14657 +
14658 +# Commands used to build a loadable module (assumed same as above if empty)
14659 +module_cmds=$lt_module_cmds_CXX
14660 +module_expsym_cmds=$lt_module_expsym_cmds_CXX
14661 +
14662 +# Commands to strip libraries.
14663 +old_striplib=$lt_old_striplib
14664 +striplib=$lt_striplib
14665 +
14666 +# Dependencies to place before the objects being linked to create a
14667 +# shared library.
14668 +predep_objects=$lt_predep_objects_CXX
14669 +
14670 +# Dependencies to place after the objects being linked to create a
14671 +# shared library.
14672 +postdep_objects=$lt_postdep_objects_CXX
14673 +
14674 +# Dependencies to place before the objects being linked to create a
14675 +# shared library.
14676 +predeps=$lt_predeps_CXX
14677 +
14678 +# Dependencies to place after the objects being linked to create a
14679 +# shared library.
14680 +postdeps=$lt_postdeps_CXX
14681 +
14682 +# The directories searched by this compiler when creating a shared
14683 +# library
14684 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
14685 +
14686 +# The library search path used internally by the compiler when linking
14687 +# a shared library.
14688 +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
14689 +
14690 +# Method to check whether dependent libraries are shared objects.
14691 +deplibs_check_method=$lt_deplibs_check_method
14692 +
14693 +# Command to use when deplibs_check_method == file_magic.
14694 +file_magic_cmd=$lt_file_magic_cmd
14695 +
14696 +# Flag that allows shared libraries with undefined symbols to be built.
14697 +allow_undefined_flag=$lt_allow_undefined_flag_CXX
14698 +
14699 +# Flag that forces no undefined symbols.
14700 +no_undefined_flag=$lt_no_undefined_flag_CXX
14701 +
14702 +# Commands used to finish a libtool library installation in a directory.
14703 +finish_cmds=$lt_finish_cmds
14704 +
14705 +# Same as above, but a single script fragment to be evaled but not shown.
14706 +finish_eval=$lt_finish_eval
14707 +
14708 +# Take the output of nm and produce a listing of raw symbols and C names.
14709 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14710 +
14711 +# Transform the output of nm in a proper C declaration
14712 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14713 +
14714 +# Transform the output of nm in a C name address pair
14715 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14716 +
14717 +# This is the shared library runtime path variable.
14718 +runpath_var=$runpath_var
14719 +
14720 +# This is the shared library path variable.
14721 +shlibpath_var=$shlibpath_var
14722 +
14723 +# Is shlibpath searched before the hard-coded library search path?
14724 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14725 +
14726 +# How to hardcode a shared library path into an executable.
14727 +hardcode_action=$hardcode_action_CXX
14728 +
14729 +# Whether we should hardcode library paths into libraries.
14730 +hardcode_into_libs=$hardcode_into_libs
14731 +
14732 +# Flag to hardcode \$libdir into a binary during linking.
14733 +# This must work even if \$libdir does not exist.
14734 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
14735 +
14736 +# If ld is used when linking, flag to hardcode \$libdir into
14737 +# a binary during linking. This must work even if \$libdir does
14738 +# not exist.
14739 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
14740 +
14741 +# Whether we need a single -rpath flag with a separated argument.
14742 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
14743 +
14744 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
14745 +# resulting binary.
14746 +hardcode_direct=$hardcode_direct_CXX
14747 +
14748 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
14749 +# resulting binary.
14750 +hardcode_minus_L=$hardcode_minus_L_CXX
14751 +
14752 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
14753 +# the resulting binary.
14754 +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
14755 +
14756 +# Set to yes if building a shared library automatically hardcodes DIR into the library
14757 +# and all subsequent libraries and executables linked against it.
14758 +hardcode_automatic=$hardcode_automatic_CXX
14759 +
14760 +# Variables whose values should be saved in libtool wrapper scripts and
14761 +# restored at relink time.
14762 +variables_saved_for_relink="$variables_saved_for_relink"
14763 +
14764 +# Whether libtool must link a program against all its dependency libraries.
14765 +link_all_deplibs=$link_all_deplibs_CXX
14766 +
14767 +# Compile-time system search path for libraries
14768 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14769 +
14770 +# Run-time system search path for libraries
14771 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14772 +
14773 +# Fix the shell variable \$srcfile for the compiler.
14774 +fix_srcfile_path=$lt_fix_srcfile_path
14775 +
14776 +# Set to yes if exported symbols are required.
14777 +always_export_symbols=$always_export_symbols_CXX
14778 +
14779 +# The commands to list exported symbols.
14780 +export_symbols_cmds=$lt_export_symbols_cmds_CXX
14781 +
14782 +# The commands to extract the exported symbol list from a shared archive.
14783 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
14784 +
14785 +# Symbols that should not be listed in the preloaded symbols.
14786 +exclude_expsyms=$lt_exclude_expsyms_CXX
14787 +
14788 +# Symbols that must always be exported.
14789 +include_expsyms=$lt_include_expsyms_CXX
14790 +
14791 +# ### END LIBTOOL TAG CONFIG: $tagname
14792 +
14793 +__EOF__
14794 +
14795 +
14796 +else
14797 +  # If there is no Makefile yet, we rely on a make rule to execute
14798 +  # `config.status --recheck' to rerun these tests and create the
14799 +  # libtool script then.
14800 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
14801 +  if test -f "$ltmain_in"; then
14802 +    test -f Makefile && make "$ltmain"
14803 +  fi
14804 +fi
14805 +
14806 +
14807 +ac_ext=c
14808 +ac_cpp='$CPP $CPPFLAGS'
14809 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14810 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14811 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
14812 +
14813 +CC=$lt_save_CC
14814 +LDCXX=$LD
14815 +LD=$lt_save_LD
14816 +GCC=$lt_save_GCC
14817 +with_gnu_ldcxx=$with_gnu_ld
14818 +with_gnu_ld=$lt_save_with_gnu_ld
14819 +lt_cv_path_LDCXX=$lt_cv_path_LD
14820 +lt_cv_path_LD=$lt_save_path_LD
14821 +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14822 +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14823 +
14824 +       else
14825 +         tagname=""
14826 +       fi
14827 +       ;;
14828 +
14829 +      F77)
14830 +       if test -n "$F77" && test "X$F77" != "Xno"; then
14831 +         
14832 +ac_ext=f
14833 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
14834 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14835 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu
14836 +
14837 +
14838 +archive_cmds_need_lc_F77=no
14839 +allow_undefined_flag_F77=
14840 +always_export_symbols_F77=no
14841 +archive_expsym_cmds_F77=
14842 +export_dynamic_flag_spec_F77=
14843 +hardcode_direct_F77=no
14844 +hardcode_libdir_flag_spec_F77=
14845 +hardcode_libdir_flag_spec_ld_F77=
14846 +hardcode_libdir_separator_F77=
14847 +hardcode_minus_L_F77=no
14848 +hardcode_automatic_F77=no
14849 +module_cmds_F77=
14850 +module_expsym_cmds_F77=
14851 +link_all_deplibs_F77=unknown
14852 +old_archive_cmds_F77=$old_archive_cmds
14853 +no_undefined_flag_F77=
14854 +whole_archive_flag_spec_F77=
14855 +enable_shared_with_static_runtimes_F77=no
14856 +
14857 +# Source file extension for f77 test sources.
14858 +ac_ext=f
14859 +
14860 +# Object file extension for compiled f77 test sources.
14861 +objext=o
14862 +objext_F77=$objext
14863 +
14864 +# Code to be used in simple compile tests
14865 +lt_simple_compile_test_code="\
14866 +      subroutine t
14867 +      return
14868 +      end
14869 +"
14870 +
14871 +# Code to be used in simple link tests
14872 +lt_simple_link_test_code="\
14873 +      program t
14874 +      end
14875 +"
14876 +
14877 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
14878 +
14879 +# If no C compiler was specified, use CC.
14880 +LTCC=${LTCC-"$CC"}
14881 +
14882 +# If no C compiler flags were specified, use CFLAGS.
14883 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14884 +
14885 +# Allow CC to be a program name with arguments.
14886 +compiler=$CC
14887 +
14888 +
14889 +# save warnings/boilerplate of simple test code
14890 +ac_outfile=conftest.$ac_objext
14891 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14892 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14893 +_lt_compiler_boilerplate=`cat conftest.err`
14894 +$rm conftest*
14895 +
14896 +ac_outfile=conftest.$ac_objext
14897 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
14898 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14899 +_lt_linker_boilerplate=`cat conftest.err`
14900 +$rm -r conftest*
14901 +
14902 +
14903 +# Allow CC to be a program name with arguments.
14904 +lt_save_CC="$CC"
14905 +CC=${F77-"f77"}
14906 +compiler=$CC
14907 +compiler_F77=$CC
14908 +for cc_temp in $compiler""; do
14909 +  case $cc_temp in
14910 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14911 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
14912 +    \-*) ;;
14913 +    *) break;;
14914 +  esac
14915 +done
14916 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14917 +
14918 +
14919 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14920 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
14921 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
14922 +echo "${ECHO_T}$can_build_shared" >&6; }
14923 +
14924 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14925 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
14926 +test "$can_build_shared" = "no" && enable_shared=no
14927 +
14928 +# On AIX, shared libraries and static libraries use the same namespace, and
14929 +# are all built from PIC.
14930 +case $host_os in
14931 +aix3*)
14932 +  test "$enable_shared" = yes && enable_static=no
14933 +  if test -n "$RANLIB"; then
14934 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
14935 +    postinstall_cmds='$RANLIB $lib'
14936 +  fi
14937 +  ;;
14938 +aix[4-9]*)
14939 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
14940 +    test "$enable_shared" = yes && enable_static=no
14941 +  fi
14942 +  ;;
14943 +esac
14944 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
14945 +echo "${ECHO_T}$enable_shared" >&6; }
14946 +
14947 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14948 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
14949 +# Make sure either enable_shared or enable_static is yes.
14950 +test "$enable_shared" = yes || enable_static=yes
14951 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
14952 +echo "${ECHO_T}$enable_static" >&6; }
14953 +
14954 +GCC_F77="$G77"
14955 +LD_F77="$LD"
14956 +
14957 +lt_prog_compiler_wl_F77=
14958 +lt_prog_compiler_pic_F77=
14959 +lt_prog_compiler_static_F77=
14960 +
14961 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14962 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14963
14964 +  if test "$GCC" = yes; then
14965 +    lt_prog_compiler_wl_F77='-Wl,'
14966 +    lt_prog_compiler_static_F77='-static'
14967 +
14968 +    case $host_os in
14969 +      aix*)
14970 +      # All AIX code is PIC.
14971 +      if test "$host_cpu" = ia64; then
14972 +       # AIX 5 now supports IA64 processor
14973 +       lt_prog_compiler_static_F77='-Bstatic'
14974 +      fi
14975 +      ;;
14976 +
14977 +    amigaos*)
14978 +      # FIXME: we need at least 68020 code to build shared libraries, but
14979 +      # adding the `-m68020' flag to GCC prevents building anything better,
14980 +      # like `-m68040'.
14981 +      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
14982 +      ;;
14983 +
14984 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14985 +      # PIC is the default for these OSes.
14986 +      ;;
14987 +
14988 +    mingw* | cygwin* | pw32* | os2*)
14989 +      # This hack is so that the source file can tell whether it is being
14990 +      # built for inclusion in a dll (and should export symbols for example).
14991 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
14992 +      # (--disable-auto-import) libraries
14993 +      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
14994 +      ;;
14995 +
14996 +    darwin* | rhapsody*)
14997 +      # PIC is the default on this platform
14998 +      # Common symbols not allowed in MH_DYLIB files
14999 +      lt_prog_compiler_pic_F77='-fno-common'
15000 +      ;;
15001 +
15002 +    interix[3-9]*)
15003 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15004 +      # Instead, we relocate shared libraries at runtime.
15005 +      ;;
15006 +
15007 +    msdosdjgpp*)
15008 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
15009 +      # on systems that don't support them.
15010 +      lt_prog_compiler_can_build_shared_F77=no
15011 +      enable_shared=no
15012 +      ;;
15013 +
15014 +    sysv4*MP*)
15015 +      if test -d /usr/nec; then
15016 +       lt_prog_compiler_pic_F77=-Kconform_pic
15017 +      fi
15018 +      ;;
15019 +
15020 +    hpux*)
15021 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15022 +      # not for PA HP-UX.
15023 +      case $host_cpu in
15024 +      hppa*64*|ia64*)
15025 +       # +Z the default
15026 +       ;;
15027 +      *)
15028 +       lt_prog_compiler_pic_F77='-fPIC'
15029 +       ;;
15030 +      esac
15031 +      ;;
15032 +
15033 +    *)
15034 +      lt_prog_compiler_pic_F77='-fPIC'
15035 +      ;;
15036 +    esac
15037 +  else
15038 +    # PORTME Check for flag to pass linker flags through the system compiler.
15039 +    case $host_os in
15040 +    aix*)
15041 +      lt_prog_compiler_wl_F77='-Wl,'
15042 +      if test "$host_cpu" = ia64; then
15043 +       # AIX 5 now supports IA64 processor
15044 +       lt_prog_compiler_static_F77='-Bstatic'
15045 +      else
15046 +       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
15047 +      fi
15048 +      ;;
15049 +      darwin*)
15050 +        # PIC is the default on this platform
15051 +        # Common symbols not allowed in MH_DYLIB files
15052 +       case $cc_basename in
15053 +         xlc*)
15054 +         lt_prog_compiler_pic_F77='-qnocommon'
15055 +         lt_prog_compiler_wl_F77='-Wl,'
15056 +         ;;
15057 +       esac
15058 +       ;;
15059 +
15060 +    mingw* | cygwin* | pw32* | os2*)
15061 +      # This hack is so that the source file can tell whether it is being
15062 +      # built for inclusion in a dll (and should export symbols for example).
15063 +      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
15064 +      ;;
15065 +
15066 +    hpux9* | hpux10* | hpux11*)
15067 +      lt_prog_compiler_wl_F77='-Wl,'
15068 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15069 +      # not for PA HP-UX.
15070 +      case $host_cpu in
15071 +      hppa*64*|ia64*)
15072 +       # +Z the default
15073 +       ;;
15074 +      *)
15075 +       lt_prog_compiler_pic_F77='+Z'
15076 +       ;;
15077 +      esac
15078 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
15079 +      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
15080 +      ;;
15081 +
15082 +    irix5* | irix6* | nonstopux*)
15083 +      lt_prog_compiler_wl_F77='-Wl,'
15084 +      # PIC (with -KPIC) is the default.
15085 +      lt_prog_compiler_static_F77='-non_shared'
15086 +      ;;
15087 +
15088 +    newsos6)
15089 +      lt_prog_compiler_pic_F77='-KPIC'
15090 +      lt_prog_compiler_static_F77='-Bstatic'
15091 +      ;;
15092 +
15093 +    linux* | k*bsd*-gnu)
15094 +      case $cc_basename in
15095 +      icc* | ecc*)
15096 +       lt_prog_compiler_wl_F77='-Wl,'
15097 +       lt_prog_compiler_pic_F77='-KPIC'
15098 +       lt_prog_compiler_static_F77='-static'
15099 +        ;;
15100 +      pgcc* | pgf77* | pgf90* | pgf95*)
15101 +        # Portland Group compilers (*not* the Pentium gcc compiler,
15102 +       # which looks to be a dead project)
15103 +       lt_prog_compiler_wl_F77='-Wl,'
15104 +       lt_prog_compiler_pic_F77='-fpic'
15105 +       lt_prog_compiler_static_F77='-Bstatic'
15106 +        ;;
15107 +      ccc*)
15108 +        lt_prog_compiler_wl_F77='-Wl,'
15109 +        # All Alpha code is PIC.
15110 +        lt_prog_compiler_static_F77='-non_shared'
15111 +        ;;
15112 +      *)
15113 +        case `$CC -V 2>&1 | sed 5q` in
15114 +       *Sun\ C*)
15115 +         # Sun C 5.9
15116 +         lt_prog_compiler_pic_F77='-KPIC'
15117 +         lt_prog_compiler_static_F77='-Bstatic'
15118 +         lt_prog_compiler_wl_F77='-Wl,'
15119 +         ;;
15120 +       *Sun\ F*)
15121 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
15122 +         lt_prog_compiler_pic_F77='-KPIC'
15123 +         lt_prog_compiler_static_F77='-Bstatic'
15124 +         lt_prog_compiler_wl_F77=''
15125 +         ;;
15126 +       esac
15127 +       ;;
15128 +      esac
15129 +      ;;
15130 +
15131 +    osf3* | osf4* | osf5*)
15132 +      lt_prog_compiler_wl_F77='-Wl,'
15133 +      # All OSF/1 code is PIC.
15134 +      lt_prog_compiler_static_F77='-non_shared'
15135 +      ;;
15136 +
15137 +    rdos*)
15138 +      lt_prog_compiler_static_F77='-non_shared'
15139 +      ;;
15140 +
15141 +    solaris*)
15142 +      lt_prog_compiler_pic_F77='-KPIC'
15143 +      lt_prog_compiler_static_F77='-Bstatic'
15144 +      case $cc_basename in
15145 +      f77* | f90* | f95*)
15146 +       lt_prog_compiler_wl_F77='-Qoption ld ';;
15147 +      *)
15148 +       lt_prog_compiler_wl_F77='-Wl,';;
15149 +      esac
15150 +      ;;
15151 +
15152 +    sunos4*)
15153 +      lt_prog_compiler_wl_F77='-Qoption ld '
15154 +      lt_prog_compiler_pic_F77='-PIC'
15155 +      lt_prog_compiler_static_F77='-Bstatic'
15156 +      ;;
15157 +
15158 +    sysv4 | sysv4.2uw2* | sysv4.3*)
15159 +      lt_prog_compiler_wl_F77='-Wl,'
15160 +      lt_prog_compiler_pic_F77='-KPIC'
15161 +      lt_prog_compiler_static_F77='-Bstatic'
15162 +      ;;
15163 +
15164 +    sysv4*MP*)
15165 +      if test -d /usr/nec ;then
15166 +       lt_prog_compiler_pic_F77='-Kconform_pic'
15167 +       lt_prog_compiler_static_F77='-Bstatic'
15168 +      fi
15169 +      ;;
15170 +
15171 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15172 +      lt_prog_compiler_wl_F77='-Wl,'
15173 +      lt_prog_compiler_pic_F77='-KPIC'
15174 +      lt_prog_compiler_static_F77='-Bstatic'
15175 +      ;;
15176 +
15177 +    unicos*)
15178 +      lt_prog_compiler_wl_F77='-Wl,'
15179 +      lt_prog_compiler_can_build_shared_F77=no
15180 +      ;;
15181 +
15182 +    uts4*)
15183 +      lt_prog_compiler_pic_F77='-pic'
15184 +      lt_prog_compiler_static_F77='-Bstatic'
15185 +      ;;
15186 +
15187 +    *)
15188 +      lt_prog_compiler_can_build_shared_F77=no
15189 +      ;;
15190 +    esac
15191 +  fi
15192 +
15193 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
15194 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
15195 +
15196 +#
15197 +# Check to make sure the PIC flag actually works.
15198 +#
15199 +if test -n "$lt_prog_compiler_pic_F77"; then
15200 +  
15201 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
15202 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
15203 +if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
15204 +  echo $ECHO_N "(cached) $ECHO_C" >&6
15205 +else
15206 +  lt_cv_prog_compiler_pic_works_F77=no
15207 +  ac_outfile=conftest.$ac_objext
15208 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15209 +   lt_compiler_flag="$lt_prog_compiler_pic_F77"
15210 +   # Insert the option either (1) after the last *FLAGS variable, or
15211 +   # (2) before a word containing "conftest.", or (3) at the end.
15212 +   # Note that $ac_compile itself does not contain backslashes and begins
15213 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
15214 +   # The option is referenced via a variable to avoid confusing sed.
15215 +   lt_compile=`echo "$ac_compile" | $SED \
15216 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15217 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15218 +   -e 's:$: $lt_compiler_flag:'`
15219 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
15220 +   (eval "$lt_compile" 2>conftest.err)
15221 +   ac_status=$?
15222 +   cat conftest.err >&5
15223 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
15224 +   if (exit $ac_status) && test -s "$ac_outfile"; then
15225 +     # The compiler can only warn and ignore the option if not recognized
15226 +     # So say no if there are warnings other than the usual output.
15227 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
15228 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15229 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15230 +       lt_cv_prog_compiler_pic_works_F77=yes
15231 +     fi
15232 +   fi
15233 +   $rm conftest*
15234 +
15235 +fi
15236 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
15237 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
15238 +
15239 +if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
15240 +    case $lt_prog_compiler_pic_F77 in
15241 +     "" | " "*) ;;
15242 +     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
15243 +     esac
15244 +else
15245 +    lt_prog_compiler_pic_F77=
15246 +     lt_prog_compiler_can_build_shared_F77=no
15247 +fi
15248 +
15249 +fi
15250 +case $host_os in
15251 +  # For platforms which do not support PIC, -DPIC is meaningless:
15252 +  *djgpp*)
15253 +    lt_prog_compiler_pic_F77=
15254 +    ;;
15255 +  *)
15256 +    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
15257 +    ;;
15258 +esac
15259 +
15260 +#
15261 +# Check to make sure the static flag actually works.
15262 +#
15263 +wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
15264 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
15265 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
15266 +if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
15267 +  echo $ECHO_N "(cached) $ECHO_C" >&6
15268 +else
15269 +  lt_cv_prog_compiler_static_works_F77=no
15270 +   save_LDFLAGS="$LDFLAGS"
15271 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15272 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
15273 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15274 +     # The linker can only warn and ignore the option if not recognized
15275 +     # So say no if there are warnings
15276 +     if test -s conftest.err; then
15277 +       # Append any errors to the config.log.
15278 +       cat conftest.err 1>&5
15279 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
15280 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15281 +       if diff conftest.exp conftest.er2 >/dev/null; then
15282 +         lt_cv_prog_compiler_static_works_F77=yes
15283 +       fi
15284 +     else
15285 +       lt_cv_prog_compiler_static_works_F77=yes
15286 +     fi
15287 +   fi
15288 +   $rm -r conftest*
15289 +   LDFLAGS="$save_LDFLAGS"
15290 +
15291 +fi
15292 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
15293 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
15294 +
15295 +if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
15296 +    :
15297 +else
15298 +    lt_prog_compiler_static_F77=
15299 +fi
15300 +
15301 +
15302 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
15303 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
15304 +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
15305 +  echo $ECHO_N "(cached) $ECHO_C" >&6
15306 +else
15307 +  lt_cv_prog_compiler_c_o_F77=no
15308 +   $rm -r conftest 2>/dev/null
15309 +   mkdir conftest
15310 +   cd conftest
15311 +   mkdir out
15312 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15313 +
15314 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
15315 +   # Insert the option either (1) after the last *FLAGS variable, or
15316 +   # (2) before a word containing "conftest.", or (3) at the end.
15317 +   # Note that $ac_compile itself does not contain backslashes and begins
15318 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
15319 +   lt_compile=`echo "$ac_compile" | $SED \
15320 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15321 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15322 +   -e 's:$: $lt_compiler_flag:'`
15323 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
15324 +   (eval "$lt_compile" 2>out/conftest.err)
15325 +   ac_status=$?
15326 +   cat out/conftest.err >&5
15327 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
15328 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15329 +   then
15330 +     # The compiler can only warn and ignore the option if not recognized
15331 +     # So say no if there are warnings
15332 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
15333 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15334 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15335 +       lt_cv_prog_compiler_c_o_F77=yes
15336 +     fi
15337 +   fi
15338 +   chmod u+w . 2>&5
15339 +   $rm conftest*
15340 +   # SGI C++ compiler will create directory out/ii_files/ for
15341 +   # template instantiation
15342 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
15343 +   $rm out/* && rmdir out
15344 +   cd ..
15345 +   rmdir conftest
15346 +   $rm conftest*
15347 +
15348 +fi
15349 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
15350 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
15351 +
15352 +
15353 +hard_links="nottested"
15354 +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
15355 +  # do not overwrite the value of need_locks provided by the user
15356 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
15357 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
15358 +  hard_links=yes
15359 +  $rm conftest*
15360 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15361 +  touch conftest.a
15362 +  ln conftest.a conftest.b 2>&5 || hard_links=no
15363 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15364 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
15365 +echo "${ECHO_T}$hard_links" >&6; }
15366 +  if test "$hard_links" = no; then
15367 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15368 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15369 +    need_locks=warn
15370 +  fi
15371 +else
15372 +  need_locks=no
15373 +fi
15374 +
15375 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15376 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
15377 +
15378 +  runpath_var=
15379 +  allow_undefined_flag_F77=
15380 +  enable_shared_with_static_runtimes_F77=no
15381 +  archive_cmds_F77=
15382 +  archive_expsym_cmds_F77=
15383 +  old_archive_From_new_cmds_F77=
15384 +  old_archive_from_expsyms_cmds_F77=
15385 +  export_dynamic_flag_spec_F77=
15386 +  whole_archive_flag_spec_F77=
15387 +  thread_safe_flag_spec_F77=
15388 +  hardcode_libdir_flag_spec_F77=
15389 +  hardcode_libdir_flag_spec_ld_F77=
15390 +  hardcode_libdir_separator_F77=
15391 +  hardcode_direct_F77=no
15392 +  hardcode_minus_L_F77=no
15393 +  hardcode_shlibpath_var_F77=unsupported
15394 +  link_all_deplibs_F77=unknown
15395 +  hardcode_automatic_F77=no
15396 +  module_cmds_F77=
15397 +  module_expsym_cmds_F77=
15398 +  always_export_symbols_F77=no
15399 +  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15400 +  # include_expsyms should be a list of space-separated symbols to be *always*
15401 +  # included in the symbol list
15402 +  include_expsyms_F77=
15403 +  # exclude_expsyms can be an extended regexp of symbols to exclude
15404 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
15405 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
15406 +  # as well as any symbol that contains `d'.
15407 +  exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15408 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
15409 +  # platforms (ab)use it in PIC code, but their linkers get confused if
15410 +  # the symbol is explicitly referenced.  Since portable code cannot
15411 +  # rely on this symbol name, it's probably fine to never include it in
15412 +  # preloaded symbol tables.
15413 +  # Exclude shared library initialization/finalization symbols.
15414 +  extract_expsyms_cmds=
15415 +  # Just being paranoid about ensuring that cc_basename is set.
15416 +  for cc_temp in $compiler""; do
15417 +  case $cc_temp in
15418 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15419 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
15420 +    \-*) ;;
15421 +    *) break;;
15422 +  esac
15423 +done
15424 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
15425 +
15426 +  case $host_os in
15427 +  cygwin* | mingw* | pw32*)
15428 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
15429 +    # When not using gcc, we currently assume that we are using
15430 +    # Microsoft Visual C++.
15431 +    if test "$GCC" != yes; then
15432 +      with_gnu_ld=no
15433 +    fi
15434 +    ;;
15435 +  interix*)
15436 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
15437 +    with_gnu_ld=yes
15438 +    ;;
15439 +  openbsd*)
15440 +    with_gnu_ld=no
15441 +    ;;
15442 +  esac
15443 +
15444 +  ld_shlibs_F77=yes
15445 +  if test "$with_gnu_ld" = yes; then
15446 +    # If archive_cmds runs LD, not CC, wlarc should be empty
15447 +    wlarc='${wl}'
15448 +
15449 +    # Set some defaults for GNU ld with shared library support. These
15450 +    # are reset later if shared libraries are not supported. Putting them
15451 +    # here allows them to be overridden if necessary.
15452 +    runpath_var=LD_RUN_PATH
15453 +    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
15454 +    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
15455 +    # ancient GNU ld didn't support --whole-archive et. al.
15456 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
15457 +       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
15458 +      else
15459 +       whole_archive_flag_spec_F77=
15460 +    fi
15461 +    supports_anon_versioning=no
15462 +    case `$LD -v 2>/dev/null` in
15463 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
15464 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
15465 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
15466 +      *\ 2.11.*) ;; # other 2.11 versions
15467 +      *) supports_anon_versioning=yes ;;
15468 +    esac
15469 +
15470 +    # See if GNU ld supports shared libraries.
15471 +    case $host_os in
15472 +    aix[3-9]*)
15473 +      # On AIX/PPC, the GNU linker is very broken
15474 +      if test "$host_cpu" != ia64; then
15475 +       ld_shlibs_F77=no
15476 +       cat <<EOF 1>&2
15477 +
15478 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
15479 +*** to be unable to reliably create shared libraries on AIX.
15480 +*** Therefore, libtool is disabling shared libraries support.  If you
15481 +*** really care for shared libraries, you may want to modify your PATH
15482 +*** so that a non-GNU linker is found, and then restart.
15483 +
15484 +EOF
15485 +      fi
15486 +      ;;
15487 +
15488 +    amigaos*)
15489 +      archive_cmds_F77='$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)'
15490 +      hardcode_libdir_flag_spec_F77='-L$libdir'
15491 +      hardcode_minus_L_F77=yes
15492 +
15493 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
15494 +      # that the semantics of dynamic libraries on AmigaOS, at least up
15495 +      # to version 4, is to share data among multiple programs linked
15496 +      # with the same dynamic library.  Since this doesn't match the
15497 +      # behavior of shared libraries on other platforms, we can't use
15498 +      # them.
15499 +      ld_shlibs_F77=no
15500 +      ;;
15501 +
15502 +    beos*)
15503 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15504 +       allow_undefined_flag_F77=unsupported
15505 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
15506 +       # support --undefined.  This deserves some investigation.  FIXME
15507 +       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15508 +      else
15509 +       ld_shlibs_F77=no
15510 +      fi
15511 +      ;;
15512 +
15513 +    cygwin* | mingw* | pw32*)
15514 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
15515 +      # as there is no search path for DLLs.
15516 +      hardcode_libdir_flag_spec_F77='-L$libdir'
15517 +      allow_undefined_flag_F77=unsupported
15518 +      always_export_symbols_F77=no
15519 +      enable_shared_with_static_runtimes_F77=yes
15520 +      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
15521 +
15522 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
15523 +        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15524 +       # If the export-symbols file already is a .def file (1st line
15525 +       # is EXPORTS), use it as is; otherwise, prepend...
15526 +       archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
15527 +         cp $export_symbols $output_objdir/$soname.def;
15528 +       else
15529 +         echo EXPORTS > $output_objdir/$soname.def;
15530 +         cat $export_symbols >> $output_objdir/$soname.def;
15531 +       fi~
15532 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15533 +      else
15534 +       ld_shlibs_F77=no
15535 +      fi
15536 +      ;;
15537 +
15538 +    interix[3-9]*)
15539 +      hardcode_direct_F77=no
15540 +      hardcode_shlibpath_var_F77=no
15541 +      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
15542 +      export_dynamic_flag_spec_F77='${wl}-E'
15543 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
15544 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
15545 +      # default) and relocated if they conflict, which is a slow very memory
15546 +      # consuming and fragmenting process.  To avoid this, we pick a random,
15547 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
15548 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
15549 +      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15550 +      archive_expsym_cmds_F77='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'
15551 +      ;;
15552 +
15553 +    gnu* | linux* | k*bsd*-gnu)
15554 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15555 +       tmp_addflag=
15556 +       case $cc_basename,$host_cpu in
15557 +       pgcc*)                          # Portland Group C compiler
15558 +         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
15559 +         tmp_addflag=' $pic_flag'
15560 +         ;;
15561 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
15562 +         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
15563 +         tmp_addflag=' $pic_flag -Mnomain' ;;
15564 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
15565 +         tmp_addflag=' -i_dynamic' ;;
15566 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
15567 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
15568 +       ifc* | ifort*)                  # Intel Fortran compiler
15569 +         tmp_addflag=' -nofor_main' ;;
15570 +       esac
15571 +       case `$CC -V 2>&1 | sed 5q` in
15572 +       *Sun\ C*)                       # Sun C 5.9
15573 +         whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
15574 +         tmp_sharedflag='-G' ;;
15575 +       *Sun\ F*)                       # Sun Fortran 8.3
15576 +         tmp_sharedflag='-G' ;;
15577 +       *)
15578 +         tmp_sharedflag='-shared' ;;
15579 +       esac
15580 +       archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15581 +
15582 +       if test $supports_anon_versioning = yes; then
15583 +         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
15584 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15585 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
15586 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15587 +       fi
15588 +       link_all_deplibs_F77=no
15589 +      else
15590 +       ld_shlibs_F77=no
15591 +      fi
15592 +      ;;
15593 +
15594 +    netbsd* | netbsdelf*-gnu)
15595 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15596 +       archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15597 +       wlarc=
15598 +      else
15599 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15600 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15601 +      fi
15602 +      ;;
15603 +
15604 +    solaris*)
15605 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
15606 +       ld_shlibs_F77=no
15607 +       cat <<EOF 1>&2
15608 +
15609 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
15610 +*** create shared libraries on Solaris systems.  Therefore, libtool
15611 +*** is disabling shared libraries support.  We urge you to upgrade GNU
15612 +*** binutils to release 2.9.1 or newer.  Another option is to modify
15613 +*** your PATH or compiler configuration so that the native linker is
15614 +*** used, and then restart.
15615 +
15616 +EOF
15617 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15618 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15619 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15620 +      else
15621 +       ld_shlibs_F77=no
15622 +      fi
15623 +      ;;
15624 +
15625 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
15626 +      case `$LD -v 2>&1` in
15627 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
15628 +       ld_shlibs_F77=no
15629 +       cat <<_LT_EOF 1>&2
15630 +
15631 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
15632 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
15633 +*** is disabling shared libraries support.  We urge you to upgrade GNU
15634 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
15635 +*** your PATH or compiler configuration so that the native linker is
15636 +*** used, and then restart.
15637 +
15638 +_LT_EOF
15639 +       ;;
15640 +       *)
15641 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15642 +           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
15643 +           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
15644 +           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
15645 +         else
15646 +           ld_shlibs_F77=no
15647 +         fi
15648 +       ;;
15649 +      esac
15650 +      ;;
15651 +
15652 +    sunos4*)
15653 +      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15654 +      wlarc=
15655 +      hardcode_direct_F77=yes
15656 +      hardcode_shlibpath_var_F77=no
15657 +      ;;
15658 +
15659 +    *)
15660 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15661 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15662 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15663 +      else
15664 +       ld_shlibs_F77=no
15665 +      fi
15666 +      ;;
15667 +    esac
15668 +
15669 +    if test "$ld_shlibs_F77" = no; then
15670 +      runpath_var=
15671 +      hardcode_libdir_flag_spec_F77=
15672 +      export_dynamic_flag_spec_F77=
15673 +      whole_archive_flag_spec_F77=
15674 +    fi
15675 +  else
15676 +    # PORTME fill in a description of your system's linker (not GNU ld)
15677 +    case $host_os in
15678 +    aix3*)
15679 +      allow_undefined_flag_F77=unsupported
15680 +      always_export_symbols_F77=yes
15681 +      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
15682 +      # Note: this linker hardcodes the directories in LIBPATH if there
15683 +      # are no directories specified by -L.
15684 +      hardcode_minus_L_F77=yes
15685 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
15686 +       # Neither direct hardcoding nor static linking is supported with a
15687 +       # broken collect2.
15688 +       hardcode_direct_F77=unsupported
15689 +      fi
15690 +      ;;
15691 +
15692 +    aix[4-9]*)
15693 +      if test "$host_cpu" = ia64; then
15694 +       # On IA64, the linker does run time linking by default, so we don't
15695 +       # have to do anything special.
15696 +       aix_use_runtimelinking=no
15697 +       exp_sym_flag='-Bexport'
15698 +       no_entry_flag=""
15699 +      else
15700 +       # If we're using GNU nm, then we don't want the "-C" option.
15701 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
15702 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
15703 +         export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15704 +       else
15705 +         export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15706 +       fi
15707 +       aix_use_runtimelinking=no
15708 +
15709 +       # Test if we are trying to use run time linking or normal
15710 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
15711 +       # need to do runtime linking.
15712 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
15713 +         for ld_flag in $LDFLAGS; do
15714 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
15715 +           aix_use_runtimelinking=yes
15716 +           break
15717 +         fi
15718 +         done
15719 +         ;;
15720 +       esac
15721 +
15722 +       exp_sym_flag='-bexport'
15723 +       no_entry_flag='-bnoentry'
15724 +      fi
15725 +
15726 +      # When large executables or shared objects are built, AIX ld can
15727 +      # have problems creating the table of contents.  If linking a library
15728 +      # or program results in "error TOC overflow" add -mminimal-toc to
15729 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
15730 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15731 +
15732 +      archive_cmds_F77=''
15733 +      hardcode_direct_F77=yes
15734 +      hardcode_libdir_separator_F77=':'
15735 +      link_all_deplibs_F77=yes
15736 +
15737 +      if test "$GCC" = yes; then
15738 +       case $host_os in aix4.[012]|aix4.[012].*)
15739 +       # We only want to do this on AIX 4.2 and lower, the check
15740 +       # below for broken collect2 doesn't work under 4.3+
15741 +         collect2name=`${CC} -print-prog-name=collect2`
15742 +         if test -f "$collect2name" && \
15743 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
15744 +         then
15745 +         # We have reworked collect2
15746 +         :
15747 +         else
15748 +         # We have old collect2
15749 +         hardcode_direct_F77=unsupported
15750 +         # It fails to find uninstalled libraries when the uninstalled
15751 +         # path is not listed in the libpath.  Setting hardcode_minus_L
15752 +         # to unsupported forces relinking
15753 +         hardcode_minus_L_F77=yes
15754 +         hardcode_libdir_flag_spec_F77='-L$libdir'
15755 +         hardcode_libdir_separator_F77=
15756 +         fi
15757 +         ;;
15758 +       esac
15759 +       shared_flag='-shared'
15760 +       if test "$aix_use_runtimelinking" = yes; then
15761 +         shared_flag="$shared_flag "'${wl}-G'
15762 +       fi
15763 +      else
15764 +       # not using gcc
15765 +       if test "$host_cpu" = ia64; then
15766 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
15767 +       # chokes on -Wl,-G. The following line is correct:
15768 +         shared_flag='-G'
15769 +       else
15770 +         if test "$aix_use_runtimelinking" = yes; then
15771 +           shared_flag='${wl}-G'
15772 +         else
15773 +           shared_flag='${wl}-bM:SRE'
15774 +         fi
15775 +       fi
15776 +      fi
15777 +
15778 +      # It seems that -bexpall does not export symbols beginning with
15779 +      # underscore (_), so it is better to generate a list of symbols to export.
15780 +      always_export_symbols_F77=yes
15781 +      if test "$aix_use_runtimelinking" = yes; then
15782 +       # Warning - without using the other runtime loading flags (-brtl),
15783 +       # -berok will link without error, but may produce a broken library.
15784 +       allow_undefined_flag_F77='-berok'
15785 +       # Determine the default libpath from the value encoded in an empty executable.
15786 +       cat >conftest.$ac_ext <<_ACEOF
15787 +      program main
15788 +
15789 +      end
15790 +_ACEOF
15791 +rm -f conftest.$ac_objext conftest$ac_exeext
15792 +if { (ac_try="$ac_link"
15793 +case "(($ac_try" in
15794 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15795 +  *) ac_try_echo=$ac_try;;
15796 +esac
15797 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15798 +  (eval "$ac_link") 2>conftest.er1
15799 +  ac_status=$?
15800 +  grep -v '^ *+' conftest.er1 >conftest.err
15801 +  rm -f conftest.er1
15802 +  cat conftest.err >&5
15803 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 +  (exit $ac_status); } && {
15805 +        test -z "$ac_f77_werror_flag" ||
15806 +        test ! -s conftest.err
15807 +       } && test -s conftest$ac_exeext &&
15808 +       $as_test_x conftest$ac_exeext; then
15809 +  
15810 +lt_aix_libpath_sed='
15811 +    /Import File Strings/,/^$/ {
15812 +       /^0/ {
15813 +           s/^0  *\(.*\)$/\1/
15814 +           p
15815 +       }
15816 +    }'
15817 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15818 +# Check for a 64-bit object if we didn't find anything.
15819 +if test -z "$aix_libpath"; then
15820 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15821 +fi
15822 +else
15823 +  echo "$as_me: failed program was:" >&5
15824 +sed 's/^/| /' conftest.$ac_ext >&5
15825 +
15826 +       
15827 +fi
15828 +
15829 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15830 +      conftest$ac_exeext conftest.$ac_ext
15831 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15832 +
15833 +       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15834 +       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
15835 +       else
15836 +       if test "$host_cpu" = ia64; then
15837 +         hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
15838 +         allow_undefined_flag_F77="-z nodefs"
15839 +         archive_expsym_cmds_F77="\$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"
15840 +       else
15841 +        # Determine the default libpath from the value encoded in an empty executable.
15842 +        cat >conftest.$ac_ext <<_ACEOF
15843 +      program main
15844 +
15845 +      end
15846 +_ACEOF
15847 +rm -f conftest.$ac_objext conftest$ac_exeext
15848 +if { (ac_try="$ac_link"
15849 +case "(($ac_try" in
15850 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15851 +  *) ac_try_echo=$ac_try;;
15852 +esac
15853 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15854 +  (eval "$ac_link") 2>conftest.er1
15855 +  ac_status=$?
15856 +  grep -v '^ *+' conftest.er1 >conftest.err
15857 +  rm -f conftest.er1
15858 +  cat conftest.err >&5
15859 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15860 +  (exit $ac_status); } && {
15861 +        test -z "$ac_f77_werror_flag" ||
15862 +        test ! -s conftest.err
15863 +       } && test -s conftest$ac_exeext &&
15864 +       $as_test_x conftest$ac_exeext; then
15865 +  
15866 +lt_aix_libpath_sed='
15867 +    /Import File Strings/,/^$/ {
15868 +       /^0/ {
15869 +           s/^0  *\(.*\)$/\1/
15870 +           p
15871 +       }
15872 +    }'
15873 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15874 +# Check for a 64-bit object if we didn't find anything.
15875 +if test -z "$aix_libpath"; then
15876 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15877 +fi
15878 +else
15879 +  echo "$as_me: failed program was:" >&5
15880 +sed 's/^/| /' conftest.$ac_ext >&5
15881 +
15882 +       
15883 +fi
15884 +
15885 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15886 +      conftest$ac_exeext conftest.$ac_ext
15887 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15888 +
15889 +        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15890 +         # Warning - without using the other run time loading flags,
15891 +         # -berok will link without error, but may produce a broken library.
15892 +         no_undefined_flag_F77=' ${wl}-bernotok'
15893 +         allow_undefined_flag_F77=' ${wl}-berok'
15894 +         # Exported symbols can be pulled into shared objects from archives
15895 +         whole_archive_flag_spec_F77='$convenience'
15896 +         archive_cmds_need_lc_F77=yes
15897 +         # This is similar to how AIX traditionally builds its shared libraries.
15898 +         archive_expsym_cmds_F77="\$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'
15899 +       fi
15900 +      fi
15901 +      ;;
15902 +
15903 +    amigaos*)
15904 +      archive_cmds_F77='$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)'
15905 +      hardcode_libdir_flag_spec_F77='-L$libdir'
15906 +      hardcode_minus_L_F77=yes
15907 +      # see comment about different semantics on the GNU ld section
15908 +      ld_shlibs_F77=no
15909 +      ;;
15910 +
15911 +    bsdi[45]*)
15912 +      export_dynamic_flag_spec_F77=-rdynamic
15913 +      ;;
15914 +
15915 +    cygwin* | mingw* | pw32*)
15916 +      # When not using gcc, we currently assume that we are using
15917 +      # Microsoft Visual C++.
15918 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
15919 +      # no search path for DLLs.
15920 +      hardcode_libdir_flag_spec_F77=' '
15921 +      allow_undefined_flag_F77=unsupported
15922 +      # Tell ltmain to make .lib files, not .a files.
15923 +      libext=lib
15924 +      # Tell ltmain to make .dll files, not .so files.
15925 +      shrext_cmds=".dll"
15926 +      # FIXME: Setting linknames here is a bad hack.
15927 +      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
15928 +      # The linker will automatically build a .lib file if we build a DLL.
15929 +      old_archive_From_new_cmds_F77='true'
15930 +      # FIXME: Should let the user specify the lib program.
15931 +      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
15932 +      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
15933 +      enable_shared_with_static_runtimes_F77=yes
15934 +      ;;
15935 +
15936 +    darwin* | rhapsody*)
15937 +      case $host_os in
15938 +        rhapsody* | darwin1.[012])
15939 +         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
15940 +         ;;
15941 +       *) # Darwin 1.3 on
15942 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
15943 +           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
15944 +         else
15945 +           case ${MACOSX_DEPLOYMENT_TARGET} in
15946 +             10.[012])
15947 +               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
15948 +               ;;
15949 +             10.*)
15950 +               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
15951 +               ;;
15952 +           esac
15953 +         fi
15954 +         ;;
15955 +      esac
15956 +      archive_cmds_need_lc_F77=no
15957 +      hardcode_direct_F77=no
15958 +      hardcode_automatic_F77=yes
15959 +      hardcode_shlibpath_var_F77=unsupported
15960 +      whole_archive_flag_spec_F77=''
15961 +      link_all_deplibs_F77=yes
15962 +    if test "$GCC" = yes ; then
15963 +       output_verbose_link_cmd='echo'
15964 +        archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
15965 +        module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
15966 +        archive_expsym_cmds_F77="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}"
15967 +        module_expsym_cmds_F77="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}"
15968 +    else
15969 +      case $cc_basename in
15970 +        xlc*)
15971 +         output_verbose_link_cmd='echo'
15972 +         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
15973 +         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
15974 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
15975 +         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
15976 +          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
15977 +          ;;
15978 +       *)
15979 +         ld_shlibs_F77=no
15980 +          ;;
15981 +      esac
15982 +    fi
15983 +      ;;
15984 +
15985 +    dgux*)
15986 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15987 +      hardcode_libdir_flag_spec_F77='-L$libdir'
15988 +      hardcode_shlibpath_var_F77=no
15989 +      ;;
15990 +
15991 +    freebsd1*)
15992 +      ld_shlibs_F77=no
15993 +      ;;
15994 +
15995 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
15996 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
15997 +    # does not break anything, and helps significantly (at the cost of a little
15998 +    # extra space).
15999 +    freebsd2.2*)
16000 +      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
16001 +      hardcode_libdir_flag_spec_F77='-R$libdir'
16002 +      hardcode_direct_F77=yes
16003 +      hardcode_shlibpath_var_F77=no
16004 +      ;;
16005 +
16006 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
16007 +    freebsd2*)
16008 +      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16009 +      hardcode_direct_F77=yes
16010 +      hardcode_minus_L_F77=yes
16011 +      hardcode_shlibpath_var_F77=no
16012 +      ;;
16013 +
16014 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
16015 +    freebsd* | dragonfly*)
16016 +      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
16017 +      hardcode_libdir_flag_spec_F77='-R$libdir'
16018 +      hardcode_direct_F77=yes
16019 +      hardcode_shlibpath_var_F77=no
16020 +      ;;
16021 +
16022 +    hpux9*)
16023 +      if test "$GCC" = yes; then
16024 +       archive_cmds_F77='$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'
16025 +      else
16026 +       archive_cmds_F77='$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'
16027 +      fi
16028 +      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
16029 +      hardcode_libdir_separator_F77=:
16030 +      hardcode_direct_F77=yes
16031 +
16032 +      # hardcode_minus_L: Not really in the search PATH,
16033 +      # but as the default location of the library.
16034 +      hardcode_minus_L_F77=yes
16035 +      export_dynamic_flag_spec_F77='${wl}-E'
16036 +      ;;
16037 +
16038 +    hpux10*)
16039 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
16040 +       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16041 +      else
16042 +       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16043 +      fi
16044 +      if test "$with_gnu_ld" = no; then
16045 +       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
16046 +       hardcode_libdir_separator_F77=:
16047 +
16048 +       hardcode_direct_F77=yes
16049 +       export_dynamic_flag_spec_F77='${wl}-E'
16050 +
16051 +       # hardcode_minus_L: Not really in the search PATH,
16052 +       # but as the default location of the library.
16053 +       hardcode_minus_L_F77=yes
16054 +      fi
16055 +      ;;
16056 +
16057 +    hpux11*)
16058 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
16059 +       case $host_cpu in
16060 +       hppa*64*)
16061 +         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16062 +         ;;
16063 +       ia64*)
16064 +         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16065 +         ;;
16066 +       *)
16067 +         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16068 +         ;;
16069 +       esac
16070 +      else
16071 +       case $host_cpu in
16072 +       hppa*64*)
16073 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16074 +         ;;
16075 +       ia64*)
16076 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16077 +         ;;
16078 +       *)
16079 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16080 +         ;;
16081 +       esac
16082 +      fi
16083 +      if test "$with_gnu_ld" = no; then
16084 +       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
16085 +       hardcode_libdir_separator_F77=:
16086 +
16087 +       case $host_cpu in
16088 +       hppa*64*|ia64*)
16089 +         hardcode_libdir_flag_spec_ld_F77='+b $libdir'
16090 +         hardcode_direct_F77=no
16091 +         hardcode_shlibpath_var_F77=no
16092 +         ;;
16093 +       *)
16094 +         hardcode_direct_F77=yes
16095 +         export_dynamic_flag_spec_F77='${wl}-E'
16096 +
16097 +         # hardcode_minus_L: Not really in the search PATH,
16098 +         # but as the default location of the library.
16099 +         hardcode_minus_L_F77=yes
16100 +         ;;
16101 +       esac
16102 +      fi
16103 +      ;;
16104 +
16105 +    irix5* | irix6* | nonstopux*)
16106 +      if test "$GCC" = yes; then
16107 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16108 +      else
16109 +       archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
16110 +       hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
16111 +      fi
16112 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
16113 +      hardcode_libdir_separator_F77=:
16114 +      link_all_deplibs_F77=yes
16115 +      ;;
16116 +
16117 +    netbsd* | netbsdelf*-gnu)
16118 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
16119 +       archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
16120 +      else
16121 +       archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
16122 +      fi
16123 +      hardcode_libdir_flag_spec_F77='-R$libdir'
16124 +      hardcode_direct_F77=yes
16125 +      hardcode_shlibpath_var_F77=no
16126 +      ;;
16127 +
16128 +    newsos6)
16129 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16130 +      hardcode_direct_F77=yes
16131 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
16132 +      hardcode_libdir_separator_F77=:
16133 +      hardcode_shlibpath_var_F77=no
16134 +      ;;
16135 +
16136 +    openbsd*)
16137 +      if test -f /usr/libexec/ld.so; then
16138 +       hardcode_direct_F77=yes
16139 +       hardcode_shlibpath_var_F77=no
16140 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16141 +         archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16142 +         archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
16143 +         hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
16144 +         export_dynamic_flag_spec_F77='${wl}-E'
16145 +       else
16146 +         case $host_os in
16147 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
16148 +            archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16149 +            hardcode_libdir_flag_spec_F77='-R$libdir'
16150 +            ;;
16151 +          *)
16152 +            archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16153 +            hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
16154 +            ;;
16155 +         esac
16156 +        fi
16157 +      else
16158 +       ld_shlibs_F77=no
16159 +      fi
16160 +      ;;
16161 +
16162 +    os2*)
16163 +      hardcode_libdir_flag_spec_F77='-L$libdir'
16164 +      hardcode_minus_L_F77=yes
16165 +      allow_undefined_flag_F77=unsupported
16166 +      archive_cmds_F77='$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'
16167 +      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
16168 +      ;;
16169 +
16170 +    osf3*)
16171 +      if test "$GCC" = yes; then
16172 +       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
16173 +       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16174 +      else
16175 +       allow_undefined_flag_F77=' -expect_unresolved \*'
16176 +       archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
16177 +      fi
16178 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
16179 +      hardcode_libdir_separator_F77=:
16180 +      ;;
16181 +
16182 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
16183 +      if test "$GCC" = yes; then
16184 +       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
16185 +       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16186 +       hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
16187 +      else
16188 +       allow_undefined_flag_F77=' -expect_unresolved \*'
16189 +       archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
16190 +       archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
16191 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
16192 +
16193 +       # Both c and cxx compiler support -rpath directly
16194 +       hardcode_libdir_flag_spec_F77='-rpath $libdir'
16195 +      fi
16196 +      hardcode_libdir_separator_F77=:
16197 +      ;;
16198 +
16199 +    solaris*)
16200 +      no_undefined_flag_F77=' -z text'
16201 +      if test "$GCC" = yes; then
16202 +       wlarc='${wl}'
16203 +       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16204 +       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
16205 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
16206 +      else
16207 +       wlarc=''
16208 +       archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
16209 +       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
16210 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
16211 +      fi
16212 +      hardcode_libdir_flag_spec_F77='-R$libdir'
16213 +      hardcode_shlibpath_var_F77=no
16214 +      case $host_os in
16215 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
16216 +      *)
16217 +       # The compiler driver will combine and reorder linker options,
16218 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
16219 +       # but is careful enough not to reorder.
16220 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
16221 +       if test "$GCC" = yes; then
16222 +         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
16223 +       else
16224 +         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract'
16225 +       fi
16226 +       ;;
16227 +      esac
16228 +      link_all_deplibs_F77=yes
16229 +      ;;
16230 +
16231 +    sunos4*)
16232 +      if test "x$host_vendor" = xsequent; then
16233 +       # Use $CC to link under sequent, because it throws in some extra .o
16234 +       # files that make .init and .fini sections work.
16235 +       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
16236 +      else
16237 +       archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
16238 +      fi
16239 +      hardcode_libdir_flag_spec_F77='-L$libdir'
16240 +      hardcode_direct_F77=yes
16241 +      hardcode_minus_L_F77=yes
16242 +      hardcode_shlibpath_var_F77=no
16243 +      ;;
16244 +
16245 +    sysv4)
16246 +      case $host_vendor in
16247 +       sni)
16248 +         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16249 +         hardcode_direct_F77=yes # is this really true???
16250 +       ;;
16251 +       siemens)
16252 +         ## LD is ld it makes a PLAMLIB
16253 +         ## CC just makes a GrossModule.
16254 +         archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
16255 +         reload_cmds_F77='$CC -r -o $output$reload_objs'
16256 +         hardcode_direct_F77=no
16257 +        ;;
16258 +       motorola)
16259 +         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16260 +         hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
16261 +       ;;
16262 +      esac
16263 +      runpath_var='LD_RUN_PATH'
16264 +      hardcode_shlibpath_var_F77=no
16265 +      ;;
16266 +
16267 +    sysv4.3*)
16268 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16269 +      hardcode_shlibpath_var_F77=no
16270 +      export_dynamic_flag_spec_F77='-Bexport'
16271 +      ;;
16272 +
16273 +    sysv4*MP*)
16274 +      if test -d /usr/nec; then
16275 +       archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16276 +       hardcode_shlibpath_var_F77=no
16277 +       runpath_var=LD_RUN_PATH
16278 +       hardcode_runpath_var=yes
16279 +       ld_shlibs_F77=yes
16280 +      fi
16281 +      ;;
16282 +
16283 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
16284 +      no_undefined_flag_F77='${wl}-z,text'
16285 +      archive_cmds_need_lc_F77=no
16286 +      hardcode_shlibpath_var_F77=no
16287 +      runpath_var='LD_RUN_PATH'
16288 +
16289 +      if test "$GCC" = yes; then
16290 +       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16291 +       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16292 +      else
16293 +       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16294 +       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16295 +      fi
16296 +      ;;
16297 +
16298 +    sysv5* | sco3.2v5* | sco5v6*)
16299 +      # Note: We can NOT use -z defs as we might desire, because we do not
16300 +      # link with -lc, and that would cause any symbols used from libc to
16301 +      # always be unresolved, which means just about no library would
16302 +      # ever link correctly.  If we're not using GNU ld we use -z text
16303 +      # though, which does catch some bad symbols but isn't as heavy-handed
16304 +      # as -z defs.
16305 +      no_undefined_flag_F77='${wl}-z,text'
16306 +      allow_undefined_flag_F77='${wl}-z,nodefs'
16307 +      archive_cmds_need_lc_F77=no
16308 +      hardcode_shlibpath_var_F77=no
16309 +      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
16310 +      hardcode_libdir_separator_F77=':'
16311 +      link_all_deplibs_F77=yes
16312 +      export_dynamic_flag_spec_F77='${wl}-Bexport'
16313 +      runpath_var='LD_RUN_PATH'
16314 +
16315 +      if test "$GCC" = yes; then
16316 +       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16317 +       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16318 +      else
16319 +       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16320 +       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16321 +      fi
16322 +      ;;
16323 +
16324 +    uts4*)
16325 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16326 +      hardcode_libdir_flag_spec_F77='-L$libdir'
16327 +      hardcode_shlibpath_var_F77=no
16328 +      ;;
16329 +
16330 +    *)
16331 +      ld_shlibs_F77=no
16332 +      ;;
16333 +    esac
16334 +  fi
16335 +
16336 +{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
16337 +echo "${ECHO_T}$ld_shlibs_F77" >&6; }
16338 +test "$ld_shlibs_F77" = no && can_build_shared=no
16339 +
16340 +#
16341 +# Do we need to explicitly link libc?
16342 +#
16343 +case "x$archive_cmds_need_lc_F77" in
16344 +x|xyes)
16345 +  # Assume -lc should be added
16346 +  archive_cmds_need_lc_F77=yes
16347 +
16348 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
16349 +    case $archive_cmds_F77 in
16350 +    *'~'*)
16351 +      # FIXME: we may have to deal with multi-command sequences.
16352 +      ;;
16353 +    '$CC '*)
16354 +      # Test whether the compiler implicitly links with -lc since on some
16355 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
16356 +      # to ld, don't add -lc before -lgcc.
16357 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
16358 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
16359 +      $rm conftest*
16360 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16361 +
16362 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16363 +  (eval $ac_compile) 2>&5
16364 +  ac_status=$?
16365 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16366 +  (exit $ac_status); } 2>conftest.err; then
16367 +        soname=conftest
16368 +        lib=conftest
16369 +        libobjs=conftest.$ac_objext
16370 +        deplibs=
16371 +        wl=$lt_prog_compiler_wl_F77
16372 +       pic_flag=$lt_prog_compiler_pic_F77
16373 +        compiler_flags=-v
16374 +        linker_flags=-v
16375 +        verstring=
16376 +        output_objdir=.
16377 +        libname=conftest
16378 +        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
16379 +        allow_undefined_flag_F77=
16380 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
16381 +  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
16382 +  ac_status=$?
16383 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 +  (exit $ac_status); }
16385 +        then
16386 +         archive_cmds_need_lc_F77=no
16387 +        else
16388 +         archive_cmds_need_lc_F77=yes
16389 +        fi
16390 +        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
16391 +      else
16392 +        cat conftest.err 1>&5
16393 +      fi
16394 +      $rm conftest*
16395 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
16396 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
16397 +      ;;
16398 +    esac
16399 +  fi
16400 +  ;;
16401 +esac
16402 +
16403 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
16404 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
16405 +library_names_spec=
16406 +libname_spec='lib$name'
16407 +soname_spec=
16408 +shrext_cmds=".so"
16409 +postinstall_cmds=
16410 +postuninstall_cmds=
16411 +finish_cmds=
16412 +finish_eval=
16413 +shlibpath_var=
16414 +shlibpath_overrides_runpath=unknown
16415 +version_type=none
16416 +dynamic_linker="$host_os ld.so"
16417 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
16418 +
16419 +need_lib_prefix=unknown
16420 +hardcode_into_libs=no
16421 +
16422 +# when you set need_version to no, make sure it does not cause -set_version
16423 +# flags to be left without arguments
16424 +need_version=unknown
16425 +
16426 +case $host_os in
16427 +aix3*)
16428 +  version_type=linux
16429 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
16430 +  shlibpath_var=LIBPATH
16431 +
16432 +  # AIX 3 has no versioning support, so we append a major version to the name.
16433 +  soname_spec='${libname}${release}${shared_ext}$major'
16434 +  ;;
16435 +
16436 +aix[4-9]*)
16437 +  version_type=linux
16438 +  need_lib_prefix=no
16439 +  need_version=no
16440 +  hardcode_into_libs=yes
16441 +  if test "$host_cpu" = ia64; then
16442 +    # AIX 5 supports IA64
16443 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16444 +    shlibpath_var=LD_LIBRARY_PATH
16445 +  else
16446 +    # With GCC up to 2.95.x, collect2 would create an import file
16447 +    # for dependence libraries.  The import file would start with
16448 +    # the line `#! .'.  This would cause the generated library to
16449 +    # depend on `.', always an invalid library.  This was fixed in
16450 +    # development snapshots of GCC prior to 3.0.
16451 +    case $host_os in
16452 +      aix4 | aix4.[01] | aix4.[01].*)
16453 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16454 +          echo ' yes '
16455 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
16456 +       :
16457 +      else
16458 +       can_build_shared=no
16459 +      fi
16460 +      ;;
16461 +    esac
16462 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
16463 +    # soname into executable. Probably we can add versioning support to
16464 +    # collect2, so additional links can be useful in future.
16465 +    if test "$aix_use_runtimelinking" = yes; then
16466 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16467 +      # instead of lib<name>.a to let people know that these are not
16468 +      # typical AIX shared libraries.
16469 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16470 +    else
16471 +      # We preserve .a as extension for shared libraries through AIX4.2
16472 +      # and later when we are not doing run time linking.
16473 +      library_names_spec='${libname}${release}.a $libname.a'
16474 +      soname_spec='${libname}${release}${shared_ext}$major'
16475 +    fi
16476 +    shlibpath_var=LIBPATH
16477 +  fi
16478 +  ;;
16479 +
16480 +amigaos*)
16481 +  library_names_spec='$libname.ixlibrary $libname.a'
16482 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
16483 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
16484 +  ;;
16485 +
16486 +beos*)
16487 +  library_names_spec='${libname}${shared_ext}'
16488 +  dynamic_linker="$host_os ld.so"
16489 +  shlibpath_var=LIBRARY_PATH
16490 +  ;;
16491 +
16492 +bsdi[45]*)
16493 +  version_type=linux
16494 +  need_version=no
16495 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16496 +  soname_spec='${libname}${release}${shared_ext}$major'
16497 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
16498 +  shlibpath_var=LD_LIBRARY_PATH
16499 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16500 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
16501 +  # the default ld.so.conf also contains /usr/contrib/lib and
16502 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16503 +  # libtool to hard-code these into programs
16504 +  ;;
16505 +
16506 +cygwin* | mingw* | pw32*)
16507 +  version_type=windows
16508 +  shrext_cmds=".dll"
16509 +  need_version=no
16510 +  need_lib_prefix=no
16511 +
16512 +  case $GCC,$host_os in
16513 +  yes,cygwin* | yes,mingw* | yes,pw32*)
16514 +    library_names_spec='$libname.dll.a'
16515 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
16516 +    postinstall_cmds='base_file=`basename \${file}`~
16517 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
16518 +      dldir=$destdir/`dirname \$dlpath`~
16519 +      test -d \$dldir || mkdir -p \$dldir~
16520 +      $install_prog $dir/$dlname \$dldir/$dlname~
16521 +      chmod a+x \$dldir/$dlname'
16522 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16523 +      dlpath=$dir/\$dldll~
16524 +       $rm \$dlpath'
16525 +    shlibpath_overrides_runpath=yes
16526 +
16527 +    case $host_os in
16528 +    cygwin*)
16529 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
16530 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16531 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
16532 +      ;;
16533 +    mingw*)
16534 +      # MinGW DLLs use traditional 'lib' prefix
16535 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16536 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
16537 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
16538 +        # It is most probably a Windows format PATH printed by
16539 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
16540 +        # path with ; separators, and with drive letters. We can handle the
16541 +        # drive letters (cygwin fileutils understands them), so leave them,
16542 +        # especially as we might pass files found there to a mingw objdump,
16543 +        # which wouldn't understand a cygwinified path. Ahh.
16544 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
16545 +      else
16546 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
16547 +      fi
16548 +      ;;
16549 +    pw32*)
16550 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
16551 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16552 +      ;;
16553 +    esac
16554 +    ;;
16555 +
16556 +  *)
16557 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
16558 +    ;;
16559 +  esac
16560 +  dynamic_linker='Win32 ld.exe'
16561 +  # FIXME: first we should search . and the directory the executable is in
16562 +  shlibpath_var=PATH
16563 +  ;;
16564 +
16565 +darwin* | rhapsody*)
16566 +  dynamic_linker="$host_os dyld"
16567 +  version_type=darwin
16568 +  need_lib_prefix=no
16569 +  need_version=no
16570 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
16571 +  soname_spec='${libname}${release}${major}$shared_ext'
16572 +  shlibpath_overrides_runpath=yes
16573 +  shlibpath_var=DYLD_LIBRARY_PATH
16574 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
16575 +   
16576 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
16577 +  ;;
16578 +
16579 +dgux*)
16580 +  version_type=linux
16581 +  need_lib_prefix=no
16582 +  need_version=no
16583 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
16584 +  soname_spec='${libname}${release}${shared_ext}$major'
16585 +  shlibpath_var=LD_LIBRARY_PATH
16586 +  ;;
16587 +
16588 +freebsd1*)
16589 +  dynamic_linker=no
16590 +  ;;
16591 +
16592 +freebsd* | dragonfly*)
16593 +  # DragonFly does not have aout.  When/if they implement a new
16594 +  # versioning mechanism, adjust this.
16595 +  if test -x /usr/bin/objformat; then
16596 +    objformat=`/usr/bin/objformat`
16597 +  else
16598 +    case $host_os in
16599 +    freebsd[123]*) objformat=aout ;;
16600 +    *) objformat=elf ;;
16601 +    esac
16602 +  fi
16603 +  version_type=freebsd-$objformat
16604 +  case $version_type in
16605 +    freebsd-elf*)
16606 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16607 +      need_version=no
16608 +      need_lib_prefix=no
16609 +      ;;
16610 +    freebsd-*)
16611 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
16612 +      need_version=yes
16613 +      ;;
16614 +  esac
16615 +  shlibpath_var=LD_LIBRARY_PATH
16616 +  case $host_os in
16617 +  freebsd2*)
16618 +    shlibpath_overrides_runpath=yes
16619 +    ;;
16620 +  freebsd3.[01]* | freebsdelf3.[01]*)
16621 +    shlibpath_overrides_runpath=yes
16622 +    hardcode_into_libs=yes
16623 +    ;;
16624 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
16625 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
16626 +    shlibpath_overrides_runpath=no
16627 +    hardcode_into_libs=yes
16628 +    ;;
16629 +  *) # from 4.6 on, and DragonFly
16630 +    shlibpath_overrides_runpath=yes
16631 +    hardcode_into_libs=yes
16632 +    ;;
16633 +  esac
16634 +  ;;
16635 +
16636 +gnu*)
16637 +  version_type=linux
16638 +  need_lib_prefix=no
16639 +  need_version=no
16640 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16641 +  soname_spec='${libname}${release}${shared_ext}$major'
16642 +  shlibpath_var=LD_LIBRARY_PATH
16643 +  hardcode_into_libs=yes
16644 +  ;;
16645 +
16646 +hpux9* | hpux10* | hpux11*)
16647 +  # Give a soname corresponding to the major version so that dld.sl refuses to
16648 +  # link against other versions.
16649 +  version_type=sunos
16650 +  need_lib_prefix=no
16651 +  need_version=no
16652 +  case $host_cpu in
16653 +  ia64*)
16654 +    shrext_cmds='.so'
16655 +    hardcode_into_libs=yes
16656 +    dynamic_linker="$host_os dld.so"
16657 +    shlibpath_var=LD_LIBRARY_PATH
16658 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16659 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16660 +    soname_spec='${libname}${release}${shared_ext}$major'
16661 +    if test "X$HPUX_IA64_MODE" = X32; then
16662 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
16663 +    else
16664 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
16665 +    fi
16666 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16667 +    ;;
16668 +   hppa*64*)
16669 +     shrext_cmds='.sl'
16670 +     hardcode_into_libs=yes
16671 +     dynamic_linker="$host_os dld.sl"
16672 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
16673 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
16674 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16675 +     soname_spec='${libname}${release}${shared_ext}$major'
16676 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
16677 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
16678 +     ;;
16679 +   *)
16680 +    shrext_cmds='.sl'
16681 +    dynamic_linker="$host_os dld.sl"
16682 +    shlibpath_var=SHLIB_PATH
16683 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16684 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16685 +    soname_spec='${libname}${release}${shared_ext}$major'
16686 +    ;;
16687 +  esac
16688 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
16689 +  postinstall_cmds='chmod 555 $lib'
16690 +  ;;
16691 +
16692 +interix[3-9]*)
16693 +  version_type=linux
16694 +  need_lib_prefix=no
16695 +  need_version=no
16696 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16697 +  soname_spec='${libname}${release}${shared_ext}$major'
16698 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
16699 +  shlibpath_var=LD_LIBRARY_PATH
16700 +  shlibpath_overrides_runpath=no
16701 +  hardcode_into_libs=yes
16702 +  ;;
16703 +
16704 +irix5* | irix6* | nonstopux*)
16705 +  case $host_os in
16706 +    nonstopux*) version_type=nonstopux ;;
16707 +    *)
16708 +       if test "$lt_cv_prog_gnu_ld" = yes; then
16709 +               version_type=linux
16710 +       else
16711 +               version_type=irix
16712 +       fi ;;
16713 +  esac
16714 +  need_lib_prefix=no
16715 +  need_version=no
16716 +  soname_spec='${libname}${release}${shared_ext}$major'
16717 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
16718 +  case $host_os in
16719 +  irix5* | nonstopux*)
16720 +    libsuff= shlibsuff=
16721 +    ;;
16722 +  *)
16723 +    case $LD in # libtool.m4 will add one of these switches to LD
16724 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
16725 +      libsuff= shlibsuff= libmagic=32-bit;;
16726 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
16727 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
16728 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
16729 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
16730 +    *) libsuff= shlibsuff= libmagic=never-match;;
16731 +    esac
16732 +    ;;
16733 +  esac
16734 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
16735 +  shlibpath_overrides_runpath=no
16736 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
16737 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
16738 +  hardcode_into_libs=yes
16739 +  ;;
16740 +
16741 +# No shared lib support for Linux oldld, aout, or coff.
16742 +linux*oldld* | linux*aout* | linux*coff*)
16743 +  dynamic_linker=no
16744 +  ;;
16745 +
16746 +# This must be Linux ELF.
16747 +linux* | k*bsd*-gnu)
16748 +  version_type=linux
16749 +  need_lib_prefix=no
16750 +  need_version=no
16751 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16752 +  soname_spec='${libname}${release}${shared_ext}$major'
16753 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16754 +  shlibpath_var=LD_LIBRARY_PATH
16755 +  shlibpath_overrides_runpath=no
16756 +  # This implies no fast_install, which is unacceptable.
16757 +  # Some rework will be needed to allow for fast_install
16758 +  # before this can be enabled.
16759 +  hardcode_into_libs=yes
16760 +
16761 +  # Append ld.so.conf contents to the search path
16762 +  if test -f /etc/ld.so.conf; then
16763 +    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;/^$/d' | tr '\n' ' '`
16764 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
16765 +  fi
16766 +
16767 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
16768 +  # powerpc, because MkLinux only supported shared libraries with the
16769 +  # GNU dynamic linker.  Since this was broken with cross compilers,
16770 +  # most powerpc-linux boxes support dynamic linking these days and
16771 +  # people can always --disable-shared, the test was removed, and we
16772 +  # assume the GNU/Linux dynamic linker is in use.
16773 +  dynamic_linker='GNU/Linux ld.so'
16774 +  ;;
16775 +
16776 +netbsdelf*-gnu)
16777 +  version_type=linux
16778 +  need_lib_prefix=no
16779 +  need_version=no
16780 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16781 +  soname_spec='${libname}${release}${shared_ext}$major'
16782 +  shlibpath_var=LD_LIBRARY_PATH
16783 +  shlibpath_overrides_runpath=no
16784 +  hardcode_into_libs=yes
16785 +  dynamic_linker='NetBSD ld.elf_so'
16786 +  ;;
16787 +
16788 +netbsd*)
16789 +  version_type=sunos
16790 +  need_lib_prefix=no
16791 +  need_version=no
16792 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
16793 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16794 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16795 +    dynamic_linker='NetBSD (a.out) ld.so'
16796 +  else
16797 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16798 +    soname_spec='${libname}${release}${shared_ext}$major'
16799 +    dynamic_linker='NetBSD ld.elf_so'
16800 +  fi
16801 +  shlibpath_var=LD_LIBRARY_PATH
16802 +  shlibpath_overrides_runpath=yes
16803 +  hardcode_into_libs=yes
16804 +  ;;
16805 +
16806 +newsos6)
16807 +  version_type=linux
16808 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16809 +  shlibpath_var=LD_LIBRARY_PATH
16810 +  shlibpath_overrides_runpath=yes
16811 +  ;;
16812 +
16813 +nto-qnx*)
16814 +  version_type=linux
16815 +  need_lib_prefix=no
16816 +  need_version=no
16817 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16818 +  soname_spec='${libname}${release}${shared_ext}$major'
16819 +  shlibpath_var=LD_LIBRARY_PATH
16820 +  shlibpath_overrides_runpath=yes
16821 +  ;;
16822 +
16823 +openbsd*)
16824 +  version_type=sunos
16825 +  sys_lib_dlsearch_path_spec="/usr/lib"
16826 +  need_lib_prefix=no
16827 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
16828 +  case $host_os in
16829 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
16830 +    *)                         need_version=no  ;;
16831 +  esac
16832 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16833 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16834 +  shlibpath_var=LD_LIBRARY_PATH
16835 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16836 +    case $host_os in
16837 +      openbsd2.[89] | openbsd2.[89].*)
16838 +       shlibpath_overrides_runpath=no
16839 +       ;;
16840 +      *)
16841 +       shlibpath_overrides_runpath=yes
16842 +       ;;
16843 +      esac
16844 +  else
16845 +    shlibpath_overrides_runpath=yes
16846 +  fi
16847 +  ;;
16848 +
16849 +os2*)
16850 +  libname_spec='$name'
16851 +  shrext_cmds=".dll"
16852 +  need_lib_prefix=no
16853 +  library_names_spec='$libname${shared_ext} $libname.a'
16854 +  dynamic_linker='OS/2 ld.exe'
16855 +  shlibpath_var=LIBPATH
16856 +  ;;
16857 +
16858 +osf3* | osf4* | osf5*)
16859 +  version_type=osf
16860 +  need_lib_prefix=no
16861 +  need_version=no
16862 +  soname_spec='${libname}${release}${shared_ext}$major'
16863 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16864 +  shlibpath_var=LD_LIBRARY_PATH
16865 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
16866 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
16867 +  ;;
16868 +
16869 +rdos*)
16870 +  dynamic_linker=no
16871 +  ;;
16872 +
16873 +solaris*)
16874 +  version_type=linux
16875 +  need_lib_prefix=no
16876 +  need_version=no
16877 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16878 +  soname_spec='${libname}${release}${shared_ext}$major'
16879 +  shlibpath_var=LD_LIBRARY_PATH
16880 +  shlibpath_overrides_runpath=yes
16881 +  hardcode_into_libs=yes
16882 +  # ldd complains unless libraries are executable
16883 +  postinstall_cmds='chmod +x $lib'
16884 +  ;;
16885 +
16886 +sunos4*)
16887 +  version_type=sunos
16888 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16889 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
16890 +  shlibpath_var=LD_LIBRARY_PATH
16891 +  shlibpath_overrides_runpath=yes
16892 +  if test "$with_gnu_ld" = yes; then
16893 +    need_lib_prefix=no
16894 +  fi
16895 +  need_version=yes
16896 +  ;;
16897 +
16898 +sysv4 | sysv4.3*)
16899 +  version_type=linux
16900 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16901 +  soname_spec='${libname}${release}${shared_ext}$major'
16902 +  shlibpath_var=LD_LIBRARY_PATH
16903 +  case $host_vendor in
16904 +    sni)
16905 +      shlibpath_overrides_runpath=no
16906 +      need_lib_prefix=no
16907 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
16908 +      runpath_var=LD_RUN_PATH
16909 +      ;;
16910 +    siemens)
16911 +      need_lib_prefix=no
16912 +      ;;
16913 +    motorola)
16914 +      need_lib_prefix=no
16915 +      need_version=no
16916 +      shlibpath_overrides_runpath=no
16917 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
16918 +      ;;
16919 +  esac
16920 +  ;;
16921 +
16922 +sysv4*MP*)
16923 +  if test -d /usr/nec ;then
16924 +    version_type=linux
16925 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
16926 +    soname_spec='$libname${shared_ext}.$major'
16927 +    shlibpath_var=LD_LIBRARY_PATH
16928 +  fi
16929 +  ;;
16930 +
16931 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
16932 +  version_type=freebsd-elf
16933 +  need_lib_prefix=no
16934 +  need_version=no
16935 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16936 +  soname_spec='${libname}${release}${shared_ext}$major'
16937 +  shlibpath_var=LD_LIBRARY_PATH
16938 +  hardcode_into_libs=yes
16939 +  if test "$with_gnu_ld" = yes; then
16940 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
16941 +    shlibpath_overrides_runpath=no
16942 +  else
16943 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
16944 +    shlibpath_overrides_runpath=yes
16945 +    case $host_os in
16946 +      sco3.2v5*)
16947 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
16948 +       ;;
16949 +    esac
16950 +  fi
16951 +  sys_lib_dlsearch_path_spec='/usr/lib'
16952 +  ;;
16953 +
16954 +uts4*)
16955 +  version_type=linux
16956 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16957 +  soname_spec='${libname}${release}${shared_ext}$major'
16958 +  shlibpath_var=LD_LIBRARY_PATH
16959 +  ;;
16960 +
16961 +*)
16962 +  dynamic_linker=no
16963 +  ;;
16964 +esac
16965 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16966 +echo "${ECHO_T}$dynamic_linker" >&6; }
16967 +test "$dynamic_linker" = no && can_build_shared=no
16968 +
16969 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
16970 +  echo $ECHO_N "(cached) $ECHO_C" >&6
16971 +else
16972 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
16973 +fi
16974 +
16975 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
16976 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
16977 +  echo $ECHO_N "(cached) $ECHO_C" >&6
16978 +else
16979 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
16980 +fi
16981 +
16982 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
16983 +
16984 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
16985 +if test "$GCC" = yes; then
16986 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
16987 +fi
16988 +
16989 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16990 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
16991 +hardcode_action_F77=
16992 +if test -n "$hardcode_libdir_flag_spec_F77" || \
16993 +   test -n "$runpath_var_F77" || \
16994 +   test "X$hardcode_automatic_F77" = "Xyes" ; then
16995 +
16996 +  # We can hardcode non-existant directories.
16997 +  if test "$hardcode_direct_F77" != no &&
16998 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
16999 +     # have to relink, otherwise we might link with an installed library
17000 +     # when we should be linking with a yet-to-be-installed one
17001 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
17002 +     test "$hardcode_minus_L_F77" != no; then
17003 +    # Linking always hardcodes the temporary library directory.
17004 +    hardcode_action_F77=relink
17005 +  else
17006 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
17007 +    hardcode_action_F77=immediate
17008 +  fi
17009 +else
17010 +  # We cannot hardcode anything, or else we can only hardcode existing
17011 +  # directories.
17012 +  hardcode_action_F77=unsupported
17013 +fi
17014 +{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
17015 +echo "${ECHO_T}$hardcode_action_F77" >&6; }
17016 +
17017 +if test "$hardcode_action_F77" = relink; then
17018 +  # Fast installation is not supported
17019 +  enable_fast_install=no
17020 +elif test "$shlibpath_overrides_runpath" = yes ||
17021 +     test "$enable_shared" = no; then
17022 +  # Fast installation is not necessary
17023 +  enable_fast_install=needless
17024 +fi
17025 +
17026 +
17027 +# The else clause should only fire when bootstrapping the
17028 +# libtool distribution, otherwise you forgot to ship ltmain.sh
17029 +# with your package, and you will get complaints that there are
17030 +# no rules to generate ltmain.sh.
17031 +if test -f "$ltmain"; then
17032 +  # See if we are running on zsh, and set the options which allow our commands through
17033 +  # without removal of \ escapes.
17034 +  if test -n "${ZSH_VERSION+set}" ; then
17035 +    setopt NO_GLOB_SUBST
17036 +  fi
17037 +  # Now quote all the things that may contain metacharacters while being
17038 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
17039 +  # variables and quote the copies for generation of the libtool script.
17040 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
17041 +    SED SHELL STRIP \
17042 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
17043 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
17044 +    deplibs_check_method reload_flag reload_cmds need_locks \
17045 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
17046 +    lt_cv_sys_global_symbol_to_c_name_address \
17047 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
17048 +    old_postinstall_cmds old_postuninstall_cmds \
17049 +    compiler_F77 \
17050 +    CC_F77 \
17051 +    LD_F77 \
17052 +    lt_prog_compiler_wl_F77 \
17053 +    lt_prog_compiler_pic_F77 \
17054 +    lt_prog_compiler_static_F77 \
17055 +    lt_prog_compiler_no_builtin_flag_F77 \
17056 +    export_dynamic_flag_spec_F77 \
17057 +    thread_safe_flag_spec_F77 \
17058 +    whole_archive_flag_spec_F77 \
17059 +    enable_shared_with_static_runtimes_F77 \
17060 +    old_archive_cmds_F77 \
17061 +    old_archive_from_new_cmds_F77 \
17062 +    predep_objects_F77 \
17063 +    postdep_objects_F77 \
17064 +    predeps_F77 \
17065 +    postdeps_F77 \
17066 +    compiler_lib_search_path_F77 \
17067 +    compiler_lib_search_dirs_F77 \
17068 +    archive_cmds_F77 \
17069 +    archive_expsym_cmds_F77 \
17070 +    postinstall_cmds_F77 \
17071 +    postuninstall_cmds_F77 \
17072 +    old_archive_from_expsyms_cmds_F77 \
17073 +    allow_undefined_flag_F77 \
17074 +    no_undefined_flag_F77 \
17075 +    export_symbols_cmds_F77 \
17076 +    hardcode_libdir_flag_spec_F77 \
17077 +    hardcode_libdir_flag_spec_ld_F77 \
17078 +    hardcode_libdir_separator_F77 \
17079 +    hardcode_automatic_F77 \
17080 +    module_cmds_F77 \
17081 +    module_expsym_cmds_F77 \
17082 +    lt_cv_prog_compiler_c_o_F77 \
17083 +    fix_srcfile_path_F77 \
17084 +    exclude_expsyms_F77 \
17085 +    include_expsyms_F77; do
17086 +
17087 +    case $var in
17088 +    old_archive_cmds_F77 | \
17089 +    old_archive_from_new_cmds_F77 | \
17090 +    archive_cmds_F77 | \
17091 +    archive_expsym_cmds_F77 | \
17092 +    module_cmds_F77 | \
17093 +    module_expsym_cmds_F77 | \
17094 +    old_archive_from_expsyms_cmds_F77 | \
17095 +    export_symbols_cmds_F77 | \
17096 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
17097 +    postinstall_cmds | postuninstall_cmds | \
17098 +    old_postinstall_cmds | old_postuninstall_cmds | \
17099 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
17100 +      # Double-quote double-evaled strings.
17101 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
17102 +      ;;
17103 +    *)
17104 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
17105 +      ;;
17106 +    esac
17107 +  done
17108 +
17109 +  case $lt_echo in
17110 +  *'\$0 --fallback-echo"')
17111 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
17112 +    ;;
17113 +  esac
17114 +
17115 +cfgfile="$ofile"
17116 +
17117 +  cat <<__EOF__ >> "$cfgfile"
17118 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
17119 +
17120 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17121 +
17122 +# Shell to use when invoking shell scripts.
17123 +SHELL=$lt_SHELL
17124 +
17125 +# Whether or not to build shared libraries.
17126 +build_libtool_libs=$enable_shared
17127 +
17128 +# Whether or not to build static libraries.
17129 +build_old_libs=$enable_static
17130 +
17131 +# Whether or not to add -lc for building shared libraries.
17132 +build_libtool_need_lc=$archive_cmds_need_lc_F77
17133 +
17134 +# Whether or not to disallow shared libs when runtime libs are static
17135 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
17136 +
17137 +# Whether or not to optimize for fast installation.
17138 +fast_install=$enable_fast_install
17139 +
17140 +# The host system.
17141 +host_alias=$host_alias
17142 +host=$host
17143 +host_os=$host_os
17144 +
17145 +# The build system.
17146 +build_alias=$build_alias
17147 +build=$build
17148 +build_os=$build_os
17149 +
17150 +# An echo program that does not interpret backslashes.
17151 +echo=$lt_echo
17152 +
17153 +# The archiver.
17154 +AR=$lt_AR
17155 +AR_FLAGS=$lt_AR_FLAGS
17156 +
17157 +# A C compiler.
17158 +LTCC=$lt_LTCC
17159 +
17160 +# LTCC compiler flags.
17161 +LTCFLAGS=$lt_LTCFLAGS
17162 +
17163 +# A language-specific compiler.
17164 +CC=$lt_compiler_F77
17165 +
17166 +# Is the compiler the GNU C compiler?
17167 +with_gcc=$GCC_F77
17168 +
17169 +# An ERE matcher.
17170 +EGREP=$lt_EGREP
17171 +
17172 +# The linker used to build libraries.
17173 +LD=$lt_LD_F77
17174 +
17175 +# Whether we need hard or soft links.
17176 +LN_S=$lt_LN_S
17177 +
17178 +# A BSD-compatible nm program.
17179 +NM=$lt_NM
17180 +
17181 +# A symbol stripping program
17182 +STRIP=$lt_STRIP
17183 +
17184 +# Used to examine libraries when file_magic_cmd begins "file"
17185 +MAGIC_CMD=$MAGIC_CMD
17186 +
17187 +# Used on cygwin: DLL creation program.
17188 +DLLTOOL="$DLLTOOL"
17189 +
17190 +# Used on cygwin: object dumper.
17191 +OBJDUMP="$OBJDUMP"
17192 +
17193 +# Used on cygwin: assembler.
17194 +AS="$AS"
17195 +
17196 +# The name of the directory that contains temporary libtool files.
17197 +objdir=$objdir
17198 +
17199 +# How to create reloadable object files.
17200 +reload_flag=$lt_reload_flag
17201 +reload_cmds=$lt_reload_cmds
17202 +
17203 +# How to pass a linker flag through the compiler.
17204 +wl=$lt_lt_prog_compiler_wl_F77
17205 +
17206 +# Object file suffix (normally "o").
17207 +objext="$ac_objext"
17208 +
17209 +# Old archive suffix (normally "a").
17210 +libext="$libext"
17211 +
17212 +# Shared library suffix (normally ".so").
17213 +shrext_cmds='$shrext_cmds'
17214 +
17215 +# Executable file suffix (normally "").
17216 +exeext="$exeext"
17217 +
17218 +# Additional compiler flags for building library objects.
17219 +pic_flag=$lt_lt_prog_compiler_pic_F77
17220 +pic_mode=$pic_mode
17221 +
17222 +# What is the maximum length of a command?
17223 +max_cmd_len=$lt_cv_sys_max_cmd_len
17224 +
17225 +# Does compiler simultaneously support -c and -o options?
17226 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
17227 +
17228 +# Must we lock files when doing compilation?
17229 +need_locks=$lt_need_locks
17230 +
17231 +# Do we need the lib prefix for modules?
17232 +need_lib_prefix=$need_lib_prefix
17233 +
17234 +# Do we need a version for libraries?
17235 +need_version=$need_version
17236 +
17237 +# Whether dlopen is supported.
17238 +dlopen_support=$enable_dlopen
17239 +
17240 +# Whether dlopen of programs is supported.
17241 +dlopen_self=$enable_dlopen_self
17242 +
17243 +# Whether dlopen of statically linked programs is supported.
17244 +dlopen_self_static=$enable_dlopen_self_static
17245 +
17246 +# Compiler flag to prevent dynamic linking.
17247 +link_static_flag=$lt_lt_prog_compiler_static_F77
17248 +
17249 +# Compiler flag to turn off builtin functions.
17250 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
17251 +
17252 +# Compiler flag to allow reflexive dlopens.
17253 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
17254 +
17255 +# Compiler flag to generate shared objects directly from archives.
17256 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
17257 +
17258 +# Compiler flag to generate thread-safe objects.
17259 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
17260 +
17261 +# Library versioning type.
17262 +version_type=$version_type
17263 +
17264 +# Format of library name prefix.
17265 +libname_spec=$lt_libname_spec
17266 +
17267 +# List of archive names.  First name is the real one, the rest are links.
17268 +# The last name is the one that the linker finds with -lNAME.
17269 +library_names_spec=$lt_library_names_spec
17270 +
17271 +# The coded name of the library, if different from the real name.
17272 +soname_spec=$lt_soname_spec
17273 +
17274 +# Commands used to build and install an old-style archive.
17275 +RANLIB=$lt_RANLIB
17276 +old_archive_cmds=$lt_old_archive_cmds_F77
17277 +old_postinstall_cmds=$lt_old_postinstall_cmds
17278 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
17279 +
17280 +# Create an old-style archive from a shared archive.
17281 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
17282 +
17283 +# Create a temporary old-style archive to link instead of a shared archive.
17284 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
17285 +
17286 +# Commands used to build and install a shared archive.
17287 +archive_cmds=$lt_archive_cmds_F77
17288 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77
17289 +postinstall_cmds=$lt_postinstall_cmds
17290 +postuninstall_cmds=$lt_postuninstall_cmds
17291 +
17292 +# Commands used to build a loadable module (assumed same as above if empty)
17293 +module_cmds=$lt_module_cmds_F77
17294 +module_expsym_cmds=$lt_module_expsym_cmds_F77
17295 +
17296 +# Commands to strip libraries.
17297 +old_striplib=$lt_old_striplib
17298 +striplib=$lt_striplib
17299 +
17300 +# Dependencies to place before the objects being linked to create a
17301 +# shared library.
17302 +predep_objects=$lt_predep_objects_F77
17303 +
17304 +# Dependencies to place after the objects being linked to create a
17305 +# shared library.
17306 +postdep_objects=$lt_postdep_objects_F77
17307 +
17308 +# Dependencies to place before the objects being linked to create a
17309 +# shared library.
17310 +predeps=$lt_predeps_F77
17311 +
17312 +# Dependencies to place after the objects being linked to create a
17313 +# shared library.
17314 +postdeps=$lt_postdeps_F77
17315 +
17316 +# The directories searched by this compiler when creating a shared
17317 +# library
17318 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
17319 +
17320 +# The library search path used internally by the compiler when linking
17321 +# a shared library.
17322 +compiler_lib_search_path=$lt_compiler_lib_search_path_F77
17323 +
17324 +# Method to check whether dependent libraries are shared objects.
17325 +deplibs_check_method=$lt_deplibs_check_method
17326 +
17327 +# Command to use when deplibs_check_method == file_magic.
17328 +file_magic_cmd=$lt_file_magic_cmd
17329 +
17330 +# Flag that allows shared libraries with undefined symbols to be built.
17331 +allow_undefined_flag=$lt_allow_undefined_flag_F77
17332 +
17333 +# Flag that forces no undefined symbols.
17334 +no_undefined_flag=$lt_no_undefined_flag_F77
17335 +
17336 +# Commands used to finish a libtool library installation in a directory.
17337 +finish_cmds=$lt_finish_cmds
17338 +
17339 +# Same as above, but a single script fragment to be evaled but not shown.
17340 +finish_eval=$lt_finish_eval
17341 +
17342 +# Take the output of nm and produce a listing of raw symbols and C names.
17343 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17344 +
17345 +# Transform the output of nm in a proper C declaration
17346 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17347 +
17348 +# Transform the output of nm in a C name address pair
17349 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17350 +
17351 +# This is the shared library runtime path variable.
17352 +runpath_var=$runpath_var
17353 +
17354 +# This is the shared library path variable.
17355 +shlibpath_var=$shlibpath_var
17356 +
17357 +# Is shlibpath searched before the hard-coded library search path?
17358 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17359 +
17360 +# How to hardcode a shared library path into an executable.
17361 +hardcode_action=$hardcode_action_F77
17362 +
17363 +# Whether we should hardcode library paths into libraries.
17364 +hardcode_into_libs=$hardcode_into_libs
17365 +
17366 +# Flag to hardcode \$libdir into a binary during linking.
17367 +# This must work even if \$libdir does not exist.
17368 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
17369 +
17370 +# If ld is used when linking, flag to hardcode \$libdir into
17371 +# a binary during linking. This must work even if \$libdir does
17372 +# not exist.
17373 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
17374 +
17375 +# Whether we need a single -rpath flag with a separated argument.
17376 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
17377 +
17378 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
17379 +# resulting binary.
17380 +hardcode_direct=$hardcode_direct_F77
17381 +
17382 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
17383 +# resulting binary.
17384 +hardcode_minus_L=$hardcode_minus_L_F77
17385 +
17386 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
17387 +# the resulting binary.
17388 +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
17389 +
17390 +# Set to yes if building a shared library automatically hardcodes DIR into the library
17391 +# and all subsequent libraries and executables linked against it.
17392 +hardcode_automatic=$hardcode_automatic_F77
17393 +
17394 +# Variables whose values should be saved in libtool wrapper scripts and
17395 +# restored at relink time.
17396 +variables_saved_for_relink="$variables_saved_for_relink"
17397 +
17398 +# Whether libtool must link a program against all its dependency libraries.
17399 +link_all_deplibs=$link_all_deplibs_F77
17400 +
17401 +# Compile-time system search path for libraries
17402 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17403 +
17404 +# Run-time system search path for libraries
17405 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17406 +
17407 +# Fix the shell variable \$srcfile for the compiler.
17408 +fix_srcfile_path=$lt_fix_srcfile_path
17409 +
17410 +# Set to yes if exported symbols are required.
17411 +always_export_symbols=$always_export_symbols_F77
17412 +
17413 +# The commands to list exported symbols.
17414 +export_symbols_cmds=$lt_export_symbols_cmds_F77
17415 +
17416 +# The commands to extract the exported symbol list from a shared archive.
17417 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
17418 +
17419 +# Symbols that should not be listed in the preloaded symbols.
17420 +exclude_expsyms=$lt_exclude_expsyms_F77
17421 +
17422 +# Symbols that must always be exported.
17423 +include_expsyms=$lt_include_expsyms_F77
17424 +
17425 +# ### END LIBTOOL TAG CONFIG: $tagname
17426 +
17427 +__EOF__
17428 +
17429 +
17430 +else
17431 +  # If there is no Makefile yet, we rely on a make rule to execute
17432 +  # `config.status --recheck' to rerun these tests and create the
17433 +  # libtool script then.
17434 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
17435 +  if test -f "$ltmain_in"; then
17436 +    test -f Makefile && make "$ltmain"
17437 +  fi
17438 +fi
17439 +
17440 +
17441 +ac_ext=c
17442 +ac_cpp='$CPP $CPPFLAGS'
17443 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17444 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17445 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
17446 +
17447 +CC="$lt_save_CC"
17448 +
17449 +       else
17450 +         tagname=""
17451 +       fi
17452 +       ;;
17453 +
17454 +      GCJ)
17455 +       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
17456 +         
17457 +
17458 +# Source file extension for Java test sources.
17459 +ac_ext=java
17460 +
17461 +# Object file extension for compiled Java test sources.
17462 +objext=o
17463 +objext_GCJ=$objext
17464 +
17465 +# Code to be used in simple compile tests
17466 +lt_simple_compile_test_code="class foo {}"
17467 +
17468 +# Code to be used in simple link tests
17469 +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
17470 +
17471 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
17472 +
17473 +# If no C compiler was specified, use CC.
17474 +LTCC=${LTCC-"$CC"}
17475 +
17476 +# If no C compiler flags were specified, use CFLAGS.
17477 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
17478 +
17479 +# Allow CC to be a program name with arguments.
17480 +compiler=$CC
17481 +
17482 +
17483 +# save warnings/boilerplate of simple test code
17484 +ac_outfile=conftest.$ac_objext
17485 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
17486 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
17487 +_lt_compiler_boilerplate=`cat conftest.err`
17488 +$rm conftest*
17489 +
17490 +ac_outfile=conftest.$ac_objext
17491 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
17492 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
17493 +_lt_linker_boilerplate=`cat conftest.err`
17494 +$rm -r conftest*
17495 +
17496 +
17497 +# Allow CC to be a program name with arguments.
17498 +lt_save_CC="$CC"
17499 +CC=${GCJ-"gcj"}
17500 +compiler=$CC
17501 +compiler_GCJ=$CC
17502 +for cc_temp in $compiler""; do
17503 +  case $cc_temp in
17504 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
17505 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
17506 +    \-*) ;;
17507 +    *) break;;
17508 +  esac
17509 +done
17510 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
17511 +
17512 +
17513 +# GCJ did not exist at the time GCC didn't implicitly link libc in.
17514 +archive_cmds_need_lc_GCJ=no
17515 +
17516 +old_archive_cmds_GCJ=$old_archive_cmds
17517 +
17518 +
17519 +lt_prog_compiler_no_builtin_flag_GCJ=
17520 +
17521 +if test "$GCC" = yes; then
17522 +  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
17523 +
17524 +  
17525 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
17526 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
17527 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
17528 +  echo $ECHO_N "(cached) $ECHO_C" >&6
17529 +else
17530 +  lt_cv_prog_compiler_rtti_exceptions=no
17531 +  ac_outfile=conftest.$ac_objext
17532 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17533 +   lt_compiler_flag="-fno-rtti -fno-exceptions"
17534 +   # Insert the option either (1) after the last *FLAGS variable, or
17535 +   # (2) before a word containing "conftest.", or (3) at the end.
17536 +   # Note that $ac_compile itself does not contain backslashes and begins
17537 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
17538 +   # The option is referenced via a variable to avoid confusing sed.
17539 +   lt_compile=`echo "$ac_compile" | $SED \
17540 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17541 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17542 +   -e 's:$: $lt_compiler_flag:'`
17543 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
17544 +   (eval "$lt_compile" 2>conftest.err)
17545 +   ac_status=$?
17546 +   cat conftest.err >&5
17547 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
17548 +   if (exit $ac_status) && test -s "$ac_outfile"; then
17549 +     # The compiler can only warn and ignore the option if not recognized
17550 +     # So say no if there are warnings other than the usual output.
17551 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
17552 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17553 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
17554 +       lt_cv_prog_compiler_rtti_exceptions=yes
17555 +     fi
17556 +   fi
17557 +   $rm conftest*
17558 +
17559 +fi
17560 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
17561 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
17562 +
17563 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
17564 +    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
17565 +else
17566 +    :
17567 +fi
17568 +
17569 +fi
17570 +
17571 +lt_prog_compiler_wl_GCJ=
17572 +lt_prog_compiler_pic_GCJ=
17573 +lt_prog_compiler_static_GCJ=
17574 +
17575 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
17576 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17577
17578 +  if test "$GCC" = yes; then
17579 +    lt_prog_compiler_wl_GCJ='-Wl,'
17580 +    lt_prog_compiler_static_GCJ='-static'
17581 +
17582 +    case $host_os in
17583 +      aix*)
17584 +      # All AIX code is PIC.
17585 +      if test "$host_cpu" = ia64; then
17586 +       # AIX 5 now supports IA64 processor
17587 +       lt_prog_compiler_static_GCJ='-Bstatic'
17588 +      fi
17589 +      ;;
17590 +
17591 +    amigaos*)
17592 +      # FIXME: we need at least 68020 code to build shared libraries, but
17593 +      # adding the `-m68020' flag to GCC prevents building anything better,
17594 +      # like `-m68040'.
17595 +      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
17596 +      ;;
17597 +
17598 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
17599 +      # PIC is the default for these OSes.
17600 +      ;;
17601 +
17602 +    mingw* | cygwin* | pw32* | os2*)
17603 +      # This hack is so that the source file can tell whether it is being
17604 +      # built for inclusion in a dll (and should export symbols for example).
17605 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
17606 +      # (--disable-auto-import) libraries
17607 +      
17608 +      ;;
17609 +
17610 +    darwin* | rhapsody*)
17611 +      # PIC is the default on this platform
17612 +      # Common symbols not allowed in MH_DYLIB files
17613 +      lt_prog_compiler_pic_GCJ='-fno-common'
17614 +      ;;
17615 +
17616 +    interix[3-9]*)
17617 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
17618 +      # Instead, we relocate shared libraries at runtime.
17619 +      ;;
17620 +
17621 +    msdosdjgpp*)
17622 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
17623 +      # on systems that don't support them.
17624 +      lt_prog_compiler_can_build_shared_GCJ=no
17625 +      enable_shared=no
17626 +      ;;
17627 +
17628 +    sysv4*MP*)
17629 +      if test -d /usr/nec; then
17630 +       lt_prog_compiler_pic_GCJ=-Kconform_pic
17631 +      fi
17632 +      ;;
17633 +
17634 +    hpux*)
17635 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17636 +      # not for PA HP-UX.
17637 +      case $host_cpu in
17638 +      hppa*64*|ia64*)
17639 +       # +Z the default
17640 +       ;;
17641 +      *)
17642 +       lt_prog_compiler_pic_GCJ='-fPIC'
17643 +       ;;
17644 +      esac
17645 +      ;;
17646 +
17647 +    *)
17648 +      lt_prog_compiler_pic_GCJ='-fPIC'
17649 +      ;;
17650 +    esac
17651 +  else
17652 +    # PORTME Check for flag to pass linker flags through the system compiler.
17653 +    case $host_os in
17654 +    aix*)
17655 +      lt_prog_compiler_wl_GCJ='-Wl,'
17656 +      if test "$host_cpu" = ia64; then
17657 +       # AIX 5 now supports IA64 processor
17658 +       lt_prog_compiler_static_GCJ='-Bstatic'
17659 +      else
17660 +       lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
17661 +      fi
17662 +      ;;
17663 +      darwin*)
17664 +        # PIC is the default on this platform
17665 +        # Common symbols not allowed in MH_DYLIB files
17666 +       case $cc_basename in
17667 +         xlc*)
17668 +         lt_prog_compiler_pic_GCJ='-qnocommon'
17669 +         lt_prog_compiler_wl_GCJ='-Wl,'
17670 +         ;;
17671 +       esac
17672 +       ;;
17673 +
17674 +    mingw* | cygwin* | pw32* | os2*)
17675 +      # This hack is so that the source file can tell whether it is being
17676 +      # built for inclusion in a dll (and should export symbols for example).
17677 +      
17678 +      ;;
17679 +
17680 +    hpux9* | hpux10* | hpux11*)
17681 +      lt_prog_compiler_wl_GCJ='-Wl,'
17682 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17683 +      # not for PA HP-UX.
17684 +      case $host_cpu in
17685 +      hppa*64*|ia64*)
17686 +       # +Z the default
17687 +       ;;
17688 +      *)
17689 +       lt_prog_compiler_pic_GCJ='+Z'
17690 +       ;;
17691 +      esac
17692 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
17693 +      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
17694 +      ;;
17695 +
17696 +    irix5* | irix6* | nonstopux*)
17697 +      lt_prog_compiler_wl_GCJ='-Wl,'
17698 +      # PIC (with -KPIC) is the default.
17699 +      lt_prog_compiler_static_GCJ='-non_shared'
17700 +      ;;
17701 +
17702 +    newsos6)
17703 +      lt_prog_compiler_pic_GCJ='-KPIC'
17704 +      lt_prog_compiler_static_GCJ='-Bstatic'
17705 +      ;;
17706 +
17707 +    linux* | k*bsd*-gnu)
17708 +      case $cc_basename in
17709 +      icc* | ecc*)
17710 +       lt_prog_compiler_wl_GCJ='-Wl,'
17711 +       lt_prog_compiler_pic_GCJ='-KPIC'
17712 +       lt_prog_compiler_static_GCJ='-static'
17713 +        ;;
17714 +      pgcc* | pgf77* | pgf90* | pgf95*)
17715 +        # Portland Group compilers (*not* the Pentium gcc compiler,
17716 +       # which looks to be a dead project)
17717 +       lt_prog_compiler_wl_GCJ='-Wl,'
17718 +       lt_prog_compiler_pic_GCJ='-fpic'
17719 +       lt_prog_compiler_static_GCJ='-Bstatic'
17720 +        ;;
17721 +      ccc*)
17722 +        lt_prog_compiler_wl_GCJ='-Wl,'
17723 +        # All Alpha code is PIC.
17724 +        lt_prog_compiler_static_GCJ='-non_shared'
17725 +        ;;
17726 +      *)
17727 +        case `$CC -V 2>&1 | sed 5q` in
17728 +       *Sun\ C*)
17729 +         # Sun C 5.9
17730 +         lt_prog_compiler_pic_GCJ='-KPIC'
17731 +         lt_prog_compiler_static_GCJ='-Bstatic'
17732 +         lt_prog_compiler_wl_GCJ='-Wl,'
17733 +         ;;
17734 +       *Sun\ F*)
17735 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
17736 +         lt_prog_compiler_pic_GCJ='-KPIC'
17737 +         lt_prog_compiler_static_GCJ='-Bstatic'
17738 +         lt_prog_compiler_wl_GCJ=''
17739 +         ;;
17740 +       esac
17741 +       ;;
17742 +      esac
17743 +      ;;
17744 +
17745 +    osf3* | osf4* | osf5*)
17746 +      lt_prog_compiler_wl_GCJ='-Wl,'
17747 +      # All OSF/1 code is PIC.
17748 +      lt_prog_compiler_static_GCJ='-non_shared'
17749 +      ;;
17750 +
17751 +    rdos*)
17752 +      lt_prog_compiler_static_GCJ='-non_shared'
17753 +      ;;
17754 +
17755 +    solaris*)
17756 +      lt_prog_compiler_pic_GCJ='-KPIC'
17757 +      lt_prog_compiler_static_GCJ='-Bstatic'
17758 +      case $cc_basename in
17759 +      f77* | f90* | f95*)
17760 +       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
17761 +      *)
17762 +       lt_prog_compiler_wl_GCJ='-Wl,';;
17763 +      esac
17764 +      ;;
17765 +
17766 +    sunos4*)
17767 +      lt_prog_compiler_wl_GCJ='-Qoption ld '
17768 +      lt_prog_compiler_pic_GCJ='-PIC'
17769 +      lt_prog_compiler_static_GCJ='-Bstatic'
17770 +      ;;
17771 +
17772 +    sysv4 | sysv4.2uw2* | sysv4.3*)
17773 +      lt_prog_compiler_wl_GCJ='-Wl,'
17774 +      lt_prog_compiler_pic_GCJ='-KPIC'
17775 +      lt_prog_compiler_static_GCJ='-Bstatic'
17776 +      ;;
17777 +
17778 +    sysv4*MP*)
17779 +      if test -d /usr/nec ;then
17780 +       lt_prog_compiler_pic_GCJ='-Kconform_pic'
17781 +       lt_prog_compiler_static_GCJ='-Bstatic'
17782 +      fi
17783 +      ;;
17784 +
17785 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
17786 +      lt_prog_compiler_wl_GCJ='-Wl,'
17787 +      lt_prog_compiler_pic_GCJ='-KPIC'
17788 +      lt_prog_compiler_static_GCJ='-Bstatic'
17789 +      ;;
17790 +
17791 +    unicos*)
17792 +      lt_prog_compiler_wl_GCJ='-Wl,'
17793 +      lt_prog_compiler_can_build_shared_GCJ=no
17794 +      ;;
17795 +
17796 +    uts4*)
17797 +      lt_prog_compiler_pic_GCJ='-pic'
17798 +      lt_prog_compiler_static_GCJ='-Bstatic'
17799 +      ;;
17800 +
17801 +    *)
17802 +      lt_prog_compiler_can_build_shared_GCJ=no
17803 +      ;;
17804 +    esac
17805 +  fi
17806 +
17807 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17808 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
17809 +
17810 +#
17811 +# Check to make sure the PIC flag actually works.
17812 +#
17813 +if test -n "$lt_prog_compiler_pic_GCJ"; then
17814 +  
17815 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17816 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
17817 +if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
17818 +  echo $ECHO_N "(cached) $ECHO_C" >&6
17819 +else
17820 +  lt_cv_prog_compiler_pic_works_GCJ=no
17821 +  ac_outfile=conftest.$ac_objext
17822 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17823 +   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
17824 +   # Insert the option either (1) after the last *FLAGS variable, or
17825 +   # (2) before a word containing "conftest.", or (3) at the end.
17826 +   # Note that $ac_compile itself does not contain backslashes and begins
17827 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
17828 +   # The option is referenced via a variable to avoid confusing sed.
17829 +   lt_compile=`echo "$ac_compile" | $SED \
17830 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17831 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17832 +   -e 's:$: $lt_compiler_flag:'`
17833 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
17834 +   (eval "$lt_compile" 2>conftest.err)
17835 +   ac_status=$?
17836 +   cat conftest.err >&5
17837 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
17838 +   if (exit $ac_status) && test -s "$ac_outfile"; then
17839 +     # The compiler can only warn and ignore the option if not recognized
17840 +     # So say no if there are warnings other than the usual output.
17841 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
17842 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17843 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
17844 +       lt_cv_prog_compiler_pic_works_GCJ=yes
17845 +     fi
17846 +   fi
17847 +   $rm conftest*
17848 +
17849 +fi
17850 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17851 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
17852 +
17853 +if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
17854 +    case $lt_prog_compiler_pic_GCJ in
17855 +     "" | " "*) ;;
17856 +     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
17857 +     esac
17858 +else
17859 +    lt_prog_compiler_pic_GCJ=
17860 +     lt_prog_compiler_can_build_shared_GCJ=no
17861 +fi
17862 +
17863 +fi
17864 +case $host_os in
17865 +  # For platforms which do not support PIC, -DPIC is meaningless:
17866 +  *djgpp*)
17867 +    lt_prog_compiler_pic_GCJ=
17868 +    ;;
17869 +  *)
17870 +    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
17871 +    ;;
17872 +esac
17873 +
17874 +#
17875 +# Check to make sure the static flag actually works.
17876 +#
17877 +wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
17878 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17879 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
17880 +if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
17881 +  echo $ECHO_N "(cached) $ECHO_C" >&6
17882 +else
17883 +  lt_cv_prog_compiler_static_works_GCJ=no
17884 +   save_LDFLAGS="$LDFLAGS"
17885 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
17886 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
17887 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
17888 +     # The linker can only warn and ignore the option if not recognized
17889 +     # So say no if there are warnings
17890 +     if test -s conftest.err; then
17891 +       # Append any errors to the config.log.
17892 +       cat conftest.err 1>&5
17893 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
17894 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17895 +       if diff conftest.exp conftest.er2 >/dev/null; then
17896 +         lt_cv_prog_compiler_static_works_GCJ=yes
17897 +       fi
17898 +     else
17899 +       lt_cv_prog_compiler_static_works_GCJ=yes
17900 +     fi
17901 +   fi
17902 +   $rm -r conftest*
17903 +   LDFLAGS="$save_LDFLAGS"
17904 +
17905 +fi
17906 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17907 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
17908 +
17909 +if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
17910 +    :
17911 +else
17912 +    lt_prog_compiler_static_GCJ=
17913 +fi
17914 +
17915 +
17916 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17917 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17918 +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
17919 +  echo $ECHO_N "(cached) $ECHO_C" >&6
17920 +else
17921 +  lt_cv_prog_compiler_c_o_GCJ=no
17922 +   $rm -r conftest 2>/dev/null
17923 +   mkdir conftest
17924 +   cd conftest
17925 +   mkdir out
17926 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17927 +
17928 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
17929 +   # Insert the option either (1) after the last *FLAGS variable, or
17930 +   # (2) before a word containing "conftest.", or (3) at the end.
17931 +   # Note that $ac_compile itself does not contain backslashes and begins
17932 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
17933 +   lt_compile=`echo "$ac_compile" | $SED \
17934 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17935 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17936 +   -e 's:$: $lt_compiler_flag:'`
17937 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
17938 +   (eval "$lt_compile" 2>out/conftest.err)
17939 +   ac_status=$?
17940 +   cat out/conftest.err >&5
17941 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
17942 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17943 +   then
17944 +     # The compiler can only warn and ignore the option if not recognized
17945 +     # So say no if there are warnings
17946 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
17947 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17948 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17949 +       lt_cv_prog_compiler_c_o_GCJ=yes
17950 +     fi
17951 +   fi
17952 +   chmod u+w . 2>&5
17953 +   $rm conftest*
17954 +   # SGI C++ compiler will create directory out/ii_files/ for
17955 +   # template instantiation
17956 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
17957 +   $rm out/* && rmdir out
17958 +   cd ..
17959 +   rmdir conftest
17960 +   $rm conftest*
17961 +
17962 +fi
17963 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17964 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17965 +
17966 +
17967 +hard_links="nottested"
17968 +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
17969 +  # do not overwrite the value of need_locks provided by the user
17970 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17971 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
17972 +  hard_links=yes
17973 +  $rm conftest*
17974 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17975 +  touch conftest.a
17976 +  ln conftest.a conftest.b 2>&5 || hard_links=no
17977 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17978 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
17979 +echo "${ECHO_T}$hard_links" >&6; }
17980 +  if test "$hard_links" = no; then
17981 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17982 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17983 +    need_locks=warn
17984 +  fi
17985 +else
17986 +  need_locks=no
17987 +fi
17988 +
17989 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17990 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
17991 +
17992 +  runpath_var=
17993 +  allow_undefined_flag_GCJ=
17994 +  enable_shared_with_static_runtimes_GCJ=no
17995 +  archive_cmds_GCJ=
17996 +  archive_expsym_cmds_GCJ=
17997 +  old_archive_From_new_cmds_GCJ=
17998 +  old_archive_from_expsyms_cmds_GCJ=
17999 +  export_dynamic_flag_spec_GCJ=
18000 +  whole_archive_flag_spec_GCJ=
18001 +  thread_safe_flag_spec_GCJ=
18002 +  hardcode_libdir_flag_spec_GCJ=
18003 +  hardcode_libdir_flag_spec_ld_GCJ=
18004 +  hardcode_libdir_separator_GCJ=
18005 +  hardcode_direct_GCJ=no
18006 +  hardcode_minus_L_GCJ=no
18007 +  hardcode_shlibpath_var_GCJ=unsupported
18008 +  link_all_deplibs_GCJ=unknown
18009 +  hardcode_automatic_GCJ=no
18010 +  module_cmds_GCJ=
18011 +  module_expsym_cmds_GCJ=
18012 +  always_export_symbols_GCJ=no
18013 +  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
18014 +  # include_expsyms should be a list of space-separated symbols to be *always*
18015 +  # included in the symbol list
18016 +  include_expsyms_GCJ=
18017 +  # exclude_expsyms can be an extended regexp of symbols to exclude
18018 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
18019 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
18020 +  # as well as any symbol that contains `d'.
18021 +  exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
18022 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
18023 +  # platforms (ab)use it in PIC code, but their linkers get confused if
18024 +  # the symbol is explicitly referenced.  Since portable code cannot
18025 +  # rely on this symbol name, it's probably fine to never include it in
18026 +  # preloaded symbol tables.
18027 +  # Exclude shared library initialization/finalization symbols.
18028 +  extract_expsyms_cmds=
18029 +  # Just being paranoid about ensuring that cc_basename is set.
18030 +  for cc_temp in $compiler""; do
18031 +  case $cc_temp in
18032 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
18033 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
18034 +    \-*) ;;
18035 +    *) break;;
18036 +  esac
18037 +done
18038 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
18039 +
18040 +  case $host_os in
18041 +  cygwin* | mingw* | pw32*)
18042 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
18043 +    # When not using gcc, we currently assume that we are using
18044 +    # Microsoft Visual C++.
18045 +    if test "$GCC" != yes; then
18046 +      with_gnu_ld=no
18047 +    fi
18048 +    ;;
18049 +  interix*)
18050 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
18051 +    with_gnu_ld=yes
18052 +    ;;
18053 +  openbsd*)
18054 +    with_gnu_ld=no
18055 +    ;;
18056 +  esac
18057 +
18058 +  ld_shlibs_GCJ=yes
18059 +  if test "$with_gnu_ld" = yes; then
18060 +    # If archive_cmds runs LD, not CC, wlarc should be empty
18061 +    wlarc='${wl}'
18062 +
18063 +    # Set some defaults for GNU ld with shared library support. These
18064 +    # are reset later if shared libraries are not supported. Putting them
18065 +    # here allows them to be overridden if necessary.
18066 +    runpath_var=LD_RUN_PATH
18067 +    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
18068 +    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
18069 +    # ancient GNU ld didn't support --whole-archive et. al.
18070 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
18071 +       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
18072 +      else
18073 +       whole_archive_flag_spec_GCJ=
18074 +    fi
18075 +    supports_anon_versioning=no
18076 +    case `$LD -v 2>/dev/null` in
18077 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
18078 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
18079 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
18080 +      *\ 2.11.*) ;; # other 2.11 versions
18081 +      *) supports_anon_versioning=yes ;;
18082 +    esac
18083 +
18084 +    # See if GNU ld supports shared libraries.
18085 +    case $host_os in
18086 +    aix[3-9]*)
18087 +      # On AIX/PPC, the GNU linker is very broken
18088 +      if test "$host_cpu" != ia64; then
18089 +       ld_shlibs_GCJ=no
18090 +       cat <<EOF 1>&2
18091 +
18092 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
18093 +*** to be unable to reliably create shared libraries on AIX.
18094 +*** Therefore, libtool is disabling shared libraries support.  If you
18095 +*** really care for shared libraries, you may want to modify your PATH
18096 +*** so that a non-GNU linker is found, and then restart.
18097 +
18098 +EOF
18099 +      fi
18100 +      ;;
18101 +
18102 +    amigaos*)
18103 +      archive_cmds_GCJ='$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)'
18104 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18105 +      hardcode_minus_L_GCJ=yes
18106 +
18107 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
18108 +      # that the semantics of dynamic libraries on AmigaOS, at least up
18109 +      # to version 4, is to share data among multiple programs linked
18110 +      # with the same dynamic library.  Since this doesn't match the
18111 +      # behavior of shared libraries on other platforms, we can't use
18112 +      # them.
18113 +      ld_shlibs_GCJ=no
18114 +      ;;
18115 +
18116 +    beos*)
18117 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
18118 +       allow_undefined_flag_GCJ=unsupported
18119 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
18120 +       # support --undefined.  This deserves some investigation.  FIXME
18121 +       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18122 +      else
18123 +       ld_shlibs_GCJ=no
18124 +      fi
18125 +      ;;
18126 +
18127 +    cygwin* | mingw* | pw32*)
18128 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
18129 +      # as there is no search path for DLLs.
18130 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18131 +      allow_undefined_flag_GCJ=unsupported
18132 +      always_export_symbols_GCJ=no
18133 +      enable_shared_with_static_runtimes_GCJ=yes
18134 +      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
18135 +
18136 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
18137 +        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18138 +       # If the export-symbols file already is a .def file (1st line
18139 +       # is EXPORTS), use it as is; otherwise, prepend...
18140 +       archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
18141 +         cp $export_symbols $output_objdir/$soname.def;
18142 +       else
18143 +         echo EXPORTS > $output_objdir/$soname.def;
18144 +         cat $export_symbols >> $output_objdir/$soname.def;
18145 +       fi~
18146 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18147 +      else
18148 +       ld_shlibs_GCJ=no
18149 +      fi
18150 +      ;;
18151 +
18152 +    interix[3-9]*)
18153 +      hardcode_direct_GCJ=no
18154 +      hardcode_shlibpath_var_GCJ=no
18155 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18156 +      export_dynamic_flag_spec_GCJ='${wl}-E'
18157 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
18158 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
18159 +      # default) and relocated if they conflict, which is a slow very memory
18160 +      # consuming and fragmenting process.  To avoid this, we pick a random,
18161 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
18162 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
18163 +      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
18164 +      archive_expsym_cmds_GCJ='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'
18165 +      ;;
18166 +
18167 +    gnu* | linux* | k*bsd*-gnu)
18168 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
18169 +       tmp_addflag=
18170 +       case $cc_basename,$host_cpu in
18171 +       pgcc*)                          # Portland Group C compiler
18172 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
18173 +         tmp_addflag=' $pic_flag'
18174 +         ;;
18175 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
18176 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
18177 +         tmp_addflag=' $pic_flag -Mnomain' ;;
18178 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
18179 +         tmp_addflag=' -i_dynamic' ;;
18180 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
18181 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
18182 +       ifc* | ifort*)                  # Intel Fortran compiler
18183 +         tmp_addflag=' -nofor_main' ;;
18184 +       esac
18185 +       case `$CC -V 2>&1 | sed 5q` in
18186 +       *Sun\ C*)                       # Sun C 5.9
18187 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
18188 +         tmp_sharedflag='-G' ;;
18189 +       *Sun\ F*)                       # Sun Fortran 8.3
18190 +         tmp_sharedflag='-G' ;;
18191 +       *)
18192 +         tmp_sharedflag='-shared' ;;
18193 +       esac
18194 +       archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18195 +
18196 +       if test $supports_anon_versioning = yes; then
18197 +         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
18198 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
18199 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
18200 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
18201 +       fi
18202 +       link_all_deplibs_GCJ=no
18203 +      else
18204 +       ld_shlibs_GCJ=no
18205 +      fi
18206 +      ;;
18207 +
18208 +    netbsd* | netbsdelf*-gnu)
18209 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
18210 +       archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
18211 +       wlarc=
18212 +      else
18213 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18214 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18215 +      fi
18216 +      ;;
18217 +
18218 +    solaris*)
18219 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
18220 +       ld_shlibs_GCJ=no
18221 +       cat <<EOF 1>&2
18222 +
18223 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
18224 +*** create shared libraries on Solaris systems.  Therefore, libtool
18225 +*** is disabling shared libraries support.  We urge you to upgrade GNU
18226 +*** binutils to release 2.9.1 or newer.  Another option is to modify
18227 +*** your PATH or compiler configuration so that the native linker is
18228 +*** used, and then restart.
18229 +
18230 +EOF
18231 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
18232 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18233 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18234 +      else
18235 +       ld_shlibs_GCJ=no
18236 +      fi
18237 +      ;;
18238 +
18239 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
18240 +      case `$LD -v 2>&1` in
18241 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
18242 +       ld_shlibs_GCJ=no
18243 +       cat <<_LT_EOF 1>&2
18244 +
18245 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
18246 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
18247 +*** is disabling shared libraries support.  We urge you to upgrade GNU
18248 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
18249 +*** your PATH or compiler configuration so that the native linker is
18250 +*** used, and then restart.
18251 +
18252 +_LT_EOF
18253 +       ;;
18254 +       *)
18255 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
18256 +           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
18257 +           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
18258 +           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
18259 +         else
18260 +           ld_shlibs_GCJ=no
18261 +         fi
18262 +       ;;
18263 +      esac
18264 +      ;;
18265 +
18266 +    sunos4*)
18267 +      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18268 +      wlarc=
18269 +      hardcode_direct_GCJ=yes
18270 +      hardcode_shlibpath_var_GCJ=no
18271 +      ;;
18272 +
18273 +    *)
18274 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
18275 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18276 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18277 +      else
18278 +       ld_shlibs_GCJ=no
18279 +      fi
18280 +      ;;
18281 +    esac
18282 +
18283 +    if test "$ld_shlibs_GCJ" = no; then
18284 +      runpath_var=
18285 +      hardcode_libdir_flag_spec_GCJ=
18286 +      export_dynamic_flag_spec_GCJ=
18287 +      whole_archive_flag_spec_GCJ=
18288 +    fi
18289 +  else
18290 +    # PORTME fill in a description of your system's linker (not GNU ld)
18291 +    case $host_os in
18292 +    aix3*)
18293 +      allow_undefined_flag_GCJ=unsupported
18294 +      always_export_symbols_GCJ=yes
18295 +      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
18296 +      # Note: this linker hardcodes the directories in LIBPATH if there
18297 +      # are no directories specified by -L.
18298 +      hardcode_minus_L_GCJ=yes
18299 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
18300 +       # Neither direct hardcoding nor static linking is supported with a
18301 +       # broken collect2.
18302 +       hardcode_direct_GCJ=unsupported
18303 +      fi
18304 +      ;;
18305 +
18306 +    aix[4-9]*)
18307 +      if test "$host_cpu" = ia64; then
18308 +       # On IA64, the linker does run time linking by default, so we don't
18309 +       # have to do anything special.
18310 +       aix_use_runtimelinking=no
18311 +       exp_sym_flag='-Bexport'
18312 +       no_entry_flag=""
18313 +      else
18314 +       # If we're using GNU nm, then we don't want the "-C" option.
18315 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
18316 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
18317 +         export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
18318 +       else
18319 +         export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
18320 +       fi
18321 +       aix_use_runtimelinking=no
18322 +
18323 +       # Test if we are trying to use run time linking or normal
18324 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
18325 +       # need to do runtime linking.
18326 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
18327 +         for ld_flag in $LDFLAGS; do
18328 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
18329 +           aix_use_runtimelinking=yes
18330 +           break
18331 +         fi
18332 +         done
18333 +         ;;
18334 +       esac
18335 +
18336 +       exp_sym_flag='-bexport'
18337 +       no_entry_flag='-bnoentry'
18338 +      fi
18339 +
18340 +      # When large executables or shared objects are built, AIX ld can
18341 +      # have problems creating the table of contents.  If linking a library
18342 +      # or program results in "error TOC overflow" add -mminimal-toc to
18343 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
18344 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
18345 +
18346 +      archive_cmds_GCJ=''
18347 +      hardcode_direct_GCJ=yes
18348 +      hardcode_libdir_separator_GCJ=':'
18349 +      link_all_deplibs_GCJ=yes
18350 +
18351 +      if test "$GCC" = yes; then
18352 +       case $host_os in aix4.[012]|aix4.[012].*)
18353 +       # We only want to do this on AIX 4.2 and lower, the check
18354 +       # below for broken collect2 doesn't work under 4.3+
18355 +         collect2name=`${CC} -print-prog-name=collect2`
18356 +         if test -f "$collect2name" && \
18357 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
18358 +         then
18359 +         # We have reworked collect2
18360 +         :
18361 +         else
18362 +         # We have old collect2
18363 +         hardcode_direct_GCJ=unsupported
18364 +         # It fails to find uninstalled libraries when the uninstalled
18365 +         # path is not listed in the libpath.  Setting hardcode_minus_L
18366 +         # to unsupported forces relinking
18367 +         hardcode_minus_L_GCJ=yes
18368 +         hardcode_libdir_flag_spec_GCJ='-L$libdir'
18369 +         hardcode_libdir_separator_GCJ=
18370 +         fi
18371 +         ;;
18372 +       esac
18373 +       shared_flag='-shared'
18374 +       if test "$aix_use_runtimelinking" = yes; then
18375 +         shared_flag="$shared_flag "'${wl}-G'
18376 +       fi
18377 +      else
18378 +       # not using gcc
18379 +       if test "$host_cpu" = ia64; then
18380 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
18381 +       # chokes on -Wl,-G. The following line is correct:
18382 +         shared_flag='-G'
18383 +       else
18384 +         if test "$aix_use_runtimelinking" = yes; then
18385 +           shared_flag='${wl}-G'
18386 +         else
18387 +           shared_flag='${wl}-bM:SRE'
18388 +         fi
18389 +       fi
18390 +      fi
18391 +
18392 +      # It seems that -bexpall does not export symbols beginning with
18393 +      # underscore (_), so it is better to generate a list of symbols to export.
18394 +      always_export_symbols_GCJ=yes
18395 +      if test "$aix_use_runtimelinking" = yes; then
18396 +       # Warning - without using the other runtime loading flags (-brtl),
18397 +       # -berok will link without error, but may produce a broken library.
18398 +       allow_undefined_flag_GCJ='-berok'
18399 +       # Determine the default libpath from the value encoded in an empty executable.
18400 +       cat >conftest.$ac_ext <<_ACEOF
18401 +/* confdefs.h.  */
18402 +_ACEOF
18403 +cat confdefs.h >>conftest.$ac_ext
18404 +cat >>conftest.$ac_ext <<_ACEOF
18405 +/* end confdefs.h.  */
18406 +
18407 +int
18408 +main ()
18409 +{
18410 +
18411 +  ;
18412 +  return 0;
18413 +}
18414 +_ACEOF
18415 +rm -f conftest.$ac_objext conftest$ac_exeext
18416 +if { (ac_try="$ac_link"
18417 +case "(($ac_try" in
18418 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18419 +  *) ac_try_echo=$ac_try;;
18420 +esac
18421 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18422 +  (eval "$ac_link") 2>conftest.er1
18423 +  ac_status=$?
18424 +  grep -v '^ *+' conftest.er1 >conftest.err
18425 +  rm -f conftest.er1
18426 +  cat conftest.err >&5
18427 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 +  (exit $ac_status); } && {
18429 +        test -z "$ac_c_werror_flag" ||
18430 +        test ! -s conftest.err
18431 +       } && test -s conftest$ac_exeext &&
18432 +       $as_test_x conftest$ac_exeext; then
18433 +  
18434 +lt_aix_libpath_sed='
18435 +    /Import File Strings/,/^$/ {
18436 +       /^0/ {
18437 +           s/^0  *\(.*\)$/\1/
18438 +           p
18439 +       }
18440 +    }'
18441 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18442 +# Check for a 64-bit object if we didn't find anything.
18443 +if test -z "$aix_libpath"; then
18444 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18445 +fi
18446 +else
18447 +  echo "$as_me: failed program was:" >&5
18448 +sed 's/^/| /' conftest.$ac_ext >&5
18449 +
18450 +       
18451 +fi
18452 +
18453 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18454 +      conftest$ac_exeext conftest.$ac_ext
18455 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18456 +
18457 +       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
18458 +       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
18459 +       else
18460 +       if test "$host_cpu" = ia64; then
18461 +         hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
18462 +         allow_undefined_flag_GCJ="-z nodefs"
18463 +         archive_expsym_cmds_GCJ="\$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"
18464 +       else
18465 +        # Determine the default libpath from the value encoded in an empty executable.
18466 +        cat >conftest.$ac_ext <<_ACEOF
18467 +/* confdefs.h.  */
18468 +_ACEOF
18469 +cat confdefs.h >>conftest.$ac_ext
18470 +cat >>conftest.$ac_ext <<_ACEOF
18471 +/* end confdefs.h.  */
18472 +
18473 +int
18474 +main ()
18475 +{
18476 +
18477 +  ;
18478 +  return 0;
18479 +}
18480 +_ACEOF
18481 +rm -f conftest.$ac_objext conftest$ac_exeext
18482 +if { (ac_try="$ac_link"
18483 +case "(($ac_try" in
18484 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18485 +  *) ac_try_echo=$ac_try;;
18486 +esac
18487 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18488 +  (eval "$ac_link") 2>conftest.er1
18489 +  ac_status=$?
18490 +  grep -v '^ *+' conftest.er1 >conftest.err
18491 +  rm -f conftest.er1
18492 +  cat conftest.err >&5
18493 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18494 +  (exit $ac_status); } && {
18495 +        test -z "$ac_c_werror_flag" ||
18496 +        test ! -s conftest.err
18497 +       } && test -s conftest$ac_exeext &&
18498 +       $as_test_x conftest$ac_exeext; then
18499 +  
18500 +lt_aix_libpath_sed='
18501 +    /Import File Strings/,/^$/ {
18502 +       /^0/ {
18503 +           s/^0  *\(.*\)$/\1/
18504 +           p
18505 +       }
18506 +    }'
18507 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18508 +# Check for a 64-bit object if we didn't find anything.
18509 +if test -z "$aix_libpath"; then
18510 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18511 +fi
18512 +else
18513 +  echo "$as_me: failed program was:" >&5
18514 +sed 's/^/| /' conftest.$ac_ext >&5
18515 +
18516 +       
18517 +fi
18518 +
18519 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18520 +      conftest$ac_exeext conftest.$ac_ext
18521 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18522 +
18523 +        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
18524 +         # Warning - without using the other run time loading flags,
18525 +         # -berok will link without error, but may produce a broken library.
18526 +         no_undefined_flag_GCJ=' ${wl}-bernotok'
18527 +         allow_undefined_flag_GCJ=' ${wl}-berok'
18528 +         # Exported symbols can be pulled into shared objects from archives
18529 +         whole_archive_flag_spec_GCJ='$convenience'
18530 +         archive_cmds_need_lc_GCJ=yes
18531 +         # This is similar to how AIX traditionally builds its shared libraries.
18532 +         archive_expsym_cmds_GCJ="\$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'
18533 +       fi
18534 +      fi
18535 +      ;;
18536 +
18537 +    amigaos*)
18538 +      archive_cmds_GCJ='$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)'
18539 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18540 +      hardcode_minus_L_GCJ=yes
18541 +      # see comment about different semantics on the GNU ld section
18542 +      ld_shlibs_GCJ=no
18543 +      ;;
18544 +
18545 +    bsdi[45]*)
18546 +      export_dynamic_flag_spec_GCJ=-rdynamic
18547 +      ;;
18548 +
18549 +    cygwin* | mingw* | pw32*)
18550 +      # When not using gcc, we currently assume that we are using
18551 +      # Microsoft Visual C++.
18552 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
18553 +      # no search path for DLLs.
18554 +      hardcode_libdir_flag_spec_GCJ=' '
18555 +      allow_undefined_flag_GCJ=unsupported
18556 +      # Tell ltmain to make .lib files, not .a files.
18557 +      libext=lib
18558 +      # Tell ltmain to make .dll files, not .so files.
18559 +      shrext_cmds=".dll"
18560 +      # FIXME: Setting linknames here is a bad hack.
18561 +      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
18562 +      # The linker will automatically build a .lib file if we build a DLL.
18563 +      old_archive_From_new_cmds_GCJ='true'
18564 +      # FIXME: Should let the user specify the lib program.
18565 +      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
18566 +      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
18567 +      enable_shared_with_static_runtimes_GCJ=yes
18568 +      ;;
18569 +
18570 +    darwin* | rhapsody*)
18571 +      case $host_os in
18572 +        rhapsody* | darwin1.[012])
18573 +         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
18574 +         ;;
18575 +       *) # Darwin 1.3 on
18576 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
18577 +           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
18578 +         else
18579 +           case ${MACOSX_DEPLOYMENT_TARGET} in
18580 +             10.[012])
18581 +               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
18582 +               ;;
18583 +             10.*)
18584 +               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
18585 +               ;;
18586 +           esac
18587 +         fi
18588 +         ;;
18589 +      esac
18590 +      archive_cmds_need_lc_GCJ=no
18591 +      hardcode_direct_GCJ=no
18592 +      hardcode_automatic_GCJ=yes
18593 +      hardcode_shlibpath_var_GCJ=unsupported
18594 +      whole_archive_flag_spec_GCJ=''
18595 +      link_all_deplibs_GCJ=yes
18596 +    if test "$GCC" = yes ; then
18597 +       output_verbose_link_cmd='echo'
18598 +        archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
18599 +        module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
18600 +        archive_expsym_cmds_GCJ="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}"
18601 +        module_expsym_cmds_GCJ="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}"
18602 +    else
18603 +      case $cc_basename in
18604 +        xlc*)
18605 +         output_verbose_link_cmd='echo'
18606 +         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
18607 +         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
18608 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
18609 +         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
18610 +          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
18611 +          ;;
18612 +       *)
18613 +         ld_shlibs_GCJ=no
18614 +          ;;
18615 +      esac
18616 +    fi
18617 +      ;;
18618 +
18619 +    dgux*)
18620 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18621 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18622 +      hardcode_shlibpath_var_GCJ=no
18623 +      ;;
18624 +
18625 +    freebsd1*)
18626 +      ld_shlibs_GCJ=no
18627 +      ;;
18628 +
18629 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
18630 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
18631 +    # does not break anything, and helps significantly (at the cost of a little
18632 +    # extra space).
18633 +    freebsd2.2*)
18634 +      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
18635 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
18636 +      hardcode_direct_GCJ=yes
18637 +      hardcode_shlibpath_var_GCJ=no
18638 +      ;;
18639 +
18640 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
18641 +    freebsd2*)
18642 +      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18643 +      hardcode_direct_GCJ=yes
18644 +      hardcode_minus_L_GCJ=yes
18645 +      hardcode_shlibpath_var_GCJ=no
18646 +      ;;
18647 +
18648 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
18649 +    freebsd* | dragonfly*)
18650 +      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
18651 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
18652 +      hardcode_direct_GCJ=yes
18653 +      hardcode_shlibpath_var_GCJ=no
18654 +      ;;
18655 +
18656 +    hpux9*)
18657 +      if test "$GCC" = yes; then
18658 +       archive_cmds_GCJ='$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'
18659 +      else
18660 +       archive_cmds_GCJ='$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'
18661 +      fi
18662 +      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18663 +      hardcode_libdir_separator_GCJ=:
18664 +      hardcode_direct_GCJ=yes
18665 +
18666 +      # hardcode_minus_L: Not really in the search PATH,
18667 +      # but as the default location of the library.
18668 +      hardcode_minus_L_GCJ=yes
18669 +      export_dynamic_flag_spec_GCJ='${wl}-E'
18670 +      ;;
18671 +
18672 +    hpux10*)
18673 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
18674 +       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18675 +      else
18676 +       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
18677 +      fi
18678 +      if test "$with_gnu_ld" = no; then
18679 +       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18680 +       hardcode_libdir_separator_GCJ=:
18681 +
18682 +       hardcode_direct_GCJ=yes
18683 +       export_dynamic_flag_spec_GCJ='${wl}-E'
18684 +
18685 +       # hardcode_minus_L: Not really in the search PATH,
18686 +       # but as the default location of the library.
18687 +       hardcode_minus_L_GCJ=yes
18688 +      fi
18689 +      ;;
18690 +
18691 +    hpux11*)
18692 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
18693 +       case $host_cpu in
18694 +       hppa*64*)
18695 +         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18696 +         ;;
18697 +       ia64*)
18698 +         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18699 +         ;;
18700 +       *)
18701 +         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18702 +         ;;
18703 +       esac
18704 +      else
18705 +       case $host_cpu in
18706 +       hppa*64*)
18707 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18708 +         ;;
18709 +       ia64*)
18710 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18711 +         ;;
18712 +       *)
18713 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18714 +         ;;
18715 +       esac
18716 +      fi
18717 +      if test "$with_gnu_ld" = no; then
18718 +       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
18719 +       hardcode_libdir_separator_GCJ=:
18720 +
18721 +       case $host_cpu in
18722 +       hppa*64*|ia64*)
18723 +         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
18724 +         hardcode_direct_GCJ=no
18725 +         hardcode_shlibpath_var_GCJ=no
18726 +         ;;
18727 +       *)
18728 +         hardcode_direct_GCJ=yes
18729 +         export_dynamic_flag_spec_GCJ='${wl}-E'
18730 +
18731 +         # hardcode_minus_L: Not really in the search PATH,
18732 +         # but as the default location of the library.
18733 +         hardcode_minus_L_GCJ=yes
18734 +         ;;
18735 +       esac
18736 +      fi
18737 +      ;;
18738 +
18739 +    irix5* | irix6* | nonstopux*)
18740 +      if test "$GCC" = yes; then
18741 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18742 +      else
18743 +       archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18744 +       hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
18745 +      fi
18746 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18747 +      hardcode_libdir_separator_GCJ=:
18748 +      link_all_deplibs_GCJ=yes
18749 +      ;;
18750 +
18751 +    netbsd* | netbsdelf*-gnu)
18752 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
18753 +       archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
18754 +      else
18755 +       archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
18756 +      fi
18757 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
18758 +      hardcode_direct_GCJ=yes
18759 +      hardcode_shlibpath_var_GCJ=no
18760 +      ;;
18761 +
18762 +    newsos6)
18763 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18764 +      hardcode_direct_GCJ=yes
18765 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18766 +      hardcode_libdir_separator_GCJ=:
18767 +      hardcode_shlibpath_var_GCJ=no
18768 +      ;;
18769 +
18770 +    openbsd*)
18771 +      if test -f /usr/libexec/ld.so; then
18772 +       hardcode_direct_GCJ=yes
18773 +       hardcode_shlibpath_var_GCJ=no
18774 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18775 +         archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18776 +         archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
18777 +         hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18778 +         export_dynamic_flag_spec_GCJ='${wl}-E'
18779 +       else
18780 +         case $host_os in
18781 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
18782 +            archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18783 +            hardcode_libdir_flag_spec_GCJ='-R$libdir'
18784 +            ;;
18785 +          *)
18786 +            archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18787 +            hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
18788 +            ;;
18789 +         esac
18790 +        fi
18791 +      else
18792 +       ld_shlibs_GCJ=no
18793 +      fi
18794 +      ;;
18795 +
18796 +    os2*)
18797 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18798 +      hardcode_minus_L_GCJ=yes
18799 +      allow_undefined_flag_GCJ=unsupported
18800 +      archive_cmds_GCJ='$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'
18801 +      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
18802 +      ;;
18803 +
18804 +    osf3*)
18805 +      if test "$GCC" = yes; then
18806 +       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
18807 +       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18808 +      else
18809 +       allow_undefined_flag_GCJ=' -expect_unresolved \*'
18810 +       archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18811 +      fi
18812 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18813 +      hardcode_libdir_separator_GCJ=:
18814 +      ;;
18815 +
18816 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
18817 +      if test "$GCC" = yes; then
18818 +       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
18819 +       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18820 +       hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
18821 +      else
18822 +       allow_undefined_flag_GCJ=' -expect_unresolved \*'
18823 +       archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18824 +       archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
18825 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
18826 +
18827 +       # Both c and cxx compiler support -rpath directly
18828 +       hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
18829 +      fi
18830 +      hardcode_libdir_separator_GCJ=:
18831 +      ;;
18832 +
18833 +    solaris*)
18834 +      no_undefined_flag_GCJ=' -z text'
18835 +      if test "$GCC" = yes; then
18836 +       wlarc='${wl}'
18837 +       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18838 +       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
18839 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
18840 +      else
18841 +       wlarc=''
18842 +       archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
18843 +       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
18844 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
18845 +      fi
18846 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
18847 +      hardcode_shlibpath_var_GCJ=no
18848 +      case $host_os in
18849 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
18850 +      *)
18851 +       # The compiler driver will combine and reorder linker options,
18852 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
18853 +       # but is careful enough not to reorder.
18854 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
18855 +       if test "$GCC" = yes; then
18856 +         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
18857 +       else
18858 +         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
18859 +       fi
18860 +       ;;
18861 +      esac
18862 +      link_all_deplibs_GCJ=yes
18863 +      ;;
18864 +
18865 +    sunos4*)
18866 +      if test "x$host_vendor" = xsequent; then
18867 +       # Use $CC to link under sequent, because it throws in some extra .o
18868 +       # files that make .init and .fini sections work.
18869 +       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
18870 +      else
18871 +       archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
18872 +      fi
18873 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18874 +      hardcode_direct_GCJ=yes
18875 +      hardcode_minus_L_GCJ=yes
18876 +      hardcode_shlibpath_var_GCJ=no
18877 +      ;;
18878 +
18879 +    sysv4)
18880 +      case $host_vendor in
18881 +       sni)
18882 +         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18883 +         hardcode_direct_GCJ=yes # is this really true???
18884 +       ;;
18885 +       siemens)
18886 +         ## LD is ld it makes a PLAMLIB
18887 +         ## CC just makes a GrossModule.
18888 +         archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
18889 +         reload_cmds_GCJ='$CC -r -o $output$reload_objs'
18890 +         hardcode_direct_GCJ=no
18891 +        ;;
18892 +       motorola)
18893 +         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18894 +         hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
18895 +       ;;
18896 +      esac
18897 +      runpath_var='LD_RUN_PATH'
18898 +      hardcode_shlibpath_var_GCJ=no
18899 +      ;;
18900 +
18901 +    sysv4.3*)
18902 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18903 +      hardcode_shlibpath_var_GCJ=no
18904 +      export_dynamic_flag_spec_GCJ='-Bexport'
18905 +      ;;
18906 +
18907 +    sysv4*MP*)
18908 +      if test -d /usr/nec; then
18909 +       archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18910 +       hardcode_shlibpath_var_GCJ=no
18911 +       runpath_var=LD_RUN_PATH
18912 +       hardcode_runpath_var=yes
18913 +       ld_shlibs_GCJ=yes
18914 +      fi
18915 +      ;;
18916 +
18917 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
18918 +      no_undefined_flag_GCJ='${wl}-z,text'
18919 +      archive_cmds_need_lc_GCJ=no
18920 +      hardcode_shlibpath_var_GCJ=no
18921 +      runpath_var='LD_RUN_PATH'
18922 +
18923 +      if test "$GCC" = yes; then
18924 +       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18925 +       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18926 +      else
18927 +       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18928 +       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18929 +      fi
18930 +      ;;
18931 +
18932 +    sysv5* | sco3.2v5* | sco5v6*)
18933 +      # Note: We can NOT use -z defs as we might desire, because we do not
18934 +      # link with -lc, and that would cause any symbols used from libc to
18935 +      # always be unresolved, which means just about no library would
18936 +      # ever link correctly.  If we're not using GNU ld we use -z text
18937 +      # though, which does catch some bad symbols but isn't as heavy-handed
18938 +      # as -z defs.
18939 +      no_undefined_flag_GCJ='${wl}-z,text'
18940 +      allow_undefined_flag_GCJ='${wl}-z,nodefs'
18941 +      archive_cmds_need_lc_GCJ=no
18942 +      hardcode_shlibpath_var_GCJ=no
18943 +      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
18944 +      hardcode_libdir_separator_GCJ=':'
18945 +      link_all_deplibs_GCJ=yes
18946 +      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
18947 +      runpath_var='LD_RUN_PATH'
18948 +
18949 +      if test "$GCC" = yes; then
18950 +       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18951 +       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18952 +      else
18953 +       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18954 +       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18955 +      fi
18956 +      ;;
18957 +
18958 +    uts4*)
18959 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18960 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
18961 +      hardcode_shlibpath_var_GCJ=no
18962 +      ;;
18963 +
18964 +    *)
18965 +      ld_shlibs_GCJ=no
18966 +      ;;
18967 +    esac
18968 +  fi
18969 +
18970 +{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18971 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
18972 +test "$ld_shlibs_GCJ" = no && can_build_shared=no
18973 +
18974 +#
18975 +# Do we need to explicitly link libc?
18976 +#
18977 +case "x$archive_cmds_need_lc_GCJ" in
18978 +x|xyes)
18979 +  # Assume -lc should be added
18980 +  archive_cmds_need_lc_GCJ=yes
18981 +
18982 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
18983 +    case $archive_cmds_GCJ in
18984 +    *'~'*)
18985 +      # FIXME: we may have to deal with multi-command sequences.
18986 +      ;;
18987 +    '$CC '*)
18988 +      # Test whether the compiler implicitly links with -lc since on some
18989 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
18990 +      # to ld, don't add -lc before -lgcc.
18991 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18992 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
18993 +      $rm conftest*
18994 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
18995 +
18996 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18997 +  (eval $ac_compile) 2>&5
18998 +  ac_status=$?
18999 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19000 +  (exit $ac_status); } 2>conftest.err; then
19001 +        soname=conftest
19002 +        lib=conftest
19003 +        libobjs=conftest.$ac_objext
19004 +        deplibs=
19005 +        wl=$lt_prog_compiler_wl_GCJ
19006 +       pic_flag=$lt_prog_compiler_pic_GCJ
19007 +        compiler_flags=-v
19008 +        linker_flags=-v
19009 +        verstring=
19010 +        output_objdir=.
19011 +        libname=conftest
19012 +        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
19013 +        allow_undefined_flag_GCJ=
19014 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
19015 +  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
19016 +  ac_status=$?
19017 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 +  (exit $ac_status); }
19019 +        then
19020 +         archive_cmds_need_lc_GCJ=no
19021 +        else
19022 +         archive_cmds_need_lc_GCJ=yes
19023 +        fi
19024 +        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
19025 +      else
19026 +        cat conftest.err 1>&5
19027 +      fi
19028 +      $rm conftest*
19029 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
19030 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
19031 +      ;;
19032 +    esac
19033 +  fi
19034 +  ;;
19035 +esac
19036 +
19037 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
19038 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
19039 +library_names_spec=
19040 +libname_spec='lib$name'
19041 +soname_spec=
19042 +shrext_cmds=".so"
19043 +postinstall_cmds=
19044 +postuninstall_cmds=
19045 +finish_cmds=
19046 +finish_eval=
19047 +shlibpath_var=
19048 +shlibpath_overrides_runpath=unknown
19049 +version_type=none
19050 +dynamic_linker="$host_os ld.so"
19051 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
19052 +
19053 +need_lib_prefix=unknown
19054 +hardcode_into_libs=no
19055 +
19056 +# when you set need_version to no, make sure it does not cause -set_version
19057 +# flags to be left without arguments
19058 +need_version=unknown
19059 +
19060 +case $host_os in
19061 +aix3*)
19062 +  version_type=linux
19063 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
19064 +  shlibpath_var=LIBPATH
19065 +
19066 +  # AIX 3 has no versioning support, so we append a major version to the name.
19067 +  soname_spec='${libname}${release}${shared_ext}$major'
19068 +  ;;
19069 +
19070 +aix[4-9]*)
19071 +  version_type=linux
19072 +  need_lib_prefix=no
19073 +  need_version=no
19074 +  hardcode_into_libs=yes
19075 +  if test "$host_cpu" = ia64; then
19076 +    # AIX 5 supports IA64
19077 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
19078 +    shlibpath_var=LD_LIBRARY_PATH
19079 +  else
19080 +    # With GCC up to 2.95.x, collect2 would create an import file
19081 +    # for dependence libraries.  The import file would start with
19082 +    # the line `#! .'.  This would cause the generated library to
19083 +    # depend on `.', always an invalid library.  This was fixed in
19084 +    # development snapshots of GCC prior to 3.0.
19085 +    case $host_os in
19086 +      aix4 | aix4.[01] | aix4.[01].*)
19087 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
19088 +          echo ' yes '
19089 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
19090 +       :
19091 +      else
19092 +       can_build_shared=no
19093 +      fi
19094 +      ;;
19095 +    esac
19096 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
19097 +    # soname into executable. Probably we can add versioning support to
19098 +    # collect2, so additional links can be useful in future.
19099 +    if test "$aix_use_runtimelinking" = yes; then
19100 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
19101 +      # instead of lib<name>.a to let people know that these are not
19102 +      # typical AIX shared libraries.
19103 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19104 +    else
19105 +      # We preserve .a as extension for shared libraries through AIX4.2
19106 +      # and later when we are not doing run time linking.
19107 +      library_names_spec='${libname}${release}.a $libname.a'
19108 +      soname_spec='${libname}${release}${shared_ext}$major'
19109 +    fi
19110 +    shlibpath_var=LIBPATH
19111 +  fi
19112 +  ;;
19113 +
19114 +amigaos*)
19115 +  library_names_spec='$libname.ixlibrary $libname.a'
19116 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
19117 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
19118 +  ;;
19119 +
19120 +beos*)
19121 +  library_names_spec='${libname}${shared_ext}'
19122 +  dynamic_linker="$host_os ld.so"
19123 +  shlibpath_var=LIBRARY_PATH
19124 +  ;;
19125 +
19126 +bsdi[45]*)
19127 +  version_type=linux
19128 +  need_version=no
19129 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19130 +  soname_spec='${libname}${release}${shared_ext}$major'
19131 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
19132 +  shlibpath_var=LD_LIBRARY_PATH
19133 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
19134 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
19135 +  # the default ld.so.conf also contains /usr/contrib/lib and
19136 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
19137 +  # libtool to hard-code these into programs
19138 +  ;;
19139 +
19140 +cygwin* | mingw* | pw32*)
19141 +  version_type=windows
19142 +  shrext_cmds=".dll"
19143 +  need_version=no
19144 +  need_lib_prefix=no
19145 +
19146 +  case $GCC,$host_os in
19147 +  yes,cygwin* | yes,mingw* | yes,pw32*)
19148 +    library_names_spec='$libname.dll.a'
19149 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
19150 +    postinstall_cmds='base_file=`basename \${file}`~
19151 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
19152 +      dldir=$destdir/`dirname \$dlpath`~
19153 +      test -d \$dldir || mkdir -p \$dldir~
19154 +      $install_prog $dir/$dlname \$dldir/$dlname~
19155 +      chmod a+x \$dldir/$dlname'
19156 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
19157 +      dlpath=$dir/\$dldll~
19158 +       $rm \$dlpath'
19159 +    shlibpath_overrides_runpath=yes
19160 +
19161 +    case $host_os in
19162 +    cygwin*)
19163 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
19164 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
19165 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
19166 +      ;;
19167 +    mingw*)
19168 +      # MinGW DLLs use traditional 'lib' prefix
19169 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
19170 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
19171 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
19172 +        # It is most probably a Windows format PATH printed by
19173 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
19174 +        # path with ; separators, and with drive letters. We can handle the
19175 +        # drive letters (cygwin fileutils understands them), so leave them,
19176 +        # especially as we might pass files found there to a mingw objdump,
19177 +        # which wouldn't understand a cygwinified path. Ahh.
19178 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
19179 +      else
19180 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
19181 +      fi
19182 +      ;;
19183 +    pw32*)
19184 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
19185 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
19186 +      ;;
19187 +    esac
19188 +    ;;
19189 +
19190 +  *)
19191 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
19192 +    ;;
19193 +  esac
19194 +  dynamic_linker='Win32 ld.exe'
19195 +  # FIXME: first we should search . and the directory the executable is in
19196 +  shlibpath_var=PATH
19197 +  ;;
19198 +
19199 +darwin* | rhapsody*)
19200 +  dynamic_linker="$host_os dyld"
19201 +  version_type=darwin
19202 +  need_lib_prefix=no
19203 +  need_version=no
19204 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
19205 +  soname_spec='${libname}${release}${major}$shared_ext'
19206 +  shlibpath_overrides_runpath=yes
19207 +  shlibpath_var=DYLD_LIBRARY_PATH
19208 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
19209 +   
19210 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
19211 +  ;;
19212 +
19213 +dgux*)
19214 +  version_type=linux
19215 +  need_lib_prefix=no
19216 +  need_version=no
19217 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
19218 +  soname_spec='${libname}${release}${shared_ext}$major'
19219 +  shlibpath_var=LD_LIBRARY_PATH
19220 +  ;;
19221 +
19222 +freebsd1*)
19223 +  dynamic_linker=no
19224 +  ;;
19225 +
19226 +freebsd* | dragonfly*)
19227 +  # DragonFly does not have aout.  When/if they implement a new
19228 +  # versioning mechanism, adjust this.
19229 +  if test -x /usr/bin/objformat; then
19230 +    objformat=`/usr/bin/objformat`
19231 +  else
19232 +    case $host_os in
19233 +    freebsd[123]*) objformat=aout ;;
19234 +    *) objformat=elf ;;
19235 +    esac
19236 +  fi
19237 +  version_type=freebsd-$objformat
19238 +  case $version_type in
19239 +    freebsd-elf*)
19240 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
19241 +      need_version=no
19242 +      need_lib_prefix=no
19243 +      ;;
19244 +    freebsd-*)
19245 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
19246 +      need_version=yes
19247 +      ;;
19248 +  esac
19249 +  shlibpath_var=LD_LIBRARY_PATH
19250 +  case $host_os in
19251 +  freebsd2*)
19252 +    shlibpath_overrides_runpath=yes
19253 +    ;;
19254 +  freebsd3.[01]* | freebsdelf3.[01]*)
19255 +    shlibpath_overrides_runpath=yes
19256 +    hardcode_into_libs=yes
19257 +    ;;
19258 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
19259 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
19260 +    shlibpath_overrides_runpath=no
19261 +    hardcode_into_libs=yes
19262 +    ;;
19263 +  *) # from 4.6 on, and DragonFly
19264 +    shlibpath_overrides_runpath=yes
19265 +    hardcode_into_libs=yes
19266 +    ;;
19267 +  esac
19268 +  ;;
19269 +
19270 +gnu*)
19271 +  version_type=linux
19272 +  need_lib_prefix=no
19273 +  need_version=no
19274 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
19275 +  soname_spec='${libname}${release}${shared_ext}$major'
19276 +  shlibpath_var=LD_LIBRARY_PATH
19277 +  hardcode_into_libs=yes
19278 +  ;;
19279 +
19280 +hpux9* | hpux10* | hpux11*)
19281 +  # Give a soname corresponding to the major version so that dld.sl refuses to
19282 +  # link against other versions.
19283 +  version_type=sunos
19284 +  need_lib_prefix=no
19285 +  need_version=no
19286 +  case $host_cpu in
19287 +  ia64*)
19288 +    shrext_cmds='.so'
19289 +    hardcode_into_libs=yes
19290 +    dynamic_linker="$host_os dld.so"
19291 +    shlibpath_var=LD_LIBRARY_PATH
19292 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
19293 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19294 +    soname_spec='${libname}${release}${shared_ext}$major'
19295 +    if test "X$HPUX_IA64_MODE" = X32; then
19296 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
19297 +    else
19298 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
19299 +    fi
19300 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
19301 +    ;;
19302 +   hppa*64*)
19303 +     shrext_cmds='.sl'
19304 +     hardcode_into_libs=yes
19305 +     dynamic_linker="$host_os dld.sl"
19306 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
19307 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
19308 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19309 +     soname_spec='${libname}${release}${shared_ext}$major'
19310 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
19311 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
19312 +     ;;
19313 +   *)
19314 +    shrext_cmds='.sl'
19315 +    dynamic_linker="$host_os dld.sl"
19316 +    shlibpath_var=SHLIB_PATH
19317 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
19318 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19319 +    soname_spec='${libname}${release}${shared_ext}$major'
19320 +    ;;
19321 +  esac
19322 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
19323 +  postinstall_cmds='chmod 555 $lib'
19324 +  ;;
19325 +
19326 +interix[3-9]*)
19327 +  version_type=linux
19328 +  need_lib_prefix=no
19329 +  need_version=no
19330 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
19331 +  soname_spec='${libname}${release}${shared_ext}$major'
19332 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
19333 +  shlibpath_var=LD_LIBRARY_PATH
19334 +  shlibpath_overrides_runpath=no
19335 +  hardcode_into_libs=yes
19336 +  ;;
19337 +
19338 +irix5* | irix6* | nonstopux*)
19339 +  case $host_os in
19340 +    nonstopux*) version_type=nonstopux ;;
19341 +    *)
19342 +       if test "$lt_cv_prog_gnu_ld" = yes; then
19343 +               version_type=linux
19344 +       else
19345 +               version_type=irix
19346 +       fi ;;
19347 +  esac
19348 +  need_lib_prefix=no
19349 +  need_version=no
19350 +  soname_spec='${libname}${release}${shared_ext}$major'
19351 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
19352 +  case $host_os in
19353 +  irix5* | nonstopux*)
19354 +    libsuff= shlibsuff=
19355 +    ;;
19356 +  *)
19357 +    case $LD in # libtool.m4 will add one of these switches to LD
19358 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
19359 +      libsuff= shlibsuff= libmagic=32-bit;;
19360 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
19361 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
19362 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
19363 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
19364 +    *) libsuff= shlibsuff= libmagic=never-match;;
19365 +    esac
19366 +    ;;
19367 +  esac
19368 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
19369 +  shlibpath_overrides_runpath=no
19370 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
19371 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
19372 +  hardcode_into_libs=yes
19373 +  ;;
19374 +
19375 +# No shared lib support for Linux oldld, aout, or coff.
19376 +linux*oldld* | linux*aout* | linux*coff*)
19377 +  dynamic_linker=no
19378 +  ;;
19379 +
19380 +# This must be Linux ELF.
19381 +linux* | k*bsd*-gnu)
19382 +  version_type=linux
19383 +  need_lib_prefix=no
19384 +  need_version=no
19385 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19386 +  soname_spec='${libname}${release}${shared_ext}$major'
19387 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
19388 +  shlibpath_var=LD_LIBRARY_PATH
19389 +  shlibpath_overrides_runpath=no
19390 +  # This implies no fast_install, which is unacceptable.
19391 +  # Some rework will be needed to allow for fast_install
19392 +  # before this can be enabled.
19393 +  hardcode_into_libs=yes
19394 +
19395 +  # Append ld.so.conf contents to the search path
19396 +  if test -f /etc/ld.so.conf; then
19397 +    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;/^$/d' | tr '\n' ' '`
19398 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
19399 +  fi
19400 +
19401 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
19402 +  # powerpc, because MkLinux only supported shared libraries with the
19403 +  # GNU dynamic linker.  Since this was broken with cross compilers,
19404 +  # most powerpc-linux boxes support dynamic linking these days and
19405 +  # people can always --disable-shared, the test was removed, and we
19406 +  # assume the GNU/Linux dynamic linker is in use.
19407 +  dynamic_linker='GNU/Linux ld.so'
19408 +  ;;
19409 +
19410 +netbsdelf*-gnu)
19411 +  version_type=linux
19412 +  need_lib_prefix=no
19413 +  need_version=no
19414 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
19415 +  soname_spec='${libname}${release}${shared_ext}$major'
19416 +  shlibpath_var=LD_LIBRARY_PATH
19417 +  shlibpath_overrides_runpath=no
19418 +  hardcode_into_libs=yes
19419 +  dynamic_linker='NetBSD ld.elf_so'
19420 +  ;;
19421 +
19422 +netbsd*)
19423 +  version_type=sunos
19424 +  need_lib_prefix=no
19425 +  need_version=no
19426 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
19427 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
19428 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
19429 +    dynamic_linker='NetBSD (a.out) ld.so'
19430 +  else
19431 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
19432 +    soname_spec='${libname}${release}${shared_ext}$major'
19433 +    dynamic_linker='NetBSD ld.elf_so'
19434 +  fi
19435 +  shlibpath_var=LD_LIBRARY_PATH
19436 +  shlibpath_overrides_runpath=yes
19437 +  hardcode_into_libs=yes
19438 +  ;;
19439 +
19440 +newsos6)
19441 +  version_type=linux
19442 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19443 +  shlibpath_var=LD_LIBRARY_PATH
19444 +  shlibpath_overrides_runpath=yes
19445 +  ;;
19446 +
19447 +nto-qnx*)
19448 +  version_type=linux
19449 +  need_lib_prefix=no
19450 +  need_version=no
19451 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19452 +  soname_spec='${libname}${release}${shared_ext}$major'
19453 +  shlibpath_var=LD_LIBRARY_PATH
19454 +  shlibpath_overrides_runpath=yes
19455 +  ;;
19456 +
19457 +openbsd*)
19458 +  version_type=sunos
19459 +  sys_lib_dlsearch_path_spec="/usr/lib"
19460 +  need_lib_prefix=no
19461 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
19462 +  case $host_os in
19463 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
19464 +    *)                         need_version=no  ;;
19465 +  esac
19466 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
19467 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
19468 +  shlibpath_var=LD_LIBRARY_PATH
19469 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
19470 +    case $host_os in
19471 +      openbsd2.[89] | openbsd2.[89].*)
19472 +       shlibpath_overrides_runpath=no
19473 +       ;;
19474 +      *)
19475 +       shlibpath_overrides_runpath=yes
19476 +       ;;
19477 +      esac
19478 +  else
19479 +    shlibpath_overrides_runpath=yes
19480 +  fi
19481 +  ;;
19482 +
19483 +os2*)
19484 +  libname_spec='$name'
19485 +  shrext_cmds=".dll"
19486 +  need_lib_prefix=no
19487 +  library_names_spec='$libname${shared_ext} $libname.a'
19488 +  dynamic_linker='OS/2 ld.exe'
19489 +  shlibpath_var=LIBPATH
19490 +  ;;
19491 +
19492 +osf3* | osf4* | osf5*)
19493 +  version_type=osf
19494 +  need_lib_prefix=no
19495 +  need_version=no
19496 +  soname_spec='${libname}${release}${shared_ext}$major'
19497 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19498 +  shlibpath_var=LD_LIBRARY_PATH
19499 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
19500 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
19501 +  ;;
19502 +
19503 +rdos*)
19504 +  dynamic_linker=no
19505 +  ;;
19506 +
19507 +solaris*)
19508 +  version_type=linux
19509 +  need_lib_prefix=no
19510 +  need_version=no
19511 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19512 +  soname_spec='${libname}${release}${shared_ext}$major'
19513 +  shlibpath_var=LD_LIBRARY_PATH
19514 +  shlibpath_overrides_runpath=yes
19515 +  hardcode_into_libs=yes
19516 +  # ldd complains unless libraries are executable
19517 +  postinstall_cmds='chmod +x $lib'
19518 +  ;;
19519 +
19520 +sunos4*)
19521 +  version_type=sunos
19522 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
19523 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
19524 +  shlibpath_var=LD_LIBRARY_PATH
19525 +  shlibpath_overrides_runpath=yes
19526 +  if test "$with_gnu_ld" = yes; then
19527 +    need_lib_prefix=no
19528 +  fi
19529 +  need_version=yes
19530 +  ;;
19531 +
19532 +sysv4 | sysv4.3*)
19533 +  version_type=linux
19534 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19535 +  soname_spec='${libname}${release}${shared_ext}$major'
19536 +  shlibpath_var=LD_LIBRARY_PATH
19537 +  case $host_vendor in
19538 +    sni)
19539 +      shlibpath_overrides_runpath=no
19540 +      need_lib_prefix=no
19541 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
19542 +      runpath_var=LD_RUN_PATH
19543 +      ;;
19544 +    siemens)
19545 +      need_lib_prefix=no
19546 +      ;;
19547 +    motorola)
19548 +      need_lib_prefix=no
19549 +      need_version=no
19550 +      shlibpath_overrides_runpath=no
19551 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
19552 +      ;;
19553 +  esac
19554 +  ;;
19555 +
19556 +sysv4*MP*)
19557 +  if test -d /usr/nec ;then
19558 +    version_type=linux
19559 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
19560 +    soname_spec='$libname${shared_ext}.$major'
19561 +    shlibpath_var=LD_LIBRARY_PATH
19562 +  fi
19563 +  ;;
19564 +
19565 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
19566 +  version_type=freebsd-elf
19567 +  need_lib_prefix=no
19568 +  need_version=no
19569 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
19570 +  soname_spec='${libname}${release}${shared_ext}$major'
19571 +  shlibpath_var=LD_LIBRARY_PATH
19572 +  hardcode_into_libs=yes
19573 +  if test "$with_gnu_ld" = yes; then
19574 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
19575 +    shlibpath_overrides_runpath=no
19576 +  else
19577 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
19578 +    shlibpath_overrides_runpath=yes
19579 +    case $host_os in
19580 +      sco3.2v5*)
19581 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
19582 +       ;;
19583 +    esac
19584 +  fi
19585 +  sys_lib_dlsearch_path_spec='/usr/lib'
19586 +  ;;
19587 +
19588 +uts4*)
19589 +  version_type=linux
19590 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
19591 +  soname_spec='${libname}${release}${shared_ext}$major'
19592 +  shlibpath_var=LD_LIBRARY_PATH
19593 +  ;;
19594 +
19595 +*)
19596 +  dynamic_linker=no
19597 +  ;;
19598 +esac
19599 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
19600 +echo "${ECHO_T}$dynamic_linker" >&6; }
19601 +test "$dynamic_linker" = no && can_build_shared=no
19602 +
19603 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
19604 +  echo $ECHO_N "(cached) $ECHO_C" >&6
19605 +else
19606 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
19607 +fi
19608 +
19609 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
19610 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
19611 +  echo $ECHO_N "(cached) $ECHO_C" >&6
19612 +else
19613 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
19614 +fi
19615 +
19616 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
19617 +
19618 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
19619 +if test "$GCC" = yes; then
19620 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
19621 +fi
19622 +
19623 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
19624 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
19625 +hardcode_action_GCJ=
19626 +if test -n "$hardcode_libdir_flag_spec_GCJ" || \
19627 +   test -n "$runpath_var_GCJ" || \
19628 +   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
19629 +
19630 +  # We can hardcode non-existant directories.
19631 +  if test "$hardcode_direct_GCJ" != no &&
19632 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
19633 +     # have to relink, otherwise we might link with an installed library
19634 +     # when we should be linking with a yet-to-be-installed one
19635 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
19636 +     test "$hardcode_minus_L_GCJ" != no; then
19637 +    # Linking always hardcodes the temporary library directory.
19638 +    hardcode_action_GCJ=relink
19639 +  else
19640 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
19641 +    hardcode_action_GCJ=immediate
19642 +  fi
19643 +else
19644 +  # We cannot hardcode anything, or else we can only hardcode existing
19645 +  # directories.
19646 +  hardcode_action_GCJ=unsupported
19647 +fi
19648 +{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
19649 +echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
19650 +
19651 +if test "$hardcode_action_GCJ" = relink; then
19652 +  # Fast installation is not supported
19653 +  enable_fast_install=no
19654 +elif test "$shlibpath_overrides_runpath" = yes ||
19655 +     test "$enable_shared" = no; then
19656 +  # Fast installation is not necessary
19657 +  enable_fast_install=needless
19658 +fi
19659 +
19660 +
19661 +# The else clause should only fire when bootstrapping the
19662 +# libtool distribution, otherwise you forgot to ship ltmain.sh
19663 +# with your package, and you will get complaints that there are
19664 +# no rules to generate ltmain.sh.
19665 +if test -f "$ltmain"; then
19666 +  # See if we are running on zsh, and set the options which allow our commands through
19667 +  # without removal of \ escapes.
19668 +  if test -n "${ZSH_VERSION+set}" ; then
19669 +    setopt NO_GLOB_SUBST
19670 +  fi
19671 +  # Now quote all the things that may contain metacharacters while being
19672 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
19673 +  # variables and quote the copies for generation of the libtool script.
19674 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
19675 +    SED SHELL STRIP \
19676 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
19677 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
19678 +    deplibs_check_method reload_flag reload_cmds need_locks \
19679 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
19680 +    lt_cv_sys_global_symbol_to_c_name_address \
19681 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
19682 +    old_postinstall_cmds old_postuninstall_cmds \
19683 +    compiler_GCJ \
19684 +    CC_GCJ \
19685 +    LD_GCJ \
19686 +    lt_prog_compiler_wl_GCJ \
19687 +    lt_prog_compiler_pic_GCJ \
19688 +    lt_prog_compiler_static_GCJ \
19689 +    lt_prog_compiler_no_builtin_flag_GCJ \
19690 +    export_dynamic_flag_spec_GCJ \
19691 +    thread_safe_flag_spec_GCJ \
19692 +    whole_archive_flag_spec_GCJ \
19693 +    enable_shared_with_static_runtimes_GCJ \
19694 +    old_archive_cmds_GCJ \
19695 +    old_archive_from_new_cmds_GCJ \
19696 +    predep_objects_GCJ \
19697 +    postdep_objects_GCJ \
19698 +    predeps_GCJ \
19699 +    postdeps_GCJ \
19700 +    compiler_lib_search_path_GCJ \
19701 +    compiler_lib_search_dirs_GCJ \
19702 +    archive_cmds_GCJ \
19703 +    archive_expsym_cmds_GCJ \
19704 +    postinstall_cmds_GCJ \
19705 +    postuninstall_cmds_GCJ \
19706 +    old_archive_from_expsyms_cmds_GCJ \
19707 +    allow_undefined_flag_GCJ \
19708 +    no_undefined_flag_GCJ \
19709 +    export_symbols_cmds_GCJ \
19710 +    hardcode_libdir_flag_spec_GCJ \
19711 +    hardcode_libdir_flag_spec_ld_GCJ \
19712 +    hardcode_libdir_separator_GCJ \
19713 +    hardcode_automatic_GCJ \
19714 +    module_cmds_GCJ \
19715 +    module_expsym_cmds_GCJ \
19716 +    lt_cv_prog_compiler_c_o_GCJ \
19717 +    fix_srcfile_path_GCJ \
19718 +    exclude_expsyms_GCJ \
19719 +    include_expsyms_GCJ; do
19720 +
19721 +    case $var in
19722 +    old_archive_cmds_GCJ | \
19723 +    old_archive_from_new_cmds_GCJ | \
19724 +    archive_cmds_GCJ | \
19725 +    archive_expsym_cmds_GCJ | \
19726 +    module_cmds_GCJ | \
19727 +    module_expsym_cmds_GCJ | \
19728 +    old_archive_from_expsyms_cmds_GCJ | \
19729 +    export_symbols_cmds_GCJ | \
19730 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
19731 +    postinstall_cmds | postuninstall_cmds | \
19732 +    old_postinstall_cmds | old_postuninstall_cmds | \
19733 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
19734 +      # Double-quote double-evaled strings.
19735 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
19736 +      ;;
19737 +    *)
19738 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
19739 +      ;;
19740 +    esac
19741 +  done
19742 +
19743 +  case $lt_echo in
19744 +  *'\$0 --fallback-echo"')
19745 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
19746 +    ;;
19747 +  esac
19748 +
19749 +cfgfile="$ofile"
19750 +
19751 +  cat <<__EOF__ >> "$cfgfile"
19752 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
19753 +
19754 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19755 +
19756 +# Shell to use when invoking shell scripts.
19757 +SHELL=$lt_SHELL
19758 +
19759 +# Whether or not to build shared libraries.
19760 +build_libtool_libs=$enable_shared
19761 +
19762 +# Whether or not to build static libraries.
19763 +build_old_libs=$enable_static
19764 +
19765 +# Whether or not to add -lc for building shared libraries.
19766 +build_libtool_need_lc=$archive_cmds_need_lc_GCJ
19767 +
19768 +# Whether or not to disallow shared libs when runtime libs are static
19769 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
19770 +
19771 +# Whether or not to optimize for fast installation.
19772 +fast_install=$enable_fast_install
19773 +
19774 +# The host system.
19775 +host_alias=$host_alias
19776 +host=$host
19777 +host_os=$host_os
19778 +
19779 +# The build system.
19780 +build_alias=$build_alias
19781 +build=$build
19782 +build_os=$build_os
19783 +
19784 +# An echo program that does not interpret backslashes.
19785 +echo=$lt_echo
19786 +
19787 +# The archiver.
19788 +AR=$lt_AR
19789 +AR_FLAGS=$lt_AR_FLAGS
19790 +
19791 +# A C compiler.
19792 +LTCC=$lt_LTCC
19793 +
19794 +# LTCC compiler flags.
19795 +LTCFLAGS=$lt_LTCFLAGS
19796 +
19797 +# A language-specific compiler.
19798 +CC=$lt_compiler_GCJ
19799 +
19800 +# Is the compiler the GNU C compiler?
19801 +with_gcc=$GCC_GCJ
19802 +
19803 +# An ERE matcher.
19804 +EGREP=$lt_EGREP
19805 +
19806 +# The linker used to build libraries.
19807 +LD=$lt_LD_GCJ
19808 +
19809 +# Whether we need hard or soft links.
19810 +LN_S=$lt_LN_S
19811 +
19812 +# A BSD-compatible nm program.
19813 +NM=$lt_NM
19814 +
19815 +# A symbol stripping program
19816 +STRIP=$lt_STRIP
19817 +
19818 +# Used to examine libraries when file_magic_cmd begins "file"
19819 +MAGIC_CMD=$MAGIC_CMD
19820 +
19821 +# Used on cygwin: DLL creation program.
19822 +DLLTOOL="$DLLTOOL"
19823 +
19824 +# Used on cygwin: object dumper.
19825 +OBJDUMP="$OBJDUMP"
19826 +
19827 +# Used on cygwin: assembler.
19828 +AS="$AS"
19829 +
19830 +# The name of the directory that contains temporary libtool files.
19831 +objdir=$objdir
19832 +
19833 +# How to create reloadable object files.
19834 +reload_flag=$lt_reload_flag
19835 +reload_cmds=$lt_reload_cmds
19836 +
19837 +# How to pass a linker flag through the compiler.
19838 +wl=$lt_lt_prog_compiler_wl_GCJ
19839 +
19840 +# Object file suffix (normally "o").
19841 +objext="$ac_objext"
19842 +
19843 +# Old archive suffix (normally "a").
19844 +libext="$libext"
19845 +
19846 +# Shared library suffix (normally ".so").
19847 +shrext_cmds='$shrext_cmds'
19848 +
19849 +# Executable file suffix (normally "").
19850 +exeext="$exeext"
19851 +
19852 +# Additional compiler flags for building library objects.
19853 +pic_flag=$lt_lt_prog_compiler_pic_GCJ
19854 +pic_mode=$pic_mode
19855 +
19856 +# What is the maximum length of a command?
19857 +max_cmd_len=$lt_cv_sys_max_cmd_len
19858 +
19859 +# Does compiler simultaneously support -c and -o options?
19860 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
19861 +
19862 +# Must we lock files when doing compilation?
19863 +need_locks=$lt_need_locks
19864 +
19865 +# Do we need the lib prefix for modules?
19866 +need_lib_prefix=$need_lib_prefix
19867 +
19868 +# Do we need a version for libraries?
19869 +need_version=$need_version
19870 +
19871 +# Whether dlopen is supported.
19872 +dlopen_support=$enable_dlopen
19873 +
19874 +# Whether dlopen of programs is supported.
19875 +dlopen_self=$enable_dlopen_self
19876 +
19877 +# Whether dlopen of statically linked programs is supported.
19878 +dlopen_self_static=$enable_dlopen_self_static
19879 +
19880 +# Compiler flag to prevent dynamic linking.
19881 +link_static_flag=$lt_lt_prog_compiler_static_GCJ
19882 +
19883 +# Compiler flag to turn off builtin functions.
19884 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
19885 +
19886 +# Compiler flag to allow reflexive dlopens.
19887 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
19888 +
19889 +# Compiler flag to generate shared objects directly from archives.
19890 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
19891 +
19892 +# Compiler flag to generate thread-safe objects.
19893 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
19894 +
19895 +# Library versioning type.
19896 +version_type=$version_type
19897 +
19898 +# Format of library name prefix.
19899 +libname_spec=$lt_libname_spec
19900 +
19901 +# List of archive names.  First name is the real one, the rest are links.
19902 +# The last name is the one that the linker finds with -lNAME.
19903 +library_names_spec=$lt_library_names_spec
19904 +
19905 +# The coded name of the library, if different from the real name.
19906 +soname_spec=$lt_soname_spec
19907 +
19908 +# Commands used to build and install an old-style archive.
19909 +RANLIB=$lt_RANLIB
19910 +old_archive_cmds=$lt_old_archive_cmds_GCJ
19911 +old_postinstall_cmds=$lt_old_postinstall_cmds
19912 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
19913 +
19914 +# Create an old-style archive from a shared archive.
19915 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
19916 +
19917 +# Create a temporary old-style archive to link instead of a shared archive.
19918 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
19919 +
19920 +# Commands used to build and install a shared archive.
19921 +archive_cmds=$lt_archive_cmds_GCJ
19922 +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
19923 +postinstall_cmds=$lt_postinstall_cmds
19924 +postuninstall_cmds=$lt_postuninstall_cmds
19925 +
19926 +# Commands used to build a loadable module (assumed same as above if empty)
19927 +module_cmds=$lt_module_cmds_GCJ
19928 +module_expsym_cmds=$lt_module_expsym_cmds_GCJ
19929 +
19930 +# Commands to strip libraries.
19931 +old_striplib=$lt_old_striplib
19932 +striplib=$lt_striplib
19933 +
19934 +# Dependencies to place before the objects being linked to create a
19935 +# shared library.
19936 +predep_objects=$lt_predep_objects_GCJ
19937 +
19938 +# Dependencies to place after the objects being linked to create a
19939 +# shared library.
19940 +postdep_objects=$lt_postdep_objects_GCJ
19941 +
19942 +# Dependencies to place before the objects being linked to create a
19943 +# shared library.
19944 +predeps=$lt_predeps_GCJ
19945 +
19946 +# Dependencies to place after the objects being linked to create a
19947 +# shared library.
19948 +postdeps=$lt_postdeps_GCJ
19949 +
19950 +# The directories searched by this compiler when creating a shared
19951 +# library
19952 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
19953 +
19954 +# The library search path used internally by the compiler when linking
19955 +# a shared library.
19956 +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
19957 +
19958 +# Method to check whether dependent libraries are shared objects.
19959 +deplibs_check_method=$lt_deplibs_check_method
19960 +
19961 +# Command to use when deplibs_check_method == file_magic.
19962 +file_magic_cmd=$lt_file_magic_cmd
19963 +
19964 +# Flag that allows shared libraries with undefined symbols to be built.
19965 +allow_undefined_flag=$lt_allow_undefined_flag_GCJ
19966 +
19967 +# Flag that forces no undefined symbols.
19968 +no_undefined_flag=$lt_no_undefined_flag_GCJ
19969 +
19970 +# Commands used to finish a libtool library installation in a directory.
19971 +finish_cmds=$lt_finish_cmds
19972 +
19973 +# Same as above, but a single script fragment to be evaled but not shown.
19974 +finish_eval=$lt_finish_eval
19975 +
19976 +# Take the output of nm and produce a listing of raw symbols and C names.
19977 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19978 +
19979 +# Transform the output of nm in a proper C declaration
19980 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19981 +
19982 +# Transform the output of nm in a C name address pair
19983 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19984 +
19985 +# This is the shared library runtime path variable.
19986 +runpath_var=$runpath_var
19987 +
19988 +# This is the shared library path variable.
19989 +shlibpath_var=$shlibpath_var
19990 +
19991 +# Is shlibpath searched before the hard-coded library search path?
19992 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19993 +
19994 +# How to hardcode a shared library path into an executable.
19995 +hardcode_action=$hardcode_action_GCJ
19996 +
19997 +# Whether we should hardcode library paths into libraries.
19998 +hardcode_into_libs=$hardcode_into_libs
19999 +
20000 +# Flag to hardcode \$libdir into a binary during linking.
20001 +# This must work even if \$libdir does not exist.
20002 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
20003 +
20004 +# If ld is used when linking, flag to hardcode \$libdir into
20005 +# a binary during linking. This must work even if \$libdir does
20006 +# not exist.
20007 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
20008 +
20009 +# Whether we need a single -rpath flag with a separated argument.
20010 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
20011 +
20012 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
20013 +# resulting binary.
20014 +hardcode_direct=$hardcode_direct_GCJ
20015 +
20016 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
20017 +# resulting binary.
20018 +hardcode_minus_L=$hardcode_minus_L_GCJ
20019 +
20020 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
20021 +# the resulting binary.
20022 +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
20023 +
20024 +# Set to yes if building a shared library automatically hardcodes DIR into the library
20025 +# and all subsequent libraries and executables linked against it.
20026 +hardcode_automatic=$hardcode_automatic_GCJ
20027 +
20028 +# Variables whose values should be saved in libtool wrapper scripts and
20029 +# restored at relink time.
20030 +variables_saved_for_relink="$variables_saved_for_relink"
20031 +
20032 +# Whether libtool must link a program against all its dependency libraries.
20033 +link_all_deplibs=$link_all_deplibs_GCJ
20034 +
20035 +# Compile-time system search path for libraries
20036 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
20037 +
20038 +# Run-time system search path for libraries
20039 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
20040 +
20041 +# Fix the shell variable \$srcfile for the compiler.
20042 +fix_srcfile_path=$lt_fix_srcfile_path
20043 +
20044 +# Set to yes if exported symbols are required.
20045 +always_export_symbols=$always_export_symbols_GCJ
20046 +
20047 +# The commands to list exported symbols.
20048 +export_symbols_cmds=$lt_export_symbols_cmds_GCJ
20049 +
20050 +# The commands to extract the exported symbol list from a shared archive.
20051 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
20052 +
20053 +# Symbols that should not be listed in the preloaded symbols.
20054 +exclude_expsyms=$lt_exclude_expsyms_GCJ
20055 +
20056 +# Symbols that must always be exported.
20057 +include_expsyms=$lt_include_expsyms_GCJ
20058 +
20059 +# ### END LIBTOOL TAG CONFIG: $tagname
20060 +
20061 +__EOF__
20062 +
20063 +
20064 +else
20065 +  # If there is no Makefile yet, we rely on a make rule to execute
20066 +  # `config.status --recheck' to rerun these tests and create the
20067 +  # libtool script then.
20068 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
20069 +  if test -f "$ltmain_in"; then
20070 +    test -f Makefile && make "$ltmain"
20071 +  fi
20072 +fi
20073 +
20074 +
20075 +ac_ext=c
20076 +ac_cpp='$CPP $CPPFLAGS'
20077 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20078 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20079 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
20080 +
20081 +CC="$lt_save_CC"
20082 +
20083 +       else
20084 +         tagname=""
20085 +       fi
20086 +       ;;
20087 +
20088 +      RC)
20089 +       
20090 +
20091 +# Source file extension for RC test sources.
20092 +ac_ext=rc
20093 +
20094 +# Object file extension for compiled RC test sources.
20095 +objext=o
20096 +objext_RC=$objext
20097 +
20098 +# Code to be used in simple compile tests
20099 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
20100 +
20101 +# Code to be used in simple link tests
20102 +lt_simple_link_test_code="$lt_simple_compile_test_code"
20103 +
20104 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
20105 +
20106 +# If no C compiler was specified, use CC.
20107 +LTCC=${LTCC-"$CC"}
20108 +
20109 +# If no C compiler flags were specified, use CFLAGS.
20110 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
20111 +
20112 +# Allow CC to be a program name with arguments.
20113 +compiler=$CC
20114 +
20115 +
20116 +# save warnings/boilerplate of simple test code
20117 +ac_outfile=conftest.$ac_objext
20118 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
20119 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
20120 +_lt_compiler_boilerplate=`cat conftest.err`
20121 +$rm conftest*
20122 +
20123 +ac_outfile=conftest.$ac_objext
20124 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
20125 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
20126 +_lt_linker_boilerplate=`cat conftest.err`
20127 +$rm -r conftest*
20128 +
20129 +
20130 +# Allow CC to be a program name with arguments.
20131 +lt_save_CC="$CC"
20132 +CC=${RC-"windres"}
20133 +compiler=$CC
20134 +compiler_RC=$CC
20135 +for cc_temp in $compiler""; do
20136 +  case $cc_temp in
20137 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
20138 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
20139 +    \-*) ;;
20140 +    *) break;;
20141 +  esac
20142 +done
20143 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
20144 +
20145 +lt_cv_prog_compiler_c_o_RC=yes
20146 +
20147 +# The else clause should only fire when bootstrapping the
20148 +# libtool distribution, otherwise you forgot to ship ltmain.sh
20149 +# with your package, and you will get complaints that there are
20150 +# no rules to generate ltmain.sh.
20151 +if test -f "$ltmain"; then
20152 +  # See if we are running on zsh, and set the options which allow our commands through
20153 +  # without removal of \ escapes.
20154 +  if test -n "${ZSH_VERSION+set}" ; then
20155 +    setopt NO_GLOB_SUBST
20156 +  fi
20157 +  # Now quote all the things that may contain metacharacters while being
20158 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
20159 +  # variables and quote the copies for generation of the libtool script.
20160 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
20161 +    SED SHELL STRIP \
20162 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
20163 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
20164 +    deplibs_check_method reload_flag reload_cmds need_locks \
20165 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
20166 +    lt_cv_sys_global_symbol_to_c_name_address \
20167 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
20168 +    old_postinstall_cmds old_postuninstall_cmds \
20169 +    compiler_RC \
20170 +    CC_RC \
20171 +    LD_RC \
20172 +    lt_prog_compiler_wl_RC \
20173 +    lt_prog_compiler_pic_RC \
20174 +    lt_prog_compiler_static_RC \
20175 +    lt_prog_compiler_no_builtin_flag_RC \
20176 +    export_dynamic_flag_spec_RC \
20177 +    thread_safe_flag_spec_RC \
20178 +    whole_archive_flag_spec_RC \
20179 +    enable_shared_with_static_runtimes_RC \
20180 +    old_archive_cmds_RC \
20181 +    old_archive_from_new_cmds_RC \
20182 +    predep_objects_RC \
20183 +    postdep_objects_RC \
20184 +    predeps_RC \
20185 +    postdeps_RC \
20186 +    compiler_lib_search_path_RC \
20187 +    compiler_lib_search_dirs_RC \
20188 +    archive_cmds_RC \
20189 +    archive_expsym_cmds_RC \
20190 +    postinstall_cmds_RC \
20191 +    postuninstall_cmds_RC \
20192 +    old_archive_from_expsyms_cmds_RC \
20193 +    allow_undefined_flag_RC \
20194 +    no_undefined_flag_RC \
20195 +    export_symbols_cmds_RC \
20196 +    hardcode_libdir_flag_spec_RC \
20197 +    hardcode_libdir_flag_spec_ld_RC \
20198 +    hardcode_libdir_separator_RC \
20199 +    hardcode_automatic_RC \
20200 +    module_cmds_RC \
20201 +    module_expsym_cmds_RC \
20202 +    lt_cv_prog_compiler_c_o_RC \
20203 +    fix_srcfile_path_RC \
20204 +    exclude_expsyms_RC \
20205 +    include_expsyms_RC; do
20206 +
20207 +    case $var in
20208 +    old_archive_cmds_RC | \
20209 +    old_archive_from_new_cmds_RC | \
20210 +    archive_cmds_RC | \
20211 +    archive_expsym_cmds_RC | \
20212 +    module_cmds_RC | \
20213 +    module_expsym_cmds_RC | \
20214 +    old_archive_from_expsyms_cmds_RC | \
20215 +    export_symbols_cmds_RC | \
20216 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
20217 +    postinstall_cmds | postuninstall_cmds | \
20218 +    old_postinstall_cmds | old_postuninstall_cmds | \
20219 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
20220 +      # Double-quote double-evaled strings.
20221 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
20222 +      ;;
20223 +    *)
20224 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
20225 +      ;;
20226 +    esac
20227 +  done
20228 +
20229 +  case $lt_echo in
20230 +  *'\$0 --fallback-echo"')
20231 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
20232 +    ;;
20233 +  esac
20234 +
20235 +cfgfile="$ofile"
20236 +
20237 +  cat <<__EOF__ >> "$cfgfile"
20238 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
20239 +
20240 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20241 +
20242 +# Shell to use when invoking shell scripts.
20243 +SHELL=$lt_SHELL
20244 +
20245 +# Whether or not to build shared libraries.
20246 +build_libtool_libs=$enable_shared
20247 +
20248 +# Whether or not to build static libraries.
20249 +build_old_libs=$enable_static
20250 +
20251 +# Whether or not to add -lc for building shared libraries.
20252 +build_libtool_need_lc=$archive_cmds_need_lc_RC
20253 +
20254 +# Whether or not to disallow shared libs when runtime libs are static
20255 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
20256 +
20257 +# Whether or not to optimize for fast installation.
20258 +fast_install=$enable_fast_install
20259 +
20260 +# The host system.
20261 +host_alias=$host_alias
20262 +host=$host
20263 +host_os=$host_os
20264 +
20265 +# The build system.
20266 +build_alias=$build_alias
20267 +build=$build
20268 +build_os=$build_os
20269 +
20270 +# An echo program that does not interpret backslashes.
20271 +echo=$lt_echo
20272 +
20273 +# The archiver.
20274 +AR=$lt_AR
20275 +AR_FLAGS=$lt_AR_FLAGS
20276 +
20277 +# A C compiler.
20278 +LTCC=$lt_LTCC
20279 +
20280 +# LTCC compiler flags.
20281 +LTCFLAGS=$lt_LTCFLAGS
20282 +
20283 +# A language-specific compiler.
20284 +CC=$lt_compiler_RC
20285 +
20286 +# Is the compiler the GNU C compiler?
20287 +with_gcc=$GCC_RC
20288 +
20289 +# An ERE matcher.
20290 +EGREP=$lt_EGREP
20291 +
20292 +# The linker used to build libraries.
20293 +LD=$lt_LD_RC
20294 +
20295 +# Whether we need hard or soft links.
20296 +LN_S=$lt_LN_S
20297 +
20298 +# A BSD-compatible nm program.
20299 +NM=$lt_NM
20300 +
20301 +# A symbol stripping program
20302 +STRIP=$lt_STRIP
20303 +
20304 +# Used to examine libraries when file_magic_cmd begins "file"
20305 +MAGIC_CMD=$MAGIC_CMD
20306 +
20307 +# Used on cygwin: DLL creation program.
20308 +DLLTOOL="$DLLTOOL"
20309 +
20310 +# Used on cygwin: object dumper.
20311 +OBJDUMP="$OBJDUMP"
20312 +
20313 +# Used on cygwin: assembler.
20314 +AS="$AS"
20315 +
20316 +# The name of the directory that contains temporary libtool files.
20317 +objdir=$objdir
20318 +
20319 +# How to create reloadable object files.
20320 +reload_flag=$lt_reload_flag
20321 +reload_cmds=$lt_reload_cmds
20322 +
20323 +# How to pass a linker flag through the compiler.
20324 +wl=$lt_lt_prog_compiler_wl_RC
20325 +
20326 +# Object file suffix (normally "o").
20327 +objext="$ac_objext"
20328 +
20329 +# Old archive suffix (normally "a").
20330 +libext="$libext"
20331 +
20332 +# Shared library suffix (normally ".so").
20333 +shrext_cmds='$shrext_cmds'
20334 +
20335 +# Executable file suffix (normally "").
20336 +exeext="$exeext"
20337 +
20338 +# Additional compiler flags for building library objects.
20339 +pic_flag=$lt_lt_prog_compiler_pic_RC
20340 +pic_mode=$pic_mode
20341 +
20342 +# What is the maximum length of a command?
20343 +max_cmd_len=$lt_cv_sys_max_cmd_len
20344 +
20345 +# Does compiler simultaneously support -c and -o options?
20346 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
20347 +
20348 +# Must we lock files when doing compilation?
20349 +need_locks=$lt_need_locks
20350 +
20351 +# Do we need the lib prefix for modules?
20352 +need_lib_prefix=$need_lib_prefix
20353 +
20354 +# Do we need a version for libraries?
20355 +need_version=$need_version
20356 +
20357 +# Whether dlopen is supported.
20358 +dlopen_support=$enable_dlopen
20359 +
20360 +# Whether dlopen of programs is supported.
20361 +dlopen_self=$enable_dlopen_self
20362 +
20363 +# Whether dlopen of statically linked programs is supported.
20364 +dlopen_self_static=$enable_dlopen_self_static
20365 +
20366 +# Compiler flag to prevent dynamic linking.
20367 +link_static_flag=$lt_lt_prog_compiler_static_RC
20368 +
20369 +# Compiler flag to turn off builtin functions.
20370 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
20371 +
20372 +# Compiler flag to allow reflexive dlopens.
20373 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
20374 +
20375 +# Compiler flag to generate shared objects directly from archives.
20376 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
20377 +
20378 +# Compiler flag to generate thread-safe objects.
20379 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
20380 +
20381 +# Library versioning type.
20382 +version_type=$version_type
20383 +
20384 +# Format of library name prefix.
20385 +libname_spec=$lt_libname_spec
20386 +
20387 +# List of archive names.  First name is the real one, the rest are links.
20388 +# The last name is the one that the linker finds with -lNAME.
20389 +library_names_spec=$lt_library_names_spec
20390 +
20391 +# The coded name of the library, if different from the real name.
20392 +soname_spec=$lt_soname_spec
20393 +
20394 +# Commands used to build and install an old-style archive.
20395 +RANLIB=$lt_RANLIB
20396 +old_archive_cmds=$lt_old_archive_cmds_RC
20397 +old_postinstall_cmds=$lt_old_postinstall_cmds
20398 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
20399 +
20400 +# Create an old-style archive from a shared archive.
20401 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
20402 +
20403 +# Create a temporary old-style archive to link instead of a shared archive.
20404 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
20405 +
20406 +# Commands used to build and install a shared archive.
20407 +archive_cmds=$lt_archive_cmds_RC
20408 +archive_expsym_cmds=$lt_archive_expsym_cmds_RC
20409 +postinstall_cmds=$lt_postinstall_cmds
20410 +postuninstall_cmds=$lt_postuninstall_cmds
20411 +
20412 +# Commands used to build a loadable module (assumed same as above if empty)
20413 +module_cmds=$lt_module_cmds_RC
20414 +module_expsym_cmds=$lt_module_expsym_cmds_RC
20415 +
20416 +# Commands to strip libraries.
20417 +old_striplib=$lt_old_striplib
20418 +striplib=$lt_striplib
20419 +
20420 +# Dependencies to place before the objects being linked to create a
20421 +# shared library.
20422 +predep_objects=$lt_predep_objects_RC
20423 +
20424 +# Dependencies to place after the objects being linked to create a
20425 +# shared library.
20426 +postdep_objects=$lt_postdep_objects_RC
20427 +
20428 +# Dependencies to place before the objects being linked to create a
20429 +# shared library.
20430 +predeps=$lt_predeps_RC
20431 +
20432 +# Dependencies to place after the objects being linked to create a
20433 +# shared library.
20434 +postdeps=$lt_postdeps_RC
20435 +
20436 +# The directories searched by this compiler when creating a shared
20437 +# library
20438 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
20439 +
20440 +# The library search path used internally by the compiler when linking
20441 +# a shared library.
20442 +compiler_lib_search_path=$lt_compiler_lib_search_path_RC
20443 +
20444 +# Method to check whether dependent libraries are shared objects.
20445 +deplibs_check_method=$lt_deplibs_check_method
20446 +
20447 +# Command to use when deplibs_check_method == file_magic.
20448 +file_magic_cmd=$lt_file_magic_cmd
20449 +
20450 +# Flag that allows shared libraries with undefined symbols to be built.
20451 +allow_undefined_flag=$lt_allow_undefined_flag_RC
20452 +
20453 +# Flag that forces no undefined symbols.
20454 +no_undefined_flag=$lt_no_undefined_flag_RC
20455 +
20456 +# Commands used to finish a libtool library installation in a directory.
20457 +finish_cmds=$lt_finish_cmds
20458 +
20459 +# Same as above, but a single script fragment to be evaled but not shown.
20460 +finish_eval=$lt_finish_eval
20461 +
20462 +# Take the output of nm and produce a listing of raw symbols and C names.
20463 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
20464 +
20465 +# Transform the output of nm in a proper C declaration
20466 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
20467 +
20468 +# Transform the output of nm in a C name address pair
20469 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
20470 +
20471 +# This is the shared library runtime path variable.
20472 +runpath_var=$runpath_var
20473 +
20474 +# This is the shared library path variable.
20475 +shlibpath_var=$shlibpath_var
20476 +
20477 +# Is shlibpath searched before the hard-coded library search path?
20478 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
20479 +
20480 +# How to hardcode a shared library path into an executable.
20481 +hardcode_action=$hardcode_action_RC
20482 +
20483 +# Whether we should hardcode library paths into libraries.
20484 +hardcode_into_libs=$hardcode_into_libs
20485 +
20486 +# Flag to hardcode \$libdir into a binary during linking.
20487 +# This must work even if \$libdir does not exist.
20488 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
20489 +
20490 +# If ld is used when linking, flag to hardcode \$libdir into
20491 +# a binary during linking. This must work even if \$libdir does
20492 +# not exist.
20493 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
20494 +
20495 +# Whether we need a single -rpath flag with a separated argument.
20496 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
20497 +
20498 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
20499 +# resulting binary.
20500 +hardcode_direct=$hardcode_direct_RC
20501 +
20502 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
20503 +# resulting binary.
20504 +hardcode_minus_L=$hardcode_minus_L_RC
20505 +
20506 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
20507 +# the resulting binary.
20508 +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
20509 +
20510 +# Set to yes if building a shared library automatically hardcodes DIR into the library
20511 +# and all subsequent libraries and executables linked against it.
20512 +hardcode_automatic=$hardcode_automatic_RC
20513 +
20514 +# Variables whose values should be saved in libtool wrapper scripts and
20515 +# restored at relink time.
20516 +variables_saved_for_relink="$variables_saved_for_relink"
20517 +
20518 +# Whether libtool must link a program against all its dependency libraries.
20519 +link_all_deplibs=$link_all_deplibs_RC
20520 +
20521 +# Compile-time system search path for libraries
20522 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
20523 +
20524 +# Run-time system search path for libraries
20525 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
20526 +
20527 +# Fix the shell variable \$srcfile for the compiler.
20528 +fix_srcfile_path=$lt_fix_srcfile_path
20529 +
20530 +# Set to yes if exported symbols are required.
20531 +always_export_symbols=$always_export_symbols_RC
20532 +
20533 +# The commands to list exported symbols.
20534 +export_symbols_cmds=$lt_export_symbols_cmds_RC
20535 +
20536 +# The commands to extract the exported symbol list from a shared archive.
20537 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
20538 +
20539 +# Symbols that should not be listed in the preloaded symbols.
20540 +exclude_expsyms=$lt_exclude_expsyms_RC
20541 +
20542 +# Symbols that must always be exported.
20543 +include_expsyms=$lt_include_expsyms_RC
20544 +
20545 +# ### END LIBTOOL TAG CONFIG: $tagname
20546 +
20547 +__EOF__
20548 +
20549 +
20550 +else
20551 +  # If there is no Makefile yet, we rely on a make rule to execute
20552 +  # `config.status --recheck' to rerun these tests and create the
20553 +  # libtool script then.
20554 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
20555 +  if test -f "$ltmain_in"; then
20556 +    test -f Makefile && make "$ltmain"
20557 +  fi
20558 +fi
20559 +
20560 +
20561 +ac_ext=c
20562 +ac_cpp='$CPP $CPPFLAGS'
20563 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20564 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20565 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
20566 +
20567 +CC="$lt_save_CC"
20568 +
20569 +       ;;
20570 +
20571 +      *)
20572 +       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
20573 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
20574 +   { (exit 1); exit 1; }; }
20575 +       ;;
20576 +      esac
20577 +
20578 +      # Append the new tag name to the list of available tags.
20579 +      if test -n "$tagname" ; then
20580 +      available_tags="$available_tags $tagname"
20581 +    fi
20582 +    fi
20583 +  done
20584 +  IFS="$lt_save_ifs"
20585 +
20586 +  # Now substitute the updated list of available tags.
20587 +  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
20588 +    mv "${ofile}T" "$ofile"
20589 +    chmod +x "$ofile"
20590 +  else
20591 +    rm -f "${ofile}T"
20592 +    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
20593 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
20594 +   { (exit 1); exit 1; }; }
20595 +  fi
20596 +fi
20597 +
20598 +
20599 +
20600 +# This can be used to rebuild libtool when needed
20601 +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
20602 +
20603 +# Always use our own libtool.
20604 +LIBTOOL='$(SHELL) $(top_builddir)/libtool'
20605 +
20606 +# Prevent multiple expansion
20607 +
20608 +
20609 +
20610 +
20611 +
20612 +
20613 +
20614 +
20615 +
20616 +
20617 +
20618 +  
20619 +
20620 +  
20621 +
20622 +
20623 +  
20624 +       
20625 +       
20626 +
20627 +
20628 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
20629 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
20630 +    # Check whether --enable-maintainer-mode was given.
20631 +if test "${enable_maintainer_mode+set}" = set; then
20632 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
20633 +else
20634 +  USE_MAINTAINER_MODE=no
20635 +fi
20636 +
20637 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
20638 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
20639 +   if test $USE_MAINTAINER_MODE = yes; then
20640 +  MAINTAINER_MODE_TRUE=
20641 +  MAINTAINER_MODE_FALSE='#'
20642 +else
20643 +  MAINTAINER_MODE_TRUE='#'
20644 +  MAINTAINER_MODE_FALSE=
20645 +fi
20646 +
20647 +  MAINT=$MAINTAINER_MODE_TRUE
20648 +  
20649 +
20650 +
20651 +
20652 +for ac_header in sys/mman.h
20653 +do
20654 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20655 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20656 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
20657 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20658 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20659 +  echo $ECHO_N "(cached) $ECHO_C" >&6
20660 +fi
20661 +ac_res=`eval echo '${'$as_ac_Header'}'`
20662 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
20663 +echo "${ECHO_T}$ac_res" >&6; }
20664 +else
20665 +  # Is the header compilable?
20666 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20667 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20668 +cat >conftest.$ac_ext <<_ACEOF
20669 +/* confdefs.h.  */
20670 +_ACEOF
20671 +cat confdefs.h >>conftest.$ac_ext
20672 +cat >>conftest.$ac_ext <<_ACEOF
20673 +/* end confdefs.h.  */
20674 +$ac_includes_default
20675 +@%:@include <$ac_header>
20676 +_ACEOF
20677 +rm -f conftest.$ac_objext
20678 +if { (ac_try="$ac_compile"
20679 +case "(($ac_try" in
20680 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20681 +  *) ac_try_echo=$ac_try;;
20682 +esac
20683 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20684 +  (eval "$ac_compile") 2>conftest.er1
20685 +  ac_status=$?
20686 +  grep -v '^ *+' conftest.er1 >conftest.err
20687 +  rm -f conftest.er1
20688 +  cat conftest.err >&5
20689 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20690 +  (exit $ac_status); } && {
20691 +        test -z "$ac_c_werror_flag" ||
20692 +        test ! -s conftest.err
20693 +       } && test -s conftest.$ac_objext; then
20694 +  ac_header_compiler=yes
20695 +else
20696 +  echo "$as_me: failed program was:" >&5
20697 +sed 's/^/| /' conftest.$ac_ext >&5
20698 +
20699 +       ac_header_compiler=no
20700 +fi
20701 +
20702 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20704 +echo "${ECHO_T}$ac_header_compiler" >&6; }
20705 +
20706 +# Is the header present?
20707 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20708 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20709 +cat >conftest.$ac_ext <<_ACEOF
20710 +/* confdefs.h.  */
20711 +_ACEOF
20712 +cat confdefs.h >>conftest.$ac_ext
20713 +cat >>conftest.$ac_ext <<_ACEOF
20714 +/* end confdefs.h.  */
20715 +@%:@include <$ac_header>
20716 +_ACEOF
20717 +if { (ac_try="$ac_cpp conftest.$ac_ext"
20718 +case "(($ac_try" in
20719 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20720 +  *) ac_try_echo=$ac_try;;
20721 +esac
20722 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20723 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20724 +  ac_status=$?
20725 +  grep -v '^ *+' conftest.er1 >conftest.err
20726 +  rm -f conftest.er1
20727 +  cat conftest.err >&5
20728 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20729 +  (exit $ac_status); } >/dev/null && {
20730 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20731 +        test ! -s conftest.err
20732 +       }; then
20733 +  ac_header_preproc=yes
20734 +else
20735 +  echo "$as_me: failed program was:" >&5
20736 +sed 's/^/| /' conftest.$ac_ext >&5
20737 +
20738 +  ac_header_preproc=no
20739 +fi
20740 +
20741 +rm -f conftest.err conftest.$ac_ext
20742 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20743 +echo "${ECHO_T}$ac_header_preproc" >&6; }
20744 +
20745 +# So?  What about this header?
20746 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20747 +  yes:no: )
20748 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20749 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20750 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20751 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20752 +    ac_header_preproc=yes
20753 +    ;;
20754 +  no:yes:* )
20755 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20756 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20757 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
20758 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
20759 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20760 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20761 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
20762 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
20763 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20764 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20765 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20766 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20767 +    ( cat <<\_ASBOX
20768 +@%:@@%:@ ------------------------------------------- @%:@@%:@
20769 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
20770 +@%:@@%:@ ------------------------------------------- @%:@@%:@
20771 +_ASBOX
20772 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
20773 +    ;;
20774 +esac
20775 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
20776 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20777 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20778 +  echo $ECHO_N "(cached) $ECHO_C" >&6
20779 +else
20780 +  eval "$as_ac_Header=\$ac_header_preproc"
20781 +fi
20782 +ac_res=`eval echo '${'$as_ac_Header'}'`
20783 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
20784 +echo "${ECHO_T}$ac_res" >&6; }
20785 +
20786 +fi
20787 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
20788 +  cat >>confdefs.h <<_ACEOF
20789 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20790 +_ACEOF
20791
20792 +fi
20793 +
20794 +done
20795 +
20796 +
20797 +for ac_func in mmap
20798 +do
20799 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20800 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20801 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20802 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20803 +  echo $ECHO_N "(cached) $ECHO_C" >&6
20804 +else
20805 +  cat >conftest.$ac_ext <<_ACEOF
20806 +/* confdefs.h.  */
20807 +_ACEOF
20808 +cat confdefs.h >>conftest.$ac_ext
20809 +cat >>conftest.$ac_ext <<_ACEOF
20810 +/* end confdefs.h.  */
20811 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20812 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
20813 +#define $ac_func innocuous_$ac_func
20814 +
20815 +/* System header to define __stub macros and hopefully few prototypes,
20816 +    which can conflict with char $ac_func (); below.
20817 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20818 +    <limits.h> exists even on freestanding compilers.  */
20819 +
20820 +#ifdef __STDC__
20821 +# include <limits.h>
20822 +#else
20823 +# include <assert.h>
20824 +#endif
20825 +
20826 +#undef $ac_func
20827 +
20828 +/* Override any GCC internal prototype to avoid an error.
20829 +   Use char because int might match the return type of a GCC
20830 +   builtin and then its argument prototype would still apply.  */
20831 +#ifdef __cplusplus
20832 +extern "C"
20833 +#endif
20834 +char $ac_func ();
20835 +/* The GNU C library defines this for functions which it implements
20836 +    to always fail with ENOSYS.  Some functions are actually named
20837 +    something starting with __ and the normal name is an alias.  */
20838 +#if defined __stub_$ac_func || defined __stub___$ac_func
20839 +choke me
20840 +#endif
20841 +
20842 +int
20843 +main ()
20844 +{
20845 +return $ac_func ();
20846 +  ;
20847 +  return 0;
20848 +}
20849 +_ACEOF
20850 +rm -f conftest.$ac_objext conftest$ac_exeext
20851 +if { (ac_try="$ac_link"
20852 +case "(($ac_try" in
20853 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20854 +  *) ac_try_echo=$ac_try;;
20855 +esac
20856 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20857 +  (eval "$ac_link") 2>conftest.er1
20858 +  ac_status=$?
20859 +  grep -v '^ *+' conftest.er1 >conftest.err
20860 +  rm -f conftest.er1
20861 +  cat conftest.err >&5
20862 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20863 +  (exit $ac_status); } && {
20864 +        test -z "$ac_c_werror_flag" ||
20865 +        test ! -s conftest.err
20866 +       } && test -s conftest$ac_exeext &&
20867 +       $as_test_x conftest$ac_exeext; then
20868 +  eval "$as_ac_var=yes"
20869 +else
20870 +  echo "$as_me: failed program was:" >&5
20871 +sed 's/^/| /' conftest.$ac_ext >&5
20872 +
20873 +       eval "$as_ac_var=no"
20874 +fi
20875 +
20876 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20877 +      conftest$ac_exeext conftest.$ac_ext
20878 +fi
20879 +ac_res=`eval echo '${'$as_ac_var'}'`
20880 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
20881 +echo "${ECHO_T}$ac_res" >&6; }
20882 +if test `eval echo '${'$as_ac_var'}'` = yes; then
20883 +  cat >>confdefs.h <<_ACEOF
20884 +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20885 +_ACEOF
20886
20887 +fi
20888 +done
20889 +
20890 +
20891 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
20892 +  { echo "$as_me:$LINENO: checking for sys/mman.h" >&5
20893 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
20894 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
20895 +  echo $ECHO_N "(cached) $ECHO_C" >&6
20896 +fi
20897 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
20898 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
20899 +else
20900 +  # Is the header compilable?
20901 +{ echo "$as_me:$LINENO: checking sys/mman.h usability" >&5
20902 +echo $ECHO_N "checking sys/mman.h usability... $ECHO_C" >&6; }
20903 +cat >conftest.$ac_ext <<_ACEOF
20904 +/* confdefs.h.  */
20905 +_ACEOF
20906 +cat confdefs.h >>conftest.$ac_ext
20907 +cat >>conftest.$ac_ext <<_ACEOF
20908 +/* end confdefs.h.  */
20909 +$ac_includes_default
20910 +@%:@include <sys/mman.h>
20911 +_ACEOF
20912 +rm -f conftest.$ac_objext
20913 +if { (ac_try="$ac_compile"
20914 +case "(($ac_try" in
20915 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20916 +  *) ac_try_echo=$ac_try;;
20917 +esac
20918 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20919 +  (eval "$ac_compile") 2>conftest.er1
20920 +  ac_status=$?
20921 +  grep -v '^ *+' conftest.er1 >conftest.err
20922 +  rm -f conftest.er1
20923 +  cat conftest.err >&5
20924 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925 +  (exit $ac_status); } && {
20926 +        test -z "$ac_c_werror_flag" ||
20927 +        test ! -s conftest.err
20928 +       } && test -s conftest.$ac_objext; then
20929 +  ac_header_compiler=yes
20930 +else
20931 +  echo "$as_me: failed program was:" >&5
20932 +sed 's/^/| /' conftest.$ac_ext >&5
20933 +
20934 +       ac_header_compiler=no
20935 +fi
20936 +
20937 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20938 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20939 +echo "${ECHO_T}$ac_header_compiler" >&6; }
20940 +
20941 +# Is the header present?
20942 +{ echo "$as_me:$LINENO: checking sys/mman.h presence" >&5
20943 +echo $ECHO_N "checking sys/mman.h presence... $ECHO_C" >&6; }
20944 +cat >conftest.$ac_ext <<_ACEOF
20945 +/* confdefs.h.  */
20946 +_ACEOF
20947 +cat confdefs.h >>conftest.$ac_ext
20948 +cat >>conftest.$ac_ext <<_ACEOF
20949 +/* end confdefs.h.  */
20950 +@%:@include <sys/mman.h>
20951 +_ACEOF
20952 +if { (ac_try="$ac_cpp conftest.$ac_ext"
20953 +case "(($ac_try" in
20954 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20955 +  *) ac_try_echo=$ac_try;;
20956 +esac
20957 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20958 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20959 +  ac_status=$?
20960 +  grep -v '^ *+' conftest.er1 >conftest.err
20961 +  rm -f conftest.er1
20962 +  cat conftest.err >&5
20963 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20964 +  (exit $ac_status); } >/dev/null && {
20965 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20966 +        test ! -s conftest.err
20967 +       }; then
20968 +  ac_header_preproc=yes
20969 +else
20970 +  echo "$as_me: failed program was:" >&5
20971 +sed 's/^/| /' conftest.$ac_ext >&5
20972 +
20973 +  ac_header_preproc=no
20974 +fi
20975 +
20976 +rm -f conftest.err conftest.$ac_ext
20977 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20978 +echo "${ECHO_T}$ac_header_preproc" >&6; }
20979 +
20980 +# So?  What about this header?
20981 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20982 +  yes:no: )
20983 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&5
20984 +echo "$as_me: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20985 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the compiler's result" >&5
20986 +echo "$as_me: WARNING: sys/mman.h: proceeding with the compiler's result" >&2;}
20987 +    ac_header_preproc=yes
20988 +    ;;
20989 +  no:yes:* )
20990 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: present but cannot be compiled" >&5
20991 +echo "$as_me: WARNING: sys/mman.h: present but cannot be compiled" >&2;}
20992 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&5
20993 +echo "$as_me: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&2;}
20994 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: see the Autoconf documentation" >&5
20995 +echo "$as_me: WARNING: sys/mman.h: see the Autoconf documentation" >&2;}
20996 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&5
20997 +echo "$as_me: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&2;}
20998 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&5
20999 +echo "$as_me: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&2;}
21000 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&5
21001 +echo "$as_me: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&2;}
21002 +    ( cat <<\_ASBOX
21003 +@%:@@%:@ ------------------------------------------- @%:@@%:@
21004 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
21005 +@%:@@%:@ ------------------------------------------- @%:@@%:@
21006 +_ASBOX
21007 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
21008 +    ;;
21009 +esac
21010 +{ echo "$as_me:$LINENO: checking for sys/mman.h" >&5
21011 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
21012 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
21013 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21014 +else
21015 +  ac_cv_header_sys_mman_h=$ac_header_preproc
21016 +fi
21017 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
21018 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
21019 +
21020 +fi
21021 +if test $ac_cv_header_sys_mman_h = yes; then
21022 +  libffi_header_sys_mman_h=yes
21023 +else
21024 +  libffi_header_sys_mman_h=no
21025 +fi
21026 +
21027 +
21028 +{ echo "$as_me:$LINENO: checking for mmap" >&5
21029 +echo $ECHO_N "checking for mmap... $ECHO_C" >&6; }
21030 +if test "${ac_cv_func_mmap+set}" = set; then
21031 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21032 +else
21033 +  cat >conftest.$ac_ext <<_ACEOF
21034 +/* confdefs.h.  */
21035 +_ACEOF
21036 +cat confdefs.h >>conftest.$ac_ext
21037 +cat >>conftest.$ac_ext <<_ACEOF
21038 +/* end confdefs.h.  */
21039 +/* Define mmap to an innocuous variant, in case <limits.h> declares mmap.
21040 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
21041 +#define mmap innocuous_mmap
21042 +
21043 +/* System header to define __stub macros and hopefully few prototypes,
21044 +    which can conflict with char mmap (); below.
21045 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21046 +    <limits.h> exists even on freestanding compilers.  */
21047 +
21048 +#ifdef __STDC__
21049 +# include <limits.h>
21050 +#else
21051 +# include <assert.h>
21052 +#endif
21053 +
21054 +#undef mmap
21055 +
21056 +/* Override any GCC internal prototype to avoid an error.
21057 +   Use char because int might match the return type of a GCC
21058 +   builtin and then its argument prototype would still apply.  */
21059 +#ifdef __cplusplus
21060 +extern "C"
21061 +#endif
21062 +char mmap ();
21063 +/* The GNU C library defines this for functions which it implements
21064 +    to always fail with ENOSYS.  Some functions are actually named
21065 +    something starting with __ and the normal name is an alias.  */
21066 +#if defined __stub_mmap || defined __stub___mmap
21067 +choke me
21068 +#endif
21069 +
21070 +int
21071 +main ()
21072 +{
21073 +return mmap ();
21074 +  ;
21075 +  return 0;
21076 +}
21077 +_ACEOF
21078 +rm -f conftest.$ac_objext conftest$ac_exeext
21079 +if { (ac_try="$ac_link"
21080 +case "(($ac_try" in
21081 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21082 +  *) ac_try_echo=$ac_try;;
21083 +esac
21084 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21085 +  (eval "$ac_link") 2>conftest.er1
21086 +  ac_status=$?
21087 +  grep -v '^ *+' conftest.er1 >conftest.err
21088 +  rm -f conftest.er1
21089 +  cat conftest.err >&5
21090 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21091 +  (exit $ac_status); } && {
21092 +        test -z "$ac_c_werror_flag" ||
21093 +        test ! -s conftest.err
21094 +       } && test -s conftest$ac_exeext &&
21095 +       $as_test_x conftest$ac_exeext; then
21096 +  ac_cv_func_mmap=yes
21097 +else
21098 +  echo "$as_me: failed program was:" >&5
21099 +sed 's/^/| /' conftest.$ac_ext >&5
21100 +
21101 +       ac_cv_func_mmap=no
21102 +fi
21103 +
21104 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21105 +      conftest$ac_exeext conftest.$ac_ext
21106 +fi
21107 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap" >&5
21108 +echo "${ECHO_T}$ac_cv_func_mmap" >&6; }
21109 +if test $ac_cv_func_mmap = yes; then
21110 +  libffi_func_mmap=yes
21111 +else
21112 +  libffi_func_mmap=no
21113 +fi
21114 +
21115 +if test "$libffi_header_sys_mman_h" != yes \
21116 + || test "$libffi_func_mmap" != yes; then
21117 +   ac_cv_func_mmap_file=no
21118 +   ac_cv_func_mmap_dev_zero=no
21119 +   ac_cv_func_mmap_anon=no
21120 +else
21121 +   { echo "$as_me:$LINENO: checking whether read-only mmap of a plain file works" >&5
21122 +echo $ECHO_N "checking whether read-only mmap of a plain file works... $ECHO_C" >&6; }
21123 +if test "${ac_cv_func_mmap_file+set}" = set; then
21124 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21125 +else
21126 +  # Add a system to this blacklist if
21127 +   # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
21128 +   # memory area containing the same data that you'd get if you applied
21129 +   # read() to the same fd.  The only system known to have a problem here
21130 +   # is VMS, where text files have record structure.
21131 +   case "$host_os" in
21132 +     vms* | ultrix*)
21133 +       ac_cv_func_mmap_file=no ;;
21134 +     *)
21135 +       ac_cv_func_mmap_file=yes;;
21136 +   esac
21137 +fi
21138 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_file" >&5
21139 +echo "${ECHO_T}$ac_cv_func_mmap_file" >&6; }
21140 +   { echo "$as_me:$LINENO: checking whether mmap from /dev/zero works" >&5
21141 +echo $ECHO_N "checking whether mmap from /dev/zero works... $ECHO_C" >&6; }
21142 +if test "${ac_cv_func_mmap_dev_zero+set}" = set; then
21143 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21144 +else
21145 +  # Add a system to this blacklist if it has mmap() but /dev/zero
21146 +   # does not exist, or if mmapping /dev/zero does not give anonymous
21147 +   # zeroed pages with both the following properties:
21148 +   # 1. If you map N consecutive pages in with one call, and then
21149 +   #    unmap any subset of those pages, the pages that were not
21150 +   #    explicitly unmapped remain accessible.
21151 +   # 2. If you map two adjacent blocks of memory and then unmap them
21152 +   #    both at once, they must both go away.
21153 +   # Systems known to be in this category are Windows (all variants),
21154 +   # VMS, and Darwin.
21155 +   case "$host_os" in
21156 +     vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
21157 +       ac_cv_func_mmap_dev_zero=no ;;
21158 +     *)
21159 +       ac_cv_func_mmap_dev_zero=yes;;
21160 +   esac
21161 +fi
21162 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_dev_zero" >&5
21163 +echo "${ECHO_T}$ac_cv_func_mmap_dev_zero" >&6; }
21164 +
21165 +   # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
21166 +   { echo "$as_me:$LINENO: checking for MAP_ANON(YMOUS)" >&5
21167 +echo $ECHO_N "checking for MAP_ANON(YMOUS)... $ECHO_C" >&6; }
21168 +if test "${ac_cv_decl_map_anon+set}" = set; then
21169 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21170 +else
21171 +  cat >conftest.$ac_ext <<_ACEOF
21172 +/* confdefs.h.  */
21173 +_ACEOF
21174 +cat confdefs.h >>conftest.$ac_ext
21175 +cat >>conftest.$ac_ext <<_ACEOF
21176 +/* end confdefs.h.  */
21177 +#include <sys/types.h>
21178 +#include <sys/mman.h>
21179 +#include <unistd.h>
21180 +
21181 +#ifndef MAP_ANONYMOUS
21182 +#define MAP_ANONYMOUS MAP_ANON
21183 +#endif
21184 +
21185 +int
21186 +main ()
21187 +{
21188 +int n = MAP_ANONYMOUS;
21189 +  ;
21190 +  return 0;
21191 +}
21192 +_ACEOF
21193 +rm -f conftest.$ac_objext
21194 +if { (ac_try="$ac_compile"
21195 +case "(($ac_try" in
21196 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21197 +  *) ac_try_echo=$ac_try;;
21198 +esac
21199 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21200 +  (eval "$ac_compile") 2>conftest.er1
21201 +  ac_status=$?
21202 +  grep -v '^ *+' conftest.er1 >conftest.err
21203 +  rm -f conftest.er1
21204 +  cat conftest.err >&5
21205 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 +  (exit $ac_status); } && {
21207 +        test -z "$ac_c_werror_flag" ||
21208 +        test ! -s conftest.err
21209 +       } && test -s conftest.$ac_objext; then
21210 +  ac_cv_decl_map_anon=yes
21211 +else
21212 +  echo "$as_me: failed program was:" >&5
21213 +sed 's/^/| /' conftest.$ac_ext >&5
21214 +
21215 +       ac_cv_decl_map_anon=no
21216 +fi
21217 +
21218 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21219 +fi
21220 +{ echo "$as_me:$LINENO: result: $ac_cv_decl_map_anon" >&5
21221 +echo "${ECHO_T}$ac_cv_decl_map_anon" >&6; }
21222 +
21223 +   if test $ac_cv_decl_map_anon = no; then
21224 +     ac_cv_func_mmap_anon=no
21225 +   else
21226 +     { echo "$as_me:$LINENO: checking whether mmap with MAP_ANON(YMOUS) works" >&5
21227 +echo $ECHO_N "checking whether mmap with MAP_ANON(YMOUS) works... $ECHO_C" >&6; }
21228 +if test "${ac_cv_func_mmap_anon+set}" = set; then
21229 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21230 +else
21231 +  # Add a system to this blacklist if it has mmap() and MAP_ANON or
21232 +   # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
21233 +   # doesn't give anonymous zeroed pages with the same properties listed
21234 +   # above for use of /dev/zero.
21235 +   # Systems known to be in this category are Windows, VMS, and SCO Unix.
21236 +   case "$host_os" in
21237 +     vms* | cygwin* | pe | mingw* | sco* | udk* )
21238 +       ac_cv_func_mmap_anon=no ;;
21239 +     *)
21240 +       ac_cv_func_mmap_anon=yes;;
21241 +   esac
21242 +fi
21243 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_anon" >&5
21244 +echo "${ECHO_T}$ac_cv_func_mmap_anon" >&6; }
21245 +   fi
21246 +fi
21247 +
21248 +if test $ac_cv_func_mmap_file = yes; then
21249 +  
21250 +cat >>confdefs.h <<\_ACEOF
21251 +@%:@define HAVE_MMAP_FILE 1
21252 +_ACEOF
21253 +
21254 +fi
21255 +if test $ac_cv_func_mmap_dev_zero = yes; then
21256 +  
21257 +cat >>confdefs.h <<\_ACEOF
21258 +@%:@define HAVE_MMAP_DEV_ZERO 1
21259 +_ACEOF
21260 +
21261 +fi
21262 +if test $ac_cv_func_mmap_anon = yes; then
21263 +  
21264 +cat >>confdefs.h <<\_ACEOF
21265 +@%:@define HAVE_MMAP_ANON 1
21266 +_ACEOF
21267 +
21268 +fi
21269 +
21270 +
21271 + if test -d $srcdir/testsuite; then
21272 +  TESTSUBDIR_TRUE=
21273 +  TESTSUBDIR_FALSE='#'
21274 +else
21275 +  TESTSUBDIR_TRUE='#'
21276 +  TESTSUBDIR_FALSE=
21277 +fi
21278 +
21279 +
21280 +TARGETDIR="unknown"
21281 +case "$host" in
21282 +  alpha*-*-*)
21283 +       TARGET=ALPHA; TARGETDIR=alpha;
21284 +       # Support 128-bit long double, changable via command-line switch.
21285 +       HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
21286 +       ;;
21287 +
21288 +  arm*-*-*)
21289 +       TARGET=ARM; TARGETDIR=arm
21290 +       ;;
21291 +
21292 +  amd64-*-freebsd*)
21293 +       TARGET=X86_64; TARGETDIR=x86
21294 +       ;;
21295 +
21296 +  cris-*-*)
21297 +       TARGET=LIBFFI_CRIS; TARGETDIR=cris
21298 +       ;;
21299 +
21300 +  frv-*-*)
21301 +       TARGET=FRV; TARGETDIR=frv
21302 +       ;;
21303 +
21304 +  hppa*-*-linux* | parisc*-*-linux*)
21305 +       TARGET=PA_LINUX; TARGETDIR=pa
21306 +       ;;
21307 +  hppa*64-*-hpux*)
21308 +       TARGET=PA64_HPUX; TARGETDIR=pa
21309 +       ;;
21310 +  hppa*-*-hpux*)
21311 +       TARGET=PA_HPUX; TARGETDIR=pa
21312 +       ;;
21313 +
21314 +  i386-*-freebsd* | i386-*-openbsd*)
21315 +       TARGET=X86_FREEBSD; TARGETDIR=x86
21316 +       ;;
21317 +  i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
21318 +       TARGET=X86_WIN32; TARGETDIR=x86
21319 +       ;;
21320 +  i?86-*-darwin*)
21321 +       TARGET=X86_DARWIN; TARGETDIR=x86
21322 +       ;;
21323 +  i?86-*-solaris2.1[0-9]*)
21324 +       TARGET=X86_64; TARGETDIR=x86
21325 +       ;;
21326 +  i?86-*-*)
21327 +       TARGET=X86; TARGETDIR=x86
21328 +       ;;
21329 +
21330 +  ia64*-*-*)
21331 +       TARGET=IA64; TARGETDIR=ia64
21332 +       ;;
21333 +
21334 +  m32r*-*-*)
21335 +       TARGET=M32R; TARGETDIR=m32r
21336 +       ;;
21337 +
21338 +  m68k-*-*)
21339 +       TARGET=M68K; TARGETDIR=m68k
21340 +       ;;
21341 +
21342 +  mips-sgi-irix5.* | mips-sgi-irix6.*)
21343 +       TARGET=MIPS; TARGETDIR=mips
21344 +       ;;
21345 +  mips*-*-linux*)
21346 +       TARGET=MIPS; TARGETDIR=mips
21347 +       ;;
21348 +
21349 +  powerpc*-*-linux* | powerpc-*-sysv*)
21350 +       TARGET=POWERPC; TARGETDIR=powerpc
21351 +       ;;
21352 +  powerpc-*-beos*)
21353 +       TARGET=POWERPC; TARGETDIR=powerpc
21354 +       ;;
21355 +  powerpc-*-darwin*)
21356 +       TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
21357 +       ;;
21358 +  powerpc-*-aix* | rs6000-*-aix*)
21359 +       TARGET=POWERPC_AIX; TARGETDIR=powerpc
21360 +       ;;
21361 +  powerpc-*-freebsd*)
21362 +       TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
21363 +       ;;
21364 +  powerpc*-*-rtems*)
21365 +       TARGET=POWERPC; TARGETDIR=powerpc
21366 +       ;;
21367 +
21368 +  s390-*-* | s390x-*-*)
21369 +       TARGET=S390; TARGETDIR=s390
21370 +       ;;
21371 +
21372 +  sh-*-* | sh[34]*-*-*)
21373 +       TARGET=SH; TARGETDIR=sh
21374 +       ;;
21375 +  sh64-*-* | sh5*-*-*)
21376 +       TARGET=SH64; TARGETDIR=sh64
21377 +       ;;
21378 +
21379 +  sparc*-*-*)
21380 +       TARGET=SPARC; TARGETDIR=sparc
21381 +       ;;
21382 +
21383 +  x86_64-*-darwin*)
21384 +       TARGET=X86_DARWIN; TARGETDIR=x86
21385 +       ;;
21386 +  x86_64-*-cygwin* | x86_64-*-mingw*)
21387 +       ;;
21388 +  x86_64-*-*)
21389 +       TARGET=X86_64; TARGETDIR=x86
21390 +       ;;
21391 +esac
21392 +
21393 +
21394 +
21395 +if test $TARGETDIR = unknown; then
21396 +  { { echo "$as_me:$LINENO: error: \"libffi has not been ported to $host.\"" >&5
21397 +echo "$as_me: error: \"libffi has not been ported to $host.\"" >&2;}
21398 +   { (exit 1); exit 1; }; }
21399 +fi
21400 +
21401 + if test x$TARGET = xMIPS; then
21402 +  MIPS_TRUE=
21403 +  MIPS_FALSE='#'
21404 +else
21405 +  MIPS_TRUE='#'
21406 +  MIPS_FALSE=
21407 +fi
21408 +
21409 + if test x$TARGET = xSPARC; then
21410 +  SPARC_TRUE=
21411 +  SPARC_FALSE='#'
21412 +else
21413 +  SPARC_TRUE='#'
21414 +  SPARC_FALSE=
21415 +fi
21416 +
21417 + if test x$TARGET = xX86; then
21418 +  X86_TRUE=
21419 +  X86_FALSE='#'
21420 +else
21421 +  X86_TRUE='#'
21422 +  X86_FALSE=
21423 +fi
21424 +
21425 + if test x$TARGET = xX86_FREEBSD; then
21426 +  X86_FREEBSD_TRUE=
21427 +  X86_FREEBSD_FALSE='#'
21428 +else
21429 +  X86_FREEBSD_TRUE='#'
21430 +  X86_FREEBSD_FALSE=
21431 +fi
21432 +
21433 + if test x$TARGET = xX86_WIN32; then
21434 +  X86_WIN32_TRUE=
21435 +  X86_WIN32_FALSE='#'
21436 +else
21437 +  X86_WIN32_TRUE='#'
21438 +  X86_WIN32_FALSE=
21439 +fi
21440 +
21441 + if test x$TARGET = xX86_DARWIN; then
21442 +  X86_DARWIN_TRUE=
21443 +  X86_DARWIN_FALSE='#'
21444 +else
21445 +  X86_DARWIN_TRUE='#'
21446 +  X86_DARWIN_FALSE=
21447 +fi
21448 +
21449 + if test x$TARGET = xALPHA; then
21450 +  ALPHA_TRUE=
21451 +  ALPHA_FALSE='#'
21452 +else
21453 +  ALPHA_TRUE='#'
21454 +  ALPHA_FALSE=
21455 +fi
21456 +
21457 + if test x$TARGET = xIA64; then
21458 +  IA64_TRUE=
21459 +  IA64_FALSE='#'
21460 +else
21461 +  IA64_TRUE='#'
21462 +  IA64_FALSE=
21463 +fi
21464 +
21465 + if test x$TARGET = xM32R; then
21466 +  M32R_TRUE=
21467 +  M32R_FALSE='#'
21468 +else
21469 +  M32R_TRUE='#'
21470 +  M32R_FALSE=
21471 +fi
21472 +
21473 + if test x$TARGET = xM68K; then
21474 +  M68K_TRUE=
21475 +  M68K_FALSE='#'
21476 +else
21477 +  M68K_TRUE='#'
21478 +  M68K_FALSE=
21479 +fi
21480 +
21481 + if test x$TARGET = xPOWERPC; then
21482 +  POWERPC_TRUE=
21483 +  POWERPC_FALSE='#'
21484 +else
21485 +  POWERPC_TRUE='#'
21486 +  POWERPC_FALSE=
21487 +fi
21488 +
21489 + if test x$TARGET = xPOWERPC_AIX; then
21490 +  POWERPC_AIX_TRUE=
21491 +  POWERPC_AIX_FALSE='#'
21492 +else
21493 +  POWERPC_AIX_TRUE='#'
21494 +  POWERPC_AIX_FALSE=
21495 +fi
21496 +
21497 + if test x$TARGET = xPOWERPC_DARWIN; then
21498 +  POWERPC_DARWIN_TRUE=
21499 +  POWERPC_DARWIN_FALSE='#'
21500 +else
21501 +  POWERPC_DARWIN_TRUE='#'
21502 +  POWERPC_DARWIN_FALSE=
21503 +fi
21504 +
21505 + if test x$TARGET = xPOWERPC_FREEBSD; then
21506 +  POWERPC_FREEBSD_TRUE=
21507 +  POWERPC_FREEBSD_FALSE='#'
21508 +else
21509 +  POWERPC_FREEBSD_TRUE='#'
21510 +  POWERPC_FREEBSD_FALSE=
21511 +fi
21512 +
21513 + if test x$TARGET = xARM; then
21514 +  ARM_TRUE=
21515 +  ARM_FALSE='#'
21516 +else
21517 +  ARM_TRUE='#'
21518 +  ARM_FALSE=
21519 +fi
21520 +
21521 + if test x$TARGET = xLIBFFI_CRIS; then
21522 +  LIBFFI_CRIS_TRUE=
21523 +  LIBFFI_CRIS_FALSE='#'
21524 +else
21525 +  LIBFFI_CRIS_TRUE='#'
21526 +  LIBFFI_CRIS_FALSE=
21527 +fi
21528 +
21529 + if test x$TARGET = xFRV; then
21530 +  FRV_TRUE=
21531 +  FRV_FALSE='#'
21532 +else
21533 +  FRV_TRUE='#'
21534 +  FRV_FALSE=
21535 +fi
21536 +
21537 + if test x$TARGET = xS390; then
21538 +  S390_TRUE=
21539 +  S390_FALSE='#'
21540 +else
21541 +  S390_TRUE='#'
21542 +  S390_FALSE=
21543 +fi
21544 +
21545 + if test x$TARGET = xX86_64; then
21546 +  X86_64_TRUE=
21547 +  X86_64_FALSE='#'
21548 +else
21549 +  X86_64_TRUE='#'
21550 +  X86_64_FALSE=
21551 +fi
21552 +
21553 + if test x$TARGET = xSH; then
21554 +  SH_TRUE=
21555 +  SH_FALSE='#'
21556 +else
21557 +  SH_TRUE='#'
21558 +  SH_FALSE=
21559 +fi
21560 +
21561 + if test x$TARGET = xSH64; then
21562 +  SH64_TRUE=
21563 +  SH64_FALSE='#'
21564 +else
21565 +  SH64_TRUE='#'
21566 +  SH64_FALSE=
21567 +fi
21568 +
21569 + if test x$TARGET = xPA_LINUX; then
21570 +  PA_LINUX_TRUE=
21571 +  PA_LINUX_FALSE='#'
21572 +else
21573 +  PA_LINUX_TRUE='#'
21574 +  PA_LINUX_FALSE=
21575 +fi
21576 +
21577 + if test x$TARGET = xPA_HPUX; then
21578 +  PA_HPUX_TRUE=
21579 +  PA_HPUX_FALSE='#'
21580 +else
21581 +  PA_HPUX_TRUE='#'
21582 +  PA_HPUX_FALSE=
21583 +fi
21584 +
21585 + if test x$TARGET = xPA64_HPUX; then
21586 +  PA64_HPUX_TRUE=
21587 +  PA64_HPUX_FALSE='#'
21588 +else
21589 +  PA64_HPUX_TRUE='#'
21590 +  PA64_HPUX_FALSE=
21591 +fi
21592 +
21593 +
21594 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
21595 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
21596 +if test "${ac_cv_header_stdc+set}" = set; then
21597 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21598 +else
21599 +  cat >conftest.$ac_ext <<_ACEOF
21600 +/* confdefs.h.  */
21601 +_ACEOF
21602 +cat confdefs.h >>conftest.$ac_ext
21603 +cat >>conftest.$ac_ext <<_ACEOF
21604 +/* end confdefs.h.  */
21605 +#include <stdlib.h>
21606 +#include <stdarg.h>
21607 +#include <string.h>
21608 +#include <float.h>
21609 +
21610 +int
21611 +main ()
21612 +{
21613 +
21614 +  ;
21615 +  return 0;
21616 +}
21617 +_ACEOF
21618 +rm -f conftest.$ac_objext
21619 +if { (ac_try="$ac_compile"
21620 +case "(($ac_try" in
21621 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21622 +  *) ac_try_echo=$ac_try;;
21623 +esac
21624 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21625 +  (eval "$ac_compile") 2>conftest.er1
21626 +  ac_status=$?
21627 +  grep -v '^ *+' conftest.er1 >conftest.err
21628 +  rm -f conftest.er1
21629 +  cat conftest.err >&5
21630 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21631 +  (exit $ac_status); } && {
21632 +        test -z "$ac_c_werror_flag" ||
21633 +        test ! -s conftest.err
21634 +       } && test -s conftest.$ac_objext; then
21635 +  ac_cv_header_stdc=yes
21636 +else
21637 +  echo "$as_me: failed program was:" >&5
21638 +sed 's/^/| /' conftest.$ac_ext >&5
21639 +
21640 +       ac_cv_header_stdc=no
21641 +fi
21642 +
21643 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21644 +
21645 +if test $ac_cv_header_stdc = yes; then
21646 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
21647 +  cat >conftest.$ac_ext <<_ACEOF
21648 +/* confdefs.h.  */
21649 +_ACEOF
21650 +cat confdefs.h >>conftest.$ac_ext
21651 +cat >>conftest.$ac_ext <<_ACEOF
21652 +/* end confdefs.h.  */
21653 +#include <string.h>
21654 +
21655 +_ACEOF
21656 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21657 +  $EGREP "memchr" >/dev/null 2>&1; then
21658 +  :
21659 +else
21660 +  ac_cv_header_stdc=no
21661 +fi
21662 +rm -f conftest*
21663 +
21664 +fi
21665 +
21666 +if test $ac_cv_header_stdc = yes; then
21667 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
21668 +  cat >conftest.$ac_ext <<_ACEOF
21669 +/* confdefs.h.  */
21670 +_ACEOF
21671 +cat confdefs.h >>conftest.$ac_ext
21672 +cat >>conftest.$ac_ext <<_ACEOF
21673 +/* end confdefs.h.  */
21674 +#include <stdlib.h>
21675 +
21676 +_ACEOF
21677 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21678 +  $EGREP "free" >/dev/null 2>&1; then
21679 +  :
21680 +else
21681 +  ac_cv_header_stdc=no
21682 +fi
21683 +rm -f conftest*
21684 +
21685 +fi
21686 +
21687 +if test $ac_cv_header_stdc = yes; then
21688 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
21689 +  if test "$cross_compiling" = yes; then
21690 +  :
21691 +else
21692 +  cat >conftest.$ac_ext <<_ACEOF
21693 +/* confdefs.h.  */
21694 +_ACEOF
21695 +cat confdefs.h >>conftest.$ac_ext
21696 +cat >>conftest.$ac_ext <<_ACEOF
21697 +/* end confdefs.h.  */
21698 +#include <ctype.h>
21699 +#include <stdlib.h>
21700 +#if ((' ' & 0x0FF) == 0x020)
21701 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
21702 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
21703 +#else
21704 +# define ISLOWER(c) \
21705 +                  (('a' <= (c) && (c) <= 'i') \
21706 +                    || ('j' <= (c) && (c) <= 'r') \
21707 +                    || ('s' <= (c) && (c) <= 'z'))
21708 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
21709 +#endif
21710 +
21711 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
21712 +int
21713 +main ()
21714 +{
21715 +  int i;
21716 +  for (i = 0; i < 256; i++)
21717 +    if (XOR (islower (i), ISLOWER (i))
21718 +       || toupper (i) != TOUPPER (i))
21719 +      return 2;
21720 +  return 0;
21721 +}
21722 +_ACEOF
21723 +rm -f conftest$ac_exeext
21724 +if { (ac_try="$ac_link"
21725 +case "(($ac_try" in
21726 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21727 +  *) ac_try_echo=$ac_try;;
21728 +esac
21729 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21730 +  (eval "$ac_link") 2>&5
21731 +  ac_status=$?
21732 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21733 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21734 +  { (case "(($ac_try" in
21735 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21736 +  *) ac_try_echo=$ac_try;;
21737 +esac
21738 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21739 +  (eval "$ac_try") 2>&5
21740 +  ac_status=$?
21741 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21742 +  (exit $ac_status); }; }; then
21743 +  :
21744 +else
21745 +  echo "$as_me: program exited with status $ac_status" >&5
21746 +echo "$as_me: failed program was:" >&5
21747 +sed 's/^/| /' conftest.$ac_ext >&5
21748 +
21749 +( exit $ac_status )
21750 +ac_cv_header_stdc=no
21751 +fi
21752 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21753 +fi
21754 +
21755 +
21756 +fi
21757 +fi
21758 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
21759 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
21760 +if test $ac_cv_header_stdc = yes; then
21761 +  
21762 +cat >>confdefs.h <<\_ACEOF
21763 +@%:@define STDC_HEADERS 1
21764 +_ACEOF
21765 +
21766 +fi
21767 +
21768 +
21769 +for ac_func in memcpy
21770 +do
21771 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21772 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21773 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21774 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21775 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21776 +else
21777 +  cat >conftest.$ac_ext <<_ACEOF
21778 +/* confdefs.h.  */
21779 +_ACEOF
21780 +cat confdefs.h >>conftest.$ac_ext
21781 +cat >>conftest.$ac_ext <<_ACEOF
21782 +/* end confdefs.h.  */
21783 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
21784 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
21785 +#define $ac_func innocuous_$ac_func
21786 +
21787 +/* System header to define __stub macros and hopefully few prototypes,
21788 +    which can conflict with char $ac_func (); below.
21789 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21790 +    <limits.h> exists even on freestanding compilers.  */
21791 +
21792 +#ifdef __STDC__
21793 +# include <limits.h>
21794 +#else
21795 +# include <assert.h>
21796 +#endif
21797 +
21798 +#undef $ac_func
21799 +
21800 +/* Override any GCC internal prototype to avoid an error.
21801 +   Use char because int might match the return type of a GCC
21802 +   builtin and then its argument prototype would still apply.  */
21803 +#ifdef __cplusplus
21804 +extern "C"
21805 +#endif
21806 +char $ac_func ();
21807 +/* The GNU C library defines this for functions which it implements
21808 +    to always fail with ENOSYS.  Some functions are actually named
21809 +    something starting with __ and the normal name is an alias.  */
21810 +#if defined __stub_$ac_func || defined __stub___$ac_func
21811 +choke me
21812 +#endif
21813 +
21814 +int
21815 +main ()
21816 +{
21817 +return $ac_func ();
21818 +  ;
21819 +  return 0;
21820 +}
21821 +_ACEOF
21822 +rm -f conftest.$ac_objext conftest$ac_exeext
21823 +if { (ac_try="$ac_link"
21824 +case "(($ac_try" in
21825 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21826 +  *) ac_try_echo=$ac_try;;
21827 +esac
21828 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21829 +  (eval "$ac_link") 2>conftest.er1
21830 +  ac_status=$?
21831 +  grep -v '^ *+' conftest.er1 >conftest.err
21832 +  rm -f conftest.er1
21833 +  cat conftest.err >&5
21834 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 +  (exit $ac_status); } && {
21836 +        test -z "$ac_c_werror_flag" ||
21837 +        test ! -s conftest.err
21838 +       } && test -s conftest$ac_exeext &&
21839 +       $as_test_x conftest$ac_exeext; then
21840 +  eval "$as_ac_var=yes"
21841 +else
21842 +  echo "$as_me: failed program was:" >&5
21843 +sed 's/^/| /' conftest.$ac_ext >&5
21844 +
21845 +       eval "$as_ac_var=no"
21846 +fi
21847 +
21848 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21849 +      conftest$ac_exeext conftest.$ac_ext
21850 +fi
21851 +ac_res=`eval echo '${'$as_ac_var'}'`
21852 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
21853 +echo "${ECHO_T}$ac_res" >&6; }
21854 +if test `eval echo '${'$as_ac_var'}'` = yes; then
21855 +  cat >>confdefs.h <<_ACEOF
21856 +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21857 +_ACEOF
21858
21859 +fi
21860 +done
21861 +
21862 +# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
21863 +# for constant arguments.  Useless!
21864 +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
21865 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
21866 +if test "${ac_cv_working_alloca_h+set}" = set; then
21867 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21868 +else
21869 +  cat >conftest.$ac_ext <<_ACEOF
21870 +/* confdefs.h.  */
21871 +_ACEOF
21872 +cat confdefs.h >>conftest.$ac_ext
21873 +cat >>conftest.$ac_ext <<_ACEOF
21874 +/* end confdefs.h.  */
21875 +@%:@include <alloca.h>
21876 +int
21877 +main ()
21878 +{
21879 +char *p = (char *) alloca (2 * sizeof (int));
21880 +                         if (p) return 0;
21881 +  ;
21882 +  return 0;
21883 +}
21884 +_ACEOF
21885 +rm -f conftest.$ac_objext conftest$ac_exeext
21886 +if { (ac_try="$ac_link"
21887 +case "(($ac_try" in
21888 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21889 +  *) ac_try_echo=$ac_try;;
21890 +esac
21891 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21892 +  (eval "$ac_link") 2>conftest.er1
21893 +  ac_status=$?
21894 +  grep -v '^ *+' conftest.er1 >conftest.err
21895 +  rm -f conftest.er1
21896 +  cat conftest.err >&5
21897 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21898 +  (exit $ac_status); } && {
21899 +        test -z "$ac_c_werror_flag" ||
21900 +        test ! -s conftest.err
21901 +       } && test -s conftest$ac_exeext &&
21902 +       $as_test_x conftest$ac_exeext; then
21903 +  ac_cv_working_alloca_h=yes
21904 +else
21905 +  echo "$as_me: failed program was:" >&5
21906 +sed 's/^/| /' conftest.$ac_ext >&5
21907 +
21908 +       ac_cv_working_alloca_h=no
21909 +fi
21910 +
21911 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21912 +      conftest$ac_exeext conftest.$ac_ext
21913 +fi
21914 +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
21915 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
21916 +if test $ac_cv_working_alloca_h = yes; then
21917 +  
21918 +cat >>confdefs.h <<\_ACEOF
21919 +@%:@define HAVE_ALLOCA_H 1
21920 +_ACEOF
21921 +
21922 +fi
21923 +
21924 +{ echo "$as_me:$LINENO: checking for alloca" >&5
21925 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
21926 +if test "${ac_cv_func_alloca_works+set}" = set; then
21927 +  echo $ECHO_N "(cached) $ECHO_C" >&6
21928 +else
21929 +  cat >conftest.$ac_ext <<_ACEOF
21930 +/* confdefs.h.  */
21931 +_ACEOF
21932 +cat confdefs.h >>conftest.$ac_ext
21933 +cat >>conftest.$ac_ext <<_ACEOF
21934 +/* end confdefs.h.  */
21935 +#ifdef __GNUC__
21936 +# define alloca __builtin_alloca
21937 +#else
21938 +# ifdef _MSC_VER
21939 +#  include <malloc.h>
21940 +#  define alloca _alloca
21941 +# else
21942 +#  ifdef HAVE_ALLOCA_H
21943 +#   include <alloca.h>
21944 +#  else
21945 +#   ifdef _AIX
21946 + #pragma alloca
21947 +#   else
21948 +#    ifndef alloca /* predefined by HP cc +Olibcalls */
21949 +char *alloca ();
21950 +#    endif
21951 +#   endif
21952 +#  endif
21953 +# endif
21954 +#endif
21955 +
21956 +int
21957 +main ()
21958 +{
21959 +char *p = (char *) alloca (1);
21960 +                                   if (p) return 0;
21961 +  ;
21962 +  return 0;
21963 +}
21964 +_ACEOF
21965 +rm -f conftest.$ac_objext conftest$ac_exeext
21966 +if { (ac_try="$ac_link"
21967 +case "(($ac_try" in
21968 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 +  *) ac_try_echo=$ac_try;;
21970 +esac
21971 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21972 +  (eval "$ac_link") 2>conftest.er1
21973 +  ac_status=$?
21974 +  grep -v '^ *+' conftest.er1 >conftest.err
21975 +  rm -f conftest.er1
21976 +  cat conftest.err >&5
21977 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 +  (exit $ac_status); } && {
21979 +        test -z "$ac_c_werror_flag" ||
21980 +        test ! -s conftest.err
21981 +       } && test -s conftest$ac_exeext &&
21982 +       $as_test_x conftest$ac_exeext; then
21983 +  ac_cv_func_alloca_works=yes
21984 +else
21985 +  echo "$as_me: failed program was:" >&5
21986 +sed 's/^/| /' conftest.$ac_ext >&5
21987 +
21988 +       ac_cv_func_alloca_works=no
21989 +fi
21990 +
21991 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21992 +      conftest$ac_exeext conftest.$ac_ext
21993 +fi
21994 +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
21995 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
21996 +
21997 +if test $ac_cv_func_alloca_works = yes; then
21998 +  
21999 +cat >>confdefs.h <<\_ACEOF
22000 +@%:@define HAVE_ALLOCA 1
22001 +_ACEOF
22002 +
22003 +else
22004 +  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
22005 +# that cause trouble.  Some versions do not even contain alloca or
22006 +# contain a buggy version.  If you still want to use their alloca,
22007 +# use ar to extract alloca.o from them instead of compiling alloca.c.
22008 +
22009 +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
22010 +
22011 +cat >>confdefs.h <<\_ACEOF
22012 +@%:@define C_ALLOCA 1
22013 +_ACEOF
22014 +
22015 +
22016 +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
22017 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
22018 +if test "${ac_cv_os_cray+set}" = set; then
22019 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22020 +else
22021 +  cat >conftest.$ac_ext <<_ACEOF
22022 +/* confdefs.h.  */
22023 +_ACEOF
22024 +cat confdefs.h >>conftest.$ac_ext
22025 +cat >>conftest.$ac_ext <<_ACEOF
22026 +/* end confdefs.h.  */
22027 +#if defined CRAY && ! defined CRAY2
22028 +webecray
22029 +#else
22030 +wenotbecray
22031 +#endif
22032 +
22033 +_ACEOF
22034 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22035 +  $EGREP "webecray" >/dev/null 2>&1; then
22036 +  ac_cv_os_cray=yes
22037 +else
22038 +  ac_cv_os_cray=no
22039 +fi
22040 +rm -f conftest*
22041 +
22042 +fi
22043 +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
22044 +echo "${ECHO_T}$ac_cv_os_cray" >&6; }
22045 +if test $ac_cv_os_cray = yes; then
22046 +  for ac_func in _getb67 GETB67 getb67; do
22047 +    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22048 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
22049 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
22050 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
22051 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22052 +else
22053 +  cat >conftest.$ac_ext <<_ACEOF
22054 +/* confdefs.h.  */
22055 +_ACEOF
22056 +cat confdefs.h >>conftest.$ac_ext
22057 +cat >>conftest.$ac_ext <<_ACEOF
22058 +/* end confdefs.h.  */
22059 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22060 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
22061 +#define $ac_func innocuous_$ac_func
22062 +
22063 +/* System header to define __stub macros and hopefully few prototypes,
22064 +    which can conflict with char $ac_func (); below.
22065 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22066 +    <limits.h> exists even on freestanding compilers.  */
22067 +
22068 +#ifdef __STDC__
22069 +# include <limits.h>
22070 +#else
22071 +# include <assert.h>
22072 +#endif
22073 +
22074 +#undef $ac_func
22075 +
22076 +/* Override any GCC internal prototype to avoid an error.
22077 +   Use char because int might match the return type of a GCC
22078 +   builtin and then its argument prototype would still apply.  */
22079 +#ifdef __cplusplus
22080 +extern "C"
22081 +#endif
22082 +char $ac_func ();
22083 +/* The GNU C library defines this for functions which it implements
22084 +    to always fail with ENOSYS.  Some functions are actually named
22085 +    something starting with __ and the normal name is an alias.  */
22086 +#if defined __stub_$ac_func || defined __stub___$ac_func
22087 +choke me
22088 +#endif
22089 +
22090 +int
22091 +main ()
22092 +{
22093 +return $ac_func ();
22094 +  ;
22095 +  return 0;
22096 +}
22097 +_ACEOF
22098 +rm -f conftest.$ac_objext conftest$ac_exeext
22099 +if { (ac_try="$ac_link"
22100 +case "(($ac_try" in
22101 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22102 +  *) ac_try_echo=$ac_try;;
22103 +esac
22104 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22105 +  (eval "$ac_link") 2>conftest.er1
22106 +  ac_status=$?
22107 +  grep -v '^ *+' conftest.er1 >conftest.err
22108 +  rm -f conftest.er1
22109 +  cat conftest.err >&5
22110 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 +  (exit $ac_status); } && {
22112 +        test -z "$ac_c_werror_flag" ||
22113 +        test ! -s conftest.err
22114 +       } && test -s conftest$ac_exeext &&
22115 +       $as_test_x conftest$ac_exeext; then
22116 +  eval "$as_ac_var=yes"
22117 +else
22118 +  echo "$as_me: failed program was:" >&5
22119 +sed 's/^/| /' conftest.$ac_ext >&5
22120 +
22121 +       eval "$as_ac_var=no"
22122 +fi
22123 +
22124 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22125 +      conftest$ac_exeext conftest.$ac_ext
22126 +fi
22127 +ac_res=`eval echo '${'$as_ac_var'}'`
22128 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
22129 +echo "${ECHO_T}$ac_res" >&6; }
22130 +if test `eval echo '${'$as_ac_var'}'` = yes; then
22131 +  
22132 +cat >>confdefs.h <<_ACEOF
22133 +@%:@define CRAY_STACKSEG_END $ac_func
22134 +_ACEOF
22135 +
22136 +    break
22137 +fi
22138 +
22139 +  done
22140 +fi
22141 +
22142 +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
22143 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
22144 +if test "${ac_cv_c_stack_direction+set}" = set; then
22145 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22146 +else
22147 +  if test "$cross_compiling" = yes; then
22148 +  ac_cv_c_stack_direction=0
22149 +else
22150 +  cat >conftest.$ac_ext <<_ACEOF
22151 +/* confdefs.h.  */
22152 +_ACEOF
22153 +cat confdefs.h >>conftest.$ac_ext
22154 +cat >>conftest.$ac_ext <<_ACEOF
22155 +/* end confdefs.h.  */
22156 +$ac_includes_default
22157 +int
22158 +find_stack_direction ()
22159 +{
22160 +  static char *addr = 0;
22161 +  auto char dummy;
22162 +  if (addr == 0)
22163 +    {
22164 +      addr = &dummy;
22165 +      return find_stack_direction ();
22166 +    }
22167 +  else
22168 +    return (&dummy > addr) ? 1 : -1;
22169 +}
22170 +
22171 +int
22172 +main ()
22173 +{
22174 +  return find_stack_direction () < 0;
22175 +}
22176 +_ACEOF
22177 +rm -f conftest$ac_exeext
22178 +if { (ac_try="$ac_link"
22179 +case "(($ac_try" in
22180 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22181 +  *) ac_try_echo=$ac_try;;
22182 +esac
22183 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22184 +  (eval "$ac_link") 2>&5
22185 +  ac_status=$?
22186 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22187 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22188 +  { (case "(($ac_try" in
22189 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22190 +  *) ac_try_echo=$ac_try;;
22191 +esac
22192 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22193 +  (eval "$ac_try") 2>&5
22194 +  ac_status=$?
22195 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22196 +  (exit $ac_status); }; }; then
22197 +  ac_cv_c_stack_direction=1
22198 +else
22199 +  echo "$as_me: program exited with status $ac_status" >&5
22200 +echo "$as_me: failed program was:" >&5
22201 +sed 's/^/| /' conftest.$ac_ext >&5
22202 +
22203 +( exit $ac_status )
22204 +ac_cv_c_stack_direction=-1
22205 +fi
22206 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22207 +fi
22208 +
22209 +
22210 +fi
22211 +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
22212 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
22213 +
22214 +cat >>confdefs.h <<_ACEOF
22215 +@%:@define STACK_DIRECTION $ac_cv_c_stack_direction
22216 +_ACEOF
22217 +
22218 +
22219 +fi
22220 +
22221 +
22222 +{ echo "$as_me:$LINENO: checking for double" >&5
22223 +echo $ECHO_N "checking for double... $ECHO_C" >&6; }
22224 +if test "${ac_cv_type_double+set}" = set; then
22225 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22226 +else
22227 +  cat >conftest.$ac_ext <<_ACEOF
22228 +/* confdefs.h.  */
22229 +_ACEOF
22230 +cat confdefs.h >>conftest.$ac_ext
22231 +cat >>conftest.$ac_ext <<_ACEOF
22232 +/* end confdefs.h.  */
22233 +$ac_includes_default
22234 +typedef double ac__type_new_;
22235 +int
22236 +main ()
22237 +{
22238 +if ((ac__type_new_ *) 0)
22239 +  return 0;
22240 +if (sizeof (ac__type_new_))
22241 +  return 0;
22242 +  ;
22243 +  return 0;
22244 +}
22245 +_ACEOF
22246 +rm -f conftest.$ac_objext
22247 +if { (ac_try="$ac_compile"
22248 +case "(($ac_try" in
22249 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22250 +  *) ac_try_echo=$ac_try;;
22251 +esac
22252 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22253 +  (eval "$ac_compile") 2>conftest.er1
22254 +  ac_status=$?
22255 +  grep -v '^ *+' conftest.er1 >conftest.err
22256 +  rm -f conftest.er1
22257 +  cat conftest.err >&5
22258 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22259 +  (exit $ac_status); } && {
22260 +        test -z "$ac_c_werror_flag" ||
22261 +        test ! -s conftest.err
22262 +       } && test -s conftest.$ac_objext; then
22263 +  ac_cv_type_double=yes
22264 +else
22265 +  echo "$as_me: failed program was:" >&5
22266 +sed 's/^/| /' conftest.$ac_ext >&5
22267 +
22268 +       ac_cv_type_double=no
22269 +fi
22270 +
22271 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22272 +fi
22273 +{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
22274 +echo "${ECHO_T}$ac_cv_type_double" >&6; }
22275 +
22276 +# The cast to long int works around a bug in the HP C Compiler
22277 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22278 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22279 +# This bug is HP SR number 8606223364.
22280 +{ echo "$as_me:$LINENO: checking size of double" >&5
22281 +echo $ECHO_N "checking size of double... $ECHO_C" >&6; }
22282 +if test "${ac_cv_sizeof_double+set}" = set; then
22283 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22284 +else
22285 +  if test "$cross_compiling" = yes; then
22286 +  # Depending upon the size, compute the lo and hi bounds.
22287 +cat >conftest.$ac_ext <<_ACEOF
22288 +/* confdefs.h.  */
22289 +_ACEOF
22290 +cat confdefs.h >>conftest.$ac_ext
22291 +cat >>conftest.$ac_ext <<_ACEOF
22292 +/* end confdefs.h.  */
22293 +$ac_includes_default
22294 +   typedef double ac__type_sizeof_;
22295 +int
22296 +main ()
22297 +{
22298 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@;
22299 +test_array @<:@0@:>@ = 0
22300 +
22301 +  ;
22302 +  return 0;
22303 +}
22304 +_ACEOF
22305 +rm -f conftest.$ac_objext
22306 +if { (ac_try="$ac_compile"
22307 +case "(($ac_try" in
22308 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 +  *) ac_try_echo=$ac_try;;
22310 +esac
22311 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22312 +  (eval "$ac_compile") 2>conftest.er1
22313 +  ac_status=$?
22314 +  grep -v '^ *+' conftest.er1 >conftest.err
22315 +  rm -f conftest.er1
22316 +  cat conftest.err >&5
22317 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318 +  (exit $ac_status); } && {
22319 +        test -z "$ac_c_werror_flag" ||
22320 +        test ! -s conftest.err
22321 +       } && test -s conftest.$ac_objext; then
22322 +  ac_lo=0 ac_mid=0
22323 +  while :; do
22324 +    cat >conftest.$ac_ext <<_ACEOF
22325 +/* confdefs.h.  */
22326 +_ACEOF
22327 +cat confdefs.h >>conftest.$ac_ext
22328 +cat >>conftest.$ac_ext <<_ACEOF
22329 +/* end confdefs.h.  */
22330 +$ac_includes_default
22331 +   typedef double ac__type_sizeof_;
22332 +int
22333 +main ()
22334 +{
22335 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
22336 +test_array @<:@0@:>@ = 0
22337 +
22338 +  ;
22339 +  return 0;
22340 +}
22341 +_ACEOF
22342 +rm -f conftest.$ac_objext
22343 +if { (ac_try="$ac_compile"
22344 +case "(($ac_try" in
22345 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22346 +  *) ac_try_echo=$ac_try;;
22347 +esac
22348 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22349 +  (eval "$ac_compile") 2>conftest.er1
22350 +  ac_status=$?
22351 +  grep -v '^ *+' conftest.er1 >conftest.err
22352 +  rm -f conftest.er1
22353 +  cat conftest.err >&5
22354 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22355 +  (exit $ac_status); } && {
22356 +        test -z "$ac_c_werror_flag" ||
22357 +        test ! -s conftest.err
22358 +       } && test -s conftest.$ac_objext; then
22359 +  ac_hi=$ac_mid; break
22360 +else
22361 +  echo "$as_me: failed program was:" >&5
22362 +sed 's/^/| /' conftest.$ac_ext >&5
22363 +
22364 +       ac_lo=`expr $ac_mid + 1`
22365 +                       if test $ac_lo -le $ac_mid; then
22366 +                         ac_lo= ac_hi=
22367 +                         break
22368 +                       fi
22369 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
22370 +fi
22371 +
22372 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22373 +  done
22374 +else
22375 +  echo "$as_me: failed program was:" >&5
22376 +sed 's/^/| /' conftest.$ac_ext >&5
22377 +
22378 +       cat >conftest.$ac_ext <<_ACEOF
22379 +/* confdefs.h.  */
22380 +_ACEOF
22381 +cat confdefs.h >>conftest.$ac_ext
22382 +cat >>conftest.$ac_ext <<_ACEOF
22383 +/* end confdefs.h.  */
22384 +$ac_includes_default
22385 +   typedef double ac__type_sizeof_;
22386 +int
22387 +main ()
22388 +{
22389 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@;
22390 +test_array @<:@0@:>@ = 0
22391 +
22392 +  ;
22393 +  return 0;
22394 +}
22395 +_ACEOF
22396 +rm -f conftest.$ac_objext
22397 +if { (ac_try="$ac_compile"
22398 +case "(($ac_try" in
22399 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22400 +  *) ac_try_echo=$ac_try;;
22401 +esac
22402 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22403 +  (eval "$ac_compile") 2>conftest.er1
22404 +  ac_status=$?
22405 +  grep -v '^ *+' conftest.er1 >conftest.err
22406 +  rm -f conftest.er1
22407 +  cat conftest.err >&5
22408 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409 +  (exit $ac_status); } && {
22410 +        test -z "$ac_c_werror_flag" ||
22411 +        test ! -s conftest.err
22412 +       } && test -s conftest.$ac_objext; then
22413 +  ac_hi=-1 ac_mid=-1
22414 +  while :; do
22415 +    cat >conftest.$ac_ext <<_ACEOF
22416 +/* confdefs.h.  */
22417 +_ACEOF
22418 +cat confdefs.h >>conftest.$ac_ext
22419 +cat >>conftest.$ac_ext <<_ACEOF
22420 +/* end confdefs.h.  */
22421 +$ac_includes_default
22422 +   typedef double ac__type_sizeof_;
22423 +int
22424 +main ()
22425 +{
22426 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@;
22427 +test_array @<:@0@:>@ = 0
22428 +
22429 +  ;
22430 +  return 0;
22431 +}
22432 +_ACEOF
22433 +rm -f conftest.$ac_objext
22434 +if { (ac_try="$ac_compile"
22435 +case "(($ac_try" in
22436 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22437 +  *) ac_try_echo=$ac_try;;
22438 +esac
22439 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22440 +  (eval "$ac_compile") 2>conftest.er1
22441 +  ac_status=$?
22442 +  grep -v '^ *+' conftest.er1 >conftest.err
22443 +  rm -f conftest.er1
22444 +  cat conftest.err >&5
22445 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 +  (exit $ac_status); } && {
22447 +        test -z "$ac_c_werror_flag" ||
22448 +        test ! -s conftest.err
22449 +       } && test -s conftest.$ac_objext; then
22450 +  ac_lo=$ac_mid; break
22451 +else
22452 +  echo "$as_me: failed program was:" >&5
22453 +sed 's/^/| /' conftest.$ac_ext >&5
22454 +
22455 +       ac_hi=`expr '(' $ac_mid ')' - 1`
22456 +                       if test $ac_mid -le $ac_hi; then
22457 +                         ac_lo= ac_hi=
22458 +                         break
22459 +                       fi
22460 +                       ac_mid=`expr 2 '*' $ac_mid`
22461 +fi
22462 +
22463 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22464 +  done
22465 +else
22466 +  echo "$as_me: failed program was:" >&5
22467 +sed 's/^/| /' conftest.$ac_ext >&5
22468 +
22469 +       ac_lo= ac_hi=
22470 +fi
22471 +
22472 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22473 +fi
22474 +
22475 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22476 +# Binary search between lo and hi bounds.
22477 +while test "x$ac_lo" != "x$ac_hi"; do
22478 +  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22479 +  cat >conftest.$ac_ext <<_ACEOF
22480 +/* confdefs.h.  */
22481 +_ACEOF
22482 +cat confdefs.h >>conftest.$ac_ext
22483 +cat >>conftest.$ac_ext <<_ACEOF
22484 +/* end confdefs.h.  */
22485 +$ac_includes_default
22486 +   typedef double ac__type_sizeof_;
22487 +int
22488 +main ()
22489 +{
22490 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
22491 +test_array @<:@0@:>@ = 0
22492 +
22493 +  ;
22494 +  return 0;
22495 +}
22496 +_ACEOF
22497 +rm -f conftest.$ac_objext
22498 +if { (ac_try="$ac_compile"
22499 +case "(($ac_try" in
22500 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22501 +  *) ac_try_echo=$ac_try;;
22502 +esac
22503 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22504 +  (eval "$ac_compile") 2>conftest.er1
22505 +  ac_status=$?
22506 +  grep -v '^ *+' conftest.er1 >conftest.err
22507 +  rm -f conftest.er1
22508 +  cat conftest.err >&5
22509 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22510 +  (exit $ac_status); } && {
22511 +        test -z "$ac_c_werror_flag" ||
22512 +        test ! -s conftest.err
22513 +       } && test -s conftest.$ac_objext; then
22514 +  ac_hi=$ac_mid
22515 +else
22516 +  echo "$as_me: failed program was:" >&5
22517 +sed 's/^/| /' conftest.$ac_ext >&5
22518 +
22519 +       ac_lo=`expr '(' $ac_mid ')' + 1`
22520 +fi
22521 +
22522 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22523 +done
22524 +case $ac_lo in
22525 +?*) ac_cv_sizeof_double=$ac_lo;;
22526 +'') if test "$ac_cv_type_double" = yes; then
22527 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
22528 +See \`config.log' for more details." >&5
22529 +echo "$as_me: error: cannot compute sizeof (double)
22530 +See \`config.log' for more details." >&2;}
22531 +   { (exit 77); exit 77; }; }
22532 +   else
22533 +     ac_cv_sizeof_double=0
22534 +   fi ;;
22535 +esac
22536 +else
22537 +  cat >conftest.$ac_ext <<_ACEOF
22538 +/* confdefs.h.  */
22539 +_ACEOF
22540 +cat confdefs.h >>conftest.$ac_ext
22541 +cat >>conftest.$ac_ext <<_ACEOF
22542 +/* end confdefs.h.  */
22543 +$ac_includes_default
22544 +   typedef double ac__type_sizeof_;
22545 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22546 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22547 +@%:@include <stdio.h>
22548 +@%:@include <stdlib.h>
22549 +int
22550 +main ()
22551 +{
22552 +
22553 +  FILE *f = fopen ("conftest.val", "w");
22554 +  if (! f)
22555 +    return 1;
22556 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22557 +    {
22558 +      long int i = longval ();
22559 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
22560 +       return 1;
22561 +      fprintf (f, "%ld\n", i);
22562 +    }
22563 +  else
22564 +    {
22565 +      unsigned long int i = ulongval ();
22566 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
22567 +       return 1;
22568 +      fprintf (f, "%lu\n", i);
22569 +    }
22570 +  return ferror (f) || fclose (f) != 0;
22571 +
22572 +  ;
22573 +  return 0;
22574 +}
22575 +_ACEOF
22576 +rm -f conftest$ac_exeext
22577 +if { (ac_try="$ac_link"
22578 +case "(($ac_try" in
22579 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22580 +  *) ac_try_echo=$ac_try;;
22581 +esac
22582 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22583 +  (eval "$ac_link") 2>&5
22584 +  ac_status=$?
22585 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22586 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22587 +  { (case "(($ac_try" in
22588 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22589 +  *) ac_try_echo=$ac_try;;
22590 +esac
22591 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22592 +  (eval "$ac_try") 2>&5
22593 +  ac_status=$?
22594 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22595 +  (exit $ac_status); }; }; then
22596 +  ac_cv_sizeof_double=`cat conftest.val`
22597 +else
22598 +  echo "$as_me: program exited with status $ac_status" >&5
22599 +echo "$as_me: failed program was:" >&5
22600 +sed 's/^/| /' conftest.$ac_ext >&5
22601 +
22602 +( exit $ac_status )
22603 +if test "$ac_cv_type_double" = yes; then
22604 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
22605 +See \`config.log' for more details." >&5
22606 +echo "$as_me: error: cannot compute sizeof (double)
22607 +See \`config.log' for more details." >&2;}
22608 +   { (exit 77); exit 77; }; }
22609 +   else
22610 +     ac_cv_sizeof_double=0
22611 +   fi
22612 +fi
22613 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22614 +fi
22615 +rm -f conftest.val
22616 +fi
22617 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
22618 +echo "${ECHO_T}$ac_cv_sizeof_double" >&6; }
22619 +
22620 +
22621 +
22622 +cat >>confdefs.h <<_ACEOF
22623 +@%:@define SIZEOF_DOUBLE $ac_cv_sizeof_double
22624 +_ACEOF
22625 +
22626 +
22627 +{ echo "$as_me:$LINENO: checking for long double" >&5
22628 +echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
22629 +if test "${ac_cv_type_long_double+set}" = set; then
22630 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22631 +else
22632 +  cat >conftest.$ac_ext <<_ACEOF
22633 +/* confdefs.h.  */
22634 +_ACEOF
22635 +cat confdefs.h >>conftest.$ac_ext
22636 +cat >>conftest.$ac_ext <<_ACEOF
22637 +/* end confdefs.h.  */
22638 +$ac_includes_default
22639 +typedef long double ac__type_new_;
22640 +int
22641 +main ()
22642 +{
22643 +if ((ac__type_new_ *) 0)
22644 +  return 0;
22645 +if (sizeof (ac__type_new_))
22646 +  return 0;
22647 +  ;
22648 +  return 0;
22649 +}
22650 +_ACEOF
22651 +rm -f conftest.$ac_objext
22652 +if { (ac_try="$ac_compile"
22653 +case "(($ac_try" in
22654 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22655 +  *) ac_try_echo=$ac_try;;
22656 +esac
22657 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22658 +  (eval "$ac_compile") 2>conftest.er1
22659 +  ac_status=$?
22660 +  grep -v '^ *+' conftest.er1 >conftest.err
22661 +  rm -f conftest.er1
22662 +  cat conftest.err >&5
22663 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22664 +  (exit $ac_status); } && {
22665 +        test -z "$ac_c_werror_flag" ||
22666 +        test ! -s conftest.err
22667 +       } && test -s conftest.$ac_objext; then
22668 +  ac_cv_type_long_double=yes
22669 +else
22670 +  echo "$as_me: failed program was:" >&5
22671 +sed 's/^/| /' conftest.$ac_ext >&5
22672 +
22673 +       ac_cv_type_long_double=no
22674 +fi
22675 +
22676 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22677 +fi
22678 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
22679 +echo "${ECHO_T}$ac_cv_type_long_double" >&6; }
22680 +
22681 +# The cast to long int works around a bug in the HP C Compiler
22682 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22683 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22684 +# This bug is HP SR number 8606223364.
22685 +{ echo "$as_me:$LINENO: checking size of long double" >&5
22686 +echo $ECHO_N "checking size of long double... $ECHO_C" >&6; }
22687 +if test "${ac_cv_sizeof_long_double+set}" = set; then
22688 +  echo $ECHO_N "(cached) $ECHO_C" >&6
22689 +else
22690 +  if test "$cross_compiling" = yes; then
22691 +  # Depending upon the size, compute the lo and hi bounds.
22692 +cat >conftest.$ac_ext <<_ACEOF
22693 +/* confdefs.h.  */
22694 +_ACEOF
22695 +cat confdefs.h >>conftest.$ac_ext
22696 +cat >>conftest.$ac_ext <<_ACEOF
22697 +/* end confdefs.h.  */
22698 +$ac_includes_default
22699 +   typedef long double ac__type_sizeof_;
22700 +int
22701 +main ()
22702 +{
22703 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@;
22704 +test_array @<:@0@:>@ = 0
22705 +
22706 +  ;
22707 +  return 0;
22708 +}
22709 +_ACEOF
22710 +rm -f conftest.$ac_objext
22711 +if { (ac_try="$ac_compile"
22712 +case "(($ac_try" in
22713 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22714 +  *) ac_try_echo=$ac_try;;
22715 +esac
22716 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22717 +  (eval "$ac_compile") 2>conftest.er1
22718 +  ac_status=$?
22719 +  grep -v '^ *+' conftest.er1 >conftest.err
22720 +  rm -f conftest.er1
22721 +  cat conftest.err >&5
22722 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 +  (exit $ac_status); } && {
22724 +        test -z "$ac_c_werror_flag" ||
22725 +        test ! -s conftest.err
22726 +       } && test -s conftest.$ac_objext; then
22727 +  ac_lo=0 ac_mid=0
22728 +  while :; do
22729 +    cat >conftest.$ac_ext <<_ACEOF
22730 +/* confdefs.h.  */
22731 +_ACEOF
22732 +cat confdefs.h >>conftest.$ac_ext
22733 +cat >>conftest.$ac_ext <<_ACEOF
22734 +/* end confdefs.h.  */
22735 +$ac_includes_default
22736 +   typedef long double ac__type_sizeof_;
22737 +int
22738 +main ()
22739 +{
22740 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
22741 +test_array @<:@0@:>@ = 0
22742 +
22743 +  ;
22744 +  return 0;
22745 +}
22746 +_ACEOF
22747 +rm -f conftest.$ac_objext
22748 +if { (ac_try="$ac_compile"
22749 +case "(($ac_try" in
22750 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22751 +  *) ac_try_echo=$ac_try;;
22752 +esac
22753 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22754 +  (eval "$ac_compile") 2>conftest.er1
22755 +  ac_status=$?
22756 +  grep -v '^ *+' conftest.er1 >conftest.err
22757 +  rm -f conftest.er1
22758 +  cat conftest.err >&5
22759 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760 +  (exit $ac_status); } && {
22761 +        test -z "$ac_c_werror_flag" ||
22762 +        test ! -s conftest.err
22763 +       } && test -s conftest.$ac_objext; then
22764 +  ac_hi=$ac_mid; break
22765 +else
22766 +  echo "$as_me: failed program was:" >&5
22767 +sed 's/^/| /' conftest.$ac_ext >&5
22768 +
22769 +       ac_lo=`expr $ac_mid + 1`
22770 +                       if test $ac_lo -le $ac_mid; then
22771 +                         ac_lo= ac_hi=
22772 +                         break
22773 +                       fi
22774 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
22775 +fi
22776 +
22777 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22778 +  done
22779 +else
22780 +  echo "$as_me: failed program was:" >&5
22781 +sed 's/^/| /' conftest.$ac_ext >&5
22782 +
22783 +       cat >conftest.$ac_ext <<_ACEOF
22784 +/* confdefs.h.  */
22785 +_ACEOF
22786 +cat confdefs.h >>conftest.$ac_ext
22787 +cat >>conftest.$ac_ext <<_ACEOF
22788 +/* end confdefs.h.  */
22789 +$ac_includes_default
22790 +   typedef long double ac__type_sizeof_;
22791 +int
22792 +main ()
22793 +{
22794 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@;
22795 +test_array @<:@0@:>@ = 0
22796 +
22797 +  ;
22798 +  return 0;
22799 +}
22800 +_ACEOF
22801 +rm -f conftest.$ac_objext
22802 +if { (ac_try="$ac_compile"
22803 +case "(($ac_try" in
22804 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22805 +  *) ac_try_echo=$ac_try;;
22806 +esac
22807 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22808 +  (eval "$ac_compile") 2>conftest.er1
22809 +  ac_status=$?
22810 +  grep -v '^ *+' conftest.er1 >conftest.err
22811 +  rm -f conftest.er1
22812 +  cat conftest.err >&5
22813 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22814 +  (exit $ac_status); } && {
22815 +        test -z "$ac_c_werror_flag" ||
22816 +        test ! -s conftest.err
22817 +       } && test -s conftest.$ac_objext; then
22818 +  ac_hi=-1 ac_mid=-1
22819 +  while :; do
22820 +    cat >conftest.$ac_ext <<_ACEOF
22821 +/* confdefs.h.  */
22822 +_ACEOF
22823 +cat confdefs.h >>conftest.$ac_ext
22824 +cat >>conftest.$ac_ext <<_ACEOF
22825 +/* end confdefs.h.  */
22826 +$ac_includes_default
22827 +   typedef long double ac__type_sizeof_;
22828 +int
22829 +main ()
22830 +{
22831 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@;
22832 +test_array @<:@0@:>@ = 0
22833 +
22834 +  ;
22835 +  return 0;
22836 +}
22837 +_ACEOF
22838 +rm -f conftest.$ac_objext
22839 +if { (ac_try="$ac_compile"
22840 +case "(($ac_try" in
22841 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22842 +  *) ac_try_echo=$ac_try;;
22843 +esac
22844 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22845 +  (eval "$ac_compile") 2>conftest.er1
22846 +  ac_status=$?
22847 +  grep -v '^ *+' conftest.er1 >conftest.err
22848 +  rm -f conftest.er1
22849 +  cat conftest.err >&5
22850 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22851 +  (exit $ac_status); } && {
22852 +        test -z "$ac_c_werror_flag" ||
22853 +        test ! -s conftest.err
22854 +       } && test -s conftest.$ac_objext; then
22855 +  ac_lo=$ac_mid; break
22856 +else
22857 +  echo "$as_me: failed program was:" >&5
22858 +sed 's/^/| /' conftest.$ac_ext >&5
22859 +
22860 +       ac_hi=`expr '(' $ac_mid ')' - 1`
22861 +                       if test $ac_mid -le $ac_hi; then
22862 +                         ac_lo= ac_hi=
22863 +                         break
22864 +                       fi
22865 +                       ac_mid=`expr 2 '*' $ac_mid`
22866 +fi
22867 +
22868 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22869 +  done
22870 +else
22871 +  echo "$as_me: failed program was:" >&5
22872 +sed 's/^/| /' conftest.$ac_ext >&5
22873 +
22874 +       ac_lo= ac_hi=
22875 +fi
22876 +
22877 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22878 +fi
22879 +
22880 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22881 +# Binary search between lo and hi bounds.
22882 +while test "x$ac_lo" != "x$ac_hi"; do
22883 +  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22884 +  cat >conftest.$ac_ext <<_ACEOF
22885 +/* confdefs.h.  */
22886 +_ACEOF
22887 +cat confdefs.h >>conftest.$ac_ext
22888 +cat >>conftest.$ac_ext <<_ACEOF
22889 +/* end confdefs.h.  */
22890 +$ac_includes_default
22891 +   typedef long double ac__type_sizeof_;
22892 +int
22893 +main ()
22894 +{
22895 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
22896 +test_array @<:@0@:>@ = 0
22897 +
22898 +  ;
22899 +  return 0;
22900 +}
22901 +_ACEOF
22902 +rm -f conftest.$ac_objext
22903 +if { (ac_try="$ac_compile"
22904 +case "(($ac_try" in
22905 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22906 +  *) ac_try_echo=$ac_try;;
22907 +esac
22908 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22909 +  (eval "$ac_compile") 2>conftest.er1
22910 +  ac_status=$?
22911 +  grep -v '^ *+' conftest.er1 >conftest.err
22912 +  rm -f conftest.er1
22913 +  cat conftest.err >&5
22914 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22915 +  (exit $ac_status); } && {
22916 +        test -z "$ac_c_werror_flag" ||
22917 +        test ! -s conftest.err
22918 +       } && test -s conftest.$ac_objext; then
22919 +  ac_hi=$ac_mid
22920 +else
22921 +  echo "$as_me: failed program was:" >&5
22922 +sed 's/^/| /' conftest.$ac_ext >&5
22923 +
22924 +       ac_lo=`expr '(' $ac_mid ')' + 1`
22925 +fi
22926 +
22927 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22928 +done
22929 +case $ac_lo in
22930 +?*) ac_cv_sizeof_long_double=$ac_lo;;
22931 +'') if test "$ac_cv_type_long_double" = yes; then
22932 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
22933 +See \`config.log' for more details." >&5
22934 +echo "$as_me: error: cannot compute sizeof (long double)
22935 +See \`config.log' for more details." >&2;}
22936 +   { (exit 77); exit 77; }; }
22937 +   else
22938 +     ac_cv_sizeof_long_double=0
22939 +   fi ;;
22940 +esac
22941 +else
22942 +  cat >conftest.$ac_ext <<_ACEOF
22943 +/* confdefs.h.  */
22944 +_ACEOF
22945 +cat confdefs.h >>conftest.$ac_ext
22946 +cat >>conftest.$ac_ext <<_ACEOF
22947 +/* end confdefs.h.  */
22948 +$ac_includes_default
22949 +   typedef long double ac__type_sizeof_;
22950 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22951 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22952 +@%:@include <stdio.h>
22953 +@%:@include <stdlib.h>
22954 +int
22955 +main ()
22956 +{
22957 +
22958 +  FILE *f = fopen ("conftest.val", "w");
22959 +  if (! f)
22960 +    return 1;
22961 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22962 +    {
22963 +      long int i = longval ();
22964 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
22965 +       return 1;
22966 +      fprintf (f, "%ld\n", i);
22967 +    }
22968 +  else
22969 +    {
22970 +      unsigned long int i = ulongval ();
22971 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
22972 +       return 1;
22973 +      fprintf (f, "%lu\n", i);
22974 +    }
22975 +  return ferror (f) || fclose (f) != 0;
22976 +
22977 +  ;
22978 +  return 0;
22979 +}
22980 +_ACEOF
22981 +rm -f conftest$ac_exeext
22982 +if { (ac_try="$ac_link"
22983 +case "(($ac_try" in
22984 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22985 +  *) ac_try_echo=$ac_try;;
22986 +esac
22987 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22988 +  (eval "$ac_link") 2>&5
22989 +  ac_status=$?
22990 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22991 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22992 +  { (case "(($ac_try" in
22993 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22994 +  *) ac_try_echo=$ac_try;;
22995 +esac
22996 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22997 +  (eval "$ac_try") 2>&5
22998 +  ac_status=$?
22999 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23000 +  (exit $ac_status); }; }; then
23001 +  ac_cv_sizeof_long_double=`cat conftest.val`
23002 +else
23003 +  echo "$as_me: program exited with status $ac_status" >&5
23004 +echo "$as_me: failed program was:" >&5
23005 +sed 's/^/| /' conftest.$ac_ext >&5
23006 +
23007 +( exit $ac_status )
23008 +if test "$ac_cv_type_long_double" = yes; then
23009 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
23010 +See \`config.log' for more details." >&5
23011 +echo "$as_me: error: cannot compute sizeof (long double)
23012 +See \`config.log' for more details." >&2;}
23013 +   { (exit 77); exit 77; }; }
23014 +   else
23015 +     ac_cv_sizeof_long_double=0
23016 +   fi
23017 +fi
23018 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23019 +fi
23020 +rm -f conftest.val
23021 +fi
23022 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5
23023 +echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; }
23024 +
23025 +
23026 +
23027 +cat >>confdefs.h <<_ACEOF
23028 +@%:@define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
23029 +_ACEOF
23030 +
23031 +
23032 +
23033 +# Also AC_SUBST this variable for ffi.h.
23034 +if test -z "$HAVE_LONG_DOUBLE"; then
23035 +  HAVE_LONG_DOUBLE=0
23036 +  if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
23037 +    if test $ac_cv_sizeof_long_double != 0; then
23038 +      HAVE_LONG_DOUBLE=1
23039 +      
23040 +cat >>confdefs.h <<\_ACEOF
23041 +@%:@define HAVE_LONG_DOUBLE 1
23042 +_ACEOF
23043 +
23044 +    fi
23045 +  fi
23046 +fi
23047 +
23048 +
23049 +{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
23050 +echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
23051 +if test "${ac_cv_c_bigendian+set}" = set; then
23052 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23053 +else
23054 +  # See if sys/param.h defines the BYTE_ORDER macro.
23055 +cat >conftest.$ac_ext <<_ACEOF
23056 +/* confdefs.h.  */
23057 +_ACEOF
23058 +cat confdefs.h >>conftest.$ac_ext
23059 +cat >>conftest.$ac_ext <<_ACEOF
23060 +/* end confdefs.h.  */
23061 +#include <sys/types.h>
23062 +#include <sys/param.h>
23063 +
23064 +int
23065 +main ()
23066 +{
23067 +#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
23068 +       && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
23069 + bogus endian macros
23070 +#endif
23071 +
23072 +  ;
23073 +  return 0;
23074 +}
23075 +_ACEOF
23076 +rm -f conftest.$ac_objext
23077 +if { (ac_try="$ac_compile"
23078 +case "(($ac_try" in
23079 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23080 +  *) ac_try_echo=$ac_try;;
23081 +esac
23082 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23083 +  (eval "$ac_compile") 2>conftest.er1
23084 +  ac_status=$?
23085 +  grep -v '^ *+' conftest.er1 >conftest.err
23086 +  rm -f conftest.er1
23087 +  cat conftest.err >&5
23088 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23089 +  (exit $ac_status); } && {
23090 +        test -z "$ac_c_werror_flag" ||
23091 +        test ! -s conftest.err
23092 +       } && test -s conftest.$ac_objext; then
23093 +  # It does; now see whether it defined to BIG_ENDIAN or not.
23094 +cat >conftest.$ac_ext <<_ACEOF
23095 +/* confdefs.h.  */
23096 +_ACEOF
23097 +cat confdefs.h >>conftest.$ac_ext
23098 +cat >>conftest.$ac_ext <<_ACEOF
23099 +/* end confdefs.h.  */
23100 +#include <sys/types.h>
23101 +#include <sys/param.h>
23102 +
23103 +int
23104 +main ()
23105 +{
23106 +#if BYTE_ORDER != BIG_ENDIAN
23107 + not big endian
23108 +#endif
23109 +
23110 +  ;
23111 +  return 0;
23112 +}
23113 +_ACEOF
23114 +rm -f conftest.$ac_objext
23115 +if { (ac_try="$ac_compile"
23116 +case "(($ac_try" in
23117 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23118 +  *) ac_try_echo=$ac_try;;
23119 +esac
23120 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23121 +  (eval "$ac_compile") 2>conftest.er1
23122 +  ac_status=$?
23123 +  grep -v '^ *+' conftest.er1 >conftest.err
23124 +  rm -f conftest.er1
23125 +  cat conftest.err >&5
23126 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 +  (exit $ac_status); } && {
23128 +        test -z "$ac_c_werror_flag" ||
23129 +        test ! -s conftest.err
23130 +       } && test -s conftest.$ac_objext; then
23131 +  ac_cv_c_bigendian=yes
23132 +else
23133 +  echo "$as_me: failed program was:" >&5
23134 +sed 's/^/| /' conftest.$ac_ext >&5
23135 +
23136 +       ac_cv_c_bigendian=no
23137 +fi
23138 +
23139 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23140 +else
23141 +  echo "$as_me: failed program was:" >&5
23142 +sed 's/^/| /' conftest.$ac_ext >&5
23143 +
23144 +       # It does not; compile a test program.
23145 +if test "$cross_compiling" = yes; then
23146 +  # try to guess the endianness by grepping values into an object file
23147 +  ac_cv_c_bigendian=unknown
23148 +  cat >conftest.$ac_ext <<_ACEOF
23149 +/* confdefs.h.  */
23150 +_ACEOF
23151 +cat confdefs.h >>conftest.$ac_ext
23152 +cat >>conftest.$ac_ext <<_ACEOF
23153 +/* end confdefs.h.  */
23154 +short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
23155 +short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
23156 +void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
23157 +short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
23158 +short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
23159 +void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
23160 +int
23161 +main ()
23162 +{
23163 + _ascii (); _ebcdic (); 
23164 +  ;
23165 +  return 0;
23166 +}
23167 +_ACEOF
23168 +rm -f conftest.$ac_objext
23169 +if { (ac_try="$ac_compile"
23170 +case "(($ac_try" in
23171 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23172 +  *) ac_try_echo=$ac_try;;
23173 +esac
23174 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23175 +  (eval "$ac_compile") 2>conftest.er1
23176 +  ac_status=$?
23177 +  grep -v '^ *+' conftest.er1 >conftest.err
23178 +  rm -f conftest.er1
23179 +  cat conftest.err >&5
23180 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23181 +  (exit $ac_status); } && {
23182 +        test -z "$ac_c_werror_flag" ||
23183 +        test ! -s conftest.err
23184 +       } && test -s conftest.$ac_objext; then
23185 +  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
23186 +  ac_cv_c_bigendian=yes
23187 +fi
23188 +if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
23189 +  if test "$ac_cv_c_bigendian" = unknown; then
23190 +    ac_cv_c_bigendian=no
23191 +  else
23192 +    # finding both strings is unlikely to happen, but who knows?
23193 +    ac_cv_c_bigendian=unknown
23194 +  fi
23195 +fi
23196 +else
23197 +  echo "$as_me: failed program was:" >&5
23198 +sed 's/^/| /' conftest.$ac_ext >&5
23199 +
23200 +       
23201 +fi
23202 +
23203 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23204 +else
23205 +  cat >conftest.$ac_ext <<_ACEOF
23206 +/* confdefs.h.  */
23207 +_ACEOF
23208 +cat confdefs.h >>conftest.$ac_ext
23209 +cat >>conftest.$ac_ext <<_ACEOF
23210 +/* end confdefs.h.  */
23211 +$ac_includes_default
23212 +int
23213 +main ()
23214 +{
23215 +
23216 +  /* Are we little or big endian?  From Harbison&Steele.  */
23217 +  union
23218 +  {
23219 +    long int l;
23220 +    char c[sizeof (long int)];
23221 +  } u;
23222 +  u.l = 1;
23223 +  return u.c[sizeof (long int) - 1] == 1;
23224 +
23225 +  ;
23226 +  return 0;
23227 +}
23228 +_ACEOF
23229 +rm -f conftest$ac_exeext
23230 +if { (ac_try="$ac_link"
23231 +case "(($ac_try" in
23232 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23233 +  *) ac_try_echo=$ac_try;;
23234 +esac
23235 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23236 +  (eval "$ac_link") 2>&5
23237 +  ac_status=$?
23238 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23240 +  { (case "(($ac_try" in
23241 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23242 +  *) ac_try_echo=$ac_try;;
23243 +esac
23244 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23245 +  (eval "$ac_try") 2>&5
23246 +  ac_status=$?
23247 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23248 +  (exit $ac_status); }; }; then
23249 +  ac_cv_c_bigendian=no
23250 +else
23251 +  echo "$as_me: program exited with status $ac_status" >&5
23252 +echo "$as_me: failed program was:" >&5
23253 +sed 's/^/| /' conftest.$ac_ext >&5
23254 +
23255 +( exit $ac_status )
23256 +ac_cv_c_bigendian=yes
23257 +fi
23258 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23259 +fi
23260 +
23261 +
23262 +fi
23263 +
23264 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23265 +fi
23266 +{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
23267 +echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
23268 +case $ac_cv_c_bigendian in
23269 +  yes)
23270 +    
23271 +cat >>confdefs.h <<\_ACEOF
23272 +@%:@define WORDS_BIGENDIAN 1
23273 +_ACEOF
23274 + ;;
23275 +  no)
23276 +     ;;
23277 +  *)
23278 +    { { echo "$as_me:$LINENO: error: unknown endianness
23279 +presetting ac_cv_c_bigendian=no (or yes) will help" >&5
23280 +echo "$as_me: error: unknown endianness
23281 +presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
23282 +   { (exit 1); exit 1; }; } ;;
23283 +esac
23284 +
23285 +
23286 +{ echo "$as_me:$LINENO: checking assembler .cfi pseudo-op support" >&5
23287 +echo $ECHO_N "checking assembler .cfi pseudo-op support... $ECHO_C" >&6; }
23288 +if test "${libffi_cv_as_cfi_pseudo_op+set}" = set; then
23289 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23290 +else
23291 +  
23292 +    libffi_cv_as_cfi_pseudo_op=unknown
23293 +    cat >conftest.$ac_ext <<_ACEOF
23294 +/* confdefs.h.  */
23295 +_ACEOF
23296 +cat confdefs.h >>conftest.$ac_ext
23297 +cat >>conftest.$ac_ext <<_ACEOF
23298 +/* end confdefs.h.  */
23299 +asm (".cfi_startproc\n\t.cfi_endproc");
23300 +int
23301 +main ()
23302 +{
23303 +
23304 +  ;
23305 +  return 0;
23306 +}
23307 +_ACEOF
23308 +rm -f conftest.$ac_objext
23309 +if { (ac_try="$ac_compile"
23310 +case "(($ac_try" in
23311 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23312 +  *) ac_try_echo=$ac_try;;
23313 +esac
23314 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23315 +  (eval "$ac_compile") 2>conftest.er1
23316 +  ac_status=$?
23317 +  grep -v '^ *+' conftest.er1 >conftest.err
23318 +  rm -f conftest.er1
23319 +  cat conftest.err >&5
23320 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23321 +  (exit $ac_status); } && {
23322 +        test -z "$ac_c_werror_flag" ||
23323 +        test ! -s conftest.err
23324 +       } && test -s conftest.$ac_objext; then
23325 +  libffi_cv_as_cfi_pseudo_op=yes
23326 +else
23327 +  echo "$as_me: failed program was:" >&5
23328 +sed 's/^/| /' conftest.$ac_ext >&5
23329 +
23330 +       libffi_cv_as_cfi_pseudo_op=no
23331 +fi
23332 +
23333 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23334 +
23335 +fi
23336 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_cfi_pseudo_op" >&5
23337 +echo "${ECHO_T}$libffi_cv_as_cfi_pseudo_op" >&6; }
23338 +if test "x$libffi_cv_as_cfi_pseudo_op" = xyes; then
23339 +    
23340 +cat >>confdefs.h <<\_ACEOF
23341 +@%:@define HAVE_AS_CFI_PSEUDO_OP 1
23342 +_ACEOF
23343 +
23344 +fi
23345 +
23346 +if test x$TARGET = xSPARC; then
23347 +    { echo "$as_me:$LINENO: checking assembler and linker support unaligned pc related relocs" >&5
23348 +echo $ECHO_N "checking assembler and linker support unaligned pc related relocs... $ECHO_C" >&6; }
23349 +if test "${libffi_cv_as_sparc_ua_pcrel+set}" = set; then
23350 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23351 +else
23352 +  
23353 +       save_CFLAGS="$CFLAGS"
23354 +       save_LDFLAGS="$LDFLAGS"
23355 +       CFLAGS="$CFLAGS -fpic"
23356 +       LDFLAGS="$LDFLAGS -shared"
23357 +       cat >conftest.$ac_ext <<_ACEOF
23358 +/* confdefs.h.  */
23359 +_ACEOF
23360 +cat confdefs.h >>conftest.$ac_ext
23361 +cat >>conftest.$ac_ext <<_ACEOF
23362 +/* end confdefs.h.  */
23363 +asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
23364 +int
23365 +main ()
23366 +{
23367 +
23368 +  ;
23369 +  return 0;
23370 +}
23371 +_ACEOF
23372 +rm -f conftest.$ac_objext conftest$ac_exeext
23373 +if { (ac_try="$ac_link"
23374 +case "(($ac_try" in
23375 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23376 +  *) ac_try_echo=$ac_try;;
23377 +esac
23378 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23379 +  (eval "$ac_link") 2>conftest.er1
23380 +  ac_status=$?
23381 +  grep -v '^ *+' conftest.er1 >conftest.err
23382 +  rm -f conftest.er1
23383 +  cat conftest.err >&5
23384 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23385 +  (exit $ac_status); } && {
23386 +        test -z "$ac_c_werror_flag" ||
23387 +        test ! -s conftest.err
23388 +       } && test -s conftest$ac_exeext &&
23389 +       $as_test_x conftest$ac_exeext; then
23390 +  libffi_cv_as_sparc_ua_pcrel=yes
23391 +else
23392 +  echo "$as_me: failed program was:" >&5
23393 +sed 's/^/| /' conftest.$ac_ext >&5
23394 +
23395 +       libffi_cv_as_sparc_ua_pcrel=no
23396 +fi
23397 +
23398 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23399 +      conftest$ac_exeext conftest.$ac_ext
23400 +       CFLAGS="$save_CFLAGS"
23401 +       LDFLAGS="$save_LDFLAGS"
23402 +fi
23403 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_sparc_ua_pcrel" >&5
23404 +echo "${ECHO_T}$libffi_cv_as_sparc_ua_pcrel" >&6; }
23405 +    if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
23406 +       
23407 +cat >>confdefs.h <<\_ACEOF
23408 +@%:@define HAVE_AS_SPARC_UA_PCREL 1
23409 +_ACEOF
23410 +
23411 +    fi
23412 +
23413 +    { echo "$as_me:$LINENO: checking assembler .register pseudo-op support" >&5
23414 +echo $ECHO_N "checking assembler .register pseudo-op support... $ECHO_C" >&6; }
23415 +if test "${libffi_cv_as_register_pseudo_op+set}" = set; then
23416 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23417 +else
23418 +  
23419 +       libffi_cv_as_register_pseudo_op=unknown
23420 +       # Check if we have .register
23421 +       cat >conftest.$ac_ext <<_ACEOF
23422 +/* confdefs.h.  */
23423 +_ACEOF
23424 +cat confdefs.h >>conftest.$ac_ext
23425 +cat >>conftest.$ac_ext <<_ACEOF
23426 +/* end confdefs.h.  */
23427 +asm (".register %g2, #scratch");
23428 +int
23429 +main ()
23430 +{
23431 +
23432 +  ;
23433 +  return 0;
23434 +}
23435 +_ACEOF
23436 +rm -f conftest.$ac_objext
23437 +if { (ac_try="$ac_compile"
23438 +case "(($ac_try" in
23439 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23440 +  *) ac_try_echo=$ac_try;;
23441 +esac
23442 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23443 +  (eval "$ac_compile") 2>conftest.er1
23444 +  ac_status=$?
23445 +  grep -v '^ *+' conftest.er1 >conftest.err
23446 +  rm -f conftest.er1
23447 +  cat conftest.err >&5
23448 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23449 +  (exit $ac_status); } && {
23450 +        test -z "$ac_c_werror_flag" ||
23451 +        test ! -s conftest.err
23452 +       } && test -s conftest.$ac_objext; then
23453 +  libffi_cv_as_register_pseudo_op=yes
23454 +else
23455 +  echo "$as_me: failed program was:" >&5
23456 +sed 's/^/| /' conftest.$ac_ext >&5
23457 +
23458 +       libffi_cv_as_register_pseudo_op=no
23459 +fi
23460 +
23461 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462 +    
23463 +fi
23464 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_register_pseudo_op" >&5
23465 +echo "${ECHO_T}$libffi_cv_as_register_pseudo_op" >&6; }
23466 +    if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
23467 +       
23468 +cat >>confdefs.h <<\_ACEOF
23469 +@%:@define HAVE_AS_REGISTER_PSEUDO_OP 1
23470 +_ACEOF
23471 +
23472 +    fi
23473 +fi
23474 +
23475 +if test x$TARGET = xX86 || test x$TARGET = xX86_64; then
23476 +    { echo "$as_me:$LINENO: checking assembler supports pc related relocs" >&5
23477 +echo $ECHO_N "checking assembler supports pc related relocs... $ECHO_C" >&6; }
23478 +if test "${libffi_cv_as_x86_pcrel+set}" = set; then
23479 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23480 +else
23481 +  
23482 +       libffi_cv_as_x86_pcrel=yes
23483 +       echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
23484 +       if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
23485 +           libffi_cv_as_x86_pcrel=no
23486 +       fi
23487 +       
23488 +fi
23489 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_x86_pcrel" >&5
23490 +echo "${ECHO_T}$libffi_cv_as_x86_pcrel" >&6; }
23491 +    if test "x$libffi_cv_as_x86_pcrel" = xyes; then
23492 +       
23493 +cat >>confdefs.h <<\_ACEOF
23494 +@%:@define HAVE_AS_X86_PCREL 1
23495 +_ACEOF
23496 +
23497 +    fi
23498 +fi
23499 +
23500 +{ echo "$as_me:$LINENO: checking whether .eh_frame section should be read-only" >&5
23501 +echo $ECHO_N "checking whether .eh_frame section should be read-only... $ECHO_C" >&6; }
23502 +if test "${libffi_cv_ro_eh_frame+set}" = set; then
23503 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23504 +else
23505 +  
23506 +       libffi_cv_ro_eh_frame=no
23507 +       echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
23508 +       if $CC $CFLAGS -S -fpic -fexceptions -o conftest.s conftest.c > /dev/null 2>&1; then
23509 +           if grep '.section.*eh_frame.*"a"' conftest.s > /dev/null; then
23510 +               libffi_cv_ro_eh_frame=yes
23511 +           elif grep '.section.*eh_frame.*#alloc' conftest.c \
23512 +                | grep -v '#write' > /dev/null; then
23513 +               libffi_cv_ro_eh_frame=yes
23514 +           fi
23515 +       fi
23516 +       rm -f conftest.*
23517 +    
23518 +fi
23519 +{ echo "$as_me:$LINENO: result: $libffi_cv_ro_eh_frame" >&5
23520 +echo "${ECHO_T}$libffi_cv_ro_eh_frame" >&6; }
23521 +if test "x$libffi_cv_ro_eh_frame" = xyes; then
23522 +    
23523 +cat >>confdefs.h <<\_ACEOF
23524 +@%:@define HAVE_RO_EH_FRAME 1
23525 +_ACEOF
23526 +
23527 +    
23528 +cat >>confdefs.h <<\_ACEOF
23529 +@%:@define EH_FRAME_FLAGS "a"
23530 +_ACEOF
23531 +
23532 +else
23533 +    
23534 +cat >>confdefs.h <<\_ACEOF
23535 +@%:@define EH_FRAME_FLAGS "aw"
23536 +_ACEOF
23537 +
23538 +fi
23539 +
23540 +{ echo "$as_me:$LINENO: checking for __attribute__((visibility(\"hidden\")))" >&5
23541 +echo $ECHO_N "checking for __attribute__((visibility(\"hidden\")))... $ECHO_C" >&6; }
23542 +if test "${libffi_cv_hidden_visibility_attribute+set}" = set; then
23543 +  echo $ECHO_N "(cached) $ECHO_C" >&6
23544 +else
23545 +  
23546 +       echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
23547 +       libffi_cv_hidden_visibility_attribute=no
23548 +       if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
23549 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23550 +  (eval $ac_try) 2>&5
23551 +  ac_status=$?
23552 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23553 +  (exit $ac_status); }; }; then
23554 +           if grep '\.hidden.*foo' conftest.s >/dev/null; then
23555 +               libffi_cv_hidden_visibility_attribute=yes
23556 +           fi
23557 +       fi
23558 +       rm -f conftest.*
23559 +    
23560 +fi
23561 +{ echo "$as_me:$LINENO: result: $libffi_cv_hidden_visibility_attribute" >&5
23562 +echo "${ECHO_T}$libffi_cv_hidden_visibility_attribute" >&6; }
23563 +if test $libffi_cv_hidden_visibility_attribute = yes; then
23564 +    
23565 +cat >>confdefs.h <<\_ACEOF
23566 +@%:@define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
23567 +_ACEOF
23568 +
23569 +fi
23570 +
23571 +
23572 +
23573 +
23574 +
23575 +
23576 +
23577 +
23578 +
23579 +# Check whether --enable-debug was given.
23580 +if test "${enable_debug+set}" = set; then
23581 +  enableval=$enable_debug; if test "$enable_debug" = "yes"; then
23582 +    
23583 +cat >>confdefs.h <<\_ACEOF
23584 +@%:@define FFI_DEBUG 1
23585 +_ACEOF
23586 +
23587 +  fi
23588 +fi
23589 +
23590 +
23591 +# Check whether --enable-structs was given.
23592 +if test "${enable_structs+set}" = set; then
23593 +  enableval=$enable_structs; if test "$enable_structs" = "no"; then
23594 +    
23595 +cat >>confdefs.h <<\_ACEOF
23596 +@%:@define FFI_NO_STRUCTS 1
23597 +_ACEOF
23598 +
23599 +  fi
23600 +fi
23601 +
23602 +
23603 +# Check whether --enable-raw-api was given.
23604 +if test "${enable_raw_api+set}" = set; then
23605 +  enableval=$enable_raw_api; if test "$enable_raw_api" = "no"; then
23606 +    
23607 +cat >>confdefs.h <<\_ACEOF
23608 +@%:@define FFI_NO_RAW_API 1
23609 +_ACEOF
23610 +
23611 +  fi
23612 +fi
23613 +
23614 +
23615 +# Check whether --enable-purify-safety was given.
23616 +if test "${enable_purify_safety+set}" = set; then
23617 +  enableval=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
23618 +    
23619 +cat >>confdefs.h <<\_ACEOF
23620 +@%:@define USING_PURIFY 1
23621 +_ACEOF
23622 +
23623 +  fi
23624 +fi
23625 +
23626 +
23627 +if test -n "$with_cross_host" &&
23628 +   test x"$with_cross_host" != x"no"; then
23629 +  toolexecdir='$(exec_prefix)/$(target_alias)'
23630 +  toolexeclibdir='$(toolexecdir)/lib'
23631 +else
23632 +  toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
23633 +  toolexeclibdir='$(libdir)'
23634 +fi
23635 +multi_os_directory=`$CC -print-multi-os-directory`
23636 +case $multi_os_directory in
23637 +  .) ;; # Avoid trailing /.
23638 +  *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
23639 +esac
23640 +
23641 +
23642 +
23643 +if test "${multilib}" = "yes"; then
23644 +  multilib_arg="--enable-multilib"
23645 +else
23646 +  multilib_arg=
23647 +fi
23648 +
23649 +ac_config_commands="$ac_config_commands include"
23650 +
23651 +ac_config_commands="$ac_config_commands src"
23652 +
23653 +
23654 +ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
23655 +
23656 +
23657 +ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
23658 +
23659 +
23660 +cat >confcache <<\_ACEOF
23661 +# This file is a shell script that caches the results of configure
23662 +# tests run on this system so they can be shared between configure
23663 +# scripts and configure runs, see configure's option --config-cache.
23664 +# It is not useful on other systems.  If it contains results you don't
23665 +# want to keep, you may remove or edit it.
23666 +#
23667 +# config.status only pays attention to the cache file if you give it
23668 +# the --recheck option to rerun configure.
23669 +#
23670 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
23671 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
23672 +# following values.
23673 +
23674 +_ACEOF
23675 +
23676 +# The following way of writing the cache mishandles newlines in values,
23677 +# but we know of no workaround that is simple, portable, and efficient.
23678 +# So, we kill variables containing newlines.
23679 +# Ultrix sh set writes to stderr and can't be redirected directly,
23680 +# and sets the high bit in the cache file unless we assign to the vars.
23681 +(
23682 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23683 +    eval ac_val=\$$ac_var
23684 +    case $ac_val in #(
23685 +    *${as_nl}*)
23686 +      case $ac_var in #(
23687 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23688 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23689 +      esac
23690 +      case $ac_var in #(
23691 +      _ | IFS | as_nl) ;; #(
23692 +      *) $as_unset $ac_var ;;
23693 +      esac ;;
23694 +    esac
23695 +  done
23696 +
23697 +  (set) 2>&1 |
23698 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
23699 +    *${as_nl}ac_space=\ *)
23700 +      # `set' does not quote correctly, so add quotes (double-quote
23701 +      # substitution turns \\\\ into \\, and sed turns \\ into \).
23702 +      sed -n \
23703 +       "s/'/'\\\\''/g;
23704 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23705 +      ;; #(
23706 +    *)
23707 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
23708 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23709 +      ;;
23710 +    esac |
23711 +    sort
23712 +) |
23713 +  sed '
23714 +     /^ac_cv_env_/b end
23715 +     t clear
23716 +     :clear
23717 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23718 +     t end
23719 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23720 +     :end' >>confcache
23721 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23722 +  if test -w "$cache_file"; then
23723 +    test "x$cache_file" != "x/dev/null" &&
23724 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23725 +echo "$as_me: updating cache $cache_file" >&6;}
23726 +    cat confcache >$cache_file
23727 +  else
23728 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23729 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23730 +  fi
23731 +fi
23732 +rm -f confcache
23733 +
23734 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
23735 +# Let make expand exec_prefix.
23736 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
23737 +
23738 +DEFS=-DHAVE_CONFIG_H
23739 +
23740 +ac_libobjs=
23741 +ac_ltlibobjs=
23742 +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
23743 +  # 1. Remove the extension, and $U if already installed.
23744 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
23745 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
23746 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
23747 +  #    will be set to the directory where LIBOBJS objects are built.
23748 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23749 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23750 +done
23751 +LIB@&t@OBJS=$ac_libobjs
23752 +
23753 +LTLIBOBJS=$ac_ltlibobjs
23754 +
23755 +
23756 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
23757 +  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
23758 +Usually this means the macro was only invoked conditionally." >&5
23759 +echo "$as_me: error: conditional \"AMDEP\" was never defined.
23760 +Usually this means the macro was only invoked conditionally." >&2;}
23761 +   { (exit 1); exit 1; }; }
23762 +fi
23763 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
23764 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
23765 +Usually this means the macro was only invoked conditionally." >&5
23766 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
23767 +Usually this means the macro was only invoked conditionally." >&2;}
23768 +   { (exit 1); exit 1; }; }
23769 +fi
23770 +if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
23771 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
23772 +Usually this means the macro was only invoked conditionally." >&5
23773 +echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
23774 +Usually this means the macro was only invoked conditionally." >&2;}
23775 +   { (exit 1); exit 1; }; }
23776 +fi
23777 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
23778 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
23779 +Usually this means the macro was only invoked conditionally." >&5
23780 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
23781 +Usually this means the macro was only invoked conditionally." >&2;}
23782 +   { (exit 1); exit 1; }; }
23783 +fi
23784 +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
23785 +  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
23786 +Usually this means the macro was only invoked conditionally." >&5
23787 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
23788 +Usually this means the macro was only invoked conditionally." >&2;}
23789 +   { (exit 1); exit 1; }; }
23790 +fi
23791 +if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
23792 +  { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
23793 +Usually this means the macro was only invoked conditionally." >&5
23794 +echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
23795 +Usually this means the macro was only invoked conditionally." >&2;}
23796 +   { (exit 1); exit 1; }; }
23797 +fi
23798 +if test -z "${MIPS_TRUE}" && test -z "${MIPS_FALSE}"; then
23799 +  { { echo "$as_me:$LINENO: error: conditional \"MIPS\" was never defined.
23800 +Usually this means the macro was only invoked conditionally." >&5
23801 +echo "$as_me: error: conditional \"MIPS\" was never defined.
23802 +Usually this means the macro was only invoked conditionally." >&2;}
23803 +   { (exit 1); exit 1; }; }
23804 +fi
23805 +if test -z "${SPARC_TRUE}" && test -z "${SPARC_FALSE}"; then
23806 +  { { echo "$as_me:$LINENO: error: conditional \"SPARC\" was never defined.
23807 +Usually this means the macro was only invoked conditionally." >&5
23808 +echo "$as_me: error: conditional \"SPARC\" was never defined.
23809 +Usually this means the macro was only invoked conditionally." >&2;}
23810 +   { (exit 1); exit 1; }; }
23811 +fi
23812 +if test -z "${X86_TRUE}" && test -z "${X86_FALSE}"; then
23813 +  { { echo "$as_me:$LINENO: error: conditional \"X86\" was never defined.
23814 +Usually this means the macro was only invoked conditionally." >&5
23815 +echo "$as_me: error: conditional \"X86\" was never defined.
23816 +Usually this means the macro was only invoked conditionally." >&2;}
23817 +   { (exit 1); exit 1; }; }
23818 +fi
23819 +if test -z "${X86_FREEBSD_TRUE}" && test -z "${X86_FREEBSD_FALSE}"; then
23820 +  { { echo "$as_me:$LINENO: error: conditional \"X86_FREEBSD\" was never defined.
23821 +Usually this means the macro was only invoked conditionally." >&5
23822 +echo "$as_me: error: conditional \"X86_FREEBSD\" was never defined.
23823 +Usually this means the macro was only invoked conditionally." >&2;}
23824 +   { (exit 1); exit 1; }; }
23825 +fi
23826 +if test -z "${X86_WIN32_TRUE}" && test -z "${X86_WIN32_FALSE}"; then
23827 +  { { echo "$as_me:$LINENO: error: conditional \"X86_WIN32\" was never defined.
23828 +Usually this means the macro was only invoked conditionally." >&5
23829 +echo "$as_me: error: conditional \"X86_WIN32\" was never defined.
23830 +Usually this means the macro was only invoked conditionally." >&2;}
23831 +   { (exit 1); exit 1; }; }
23832 +fi
23833 +if test -z "${X86_DARWIN_TRUE}" && test -z "${X86_DARWIN_FALSE}"; then
23834 +  { { echo "$as_me:$LINENO: error: conditional \"X86_DARWIN\" was never defined.
23835 +Usually this means the macro was only invoked conditionally." >&5
23836 +echo "$as_me: error: conditional \"X86_DARWIN\" was never defined.
23837 +Usually this means the macro was only invoked conditionally." >&2;}
23838 +   { (exit 1); exit 1; }; }
23839 +fi
23840 +if test -z "${ALPHA_TRUE}" && test -z "${ALPHA_FALSE}"; then
23841 +  { { echo "$as_me:$LINENO: error: conditional \"ALPHA\" was never defined.
23842 +Usually this means the macro was only invoked conditionally." >&5
23843 +echo "$as_me: error: conditional \"ALPHA\" was never defined.
23844 +Usually this means the macro was only invoked conditionally." >&2;}
23845 +   { (exit 1); exit 1; }; }
23846 +fi
23847 +if test -z "${IA64_TRUE}" && test -z "${IA64_FALSE}"; then
23848 +  { { echo "$as_me:$LINENO: error: conditional \"IA64\" was never defined.
23849 +Usually this means the macro was only invoked conditionally." >&5
23850 +echo "$as_me: error: conditional \"IA64\" was never defined.
23851 +Usually this means the macro was only invoked conditionally." >&2;}
23852 +   { (exit 1); exit 1; }; }
23853 +fi
23854 +if test -z "${M32R_TRUE}" && test -z "${M32R_FALSE}"; then
23855 +  { { echo "$as_me:$LINENO: error: conditional \"M32R\" was never defined.
23856 +Usually this means the macro was only invoked conditionally." >&5
23857 +echo "$as_me: error: conditional \"M32R\" was never defined.
23858 +Usually this means the macro was only invoked conditionally." >&2;}
23859 +   { (exit 1); exit 1; }; }
23860 +fi
23861 +if test -z "${M68K_TRUE}" && test -z "${M68K_FALSE}"; then
23862 +  { { echo "$as_me:$LINENO: error: conditional \"M68K\" was never defined.
23863 +Usually this means the macro was only invoked conditionally." >&5
23864 +echo "$as_me: error: conditional \"M68K\" was never defined.
23865 +Usually this means the macro was only invoked conditionally." >&2;}
23866 +   { (exit 1); exit 1; }; }
23867 +fi
23868 +if test -z "${POWERPC_TRUE}" && test -z "${POWERPC_FALSE}"; then
23869 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC\" was never defined.
23870 +Usually this means the macro was only invoked conditionally." >&5
23871 +echo "$as_me: error: conditional \"POWERPC\" was never defined.
23872 +Usually this means the macro was only invoked conditionally." >&2;}
23873 +   { (exit 1); exit 1; }; }
23874 +fi
23875 +if test -z "${POWERPC_AIX_TRUE}" && test -z "${POWERPC_AIX_FALSE}"; then
23876 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_AIX\" was never defined.
23877 +Usually this means the macro was only invoked conditionally." >&5
23878 +echo "$as_me: error: conditional \"POWERPC_AIX\" was never defined.
23879 +Usually this means the macro was only invoked conditionally." >&2;}
23880 +   { (exit 1); exit 1; }; }
23881 +fi
23882 +if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
23883 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
23884 +Usually this means the macro was only invoked conditionally." >&5
23885 +echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
23886 +Usually this means the macro was only invoked conditionally." >&2;}
23887 +   { (exit 1); exit 1; }; }
23888 +fi
23889 +if test -z "${POWERPC_FREEBSD_TRUE}" && test -z "${POWERPC_FREEBSD_FALSE}"; then
23890 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_FREEBSD\" was never defined.
23891 +Usually this means the macro was only invoked conditionally." >&5
23892 +echo "$as_me: error: conditional \"POWERPC_FREEBSD\" was never defined.
23893 +Usually this means the macro was only invoked conditionally." >&2;}
23894 +   { (exit 1); exit 1; }; }
23895 +fi
23896 +if test -z "${ARM_TRUE}" && test -z "${ARM_FALSE}"; then
23897 +  { { echo "$as_me:$LINENO: error: conditional \"ARM\" was never defined.
23898 +Usually this means the macro was only invoked conditionally." >&5
23899 +echo "$as_me: error: conditional \"ARM\" was never defined.
23900 +Usually this means the macro was only invoked conditionally." >&2;}
23901 +   { (exit 1); exit 1; }; }
23902 +fi
23903 +if test -z "${LIBFFI_CRIS_TRUE}" && test -z "${LIBFFI_CRIS_FALSE}"; then
23904 +  { { echo "$as_me:$LINENO: error: conditional \"LIBFFI_CRIS\" was never defined.
23905 +Usually this means the macro was only invoked conditionally." >&5
23906 +echo "$as_me: error: conditional \"LIBFFI_CRIS\" was never defined.
23907 +Usually this means the macro was only invoked conditionally." >&2;}
23908 +   { (exit 1); exit 1; }; }
23909 +fi
23910 +if test -z "${FRV_TRUE}" && test -z "${FRV_FALSE}"; then
23911 +  { { echo "$as_me:$LINENO: error: conditional \"FRV\" was never defined.
23912 +Usually this means the macro was only invoked conditionally." >&5
23913 +echo "$as_me: error: conditional \"FRV\" was never defined.
23914 +Usually this means the macro was only invoked conditionally." >&2;}
23915 +   { (exit 1); exit 1; }; }
23916 +fi
23917 +if test -z "${S390_TRUE}" && test -z "${S390_FALSE}"; then
23918 +  { { echo "$as_me:$LINENO: error: conditional \"S390\" was never defined.
23919 +Usually this means the macro was only invoked conditionally." >&5
23920 +echo "$as_me: error: conditional \"S390\" was never defined.
23921 +Usually this means the macro was only invoked conditionally." >&2;}
23922 +   { (exit 1); exit 1; }; }
23923 +fi
23924 +if test -z "${X86_64_TRUE}" && test -z "${X86_64_FALSE}"; then
23925 +  { { echo "$as_me:$LINENO: error: conditional \"X86_64\" was never defined.
23926 +Usually this means the macro was only invoked conditionally." >&5
23927 +echo "$as_me: error: conditional \"X86_64\" was never defined.
23928 +Usually this means the macro was only invoked conditionally." >&2;}
23929 +   { (exit 1); exit 1; }; }
23930 +fi
23931 +if test -z "${SH_TRUE}" && test -z "${SH_FALSE}"; then
23932 +  { { echo "$as_me:$LINENO: error: conditional \"SH\" was never defined.
23933 +Usually this means the macro was only invoked conditionally." >&5
23934 +echo "$as_me: error: conditional \"SH\" was never defined.
23935 +Usually this means the macro was only invoked conditionally." >&2;}
23936 +   { (exit 1); exit 1; }; }
23937 +fi
23938 +if test -z "${SH64_TRUE}" && test -z "${SH64_FALSE}"; then
23939 +  { { echo "$as_me:$LINENO: error: conditional \"SH64\" was never defined.
23940 +Usually this means the macro was only invoked conditionally." >&5
23941 +echo "$as_me: error: conditional \"SH64\" was never defined.
23942 +Usually this means the macro was only invoked conditionally." >&2;}
23943 +   { (exit 1); exit 1; }; }
23944 +fi
23945 +if test -z "${PA_LINUX_TRUE}" && test -z "${PA_LINUX_FALSE}"; then
23946 +  { { echo "$as_me:$LINENO: error: conditional \"PA_LINUX\" was never defined.
23947 +Usually this means the macro was only invoked conditionally." >&5
23948 +echo "$as_me: error: conditional \"PA_LINUX\" was never defined.
23949 +Usually this means the macro was only invoked conditionally." >&2;}
23950 +   { (exit 1); exit 1; }; }
23951 +fi
23952 +if test -z "${PA_HPUX_TRUE}" && test -z "${PA_HPUX_FALSE}"; then
23953 +  { { echo "$as_me:$LINENO: error: conditional \"PA_HPUX\" was never defined.
23954 +Usually this means the macro was only invoked conditionally." >&5
23955 +echo "$as_me: error: conditional \"PA_HPUX\" was never defined.
23956 +Usually this means the macro was only invoked conditionally." >&2;}
23957 +   { (exit 1); exit 1; }; }
23958 +fi
23959 +if test -z "${PA64_HPUX_TRUE}" && test -z "${PA64_HPUX_FALSE}"; then
23960 +  { { echo "$as_me:$LINENO: error: conditional \"PA64_HPUX\" was never defined.
23961 +Usually this means the macro was only invoked conditionally." >&5
23962 +echo "$as_me: error: conditional \"PA64_HPUX\" was never defined.
23963 +Usually this means the macro was only invoked conditionally." >&2;}
23964 +   { (exit 1); exit 1; }; }
23965 +fi
23966 +
23967 +: ${CONFIG_STATUS=./config.status}
23968 +ac_clean_files_save=$ac_clean_files
23969 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
23970 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23971 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
23972 +cat >$CONFIG_STATUS <<_ACEOF
23973 +#! $SHELL
23974 +# Generated by $as_me.
23975 +# Run this file to recreate the current configuration.
23976 +# Compiler output produced by configure, useful for debugging
23977 +# configure, is in config.log if it exists.
23978 +
23979 +debug=false
23980 +ac_cs_recheck=false
23981 +ac_cs_silent=false
23982 +SHELL=\${CONFIG_SHELL-$SHELL}
23983 +_ACEOF
23984 +
23985 +cat >>$CONFIG_STATUS <<\_ACEOF
23986 +## --------------------- ##
23987 +## M4sh Initialization.  ##
23988 +## --------------------- ##
23989 +
23990 +# Be more Bourne compatible
23991 +DUALCASE=1; export DUALCASE # for MKS sh
23992 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23993 +  emulate sh
23994 +  NULLCMD=:
23995 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23996 +  # is contrary to our usage.  Disable this feature.
23997 +  alias -g '${1+"$@"}'='"$@"'
23998 +  setopt NO_GLOB_SUBST
23999 +else
24000 +  case `(set -o) 2>/dev/null` in
24001 +  *posix*) set -o posix ;;
24002 +esac
24003 +
24004 +fi
24005 +
24006 +
24007 +
24008 +
24009 +# PATH needs CR
24010 +# Avoid depending upon Character Ranges.
24011 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24012 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24013 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24014 +as_cr_digits='0123456789'
24015 +as_cr_alnum=$as_cr_Letters$as_cr_digits
24016 +
24017 +# The user is always right.
24018 +if test "${PATH_SEPARATOR+set}" != set; then
24019 +  echo "#! /bin/sh" >conf$$.sh
24020 +  echo  "exit 0"   >>conf$$.sh
24021 +  chmod +x conf$$.sh
24022 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24023 +    PATH_SEPARATOR=';'
24024 +  else
24025 +    PATH_SEPARATOR=:
24026 +  fi
24027 +  rm -f conf$$.sh
24028 +fi
24029 +
24030 +# Support unset when possible.
24031 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24032 +  as_unset=unset
24033 +else
24034 +  as_unset=false
24035 +fi
24036 +
24037 +
24038 +# IFS
24039 +# We need space, tab and new line, in precisely that order.  Quoting is
24040 +# there to prevent editors from complaining about space-tab.
24041 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
24042 +# splitting by setting IFS to empty value.)
24043 +as_nl='
24044 +'
24045 +IFS=" ""       $as_nl"
24046 +
24047 +# Find who we are.  Look in the path if we contain no directory separator.
24048 +case $0 in
24049 +  *[\\/]* ) as_myself=$0 ;;
24050 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24051 +for as_dir in $PATH
24052 +do
24053 +  IFS=$as_save_IFS
24054 +  test -z "$as_dir" && as_dir=.
24055 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24056 +done
24057 +IFS=$as_save_IFS
24058 +
24059 +     ;;
24060 +esac
24061 +# We did not find ourselves, most probably we were run as `sh COMMAND'
24062 +# in which case we are not to be found in the path.
24063 +if test "x$as_myself" = x; then
24064 +  as_myself=$0
24065 +fi
24066 +if test ! -f "$as_myself"; then
24067 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24068 +  { (exit 1); exit 1; }
24069 +fi
24070 +
24071 +# Work around bugs in pre-3.0 UWIN ksh.
24072 +for as_var in ENV MAIL MAILPATH
24073 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24074 +done
24075 +PS1='$ '
24076 +PS2='> '
24077 +PS4='+ '
24078 +
24079 +# NLS nuisances.
24080 +for as_var in \
24081 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24082 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24083 +  LC_TELEPHONE LC_TIME
24084 +do
24085 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24086 +    eval $as_var=C; export $as_var
24087 +  else
24088 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24089 +  fi
24090 +done
24091 +
24092 +# Required to use basename.
24093 +if expr a : '\(a\)' >/dev/null 2>&1 &&
24094 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
24095 +  as_expr=expr
24096 +else
24097 +  as_expr=false
24098 +fi
24099 +
24100 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24101 +  as_basename=basename
24102 +else
24103 +  as_basename=false
24104 +fi
24105 +
24106 +
24107 +# Name of the executable.
24108 +as_me=`$as_basename -- "$0" ||
24109 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24110 +        X"$0" : 'X\(//\)$' \| \
24111 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24112 +echo X/"$0" |
24113 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
24114 +           s//\1/
24115 +           q
24116 +         }
24117 +         /^X\/\(\/\/\)$/{
24118 +           s//\1/
24119 +           q
24120 +         }
24121 +         /^X\/\(\/\).*/{
24122 +           s//\1/
24123 +           q
24124 +         }
24125 +         s/.*/./; q'`
24126 +
24127 +# CDPATH.
24128 +$as_unset CDPATH
24129 +
24130 +
24131 +
24132 +  as_lineno_1=$LINENO
24133 +  as_lineno_2=$LINENO
24134 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
24135 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
24136 +
24137 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24138 +  # uniformly replaced by the line number.  The first 'sed' inserts a
24139 +  # line-number line after each line using $LINENO; the second 'sed'
24140 +  # does the real work.  The second script uses 'N' to pair each
24141 +  # line-number line with the line containing $LINENO, and appends
24142 +  # trailing '-' during substitution so that $LINENO is not a special
24143 +  # case at line end.
24144 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24145 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
24146 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
24147 +  sed -n '
24148 +    p
24149 +    /[$]LINENO/=
24150 +  ' <$as_myself |
24151 +    sed '
24152 +      s/[$]LINENO.*/&-/
24153 +      t lineno
24154 +      b
24155 +      :lineno
24156 +      N
24157 +      :loop
24158 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24159 +      t loop
24160 +      s/-\n.*//
24161 +    ' >$as_me.lineno &&
24162 +  chmod +x "$as_me.lineno" ||
24163 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24164 +   { (exit 1); exit 1; }; }
24165 +
24166 +  # Don't try to exec as it changes $[0], causing all sort of problems
24167 +  # (the dirname of $[0] is not the place where we might find the
24168 +  # original and so on.  Autoconf is especially sensitive to this).
24169 +  . "./$as_me.lineno"
24170 +  # Exit status is that of the last command.
24171 +  exit
24172 +}
24173 +
24174 +
24175 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
24176 +  as_dirname=dirname
24177 +else
24178 +  as_dirname=false
24179 +fi
24180 +
24181 +ECHO_C= ECHO_N= ECHO_T=
24182 +case `echo -n x` in
24183 +-n*)
24184 +  case `echo 'x\c'` in
24185 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
24186 +  *)   ECHO_C='\c';;
24187 +  esac;;
24188 +*)
24189 +  ECHO_N='-n';;
24190 +esac
24191 +
24192 +if expr a : '\(a\)' >/dev/null 2>&1 &&
24193 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
24194 +  as_expr=expr
24195 +else
24196 +  as_expr=false
24197 +fi
24198 +
24199 +rm -f conf$$ conf$$.exe conf$$.file
24200 +if test -d conf$$.dir; then
24201 +  rm -f conf$$.dir/conf$$.file
24202 +else
24203 +  rm -f conf$$.dir
24204 +  mkdir conf$$.dir
24205 +fi
24206 +echo >conf$$.file
24207 +if ln -s conf$$.file conf$$ 2>/dev/null; then
24208 +  as_ln_s='ln -s'
24209 +  # ... but there are two gotchas:
24210 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24211 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24212 +  # In both cases, we have to default to `cp -p'.
24213 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24214 +    as_ln_s='cp -p'
24215 +elif ln conf$$.file conf$$ 2>/dev/null; then
24216 +  as_ln_s=ln
24217 +else
24218 +  as_ln_s='cp -p'
24219 +fi
24220 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24221 +rmdir conf$$.dir 2>/dev/null
24222 +
24223 +if mkdir -p . 2>/dev/null; then
24224 +  as_mkdir_p=:
24225 +else
24226 +  test -d ./-p && rmdir ./-p
24227 +  as_mkdir_p=false
24228 +fi
24229 +
24230 +if test -x / >/dev/null 2>&1; then
24231 +  as_test_x='test -x'
24232 +else
24233 +  if ls -dL / >/dev/null 2>&1; then
24234 +    as_ls_L_option=L
24235 +  else
24236 +    as_ls_L_option=
24237 +  fi
24238 +  as_test_x='
24239 +    eval sh -c '\''
24240 +      if test -d "$1"; then
24241 +        test -d "$1/.";
24242 +      else
24243 +       case $1 in
24244 +        -*)set "./$1";;
24245 +       esac;
24246 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24247 +       ???[sx]*):;;*)false;;esac;fi
24248 +    '\'' sh
24249 +  '
24250 +fi
24251 +as_executable_p=$as_test_x
24252 +
24253 +# Sed expression to map a string onto a valid CPP name.
24254 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24255 +
24256 +# Sed expression to map a string onto a valid variable name.
24257 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24258 +
24259 +
24260 +exec 6>&1
24261 +
24262 +# Save the log message, to keep $[0] and so on meaningful, and to
24263 +# report actual input values of CONFIG_FILES etc. instead of their
24264 +# values after options handling.
24265 +ac_log="
24266 +This file was extended by libffi $as_me 3.0.8, which was
24267 +generated by GNU Autoconf 2.61.  Invocation command line was
24268 +
24269 +  CONFIG_FILES    = $CONFIG_FILES
24270 +  CONFIG_HEADERS  = $CONFIG_HEADERS
24271 +  CONFIG_LINKS    = $CONFIG_LINKS
24272 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
24273 +  $ $0 $@
24274 +
24275 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
24276 +"
24277 +
24278 +_ACEOF
24279 +
24280 +cat >>$CONFIG_STATUS <<_ACEOF
24281 +# Files that config.status was made for.
24282 +config_files="$ac_config_files"
24283 +config_headers="$ac_config_headers"
24284 +config_links="$ac_config_links"
24285 +config_commands="$ac_config_commands"
24286 +
24287 +_ACEOF
24288 +
24289 +cat >>$CONFIG_STATUS <<\_ACEOF
24290 +ac_cs_usage="\
24291 +\`$as_me' instantiates files from templates according to the
24292 +current configuration.
24293 +
24294 +Usage: $0 [OPTIONS] [FILE]...
24295 +
24296 +  -h, --help       print this help, then exit
24297 +  -V, --version    print version number and configuration settings, then exit
24298 +  -q, --quiet      do not print progress messages
24299 +  -d, --debug      don't remove temporary files
24300 +      --recheck    update $as_me by reconfiguring in the same conditions
24301 +  --file=FILE[:TEMPLATE]
24302 +                  instantiate the configuration file FILE
24303 +  --header=FILE[:TEMPLATE]
24304 +                  instantiate the configuration header FILE
24305 +
24306 +Configuration files:
24307 +$config_files
24308 +
24309 +Configuration headers:
24310 +$config_headers
24311 +
24312 +Configuration links:
24313 +$config_links
24314 +
24315 +Configuration commands:
24316 +$config_commands
24317 +
24318 +Report bugs to <bug-autoconf@gnu.org>."
24319 +
24320 +_ACEOF
24321 +cat >>$CONFIG_STATUS <<_ACEOF
24322 +ac_cs_version="\\
24323 +libffi config.status 3.0.8
24324 +configured by $0, generated by GNU Autoconf 2.61,
24325 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24326 +
24327 +Copyright (C) 2006 Free Software Foundation, Inc.
24328 +This config.status script is free software; the Free Software Foundation
24329 +gives unlimited permission to copy, distribute and modify it."
24330 +
24331 +ac_pwd='$ac_pwd'
24332 +srcdir='$srcdir'
24333 +INSTALL='$INSTALL'
24334 +MKDIR_P='$MKDIR_P'
24335 +_ACEOF
24336 +
24337 +cat >>$CONFIG_STATUS <<\_ACEOF
24338 +# If no file are specified by the user, then we need to provide default
24339 +# value.  By we need to know if files were specified by the user.
24340 +ac_need_defaults=:
24341 +while test $# != 0
24342 +do
24343 +  case $1 in
24344 +  --*=*)
24345 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
24346 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
24347 +    ac_shift=:
24348 +    ;;
24349 +  *)
24350 +    ac_option=$1
24351 +    ac_optarg=$2
24352 +    ac_shift=shift
24353 +    ;;
24354 +  esac
24355 +
24356 +  case $ac_option in
24357 +  # Handling of the options.
24358 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24359 +    ac_cs_recheck=: ;;
24360 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24361 +    echo "$ac_cs_version"; exit ;;
24362 +  --debug | --debu | --deb | --de | --d | -d )
24363 +    debug=: ;;
24364 +  --file | --fil | --fi | --f )
24365 +    $ac_shift
24366 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24367 +    ac_need_defaults=false;;
24368 +  --header | --heade | --head | --hea )
24369 +    $ac_shift
24370 +    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24371 +    ac_need_defaults=false;;
24372 +  --he | --h)
24373 +    # Conflict between --help and --header
24374 +    { echo "$as_me: error: ambiguous option: $1
24375 +Try \`$0 --help' for more information." >&2
24376 +   { (exit 1); exit 1; }; };;
24377 +  --help | --hel | -h )
24378 +    echo "$ac_cs_usage"; exit ;;
24379 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24380 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
24381 +    ac_cs_silent=: ;;
24382 +
24383 +  # This is an error.
24384 +  -*) { echo "$as_me: error: unrecognized option: $1
24385 +Try \`$0 --help' for more information." >&2
24386 +   { (exit 1); exit 1; }; } ;;
24387 +
24388 +  *) ac_config_targets="$ac_config_targets $1"
24389 +     ac_need_defaults=false ;;
24390 +
24391 +  esac
24392 +  shift
24393 +done
24394 +
24395 +ac_configure_extra_args=
24396 +
24397 +if $ac_cs_silent; then
24398 +  exec 6>/dev/null
24399 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
24400 +fi
24401 +
24402 +_ACEOF
24403 +cat >>$CONFIG_STATUS <<_ACEOF
24404 +if \$ac_cs_recheck; then
24405 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24406 +  CONFIG_SHELL=$SHELL
24407 +  export CONFIG_SHELL
24408 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24409 +fi
24410 +
24411 +_ACEOF
24412 +cat >>$CONFIG_STATUS <<\_ACEOF
24413 +exec 5>>config.log
24414 +{
24415 +  echo
24416 +  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
24417 +@%:@@%:@ Running $as_me. @%:@@%:@
24418 +_ASBOX
24419 +  echo "$ac_log"
24420 +} >&5
24421 +
24422 +_ACEOF
24423 +cat >>$CONFIG_STATUS <<_ACEOF
24424 +#
24425 +# INIT-COMMANDS
24426 +#
24427 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
24428 +TARGETDIR="$TARGETDIR"
24429 +
24430 +_ACEOF
24431 +
24432 +cat >>$CONFIG_STATUS <<\_ACEOF
24433 +
24434 +# Handling of arguments.
24435 +for ac_config_target in $ac_config_targets
24436 +do
24437 +  case $ac_config_target in
24438 +    "fficonfig.h") CONFIG_HEADERS="$CONFIG_HEADERS fficonfig.h" ;;
24439 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
24440 +    "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
24441 +    "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
24442 +    "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
24443 +    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
24444 +    "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
24445 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24446 +    "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
24447 +    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
24448 +    "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
24449 +
24450 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24451 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24452 +   { (exit 1); exit 1; }; };;
24453 +  esac
24454 +done
24455 +
24456 +
24457 +# If the user did not use the arguments to specify the items to instantiate,
24458 +# then the envvar interface is used.  Set only those that are not.
24459 +# We use the long form for the default assignment because of an extremely
24460 +# bizarre bug on SunOS 4.1.3.
24461 +if $ac_need_defaults; then
24462 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24463 +  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24464 +  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
24465 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24466 +fi
24467 +
24468 +# Have a temporary directory for convenience.  Make it in the build tree
24469 +# simply because there is no reason against having it here, and in addition,
24470 +# creating and moving files from /tmp can sometimes cause problems.
24471 +# Hook for its removal unless debugging.
24472 +# Note that there is a small window in which the directory will not be cleaned:
24473 +# after its creation but before its name has been assigned to `$tmp'.
24474 +$debug ||
24475 +{
24476 +  tmp=
24477 +  trap 'exit_status=$?
24478 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24479 +' 0
24480 +  trap '{ (exit 1); exit 1; }' 1 2 13 15
24481 +}
24482 +# Create a (secure) tmp directory for tmp files.
24483 +
24484 +{
24485 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24486 +  test -n "$tmp" && test -d "$tmp"
24487 +}  ||
24488 +{
24489 +  tmp=./conf$$-$RANDOM
24490 +  (umask 077 && mkdir "$tmp")
24491 +} ||
24492 +{
24493 +   echo "$me: cannot create a temporary directory in ." >&2
24494 +   { (exit 1); exit 1; }
24495 +}
24496 +
24497 +#
24498 +# Set up the sed scripts for CONFIG_FILES section.
24499 +#
24500 +
24501 +# No need to generate the scripts if there are no CONFIG_FILES.
24502 +# This happens for instance when ./config.status config.h
24503 +if test -n "$CONFIG_FILES"; then
24504 +
24505 +_ACEOF
24506 +
24507 +
24508 +
24509 +ac_delim='%!_!# '
24510 +for ac_last_try in false false false false false :; do
24511 +  cat >conf$$subs.sed <<_ACEOF
24512 +SHELL!$SHELL$ac_delim
24513 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24514 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24515 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24516 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24517 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24518 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24519 +exec_prefix!$exec_prefix$ac_delim
24520 +prefix!$prefix$ac_delim
24521 +program_transform_name!$program_transform_name$ac_delim
24522 +bindir!$bindir$ac_delim
24523 +sbindir!$sbindir$ac_delim
24524 +libexecdir!$libexecdir$ac_delim
24525 +datarootdir!$datarootdir$ac_delim
24526 +datadir!$datadir$ac_delim
24527 +sysconfdir!$sysconfdir$ac_delim
24528 +sharedstatedir!$sharedstatedir$ac_delim
24529 +localstatedir!$localstatedir$ac_delim
24530 +includedir!$includedir$ac_delim
24531 +oldincludedir!$oldincludedir$ac_delim
24532 +docdir!$docdir$ac_delim
24533 +infodir!$infodir$ac_delim
24534 +htmldir!$htmldir$ac_delim
24535 +dvidir!$dvidir$ac_delim
24536 +pdfdir!$pdfdir$ac_delim
24537 +psdir!$psdir$ac_delim
24538 +libdir!$libdir$ac_delim
24539 +localedir!$localedir$ac_delim
24540 +mandir!$mandir$ac_delim
24541 +DEFS!$DEFS$ac_delim
24542 +ECHO_C!$ECHO_C$ac_delim
24543 +ECHO_N!$ECHO_N$ac_delim
24544 +ECHO_T!$ECHO_T$ac_delim
24545 +LIBS!$LIBS$ac_delim
24546 +build_alias!$build_alias$ac_delim
24547 +host_alias!$host_alias$ac_delim
24548 +target_alias!$target_alias$ac_delim
24549 +build!$build$ac_delim
24550 +build_cpu!$build_cpu$ac_delim
24551 +build_vendor!$build_vendor$ac_delim
24552 +build_os!$build_os$ac_delim
24553 +host!$host$ac_delim
24554 +host_cpu!$host_cpu$ac_delim
24555 +host_vendor!$host_vendor$ac_delim
24556 +host_os!$host_os$ac_delim
24557 +target!$target$ac_delim
24558 +target_cpu!$target_cpu$ac_delim
24559 +target_vendor!$target_vendor$ac_delim
24560 +target_os!$target_os$ac_delim
24561 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24562 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24563 +INSTALL_DATA!$INSTALL_DATA$ac_delim
24564 +am__isrc!$am__isrc$ac_delim
24565 +CYGPATH_W!$CYGPATH_W$ac_delim
24566 +PACKAGE!$PACKAGE$ac_delim
24567 +VERSION!$VERSION$ac_delim
24568 +ACLOCAL!$ACLOCAL$ac_delim
24569 +AUTOCONF!$AUTOCONF$ac_delim
24570 +AUTOMAKE!$AUTOMAKE$ac_delim
24571 +AUTOHEADER!$AUTOHEADER$ac_delim
24572 +MAKEINFO!$MAKEINFO$ac_delim
24573 +install_sh!$install_sh$ac_delim
24574 +STRIP!$STRIP$ac_delim
24575 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
24576 +mkdir_p!$mkdir_p$ac_delim
24577 +AWK!$AWK$ac_delim
24578 +SET_MAKE!$SET_MAKE$ac_delim
24579 +am__leading_dot!$am__leading_dot$ac_delim
24580 +AMTAR!$AMTAR$ac_delim
24581 +am__tar!$am__tar$ac_delim
24582 +am__untar!$am__untar$ac_delim
24583 +CC!$CC$ac_delim
24584 +CFLAGS!$CFLAGS$ac_delim
24585 +LDFLAGS!$LDFLAGS$ac_delim
24586 +CPPFLAGS!$CPPFLAGS$ac_delim
24587 +ac_ct_CC!$ac_ct_CC$ac_delim
24588 +EXEEXT!$EXEEXT$ac_delim
24589 +OBJEXT!$OBJEXT$ac_delim
24590 +DEPDIR!$DEPDIR$ac_delim
24591 +am__include!$am__include$ac_delim
24592 +am__quote!$am__quote$ac_delim
24593 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
24594 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
24595 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
24596 +CCDEPMODE!$CCDEPMODE$ac_delim
24597 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
24598 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
24599 +CCAS!$CCAS$ac_delim
24600 +CCASFLAGS!$CCASFLAGS$ac_delim
24601 +CCASDEPMODE!$CCASDEPMODE$ac_delim
24602 +am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim
24603 +am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim
24604 +LIBFFI_DLL!$LIBFFI_DLL$ac_delim
24605 +LIBFFI_LDFLAGS!$LIBFFI_LDFLAGS$ac_delim
24606 +SED!$SED$ac_delim
24607 +GREP!$GREP$ac_delim
24608 +EGREP!$EGREP$ac_delim
24609 +_ACEOF
24610 +
24611 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
24612 +    break
24613 +  elif $ac_last_try; then
24614 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24615 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24616 +   { (exit 1); exit 1; }; }
24617 +  else
24618 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24619 +  fi
24620 +done
24621 +
24622 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24623 +if test -n "$ac_eof"; then
24624 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24625 +  ac_eof=`expr $ac_eof + 1`
24626 +fi
24627 +
24628 +cat >>$CONFIG_STATUS <<_ACEOF
24629 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24630 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24631 +_ACEOF
24632 +sed '
24633 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24634 +s/^/s,@/; s/!/@,|#_!!_#|/
24635 +:n
24636 +t n
24637 +s/'"$ac_delim"'$/,g/; t
24638 +s/$/\\/; p
24639 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24640 +' >>$CONFIG_STATUS <conf$$subs.sed
24641 +rm -f conf$$subs.sed
24642 +cat >>$CONFIG_STATUS <<_ACEOF
24643 +CEOF$ac_eof
24644 +_ACEOF
24645 +
24646 +
24647 +ac_delim='%!_!# '
24648 +for ac_last_try in false false false false false :; do
24649 +  cat >conf$$subs.sed <<_ACEOF
24650 +LN_S!$LN_S$ac_delim
24651 +ECHO!$ECHO$ac_delim
24652 +AR!$AR$ac_delim
24653 +RANLIB!$RANLIB$ac_delim
24654 +DSYMUTIL!$DSYMUTIL$ac_delim
24655 +NMEDIT!$NMEDIT$ac_delim
24656 +DLLTOOL!$DLLTOOL$ac_delim
24657 +AS!$AS$ac_delim
24658 +OBJDUMP!$OBJDUMP$ac_delim
24659 +CPP!$CPP$ac_delim
24660 +CXX!$CXX$ac_delim
24661 +CXXFLAGS!$CXXFLAGS$ac_delim
24662 +ac_ct_CXX!$ac_ct_CXX$ac_delim
24663 +CXXDEPMODE!$CXXDEPMODE$ac_delim
24664 +am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
24665 +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
24666 +CXXCPP!$CXXCPP$ac_delim
24667 +F77!$F77$ac_delim
24668 +FFLAGS!$FFLAGS$ac_delim
24669 +ac_ct_F77!$ac_ct_F77$ac_delim
24670 +LIBTOOL!$LIBTOOL$ac_delim
24671 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
24672 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
24673 +MAINT!$MAINT$ac_delim
24674 +TESTSUBDIR_TRUE!$TESTSUBDIR_TRUE$ac_delim
24675 +TESTSUBDIR_FALSE!$TESTSUBDIR_FALSE$ac_delim
24676 +AM_RUNTESTFLAGS!$AM_RUNTESTFLAGS$ac_delim
24677 +MIPS_TRUE!$MIPS_TRUE$ac_delim
24678 +MIPS_FALSE!$MIPS_FALSE$ac_delim
24679 +SPARC_TRUE!$SPARC_TRUE$ac_delim
24680 +SPARC_FALSE!$SPARC_FALSE$ac_delim
24681 +X86_TRUE!$X86_TRUE$ac_delim
24682 +X86_FALSE!$X86_FALSE$ac_delim
24683 +X86_FREEBSD_TRUE!$X86_FREEBSD_TRUE$ac_delim
24684 +X86_FREEBSD_FALSE!$X86_FREEBSD_FALSE$ac_delim
24685 +X86_WIN32_TRUE!$X86_WIN32_TRUE$ac_delim
24686 +X86_WIN32_FALSE!$X86_WIN32_FALSE$ac_delim
24687 +X86_DARWIN_TRUE!$X86_DARWIN_TRUE$ac_delim
24688 +X86_DARWIN_FALSE!$X86_DARWIN_FALSE$ac_delim
24689 +ALPHA_TRUE!$ALPHA_TRUE$ac_delim
24690 +ALPHA_FALSE!$ALPHA_FALSE$ac_delim
24691 +IA64_TRUE!$IA64_TRUE$ac_delim
24692 +IA64_FALSE!$IA64_FALSE$ac_delim
24693 +M32R_TRUE!$M32R_TRUE$ac_delim
24694 +M32R_FALSE!$M32R_FALSE$ac_delim
24695 +M68K_TRUE!$M68K_TRUE$ac_delim
24696 +M68K_FALSE!$M68K_FALSE$ac_delim
24697 +POWERPC_TRUE!$POWERPC_TRUE$ac_delim
24698 +POWERPC_FALSE!$POWERPC_FALSE$ac_delim
24699 +POWERPC_AIX_TRUE!$POWERPC_AIX_TRUE$ac_delim
24700 +POWERPC_AIX_FALSE!$POWERPC_AIX_FALSE$ac_delim
24701 +POWERPC_DARWIN_TRUE!$POWERPC_DARWIN_TRUE$ac_delim
24702 +POWERPC_DARWIN_FALSE!$POWERPC_DARWIN_FALSE$ac_delim
24703 +POWERPC_FREEBSD_TRUE!$POWERPC_FREEBSD_TRUE$ac_delim
24704 +POWERPC_FREEBSD_FALSE!$POWERPC_FREEBSD_FALSE$ac_delim
24705 +ARM_TRUE!$ARM_TRUE$ac_delim
24706 +ARM_FALSE!$ARM_FALSE$ac_delim
24707 +LIBFFI_CRIS_TRUE!$LIBFFI_CRIS_TRUE$ac_delim
24708 +LIBFFI_CRIS_FALSE!$LIBFFI_CRIS_FALSE$ac_delim
24709 +FRV_TRUE!$FRV_TRUE$ac_delim
24710 +FRV_FALSE!$FRV_FALSE$ac_delim
24711 +S390_TRUE!$S390_TRUE$ac_delim
24712 +S390_FALSE!$S390_FALSE$ac_delim
24713 +X86_64_TRUE!$X86_64_TRUE$ac_delim
24714 +X86_64_FALSE!$X86_64_FALSE$ac_delim
24715 +SH_TRUE!$SH_TRUE$ac_delim
24716 +SH_FALSE!$SH_FALSE$ac_delim
24717 +SH64_TRUE!$SH64_TRUE$ac_delim
24718 +SH64_FALSE!$SH64_FALSE$ac_delim
24719 +PA_LINUX_TRUE!$PA_LINUX_TRUE$ac_delim
24720 +PA_LINUX_FALSE!$PA_LINUX_FALSE$ac_delim
24721 +PA_HPUX_TRUE!$PA_HPUX_TRUE$ac_delim
24722 +PA_HPUX_FALSE!$PA_HPUX_FALSE$ac_delim
24723 +PA64_HPUX_TRUE!$PA64_HPUX_TRUE$ac_delim
24724 +PA64_HPUX_FALSE!$PA64_HPUX_FALSE$ac_delim
24725 +ALLOCA!$ALLOCA$ac_delim
24726 +HAVE_LONG_DOUBLE!$HAVE_LONG_DOUBLE$ac_delim
24727 +TARGET!$TARGET$ac_delim
24728 +TARGETDIR!$TARGETDIR$ac_delim
24729 +toolexecdir!$toolexecdir$ac_delim
24730 +toolexeclibdir!$toolexeclibdir$ac_delim
24731 +LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
24732 +LTLIBOBJS!$LTLIBOBJS$ac_delim
24733 +_ACEOF
24734 +
24735 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
24736 +    break
24737 +  elif $ac_last_try; then
24738 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24739 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24740 +   { (exit 1); exit 1; }; }
24741 +  else
24742 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24743 +  fi
24744 +done
24745 +
24746 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24747 +if test -n "$ac_eof"; then
24748 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24749 +  ac_eof=`expr $ac_eof + 1`
24750 +fi
24751 +
24752 +cat >>$CONFIG_STATUS <<_ACEOF
24753 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24754 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24755 +_ACEOF
24756 +sed '
24757 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24758 +s/^/s,@/; s/!/@,|#_!!_#|/
24759 +:n
24760 +t n
24761 +s/'"$ac_delim"'$/,g/; t
24762 +s/$/\\/; p
24763 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24764 +' >>$CONFIG_STATUS <conf$$subs.sed
24765 +rm -f conf$$subs.sed
24766 +cat >>$CONFIG_STATUS <<_ACEOF
24767 +:end
24768 +s/|#_!!_#|//g
24769 +CEOF$ac_eof
24770 +_ACEOF
24771 +
24772 +
24773 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
24774 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24775 +# trailing colons and then remove the whole line if VPATH becomes empty
24776 +# (actually we leave an empty line to preserve line numbers).
24777 +if test "x$srcdir" = x.; then
24778 +  ac_vpsub='/^[         ]*VPATH[        ]*=/{
24779 +s/:*\$(srcdir):*/:/
24780 +s/:*\${srcdir}:*/:/
24781 +s/:*@srcdir@:*/:/
24782 +s/^\([^=]*=[    ]*\):*/\1/
24783 +s/:*$//
24784 +s/^[^=]*=[      ]*$//
24785 +}'
24786 +fi
24787 +
24788 +cat >>$CONFIG_STATUS <<\_ACEOF
24789 +fi # test -n "$CONFIG_FILES"
24790 +
24791 +
24792 +for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS
24793 +do
24794 +  case $ac_tag in
24795 +  :[FHLC]) ac_mode=$ac_tag; continue;;
24796 +  esac
24797 +  case $ac_mode$ac_tag in
24798 +  :[FHL]*:*);;
24799 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24800 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24801 +   { (exit 1); exit 1; }; };;
24802 +  :[FH]-) ac_tag=-:-;;
24803 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
24804 +  esac
24805 +  ac_save_IFS=$IFS
24806 +  IFS=:
24807 +  set x $ac_tag
24808 +  IFS=$ac_save_IFS
24809 +  shift
24810 +  ac_file=$1
24811 +  shift
24812 +
24813 +  case $ac_mode in
24814 +  :L) ac_source=$1;;
24815 +  :[FH])
24816 +    ac_file_inputs=
24817 +    for ac_f
24818 +    do
24819 +      case $ac_f in
24820 +      -) ac_f="$tmp/stdin";;
24821 +      *) # Look for the file first in the build tree, then in the source tree
24822 +        # (if the path is not absolute).  The absolute path cannot be DOS-style,
24823 +        # because $ac_f cannot contain `:'.
24824 +        test -f "$ac_f" ||
24825 +          case $ac_f in
24826 +          [\\/$]*) false;;
24827 +          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24828 +          esac ||
24829 +          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24830 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24831 +   { (exit 1); exit 1; }; };;
24832 +      esac
24833 +      ac_file_inputs="$ac_file_inputs $ac_f"
24834 +    done
24835 +
24836 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
24837 +    # use $as_me), people would be surprised to read:
24838 +    #    /* config.h.  Generated by config.status.  */
24839 +    configure_input="Generated from "`IFS=:
24840 +         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24841 +    if test x"$ac_file" != x-; then
24842 +      configure_input="$ac_file.  $configure_input"
24843 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
24844 +echo "$as_me: creating $ac_file" >&6;}
24845 +    fi
24846 +
24847 +    case $ac_tag in
24848 +    *:-:* | *:-) cat >"$tmp/stdin";;
24849 +    esac
24850 +    ;;
24851 +  esac
24852 +
24853 +  ac_dir=`$as_dirname -- "$ac_file" ||
24854 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24855 +        X"$ac_file" : 'X\(//\)[^/]' \| \
24856 +        X"$ac_file" : 'X\(//\)$' \| \
24857 +        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
24858 +echo X"$ac_file" |
24859 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24860 +           s//\1/
24861 +           q
24862 +         }
24863 +         /^X\(\/\/\)[^/].*/{
24864 +           s//\1/
24865 +           q
24866 +         }
24867 +         /^X\(\/\/\)$/{
24868 +           s//\1/
24869 +           q
24870 +         }
24871 +         /^X\(\/\).*/{
24872 +           s//\1/
24873 +           q
24874 +         }
24875 +         s/.*/./; q'`
24876 +  { as_dir="$ac_dir"
24877 +  case $as_dir in #(
24878 +  -*) as_dir=./$as_dir;;
24879 +  esac
24880 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
24881 +    as_dirs=
24882 +    while :; do
24883 +      case $as_dir in #(
24884 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24885 +      *) as_qdir=$as_dir;;
24886 +      esac
24887 +      as_dirs="'$as_qdir' $as_dirs"
24888 +      as_dir=`$as_dirname -- "$as_dir" ||
24889 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24890 +        X"$as_dir" : 'X\(//\)[^/]' \| \
24891 +        X"$as_dir" : 'X\(//\)$' \| \
24892 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
24893 +echo X"$as_dir" |
24894 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24895 +           s//\1/
24896 +           q
24897 +         }
24898 +         /^X\(\/\/\)[^/].*/{
24899 +           s//\1/
24900 +           q
24901 +         }
24902 +         /^X\(\/\/\)$/{
24903 +           s//\1/
24904 +           q
24905 +         }
24906 +         /^X\(\/\).*/{
24907 +           s//\1/
24908 +           q
24909 +         }
24910 +         s/.*/./; q'`
24911 +      test -d "$as_dir" && break
24912 +    done
24913 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
24914 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
24915 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
24916 +   { (exit 1); exit 1; }; }; }
24917 +  ac_builddir=.
24918 +
24919 +case "$ac_dir" in
24920 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
24921 +*)
24922 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24923 +  # A ".." for each directory in $ac_dir_suffix.
24924 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
24925 +  case $ac_top_builddir_sub in
24926 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
24927 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
24928 +  esac ;;
24929 +esac
24930 +ac_abs_top_builddir=$ac_pwd
24931 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
24932 +# for backward compatibility:
24933 +ac_top_builddir=$ac_top_build_prefix
24934 +
24935 +case $srcdir in
24936 +  .)  # We are building in place.
24937 +    ac_srcdir=.
24938 +    ac_top_srcdir=$ac_top_builddir_sub
24939 +    ac_abs_top_srcdir=$ac_pwd ;;
24940 +  [\\/]* | ?:[\\/]* )  # Absolute name.
24941 +    ac_srcdir=$srcdir$ac_dir_suffix;
24942 +    ac_top_srcdir=$srcdir
24943 +    ac_abs_top_srcdir=$srcdir ;;
24944 +  *) # Relative name.
24945 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
24946 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
24947 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
24948 +esac
24949 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
24950 +
24951 +
24952 +  case $ac_mode in
24953 +  :F)
24954 +  #
24955 +  # CONFIG_FILE
24956 +  #
24957 +
24958 +  case $INSTALL in
24959 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
24960 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
24961 +  esac
24962 +  ac_MKDIR_P=$MKDIR_P
24963 +  case $MKDIR_P in
24964 +  [\\/$]* | ?:[\\/]* ) ;;
24965 +  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
24966 +  esac
24967 +_ACEOF
24968 +
24969 +cat >>$CONFIG_STATUS <<\_ACEOF
24970 +# If the template does not know about datarootdir, expand it.
24971 +# FIXME: This hack should be removed a few years after 2.60.
24972 +ac_datarootdir_hack=; ac_datarootdir_seen=
24973 +
24974 +case `sed -n '/datarootdir/ {
24975 +  p
24976 +  q
24977 +}
24978 +/@datadir@/p
24979 +/@docdir@/p
24980 +/@infodir@/p
24981 +/@localedir@/p
24982 +/@mandir@/p
24983 +' $ac_file_inputs` in
24984 +*datarootdir*) ac_datarootdir_seen=yes;;
24985 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
24986 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
24987 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
24988 +_ACEOF
24989 +cat >>$CONFIG_STATUS <<_ACEOF
24990 +  ac_datarootdir_hack='
24991 +  s&@datadir@&$datadir&g
24992 +  s&@docdir@&$docdir&g
24993 +  s&@infodir@&$infodir&g
24994 +  s&@localedir@&$localedir&g
24995 +  s&@mandir@&$mandir&g
24996 +    s&\\\${datarootdir}&$datarootdir&g' ;;
24997 +esac
24998 +_ACEOF
24999 +
25000 +# Neutralize VPATH when `$srcdir' = `.'.
25001 +# Shell code in configure.ac might set extrasub.
25002 +# FIXME: do we really want to maintain this feature?
25003 +cat >>$CONFIG_STATUS <<_ACEOF
25004 +  sed "$ac_vpsub
25005 +$extrasub
25006 +_ACEOF
25007 +cat >>$CONFIG_STATUS <<\_ACEOF
25008 +:t
25009 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25010 +s&@configure_input@&$configure_input&;t t
25011 +s&@top_builddir@&$ac_top_builddir_sub&;t t
25012 +s&@srcdir@&$ac_srcdir&;t t
25013 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
25014 +s&@top_srcdir@&$ac_top_srcdir&;t t
25015 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25016 +s&@builddir@&$ac_builddir&;t t
25017 +s&@abs_builddir@&$ac_abs_builddir&;t t
25018 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25019 +s&@INSTALL@&$ac_INSTALL&;t t
25020 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
25021 +$ac_datarootdir_hack
25022 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
25023 +
25024 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25025 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25026 +  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25027 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25028 +which seems to be undefined.  Please make sure it is defined." >&5
25029 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25030 +which seems to be undefined.  Please make sure it is defined." >&2;}
25031 +
25032 +  rm -f "$tmp/stdin"
25033 +  case $ac_file in
25034 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
25035 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25036 +  esac
25037 + ;;
25038 +  :H)
25039 +  #
25040 +  # CONFIG_HEADER
25041 +  #
25042 +_ACEOF
25043 +
25044 +# Transform confdefs.h into a sed script `conftest.defines', that
25045 +# substitutes the proper values into config.h.in to produce config.h.
25046 +rm -f conftest.defines conftest.tail
25047 +# First, append a space to every undef/define line, to ease matching.
25048 +echo 's/$/ /' >conftest.defines
25049 +# Then, protect against being on the right side of a sed subst, or in
25050 +# an unquoted here document, in config.status.  If some macros were
25051 +# called several times there might be several #defines for the same
25052 +# symbol, which is useless.  But do not sort them, since the last
25053 +# AC_DEFINE must be honored.
25054 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25055 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25056 +# NAME is the cpp macro being defined, VALUE is the value it is being given.
25057 +# PARAMS is the parameter list in the macro definition--in most cases, it's
25058 +# just an empty string.
25059 +ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
25060 +ac_dB='\\)[     (].*,\\1define\\2'
25061 +ac_dC=' '
25062 +ac_dD=' ,'
25063 +
25064 +uniq confdefs.h |
25065 +  sed -n '
25066 +       t rset
25067 +       :rset
25068 +       s/^[     ]*#[    ]*define[       ][      ]*//
25069 +       t ok
25070 +       d
25071 +       :ok
25072 +       s/[\\&,]/\\&/g
25073 +       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25074 +       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25075 +  ' >>conftest.defines
25076 +
25077 +# Remove the space that was appended to ease matching.
25078 +# Then replace #undef with comments.  This is necessary, for
25079 +# example, in the case of _POSIX_SOURCE, which is predefined and required
25080 +# on some systems where configure will not decide to define it.
25081 +# (The regexp can be short, since the line contains either #define or #undef.)
25082 +echo 's/ $//
25083 +s,^[    #]*u.*,/* & */,' >>conftest.defines
25084 +
25085 +# Break up conftest.defines:
25086 +ac_max_sed_lines=50
25087 +
25088 +# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25089 +# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25090 +# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25091 +# et cetera.
25092 +ac_in='$ac_file_inputs'
25093 +ac_out='"$tmp/out1"'
25094 +ac_nxt='"$tmp/out2"'
25095 +
25096 +while :
25097 +do
25098 +  # Write a here document:
25099 +    cat >>$CONFIG_STATUS <<_ACEOF
25100 +    # First, check the format of the line:
25101 +    cat >"\$tmp/defines.sed" <<\\CEOF
25102 +/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
25103 +/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
25104 +b
25105 +:def
25106 +_ACEOF
25107 +  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25108 +  echo 'CEOF
25109 +    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25110 +  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25111 +  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25112 +  grep . conftest.tail >/dev/null || break
25113 +  rm -f conftest.defines
25114 +  mv conftest.tail conftest.defines
25115 +done
25116 +rm -f conftest.defines conftest.tail
25117 +
25118 +echo "ac_result=$ac_in" >>$CONFIG_STATUS
25119 +cat >>$CONFIG_STATUS <<\_ACEOF
25120 +  if test x"$ac_file" != x-; then
25121 +    echo "/* $configure_input  */" >"$tmp/config.h"
25122 +    cat "$ac_result" >>"$tmp/config.h"
25123 +    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
25124 +      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25125 +echo "$as_me: $ac_file is unchanged" >&6;}
25126 +    else
25127 +      rm -f $ac_file
25128 +      mv "$tmp/config.h" $ac_file
25129 +    fi
25130 +  else
25131 +    echo "/* $configure_input  */"
25132 +    cat "$ac_result"
25133 +  fi
25134 +  rm -f "$tmp/out12"
25135 +# Compute $ac_file's index in $config_headers.
25136 +_am_arg=$ac_file
25137 +_am_stamp_count=1
25138 +for _am_header in $config_headers :; do
25139 +  case $_am_header in
25140 +    $_am_arg | $_am_arg:* )
25141 +      break ;;
25142 +    * )
25143 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
25144 +  esac
25145 +done
25146 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
25147 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25148 +        X"$_am_arg" : 'X\(//\)[^/]' \| \
25149 +        X"$_am_arg" : 'X\(//\)$' \| \
25150 +        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
25151 +echo X"$_am_arg" |
25152 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25153 +           s//\1/
25154 +           q
25155 +         }
25156 +         /^X\(\/\/\)[^/].*/{
25157 +           s//\1/
25158 +           q
25159 +         }
25160 +         /^X\(\/\/\)$/{
25161 +           s//\1/
25162 +           q
25163 +         }
25164 +         /^X\(\/\).*/{
25165 +           s//\1/
25166 +           q
25167 +         }
25168 +         s/.*/./; q'`/stamp-h$_am_stamp_count
25169 + ;;
25170 +  :L)
25171 +  #
25172 +  # CONFIG_LINK
25173 +  #
25174 +
25175 +  { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5
25176 +echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;}
25177 +
25178 +  if test ! -r "$srcdir/$ac_source"; then
25179 +    { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
25180 +echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
25181 +   { (exit 1); exit 1; }; }
25182 +  fi
25183 +  rm -f "$ac_file"
25184 +
25185 +  # Try a relative symlink, then a hard link, then a copy.
25186 +  case $srcdir in
25187 +  [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
25188 +      *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;;
25189 +  esac
25190 +  ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
25191 +    ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null ||
25192 +    cp -p "$srcdir/$ac_source" "$ac_file" ||
25193 +    { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5
25194 +echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;}
25195 +   { (exit 1); exit 1; }; }
25196 + ;;
25197 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25198 +echo "$as_me: executing $ac_file commands" >&6;}
25199 + ;;
25200 +  esac
25201 +
25202 +
25203 +  case $ac_file$ac_mode in
25204 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
25205 +  # Strip MF so we end up with the name of the file.
25206 +  mf=`echo "$mf" | sed -e 's/:.*$//'`
25207 +  # Check whether this is an Automake generated Makefile or not.
25208 +  # We used to match only the files named `Makefile.in', but
25209 +  # some people rename them; so instead we look at the file content.
25210 +  # Grep'ing the first line is not enough: some people post-process
25211 +  # each Makefile.in and add a new line on top of each file to say so.
25212 +  # Grep'ing the whole file is not good either: AIX grep has a line
25213 +  # limit of 2048, but all sed's we know have understand at least 4000.
25214 +  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
25215 +    dirpart=`$as_dirname -- "$mf" ||
25216 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25217 +        X"$mf" : 'X\(//\)[^/]' \| \
25218 +        X"$mf" : 'X\(//\)$' \| \
25219 +        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
25220 +echo X"$mf" |
25221 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25222 +           s//\1/
25223 +           q
25224 +         }
25225 +         /^X\(\/\/\)[^/].*/{
25226 +           s//\1/
25227 +           q
25228 +         }
25229 +         /^X\(\/\/\)$/{
25230 +           s//\1/
25231 +           q
25232 +         }
25233 +         /^X\(\/\).*/{
25234 +           s//\1/
25235 +           q
25236 +         }
25237 +         s/.*/./; q'`
25238 +  else
25239 +    continue
25240 +  fi
25241 +  # Extract the definition of DEPDIR, am__include, and am__quote
25242 +  # from the Makefile without running `make'.
25243 +  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
25244 +  test -z "$DEPDIR" && continue
25245 +  am__include=`sed -n 's/^am__include = //p' < "$mf"`
25246 +  test -z "am__include" && continue
25247 +  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
25248 +  # When using ansi2knr, U may be empty or an underscore; expand it
25249 +  U=`sed -n 's/^U = //p' < "$mf"`
25250 +  # Find all dependency output files, they are included files with
25251 +  # $(DEPDIR) in their names.  We invoke sed twice because it is the
25252 +  # simplest approach to changing $(DEPDIR) to its actual value in the
25253 +  # expansion.
25254 +  for file in `sed -n "
25255 +    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
25256 +       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
25257 +    # Make sure the directory exists.
25258 +    test -f "$dirpart/$file" && continue
25259 +    fdir=`$as_dirname -- "$file" ||
25260 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25261 +        X"$file" : 'X\(//\)[^/]' \| \
25262 +        X"$file" : 'X\(//\)$' \| \
25263 +        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
25264 +echo X"$file" |
25265 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25266 +           s//\1/
25267 +           q
25268 +         }
25269 +         /^X\(\/\/\)[^/].*/{
25270 +           s//\1/
25271 +           q
25272 +         }
25273 +         /^X\(\/\/\)$/{
25274 +           s//\1/
25275 +           q
25276 +         }
25277 +         /^X\(\/\).*/{
25278 +           s//\1/
25279 +           q
25280 +         }
25281 +         s/.*/./; q'`
25282 +    { as_dir=$dirpart/$fdir
25283 +  case $as_dir in #(
25284 +  -*) as_dir=./$as_dir;;
25285 +  esac
25286 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25287 +    as_dirs=
25288 +    while :; do
25289 +      case $as_dir in #(
25290 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25291 +      *) as_qdir=$as_dir;;
25292 +      esac
25293 +      as_dirs="'$as_qdir' $as_dirs"
25294 +      as_dir=`$as_dirname -- "$as_dir" ||
25295 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25296 +        X"$as_dir" : 'X\(//\)[^/]' \| \
25297 +        X"$as_dir" : 'X\(//\)$' \| \
25298 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25299 +echo X"$as_dir" |
25300 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25301 +           s//\1/
25302 +           q
25303 +         }
25304 +         /^X\(\/\/\)[^/].*/{
25305 +           s//\1/
25306 +           q
25307 +         }
25308 +         /^X\(\/\/\)$/{
25309 +           s//\1/
25310 +           q
25311 +         }
25312 +         /^X\(\/\).*/{
25313 +           s//\1/
25314 +           q
25315 +         }
25316 +         s/.*/./; q'`
25317 +      test -d "$as_dir" && break
25318 +    done
25319 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
25320 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25321 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
25322 +   { (exit 1); exit 1; }; }; }
25323 +    # echo "creating $dirpart/$file"
25324 +    echo '# dummy' > "$dirpart/$file"
25325 +  done
25326 +done
25327 + ;;
25328 +    "include":C) test -d include || mkdir include ;;
25329 +    "src":C) 
25330 +test -d src || mkdir src
25331 +test -d src/$TARGETDIR || mkdir src/$TARGETDIR
25332 + ;;
25333 +
25334 +  esac
25335 +done # for ac_tag
25336 +
25337 +
25338 +{ (exit 0); exit 0; }
25339 +_ACEOF
25340 +chmod +x $CONFIG_STATUS
25341 +ac_clean_files=$ac_clean_files_save
25342 +
25343 +
25344 +# configure is writing to config.log, and then calls config.status.
25345 +# config.status does its own redirection, appending to config.log.
25346 +# Unfortunately, on DOS this fails, as config.log is still kept open
25347 +# by configure, so config.status won't be able to write to it; its
25348 +# output is simply discarded.  So we exec the FD to /dev/null,
25349 +# effectively closing config.log, so it can be properly (re)opened and
25350 +# appended to by config.status.  When coming back to configure, we
25351 +# need to make the FD available again.
25352 +if test "$no_create" != yes; then
25353 +  ac_cs_success=:
25354 +  ac_config_status_args=
25355 +  test "$silent" = yes &&
25356 +    ac_config_status_args="$ac_config_status_args --quiet"
25357 +  exec 5>/dev/null
25358 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25359 +  exec 5>>config.log
25360 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25361 +  # would make configure fail if this is the last instruction.
25362 +  $ac_cs_success || { (exit 1); exit 1; }
25363 +fi
25364 +
25365 diff -Nur libffi-3.0.8/autom4te.cache/output.1 autotools-update-3.0.8/autom4te.cache/output.1
25366 --- libffi-3.0.8/autom4te.cache/output.1        1970-01-01 01:00:00.000000000 +0100
25367 +++ autotools-update-3.0.8/autom4te.cache/output.1      2009-06-05 17:56:34.000000000 +0100
25368 @@ -0,0 +1,25194 @@
25369 +@%:@! /bin/sh
25370 +@%:@ Guess values for system-dependent variables and create Makefiles.
25371 +@%:@ Generated by GNU Autoconf 2.61 for libffi 3.0.8.
25372 +@%:@
25373 +@%:@ Report bugs to <http://gcc.gnu.org/bugs.html>.
25374 +@%:@ 
25375 +@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
25376 +@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
25377 +@%:@ This configure script is free software; the Free Software Foundation
25378 +@%:@ gives unlimited permission to copy, distribute and modify it.
25379 +## --------------------- ##
25380 +## M4sh Initialization.  ##
25381 +## --------------------- ##
25382 +
25383 +# Be more Bourne compatible
25384 +DUALCASE=1; export DUALCASE # for MKS sh
25385 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25386 +  emulate sh
25387 +  NULLCMD=:
25388 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25389 +  # is contrary to our usage.  Disable this feature.
25390 +  alias -g '${1+"$@"}'='"$@"'
25391 +  setopt NO_GLOB_SUBST
25392 +else
25393 +  case `(set -o) 2>/dev/null` in
25394 +  *posix*) set -o posix ;;
25395 +esac
25396 +
25397 +fi
25398 +
25399 +
25400 +
25401 +
25402 +# PATH needs CR
25403 +# Avoid depending upon Character Ranges.
25404 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25405 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25406 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25407 +as_cr_digits='0123456789'
25408 +as_cr_alnum=$as_cr_Letters$as_cr_digits
25409 +
25410 +# The user is always right.
25411 +if test "${PATH_SEPARATOR+set}" != set; then
25412 +  echo "#! /bin/sh" >conf$$.sh
25413 +  echo  "exit 0"   >>conf$$.sh
25414 +  chmod +x conf$$.sh
25415 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25416 +    PATH_SEPARATOR=';'
25417 +  else
25418 +    PATH_SEPARATOR=:
25419 +  fi
25420 +  rm -f conf$$.sh
25421 +fi
25422 +
25423 +# Support unset when possible.
25424 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25425 +  as_unset=unset
25426 +else
25427 +  as_unset=false
25428 +fi
25429 +
25430 +
25431 +# IFS
25432 +# We need space, tab and new line, in precisely that order.  Quoting is
25433 +# there to prevent editors from complaining about space-tab.
25434 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
25435 +# splitting by setting IFS to empty value.)
25436 +as_nl='
25437 +'
25438 +IFS=" ""       $as_nl"
25439 +
25440 +# Find who we are.  Look in the path if we contain no directory separator.
25441 +case $0 in
25442 +  *[\\/]* ) as_myself=$0 ;;
25443 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25444 +for as_dir in $PATH
25445 +do
25446 +  IFS=$as_save_IFS
25447 +  test -z "$as_dir" && as_dir=.
25448 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25449 +done
25450 +IFS=$as_save_IFS
25451 +
25452 +     ;;
25453 +esac
25454 +# We did not find ourselves, most probably we were run as `sh COMMAND'
25455 +# in which case we are not to be found in the path.
25456 +if test "x$as_myself" = x; then
25457 +  as_myself=$0
25458 +fi
25459 +if test ! -f "$as_myself"; then
25460 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25461 +  { (exit 1); exit 1; }
25462 +fi
25463 +
25464 +# Work around bugs in pre-3.0 UWIN ksh.
25465 +for as_var in ENV MAIL MAILPATH
25466 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25467 +done
25468 +PS1='$ '
25469 +PS2='> '
25470 +PS4='+ '
25471 +
25472 +# NLS nuisances.
25473 +for as_var in \
25474 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25475 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25476 +  LC_TELEPHONE LC_TIME
25477 +do
25478 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25479 +    eval $as_var=C; export $as_var
25480 +  else
25481 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25482 +  fi
25483 +done
25484 +
25485 +# Required to use basename.
25486 +if expr a : '\(a\)' >/dev/null 2>&1 &&
25487 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
25488 +  as_expr=expr
25489 +else
25490 +  as_expr=false
25491 +fi
25492 +
25493 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25494 +  as_basename=basename
25495 +else
25496 +  as_basename=false
25497 +fi
25498 +
25499 +
25500 +# Name of the executable.
25501 +as_me=`$as_basename -- "$0" ||
25502 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25503 +        X"$0" : 'X\(//\)$' \| \
25504 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25505 +echo X/"$0" |
25506 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
25507 +           s//\1/
25508 +           q
25509 +         }
25510 +         /^X\/\(\/\/\)$/{
25511 +           s//\1/
25512 +           q
25513 +         }
25514 +         /^X\/\(\/\).*/{
25515 +           s//\1/
25516 +           q
25517 +         }
25518 +         s/.*/./; q'`
25519 +
25520 +# CDPATH.
25521 +$as_unset CDPATH
25522 +
25523 +
25524 +if test "x$CONFIG_SHELL" = x; then
25525 +  if (eval ":") 2>/dev/null; then
25526 +  as_have_required=yes
25527 +else
25528 +  as_have_required=no
25529 +fi
25530 +
25531 +  if test $as_have_required = yes &&    (eval ":
25532 +(as_func_return () {
25533 +  (exit \$1)
25534 +}
25535 +as_func_success () {
25536 +  as_func_return 0
25537 +}
25538 +as_func_failure () {
25539 +  as_func_return 1
25540 +}
25541 +as_func_ret_success () {
25542 +  return 0
25543 +}
25544 +as_func_ret_failure () {
25545 +  return 1
25546 +}
25547 +
25548 +exitcode=0
25549 +if as_func_success; then
25550 +  :
25551 +else
25552 +  exitcode=1
25553 +  echo as_func_success failed.
25554 +fi
25555 +
25556 +if as_func_failure; then
25557 +  exitcode=1
25558 +  echo as_func_failure succeeded.
25559 +fi
25560 +
25561 +if as_func_ret_success; then
25562 +  :
25563 +else
25564 +  exitcode=1
25565 +  echo as_func_ret_success failed.
25566 +fi
25567 +
25568 +if as_func_ret_failure; then
25569 +  exitcode=1
25570 +  echo as_func_ret_failure succeeded.
25571 +fi
25572 +
25573 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
25574 +  :
25575 +else
25576 +  exitcode=1
25577 +  echo positional parameters were not saved.
25578 +fi
25579 +
25580 +test \$exitcode = 0) || { (exit 1); exit 1; }
25581 +
25582 +(
25583 +  as_lineno_1=\$LINENO
25584 +  as_lineno_2=\$LINENO
25585 +  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
25586 +  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
25587 +") 2> /dev/null; then
25588 +  :
25589 +else
25590 +  as_candidate_shells=
25591 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25592 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
25593 +do
25594 +  IFS=$as_save_IFS
25595 +  test -z "$as_dir" && as_dir=.
25596 +  case $as_dir in
25597 +        /*)
25598 +          for as_base in sh bash ksh sh5; do
25599 +            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
25600 +          done;;
25601 +       esac
25602 +done
25603 +IFS=$as_save_IFS
25604 +
25605 +
25606 +      for as_shell in $as_candidate_shells $SHELL; do
25607 +        # Try only shells that exist, to save several forks.
25608 +        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
25609 +               { ("$as_shell") 2> /dev/null <<\_ASEOF
25610 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25611 +  emulate sh
25612 +  NULLCMD=:
25613 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25614 +  # is contrary to our usage.  Disable this feature.
25615 +  alias -g '${1+"$@"}'='"$@"'
25616 +  setopt NO_GLOB_SUBST
25617 +else
25618 +  case `(set -o) 2>/dev/null` in
25619 +  *posix*) set -o posix ;;
25620 +esac
25621 +
25622 +fi
25623 +
25624 +
25625 +:
25626 +_ASEOF
25627 +}; then
25628 +  CONFIG_SHELL=$as_shell
25629 +              as_have_required=yes
25630 +              if { "$as_shell" 2> /dev/null <<\_ASEOF
25631 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25632 +  emulate sh
25633 +  NULLCMD=:
25634 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25635 +  # is contrary to our usage.  Disable this feature.
25636 +  alias -g '${1+"$@"}'='"$@"'
25637 +  setopt NO_GLOB_SUBST
25638 +else
25639 +  case `(set -o) 2>/dev/null` in
25640 +  *posix*) set -o posix ;;
25641 +esac
25642 +
25643 +fi
25644 +
25645 +
25646 +:
25647 +(as_func_return () {
25648 +  (exit $1)
25649 +}
25650 +as_func_success () {
25651 +  as_func_return 0
25652 +}
25653 +as_func_failure () {
25654 +  as_func_return 1
25655 +}
25656 +as_func_ret_success () {
25657 +  return 0
25658 +}
25659 +as_func_ret_failure () {
25660 +  return 1
25661 +}
25662 +
25663 +exitcode=0
25664 +if as_func_success; then
25665 +  :
25666 +else
25667 +  exitcode=1
25668 +  echo as_func_success failed.
25669 +fi
25670 +
25671 +if as_func_failure; then
25672 +  exitcode=1
25673 +  echo as_func_failure succeeded.
25674 +fi
25675 +
25676 +if as_func_ret_success; then
25677 +  :
25678 +else
25679 +  exitcode=1
25680 +  echo as_func_ret_success failed.
25681 +fi
25682 +
25683 +if as_func_ret_failure; then
25684 +  exitcode=1
25685 +  echo as_func_ret_failure succeeded.
25686 +fi
25687 +
25688 +if ( set x; as_func_ret_success y && test x = "$1" ); then
25689 +  :
25690 +else
25691 +  exitcode=1
25692 +  echo positional parameters were not saved.
25693 +fi
25694 +
25695 +test $exitcode = 0) || { (exit 1); exit 1; }
25696 +
25697 +(
25698 +  as_lineno_1=$LINENO
25699 +  as_lineno_2=$LINENO
25700 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
25701 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
25702 +
25703 +_ASEOF
25704 +}; then
25705 +  break
25706 +fi
25707 +
25708 +fi
25709 +
25710 +      done
25711 +
25712 +      if test "x$CONFIG_SHELL" != x; then
25713 +  for as_var in BASH_ENV ENV
25714 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25715 +        done
25716 +        export CONFIG_SHELL
25717 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
25718 +fi
25719 +
25720 +
25721 +    if test $as_have_required = no; then
25722 +  echo This script requires a shell more modern than all the
25723 +      echo shells that I found on your system.  Please install a
25724 +      echo modern shell, or manually run the script under such a
25725 +      echo shell if you do have one.
25726 +      { (exit 1); exit 1; }
25727 +fi
25728 +
25729 +    
25730 +fi
25731 +
25732 +fi
25733 +
25734 +
25735 +
25736 +(eval "as_func_return () {
25737 +  (exit \$1)
25738 +}
25739 +as_func_success () {
25740 +  as_func_return 0
25741 +}
25742 +as_func_failure () {
25743 +  as_func_return 1
25744 +}
25745 +as_func_ret_success () {
25746 +  return 0
25747 +}
25748 +as_func_ret_failure () {
25749 +  return 1
25750 +}
25751 +
25752 +exitcode=0
25753 +if as_func_success; then
25754 +  :
25755 +else
25756 +  exitcode=1
25757 +  echo as_func_success failed.
25758 +fi
25759 +
25760 +if as_func_failure; then
25761 +  exitcode=1
25762 +  echo as_func_failure succeeded.
25763 +fi
25764 +
25765 +if as_func_ret_success; then
25766 +  :
25767 +else
25768 +  exitcode=1
25769 +  echo as_func_ret_success failed.
25770 +fi
25771 +
25772 +if as_func_ret_failure; then
25773 +  exitcode=1
25774 +  echo as_func_ret_failure succeeded.
25775 +fi
25776 +
25777 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
25778 +  :
25779 +else
25780 +  exitcode=1
25781 +  echo positional parameters were not saved.
25782 +fi
25783 +
25784 +test \$exitcode = 0") || {
25785 +  echo No shell found that supports shell functions.
25786 +  echo Please tell autoconf@gnu.org about your system,
25787 +  echo including any error possibly output before this
25788 +  echo message
25789 +}
25790 +
25791 +
25792 +
25793 +  as_lineno_1=$LINENO
25794 +  as_lineno_2=$LINENO
25795 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
25796 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25797 +
25798 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25799 +  # uniformly replaced by the line number.  The first 'sed' inserts a
25800 +  # line-number line after each line using $LINENO; the second 'sed'
25801 +  # does the real work.  The second script uses 'N' to pair each
25802 +  # line-number line with the line containing $LINENO, and appends
25803 +  # trailing '-' during substitution so that $LINENO is not a special
25804 +  # case at line end.
25805 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25806 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
25807 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
25808 +  sed -n '
25809 +    p
25810 +    /[$]LINENO/=
25811 +  ' <$as_myself |
25812 +    sed '
25813 +      s/[$]LINENO.*/&-/
25814 +      t lineno
25815 +      b
25816 +      :lineno
25817 +      N
25818 +      :loop
25819 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25820 +      t loop
25821 +      s/-\n.*//
25822 +    ' >$as_me.lineno &&
25823 +  chmod +x "$as_me.lineno" ||
25824 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25825 +   { (exit 1); exit 1; }; }
25826 +
25827 +  # Don't try to exec as it changes $[0], causing all sort of problems
25828 +  # (the dirname of $[0] is not the place where we might find the
25829 +  # original and so on.  Autoconf is especially sensitive to this).
25830 +  . "./$as_me.lineno"
25831 +  # Exit status is that of the last command.
25832 +  exit
25833 +}
25834 +
25835 +
25836 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25837 +  as_dirname=dirname
25838 +else
25839 +  as_dirname=false
25840 +fi
25841 +
25842 +ECHO_C= ECHO_N= ECHO_T=
25843 +case `echo -n x` in
25844 +-n*)
25845 +  case `echo 'x\c'` in
25846 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
25847 +  *)   ECHO_C='\c';;
25848 +  esac;;
25849 +*)
25850 +  ECHO_N='-n';;
25851 +esac
25852 +
25853 +if expr a : '\(a\)' >/dev/null 2>&1 &&
25854 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
25855 +  as_expr=expr
25856 +else
25857 +  as_expr=false
25858 +fi
25859 +
25860 +rm -f conf$$ conf$$.exe conf$$.file
25861 +if test -d conf$$.dir; then
25862 +  rm -f conf$$.dir/conf$$.file
25863 +else
25864 +  rm -f conf$$.dir
25865 +  mkdir conf$$.dir
25866 +fi
25867 +echo >conf$$.file
25868 +if ln -s conf$$.file conf$$ 2>/dev/null; then
25869 +  as_ln_s='ln -s'
25870 +  # ... but there are two gotchas:
25871 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25872 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25873 +  # In both cases, we have to default to `cp -p'.
25874 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25875 +    as_ln_s='cp -p'
25876 +elif ln conf$$.file conf$$ 2>/dev/null; then
25877 +  as_ln_s=ln
25878 +else
25879 +  as_ln_s='cp -p'
25880 +fi
25881 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25882 +rmdir conf$$.dir 2>/dev/null
25883 +
25884 +if mkdir -p . 2>/dev/null; then
25885 +  as_mkdir_p=:
25886 +else
25887 +  test -d ./-p && rmdir ./-p
25888 +  as_mkdir_p=false
25889 +fi
25890 +
25891 +if test -x / >/dev/null 2>&1; then
25892 +  as_test_x='test -x'
25893 +else
25894 +  if ls -dL / >/dev/null 2>&1; then
25895 +    as_ls_L_option=L
25896 +  else
25897 +    as_ls_L_option=
25898 +  fi
25899 +  as_test_x='
25900 +    eval sh -c '\''
25901 +      if test -d "$1"; then
25902 +        test -d "$1/.";
25903 +      else
25904 +       case $1 in
25905 +        -*)set "./$1";;
25906 +       esac;
25907 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
25908 +       ???[sx]*):;;*)false;;esac;fi
25909 +    '\'' sh
25910 +  '
25911 +fi
25912 +as_executable_p=$as_test_x
25913 +
25914 +# Sed expression to map a string onto a valid CPP name.
25915 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25916 +
25917 +# Sed expression to map a string onto a valid variable name.
25918 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25919 +
25920 +
25921 +
25922 +
25923 +# Check that we are running under the correct shell.
25924 +SHELL=${CONFIG_SHELL-/bin/sh}
25925 +
25926 +case X$ECHO in
25927 +X*--fallback-echo)
25928 +  # Remove one level of quotation (which was required for Make).
25929 +  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
25930 +  ;;
25931 +esac
25932 +
25933 +echo=${ECHO-echo}
25934 +if test "X$1" = X--no-reexec; then
25935 +  # Discard the --no-reexec flag, and continue.
25936 +  shift
25937 +elif test "X$1" = X--fallback-echo; then
25938 +  # Avoid inline document here, it may be left over
25939 +  :
25940 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
25941 +  # Yippee, $echo works!
25942 +  :
25943 +else
25944 +  # Restart under the correct shell.
25945 +  exec $SHELL "$0" --no-reexec ${1+"$@"}
25946 +fi
25947 +
25948 +if test "X$1" = X--fallback-echo; then
25949 +  # used as fallback echo
25950 +  shift
25951 +  cat <<EOF
25952 +$*
25953 +EOF
25954 +  exit 0
25955 +fi
25956 +
25957 +# The HP-UX ksh and POSIX shell print the target directory to stdout
25958 +# if CDPATH is set.
25959 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
25960 +
25961 +if test -z "$ECHO"; then
25962 +if test "X${echo_test_string+set}" != Xset; then
25963 +# find a string as large as possible, as long as the shell can cope with it
25964 +  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
25965 +    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
25966 +    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
25967 +       echo_test_string=`eval $cmd` &&
25968 +       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
25969 +    then
25970 +      break
25971 +    fi
25972 +  done
25973 +fi
25974 +
25975 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
25976 +   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
25977 +   test "X$echo_testing_string" = "X$echo_test_string"; then
25978 +  :
25979 +else
25980 +  # The Solaris, AIX, and Digital Unix default echo programs unquote
25981 +  # backslashes.  This makes it impossible to quote backslashes using
25982 +  #   echo "$something" | sed 's/\\/\\\\/g'
25983 +  #
25984 +  # So, first we look for a working echo in the user's PATH.
25985 +
25986 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
25987 +  for dir in $PATH /usr/ucb; do
25988 +    IFS="$lt_save_ifs"
25989 +    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
25990 +       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
25991 +       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
25992 +       test "X$echo_testing_string" = "X$echo_test_string"; then
25993 +      echo="$dir/echo"
25994 +      break
25995 +    fi
25996 +  done
25997 +  IFS="$lt_save_ifs"
25998 +
25999 +  if test "X$echo" = Xecho; then
26000 +    # We didn't find a better echo, so look for alternatives.
26001 +    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
26002 +       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
26003 +       test "X$echo_testing_string" = "X$echo_test_string"; then
26004 +      # This shell has a builtin print -r that does the trick.
26005 +      echo='print -r'
26006 +    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
26007 +        test "X$CONFIG_SHELL" != X/bin/ksh; then
26008 +      # If we have ksh, try running configure again with it.
26009 +      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
26010 +      export ORIGINAL_CONFIG_SHELL
26011 +      CONFIG_SHELL=/bin/ksh
26012 +      export CONFIG_SHELL
26013 +      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
26014 +    else
26015 +      # Try using printf.
26016 +      echo='printf %s\n'
26017 +      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
26018 +        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
26019 +        test "X$echo_testing_string" = "X$echo_test_string"; then
26020 +       # Cool, printf works
26021 +       :
26022 +      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
26023 +          test "X$echo_testing_string" = 'X\t' &&
26024 +          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
26025 +          test "X$echo_testing_string" = "X$echo_test_string"; then
26026 +       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
26027 +       export CONFIG_SHELL
26028 +       SHELL="$CONFIG_SHELL"
26029 +       export SHELL
26030 +       echo="$CONFIG_SHELL $0 --fallback-echo"
26031 +      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
26032 +          test "X$echo_testing_string" = 'X\t' &&
26033 +          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
26034 +          test "X$echo_testing_string" = "X$echo_test_string"; then
26035 +       echo="$CONFIG_SHELL $0 --fallback-echo"
26036 +      else
26037 +       # maybe with a smaller string...
26038 +       prev=:
26039 +
26040 +       for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
26041 +         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
26042 +         then
26043 +           break
26044 +         fi
26045 +         prev="$cmd"
26046 +       done
26047 +
26048 +       if test "$prev" != 'sed 50q "$0"'; then
26049 +         echo_test_string=`eval $prev`
26050 +         export echo_test_string
26051 +         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
26052 +       else
26053 +         # Oops.  We lost completely, so just stick with echo.
26054 +         echo=echo
26055 +       fi
26056 +      fi
26057 +    fi
26058 +  fi
26059 +fi
26060 +fi
26061 +
26062 +# Copy echo and quote the copy suitably for passing to libtool from
26063 +# the Makefile, instead of quoting the original, which is used later.
26064 +ECHO=$echo
26065 +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
26066 +   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
26067 +fi
26068 +
26069 +
26070 +
26071 +
26072 +tagnames=${tagnames+${tagnames},}CXX
26073 +
26074 +tagnames=${tagnames+${tagnames},}F77
26075 +
26076 +exec 7<&0 </dev/null 6>&1
26077 +
26078 +# Name of the host.
26079 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
26080 +# so uname gets run too.
26081 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
26082 +
26083 +#
26084 +# Initializations.
26085 +#
26086 +ac_default_prefix=/usr/local
26087 +ac_clean_files=
26088 +ac_config_libobj_dir=.
26089 +LIB@&t@OBJS=
26090 +cross_compiling=no
26091 +subdirs=
26092 +MFLAGS=
26093 +MAKEFLAGS=
26094 +SHELL=${CONFIG_SHELL-/bin/sh}
26095 +
26096 +# Identity of this package.
26097 +PACKAGE_NAME='libffi'
26098 +PACKAGE_TARNAME='libffi'
26099 +PACKAGE_VERSION='3.0.8'
26100 +PACKAGE_STRING='libffi 3.0.8'
26101 +PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
26102 +
26103 +# Factoring default headers for most tests.
26104 +ac_includes_default="\
26105 +#include <stdio.h>
26106 +#ifdef HAVE_SYS_TYPES_H
26107 +# include <sys/types.h>
26108 +#endif
26109 +#ifdef HAVE_SYS_STAT_H
26110 +# include <sys/stat.h>
26111 +#endif
26112 +#ifdef STDC_HEADERS
26113 +# include <stdlib.h>
26114 +# include <stddef.h>
26115 +#else
26116 +# ifdef HAVE_STDLIB_H
26117 +#  include <stdlib.h>
26118 +# endif
26119 +#endif
26120 +#ifdef HAVE_STRING_H
26121 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
26122 +#  include <memory.h>
26123 +# endif
26124 +# include <string.h>
26125 +#endif
26126 +#ifdef HAVE_STRINGS_H
26127 +# include <strings.h>
26128 +#endif
26129 +#ifdef HAVE_INTTYPES_H
26130 +# include <inttypes.h>
26131 +#endif
26132 +#ifdef HAVE_STDINT_H
26133 +# include <stdint.h>
26134 +#endif
26135 +#ifdef HAVE_UNISTD_H
26136 +# include <unistd.h>
26137 +#endif"
26138 +
26139 +ac_subst_vars='SHELL
26140 +PATH_SEPARATOR
26141 +PACKAGE_NAME
26142 +PACKAGE_TARNAME
26143 +PACKAGE_VERSION
26144 +PACKAGE_STRING
26145 +PACKAGE_BUGREPORT
26146 +exec_prefix
26147 +prefix
26148 +program_transform_name
26149 +bindir
26150 +sbindir
26151 +libexecdir
26152 +datarootdir
26153 +datadir
26154 +sysconfdir
26155 +sharedstatedir
26156 +localstatedir
26157 +includedir
26158 +oldincludedir
26159 +docdir
26160 +infodir
26161 +htmldir
26162 +dvidir
26163 +pdfdir
26164 +psdir
26165 +libdir
26166 +localedir
26167 +mandir
26168 +DEFS
26169 +ECHO_C
26170 +ECHO_N
26171 +ECHO_T
26172 +LIBS
26173 +build_alias
26174 +host_alias
26175 +target_alias
26176 +build
26177 +build_cpu
26178 +build_vendor
26179 +build_os
26180 +host
26181 +host_cpu
26182 +host_vendor
26183 +host_os
26184 +target
26185 +target_cpu
26186 +target_vendor
26187 +target_os
26188 +INSTALL_PROGRAM
26189 +INSTALL_SCRIPT
26190 +INSTALL_DATA
26191 +am__isrc
26192 +CYGPATH_W
26193 +PACKAGE
26194 +VERSION
26195 +ACLOCAL
26196 +AUTOCONF
26197 +AUTOMAKE
26198 +AUTOHEADER
26199 +MAKEINFO
26200 +install_sh
26201 +STRIP
26202 +INSTALL_STRIP_PROGRAM
26203 +mkdir_p
26204 +AWK
26205 +SET_MAKE
26206 +am__leading_dot
26207 +AMTAR
26208 +am__tar
26209 +am__untar
26210 +CC
26211 +CFLAGS
26212 +LDFLAGS
26213 +CPPFLAGS
26214 +ac_ct_CC
26215 +EXEEXT
26216 +OBJEXT
26217 +DEPDIR
26218 +am__include
26219 +am__quote
26220 +AMDEP_TRUE
26221 +AMDEP_FALSE
26222 +AMDEPBACKSLASH
26223 +CCDEPMODE
26224 +am__fastdepCC_TRUE
26225 +am__fastdepCC_FALSE
26226 +CCAS
26227 +CCASFLAGS
26228 +CCASDEPMODE
26229 +am__fastdepCCAS_TRUE
26230 +am__fastdepCCAS_FALSE
26231 +LIBFFI_DLL
26232 +LIBFFI_LDFLAGS
26233 +SED
26234 +GREP
26235 +EGREP
26236 +LN_S
26237 +ECHO
26238 +AR
26239 +RANLIB
26240 +DSYMUTIL
26241 +NMEDIT
26242 +DLLTOOL
26243 +AS
26244 +OBJDUMP
26245 +CPP
26246 +CXX
26247 +CXXFLAGS
26248 +ac_ct_CXX
26249 +CXXDEPMODE
26250 +am__fastdepCXX_TRUE
26251 +am__fastdepCXX_FALSE
26252 +CXXCPP
26253 +F77
26254 +FFLAGS
26255 +ac_ct_F77
26256 +LIBTOOL
26257 +MAINTAINER_MODE_TRUE
26258 +MAINTAINER_MODE_FALSE
26259 +MAINT
26260 +TESTSUBDIR_TRUE
26261 +TESTSUBDIR_FALSE
26262 +AM_RUNTESTFLAGS
26263 +MIPS_TRUE
26264 +MIPS_FALSE
26265 +SPARC_TRUE
26266 +SPARC_FALSE
26267 +X86_TRUE
26268 +X86_FALSE
26269 +X86_FREEBSD_TRUE
26270 +X86_FREEBSD_FALSE
26271 +X86_WIN32_TRUE
26272 +X86_WIN32_FALSE
26273 +X86_DARWIN_TRUE
26274 +X86_DARWIN_FALSE
26275 +ALPHA_TRUE
26276 +ALPHA_FALSE
26277 +IA64_TRUE
26278 +IA64_FALSE
26279 +M32R_TRUE
26280 +M32R_FALSE
26281 +M68K_TRUE
26282 +M68K_FALSE
26283 +POWERPC_TRUE
26284 +POWERPC_FALSE
26285 +POWERPC_AIX_TRUE
26286 +POWERPC_AIX_FALSE
26287 +POWERPC_DARWIN_TRUE
26288 +POWERPC_DARWIN_FALSE
26289 +POWERPC_FREEBSD_TRUE
26290 +POWERPC_FREEBSD_FALSE
26291 +ARM_TRUE
26292 +ARM_FALSE
26293 +LIBFFI_CRIS_TRUE
26294 +LIBFFI_CRIS_FALSE
26295 +FRV_TRUE
26296 +FRV_FALSE
26297 +S390_TRUE
26298 +S390_FALSE
26299 +X86_64_TRUE
26300 +X86_64_FALSE
26301 +SH_TRUE
26302 +SH_FALSE
26303 +SH64_TRUE
26304 +SH64_FALSE
26305 +PA_LINUX_TRUE
26306 +PA_LINUX_FALSE
26307 +PA_HPUX_TRUE
26308 +PA_HPUX_FALSE
26309 +PA64_HPUX_TRUE
26310 +PA64_HPUX_FALSE
26311 +ALLOCA
26312 +HAVE_LONG_DOUBLE
26313 +TARGET
26314 +TARGETDIR
26315 +toolexecdir
26316 +toolexeclibdir
26317 +LIB@&t@OBJS
26318 +LTLIBOBJS'
26319 +ac_subst_files=''
26320 +      ac_precious_vars='build_alias
26321 +host_alias
26322 +target_alias
26323 +CCAS
26324 +CCASFLAGS
26325 +CPP
26326 +CPPFLAGS
26327 +CXX
26328 +CXXFLAGS
26329 +LDFLAGS
26330 +LIBS
26331 +CCC
26332 +CXXCPP
26333 +F77
26334 +FFLAGS'
26335 +
26336 +
26337 +# Initialize some variables set by options.
26338 +ac_init_help=
26339 +ac_init_version=false
26340 +# The variables have the same names as the options, with
26341 +# dashes changed to underlines.
26342 +cache_file=/dev/null
26343 +exec_prefix=NONE
26344 +no_create=
26345 +no_recursion=
26346 +prefix=NONE
26347 +program_prefix=NONE
26348 +program_suffix=NONE
26349 +program_transform_name=s,x,x,
26350 +silent=
26351 +site=
26352 +srcdir=
26353 +verbose=
26354 +x_includes=NONE
26355 +x_libraries=NONE
26356 +
26357 +# Installation directory options.
26358 +# These are left unexpanded so users can "make install exec_prefix=/foo"
26359 +# and all the variables that are supposed to be based on exec_prefix
26360 +# by default will actually change.
26361 +# Use braces instead of parens because sh, perl, etc. also accept them.
26362 +# (The list follows the same order as the GNU Coding Standards.)
26363 +bindir='${exec_prefix}/bin'
26364 +sbindir='${exec_prefix}/sbin'
26365 +libexecdir='${exec_prefix}/libexec'
26366 +datarootdir='${prefix}/share'
26367 +datadir='${datarootdir}'
26368 +sysconfdir='${prefix}/etc'
26369 +sharedstatedir='${prefix}/com'
26370 +localstatedir='${prefix}/var'
26371 +includedir='${prefix}/include'
26372 +oldincludedir='/usr/include'
26373 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
26374 +infodir='${datarootdir}/info'
26375 +htmldir='${docdir}'
26376 +dvidir='${docdir}'
26377 +pdfdir='${docdir}'
26378 +psdir='${docdir}'
26379 +libdir='${exec_prefix}/lib'
26380 +localedir='${datarootdir}/locale'
26381 +mandir='${datarootdir}/man'
26382 +
26383 +ac_prev=
26384 +ac_dashdash=
26385 +for ac_option
26386 +do
26387 +  # If the previous option needs an argument, assign it.
26388 +  if test -n "$ac_prev"; then
26389 +    eval $ac_prev=\$ac_option
26390 +    ac_prev=
26391 +    continue
26392 +  fi
26393 +
26394 +  case $ac_option in
26395 +  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
26396 +  *)   ac_optarg=yes ;;
26397 +  esac
26398 +
26399 +  # Accept the important Cygnus configure options, so we can diagnose typos.
26400 +
26401 +  case $ac_dashdash$ac_option in
26402 +  --)
26403 +    ac_dashdash=yes ;;
26404 +
26405 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
26406 +    ac_prev=bindir ;;
26407 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
26408 +    bindir=$ac_optarg ;;
26409 +
26410 +  -build | --build | --buil | --bui | --bu)
26411 +    ac_prev=build_alias ;;
26412 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
26413 +    build_alias=$ac_optarg ;;
26414 +
26415 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
26416 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
26417 +    ac_prev=cache_file ;;
26418 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
26419 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
26420 +    cache_file=$ac_optarg ;;
26421 +
26422 +  --config-cache | -C)
26423 +    cache_file=config.cache ;;
26424 +
26425 +  -datadir | --datadir | --datadi | --datad)
26426 +    ac_prev=datadir ;;
26427 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
26428 +    datadir=$ac_optarg ;;
26429 +
26430 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
26431 +  | --dataroo | --dataro | --datar)
26432 +    ac_prev=datarootdir ;;
26433 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
26434 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
26435 +    datarootdir=$ac_optarg ;;
26436 +
26437 +  -disable-* | --disable-*)
26438 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
26439 +    # Reject names that are not valid shell variable names.
26440 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
26441 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
26442 +   { (exit 1); exit 1; }; }
26443 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
26444 +    eval enable_$ac_feature=no ;;
26445 +
26446 +  -docdir | --docdir | --docdi | --doc | --do)
26447 +    ac_prev=docdir ;;
26448 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
26449 +    docdir=$ac_optarg ;;
26450 +
26451 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
26452 +    ac_prev=dvidir ;;
26453 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
26454 +    dvidir=$ac_optarg ;;
26455 +
26456 +  -enable-* | --enable-*)
26457 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
26458 +    # Reject names that are not valid shell variable names.
26459 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
26460 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
26461 +   { (exit 1); exit 1; }; }
26462 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
26463 +    eval enable_$ac_feature=\$ac_optarg ;;
26464 +
26465 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
26466 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
26467 +  | --exec | --exe | --ex)
26468 +    ac_prev=exec_prefix ;;
26469 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
26470 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
26471 +  | --exec=* | --exe=* | --ex=*)
26472 +    exec_prefix=$ac_optarg ;;
26473 +
26474 +  -gas | --gas | --ga | --g)
26475 +    # Obsolete; use --with-gas.
26476 +    with_gas=yes ;;
26477 +
26478 +  -help | --help | --hel | --he | -h)
26479 +    ac_init_help=long ;;
26480 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
26481 +    ac_init_help=recursive ;;
26482 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
26483 +    ac_init_help=short ;;
26484 +
26485 +  -host | --host | --hos | --ho)
26486 +    ac_prev=host_alias ;;
26487 +  -host=* | --host=* | --hos=* | --ho=*)
26488 +    host_alias=$ac_optarg ;;
26489 +
26490 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
26491 +    ac_prev=htmldir ;;
26492 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
26493 +  | --ht=*)
26494 +    htmldir=$ac_optarg ;;
26495 +
26496 +  -includedir | --includedir | --includedi | --included | --include \
26497 +  | --includ | --inclu | --incl | --inc)
26498 +    ac_prev=includedir ;;
26499 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
26500 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
26501 +    includedir=$ac_optarg ;;
26502 +
26503 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
26504 +    ac_prev=infodir ;;
26505 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
26506 +    infodir=$ac_optarg ;;
26507 +
26508 +  -libdir | --libdir | --libdi | --libd)
26509 +    ac_prev=libdir ;;
26510 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
26511 +    libdir=$ac_optarg ;;
26512 +
26513 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
26514 +  | --libexe | --libex | --libe)
26515 +    ac_prev=libexecdir ;;
26516 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
26517 +  | --libexe=* | --libex=* | --libe=*)
26518 +    libexecdir=$ac_optarg ;;
26519 +
26520 +  -localedir | --localedir | --localedi | --localed | --locale)
26521 +    ac_prev=localedir ;;
26522 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
26523 +    localedir=$ac_optarg ;;
26524 +
26525 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
26526 +  | --localstate | --localstat | --localsta | --localst | --locals)
26527 +    ac_prev=localstatedir ;;
26528 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
26529 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
26530 +    localstatedir=$ac_optarg ;;
26531 +
26532 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
26533 +    ac_prev=mandir ;;
26534 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
26535 +    mandir=$ac_optarg ;;
26536 +
26537 +  -nfp | --nfp | --nf)
26538 +    # Obsolete; use --without-fp.
26539 +    with_fp=no ;;
26540 +
26541 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
26542 +  | --no-cr | --no-c | -n)
26543 +    no_create=yes ;;
26544 +
26545 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
26546 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
26547 +    no_recursion=yes ;;
26548 +
26549 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
26550 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
26551 +  | --oldin | --oldi | --old | --ol | --o)
26552 +    ac_prev=oldincludedir ;;
26553 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
26554 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
26555 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
26556 +    oldincludedir=$ac_optarg ;;
26557 +
26558 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
26559 +    ac_prev=prefix ;;
26560 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
26561 +    prefix=$ac_optarg ;;
26562 +
26563 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
26564 +  | --program-pre | --program-pr | --program-p)
26565 +    ac_prev=program_prefix ;;
26566 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
26567 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
26568 +    program_prefix=$ac_optarg ;;
26569 +
26570 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
26571 +  | --program-suf | --program-su | --program-s)
26572 +    ac_prev=program_suffix ;;
26573 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
26574 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
26575 +    program_suffix=$ac_optarg ;;
26576 +
26577 +  -program-transform-name | --program-transform-name \
26578 +  | --program-transform-nam | --program-transform-na \
26579 +  | --program-transform-n | --program-transform- \
26580 +  | --program-transform | --program-transfor \
26581 +  | --program-transfo | --program-transf \
26582 +  | --program-trans | --program-tran \
26583 +  | --progr-tra | --program-tr | --program-t)
26584 +    ac_prev=program_transform_name ;;
26585 +  -program-transform-name=* | --program-transform-name=* \
26586 +  | --program-transform-nam=* | --program-transform-na=* \
26587 +  | --program-transform-n=* | --program-transform-=* \
26588 +  | --program-transform=* | --program-transfor=* \
26589 +  | --program-transfo=* | --program-transf=* \
26590 +  | --program-trans=* | --program-tran=* \
26591 +  | --progr-tra=* | --program-tr=* | --program-t=*)
26592 +    program_transform_name=$ac_optarg ;;
26593 +
26594 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
26595 +    ac_prev=pdfdir ;;
26596 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
26597 +    pdfdir=$ac_optarg ;;
26598 +
26599 +  -psdir | --psdir | --psdi | --psd | --ps)
26600 +    ac_prev=psdir ;;
26601 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
26602 +    psdir=$ac_optarg ;;
26603 +
26604 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26605 +  | -silent | --silent | --silen | --sile | --sil)
26606 +    silent=yes ;;
26607 +
26608 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
26609 +    ac_prev=sbindir ;;
26610 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
26611 +  | --sbi=* | --sb=*)
26612 +    sbindir=$ac_optarg ;;
26613 +
26614 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
26615 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
26616 +  | --sharedst | --shareds | --shared | --share | --shar \
26617 +  | --sha | --sh)
26618 +    ac_prev=sharedstatedir ;;
26619 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
26620 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
26621 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
26622 +  | --sha=* | --sh=*)
26623 +    sharedstatedir=$ac_optarg ;;
26624 +
26625 +  -site | --site | --sit)
26626 +    ac_prev=site ;;
26627 +  -site=* | --site=* | --sit=*)
26628 +    site=$ac_optarg ;;
26629 +
26630 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
26631 +    ac_prev=srcdir ;;
26632 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
26633 +    srcdir=$ac_optarg ;;
26634 +
26635 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
26636 +  | --syscon | --sysco | --sysc | --sys | --sy)
26637 +    ac_prev=sysconfdir ;;
26638 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
26639 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
26640 +    sysconfdir=$ac_optarg ;;
26641 +
26642 +  -target | --target | --targe | --targ | --tar | --ta | --t)
26643 +    ac_prev=target_alias ;;
26644 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
26645 +    target_alias=$ac_optarg ;;
26646 +
26647 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
26648 +    verbose=yes ;;
26649 +
26650 +  -version | --version | --versio | --versi | --vers | -V)
26651 +    ac_init_version=: ;;
26652 +
26653 +  -with-* | --with-*)
26654 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
26655 +    # Reject names that are not valid shell variable names.
26656 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
26657 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
26658 +   { (exit 1); exit 1; }; }
26659 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
26660 +    eval with_$ac_package=\$ac_optarg ;;
26661 +
26662 +  -without-* | --without-*)
26663 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
26664 +    # Reject names that are not valid shell variable names.
26665 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
26666 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
26667 +   { (exit 1); exit 1; }; }
26668 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
26669 +    eval with_$ac_package=no ;;
26670 +
26671 +  --x)
26672 +    # Obsolete; use --with-x.
26673 +    with_x=yes ;;
26674 +
26675 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
26676 +  | --x-incl | --x-inc | --x-in | --x-i)
26677 +    ac_prev=x_includes ;;
26678 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
26679 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
26680 +    x_includes=$ac_optarg ;;
26681 +
26682 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
26683 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
26684 +    ac_prev=x_libraries ;;
26685 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
26686 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
26687 +    x_libraries=$ac_optarg ;;
26688 +
26689 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
26690 +Try \`$0 --help' for more information." >&2
26691 +   { (exit 1); exit 1; }; }
26692 +    ;;
26693 +
26694 +  *=*)
26695 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
26696 +    # Reject names that are not valid shell variable names.
26697 +    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
26698 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
26699 +   { (exit 1); exit 1; }; }
26700 +    eval $ac_envvar=\$ac_optarg
26701 +    export $ac_envvar ;;
26702 +
26703 +  *)
26704 +    # FIXME: should be removed in autoconf 3.0.
26705 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
26706 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
26707 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
26708 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
26709 +    ;;
26710 +
26711 +  esac
26712 +done
26713 +
26714 +if test -n "$ac_prev"; then
26715 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
26716 +  { echo "$as_me: error: missing argument to $ac_option" >&2
26717 +   { (exit 1); exit 1; }; }
26718 +fi
26719 +
26720 +# Be sure to have absolute directory names.
26721 +for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
26722 +               datadir sysconfdir sharedstatedir localstatedir includedir \
26723 +               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
26724 +               libdir localedir mandir
26725 +do
26726 +  eval ac_val=\$$ac_var
26727 +  case $ac_val in
26728 +    [\\/$]* | ?:[\\/]* )  continue;;
26729 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
26730 +  esac
26731 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
26732 +   { (exit 1); exit 1; }; }
26733 +done
26734 +
26735 +# There might be people who depend on the old broken behavior: `$host'
26736 +# used to hold the argument of --host etc.
26737 +# FIXME: To remove some day.
26738 +build=$build_alias
26739 +host=$host_alias
26740 +target=$target_alias
26741 +
26742 +# FIXME: To remove some day.
26743 +if test "x$host_alias" != x; then
26744 +  if test "x$build_alias" = x; then
26745 +    cross_compiling=maybe
26746 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
26747 +    If a cross compiler is detected then cross compile mode will be used." >&2
26748 +  elif test "x$build_alias" != "x$host_alias"; then
26749 +    cross_compiling=yes
26750 +  fi
26751 +fi
26752 +
26753 +ac_tool_prefix=
26754 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
26755 +
26756 +test "$silent" = yes && exec 6>/dev/null
26757 +
26758 +
26759 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
26760 +ac_ls_di=`ls -di .` &&
26761 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
26762 +  { echo "$as_me: error: Working directory cannot be determined" >&2
26763 +   { (exit 1); exit 1; }; }
26764 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
26765 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
26766 +   { (exit 1); exit 1; }; }
26767 +
26768 +
26769 +# Find the source files, if location was not specified.
26770 +if test -z "$srcdir"; then
26771 +  ac_srcdir_defaulted=yes
26772 +  # Try the directory containing this script, then the parent directory.
26773 +  ac_confdir=`$as_dirname -- "$0" ||
26774 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26775 +        X"$0" : 'X\(//\)[^/]' \| \
26776 +        X"$0" : 'X\(//\)$' \| \
26777 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26778 +echo X"$0" |
26779 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26780 +           s//\1/
26781 +           q
26782 +         }
26783 +         /^X\(\/\/\)[^/].*/{
26784 +           s//\1/
26785 +           q
26786 +         }
26787 +         /^X\(\/\/\)$/{
26788 +           s//\1/
26789 +           q
26790 +         }
26791 +         /^X\(\/\).*/{
26792 +           s//\1/
26793 +           q
26794 +         }
26795 +         s/.*/./; q'`
26796 +  srcdir=$ac_confdir
26797 +  if test ! -r "$srcdir/$ac_unique_file"; then
26798 +    srcdir=..
26799 +  fi
26800 +else
26801 +  ac_srcdir_defaulted=no
26802 +fi
26803 +if test ! -r "$srcdir/$ac_unique_file"; then
26804 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
26805 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
26806 +   { (exit 1); exit 1; }; }
26807 +fi
26808 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
26809 +ac_abs_confdir=`(
26810 +       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
26811 +   { (exit 1); exit 1; }; }
26812 +       pwd)`
26813 +# When building in place, set srcdir=.
26814 +if test "$ac_abs_confdir" = "$ac_pwd"; then
26815 +  srcdir=.
26816 +fi
26817 +# Remove unnecessary trailing slashes from srcdir.
26818 +# Double slashes in file names in object file debugging info
26819 +# mess up M-x gdb in Emacs.
26820 +case $srcdir in
26821 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
26822 +esac
26823 +for ac_var in $ac_precious_vars; do
26824 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
26825 +  eval ac_env_${ac_var}_value=\$${ac_var}
26826 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
26827 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
26828 +done
26829 +
26830 +#
26831 +# Report the --help message.
26832 +#
26833 +if test "$ac_init_help" = "long"; then
26834 +  # Omit some internal or obsolete options to make the list less imposing.
26835 +  # This message is too long to be a string in the A/UX 3.1 sh.
26836 +  cat <<_ACEOF
26837 +\`configure' configures libffi 3.0.8 to adapt to many kinds of systems.
26838 +
26839 +Usage: $0 [OPTION]... [VAR=VALUE]...
26840 +
26841 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
26842 +VAR=VALUE.  See below for descriptions of some of the useful variables.
26843 +
26844 +Defaults for the options are specified in brackets.
26845 +
26846 +Configuration:
26847 +  -h, --help              display this help and exit
26848 +      --help=short        display options specific to this package
26849 +      --help=recursive    display the short help of all the included packages
26850 +  -V, --version           display version information and exit
26851 +  -q, --quiet, --silent   do not print \`checking...' messages
26852 +      --cache-file=FILE   cache test results in FILE [disabled]
26853 +  -C, --config-cache      alias for \`--cache-file=config.cache'
26854 +  -n, --no-create         do not create output files
26855 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
26856 +
26857 +Installation directories:
26858 +  --prefix=PREFIX         install architecture-independent files in PREFIX
26859 +                         [$ac_default_prefix]
26860 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
26861 +                         [PREFIX]
26862 +
26863 +By default, \`make install' will install all the files in
26864 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
26865 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
26866 +for instance \`--prefix=\$HOME'.
26867 +
26868 +For better control, use the options below.
26869 +
26870 +Fine tuning of the installation directories:
26871 +  --bindir=DIR           user executables [EPREFIX/bin]
26872 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
26873 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
26874 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
26875 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
26876 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
26877 +  --libdir=DIR           object code libraries [EPREFIX/lib]
26878 +  --includedir=DIR       C header files [PREFIX/include]
26879 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
26880 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
26881 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
26882 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
26883 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
26884 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
26885 +  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/libffi@:>@
26886 +  --htmldir=DIR          html documentation [DOCDIR]
26887 +  --dvidir=DIR           dvi documentation [DOCDIR]
26888 +  --pdfdir=DIR           pdf documentation [DOCDIR]
26889 +  --psdir=DIR            ps documentation [DOCDIR]
26890 +_ACEOF
26891 +
26892 +  cat <<\_ACEOF
26893 +
26894 +Program names:
26895 +  --program-prefix=PREFIX            prepend PREFIX to installed program names
26896 +  --program-suffix=SUFFIX            append SUFFIX to installed program names
26897 +  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
26898 +
26899 +System types:
26900 +  --build=BUILD     configure for building on BUILD [guessed]
26901 +  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
26902 +  --target=TARGET   configure for building compilers for TARGET [HOST]
26903 +_ACEOF
26904 +fi
26905 +
26906 +if test -n "$ac_init_help"; then
26907 +  case $ac_init_help in
26908 +     short | recursive ) echo "Configuration of libffi 3.0.8:";;
26909 +   esac
26910 +  cat <<\_ACEOF
26911 +
26912 +Optional Features:
26913 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
26914 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
26915 +  --disable-dependency-tracking  speeds up one-time build
26916 +  --enable-dependency-tracking   do not reject slow dependency extractors
26917 +  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
26918 +  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
26919 +  --enable-fast-install@<:@=PKGS@:>@ 
26920 +                          optimize for fast installation @<:@default=yes@:>@
26921 +  --disable-libtool-lock  avoid locking (might break parallel builds)
26922 +  --enable-maintainer-mode  enable make rules and dependencies not useful
26923 +                         (and sometimes confusing) to the casual installer
26924 +  --enable-debug          debugging mode
26925 +  --disable-structs       omit code for struct support
26926 +  --disable-raw-api       make the raw api unavailable
26927 +  --enable-purify-safety  purify-safe mode
26928 +
26929 +Optional Packages:
26930 +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
26931 +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
26932 +  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
26933 +  --with-pic              try to use only PIC/non-PIC objects @<:@default=use
26934 +                          both@:>@
26935 +  --with-tags@<:@=TAGS@:>@      include additional configurations @<:@automatic@:>@
26936 +
26937 +Some influential environment variables:
26938 +  CC          C compiler command
26939 +  CFLAGS      C compiler flags
26940 +  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
26941 +              nonstandard directory <lib dir>
26942 +  LIBS        libraries to pass to the linker, e.g. -l<library>
26943 +  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
26944 +              you have headers in a nonstandard directory <include dir>
26945 +  CCAS        assembler compiler command (defaults to CC)
26946 +  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
26947 +  CPP         C preprocessor
26948 +  CXX         C++ compiler command
26949 +  CXXFLAGS    C++ compiler flags
26950 +  CXXCPP      C++ preprocessor
26951 +  F77         Fortran 77 compiler command
26952 +  FFLAGS      Fortran 77 compiler flags
26953 +
26954 +Use these variables to override the choices made by `configure' or to help
26955 +it to find libraries and programs with nonstandard names/locations.
26956 +
26957 +Report bugs to <http://gcc.gnu.org/bugs.html>.
26958 +_ACEOF
26959 +ac_status=$?
26960 +fi
26961 +
26962 +if test "$ac_init_help" = "recursive"; then
26963 +  # If there are subdirs, report their specific --help.
26964 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
26965 +    test -d "$ac_dir" || continue
26966 +    ac_builddir=.
26967 +
26968 +case "$ac_dir" in
26969 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
26970 +*)
26971 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
26972 +  # A ".." for each directory in $ac_dir_suffix.
26973 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
26974 +  case $ac_top_builddir_sub in
26975 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
26976 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
26977 +  esac ;;
26978 +esac
26979 +ac_abs_top_builddir=$ac_pwd
26980 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
26981 +# for backward compatibility:
26982 +ac_top_builddir=$ac_top_build_prefix
26983 +
26984 +case $srcdir in
26985 +  .)  # We are building in place.
26986 +    ac_srcdir=.
26987 +    ac_top_srcdir=$ac_top_builddir_sub
26988 +    ac_abs_top_srcdir=$ac_pwd ;;
26989 +  [\\/]* | ?:[\\/]* )  # Absolute name.
26990 +    ac_srcdir=$srcdir$ac_dir_suffix;
26991 +    ac_top_srcdir=$srcdir
26992 +    ac_abs_top_srcdir=$srcdir ;;
26993 +  *) # Relative name.
26994 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
26995 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
26996 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
26997 +esac
26998 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
26999 +
27000 +    cd "$ac_dir" || { ac_status=$?; continue; }
27001 +    # Check for guested configure.
27002 +    if test -f "$ac_srcdir/configure.gnu"; then
27003 +      echo &&
27004 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
27005 +    elif test -f "$ac_srcdir/configure"; then
27006 +      echo &&
27007 +      $SHELL "$ac_srcdir/configure" --help=recursive
27008 +    else
27009 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
27010 +    fi || ac_status=$?
27011 +    cd "$ac_pwd" || { ac_status=$?; break; }
27012 +  done
27013 +fi
27014 +
27015 +test -n "$ac_init_help" && exit $ac_status
27016 +if $ac_init_version; then
27017 +  cat <<\_ACEOF
27018 +libffi configure 3.0.8
27019 +generated by GNU Autoconf 2.61
27020 +
27021 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
27022 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
27023 +This configure script is free software; the Free Software Foundation
27024 +gives unlimited permission to copy, distribute and modify it.
27025 +_ACEOF
27026 +  exit
27027 +fi
27028 +cat >config.log <<_ACEOF
27029 +This file contains any messages produced by compilers while
27030 +running configure, to aid debugging if configure makes a mistake.
27031 +
27032 +It was created by libffi $as_me 3.0.8, which was
27033 +generated by GNU Autoconf 2.61.  Invocation command line was
27034 +
27035 +  $ $0 $@
27036 +
27037 +_ACEOF
27038 +exec 5>>config.log
27039 +{
27040 +cat <<_ASUNAME
27041 +@%:@@%:@ --------- @%:@@%:@
27042 +@%:@@%:@ Platform. @%:@@%:@
27043 +@%:@@%:@ --------- @%:@@%:@
27044 +
27045 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
27046 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
27047 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
27048 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
27049 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
27050 +
27051 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
27052 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
27053 +
27054 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
27055 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
27056 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
27057 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
27058 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
27059 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
27060 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
27061 +
27062 +_ASUNAME
27063 +
27064 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27065 +for as_dir in $PATH
27066 +do
27067 +  IFS=$as_save_IFS
27068 +  test -z "$as_dir" && as_dir=.
27069 +  echo "PATH: $as_dir"
27070 +done
27071 +IFS=$as_save_IFS
27072 +
27073 +} >&5
27074 +
27075 +cat >&5 <<_ACEOF
27076 +
27077 +
27078 +@%:@@%:@ ----------- @%:@@%:@
27079 +@%:@@%:@ Core tests. @%:@@%:@
27080 +@%:@@%:@ ----------- @%:@@%:@
27081 +
27082 +_ACEOF
27083 +
27084 +
27085 +# Keep a trace of the command line.
27086 +# Strip out --no-create and --no-recursion so they do not pile up.
27087 +# Strip out --silent because we don't want to record it for future runs.
27088 +# Also quote any args containing shell meta-characters.
27089 +# Make two passes to allow for proper duplicate-argument suppression.
27090 +ac_configure_args=
27091 +ac_configure_args0=
27092 +ac_configure_args1=
27093 +ac_must_keep_next=false
27094 +for ac_pass in 1 2
27095 +do
27096 +  for ac_arg
27097 +  do
27098 +    case $ac_arg in
27099 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
27100 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27101 +    | -silent | --silent | --silen | --sile | --sil)
27102 +      continue ;;
27103 +    *\'*)
27104 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
27105 +    esac
27106 +    case $ac_pass in
27107 +    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
27108 +    2)
27109 +      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
27110 +      if test $ac_must_keep_next = true; then
27111 +       ac_must_keep_next=false # Got value, back to normal.
27112 +      else
27113 +       case $ac_arg in
27114 +         *=* | --config-cache | -C | -disable-* | --disable-* \
27115 +         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
27116 +         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
27117 +         | -with-* | --with-* | -without-* | --without-* | --x)
27118 +           case "$ac_configure_args0 " in
27119 +             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
27120 +           esac
27121 +           ;;
27122 +         -* ) ac_must_keep_next=true ;;
27123 +       esac
27124 +      fi
27125 +      ac_configure_args="$ac_configure_args '$ac_arg'"
27126 +      ;;
27127 +    esac
27128 +  done
27129 +done
27130 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
27131 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
27132 +
27133 +# When interrupted or exit'd, cleanup temporary files, and complete
27134 +# config.log.  We remove comments because anyway the quotes in there
27135 +# would cause problems or look ugly.
27136 +# WARNING: Use '\'' to represent an apostrophe within the trap.
27137 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
27138 +trap 'exit_status=$?
27139 +  # Save into config.log some information that might help in debugging.
27140 +  {
27141 +    echo
27142 +
27143 +    cat <<\_ASBOX
27144 +@%:@@%:@ ---------------- @%:@@%:@
27145 +@%:@@%:@ Cache variables. @%:@@%:@
27146 +@%:@@%:@ ---------------- @%:@@%:@
27147 +_ASBOX
27148 +    echo
27149 +    # The following way of writing the cache mishandles newlines in values,
27150 +(
27151 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
27152 +    eval ac_val=\$$ac_var
27153 +    case $ac_val in #(
27154 +    *${as_nl}*)
27155 +      case $ac_var in #(
27156 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27157 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27158 +      esac
27159 +      case $ac_var in #(
27160 +      _ | IFS | as_nl) ;; #(
27161 +      *) $as_unset $ac_var ;;
27162 +      esac ;;
27163 +    esac
27164 +  done
27165 +  (set) 2>&1 |
27166 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
27167 +    *${as_nl}ac_space=\ *)
27168 +      sed -n \
27169 +       "s/'\''/'\''\\\\'\'''\''/g;
27170 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
27171 +      ;; #(
27172 +    *)
27173 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27174 +      ;;
27175 +    esac |
27176 +    sort
27177 +)
27178 +    echo
27179 +
27180 +    cat <<\_ASBOX
27181 +@%:@@%:@ ----------------- @%:@@%:@
27182 +@%:@@%:@ Output variables. @%:@@%:@
27183 +@%:@@%:@ ----------------- @%:@@%:@
27184 +_ASBOX
27185 +    echo
27186 +    for ac_var in $ac_subst_vars
27187 +    do
27188 +      eval ac_val=\$$ac_var
27189 +      case $ac_val in
27190 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
27191 +      esac
27192 +      echo "$ac_var='\''$ac_val'\''"
27193 +    done | sort
27194 +    echo
27195 +
27196 +    if test -n "$ac_subst_files"; then
27197 +      cat <<\_ASBOX
27198 +@%:@@%:@ ------------------- @%:@@%:@
27199 +@%:@@%:@ File substitutions. @%:@@%:@
27200 +@%:@@%:@ ------------------- @%:@@%:@
27201 +_ASBOX
27202 +      echo
27203 +      for ac_var in $ac_subst_files
27204 +      do
27205 +       eval ac_val=\$$ac_var
27206 +       case $ac_val in
27207 +       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
27208 +       esac
27209 +       echo "$ac_var='\''$ac_val'\''"
27210 +      done | sort
27211 +      echo
27212 +    fi
27213 +
27214 +    if test -s confdefs.h; then
27215 +      cat <<\_ASBOX
27216 +@%:@@%:@ ----------- @%:@@%:@
27217 +@%:@@%:@ confdefs.h. @%:@@%:@
27218 +@%:@@%:@ ----------- @%:@@%:@
27219 +_ASBOX
27220 +      echo
27221 +      cat confdefs.h
27222 +      echo
27223 +    fi
27224 +    test "$ac_signal" != 0 &&
27225 +      echo "$as_me: caught signal $ac_signal"
27226 +    echo "$as_me: exit $exit_status"
27227 +  } >&5
27228 +  rm -f core *.core core.conftest.* &&
27229 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
27230 +    exit $exit_status
27231 +' 0
27232 +for ac_signal in 1 2 13 15; do
27233 +  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
27234 +done
27235 +ac_signal=0
27236 +
27237 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
27238 +rm -f -r conftest* confdefs.h
27239 +
27240 +# Predefined preprocessor variables.
27241 +
27242 +cat >>confdefs.h <<_ACEOF
27243 +@%:@define PACKAGE_NAME "$PACKAGE_NAME"
27244 +_ACEOF
27245 +
27246 +
27247 +cat >>confdefs.h <<_ACEOF
27248 +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
27249 +_ACEOF
27250 +
27251 +
27252 +cat >>confdefs.h <<_ACEOF
27253 +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
27254 +_ACEOF
27255 +
27256 +
27257 +cat >>confdefs.h <<_ACEOF
27258 +@%:@define PACKAGE_STRING "$PACKAGE_STRING"
27259 +_ACEOF
27260 +
27261 +
27262 +cat >>confdefs.h <<_ACEOF
27263 +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
27264 +_ACEOF
27265 +
27266 +
27267 +# Let the site file select an alternate cache file if it wants to.
27268 +# Prefer explicitly selected file to automatically selected ones.
27269 +if test -n "$CONFIG_SITE"; then
27270 +  set x "$CONFIG_SITE"
27271 +elif test "x$prefix" != xNONE; then
27272 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
27273 +else
27274 +  set x "$ac_default_prefix/share/config.site" \
27275 +       "$ac_default_prefix/etc/config.site"
27276 +fi
27277 +shift
27278 +for ac_site_file
27279 +do
27280 +  if test -r "$ac_site_file"; then
27281 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
27282 +echo "$as_me: loading site script $ac_site_file" >&6;}
27283 +    sed 's/^/| /' "$ac_site_file" >&5
27284 +    . "$ac_site_file"
27285 +  fi
27286 +done
27287 +
27288 +if test -r "$cache_file"; then
27289 +  # Some versions of bash will fail to source /dev/null (special
27290 +  # files actually), so we avoid doing that.
27291 +  if test -f "$cache_file"; then
27292 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
27293 +echo "$as_me: loading cache $cache_file" >&6;}
27294 +    case $cache_file in
27295 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
27296 +      *)                      . "./$cache_file";;
27297 +    esac
27298 +  fi
27299 +else
27300 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
27301 +echo "$as_me: creating cache $cache_file" >&6;}
27302 +  >$cache_file
27303 +fi
27304 +
27305 +# Check that the precious variables saved in the cache have kept the same
27306 +# value.
27307 +ac_cache_corrupted=false
27308 +for ac_var in $ac_precious_vars; do
27309 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
27310 +  eval ac_new_set=\$ac_env_${ac_var}_set
27311 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
27312 +  eval ac_new_val=\$ac_env_${ac_var}_value
27313 +  case $ac_old_set,$ac_new_set in
27314 +    set,)
27315 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
27316 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
27317 +      ac_cache_corrupted=: ;;
27318 +    ,set)
27319 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
27320 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
27321 +      ac_cache_corrupted=: ;;
27322 +    ,);;
27323 +    *)
27324 +      if test "x$ac_old_val" != "x$ac_new_val"; then
27325 +       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
27326 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
27327 +       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
27328 +echo "$as_me:   former value:  $ac_old_val" >&2;}
27329 +       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
27330 +echo "$as_me:   current value: $ac_new_val" >&2;}
27331 +       ac_cache_corrupted=:
27332 +      fi;;
27333 +  esac
27334 +  # Pass precious variables to config.status.
27335 +  if test "$ac_new_set" = set; then
27336 +    case $ac_new_val in
27337 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
27338 +    *) ac_arg=$ac_var=$ac_new_val ;;
27339 +    esac
27340 +    case " $ac_configure_args " in
27341 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
27342 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
27343 +    esac
27344 +  fi
27345 +done
27346 +if $ac_cache_corrupted; then
27347 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
27348 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
27349 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
27350 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
27351 +   { (exit 1); exit 1; }; }
27352 +fi
27353 +
27354 +
27355 +
27356 +
27357 +
27358 +
27359 +
27360 +
27361 +
27362 +
27363 +
27364 +
27365 +
27366 +
27367 +
27368 +
27369 +
27370 +
27371 +
27372 +
27373 +
27374 +
27375 +
27376 +
27377 +
27378 +ac_ext=c
27379 +ac_cpp='$CPP $CPPFLAGS'
27380 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27381 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27382 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
27383 +
27384 +
27385 +ac_config_headers="$ac_config_headers fficonfig.h"
27386 +
27387 +
27388 +ac_aux_dir=
27389 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
27390 +  if test -f "$ac_dir/install-sh"; then
27391 +    ac_aux_dir=$ac_dir
27392 +    ac_install_sh="$ac_aux_dir/install-sh -c"
27393 +    break
27394 +  elif test -f "$ac_dir/install.sh"; then
27395 +    ac_aux_dir=$ac_dir
27396 +    ac_install_sh="$ac_aux_dir/install.sh -c"
27397 +    break
27398 +  elif test -f "$ac_dir/shtool"; then
27399 +    ac_aux_dir=$ac_dir
27400 +    ac_install_sh="$ac_aux_dir/shtool install -c"
27401 +    break
27402 +  fi
27403 +done
27404 +if test -z "$ac_aux_dir"; then
27405 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
27406 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
27407 +   { (exit 1); exit 1; }; }
27408 +fi
27409 +
27410 +# These three variables are undocumented and unsupported,
27411 +# and are intended to be withdrawn in a future Autoconf release.
27412 +# They can cause serious problems if a builder's source tree is in a directory
27413 +# whose full name contains unusual characters.
27414 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
27415 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
27416 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
27417 +
27418 +
27419 +# Make sure we can run config.sub.
27420 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
27421 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
27422 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
27423 +   { (exit 1); exit 1; }; }
27424 +
27425 +{ echo "$as_me:$LINENO: checking build system type" >&5
27426 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
27427 +if test "${ac_cv_build+set}" = set; then
27428 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27429 +else
27430 +  ac_build_alias=$build_alias
27431 +test "x$ac_build_alias" = x &&
27432 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
27433 +test "x$ac_build_alias" = x &&
27434 +  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
27435 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
27436 +   { (exit 1); exit 1; }; }
27437 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
27438 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
27439 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
27440 +   { (exit 1); exit 1; }; }
27441 +
27442 +fi
27443 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
27444 +echo "${ECHO_T}$ac_cv_build" >&6; }
27445 +case $ac_cv_build in
27446 +*-*-*) ;;
27447 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
27448 +echo "$as_me: error: invalid value of canonical build" >&2;}
27449 +   { (exit 1); exit 1; }; };;
27450 +esac
27451 +build=$ac_cv_build
27452 +ac_save_IFS=$IFS; IFS='-'
27453 +set x $ac_cv_build
27454 +shift
27455 +build_cpu=$1
27456 +build_vendor=$2
27457 +shift; shift
27458 +# Remember, the first character of IFS is used to create $*,
27459 +# except with old shells:
27460 +build_os=$*
27461 +IFS=$ac_save_IFS
27462 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
27463 +
27464 +
27465 +{ echo "$as_me:$LINENO: checking host system type" >&5
27466 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
27467 +if test "${ac_cv_host+set}" = set; then
27468 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27469 +else
27470 +  if test "x$host_alias" = x; then
27471 +  ac_cv_host=$ac_cv_build
27472 +else
27473 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
27474 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
27475 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
27476 +   { (exit 1); exit 1; }; }
27477 +fi
27478 +
27479 +fi
27480 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
27481 +echo "${ECHO_T}$ac_cv_host" >&6; }
27482 +case $ac_cv_host in
27483 +*-*-*) ;;
27484 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
27485 +echo "$as_me: error: invalid value of canonical host" >&2;}
27486 +   { (exit 1); exit 1; }; };;
27487 +esac
27488 +host=$ac_cv_host
27489 +ac_save_IFS=$IFS; IFS='-'
27490 +set x $ac_cv_host
27491 +shift
27492 +host_cpu=$1
27493 +host_vendor=$2
27494 +shift; shift
27495 +# Remember, the first character of IFS is used to create $*,
27496 +# except with old shells:
27497 +host_os=$*
27498 +IFS=$ac_save_IFS
27499 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
27500 +
27501 +
27502 +{ echo "$as_me:$LINENO: checking target system type" >&5
27503 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
27504 +if test "${ac_cv_target+set}" = set; then
27505 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27506 +else
27507 +  if test "x$target_alias" = x; then
27508 +  ac_cv_target=$ac_cv_host
27509 +else
27510 +  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
27511 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
27512 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
27513 +   { (exit 1); exit 1; }; }
27514 +fi
27515 +
27516 +fi
27517 +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
27518 +echo "${ECHO_T}$ac_cv_target" >&6; }
27519 +case $ac_cv_target in
27520 +*-*-*) ;;
27521 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
27522 +echo "$as_me: error: invalid value of canonical target" >&2;}
27523 +   { (exit 1); exit 1; }; };;
27524 +esac
27525 +target=$ac_cv_target
27526 +ac_save_IFS=$IFS; IFS='-'
27527 +set x $ac_cv_target
27528 +shift
27529 +target_cpu=$1
27530 +target_vendor=$2
27531 +shift; shift
27532 +# Remember, the first character of IFS is used to create $*,
27533 +# except with old shells:
27534 +target_os=$*
27535 +IFS=$ac_save_IFS
27536 +case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
27537 +
27538 +
27539 +# The aliases save the names the user supplied, while $host etc.
27540 +# will get canonicalized.
27541 +test -n "$target_alias" &&
27542 +  test "$program_prefix$program_suffix$program_transform_name" = \
27543 +    NONENONEs,x,x, &&
27544 +  program_prefix=${target_alias}-
27545 +target_alias=${target_alias-$host_alias}
27546 +
27547 +. ${srcdir}/configure.host
27548 +
27549 +am__api_version='1.10'
27550 +
27551 +# Find a good install program.  We prefer a C program (faster),
27552 +# so one script is as good as another.  But avoid the broken or
27553 +# incompatible versions:
27554 +# SysV /etc/install, /usr/sbin/install
27555 +# SunOS /usr/etc/install
27556 +# IRIX /sbin/install
27557 +# AIX /bin/install
27558 +# AmigaOS /C/install, which installs bootblocks on floppy discs
27559 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
27560 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
27561 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
27562 +# OS/2's system install, which has a completely different semantic
27563 +# ./install, which can be erroneously created by make from ./install.sh.
27564 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
27565 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
27566 +if test -z "$INSTALL"; then
27567 +if test "${ac_cv_path_install+set}" = set; then
27568 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27569 +else
27570 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27571 +for as_dir in $PATH
27572 +do
27573 +  IFS=$as_save_IFS
27574 +  test -z "$as_dir" && as_dir=.
27575 +  # Account for people who put trailing slashes in PATH elements.
27576 +case $as_dir/ in
27577 +  ./ | .// | /cC/* | \
27578 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
27579 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
27580 +  /usr/ucb/* ) ;;
27581 +  *)
27582 +    # OSF1 and SCO ODT 3.0 have their own names for install.
27583 +    # Don't use installbsd from OSF since it installs stuff as root
27584 +    # by default.
27585 +    for ac_prog in ginstall scoinst install; do
27586 +      for ac_exec_ext in '' $ac_executable_extensions; do
27587 +       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
27588 +         if test $ac_prog = install &&
27589 +           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27590 +           # AIX install.  It has an incompatible calling convention.
27591 +           :
27592 +         elif test $ac_prog = install &&
27593 +           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27594 +           # program-specific install script used by HP pwplus--don't use.
27595 +           :
27596 +         else
27597 +           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
27598 +           break 3
27599 +         fi
27600 +       fi
27601 +      done
27602 +    done
27603 +    ;;
27604 +esac
27605 +done
27606 +IFS=$as_save_IFS
27607 +
27608 +
27609 +fi
27610 +  if test "${ac_cv_path_install+set}" = set; then
27611 +    INSTALL=$ac_cv_path_install
27612 +  else
27613 +    # As a last resort, use the slow shell script.  Don't cache a
27614 +    # value for INSTALL within a source directory, because that will
27615 +    # break other packages using the cache if that directory is
27616 +    # removed, or if the value is a relative name.
27617 +    INSTALL=$ac_install_sh
27618 +  fi
27619 +fi
27620 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
27621 +echo "${ECHO_T}$INSTALL" >&6; }
27622 +
27623 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
27624 +# It thinks the first close brace ends the variable substitution.
27625 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
27626 +
27627 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
27628 +
27629 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
27630 +
27631 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
27632 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
27633 +# Just in case
27634 +sleep 1
27635 +echo timestamp > conftest.file
27636 +# Do `set' in a subshell so we don't clobber the current shell's
27637 +# arguments.  Must try -L first in case configure is actually a
27638 +# symlink; some systems play weird games with the mod time of symlinks
27639 +# (eg FreeBSD returns the mod time of the symlink's containing
27640 +# directory).
27641 +if (
27642 +   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
27643 +   if test "$*" = "X"; then
27644 +      # -L didn't work.
27645 +      set X `ls -t $srcdir/configure conftest.file`
27646 +   fi
27647 +   rm -f conftest.file
27648 +   if test "$*" != "X $srcdir/configure conftest.file" \
27649 +      && test "$*" != "X conftest.file $srcdir/configure"; then
27650 +
27651 +      # If neither matched, then we have a broken ls.  This can happen
27652 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
27653 +      # broken ls alias from the environment.  This has actually
27654 +      # happened.  Such a system could not be considered "sane".
27655 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
27656 +alias in your environment" >&5
27657 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
27658 +alias in your environment" >&2;}
27659 +   { (exit 1); exit 1; }; }
27660 +   fi
27661 +
27662 +   test "$2" = conftest.file
27663 +   )
27664 +then
27665 +   # Ok.
27666 +   :
27667 +else
27668 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
27669 +Check your system clock" >&5
27670 +echo "$as_me: error: newly created file is older than distributed files!
27671 +Check your system clock" >&2;}
27672 +   { (exit 1); exit 1; }; }
27673 +fi
27674 +{ echo "$as_me:$LINENO: result: yes" >&5
27675 +echo "${ECHO_T}yes" >&6; }
27676 +test "$program_prefix" != NONE &&
27677 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
27678 +# Use a double $ so make ignores it.
27679 +test "$program_suffix" != NONE &&
27680 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
27681 +# Double any \ or $.  echo might interpret backslashes.
27682 +# By default was `s,x,x', remove it if useless.
27683 +cat <<\_ACEOF >conftest.sed
27684 +s/[\\$]/&&/g;s/;s,x,x,$//
27685 +_ACEOF
27686 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
27687 +rm -f conftest.sed
27688 +
27689 +# expand $ac_aux_dir to an absolute path
27690 +am_aux_dir=`cd $ac_aux_dir && pwd`
27691 +
27692 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
27693 +# Use eval to expand $SHELL
27694 +if eval "$MISSING --run true"; then
27695 +  am_missing_run="$MISSING --run "
27696 +else
27697 +  am_missing_run=
27698 +  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
27699 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
27700 +fi
27701 +
27702 +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
27703 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
27704 +if test -z "$MKDIR_P"; then
27705 +  if test "${ac_cv_path_mkdir+set}" = set; then
27706 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27707 +else
27708 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27709 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
27710 +do
27711 +  IFS=$as_save_IFS
27712 +  test -z "$as_dir" && as_dir=.
27713 +  for ac_prog in mkdir gmkdir; do
27714 +        for ac_exec_ext in '' $ac_executable_extensions; do
27715 +          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
27716 +          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
27717 +            'mkdir (GNU coreutils) '* | \
27718 +            'mkdir (coreutils) '* | \
27719 +            'mkdir (fileutils) '4.1*)
27720 +              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
27721 +              break 3;;
27722 +          esac
27723 +        done
27724 +       done
27725 +done
27726 +IFS=$as_save_IFS
27727 +
27728 +fi
27729 +
27730 +  if test "${ac_cv_path_mkdir+set}" = set; then
27731 +    MKDIR_P="$ac_cv_path_mkdir -p"
27732 +  else
27733 +    # As a last resort, use the slow shell script.  Don't cache a
27734 +    # value for MKDIR_P within a source directory, because that will
27735 +    # break other packages using the cache if that directory is
27736 +    # removed, or if the value is a relative name.
27737 +    test -d ./--version && rmdir ./--version
27738 +    MKDIR_P="$ac_install_sh -d"
27739 +  fi
27740 +fi
27741 +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
27742 +echo "${ECHO_T}$MKDIR_P" >&6; }
27743 +
27744 +mkdir_p="$MKDIR_P"
27745 +case $mkdir_p in
27746 +  [\\/$]* | ?:[\\/]*) ;;
27747 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
27748 +esac
27749 +
27750 +for ac_prog in gawk mawk nawk awk
27751 +do
27752 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
27753 +set dummy $ac_prog; ac_word=$2
27754 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
27755 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
27756 +if test "${ac_cv_prog_AWK+set}" = set; then
27757 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27758 +else
27759 +  if test -n "$AWK"; then
27760 +  ac_cv_prog_AWK="$AWK" # Let the user override the test.
27761 +else
27762 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27763 +for as_dir in $PATH
27764 +do
27765 +  IFS=$as_save_IFS
27766 +  test -z "$as_dir" && as_dir=.
27767 +  for ac_exec_ext in '' $ac_executable_extensions; do
27768 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27769 +    ac_cv_prog_AWK="$ac_prog"
27770 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27771 +    break 2
27772 +  fi
27773 +done
27774 +done
27775 +IFS=$as_save_IFS
27776 +
27777 +fi
27778 +fi
27779 +AWK=$ac_cv_prog_AWK
27780 +if test -n "$AWK"; then
27781 +  { echo "$as_me:$LINENO: result: $AWK" >&5
27782 +echo "${ECHO_T}$AWK" >&6; }
27783 +else
27784 +  { echo "$as_me:$LINENO: result: no" >&5
27785 +echo "${ECHO_T}no" >&6; }
27786 +fi
27787 +
27788 +
27789 +  test -n "$AWK" && break
27790 +done
27791 +
27792 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
27793 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
27794 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
27795 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
27796 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27797 +else
27798 +  cat >conftest.make <<\_ACEOF
27799 +SHELL = /bin/sh
27800 +all:
27801 +       @echo '@@@%%%=$(MAKE)=@@@%%%'
27802 +_ACEOF
27803 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27804 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
27805 +  *@@@%%%=?*=@@@%%%*)
27806 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
27807 +  *)
27808 +    eval ac_cv_prog_make_${ac_make}_set=no;;
27809 +esac
27810 +rm -f conftest.make
27811 +fi
27812 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
27813 +  { echo "$as_me:$LINENO: result: yes" >&5
27814 +echo "${ECHO_T}yes" >&6; }
27815 +  SET_MAKE=
27816 +else
27817 +  { echo "$as_me:$LINENO: result: no" >&5
27818 +echo "${ECHO_T}no" >&6; }
27819 +  SET_MAKE="MAKE=${MAKE-make}"
27820 +fi
27821 +
27822 +rm -rf .tst 2>/dev/null
27823 +mkdir .tst 2>/dev/null
27824 +if test -d .tst; then
27825 +  am__leading_dot=.
27826 +else
27827 +  am__leading_dot=_
27828 +fi
27829 +rmdir .tst 2>/dev/null
27830 +
27831 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
27832 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
27833 +  # is not polluted with repeated "-I."
27834 +  am__isrc=' -I$(srcdir)'
27835 +  # test to see if srcdir already configured
27836 +  if test -f $srcdir/config.status; then
27837 +    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
27838 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
27839 +   { (exit 1); exit 1; }; }
27840 +  fi
27841 +fi
27842 +
27843 +# test whether we have cygpath
27844 +if test -z "$CYGPATH_W"; then
27845 +  if (cygpath --version) >/dev/null 2>/dev/null; then
27846 +    CYGPATH_W='cygpath -w'
27847 +  else
27848 +    CYGPATH_W=echo
27849 +  fi
27850 +fi
27851 +
27852 +
27853 +# Define the identity of the package.
27854 + PACKAGE='libffi'
27855 + VERSION='3.0.8'
27856 +
27857 +
27858 +cat >>confdefs.h <<_ACEOF
27859 +@%:@define PACKAGE "$PACKAGE"
27860 +_ACEOF
27861 +
27862
27863 +cat >>confdefs.h <<_ACEOF
27864 +@%:@define VERSION "$VERSION"
27865 +_ACEOF
27866 +
27867 +# Some tools Automake needs.
27868 +
27869 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
27870 +
27871 +
27872 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
27873 +
27874 +
27875 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
27876 +
27877 +
27878 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
27879 +
27880 +
27881 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
27882 +
27883 +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
27884 +
27885 +# Installed binaries are usually stripped using `strip' when the user
27886 +# run `make install-strip'.  However `strip' might not be the right
27887 +# tool to use in cross-compilation environments, therefore Automake
27888 +# will honor the `STRIP' environment variable to overrule this program.
27889 +if test "$cross_compiling" != no; then
27890 +  if test -n "$ac_tool_prefix"; then
27891 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
27892 +set dummy ${ac_tool_prefix}strip; ac_word=$2
27893 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
27894 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
27895 +if test "${ac_cv_prog_STRIP+set}" = set; then
27896 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27897 +else
27898 +  if test -n "$STRIP"; then
27899 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
27900 +else
27901 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27902 +for as_dir in $PATH
27903 +do
27904 +  IFS=$as_save_IFS
27905 +  test -z "$as_dir" && as_dir=.
27906 +  for ac_exec_ext in '' $ac_executable_extensions; do
27907 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27908 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
27909 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27910 +    break 2
27911 +  fi
27912 +done
27913 +done
27914 +IFS=$as_save_IFS
27915 +
27916 +fi
27917 +fi
27918 +STRIP=$ac_cv_prog_STRIP
27919 +if test -n "$STRIP"; then
27920 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
27921 +echo "${ECHO_T}$STRIP" >&6; }
27922 +else
27923 +  { echo "$as_me:$LINENO: result: no" >&5
27924 +echo "${ECHO_T}no" >&6; }
27925 +fi
27926 +
27927 +
27928 +fi
27929 +if test -z "$ac_cv_prog_STRIP"; then
27930 +  ac_ct_STRIP=$STRIP
27931 +  # Extract the first word of "strip", so it can be a program name with args.
27932 +set dummy strip; ac_word=$2
27933 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
27934 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
27935 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
27936 +  echo $ECHO_N "(cached) $ECHO_C" >&6
27937 +else
27938 +  if test -n "$ac_ct_STRIP"; then
27939 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
27940 +else
27941 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27942 +for as_dir in $PATH
27943 +do
27944 +  IFS=$as_save_IFS
27945 +  test -z "$as_dir" && as_dir=.
27946 +  for ac_exec_ext in '' $ac_executable_extensions; do
27947 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
27948 +    ac_cv_prog_ac_ct_STRIP="strip"
27949 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27950 +    break 2
27951 +  fi
27952 +done
27953 +done
27954 +IFS=$as_save_IFS
27955 +
27956 +fi
27957 +fi
27958 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
27959 +if test -n "$ac_ct_STRIP"; then
27960 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
27961 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
27962 +else
27963 +  { echo "$as_me:$LINENO: result: no" >&5
27964 +echo "${ECHO_T}no" >&6; }
27965 +fi
27966 +
27967 +  if test "x$ac_ct_STRIP" = x; then
27968 +    STRIP=":"
27969 +  else
27970 +    case $cross_compiling:$ac_tool_warned in
27971 +yes:)
27972 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
27973 +whose name does not start with the host triplet.  If you think this
27974 +configuration is useful to you, please write to autoconf@gnu.org." >&5
27975 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
27976 +whose name does not start with the host triplet.  If you think this
27977 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
27978 +ac_tool_warned=yes ;;
27979 +esac
27980 +    STRIP=$ac_ct_STRIP
27981 +  fi
27982 +else
27983 +  STRIP="$ac_cv_prog_STRIP"
27984 +fi
27985 +
27986 +fi
27987 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
27988 +
27989 +# We need awk for the "check" target.  The system "awk" is bad on
27990 +# some platforms.
27991 +# Always define AMTAR for backward compatibility.
27992 +
27993 +AMTAR=${AMTAR-"${am_missing_run}tar"}
27994 +
27995 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
27996 +
27997 +
27998 +
27999 +
28000 +
28001 +
28002 +# The same as in boehm-gc and libstdc++. Have to borrow it from there.
28003 +# We must force CC to /not/ be precious variables; otherwise
28004 +# the wrong, non-multilib-adjusted value will be used in multilibs.
28005 +# As a side effect, we have to subst CFLAGS ourselves.
28006 +
28007 +
28008 +
28009 +ac_ext=c
28010 +ac_cpp='$CPP $CPPFLAGS'
28011 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28012 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28013 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
28014 +if test -n "$ac_tool_prefix"; then
28015 +  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
28016 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
28017 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28018 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28019 +if test "${ac_cv_prog_CC+set}" = set; then
28020 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28021 +else
28022 +  if test -n "$CC"; then
28023 +  ac_cv_prog_CC="$CC" # Let the user override the test.
28024 +else
28025 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28026 +for as_dir in $PATH
28027 +do
28028 +  IFS=$as_save_IFS
28029 +  test -z "$as_dir" && as_dir=.
28030 +  for ac_exec_ext in '' $ac_executable_extensions; do
28031 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28032 +    ac_cv_prog_CC="${ac_tool_prefix}gcc"
28033 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28034 +    break 2
28035 +  fi
28036 +done
28037 +done
28038 +IFS=$as_save_IFS
28039 +
28040 +fi
28041 +fi
28042 +CC=$ac_cv_prog_CC
28043 +if test -n "$CC"; then
28044 +  { echo "$as_me:$LINENO: result: $CC" >&5
28045 +echo "${ECHO_T}$CC" >&6; }
28046 +else
28047 +  { echo "$as_me:$LINENO: result: no" >&5
28048 +echo "${ECHO_T}no" >&6; }
28049 +fi
28050 +
28051 +
28052 +fi
28053 +if test -z "$ac_cv_prog_CC"; then
28054 +  ac_ct_CC=$CC
28055 +  # Extract the first word of "gcc", so it can be a program name with args.
28056 +set dummy gcc; ac_word=$2
28057 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28058 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28059 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
28060 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28061 +else
28062 +  if test -n "$ac_ct_CC"; then
28063 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
28064 +else
28065 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28066 +for as_dir in $PATH
28067 +do
28068 +  IFS=$as_save_IFS
28069 +  test -z "$as_dir" && as_dir=.
28070 +  for ac_exec_ext in '' $ac_executable_extensions; do
28071 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28072 +    ac_cv_prog_ac_ct_CC="gcc"
28073 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28074 +    break 2
28075 +  fi
28076 +done
28077 +done
28078 +IFS=$as_save_IFS
28079 +
28080 +fi
28081 +fi
28082 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
28083 +if test -n "$ac_ct_CC"; then
28084 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
28085 +echo "${ECHO_T}$ac_ct_CC" >&6; }
28086 +else
28087 +  { echo "$as_me:$LINENO: result: no" >&5
28088 +echo "${ECHO_T}no" >&6; }
28089 +fi
28090 +
28091 +  if test "x$ac_ct_CC" = x; then
28092 +    CC=""
28093 +  else
28094 +    case $cross_compiling:$ac_tool_warned in
28095 +yes:)
28096 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
28097 +whose name does not start with the host triplet.  If you think this
28098 +configuration is useful to you, please write to autoconf@gnu.org." >&5
28099 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
28100 +whose name does not start with the host triplet.  If you think this
28101 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
28102 +ac_tool_warned=yes ;;
28103 +esac
28104 +    CC=$ac_ct_CC
28105 +  fi
28106 +else
28107 +  CC="$ac_cv_prog_CC"
28108 +fi
28109 +
28110 +if test -z "$CC"; then
28111 +          if test -n "$ac_tool_prefix"; then
28112 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28113 +set dummy ${ac_tool_prefix}cc; ac_word=$2
28114 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28115 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28116 +if test "${ac_cv_prog_CC+set}" = set; then
28117 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28118 +else
28119 +  if test -n "$CC"; then
28120 +  ac_cv_prog_CC="$CC" # Let the user override the test.
28121 +else
28122 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28123 +for as_dir in $PATH
28124 +do
28125 +  IFS=$as_save_IFS
28126 +  test -z "$as_dir" && as_dir=.
28127 +  for ac_exec_ext in '' $ac_executable_extensions; do
28128 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28129 +    ac_cv_prog_CC="${ac_tool_prefix}cc"
28130 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28131 +    break 2
28132 +  fi
28133 +done
28134 +done
28135 +IFS=$as_save_IFS
28136 +
28137 +fi
28138 +fi
28139 +CC=$ac_cv_prog_CC
28140 +if test -n "$CC"; then
28141 +  { echo "$as_me:$LINENO: result: $CC" >&5
28142 +echo "${ECHO_T}$CC" >&6; }
28143 +else
28144 +  { echo "$as_me:$LINENO: result: no" >&5
28145 +echo "${ECHO_T}no" >&6; }
28146 +fi
28147 +
28148 +
28149 +  fi
28150 +fi
28151 +if test -z "$CC"; then
28152 +  # Extract the first word of "cc", so it can be a program name with args.
28153 +set dummy cc; ac_word=$2
28154 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28155 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28156 +if test "${ac_cv_prog_CC+set}" = set; then
28157 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28158 +else
28159 +  if test -n "$CC"; then
28160 +  ac_cv_prog_CC="$CC" # Let the user override the test.
28161 +else
28162 +  ac_prog_rejected=no
28163 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28164 +for as_dir in $PATH
28165 +do
28166 +  IFS=$as_save_IFS
28167 +  test -z "$as_dir" && as_dir=.
28168 +  for ac_exec_ext in '' $ac_executable_extensions; do
28169 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28170 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
28171 +       ac_prog_rejected=yes
28172 +       continue
28173 +     fi
28174 +    ac_cv_prog_CC="cc"
28175 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28176 +    break 2
28177 +  fi
28178 +done
28179 +done
28180 +IFS=$as_save_IFS
28181 +
28182 +if test $ac_prog_rejected = yes; then
28183 +  # We found a bogon in the path, so make sure we never use it.
28184 +  set dummy $ac_cv_prog_CC
28185 +  shift
28186 +  if test $@%:@ != 0; then
28187 +    # We chose a different compiler from the bogus one.
28188 +    # However, it has the same basename, so the bogon will be chosen
28189 +    # first if we set CC to just the basename; use the full file name.
28190 +    shift
28191 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
28192 +  fi
28193 +fi
28194 +fi
28195 +fi
28196 +CC=$ac_cv_prog_CC
28197 +if test -n "$CC"; then
28198 +  { echo "$as_me:$LINENO: result: $CC" >&5
28199 +echo "${ECHO_T}$CC" >&6; }
28200 +else
28201 +  { echo "$as_me:$LINENO: result: no" >&5
28202 +echo "${ECHO_T}no" >&6; }
28203 +fi
28204 +
28205 +
28206 +fi
28207 +if test -z "$CC"; then
28208 +  if test -n "$ac_tool_prefix"; then
28209 +  for ac_prog in cl.exe
28210 +  do
28211 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
28212 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
28213 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28214 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28215 +if test "${ac_cv_prog_CC+set}" = set; then
28216 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28217 +else
28218 +  if test -n "$CC"; then
28219 +  ac_cv_prog_CC="$CC" # Let the user override the test.
28220 +else
28221 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28222 +for as_dir in $PATH
28223 +do
28224 +  IFS=$as_save_IFS
28225 +  test -z "$as_dir" && as_dir=.
28226 +  for ac_exec_ext in '' $ac_executable_extensions; do
28227 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28228 +    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
28229 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28230 +    break 2
28231 +  fi
28232 +done
28233 +done
28234 +IFS=$as_save_IFS
28235 +
28236 +fi
28237 +fi
28238 +CC=$ac_cv_prog_CC
28239 +if test -n "$CC"; then
28240 +  { echo "$as_me:$LINENO: result: $CC" >&5
28241 +echo "${ECHO_T}$CC" >&6; }
28242 +else
28243 +  { echo "$as_me:$LINENO: result: no" >&5
28244 +echo "${ECHO_T}no" >&6; }
28245 +fi
28246 +
28247 +
28248 +    test -n "$CC" && break
28249 +  done
28250 +fi
28251 +if test -z "$CC"; then
28252 +  ac_ct_CC=$CC
28253 +  for ac_prog in cl.exe
28254 +do
28255 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
28256 +set dummy $ac_prog; ac_word=$2
28257 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
28258 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28259 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
28260 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28261 +else
28262 +  if test -n "$ac_ct_CC"; then
28263 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
28264 +else
28265 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28266 +for as_dir in $PATH
28267 +do
28268 +  IFS=$as_save_IFS
28269 +  test -z "$as_dir" && as_dir=.
28270 +  for ac_exec_ext in '' $ac_executable_extensions; do
28271 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28272 +    ac_cv_prog_ac_ct_CC="$ac_prog"
28273 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28274 +    break 2
28275 +  fi
28276 +done
28277 +done
28278 +IFS=$as_save_IFS
28279 +
28280 +fi
28281 +fi
28282 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
28283 +if test -n "$ac_ct_CC"; then
28284 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
28285 +echo "${ECHO_T}$ac_ct_CC" >&6; }
28286 +else
28287 +  { echo "$as_me:$LINENO: result: no" >&5
28288 +echo "${ECHO_T}no" >&6; }
28289 +fi
28290 +
28291 +
28292 +  test -n "$ac_ct_CC" && break
28293 +done
28294 +
28295 +  if test "x$ac_ct_CC" = x; then
28296 +    CC=""
28297 +  else
28298 +    case $cross_compiling:$ac_tool_warned in
28299 +yes:)
28300 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
28301 +whose name does not start with the host triplet.  If you think this
28302 +configuration is useful to you, please write to autoconf@gnu.org." >&5
28303 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
28304 +whose name does not start with the host triplet.  If you think this
28305 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
28306 +ac_tool_warned=yes ;;
28307 +esac
28308 +    CC=$ac_ct_CC
28309 +  fi
28310 +fi
28311 +
28312 +fi
28313 +
28314 +
28315 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
28316 +See \`config.log' for more details." >&5
28317 +echo "$as_me: error: no acceptable C compiler found in \$PATH
28318 +See \`config.log' for more details." >&2;}
28319 +   { (exit 1); exit 1; }; }
28320 +
28321 +# Provide some information about the compiler.
28322 +echo "$as_me:$LINENO: checking for C compiler version" >&5
28323 +ac_compiler=`set X $ac_compile; echo $2`
28324 +{ (ac_try="$ac_compiler --version >&5"
28325 +case "(($ac_try" in
28326 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28327 +  *) ac_try_echo=$ac_try;;
28328 +esac
28329 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28330 +  (eval "$ac_compiler --version >&5") 2>&5
28331 +  ac_status=$?
28332 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28333 +  (exit $ac_status); }
28334 +{ (ac_try="$ac_compiler -v >&5"
28335 +case "(($ac_try" in
28336 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28337 +  *) ac_try_echo=$ac_try;;
28338 +esac
28339 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28340 +  (eval "$ac_compiler -v >&5") 2>&5
28341 +  ac_status=$?
28342 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28343 +  (exit $ac_status); }
28344 +{ (ac_try="$ac_compiler -V >&5"
28345 +case "(($ac_try" in
28346 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28347 +  *) ac_try_echo=$ac_try;;
28348 +esac
28349 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28350 +  (eval "$ac_compiler -V >&5") 2>&5
28351 +  ac_status=$?
28352 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28353 +  (exit $ac_status); }
28354 +
28355 +cat >conftest.$ac_ext <<_ACEOF
28356 +/* confdefs.h.  */
28357 +_ACEOF
28358 +cat confdefs.h >>conftest.$ac_ext
28359 +cat >>conftest.$ac_ext <<_ACEOF
28360 +/* end confdefs.h.  */
28361 +
28362 +int
28363 +main ()
28364 +{
28365 +
28366 +  ;
28367 +  return 0;
28368 +}
28369 +_ACEOF
28370 +ac_clean_files_save=$ac_clean_files
28371 +ac_clean_files="$ac_clean_files a.out a.exe b.out"
28372 +# Try to create an executable without -o first, disregard a.out.
28373 +# It will help us diagnose broken compilers, and finding out an intuition
28374 +# of exeext.
28375 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
28376 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
28377 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
28378 +#
28379 +# List of possible output files, starting from the most likely.
28380 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
28381 +# only as a last resort.  b.out is created by i960 compilers.
28382 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
28383 +#
28384 +# The IRIX 6 linker writes into existing files which may not be
28385 +# executable, retaining their permissions.  Remove them first so a
28386 +# subsequent execution test works.
28387 +ac_rmfiles=
28388 +for ac_file in $ac_files
28389 +do
28390 +  case $ac_file in
28391 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
28392 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
28393 +  esac
28394 +done
28395 +rm -f $ac_rmfiles
28396 +
28397 +if { (ac_try="$ac_link_default"
28398 +case "(($ac_try" in
28399 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28400 +  *) ac_try_echo=$ac_try;;
28401 +esac
28402 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28403 +  (eval "$ac_link_default") 2>&5
28404 +  ac_status=$?
28405 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28406 +  (exit $ac_status); }; then
28407 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
28408 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
28409 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
28410 +# so that the user can short-circuit this test for compilers unknown to
28411 +# Autoconf.
28412 +for ac_file in $ac_files ''
28413 +do
28414 +  test -f "$ac_file" || continue
28415 +  case $ac_file in
28416 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
28417 +       ;;
28418 +    [ab].out )
28419 +       # We found the default executable, but exeext='' is most
28420 +       # certainly right.
28421 +       break;;
28422 +    *.* )
28423 +        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
28424 +       then :; else
28425 +          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
28426 +       fi
28427 +       # We set ac_cv_exeext here because the later test for it is not
28428 +       # safe: cross compilers may not add the suffix if given an `-o'
28429 +       # argument, so we may need to know it at that point already.
28430 +       # Even if this section looks crufty: it has the advantage of
28431 +       # actually working.
28432 +       break;;
28433 +    * )
28434 +       break;;
28435 +  esac
28436 +done
28437 +test "$ac_cv_exeext" = no && ac_cv_exeext=
28438 +
28439 +else
28440 +  ac_file=''
28441 +fi
28442 +
28443 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
28444 +echo "${ECHO_T}$ac_file" >&6; }
28445 +if test -z "$ac_file"; then
28446 +  echo "$as_me: failed program was:" >&5
28447 +sed 's/^/| /' conftest.$ac_ext >&5
28448 +
28449 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
28450 +See \`config.log' for more details." >&5
28451 +echo "$as_me: error: C compiler cannot create executables
28452 +See \`config.log' for more details." >&2;}
28453 +   { (exit 77); exit 77; }; }
28454 +fi
28455 +
28456 +ac_exeext=$ac_cv_exeext
28457 +
28458 +# Check that the compiler produces executables we can run.  If not, either
28459 +# the compiler is broken, or we cross compile.
28460 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
28461 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
28462 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
28463 +# If not cross compiling, check that we can run a simple program.
28464 +if test "$cross_compiling" != yes; then
28465 +  if { ac_try='./$ac_file'
28466 +  { (case "(($ac_try" in
28467 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28468 +  *) ac_try_echo=$ac_try;;
28469 +esac
28470 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28471 +  (eval "$ac_try") 2>&5
28472 +  ac_status=$?
28473 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28474 +  (exit $ac_status); }; }; then
28475 +    cross_compiling=no
28476 +  else
28477 +    if test "$cross_compiling" = maybe; then
28478 +       cross_compiling=yes
28479 +    else
28480 +       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
28481 +If you meant to cross compile, use \`--host'.
28482 +See \`config.log' for more details." >&5
28483 +echo "$as_me: error: cannot run C compiled programs.
28484 +If you meant to cross compile, use \`--host'.
28485 +See \`config.log' for more details." >&2;}
28486 +   { (exit 1); exit 1; }; }
28487 +    fi
28488 +  fi
28489 +fi
28490 +{ echo "$as_me:$LINENO: result: yes" >&5
28491 +echo "${ECHO_T}yes" >&6; }
28492 +
28493 +rm -f a.out a.exe conftest$ac_cv_exeext b.out
28494 +ac_clean_files=$ac_clean_files_save
28495 +# Check that the compiler produces executables we can run.  If not, either
28496 +# the compiler is broken, or we cross compile.
28497 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
28498 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
28499 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
28500 +echo "${ECHO_T}$cross_compiling" >&6; }
28501 +
28502 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
28503 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
28504 +if { (ac_try="$ac_link"
28505 +case "(($ac_try" in
28506 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28507 +  *) ac_try_echo=$ac_try;;
28508 +esac
28509 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28510 +  (eval "$ac_link") 2>&5
28511 +  ac_status=$?
28512 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28513 +  (exit $ac_status); }; then
28514 +  # If both `conftest.exe' and `conftest' are `present' (well, observable)
28515 +# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
28516 +# work properly (i.e., refer to `conftest.exe'), while it won't with
28517 +# `rm'.
28518 +for ac_file in conftest.exe conftest conftest.*; do
28519 +  test -f "$ac_file" || continue
28520 +  case $ac_file in
28521 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
28522 +    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
28523 +         break;;
28524 +    * ) break;;
28525 +  esac
28526 +done
28527 +else
28528 +  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
28529 +See \`config.log' for more details." >&5
28530 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
28531 +See \`config.log' for more details." >&2;}
28532 +   { (exit 1); exit 1; }; }
28533 +fi
28534 +
28535 +rm -f conftest$ac_cv_exeext
28536 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
28537 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
28538 +
28539 +rm -f conftest.$ac_ext
28540 +EXEEXT=$ac_cv_exeext
28541 +ac_exeext=$EXEEXT
28542 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
28543 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
28544 +if test "${ac_cv_objext+set}" = set; then
28545 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28546 +else
28547 +  cat >conftest.$ac_ext <<_ACEOF
28548 +/* confdefs.h.  */
28549 +_ACEOF
28550 +cat confdefs.h >>conftest.$ac_ext
28551 +cat >>conftest.$ac_ext <<_ACEOF
28552 +/* end confdefs.h.  */
28553 +
28554 +int
28555 +main ()
28556 +{
28557 +
28558 +  ;
28559 +  return 0;
28560 +}
28561 +_ACEOF
28562 +rm -f conftest.o conftest.obj
28563 +if { (ac_try="$ac_compile"
28564 +case "(($ac_try" in
28565 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28566 +  *) ac_try_echo=$ac_try;;
28567 +esac
28568 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28569 +  (eval "$ac_compile") 2>&5
28570 +  ac_status=$?
28571 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28572 +  (exit $ac_status); }; then
28573 +  for ac_file in conftest.o conftest.obj conftest.*; do
28574 +  test -f "$ac_file" || continue;
28575 +  case $ac_file in
28576 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
28577 +    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
28578 +       break;;
28579 +  esac
28580 +done
28581 +else
28582 +  echo "$as_me: failed program was:" >&5
28583 +sed 's/^/| /' conftest.$ac_ext >&5
28584 +
28585 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
28586 +See \`config.log' for more details." >&5
28587 +echo "$as_me: error: cannot compute suffix of object files: cannot compile
28588 +See \`config.log' for more details." >&2;}
28589 +   { (exit 1); exit 1; }; }
28590 +fi
28591 +
28592 +rm -f conftest.$ac_cv_objext conftest.$ac_ext
28593 +fi
28594 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
28595 +echo "${ECHO_T}$ac_cv_objext" >&6; }
28596 +OBJEXT=$ac_cv_objext
28597 +ac_objext=$OBJEXT
28598 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
28599 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
28600 +if test "${ac_cv_c_compiler_gnu+set}" = set; then
28601 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28602 +else
28603 +  cat >conftest.$ac_ext <<_ACEOF
28604 +/* confdefs.h.  */
28605 +_ACEOF
28606 +cat confdefs.h >>conftest.$ac_ext
28607 +cat >>conftest.$ac_ext <<_ACEOF
28608 +/* end confdefs.h.  */
28609 +
28610 +int
28611 +main ()
28612 +{
28613 +#ifndef __GNUC__
28614 +       choke me
28615 +#endif
28616 +
28617 +  ;
28618 +  return 0;
28619 +}
28620 +_ACEOF
28621 +rm -f conftest.$ac_objext
28622 +if { (ac_try="$ac_compile"
28623 +case "(($ac_try" in
28624 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28625 +  *) ac_try_echo=$ac_try;;
28626 +esac
28627 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28628 +  (eval "$ac_compile") 2>conftest.er1
28629 +  ac_status=$?
28630 +  grep -v '^ *+' conftest.er1 >conftest.err
28631 +  rm -f conftest.er1
28632 +  cat conftest.err >&5
28633 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28634 +  (exit $ac_status); } && {
28635 +        test -z "$ac_c_werror_flag" ||
28636 +        test ! -s conftest.err
28637 +       } && test -s conftest.$ac_objext; then
28638 +  ac_compiler_gnu=yes
28639 +else
28640 +  echo "$as_me: failed program was:" >&5
28641 +sed 's/^/| /' conftest.$ac_ext >&5
28642 +
28643 +       ac_compiler_gnu=no
28644 +fi
28645 +
28646 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28647 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
28648 +
28649 +fi
28650 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
28651 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
28652 +GCC=`test $ac_compiler_gnu = yes && echo yes`
28653 +ac_test_CFLAGS=${CFLAGS+set}
28654 +ac_save_CFLAGS=$CFLAGS
28655 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
28656 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
28657 +if test "${ac_cv_prog_cc_g+set}" = set; then
28658 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28659 +else
28660 +  ac_save_c_werror_flag=$ac_c_werror_flag
28661 +   ac_c_werror_flag=yes
28662 +   ac_cv_prog_cc_g=no
28663 +   CFLAGS="-g"
28664 +   cat >conftest.$ac_ext <<_ACEOF
28665 +/* confdefs.h.  */
28666 +_ACEOF
28667 +cat confdefs.h >>conftest.$ac_ext
28668 +cat >>conftest.$ac_ext <<_ACEOF
28669 +/* end confdefs.h.  */
28670 +
28671 +int
28672 +main ()
28673 +{
28674 +
28675 +  ;
28676 +  return 0;
28677 +}
28678 +_ACEOF
28679 +rm -f conftest.$ac_objext
28680 +if { (ac_try="$ac_compile"
28681 +case "(($ac_try" in
28682 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28683 +  *) ac_try_echo=$ac_try;;
28684 +esac
28685 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28686 +  (eval "$ac_compile") 2>conftest.er1
28687 +  ac_status=$?
28688 +  grep -v '^ *+' conftest.er1 >conftest.err
28689 +  rm -f conftest.er1
28690 +  cat conftest.err >&5
28691 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28692 +  (exit $ac_status); } && {
28693 +        test -z "$ac_c_werror_flag" ||
28694 +        test ! -s conftest.err
28695 +       } && test -s conftest.$ac_objext; then
28696 +  ac_cv_prog_cc_g=yes
28697 +else
28698 +  echo "$as_me: failed program was:" >&5
28699 +sed 's/^/| /' conftest.$ac_ext >&5
28700 +
28701 +       CFLAGS=""
28702 +      cat >conftest.$ac_ext <<_ACEOF
28703 +/* confdefs.h.  */
28704 +_ACEOF
28705 +cat confdefs.h >>conftest.$ac_ext
28706 +cat >>conftest.$ac_ext <<_ACEOF
28707 +/* end confdefs.h.  */
28708 +
28709 +int
28710 +main ()
28711 +{
28712 +
28713 +  ;
28714 +  return 0;
28715 +}
28716 +_ACEOF
28717 +rm -f conftest.$ac_objext
28718 +if { (ac_try="$ac_compile"
28719 +case "(($ac_try" in
28720 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28721 +  *) ac_try_echo=$ac_try;;
28722 +esac
28723 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28724 +  (eval "$ac_compile") 2>conftest.er1
28725 +  ac_status=$?
28726 +  grep -v '^ *+' conftest.er1 >conftest.err
28727 +  rm -f conftest.er1
28728 +  cat conftest.err >&5
28729 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28730 +  (exit $ac_status); } && {
28731 +        test -z "$ac_c_werror_flag" ||
28732 +        test ! -s conftest.err
28733 +       } && test -s conftest.$ac_objext; then
28734 +  :
28735 +else
28736 +  echo "$as_me: failed program was:" >&5
28737 +sed 's/^/| /' conftest.$ac_ext >&5
28738 +
28739 +       ac_c_werror_flag=$ac_save_c_werror_flag
28740 +        CFLAGS="-g"
28741 +        cat >conftest.$ac_ext <<_ACEOF
28742 +/* confdefs.h.  */
28743 +_ACEOF
28744 +cat confdefs.h >>conftest.$ac_ext
28745 +cat >>conftest.$ac_ext <<_ACEOF
28746 +/* end confdefs.h.  */
28747 +
28748 +int
28749 +main ()
28750 +{
28751 +
28752 +  ;
28753 +  return 0;
28754 +}
28755 +_ACEOF
28756 +rm -f conftest.$ac_objext
28757 +if { (ac_try="$ac_compile"
28758 +case "(($ac_try" in
28759 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28760 +  *) ac_try_echo=$ac_try;;
28761 +esac
28762 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28763 +  (eval "$ac_compile") 2>conftest.er1
28764 +  ac_status=$?
28765 +  grep -v '^ *+' conftest.er1 >conftest.err
28766 +  rm -f conftest.er1
28767 +  cat conftest.err >&5
28768 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28769 +  (exit $ac_status); } && {
28770 +        test -z "$ac_c_werror_flag" ||
28771 +        test ! -s conftest.err
28772 +       } && test -s conftest.$ac_objext; then
28773 +  ac_cv_prog_cc_g=yes
28774 +else
28775 +  echo "$as_me: failed program was:" >&5
28776 +sed 's/^/| /' conftest.$ac_ext >&5
28777 +
28778 +       
28779 +fi
28780 +
28781 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28782 +fi
28783 +
28784 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28785 +fi
28786 +
28787 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28788 +   ac_c_werror_flag=$ac_save_c_werror_flag
28789 +fi
28790 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
28791 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
28792 +if test "$ac_test_CFLAGS" = set; then
28793 +  CFLAGS=$ac_save_CFLAGS
28794 +elif test $ac_cv_prog_cc_g = yes; then
28795 +  if test "$GCC" = yes; then
28796 +    CFLAGS="-g -O2"
28797 +  else
28798 +    CFLAGS="-g"
28799 +  fi
28800 +else
28801 +  if test "$GCC" = yes; then
28802 +    CFLAGS="-O2"
28803 +  else
28804 +    CFLAGS=
28805 +  fi
28806 +fi
28807 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
28808 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
28809 +if test "${ac_cv_prog_cc_c89+set}" = set; then
28810 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28811 +else
28812 +  ac_cv_prog_cc_c89=no
28813 +ac_save_CC=$CC
28814 +cat >conftest.$ac_ext <<_ACEOF
28815 +/* confdefs.h.  */
28816 +_ACEOF
28817 +cat confdefs.h >>conftest.$ac_ext
28818 +cat >>conftest.$ac_ext <<_ACEOF
28819 +/* end confdefs.h.  */
28820 +#include <stdarg.h>
28821 +#include <stdio.h>
28822 +#include <sys/types.h>
28823 +#include <sys/stat.h>
28824 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
28825 +struct buf { int x; };
28826 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
28827 +static char *e (p, i)
28828 +     char **p;
28829 +     int i;
28830 +{
28831 +  return p[i];
28832 +}
28833 +static char *f (char * (*g) (char **, int), char **p, ...)
28834 +{
28835 +  char *s;
28836 +  va_list v;
28837 +  va_start (v,p);
28838 +  s = g (p, va_arg (v,int));
28839 +  va_end (v);
28840 +  return s;
28841 +}
28842 +
28843 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
28844 +   function prototypes and stuff, but not '\xHH' hex character constants.
28845 +   These don't provoke an error unfortunately, instead are silently treated
28846 +   as 'x'.  The following induces an error, until -std is added to get
28847 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
28848 +   array size at least.  It's necessary to write '\x00'==0 to get something
28849 +   that's true only with -std.  */
28850 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
28851 +
28852 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
28853 +   inside strings and character constants.  */
28854 +#define FOO(x) 'x'
28855 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
28856 +
28857 +int test (int i, double x);
28858 +struct s1 {int (*f) (int a);};
28859 +struct s2 {int (*f) (double a);};
28860 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
28861 +int argc;
28862 +char **argv;
28863 +int
28864 +main ()
28865 +{
28866 +return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
28867 +  ;
28868 +  return 0;
28869 +}
28870 +_ACEOF
28871 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
28872 +       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
28873 +do
28874 +  CC="$ac_save_CC $ac_arg"
28875 +  rm -f conftest.$ac_objext
28876 +if { (ac_try="$ac_compile"
28877 +case "(($ac_try" in
28878 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28879 +  *) ac_try_echo=$ac_try;;
28880 +esac
28881 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28882 +  (eval "$ac_compile") 2>conftest.er1
28883 +  ac_status=$?
28884 +  grep -v '^ *+' conftest.er1 >conftest.err
28885 +  rm -f conftest.er1
28886 +  cat conftest.err >&5
28887 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28888 +  (exit $ac_status); } && {
28889 +        test -z "$ac_c_werror_flag" ||
28890 +        test ! -s conftest.err
28891 +       } && test -s conftest.$ac_objext; then
28892 +  ac_cv_prog_cc_c89=$ac_arg
28893 +else
28894 +  echo "$as_me: failed program was:" >&5
28895 +sed 's/^/| /' conftest.$ac_ext >&5
28896 +
28897 +       
28898 +fi
28899 +
28900 +rm -f core conftest.err conftest.$ac_objext 
28901 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
28902 +done
28903 +rm -f conftest.$ac_ext
28904 +CC=$ac_save_CC
28905 +
28906 +fi
28907 +# AC_CACHE_VAL
28908 +case "x$ac_cv_prog_cc_c89" in
28909 +  x)
28910 +    { echo "$as_me:$LINENO: result: none needed" >&5
28911 +echo "${ECHO_T}none needed" >&6; } ;;
28912 +  xno)
28913 +    { echo "$as_me:$LINENO: result: unsupported" >&5
28914 +echo "${ECHO_T}unsupported" >&6; } ;;
28915 +  *)
28916 +    CC="$CC $ac_cv_prog_cc_c89"
28917 +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
28918 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
28919 +esac
28920 +
28921 +
28922 +ac_ext=c
28923 +ac_cpp='$CPP $CPPFLAGS'
28924 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28925 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28926 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
28927 +DEPDIR="${am__leading_dot}deps"
28928 +
28929 +ac_config_commands="$ac_config_commands depfiles"
28930 +
28931 +
28932 +am_make=${MAKE-make}
28933 +cat > confinc << 'END'
28934 +am__doit:
28935 +       @echo done
28936 +.PHONY: am__doit
28937 +END
28938 +# If we don't find an include directive, just comment out the code.
28939 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
28940 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
28941 +am__include="#"
28942 +am__quote=
28943 +_am_result=none
28944 +# First try GNU make style include.
28945 +echo "include confinc" > confmf
28946 +# We grep out `Entering directory' and `Leaving directory'
28947 +# messages which can occur if `w' ends up in MAKEFLAGS.
28948 +# In particular we don't look at `^make:' because GNU make might
28949 +# be invoked under some other name (usually "gmake"), in which
28950 +# case it prints its new name instead of `make'.
28951 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
28952 +   am__include=include
28953 +   am__quote=
28954 +   _am_result=GNU
28955 +fi
28956 +# Now try BSD make style include.
28957 +if test "$am__include" = "#"; then
28958 +   echo '.include "confinc"' > confmf
28959 +   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
28960 +      am__include=.include
28961 +      am__quote="\""
28962 +      _am_result=BSD
28963 +   fi
28964 +fi
28965 +
28966 +
28967 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
28968 +echo "${ECHO_T}$_am_result" >&6; }
28969 +rm -f confinc confmf
28970 +
28971 +# Check whether --enable-dependency-tracking was given.
28972 +if test "${enable_dependency_tracking+set}" = set; then
28973 +  enableval=$enable_dependency_tracking; 
28974 +fi
28975 +
28976 +if test "x$enable_dependency_tracking" != xno; then
28977 +  am_depcomp="$ac_aux_dir/depcomp"
28978 +  AMDEPBACKSLASH='\'
28979 +fi
28980 + if test "x$enable_dependency_tracking" != xno; then
28981 +  AMDEP_TRUE=
28982 +  AMDEP_FALSE='#'
28983 +else
28984 +  AMDEP_TRUE='#'
28985 +  AMDEP_FALSE=
28986 +fi
28987 +
28988 +
28989 +
28990 +depcc="$CC"   am_compiler_list=
28991 +
28992 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
28993 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
28994 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
28995 +  echo $ECHO_N "(cached) $ECHO_C" >&6
28996 +else
28997 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
28998 +  # We make a subdir and do the tests there.  Otherwise we can end up
28999 +  # making bogus files that we don't know about and never remove.  For
29000 +  # instance it was reported that on HP-UX the gcc test will end up
29001 +  # making a dummy file named `D' -- because `-MD' means `put the output
29002 +  # in D'.
29003 +  mkdir conftest.dir
29004 +  # Copy depcomp to subdir because otherwise we won't find it if we're
29005 +  # using a relative directory.
29006 +  cp "$am_depcomp" conftest.dir
29007 +  cd conftest.dir
29008 +  # We will build objects and dependencies in a subdirectory because
29009 +  # it helps to detect inapplicable dependency modes.  For instance
29010 +  # both Tru64's cc and ICC support -MD to output dependencies as a
29011 +  # side effect of compilation, but ICC will put the dependencies in
29012 +  # the current directory while Tru64 will put them in the object
29013 +  # directory.
29014 +  mkdir sub
29015 +
29016 +  am_cv_CC_dependencies_compiler_type=none
29017 +  if test "$am_compiler_list" = ""; then
29018 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
29019 +  fi
29020 +  for depmode in $am_compiler_list; do
29021 +    # Setup a source with many dependencies, because some compilers
29022 +    # like to wrap large dependency lists on column 80 (with \), and
29023 +    # we should not choose a depcomp mode which is confused by this.
29024 +    #
29025 +    # We need to recreate these files for each test, as the compiler may
29026 +    # overwrite some of them when testing with obscure command lines.
29027 +    # This happens at least with the AIX C compiler.
29028 +    : > sub/conftest.c
29029 +    for i in 1 2 3 4 5 6; do
29030 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
29031 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
29032 +      # Solaris 8's {/usr,}/bin/sh.
29033 +      touch sub/conftst$i.h
29034 +    done
29035 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
29036 +
29037 +    case $depmode in
29038 +    nosideeffect)
29039 +      # after this tag, mechanisms are not by side-effect, so they'll
29040 +      # only be used when explicitly requested
29041 +      if test "x$enable_dependency_tracking" = xyes; then
29042 +       continue
29043 +      else
29044 +       break
29045 +      fi
29046 +      ;;
29047 +    none) break ;;
29048 +    esac
29049 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
29050 +    # mode.  It turns out that the SunPro C++ compiler does not properly
29051 +    # handle `-M -o', and we need to detect this.
29052 +    if depmode=$depmode \
29053 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
29054 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
29055 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
29056 +         >/dev/null 2>conftest.err &&
29057 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
29058 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
29059 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
29060 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
29061 +      # icc doesn't choke on unknown options, it will just issue warnings
29062 +      # or remarks (even with -Werror).  So we grep stderr for any message
29063 +      # that says an option was ignored or not supported.
29064 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
29065 +      #   icc: Command line warning: ignoring option '-M'; no argument required
29066 +      # The diagnosis changed in icc 8.0:
29067 +      #   icc: Command line remark: option '-MP' not supported
29068 +      if (grep 'ignoring option' conftest.err ||
29069 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
29070 +        am_cv_CC_dependencies_compiler_type=$depmode
29071 +        break
29072 +      fi
29073 +    fi
29074 +  done
29075 +
29076 +  cd ..
29077 +  rm -rf conftest.dir
29078 +else
29079 +  am_cv_CC_dependencies_compiler_type=none
29080 +fi
29081 +
29082 +fi
29083 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
29084 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
29085 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
29086 +
29087 + if 
29088 +  test "x$enable_dependency_tracking" != xno \
29089 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
29090 +  am__fastdepCC_TRUE=
29091 +  am__fastdepCC_FALSE='#'
29092 +else
29093 +  am__fastdepCC_TRUE='#'
29094 +  am__fastdepCC_FALSE=
29095 +fi
29096 +
29097 +
29098 +
29099 +
29100 +
29101 +
29102 +# By default we simply use the C compiler to build assembly code.
29103 +
29104 +test "${CCAS+set}" = set || CCAS=$CC
29105 +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
29106 +
29107 +
29108 +
29109 +depcc="$CCAS"   am_compiler_list=
29110 +
29111 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
29112 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
29113 +if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
29114 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29115 +else
29116 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
29117 +  # We make a subdir and do the tests there.  Otherwise we can end up
29118 +  # making bogus files that we don't know about and never remove.  For
29119 +  # instance it was reported that on HP-UX the gcc test will end up
29120 +  # making a dummy file named `D' -- because `-MD' means `put the output
29121 +  # in D'.
29122 +  mkdir conftest.dir
29123 +  # Copy depcomp to subdir because otherwise we won't find it if we're
29124 +  # using a relative directory.
29125 +  cp "$am_depcomp" conftest.dir
29126 +  cd conftest.dir
29127 +  # We will build objects and dependencies in a subdirectory because
29128 +  # it helps to detect inapplicable dependency modes.  For instance
29129 +  # both Tru64's cc and ICC support -MD to output dependencies as a
29130 +  # side effect of compilation, but ICC will put the dependencies in
29131 +  # the current directory while Tru64 will put them in the object
29132 +  # directory.
29133 +  mkdir sub
29134 +
29135 +  am_cv_CCAS_dependencies_compiler_type=none
29136 +  if test "$am_compiler_list" = ""; then
29137 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
29138 +  fi
29139 +  for depmode in $am_compiler_list; do
29140 +    # Setup a source with many dependencies, because some compilers
29141 +    # like to wrap large dependency lists on column 80 (with \), and
29142 +    # we should not choose a depcomp mode which is confused by this.
29143 +    #
29144 +    # We need to recreate these files for each test, as the compiler may
29145 +    # overwrite some of them when testing with obscure command lines.
29146 +    # This happens at least with the AIX C compiler.
29147 +    : > sub/conftest.c
29148 +    for i in 1 2 3 4 5 6; do
29149 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
29150 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
29151 +      # Solaris 8's {/usr,}/bin/sh.
29152 +      touch sub/conftst$i.h
29153 +    done
29154 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
29155 +
29156 +    case $depmode in
29157 +    nosideeffect)
29158 +      # after this tag, mechanisms are not by side-effect, so they'll
29159 +      # only be used when explicitly requested
29160 +      if test "x$enable_dependency_tracking" = xyes; then
29161 +       continue
29162 +      else
29163 +       break
29164 +      fi
29165 +      ;;
29166 +    none) break ;;
29167 +    esac
29168 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
29169 +    # mode.  It turns out that the SunPro C++ compiler does not properly
29170 +    # handle `-M -o', and we need to detect this.
29171 +    if depmode=$depmode \
29172 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
29173 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
29174 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
29175 +         >/dev/null 2>conftest.err &&
29176 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
29177 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
29178 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
29179 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
29180 +      # icc doesn't choke on unknown options, it will just issue warnings
29181 +      # or remarks (even with -Werror).  So we grep stderr for any message
29182 +      # that says an option was ignored or not supported.
29183 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
29184 +      #   icc: Command line warning: ignoring option '-M'; no argument required
29185 +      # The diagnosis changed in icc 8.0:
29186 +      #   icc: Command line remark: option '-MP' not supported
29187 +      if (grep 'ignoring option' conftest.err ||
29188 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
29189 +        am_cv_CCAS_dependencies_compiler_type=$depmode
29190 +        break
29191 +      fi
29192 +    fi
29193 +  done
29194 +
29195 +  cd ..
29196 +  rm -rf conftest.dir
29197 +else
29198 +  am_cv_CCAS_dependencies_compiler_type=none
29199 +fi
29200 +
29201 +fi
29202 +{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
29203 +echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; }
29204 +CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
29205 +
29206 + if 
29207 +  test "x$enable_dependency_tracking" != xno \
29208 +  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
29209 +  am__fastdepCCAS_TRUE=
29210 +  am__fastdepCCAS_FALSE='#'
29211 +else
29212 +  am__fastdepCCAS_TRUE='#'
29213 +  am__fastdepCCAS_FALSE=
29214 +fi
29215 +
29216 +
29217 +if test "x$CC" != xcc; then
29218 +  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
29219 +echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
29220 +else
29221 +  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
29222 +echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
29223 +fi
29224 +set dummy $CC; ac_cc=`echo $2 |
29225 +                     sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
29226 +if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
29227 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29228 +else
29229 +  cat >conftest.$ac_ext <<_ACEOF
29230 +/* confdefs.h.  */
29231 +_ACEOF
29232 +cat confdefs.h >>conftest.$ac_ext
29233 +cat >>conftest.$ac_ext <<_ACEOF
29234 +/* end confdefs.h.  */
29235 +
29236 +int
29237 +main ()
29238 +{
29239 +
29240 +  ;
29241 +  return 0;
29242 +}
29243 +_ACEOF
29244 +# Make sure it works both with $CC and with simple cc.
29245 +# We do the test twice because some compilers refuse to overwrite an
29246 +# existing .o file with -o, though they will create one.
29247 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
29248 +rm -f conftest2.*
29249 +if { (case "(($ac_try" in
29250 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29251 +  *) ac_try_echo=$ac_try;;
29252 +esac
29253 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29254 +  (eval "$ac_try") 2>&5
29255 +  ac_status=$?
29256 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29257 +  (exit $ac_status); } &&
29258 +   test -f conftest2.$ac_objext && { (case "(($ac_try" in
29259 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29260 +  *) ac_try_echo=$ac_try;;
29261 +esac
29262 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29263 +  (eval "$ac_try") 2>&5
29264 +  ac_status=$?
29265 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29266 +  (exit $ac_status); };
29267 +then
29268 +  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
29269 +  if test "x$CC" != xcc; then
29270 +    # Test first that cc exists at all.
29271 +    if { ac_try='cc -c conftest.$ac_ext >&5'
29272 +  { (case "(($ac_try" in
29273 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29274 +  *) ac_try_echo=$ac_try;;
29275 +esac
29276 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29277 +  (eval "$ac_try") 2>&5
29278 +  ac_status=$?
29279 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29280 +  (exit $ac_status); }; }; then
29281 +      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
29282 +      rm -f conftest2.*
29283 +      if { (case "(($ac_try" in
29284 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29285 +  *) ac_try_echo=$ac_try;;
29286 +esac
29287 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29288 +  (eval "$ac_try") 2>&5
29289 +  ac_status=$?
29290 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29291 +  (exit $ac_status); } &&
29292 +        test -f conftest2.$ac_objext && { (case "(($ac_try" in
29293 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29294 +  *) ac_try_echo=$ac_try;;
29295 +esac
29296 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29297 +  (eval "$ac_try") 2>&5
29298 +  ac_status=$?
29299 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29300 +  (exit $ac_status); };
29301 +      then
29302 +       # cc works too.
29303 +       :
29304 +      else
29305 +       # cc exists but doesn't like -o.
29306 +       eval ac_cv_prog_cc_${ac_cc}_c_o=no
29307 +      fi
29308 +    fi
29309 +  fi
29310 +else
29311 +  eval ac_cv_prog_cc_${ac_cc}_c_o=no
29312 +fi
29313 +rm -f core conftest*
29314 +
29315 +fi
29316 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
29317 +  { echo "$as_me:$LINENO: result: yes" >&5
29318 +echo "${ECHO_T}yes" >&6; }
29319 +else
29320 +  { echo "$as_me:$LINENO: result: no" >&5
29321 +echo "${ECHO_T}no" >&6; }
29322 +  
29323 +cat >>confdefs.h <<\_ACEOF
29324 +@%:@define NO_MINUS_C_MINUS_O 1
29325 +_ACEOF
29326 +
29327 +fi
29328 +
29329 +# FIXME: we rely on the cache variable name because
29330 +# there is no other way.
29331 +set dummy $CC
29332 +ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
29333 +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
29334 +   # Losing compiler, so override with the script.
29335 +   # FIXME: It is wrong to rewrite CC.
29336 +   # But if we don't then we get into trouble of one sort or another.
29337 +   # A longer-term fix would be to have automake use am__CC in this case,
29338 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
29339 +   CC="$am_aux_dir/compile $CC"
29340 +fi
29341 +
29342 +
29343 +
29344 +
29345 +
29346 +LIBFFI_DLL=0
29347 +
29348 +
29349 +case $host in
29350 +  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
29351 +    if test "$enable_shared" = yes; then
29352 +      LIBFFI_LDFLAGS="-no-undefined -Wl,--export-all-symbols"
29353 +      LIBFFI_DLL=1
29354 +    fi
29355 +    ;;
29356 +esac
29357 +
29358 +
29359 +# Check whether --enable-shared was given.
29360 +if test "${enable_shared+set}" = set; then
29361 +  enableval=$enable_shared; p=${PACKAGE-default}
29362 +    case $enableval in
29363 +    yes) enable_shared=yes ;;
29364 +    no) enable_shared=no ;;
29365 +    *)
29366 +      enable_shared=no
29367 +      # Look at the argument we got.  We use all the common list separators.
29368 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
29369 +      for pkg in $enableval; do
29370 +       IFS="$lt_save_ifs"
29371 +       if test "X$pkg" = "X$p"; then
29372 +         enable_shared=yes
29373 +       fi
29374 +      done
29375 +      IFS="$lt_save_ifs"
29376 +      ;;
29377 +    esac
29378 +else
29379 +  enable_shared=yes
29380 +fi
29381 +
29382 +
29383 +# Check whether --enable-static was given.
29384 +if test "${enable_static+set}" = set; then
29385 +  enableval=$enable_static; p=${PACKAGE-default}
29386 +    case $enableval in
29387 +    yes) enable_static=yes ;;
29388 +    no) enable_static=no ;;
29389 +    *)
29390 +     enable_static=no
29391 +      # Look at the argument we got.  We use all the common list separators.
29392 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
29393 +      for pkg in $enableval; do
29394 +       IFS="$lt_save_ifs"
29395 +       if test "X$pkg" = "X$p"; then
29396 +         enable_static=yes
29397 +       fi
29398 +      done
29399 +      IFS="$lt_save_ifs"
29400 +      ;;
29401 +    esac
29402 +else
29403 +  enable_static=yes
29404 +fi
29405 +
29406 +
29407 +# Check whether --enable-fast-install was given.
29408 +if test "${enable_fast_install+set}" = set; then
29409 +  enableval=$enable_fast_install; p=${PACKAGE-default}
29410 +    case $enableval in
29411 +    yes) enable_fast_install=yes ;;
29412 +    no) enable_fast_install=no ;;
29413 +    *)
29414 +      enable_fast_install=no
29415 +      # Look at the argument we got.  We use all the common list separators.
29416 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
29417 +      for pkg in $enableval; do
29418 +       IFS="$lt_save_ifs"
29419 +       if test "X$pkg" = "X$p"; then
29420 +         enable_fast_install=yes
29421 +       fi
29422 +      done
29423 +      IFS="$lt_save_ifs"
29424 +      ;;
29425 +    esac
29426 +else
29427 +  enable_fast_install=yes
29428 +fi
29429 +
29430 +
29431 +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
29432 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
29433 +if test "${lt_cv_path_SED+set}" = set; then
29434 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29435 +else
29436 +  # Loop through the user's path and test for sed and gsed.
29437 +# Then use that list of sed's as ones to test for truncation.
29438 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29439 +for as_dir in $PATH
29440 +do
29441 +  IFS=$as_save_IFS
29442 +  test -z "$as_dir" && as_dir=.
29443 +  for lt_ac_prog in sed gsed; do
29444 +    for ac_exec_ext in '' $ac_executable_extensions; do
29445 +      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
29446 +        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
29447 +      fi
29448 +    done
29449 +  done
29450 +done
29451 +IFS=$as_save_IFS
29452 +lt_ac_max=0
29453 +lt_ac_count=0
29454 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris
29455 +# along with /bin/sed that truncates output.
29456 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
29457 +  test ! -f $lt_ac_sed && continue
29458 +  cat /dev/null > conftest.in
29459 +  lt_ac_count=0
29460 +  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
29461 +  # Check for GNU sed and select it if it is found.
29462 +  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
29463 +    lt_cv_path_SED=$lt_ac_sed
29464 +    break
29465 +  fi
29466 +  while true; do
29467 +    cat conftest.in conftest.in >conftest.tmp
29468 +    mv conftest.tmp conftest.in
29469 +    cp conftest.in conftest.nl
29470 +    echo >>conftest.nl
29471 +    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
29472 +    cmp -s conftest.out conftest.nl || break
29473 +    # 10000 chars as input seems more than enough
29474 +    test $lt_ac_count -gt 10 && break
29475 +    lt_ac_count=`expr $lt_ac_count + 1`
29476 +    if test $lt_ac_count -gt $lt_ac_max; then
29477 +      lt_ac_max=$lt_ac_count
29478 +      lt_cv_path_SED=$lt_ac_sed
29479 +    fi
29480 +  done
29481 +done
29482 +
29483 +fi
29484 +
29485 +SED=$lt_cv_path_SED
29486 +
29487 +{ echo "$as_me:$LINENO: result: $SED" >&5
29488 +echo "${ECHO_T}$SED" >&6; }
29489 +
29490 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
29491 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
29492 +if test "${ac_cv_path_GREP+set}" = set; then
29493 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29494 +else
29495 +  # Extract the first word of "grep ggrep" to use in msg output
29496 +if test -z "$GREP"; then
29497 +set dummy grep ggrep; ac_prog_name=$2
29498 +if test "${ac_cv_path_GREP+set}" = set; then
29499 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29500 +else
29501 +  ac_path_GREP_found=false
29502 +# Loop through the user's path and test for each of PROGNAME-LIST
29503 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29504 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
29505 +do
29506 +  IFS=$as_save_IFS
29507 +  test -z "$as_dir" && as_dir=.
29508 +  for ac_prog in grep ggrep; do
29509 +  for ac_exec_ext in '' $ac_executable_extensions; do
29510 +    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
29511 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
29512 +    # Check for GNU ac_path_GREP and select it if it is found.
29513 +  # Check for GNU $ac_path_GREP
29514 +case `"$ac_path_GREP" --version 2>&1` in
29515 +*GNU*)
29516 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
29517 +*)
29518 +  ac_count=0
29519 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
29520 +  while :
29521 +  do
29522 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
29523 +    mv "conftest.tmp" "conftest.in"
29524 +    cp "conftest.in" "conftest.nl"
29525 +    echo 'GREP' >> "conftest.nl"
29526 +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
29527 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
29528 +    ac_count=`expr $ac_count + 1`
29529 +    if test $ac_count -gt ${ac_path_GREP_max-0}; then
29530 +      # Best one so far, save it but keep looking for a better one
29531 +      ac_cv_path_GREP="$ac_path_GREP"
29532 +      ac_path_GREP_max=$ac_count
29533 +    fi
29534 +    # 10*(2^10) chars as input seems more than enough
29535 +    test $ac_count -gt 10 && break
29536 +  done
29537 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
29538 +esac
29539 +
29540 +
29541 +    $ac_path_GREP_found && break 3
29542 +  done
29543 +done
29544 +
29545 +done
29546 +IFS=$as_save_IFS
29547 +
29548 +
29549 +fi
29550 +
29551 +GREP="$ac_cv_path_GREP"
29552 +if test -z "$GREP"; then
29553 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
29554 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
29555 +   { (exit 1); exit 1; }; }
29556 +fi
29557 +
29558 +else
29559 +  ac_cv_path_GREP=$GREP
29560 +fi
29561 +
29562 +
29563 +fi
29564 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
29565 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
29566 + GREP="$ac_cv_path_GREP"
29567
29568 +
29569 +{ echo "$as_me:$LINENO: checking for egrep" >&5
29570 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
29571 +if test "${ac_cv_path_EGREP+set}" = set; then
29572 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29573 +else
29574 +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
29575 +   then ac_cv_path_EGREP="$GREP -E"
29576 +   else
29577 +     # Extract the first word of "egrep" to use in msg output
29578 +if test -z "$EGREP"; then
29579 +set dummy egrep; ac_prog_name=$2
29580 +if test "${ac_cv_path_EGREP+set}" = set; then
29581 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29582 +else
29583 +  ac_path_EGREP_found=false
29584 +# Loop through the user's path and test for each of PROGNAME-LIST
29585 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29586 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
29587 +do
29588 +  IFS=$as_save_IFS
29589 +  test -z "$as_dir" && as_dir=.
29590 +  for ac_prog in egrep; do
29591 +  for ac_exec_ext in '' $ac_executable_extensions; do
29592 +    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
29593 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
29594 +    # Check for GNU ac_path_EGREP and select it if it is found.
29595 +  # Check for GNU $ac_path_EGREP
29596 +case `"$ac_path_EGREP" --version 2>&1` in
29597 +*GNU*)
29598 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
29599 +*)
29600 +  ac_count=0
29601 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
29602 +  while :
29603 +  do
29604 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
29605 +    mv "conftest.tmp" "conftest.in"
29606 +    cp "conftest.in" "conftest.nl"
29607 +    echo 'EGREP' >> "conftest.nl"
29608 +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
29609 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
29610 +    ac_count=`expr $ac_count + 1`
29611 +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
29612 +      # Best one so far, save it but keep looking for a better one
29613 +      ac_cv_path_EGREP="$ac_path_EGREP"
29614 +      ac_path_EGREP_max=$ac_count
29615 +    fi
29616 +    # 10*(2^10) chars as input seems more than enough
29617 +    test $ac_count -gt 10 && break
29618 +  done
29619 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
29620 +esac
29621 +
29622 +
29623 +    $ac_path_EGREP_found && break 3
29624 +  done
29625 +done
29626 +
29627 +done
29628 +IFS=$as_save_IFS
29629 +
29630 +
29631 +fi
29632 +
29633 +EGREP="$ac_cv_path_EGREP"
29634 +if test -z "$EGREP"; then
29635 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
29636 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
29637 +   { (exit 1); exit 1; }; }
29638 +fi
29639 +
29640 +else
29641 +  ac_cv_path_EGREP=$EGREP
29642 +fi
29643 +
29644 +
29645 +   fi
29646 +fi
29647 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
29648 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
29649 + EGREP="$ac_cv_path_EGREP"
29650
29651 +
29652 +
29653 +# Check whether --with-gnu-ld was given.
29654 +if test "${with_gnu_ld+set}" = set; then
29655 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
29656 +else
29657 +  with_gnu_ld=no
29658 +fi
29659 +
29660 +ac_prog=ld
29661 +if test "$GCC" = yes; then
29662 +  # Check if gcc -print-prog-name=ld gives a path.
29663 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
29664 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
29665 +  case $host in
29666 +  *-*-mingw*)
29667 +    # gcc leaves a trailing carriage return which upsets mingw
29668 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
29669 +  *)
29670 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
29671 +  esac
29672 +  case $ac_prog in
29673 +    # Accept absolute paths.
29674 +    [\\/]* | ?:[\\/]*)
29675 +      re_direlt='/[^/][^/]*/\.\./'
29676 +      # Canonicalize the pathname of ld
29677 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
29678 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
29679 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
29680 +      done
29681 +      test -z "$LD" && LD="$ac_prog"
29682 +      ;;
29683 +  "")
29684 +    # If it fails, then pretend we aren't using GCC.
29685 +    ac_prog=ld
29686 +    ;;
29687 +  *)
29688 +    # If it is relative, then search for the first ld in PATH.
29689 +    with_gnu_ld=unknown
29690 +    ;;
29691 +  esac
29692 +elif test "$with_gnu_ld" = yes; then
29693 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
29694 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
29695 +else
29696 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
29697 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
29698 +fi
29699 +if test "${lt_cv_path_LD+set}" = set; then
29700 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29701 +else
29702 +  if test -z "$LD"; then
29703 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
29704 +  for ac_dir in $PATH; do
29705 +    IFS="$lt_save_ifs"
29706 +    test -z "$ac_dir" && ac_dir=.
29707 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
29708 +      lt_cv_path_LD="$ac_dir/$ac_prog"
29709 +      # Check to see if the program is GNU ld.  I'd rather use --version,
29710 +      # but apparently some variants of GNU ld only accept -v.
29711 +      # Break only if it was the GNU/non-GNU ld that we prefer.
29712 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
29713 +      *GNU* | *'with BFD'*)
29714 +       test "$with_gnu_ld" != no && break
29715 +       ;;
29716 +      *)
29717 +       test "$with_gnu_ld" != yes && break
29718 +       ;;
29719 +      esac
29720 +    fi
29721 +  done
29722 +  IFS="$lt_save_ifs"
29723 +else
29724 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
29725 +fi
29726 +fi
29727 +
29728 +LD="$lt_cv_path_LD"
29729 +if test -n "$LD"; then
29730 +  { echo "$as_me:$LINENO: result: $LD" >&5
29731 +echo "${ECHO_T}$LD" >&6; }
29732 +else
29733 +  { echo "$as_me:$LINENO: result: no" >&5
29734 +echo "${ECHO_T}no" >&6; }
29735 +fi
29736 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
29737 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
29738 +   { (exit 1); exit 1; }; }
29739 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
29740 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
29741 +if test "${lt_cv_prog_gnu_ld+set}" = set; then
29742 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29743 +else
29744 +  # I'd rather use --version here, but apparently some GNU lds only accept -v.
29745 +case `$LD -v 2>&1 </dev/null` in
29746 +*GNU* | *'with BFD'*)
29747 +  lt_cv_prog_gnu_ld=yes
29748 +  ;;
29749 +*)
29750 +  lt_cv_prog_gnu_ld=no
29751 +  ;;
29752 +esac
29753 +fi
29754 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
29755 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
29756 +with_gnu_ld=$lt_cv_prog_gnu_ld
29757 +
29758 +
29759 +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
29760 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
29761 +if test "${lt_cv_ld_reload_flag+set}" = set; then
29762 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29763 +else
29764 +  lt_cv_ld_reload_flag='-r'
29765 +fi
29766 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
29767 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
29768 +reload_flag=$lt_cv_ld_reload_flag
29769 +case $reload_flag in
29770 +"" | " "*) ;;
29771 +*) reload_flag=" $reload_flag" ;;
29772 +esac
29773 +reload_cmds='$LD$reload_flag -o $output$reload_objs'
29774 +case $host_os in
29775 +  darwin*)
29776 +    if test "$GCC" = yes; then
29777 +      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
29778 +    else
29779 +      reload_cmds='$LD$reload_flag -o $output$reload_objs'
29780 +    fi
29781 +    ;;
29782 +esac
29783 +
29784 +{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
29785 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
29786 +if test "${lt_cv_path_NM+set}" = set; then
29787 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29788 +else
29789 +  if test -n "$NM"; then
29790 +  # Let the user override the test.
29791 +  lt_cv_path_NM="$NM"
29792 +else
29793 +  lt_nm_to_check="${ac_tool_prefix}nm"
29794 +  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
29795 +    lt_nm_to_check="$lt_nm_to_check nm"
29796 +  fi
29797 +  for lt_tmp_nm in $lt_nm_to_check; do
29798 +    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
29799 +    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
29800 +      IFS="$lt_save_ifs"
29801 +      test -z "$ac_dir" && ac_dir=.
29802 +      tmp_nm="$ac_dir/$lt_tmp_nm"
29803 +      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
29804 +       # Check to see if the nm accepts a BSD-compat flag.
29805 +       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
29806 +       #   nm: unknown option "B" ignored
29807 +       # Tru64's nm complains that /dev/null is an invalid object file
29808 +       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
29809 +       */dev/null* | *'Invalid file or object type'*)
29810 +         lt_cv_path_NM="$tmp_nm -B"
29811 +         break
29812 +         ;;
29813 +       *)
29814 +         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
29815 +         */dev/null*)
29816 +           lt_cv_path_NM="$tmp_nm -p"
29817 +           break
29818 +           ;;
29819 +         *)
29820 +           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
29821 +           continue # so that we can try to find one that supports BSD flags
29822 +           ;;
29823 +         esac
29824 +         ;;
29825 +       esac
29826 +      fi
29827 +    done
29828 +    IFS="$lt_save_ifs"
29829 +  done
29830 +  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
29831 +fi
29832 +fi
29833 +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
29834 +echo "${ECHO_T}$lt_cv_path_NM" >&6; }
29835 +NM="$lt_cv_path_NM"
29836 +
29837 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
29838 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
29839 +LN_S=$as_ln_s
29840 +if test "$LN_S" = "ln -s"; then
29841 +  { echo "$as_me:$LINENO: result: yes" >&5
29842 +echo "${ECHO_T}yes" >&6; }
29843 +else
29844 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
29845 +echo "${ECHO_T}no, using $LN_S" >&6; }
29846 +fi
29847 +
29848 +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
29849 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
29850 +if test "${lt_cv_deplibs_check_method+set}" = set; then
29851 +  echo $ECHO_N "(cached) $ECHO_C" >&6
29852 +else
29853 +  lt_cv_file_magic_cmd='$MAGIC_CMD'
29854 +lt_cv_file_magic_test_file=
29855 +lt_cv_deplibs_check_method='unknown'
29856 +# Need to set the preceding variable on all platforms that support
29857 +# interlibrary dependencies.
29858 +# 'none' -- dependencies not supported.
29859 +# `unknown' -- same as none, but documents that we really don't know.
29860 +# 'pass_all' -- all dependencies passed with no checks.
29861 +# 'test_compile' -- check by making test program.
29862 +# 'file_magic [[regex]]' -- check by looking for files in library path
29863 +# which responds to the $file_magic_cmd with a given extended regex.
29864 +# If you have `file' or equivalent on your system and you're not sure
29865 +# whether `pass_all' will *always* work, you probably want this one.
29866 +
29867 +case $host_os in
29868 +aix[4-9]*)
29869 +  lt_cv_deplibs_check_method=pass_all
29870 +  ;;
29871 +
29872 +beos*)
29873 +  lt_cv_deplibs_check_method=pass_all
29874 +  ;;
29875 +
29876 +bsdi[45]*)
29877 +  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
29878 +  lt_cv_file_magic_cmd='/usr/bin/file -L'
29879 +  lt_cv_file_magic_test_file=/shlib/libc.so
29880 +  ;;
29881 +
29882 +cygwin*)
29883 +  # func_win32_libid is a shell function defined in ltmain.sh
29884 +  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
29885 +  lt_cv_file_magic_cmd='func_win32_libid'
29886 +  ;;
29887 +
29888 +mingw* | pw32*)
29889 +  # Base MSYS/MinGW do not provide the 'file' command needed by
29890 +  # func_win32_libid shell function, so use a weaker test based on 'objdump',
29891 +  # unless we find 'file', for example because we are cross-compiling.
29892 +  if ( file / ) >/dev/null 2>&1; then
29893 +    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
29894 +    lt_cv_file_magic_cmd='func_win32_libid'
29895 +  else
29896 +    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
29897 +    lt_cv_file_magic_cmd='$OBJDUMP -f'
29898 +  fi
29899 +  ;;
29900 +
29901 +darwin* | rhapsody*)
29902 +  lt_cv_deplibs_check_method=pass_all
29903 +  ;;
29904 +
29905 +freebsd* | dragonfly*)
29906 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
29907 +    case $host_cpu in
29908 +    i*86 )
29909 +      # Not sure whether the presence of OpenBSD here was a mistake.
29910 +      # Let's accept both of them until this is cleared up.
29911 +      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
29912 +      lt_cv_file_magic_cmd=/usr/bin/file
29913 +      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
29914 +      ;;
29915 +    esac
29916 +  else
29917 +    lt_cv_deplibs_check_method=pass_all
29918 +  fi
29919 +  ;;
29920 +
29921 +gnu*)
29922 +  lt_cv_deplibs_check_method=pass_all
29923 +  ;;
29924 +
29925 +hpux10.20* | hpux11*)
29926 +  lt_cv_file_magic_cmd=/usr/bin/file
29927 +  case $host_cpu in
29928 +  ia64*)
29929 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
29930 +    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
29931 +    ;;
29932 +  hppa*64*)
29933 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
29934 +    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
29935 +    ;;
29936 +  *)
29937 +    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
29938 +    lt_cv_file_magic_test_file=/usr/lib/libc.sl
29939 +    ;;
29940 +  esac
29941 +  ;;
29942 +
29943 +interix[3-9]*)
29944 +  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
29945 +  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
29946 +  ;;
29947 +
29948 +irix5* | irix6* | nonstopux*)
29949 +  case $LD in
29950 +  *-32|*"-32 ") libmagic=32-bit;;
29951 +  *-n32|*"-n32 ") libmagic=N32;;
29952 +  *-64|*"-64 ") libmagic=64-bit;;
29953 +  *) libmagic=never-match;;
29954 +  esac
29955 +  lt_cv_deplibs_check_method=pass_all
29956 +  ;;
29957 +
29958 +# This must be Linux ELF.
29959 +linux* | k*bsd*-gnu)
29960 +  lt_cv_deplibs_check_method=pass_all
29961 +  ;;
29962 +
29963 +netbsd* | netbsdelf*-gnu)
29964 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
29965 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
29966 +  else
29967 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
29968 +  fi
29969 +  ;;
29970 +
29971 +newos6*)
29972 +  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
29973 +  lt_cv_file_magic_cmd=/usr/bin/file
29974 +  lt_cv_file_magic_test_file=/usr/lib/libnls.so
29975 +  ;;
29976 +
29977 +nto-qnx*)
29978 +  lt_cv_deplibs_check_method=unknown
29979 +  ;;
29980 +
29981 +openbsd*)
29982 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
29983 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
29984 +  else
29985 +    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
29986 +  fi
29987 +  ;;
29988 +
29989 +osf3* | osf4* | osf5*)
29990 +  lt_cv_deplibs_check_method=pass_all
29991 +  ;;
29992 +
29993 +rdos*)
29994 +  lt_cv_deplibs_check_method=pass_all
29995 +  ;;
29996 +
29997 +solaris*)
29998 +  lt_cv_deplibs_check_method=pass_all
29999 +  ;;
30000 +
30001 +sysv4 | sysv4.3*)
30002 +  case $host_vendor in
30003 +  motorola)
30004 +    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]'
30005 +    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
30006 +    ;;
30007 +  ncr)
30008 +    lt_cv_deplibs_check_method=pass_all
30009 +    ;;
30010 +  sequent)
30011 +    lt_cv_file_magic_cmd='/bin/file'
30012 +    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
30013 +    ;;
30014 +  sni)
30015 +    lt_cv_file_magic_cmd='/bin/file'
30016 +    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
30017 +    lt_cv_file_magic_test_file=/lib/libc.so
30018 +    ;;
30019 +  siemens)
30020 +    lt_cv_deplibs_check_method=pass_all
30021 +    ;;
30022 +  pc)
30023 +    lt_cv_deplibs_check_method=pass_all
30024 +    ;;
30025 +  esac
30026 +  ;;
30027 +
30028 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
30029 +  lt_cv_deplibs_check_method=pass_all
30030 +  ;;
30031 +esac
30032 +
30033 +fi
30034 +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
30035 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
30036 +file_magic_cmd=$lt_cv_file_magic_cmd
30037 +deplibs_check_method=$lt_cv_deplibs_check_method
30038 +test -z "$deplibs_check_method" && deplibs_check_method=unknown
30039 +
30040 +
30041 +
30042 +
30043 +# If no C compiler was specified, use CC.
30044 +LTCC=${LTCC-"$CC"}
30045 +
30046 +# If no C compiler flags were specified, use CFLAGS.
30047 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
30048 +
30049 +# Allow CC to be a program name with arguments.
30050 +compiler=$CC
30051 +
30052 +
30053 +# Check whether --enable-libtool-lock was given.
30054 +if test "${enable_libtool_lock+set}" = set; then
30055 +  enableval=$enable_libtool_lock; 
30056 +fi
30057 +
30058 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
30059 +
30060 +# Some flags need to be propagated to the compiler or linker for good
30061 +# libtool support.
30062 +case $host in
30063 +ia64-*-hpux*)
30064 +  # Find out which ABI we are using.
30065 +  echo 'int i;' > conftest.$ac_ext
30066 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30067 +  (eval $ac_compile) 2>&5
30068 +  ac_status=$?
30069 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30070 +  (exit $ac_status); }; then
30071 +    case `/usr/bin/file conftest.$ac_objext` in
30072 +    *ELF-32*)
30073 +      HPUX_IA64_MODE="32"
30074 +      ;;
30075 +    *ELF-64*)
30076 +      HPUX_IA64_MODE="64"
30077 +      ;;
30078 +    esac
30079 +  fi
30080 +  rm -rf conftest*
30081 +  ;;
30082 +*-*-irix6*)
30083 +  # Find out which ABI we are using.
30084 +  echo '#line __oline__ "configure"' > conftest.$ac_ext
30085 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30086 +  (eval $ac_compile) 2>&5
30087 +  ac_status=$?
30088 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30089 +  (exit $ac_status); }; then
30090 +   if test "$lt_cv_prog_gnu_ld" = yes; then
30091 +    case `/usr/bin/file conftest.$ac_objext` in
30092 +    *32-bit*)
30093 +      LD="${LD-ld} -melf32bsmip"
30094 +      ;;
30095 +    *N32*)
30096 +      LD="${LD-ld} -melf32bmipn32"
30097 +      ;;
30098 +    *64-bit*)
30099 +      LD="${LD-ld} -melf64bmip"
30100 +      ;;
30101 +    esac
30102 +   else
30103 +    case `/usr/bin/file conftest.$ac_objext` in
30104 +    *32-bit*)
30105 +      LD="${LD-ld} -32"
30106 +      ;;
30107 +    *N32*)
30108 +      LD="${LD-ld} -n32"
30109 +      ;;
30110 +    *64-bit*)
30111 +      LD="${LD-ld} -64"
30112 +      ;;
30113 +    esac
30114 +   fi
30115 +  fi
30116 +  rm -rf conftest*
30117 +  ;;
30118 +
30119 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
30120 +s390*-*linux*|sparc*-*linux*)
30121 +  # Find out which ABI we are using.
30122 +  echo 'int i;' > conftest.$ac_ext
30123 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30124 +  (eval $ac_compile) 2>&5
30125 +  ac_status=$?
30126 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30127 +  (exit $ac_status); }; then
30128 +    case `/usr/bin/file conftest.o` in
30129 +    *32-bit*)
30130 +      case $host in
30131 +        x86_64-*kfreebsd*-gnu)
30132 +          LD="${LD-ld} -m elf_i386_fbsd"
30133 +          ;;
30134 +        x86_64-*linux*)
30135 +          LD="${LD-ld} -m elf_i386"
30136 +          ;;
30137 +        ppc64-*linux*|powerpc64-*linux*)
30138 +          LD="${LD-ld} -m elf32ppclinux"
30139 +          ;;
30140 +        s390x-*linux*)
30141 +          LD="${LD-ld} -m elf_s390"
30142 +          ;;
30143 +        sparc64-*linux*)
30144 +          LD="${LD-ld} -m elf32_sparc"
30145 +          ;;
30146 +      esac
30147 +      ;;
30148 +    *64-bit*)
30149 +      case $host in
30150 +        x86_64-*kfreebsd*-gnu)
30151 +          LD="${LD-ld} -m elf_x86_64_fbsd"
30152 +          ;;
30153 +        x86_64-*linux*)
30154 +          LD="${LD-ld} -m elf_x86_64"
30155 +          ;;
30156 +        ppc*-*linux*|powerpc*-*linux*)
30157 +          LD="${LD-ld} -m elf64ppc"
30158 +          ;;
30159 +        s390*-*linux*)
30160 +          LD="${LD-ld} -m elf64_s390"
30161 +          ;;
30162 +        sparc*-*linux*)
30163 +          LD="${LD-ld} -m elf64_sparc"
30164 +          ;;
30165 +      esac
30166 +      ;;
30167 +    esac
30168 +  fi
30169 +  rm -rf conftest*
30170 +  ;;
30171 +
30172 +*-*-sco3.2v5*)
30173 +  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
30174 +  SAVE_CFLAGS="$CFLAGS"
30175 +  CFLAGS="$CFLAGS -belf"
30176 +  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
30177 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
30178 +if test "${lt_cv_cc_needs_belf+set}" = set; then
30179 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30180 +else
30181 +  ac_ext=c
30182 +ac_cpp='$CPP $CPPFLAGS'
30183 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30184 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30185 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
30186 +
30187 +     cat >conftest.$ac_ext <<_ACEOF
30188 +/* confdefs.h.  */
30189 +_ACEOF
30190 +cat confdefs.h >>conftest.$ac_ext
30191 +cat >>conftest.$ac_ext <<_ACEOF
30192 +/* end confdefs.h.  */
30193 +
30194 +int
30195 +main ()
30196 +{
30197 +
30198 +  ;
30199 +  return 0;
30200 +}
30201 +_ACEOF
30202 +rm -f conftest.$ac_objext conftest$ac_exeext
30203 +if { (ac_try="$ac_link"
30204 +case "(($ac_try" in
30205 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30206 +  *) ac_try_echo=$ac_try;;
30207 +esac
30208 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30209 +  (eval "$ac_link") 2>conftest.er1
30210 +  ac_status=$?
30211 +  grep -v '^ *+' conftest.er1 >conftest.err
30212 +  rm -f conftest.er1
30213 +  cat conftest.err >&5
30214 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30215 +  (exit $ac_status); } && {
30216 +        test -z "$ac_c_werror_flag" ||
30217 +        test ! -s conftest.err
30218 +       } && test -s conftest$ac_exeext &&
30219 +       $as_test_x conftest$ac_exeext; then
30220 +  lt_cv_cc_needs_belf=yes
30221 +else
30222 +  echo "$as_me: failed program was:" >&5
30223 +sed 's/^/| /' conftest.$ac_ext >&5
30224 +
30225 +       lt_cv_cc_needs_belf=no
30226 +fi
30227 +
30228 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30229 +      conftest$ac_exeext conftest.$ac_ext
30230 +     ac_ext=c
30231 +ac_cpp='$CPP $CPPFLAGS'
30232 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30233 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30234 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
30235 +
30236 +fi
30237 +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
30238 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
30239 +  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
30240 +    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
30241 +    CFLAGS="$SAVE_CFLAGS"
30242 +  fi
30243 +  ;;
30244 +sparc*-*solaris*)
30245 +  # Find out which ABI we are using.
30246 +  echo 'int i;' > conftest.$ac_ext
30247 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30248 +  (eval $ac_compile) 2>&5
30249 +  ac_status=$?
30250 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30251 +  (exit $ac_status); }; then
30252 +    case `/usr/bin/file conftest.o` in
30253 +    *64-bit*)
30254 +      case $lt_cv_prog_gnu_ld in
30255 +      yes*) LD="${LD-ld} -m elf64_sparc" ;;
30256 +      *)
30257 +        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
30258 +         LD="${LD-ld} -64"
30259 +       fi
30260 +       ;;
30261 +      esac
30262 +      ;;
30263 +    esac
30264 +  fi
30265 +  rm -rf conftest*
30266 +  ;;
30267 +
30268 +*-*-cygwin* | *-*-mingw* | *-*-pw32*)
30269 +  if test -n "$ac_tool_prefix"; then
30270 +  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
30271 +set dummy ${ac_tool_prefix}dlltool; ac_word=$2
30272 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30273 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30274 +if test "${ac_cv_prog_DLLTOOL+set}" = set; then
30275 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30276 +else
30277 +  if test -n "$DLLTOOL"; then
30278 +  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
30279 +else
30280 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30281 +for as_dir in $PATH
30282 +do
30283 +  IFS=$as_save_IFS
30284 +  test -z "$as_dir" && as_dir=.
30285 +  for ac_exec_ext in '' $ac_executable_extensions; do
30286 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30287 +    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
30288 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30289 +    break 2
30290 +  fi
30291 +done
30292 +done
30293 +IFS=$as_save_IFS
30294 +
30295 +fi
30296 +fi
30297 +DLLTOOL=$ac_cv_prog_DLLTOOL
30298 +if test -n "$DLLTOOL"; then
30299 +  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
30300 +echo "${ECHO_T}$DLLTOOL" >&6; }
30301 +else
30302 +  { echo "$as_me:$LINENO: result: no" >&5
30303 +echo "${ECHO_T}no" >&6; }
30304 +fi
30305 +
30306 +
30307 +fi
30308 +if test -z "$ac_cv_prog_DLLTOOL"; then
30309 +  ac_ct_DLLTOOL=$DLLTOOL
30310 +  # Extract the first word of "dlltool", so it can be a program name with args.
30311 +set dummy dlltool; ac_word=$2
30312 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30313 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30314 +if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
30315 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30316 +else
30317 +  if test -n "$ac_ct_DLLTOOL"; then
30318 +  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
30319 +else
30320 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30321 +for as_dir in $PATH
30322 +do
30323 +  IFS=$as_save_IFS
30324 +  test -z "$as_dir" && as_dir=.
30325 +  for ac_exec_ext in '' $ac_executable_extensions; do
30326 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30327 +    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
30328 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30329 +    break 2
30330 +  fi
30331 +done
30332 +done
30333 +IFS=$as_save_IFS
30334 +
30335 +fi
30336 +fi
30337 +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
30338 +if test -n "$ac_ct_DLLTOOL"; then
30339 +  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
30340 +echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
30341 +else
30342 +  { echo "$as_me:$LINENO: result: no" >&5
30343 +echo "${ECHO_T}no" >&6; }
30344 +fi
30345 +
30346 +  if test "x$ac_ct_DLLTOOL" = x; then
30347 +    DLLTOOL="false"
30348 +  else
30349 +    case $cross_compiling:$ac_tool_warned in
30350 +yes:)
30351 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30352 +whose name does not start with the host triplet.  If you think this
30353 +configuration is useful to you, please write to autoconf@gnu.org." >&5
30354 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30355 +whose name does not start with the host triplet.  If you think this
30356 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30357 +ac_tool_warned=yes ;;
30358 +esac
30359 +    DLLTOOL=$ac_ct_DLLTOOL
30360 +  fi
30361 +else
30362 +  DLLTOOL="$ac_cv_prog_DLLTOOL"
30363 +fi
30364 +
30365 +  if test -n "$ac_tool_prefix"; then
30366 +  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
30367 +set dummy ${ac_tool_prefix}as; ac_word=$2
30368 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30369 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30370 +if test "${ac_cv_prog_AS+set}" = set; then
30371 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30372 +else
30373 +  if test -n "$AS"; then
30374 +  ac_cv_prog_AS="$AS" # Let the user override the test.
30375 +else
30376 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30377 +for as_dir in $PATH
30378 +do
30379 +  IFS=$as_save_IFS
30380 +  test -z "$as_dir" && as_dir=.
30381 +  for ac_exec_ext in '' $ac_executable_extensions; do
30382 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30383 +    ac_cv_prog_AS="${ac_tool_prefix}as"
30384 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30385 +    break 2
30386 +  fi
30387 +done
30388 +done
30389 +IFS=$as_save_IFS
30390 +
30391 +fi
30392 +fi
30393 +AS=$ac_cv_prog_AS
30394 +if test -n "$AS"; then
30395 +  { echo "$as_me:$LINENO: result: $AS" >&5
30396 +echo "${ECHO_T}$AS" >&6; }
30397 +else
30398 +  { echo "$as_me:$LINENO: result: no" >&5
30399 +echo "${ECHO_T}no" >&6; }
30400 +fi
30401 +
30402 +
30403 +fi
30404 +if test -z "$ac_cv_prog_AS"; then
30405 +  ac_ct_AS=$AS
30406 +  # Extract the first word of "as", so it can be a program name with args.
30407 +set dummy as; ac_word=$2
30408 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30409 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30410 +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
30411 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30412 +else
30413 +  if test -n "$ac_ct_AS"; then
30414 +  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
30415 +else
30416 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30417 +for as_dir in $PATH
30418 +do
30419 +  IFS=$as_save_IFS
30420 +  test -z "$as_dir" && as_dir=.
30421 +  for ac_exec_ext in '' $ac_executable_extensions; do
30422 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30423 +    ac_cv_prog_ac_ct_AS="as"
30424 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30425 +    break 2
30426 +  fi
30427 +done
30428 +done
30429 +IFS=$as_save_IFS
30430 +
30431 +fi
30432 +fi
30433 +ac_ct_AS=$ac_cv_prog_ac_ct_AS
30434 +if test -n "$ac_ct_AS"; then
30435 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
30436 +echo "${ECHO_T}$ac_ct_AS" >&6; }
30437 +else
30438 +  { echo "$as_me:$LINENO: result: no" >&5
30439 +echo "${ECHO_T}no" >&6; }
30440 +fi
30441 +
30442 +  if test "x$ac_ct_AS" = x; then
30443 +    AS="false"
30444 +  else
30445 +    case $cross_compiling:$ac_tool_warned in
30446 +yes:)
30447 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30448 +whose name does not start with the host triplet.  If you think this
30449 +configuration is useful to you, please write to autoconf@gnu.org." >&5
30450 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30451 +whose name does not start with the host triplet.  If you think this
30452 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30453 +ac_tool_warned=yes ;;
30454 +esac
30455 +    AS=$ac_ct_AS
30456 +  fi
30457 +else
30458 +  AS="$ac_cv_prog_AS"
30459 +fi
30460 +
30461 +  if test -n "$ac_tool_prefix"; then
30462 +  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
30463 +set dummy ${ac_tool_prefix}objdump; ac_word=$2
30464 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30465 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30466 +if test "${ac_cv_prog_OBJDUMP+set}" = set; then
30467 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30468 +else
30469 +  if test -n "$OBJDUMP"; then
30470 +  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
30471 +else
30472 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30473 +for as_dir in $PATH
30474 +do
30475 +  IFS=$as_save_IFS
30476 +  test -z "$as_dir" && as_dir=.
30477 +  for ac_exec_ext in '' $ac_executable_extensions; do
30478 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30479 +    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
30480 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30481 +    break 2
30482 +  fi
30483 +done
30484 +done
30485 +IFS=$as_save_IFS
30486 +
30487 +fi
30488 +fi
30489 +OBJDUMP=$ac_cv_prog_OBJDUMP
30490 +if test -n "$OBJDUMP"; then
30491 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
30492 +echo "${ECHO_T}$OBJDUMP" >&6; }
30493 +else
30494 +  { echo "$as_me:$LINENO: result: no" >&5
30495 +echo "${ECHO_T}no" >&6; }
30496 +fi
30497 +
30498 +
30499 +fi
30500 +if test -z "$ac_cv_prog_OBJDUMP"; then
30501 +  ac_ct_OBJDUMP=$OBJDUMP
30502 +  # Extract the first word of "objdump", so it can be a program name with args.
30503 +set dummy objdump; ac_word=$2
30504 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
30505 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30506 +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
30507 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30508 +else
30509 +  if test -n "$ac_ct_OBJDUMP"; then
30510 +  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
30511 +else
30512 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30513 +for as_dir in $PATH
30514 +do
30515 +  IFS=$as_save_IFS
30516 +  test -z "$as_dir" && as_dir=.
30517 +  for ac_exec_ext in '' $ac_executable_extensions; do
30518 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30519 +    ac_cv_prog_ac_ct_OBJDUMP="objdump"
30520 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30521 +    break 2
30522 +  fi
30523 +done
30524 +done
30525 +IFS=$as_save_IFS
30526 +
30527 +fi
30528 +fi
30529 +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
30530 +if test -n "$ac_ct_OBJDUMP"; then
30531 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
30532 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
30533 +else
30534 +  { echo "$as_me:$LINENO: result: no" >&5
30535 +echo "${ECHO_T}no" >&6; }
30536 +fi
30537 +
30538 +  if test "x$ac_ct_OBJDUMP" = x; then
30539 +    OBJDUMP="false"
30540 +  else
30541 +    case $cross_compiling:$ac_tool_warned in
30542 +yes:)
30543 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30544 +whose name does not start with the host triplet.  If you think this
30545 +configuration is useful to you, please write to autoconf@gnu.org." >&5
30546 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30547 +whose name does not start with the host triplet.  If you think this
30548 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30549 +ac_tool_warned=yes ;;
30550 +esac
30551 +    OBJDUMP=$ac_ct_OBJDUMP
30552 +  fi
30553 +else
30554 +  OBJDUMP="$ac_cv_prog_OBJDUMP"
30555 +fi
30556 +
30557 +  ;;
30558 +  
30559 +esac
30560 +
30561 +need_locks="$enable_libtool_lock"
30562 +
30563 +
30564 +ac_ext=c
30565 +ac_cpp='$CPP $CPPFLAGS'
30566 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30567 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30568 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
30569 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
30570 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
30571 +# On Suns, sometimes $CPP names a directory.
30572 +if test -n "$CPP" && test -d "$CPP"; then
30573 +  CPP=
30574 +fi
30575 +if test -z "$CPP"; then
30576 +  if test "${ac_cv_prog_CPP+set}" = set; then
30577 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30578 +else
30579 +      # Double quotes because CPP needs to be expanded
30580 +    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
30581 +    do
30582 +      ac_preproc_ok=false
30583 +for ac_c_preproc_warn_flag in '' yes
30584 +do
30585 +  # Use a header file that comes with gcc, so configuring glibc
30586 +  # with a fresh cross-compiler works.
30587 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30588 +  # <limits.h> exists even on freestanding compilers.
30589 +  # On the NeXT, cc -E runs the code through the compiler's parser,
30590 +  # not just through cpp. "Syntax error" is here to catch this case.
30591 +  cat >conftest.$ac_ext <<_ACEOF
30592 +/* confdefs.h.  */
30593 +_ACEOF
30594 +cat confdefs.h >>conftest.$ac_ext
30595 +cat >>conftest.$ac_ext <<_ACEOF
30596 +/* end confdefs.h.  */
30597 +@%:@ifdef __STDC__
30598 +@%:@ include <limits.h>
30599 +@%:@else
30600 +@%:@ include <assert.h>
30601 +@%:@endif
30602 +                    Syntax error
30603 +_ACEOF
30604 +if { (ac_try="$ac_cpp conftest.$ac_ext"
30605 +case "(($ac_try" in
30606 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30607 +  *) ac_try_echo=$ac_try;;
30608 +esac
30609 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30610 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30611 +  ac_status=$?
30612 +  grep -v '^ *+' conftest.er1 >conftest.err
30613 +  rm -f conftest.er1
30614 +  cat conftest.err >&5
30615 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30616 +  (exit $ac_status); } >/dev/null && {
30617 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30618 +        test ! -s conftest.err
30619 +       }; then
30620 +  :
30621 +else
30622 +  echo "$as_me: failed program was:" >&5
30623 +sed 's/^/| /' conftest.$ac_ext >&5
30624 +
30625 +  # Broken: fails on valid input.
30626 +continue
30627 +fi
30628 +
30629 +rm -f conftest.err conftest.$ac_ext
30630 +
30631 +  # OK, works on sane cases.  Now check whether nonexistent headers
30632 +  # can be detected and how.
30633 +  cat >conftest.$ac_ext <<_ACEOF
30634 +/* confdefs.h.  */
30635 +_ACEOF
30636 +cat confdefs.h >>conftest.$ac_ext
30637 +cat >>conftest.$ac_ext <<_ACEOF
30638 +/* end confdefs.h.  */
30639 +@%:@include <ac_nonexistent.h>
30640 +_ACEOF
30641 +if { (ac_try="$ac_cpp conftest.$ac_ext"
30642 +case "(($ac_try" in
30643 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30644 +  *) ac_try_echo=$ac_try;;
30645 +esac
30646 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30647 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30648 +  ac_status=$?
30649 +  grep -v '^ *+' conftest.er1 >conftest.err
30650 +  rm -f conftest.er1
30651 +  cat conftest.err >&5
30652 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30653 +  (exit $ac_status); } >/dev/null && {
30654 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30655 +        test ! -s conftest.err
30656 +       }; then
30657 +  # Broken: success on invalid input.
30658 +continue
30659 +else
30660 +  echo "$as_me: failed program was:" >&5
30661 +sed 's/^/| /' conftest.$ac_ext >&5
30662 +
30663 +  # Passes both tests.
30664 +ac_preproc_ok=:
30665 +break
30666 +fi
30667 +
30668 +rm -f conftest.err conftest.$ac_ext
30669 +
30670 +done
30671 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
30672 +rm -f conftest.err conftest.$ac_ext
30673 +if $ac_preproc_ok; then
30674 +  break
30675 +fi
30676 +
30677 +    done
30678 +    ac_cv_prog_CPP=$CPP
30679 +  
30680 +fi
30681 +  CPP=$ac_cv_prog_CPP
30682 +else
30683 +  ac_cv_prog_CPP=$CPP
30684 +fi
30685 +{ echo "$as_me:$LINENO: result: $CPP" >&5
30686 +echo "${ECHO_T}$CPP" >&6; }
30687 +ac_preproc_ok=false
30688 +for ac_c_preproc_warn_flag in '' yes
30689 +do
30690 +  # Use a header file that comes with gcc, so configuring glibc
30691 +  # with a fresh cross-compiler works.
30692 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30693 +  # <limits.h> exists even on freestanding compilers.
30694 +  # On the NeXT, cc -E runs the code through the compiler's parser,
30695 +  # not just through cpp. "Syntax error" is here to catch this case.
30696 +  cat >conftest.$ac_ext <<_ACEOF
30697 +/* confdefs.h.  */
30698 +_ACEOF
30699 +cat confdefs.h >>conftest.$ac_ext
30700 +cat >>conftest.$ac_ext <<_ACEOF
30701 +/* end confdefs.h.  */
30702 +@%:@ifdef __STDC__
30703 +@%:@ include <limits.h>
30704 +@%:@else
30705 +@%:@ include <assert.h>
30706 +@%:@endif
30707 +                    Syntax error
30708 +_ACEOF
30709 +if { (ac_try="$ac_cpp conftest.$ac_ext"
30710 +case "(($ac_try" in
30711 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30712 +  *) ac_try_echo=$ac_try;;
30713 +esac
30714 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30715 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30716 +  ac_status=$?
30717 +  grep -v '^ *+' conftest.er1 >conftest.err
30718 +  rm -f conftest.er1
30719 +  cat conftest.err >&5
30720 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30721 +  (exit $ac_status); } >/dev/null && {
30722 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30723 +        test ! -s conftest.err
30724 +       }; then
30725 +  :
30726 +else
30727 +  echo "$as_me: failed program was:" >&5
30728 +sed 's/^/| /' conftest.$ac_ext >&5
30729 +
30730 +  # Broken: fails on valid input.
30731 +continue
30732 +fi
30733 +
30734 +rm -f conftest.err conftest.$ac_ext
30735 +
30736 +  # OK, works on sane cases.  Now check whether nonexistent headers
30737 +  # can be detected and how.
30738 +  cat >conftest.$ac_ext <<_ACEOF
30739 +/* confdefs.h.  */
30740 +_ACEOF
30741 +cat confdefs.h >>conftest.$ac_ext
30742 +cat >>conftest.$ac_ext <<_ACEOF
30743 +/* end confdefs.h.  */
30744 +@%:@include <ac_nonexistent.h>
30745 +_ACEOF
30746 +if { (ac_try="$ac_cpp conftest.$ac_ext"
30747 +case "(($ac_try" in
30748 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30749 +  *) ac_try_echo=$ac_try;;
30750 +esac
30751 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30752 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30753 +  ac_status=$?
30754 +  grep -v '^ *+' conftest.er1 >conftest.err
30755 +  rm -f conftest.er1
30756 +  cat conftest.err >&5
30757 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30758 +  (exit $ac_status); } >/dev/null && {
30759 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30760 +        test ! -s conftest.err
30761 +       }; then
30762 +  # Broken: success on invalid input.
30763 +continue
30764 +else
30765 +  echo "$as_me: failed program was:" >&5
30766 +sed 's/^/| /' conftest.$ac_ext >&5
30767 +
30768 +  # Passes both tests.
30769 +ac_preproc_ok=:
30770 +break
30771 +fi
30772 +
30773 +rm -f conftest.err conftest.$ac_ext
30774 +
30775 +done
30776 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
30777 +rm -f conftest.err conftest.$ac_ext
30778 +if $ac_preproc_ok; then
30779 +  :
30780 +else
30781 +  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
30782 +See \`config.log' for more details." >&5
30783 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
30784 +See \`config.log' for more details." >&2;}
30785 +   { (exit 1); exit 1; }; }
30786 +fi
30787 +
30788 +ac_ext=c
30789 +ac_cpp='$CPP $CPPFLAGS'
30790 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30791 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30792 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
30793 +
30794 +
30795 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
30796 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
30797 +if test "${ac_cv_header_stdc+set}" = set; then
30798 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30799 +else
30800 +  cat >conftest.$ac_ext <<_ACEOF
30801 +/* confdefs.h.  */
30802 +_ACEOF
30803 +cat confdefs.h >>conftest.$ac_ext
30804 +cat >>conftest.$ac_ext <<_ACEOF
30805 +/* end confdefs.h.  */
30806 +#include <stdlib.h>
30807 +#include <stdarg.h>
30808 +#include <string.h>
30809 +#include <float.h>
30810 +
30811 +int
30812 +main ()
30813 +{
30814 +
30815 +  ;
30816 +  return 0;
30817 +}
30818 +_ACEOF
30819 +rm -f conftest.$ac_objext
30820 +if { (ac_try="$ac_compile"
30821 +case "(($ac_try" in
30822 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30823 +  *) ac_try_echo=$ac_try;;
30824 +esac
30825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30826 +  (eval "$ac_compile") 2>conftest.er1
30827 +  ac_status=$?
30828 +  grep -v '^ *+' conftest.er1 >conftest.err
30829 +  rm -f conftest.er1
30830 +  cat conftest.err >&5
30831 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30832 +  (exit $ac_status); } && {
30833 +        test -z "$ac_c_werror_flag" ||
30834 +        test ! -s conftest.err
30835 +       } && test -s conftest.$ac_objext; then
30836 +  ac_cv_header_stdc=yes
30837 +else
30838 +  echo "$as_me: failed program was:" >&5
30839 +sed 's/^/| /' conftest.$ac_ext >&5
30840 +
30841 +       ac_cv_header_stdc=no
30842 +fi
30843 +
30844 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30845 +
30846 +if test $ac_cv_header_stdc = yes; then
30847 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
30848 +  cat >conftest.$ac_ext <<_ACEOF
30849 +/* confdefs.h.  */
30850 +_ACEOF
30851 +cat confdefs.h >>conftest.$ac_ext
30852 +cat >>conftest.$ac_ext <<_ACEOF
30853 +/* end confdefs.h.  */
30854 +#include <string.h>
30855 +
30856 +_ACEOF
30857 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30858 +  $EGREP "memchr" >/dev/null 2>&1; then
30859 +  :
30860 +else
30861 +  ac_cv_header_stdc=no
30862 +fi
30863 +rm -f conftest*
30864 +
30865 +fi
30866 +
30867 +if test $ac_cv_header_stdc = yes; then
30868 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
30869 +  cat >conftest.$ac_ext <<_ACEOF
30870 +/* confdefs.h.  */
30871 +_ACEOF
30872 +cat confdefs.h >>conftest.$ac_ext
30873 +cat >>conftest.$ac_ext <<_ACEOF
30874 +/* end confdefs.h.  */
30875 +#include <stdlib.h>
30876 +
30877 +_ACEOF
30878 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30879 +  $EGREP "free" >/dev/null 2>&1; then
30880 +  :
30881 +else
30882 +  ac_cv_header_stdc=no
30883 +fi
30884 +rm -f conftest*
30885 +
30886 +fi
30887 +
30888 +if test $ac_cv_header_stdc = yes; then
30889 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
30890 +  if test "$cross_compiling" = yes; then
30891 +  :
30892 +else
30893 +  cat >conftest.$ac_ext <<_ACEOF
30894 +/* confdefs.h.  */
30895 +_ACEOF
30896 +cat confdefs.h >>conftest.$ac_ext
30897 +cat >>conftest.$ac_ext <<_ACEOF
30898 +/* end confdefs.h.  */
30899 +#include <ctype.h>
30900 +#include <stdlib.h>
30901 +#if ((' ' & 0x0FF) == 0x020)
30902 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
30903 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
30904 +#else
30905 +# define ISLOWER(c) \
30906 +                  (('a' <= (c) && (c) <= 'i') \
30907 +                    || ('j' <= (c) && (c) <= 'r') \
30908 +                    || ('s' <= (c) && (c) <= 'z'))
30909 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
30910 +#endif
30911 +
30912 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
30913 +int
30914 +main ()
30915 +{
30916 +  int i;
30917 +  for (i = 0; i < 256; i++)
30918 +    if (XOR (islower (i), ISLOWER (i))
30919 +       || toupper (i) != TOUPPER (i))
30920 +      return 2;
30921 +  return 0;
30922 +}
30923 +_ACEOF
30924 +rm -f conftest$ac_exeext
30925 +if { (ac_try="$ac_link"
30926 +case "(($ac_try" in
30927 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30928 +  *) ac_try_echo=$ac_try;;
30929 +esac
30930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30931 +  (eval "$ac_link") 2>&5
30932 +  ac_status=$?
30933 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30934 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30935 +  { (case "(($ac_try" in
30936 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30937 +  *) ac_try_echo=$ac_try;;
30938 +esac
30939 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30940 +  (eval "$ac_try") 2>&5
30941 +  ac_status=$?
30942 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30943 +  (exit $ac_status); }; }; then
30944 +  :
30945 +else
30946 +  echo "$as_me: program exited with status $ac_status" >&5
30947 +echo "$as_me: failed program was:" >&5
30948 +sed 's/^/| /' conftest.$ac_ext >&5
30949 +
30950 +( exit $ac_status )
30951 +ac_cv_header_stdc=no
30952 +fi
30953 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30954 +fi
30955 +
30956 +
30957 +fi
30958 +fi
30959 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
30960 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
30961 +if test $ac_cv_header_stdc = yes; then
30962 +  
30963 +cat >>confdefs.h <<\_ACEOF
30964 +@%:@define STDC_HEADERS 1
30965 +_ACEOF
30966 +
30967 +fi
30968 +
30969 +# On IRIX 5.3, sys/types and inttypes.h are conflicting.
30970 +
30971 +
30972 +
30973 +
30974 +
30975 +
30976 +
30977 +
30978 +
30979 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
30980 +                 inttypes.h stdint.h unistd.h
30981 +do
30982 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30983 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
30984 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30985 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30986 +  echo $ECHO_N "(cached) $ECHO_C" >&6
30987 +else
30988 +  cat >conftest.$ac_ext <<_ACEOF
30989 +/* confdefs.h.  */
30990 +_ACEOF
30991 +cat confdefs.h >>conftest.$ac_ext
30992 +cat >>conftest.$ac_ext <<_ACEOF
30993 +/* end confdefs.h.  */
30994 +$ac_includes_default
30995 +
30996 +@%:@include <$ac_header>
30997 +_ACEOF
30998 +rm -f conftest.$ac_objext
30999 +if { (ac_try="$ac_compile"
31000 +case "(($ac_try" in
31001 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31002 +  *) ac_try_echo=$ac_try;;
31003 +esac
31004 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31005 +  (eval "$ac_compile") 2>conftest.er1
31006 +  ac_status=$?
31007 +  grep -v '^ *+' conftest.er1 >conftest.err
31008 +  rm -f conftest.er1
31009 +  cat conftest.err >&5
31010 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31011 +  (exit $ac_status); } && {
31012 +        test -z "$ac_c_werror_flag" ||
31013 +        test ! -s conftest.err
31014 +       } && test -s conftest.$ac_objext; then
31015 +  eval "$as_ac_Header=yes"
31016 +else
31017 +  echo "$as_me: failed program was:" >&5
31018 +sed 's/^/| /' conftest.$ac_ext >&5
31019 +
31020 +       eval "$as_ac_Header=no"
31021 +fi
31022 +
31023 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31024 +fi
31025 +ac_res=`eval echo '${'$as_ac_Header'}'`
31026 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
31027 +echo "${ECHO_T}$ac_res" >&6; }
31028 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
31029 +  cat >>confdefs.h <<_ACEOF
31030 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31031 +_ACEOF
31032
31033 +fi
31034 +
31035 +done
31036 +
31037 +
31038 +
31039 +for ac_header in dlfcn.h
31040 +do
31041 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31042 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31043 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
31044 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31045 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31046 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31047 +fi
31048 +ac_res=`eval echo '${'$as_ac_Header'}'`
31049 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
31050 +echo "${ECHO_T}$ac_res" >&6; }
31051 +else
31052 +  # Is the header compilable?
31053 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
31054 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
31055 +cat >conftest.$ac_ext <<_ACEOF
31056 +/* confdefs.h.  */
31057 +_ACEOF
31058 +cat confdefs.h >>conftest.$ac_ext
31059 +cat >>conftest.$ac_ext <<_ACEOF
31060 +/* end confdefs.h.  */
31061 +$ac_includes_default
31062 +@%:@include <$ac_header>
31063 +_ACEOF
31064 +rm -f conftest.$ac_objext
31065 +if { (ac_try="$ac_compile"
31066 +case "(($ac_try" in
31067 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31068 +  *) ac_try_echo=$ac_try;;
31069 +esac
31070 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31071 +  (eval "$ac_compile") 2>conftest.er1
31072 +  ac_status=$?
31073 +  grep -v '^ *+' conftest.er1 >conftest.err
31074 +  rm -f conftest.er1
31075 +  cat conftest.err >&5
31076 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31077 +  (exit $ac_status); } && {
31078 +        test -z "$ac_c_werror_flag" ||
31079 +        test ! -s conftest.err
31080 +       } && test -s conftest.$ac_objext; then
31081 +  ac_header_compiler=yes
31082 +else
31083 +  echo "$as_me: failed program was:" >&5
31084 +sed 's/^/| /' conftest.$ac_ext >&5
31085 +
31086 +       ac_header_compiler=no
31087 +fi
31088 +
31089 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31090 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31091 +echo "${ECHO_T}$ac_header_compiler" >&6; }
31092 +
31093 +# Is the header present?
31094 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
31095 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
31096 +cat >conftest.$ac_ext <<_ACEOF
31097 +/* confdefs.h.  */
31098 +_ACEOF
31099 +cat confdefs.h >>conftest.$ac_ext
31100 +cat >>conftest.$ac_ext <<_ACEOF
31101 +/* end confdefs.h.  */
31102 +@%:@include <$ac_header>
31103 +_ACEOF
31104 +if { (ac_try="$ac_cpp conftest.$ac_ext"
31105 +case "(($ac_try" in
31106 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31107 +  *) ac_try_echo=$ac_try;;
31108 +esac
31109 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31110 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31111 +  ac_status=$?
31112 +  grep -v '^ *+' conftest.er1 >conftest.err
31113 +  rm -f conftest.er1
31114 +  cat conftest.err >&5
31115 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31116 +  (exit $ac_status); } >/dev/null && {
31117 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31118 +        test ! -s conftest.err
31119 +       }; then
31120 +  ac_header_preproc=yes
31121 +else
31122 +  echo "$as_me: failed program was:" >&5
31123 +sed 's/^/| /' conftest.$ac_ext >&5
31124 +
31125 +  ac_header_preproc=no
31126 +fi
31127 +
31128 +rm -f conftest.err conftest.$ac_ext
31129 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31130 +echo "${ECHO_T}$ac_header_preproc" >&6; }
31131 +
31132 +# So?  What about this header?
31133 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31134 +  yes:no: )
31135 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31136 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31137 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31138 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31139 +    ac_header_preproc=yes
31140 +    ;;
31141 +  no:yes:* )
31142 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31143 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31144 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
31145 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
31146 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31147 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31148 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
31149 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
31150 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31151 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31152 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31153 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31154 +    ( cat <<\_ASBOX
31155 +@%:@@%:@ ------------------------------------------- @%:@@%:@
31156 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
31157 +@%:@@%:@ ------------------------------------------- @%:@@%:@
31158 +_ASBOX
31159 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
31160 +    ;;
31161 +esac
31162 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
31163 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
31164 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
31165 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31166 +else
31167 +  eval "$as_ac_Header=\$ac_header_preproc"
31168 +fi
31169 +ac_res=`eval echo '${'$as_ac_Header'}'`
31170 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
31171 +echo "${ECHO_T}$ac_res" >&6; }
31172 +
31173 +fi
31174 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
31175 +  cat >>confdefs.h <<_ACEOF
31176 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31177 +_ACEOF
31178
31179 +fi
31180 +
31181 +done
31182 +
31183 +ac_ext=cpp
31184 +ac_cpp='$CXXCPP $CPPFLAGS'
31185 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31186 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31187 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31188 +if test -z "$CXX"; then
31189 +  if test -n "$CCC"; then
31190 +    CXX=$CCC
31191 +  else
31192 +    if test -n "$ac_tool_prefix"; then
31193 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
31194 +  do
31195 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31196 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31197 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
31198 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31199 +if test "${ac_cv_prog_CXX+set}" = set; then
31200 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31201 +else
31202 +  if test -n "$CXX"; then
31203 +  ac_cv_prog_CXX="$CXX" # Let the user override the test.
31204 +else
31205 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31206 +for as_dir in $PATH
31207 +do
31208 +  IFS=$as_save_IFS
31209 +  test -z "$as_dir" && as_dir=.
31210 +  for ac_exec_ext in '' $ac_executable_extensions; do
31211 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31212 +    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
31213 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31214 +    break 2
31215 +  fi
31216 +done
31217 +done
31218 +IFS=$as_save_IFS
31219 +
31220 +fi
31221 +fi
31222 +CXX=$ac_cv_prog_CXX
31223 +if test -n "$CXX"; then
31224 +  { echo "$as_me:$LINENO: result: $CXX" >&5
31225 +echo "${ECHO_T}$CXX" >&6; }
31226 +else
31227 +  { echo "$as_me:$LINENO: result: no" >&5
31228 +echo "${ECHO_T}no" >&6; }
31229 +fi
31230 +
31231 +
31232 +    test -n "$CXX" && break
31233 +  done
31234 +fi
31235 +if test -z "$CXX"; then
31236 +  ac_ct_CXX=$CXX
31237 +  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
31238 +do
31239 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
31240 +set dummy $ac_prog; ac_word=$2
31241 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
31242 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31243 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
31244 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31245 +else
31246 +  if test -n "$ac_ct_CXX"; then
31247 +  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
31248 +else
31249 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31250 +for as_dir in $PATH
31251 +do
31252 +  IFS=$as_save_IFS
31253 +  test -z "$as_dir" && as_dir=.
31254 +  for ac_exec_ext in '' $ac_executable_extensions; do
31255 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31256 +    ac_cv_prog_ac_ct_CXX="$ac_prog"
31257 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31258 +    break 2
31259 +  fi
31260 +done
31261 +done
31262 +IFS=$as_save_IFS
31263 +
31264 +fi
31265 +fi
31266 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
31267 +if test -n "$ac_ct_CXX"; then
31268 +  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
31269 +echo "${ECHO_T}$ac_ct_CXX" >&6; }
31270 +else
31271 +  { echo "$as_me:$LINENO: result: no" >&5
31272 +echo "${ECHO_T}no" >&6; }
31273 +fi
31274 +
31275 +
31276 +  test -n "$ac_ct_CXX" && break
31277 +done
31278 +
31279 +  if test "x$ac_ct_CXX" = x; then
31280 +    CXX="g++"
31281 +  else
31282 +    case $cross_compiling:$ac_tool_warned in
31283 +yes:)
31284 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31285 +whose name does not start with the host triplet.  If you think this
31286 +configuration is useful to you, please write to autoconf@gnu.org." >&5
31287 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31288 +whose name does not start with the host triplet.  If you think this
31289 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31290 +ac_tool_warned=yes ;;
31291 +esac
31292 +    CXX=$ac_ct_CXX
31293 +  fi
31294 +fi
31295 +
31296 +  fi
31297 +fi
31298 +# Provide some information about the compiler.
31299 +echo "$as_me:$LINENO: checking for C++ compiler version" >&5
31300 +ac_compiler=`set X $ac_compile; echo $2`
31301 +{ (ac_try="$ac_compiler --version >&5"
31302 +case "(($ac_try" in
31303 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31304 +  *) ac_try_echo=$ac_try;;
31305 +esac
31306 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31307 +  (eval "$ac_compiler --version >&5") 2>&5
31308 +  ac_status=$?
31309 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31310 +  (exit $ac_status); }
31311 +{ (ac_try="$ac_compiler -v >&5"
31312 +case "(($ac_try" in
31313 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31314 +  *) ac_try_echo=$ac_try;;
31315 +esac
31316 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31317 +  (eval "$ac_compiler -v >&5") 2>&5
31318 +  ac_status=$?
31319 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31320 +  (exit $ac_status); }
31321 +{ (ac_try="$ac_compiler -V >&5"
31322 +case "(($ac_try" in
31323 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31324 +  *) ac_try_echo=$ac_try;;
31325 +esac
31326 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31327 +  (eval "$ac_compiler -V >&5") 2>&5
31328 +  ac_status=$?
31329 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31330 +  (exit $ac_status); }
31331 +
31332 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
31333 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
31334 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
31335 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31336 +else
31337 +  cat >conftest.$ac_ext <<_ACEOF
31338 +/* confdefs.h.  */
31339 +_ACEOF
31340 +cat confdefs.h >>conftest.$ac_ext
31341 +cat >>conftest.$ac_ext <<_ACEOF
31342 +/* end confdefs.h.  */
31343 +
31344 +int
31345 +main ()
31346 +{
31347 +#ifndef __GNUC__
31348 +       choke me
31349 +#endif
31350 +
31351 +  ;
31352 +  return 0;
31353 +}
31354 +_ACEOF
31355 +rm -f conftest.$ac_objext
31356 +if { (ac_try="$ac_compile"
31357 +case "(($ac_try" in
31358 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31359 +  *) ac_try_echo=$ac_try;;
31360 +esac
31361 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31362 +  (eval "$ac_compile") 2>conftest.er1
31363 +  ac_status=$?
31364 +  grep -v '^ *+' conftest.er1 >conftest.err
31365 +  rm -f conftest.er1
31366 +  cat conftest.err >&5
31367 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31368 +  (exit $ac_status); } && {
31369 +        test -z "$ac_cxx_werror_flag" ||
31370 +        test ! -s conftest.err
31371 +       } && test -s conftest.$ac_objext; then
31372 +  ac_compiler_gnu=yes
31373 +else
31374 +  echo "$as_me: failed program was:" >&5
31375 +sed 's/^/| /' conftest.$ac_ext >&5
31376 +
31377 +       ac_compiler_gnu=no
31378 +fi
31379 +
31380 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31381 +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
31382 +
31383 +fi
31384 +{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
31385 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
31386 +GXX=`test $ac_compiler_gnu = yes && echo yes`
31387 +ac_test_CXXFLAGS=${CXXFLAGS+set}
31388 +ac_save_CXXFLAGS=$CXXFLAGS
31389 +{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
31390 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
31391 +if test "${ac_cv_prog_cxx_g+set}" = set; then
31392 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31393 +else
31394 +  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
31395 +   ac_cxx_werror_flag=yes
31396 +   ac_cv_prog_cxx_g=no
31397 +   CXXFLAGS="-g"
31398 +   cat >conftest.$ac_ext <<_ACEOF
31399 +/* confdefs.h.  */
31400 +_ACEOF
31401 +cat confdefs.h >>conftest.$ac_ext
31402 +cat >>conftest.$ac_ext <<_ACEOF
31403 +/* end confdefs.h.  */
31404 +
31405 +int
31406 +main ()
31407 +{
31408 +
31409 +  ;
31410 +  return 0;
31411 +}
31412 +_ACEOF
31413 +rm -f conftest.$ac_objext
31414 +if { (ac_try="$ac_compile"
31415 +case "(($ac_try" in
31416 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31417 +  *) ac_try_echo=$ac_try;;
31418 +esac
31419 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31420 +  (eval "$ac_compile") 2>conftest.er1
31421 +  ac_status=$?
31422 +  grep -v '^ *+' conftest.er1 >conftest.err
31423 +  rm -f conftest.er1
31424 +  cat conftest.err >&5
31425 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31426 +  (exit $ac_status); } && {
31427 +        test -z "$ac_cxx_werror_flag" ||
31428 +        test ! -s conftest.err
31429 +       } && test -s conftest.$ac_objext; then
31430 +  ac_cv_prog_cxx_g=yes
31431 +else
31432 +  echo "$as_me: failed program was:" >&5
31433 +sed 's/^/| /' conftest.$ac_ext >&5
31434 +
31435 +       CXXFLAGS=""
31436 +      cat >conftest.$ac_ext <<_ACEOF
31437 +/* confdefs.h.  */
31438 +_ACEOF
31439 +cat confdefs.h >>conftest.$ac_ext
31440 +cat >>conftest.$ac_ext <<_ACEOF
31441 +/* end confdefs.h.  */
31442 +
31443 +int
31444 +main ()
31445 +{
31446 +
31447 +  ;
31448 +  return 0;
31449 +}
31450 +_ACEOF
31451 +rm -f conftest.$ac_objext
31452 +if { (ac_try="$ac_compile"
31453 +case "(($ac_try" in
31454 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31455 +  *) ac_try_echo=$ac_try;;
31456 +esac
31457 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31458 +  (eval "$ac_compile") 2>conftest.er1
31459 +  ac_status=$?
31460 +  grep -v '^ *+' conftest.er1 >conftest.err
31461 +  rm -f conftest.er1
31462 +  cat conftest.err >&5
31463 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31464 +  (exit $ac_status); } && {
31465 +        test -z "$ac_cxx_werror_flag" ||
31466 +        test ! -s conftest.err
31467 +       } && test -s conftest.$ac_objext; then
31468 +  :
31469 +else
31470 +  echo "$as_me: failed program was:" >&5
31471 +sed 's/^/| /' conftest.$ac_ext >&5
31472 +
31473 +       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
31474 +        CXXFLAGS="-g"
31475 +        cat >conftest.$ac_ext <<_ACEOF
31476 +/* confdefs.h.  */
31477 +_ACEOF
31478 +cat confdefs.h >>conftest.$ac_ext
31479 +cat >>conftest.$ac_ext <<_ACEOF
31480 +/* end confdefs.h.  */
31481 +
31482 +int
31483 +main ()
31484 +{
31485 +
31486 +  ;
31487 +  return 0;
31488 +}
31489 +_ACEOF
31490 +rm -f conftest.$ac_objext
31491 +if { (ac_try="$ac_compile"
31492 +case "(($ac_try" in
31493 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31494 +  *) ac_try_echo=$ac_try;;
31495 +esac
31496 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31497 +  (eval "$ac_compile") 2>conftest.er1
31498 +  ac_status=$?
31499 +  grep -v '^ *+' conftest.er1 >conftest.err
31500 +  rm -f conftest.er1
31501 +  cat conftest.err >&5
31502 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31503 +  (exit $ac_status); } && {
31504 +        test -z "$ac_cxx_werror_flag" ||
31505 +        test ! -s conftest.err
31506 +       } && test -s conftest.$ac_objext; then
31507 +  ac_cv_prog_cxx_g=yes
31508 +else
31509 +  echo "$as_me: failed program was:" >&5
31510 +sed 's/^/| /' conftest.$ac_ext >&5
31511 +
31512 +       
31513 +fi
31514 +
31515 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31516 +fi
31517 +
31518 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31519 +fi
31520 +
31521 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31522 +   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
31523 +fi
31524 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
31525 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
31526 +if test "$ac_test_CXXFLAGS" = set; then
31527 +  CXXFLAGS=$ac_save_CXXFLAGS
31528 +elif test $ac_cv_prog_cxx_g = yes; then
31529 +  if test "$GXX" = yes; then
31530 +    CXXFLAGS="-g -O2"
31531 +  else
31532 +    CXXFLAGS="-g"
31533 +  fi
31534 +else
31535 +  if test "$GXX" = yes; then
31536 +    CXXFLAGS="-O2"
31537 +  else
31538 +    CXXFLAGS=
31539 +  fi
31540 +fi
31541 +ac_ext=cpp
31542 +ac_cpp='$CXXCPP $CPPFLAGS'
31543 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31544 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31545 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31546 +
31547 +depcc="$CXX"  am_compiler_list=
31548 +
31549 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
31550 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
31551 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
31552 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31553 +else
31554 +  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
31555 +  # We make a subdir and do the tests there.  Otherwise we can end up
31556 +  # making bogus files that we don't know about and never remove.  For
31557 +  # instance it was reported that on HP-UX the gcc test will end up
31558 +  # making a dummy file named `D' -- because `-MD' means `put the output
31559 +  # in D'.
31560 +  mkdir conftest.dir
31561 +  # Copy depcomp to subdir because otherwise we won't find it if we're
31562 +  # using a relative directory.
31563 +  cp "$am_depcomp" conftest.dir
31564 +  cd conftest.dir
31565 +  # We will build objects and dependencies in a subdirectory because
31566 +  # it helps to detect inapplicable dependency modes.  For instance
31567 +  # both Tru64's cc and ICC support -MD to output dependencies as a
31568 +  # side effect of compilation, but ICC will put the dependencies in
31569 +  # the current directory while Tru64 will put them in the object
31570 +  # directory.
31571 +  mkdir sub
31572 +
31573 +  am_cv_CXX_dependencies_compiler_type=none
31574 +  if test "$am_compiler_list" = ""; then
31575 +     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
31576 +  fi
31577 +  for depmode in $am_compiler_list; do
31578 +    # Setup a source with many dependencies, because some compilers
31579 +    # like to wrap large dependency lists on column 80 (with \), and
31580 +    # we should not choose a depcomp mode which is confused by this.
31581 +    #
31582 +    # We need to recreate these files for each test, as the compiler may
31583 +    # overwrite some of them when testing with obscure command lines.
31584 +    # This happens at least with the AIX C compiler.
31585 +    : > sub/conftest.c
31586 +    for i in 1 2 3 4 5 6; do
31587 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
31588 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
31589 +      # Solaris 8's {/usr,}/bin/sh.
31590 +      touch sub/conftst$i.h
31591 +    done
31592 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
31593 +
31594 +    case $depmode in
31595 +    nosideeffect)
31596 +      # after this tag, mechanisms are not by side-effect, so they'll
31597 +      # only be used when explicitly requested
31598 +      if test "x$enable_dependency_tracking" = xyes; then
31599 +       continue
31600 +      else
31601 +       break
31602 +      fi
31603 +      ;;
31604 +    none) break ;;
31605 +    esac
31606 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
31607 +    # mode.  It turns out that the SunPro C++ compiler does not properly
31608 +    # handle `-M -o', and we need to detect this.
31609 +    if depmode=$depmode \
31610 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
31611 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
31612 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
31613 +         >/dev/null 2>conftest.err &&
31614 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
31615 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
31616 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
31617 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
31618 +      # icc doesn't choke on unknown options, it will just issue warnings
31619 +      # or remarks (even with -Werror).  So we grep stderr for any message
31620 +      # that says an option was ignored or not supported.
31621 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
31622 +      #   icc: Command line warning: ignoring option '-M'; no argument required
31623 +      # The diagnosis changed in icc 8.0:
31624 +      #   icc: Command line remark: option '-MP' not supported
31625 +      if (grep 'ignoring option' conftest.err ||
31626 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
31627 +        am_cv_CXX_dependencies_compiler_type=$depmode
31628 +        break
31629 +      fi
31630 +    fi
31631 +  done
31632 +
31633 +  cd ..
31634 +  rm -rf conftest.dir
31635 +else
31636 +  am_cv_CXX_dependencies_compiler_type=none
31637 +fi
31638 +
31639 +fi
31640 +{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
31641 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
31642 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
31643 +
31644 + if 
31645 +  test "x$enable_dependency_tracking" != xno \
31646 +  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
31647 +  am__fastdepCXX_TRUE=
31648 +  am__fastdepCXX_FALSE='#'
31649 +else
31650 +  am__fastdepCXX_TRUE='#'
31651 +  am__fastdepCXX_FALSE=
31652 +fi
31653 +
31654 +
31655 +
31656 +
31657 +if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
31658 +    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
31659 +    (test "X$CXX" != "Xg++"))) ; then
31660 +  ac_ext=cpp
31661 +ac_cpp='$CXXCPP $CPPFLAGS'
31662 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31663 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31664 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31665 +{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
31666 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
31667 +if test -z "$CXXCPP"; then
31668 +  if test "${ac_cv_prog_CXXCPP+set}" = set; then
31669 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31670 +else
31671 +      # Double quotes because CXXCPP needs to be expanded
31672 +    for CXXCPP in "$CXX -E" "/lib/cpp"
31673 +    do
31674 +      ac_preproc_ok=false
31675 +for ac_cxx_preproc_warn_flag in '' yes
31676 +do
31677 +  # Use a header file that comes with gcc, so configuring glibc
31678 +  # with a fresh cross-compiler works.
31679 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31680 +  # <limits.h> exists even on freestanding compilers.
31681 +  # On the NeXT, cc -E runs the code through the compiler's parser,
31682 +  # not just through cpp. "Syntax error" is here to catch this case.
31683 +  cat >conftest.$ac_ext <<_ACEOF
31684 +/* confdefs.h.  */
31685 +_ACEOF
31686 +cat confdefs.h >>conftest.$ac_ext
31687 +cat >>conftest.$ac_ext <<_ACEOF
31688 +/* end confdefs.h.  */
31689 +@%:@ifdef __STDC__
31690 +@%:@ include <limits.h>
31691 +@%:@else
31692 +@%:@ include <assert.h>
31693 +@%:@endif
31694 +                    Syntax error
31695 +_ACEOF
31696 +if { (ac_try="$ac_cpp conftest.$ac_ext"
31697 +case "(($ac_try" in
31698 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31699 +  *) ac_try_echo=$ac_try;;
31700 +esac
31701 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31702 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31703 +  ac_status=$?
31704 +  grep -v '^ *+' conftest.er1 >conftest.err
31705 +  rm -f conftest.er1
31706 +  cat conftest.err >&5
31707 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31708 +  (exit $ac_status); } >/dev/null && {
31709 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31710 +        test ! -s conftest.err
31711 +       }; then
31712 +  :
31713 +else
31714 +  echo "$as_me: failed program was:" >&5
31715 +sed 's/^/| /' conftest.$ac_ext >&5
31716 +
31717 +  # Broken: fails on valid input.
31718 +continue
31719 +fi
31720 +
31721 +rm -f conftest.err conftest.$ac_ext
31722 +
31723 +  # OK, works on sane cases.  Now check whether nonexistent headers
31724 +  # can be detected and how.
31725 +  cat >conftest.$ac_ext <<_ACEOF
31726 +/* confdefs.h.  */
31727 +_ACEOF
31728 +cat confdefs.h >>conftest.$ac_ext
31729 +cat >>conftest.$ac_ext <<_ACEOF
31730 +/* end confdefs.h.  */
31731 +@%:@include <ac_nonexistent.h>
31732 +_ACEOF
31733 +if { (ac_try="$ac_cpp conftest.$ac_ext"
31734 +case "(($ac_try" in
31735 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31736 +  *) ac_try_echo=$ac_try;;
31737 +esac
31738 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31739 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31740 +  ac_status=$?
31741 +  grep -v '^ *+' conftest.er1 >conftest.err
31742 +  rm -f conftest.er1
31743 +  cat conftest.err >&5
31744 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31745 +  (exit $ac_status); } >/dev/null && {
31746 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31747 +        test ! -s conftest.err
31748 +       }; then
31749 +  # Broken: success on invalid input.
31750 +continue
31751 +else
31752 +  echo "$as_me: failed program was:" >&5
31753 +sed 's/^/| /' conftest.$ac_ext >&5
31754 +
31755 +  # Passes both tests.
31756 +ac_preproc_ok=:
31757 +break
31758 +fi
31759 +
31760 +rm -f conftest.err conftest.$ac_ext
31761 +
31762 +done
31763 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
31764 +rm -f conftest.err conftest.$ac_ext
31765 +if $ac_preproc_ok; then
31766 +  break
31767 +fi
31768 +
31769 +    done
31770 +    ac_cv_prog_CXXCPP=$CXXCPP
31771 +  
31772 +fi
31773 +  CXXCPP=$ac_cv_prog_CXXCPP
31774 +else
31775 +  ac_cv_prog_CXXCPP=$CXXCPP
31776 +fi
31777 +{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
31778 +echo "${ECHO_T}$CXXCPP" >&6; }
31779 +ac_preproc_ok=false
31780 +for ac_cxx_preproc_warn_flag in '' yes
31781 +do
31782 +  # Use a header file that comes with gcc, so configuring glibc
31783 +  # with a fresh cross-compiler works.
31784 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31785 +  # <limits.h> exists even on freestanding compilers.
31786 +  # On the NeXT, cc -E runs the code through the compiler's parser,
31787 +  # not just through cpp. "Syntax error" is here to catch this case.
31788 +  cat >conftest.$ac_ext <<_ACEOF
31789 +/* confdefs.h.  */
31790 +_ACEOF
31791 +cat confdefs.h >>conftest.$ac_ext
31792 +cat >>conftest.$ac_ext <<_ACEOF
31793 +/* end confdefs.h.  */
31794 +@%:@ifdef __STDC__
31795 +@%:@ include <limits.h>
31796 +@%:@else
31797 +@%:@ include <assert.h>
31798 +@%:@endif
31799 +                    Syntax error
31800 +_ACEOF
31801 +if { (ac_try="$ac_cpp conftest.$ac_ext"
31802 +case "(($ac_try" in
31803 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31804 +  *) ac_try_echo=$ac_try;;
31805 +esac
31806 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31807 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31808 +  ac_status=$?
31809 +  grep -v '^ *+' conftest.er1 >conftest.err
31810 +  rm -f conftest.er1
31811 +  cat conftest.err >&5
31812 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31813 +  (exit $ac_status); } >/dev/null && {
31814 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31815 +        test ! -s conftest.err
31816 +       }; then
31817 +  :
31818 +else
31819 +  echo "$as_me: failed program was:" >&5
31820 +sed 's/^/| /' conftest.$ac_ext >&5
31821 +
31822 +  # Broken: fails on valid input.
31823 +continue
31824 +fi
31825 +
31826 +rm -f conftest.err conftest.$ac_ext
31827 +
31828 +  # OK, works on sane cases.  Now check whether nonexistent headers
31829 +  # can be detected and how.
31830 +  cat >conftest.$ac_ext <<_ACEOF
31831 +/* confdefs.h.  */
31832 +_ACEOF
31833 +cat confdefs.h >>conftest.$ac_ext
31834 +cat >>conftest.$ac_ext <<_ACEOF
31835 +/* end confdefs.h.  */
31836 +@%:@include <ac_nonexistent.h>
31837 +_ACEOF
31838 +if { (ac_try="$ac_cpp conftest.$ac_ext"
31839 +case "(($ac_try" in
31840 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31841 +  *) ac_try_echo=$ac_try;;
31842 +esac
31843 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31844 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31845 +  ac_status=$?
31846 +  grep -v '^ *+' conftest.er1 >conftest.err
31847 +  rm -f conftest.er1
31848 +  cat conftest.err >&5
31849 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31850 +  (exit $ac_status); } >/dev/null && {
31851 +        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31852 +        test ! -s conftest.err
31853 +       }; then
31854 +  # Broken: success on invalid input.
31855 +continue
31856 +else
31857 +  echo "$as_me: failed program was:" >&5
31858 +sed 's/^/| /' conftest.$ac_ext >&5
31859 +
31860 +  # Passes both tests.
31861 +ac_preproc_ok=:
31862 +break
31863 +fi
31864 +
31865 +rm -f conftest.err conftest.$ac_ext
31866 +
31867 +done
31868 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
31869 +rm -f conftest.err conftest.$ac_ext
31870 +if $ac_preproc_ok; then
31871 +  :
31872 +else
31873 +  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
31874 +See \`config.log' for more details." >&5
31875 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
31876 +See \`config.log' for more details." >&2;}
31877 +   { (exit 1); exit 1; }; }
31878 +fi
31879 +
31880 +ac_ext=cpp
31881 +ac_cpp='$CXXCPP $CPPFLAGS'
31882 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31883 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31884 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31885 +
31886 +fi
31887 +
31888 +
31889 +ac_ext=f
31890 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
31891 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31892 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu
31893 +if test -n "$ac_tool_prefix"; then
31894 +  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
31895 +  do
31896 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31897 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31898 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
31899 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31900 +if test "${ac_cv_prog_F77+set}" = set; then
31901 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31902 +else
31903 +  if test -n "$F77"; then
31904 +  ac_cv_prog_F77="$F77" # Let the user override the test.
31905 +else
31906 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31907 +for as_dir in $PATH
31908 +do
31909 +  IFS=$as_save_IFS
31910 +  test -z "$as_dir" && as_dir=.
31911 +  for ac_exec_ext in '' $ac_executable_extensions; do
31912 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31913 +    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
31914 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31915 +    break 2
31916 +  fi
31917 +done
31918 +done
31919 +IFS=$as_save_IFS
31920 +
31921 +fi
31922 +fi
31923 +F77=$ac_cv_prog_F77
31924 +if test -n "$F77"; then
31925 +  { echo "$as_me:$LINENO: result: $F77" >&5
31926 +echo "${ECHO_T}$F77" >&6; }
31927 +else
31928 +  { echo "$as_me:$LINENO: result: no" >&5
31929 +echo "${ECHO_T}no" >&6; }
31930 +fi
31931 +
31932 +
31933 +    test -n "$F77" && break
31934 +  done
31935 +fi
31936 +if test -z "$F77"; then
31937 +  ac_ct_F77=$F77
31938 +  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
31939 +do
31940 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
31941 +set dummy $ac_prog; ac_word=$2
31942 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
31943 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31944 +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
31945 +  echo $ECHO_N "(cached) $ECHO_C" >&6
31946 +else
31947 +  if test -n "$ac_ct_F77"; then
31948 +  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
31949 +else
31950 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31951 +for as_dir in $PATH
31952 +do
31953 +  IFS=$as_save_IFS
31954 +  test -z "$as_dir" && as_dir=.
31955 +  for ac_exec_ext in '' $ac_executable_extensions; do
31956 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31957 +    ac_cv_prog_ac_ct_F77="$ac_prog"
31958 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31959 +    break 2
31960 +  fi
31961 +done
31962 +done
31963 +IFS=$as_save_IFS
31964 +
31965 +fi
31966 +fi
31967 +ac_ct_F77=$ac_cv_prog_ac_ct_F77
31968 +if test -n "$ac_ct_F77"; then
31969 +  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
31970 +echo "${ECHO_T}$ac_ct_F77" >&6; }
31971 +else
31972 +  { echo "$as_me:$LINENO: result: no" >&5
31973 +echo "${ECHO_T}no" >&6; }
31974 +fi
31975 +
31976 +
31977 +  test -n "$ac_ct_F77" && break
31978 +done
31979 +
31980 +  if test "x$ac_ct_F77" = x; then
31981 +    F77=""
31982 +  else
31983 +    case $cross_compiling:$ac_tool_warned in
31984 +yes:)
31985 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31986 +whose name does not start with the host triplet.  If you think this
31987 +configuration is useful to you, please write to autoconf@gnu.org." >&5
31988 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31989 +whose name does not start with the host triplet.  If you think this
31990 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31991 +ac_tool_warned=yes ;;
31992 +esac
31993 +    F77=$ac_ct_F77
31994 +  fi
31995 +fi
31996 +
31997 +
31998 +# Provide some information about the compiler.
31999 +echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
32000 +ac_compiler=`set X $ac_compile; echo $2`
32001 +{ (ac_try="$ac_compiler --version >&5"
32002 +case "(($ac_try" in
32003 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32004 +  *) ac_try_echo=$ac_try;;
32005 +esac
32006 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32007 +  (eval "$ac_compiler --version >&5") 2>&5
32008 +  ac_status=$?
32009 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32010 +  (exit $ac_status); }
32011 +{ (ac_try="$ac_compiler -v >&5"
32012 +case "(($ac_try" in
32013 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32014 +  *) ac_try_echo=$ac_try;;
32015 +esac
32016 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32017 +  (eval "$ac_compiler -v >&5") 2>&5
32018 +  ac_status=$?
32019 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32020 +  (exit $ac_status); }
32021 +{ (ac_try="$ac_compiler -V >&5"
32022 +case "(($ac_try" in
32023 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32024 +  *) ac_try_echo=$ac_try;;
32025 +esac
32026 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32027 +  (eval "$ac_compiler -V >&5") 2>&5
32028 +  ac_status=$?
32029 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32030 +  (exit $ac_status); }
32031 +rm -f a.out
32032 +
32033 +# If we don't use `.F' as extension, the preprocessor is not run on the
32034 +# input file.  (Note that this only needs to work for GNU compilers.)
32035 +ac_save_ext=$ac_ext
32036 +ac_ext=F
32037 +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
32038 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
32039 +if test "${ac_cv_f77_compiler_gnu+set}" = set; then
32040 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32041 +else
32042 +  cat >conftest.$ac_ext <<_ACEOF
32043 +      program main
32044 +#ifndef __GNUC__
32045 +       choke me
32046 +#endif
32047 +
32048 +      end
32049 +_ACEOF
32050 +rm -f conftest.$ac_objext
32051 +if { (ac_try="$ac_compile"
32052 +case "(($ac_try" in
32053 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32054 +  *) ac_try_echo=$ac_try;;
32055 +esac
32056 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32057 +  (eval "$ac_compile") 2>conftest.er1
32058 +  ac_status=$?
32059 +  grep -v '^ *+' conftest.er1 >conftest.err
32060 +  rm -f conftest.er1
32061 +  cat conftest.err >&5
32062 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32063 +  (exit $ac_status); } && {
32064 +        test -z "$ac_f77_werror_flag" ||
32065 +        test ! -s conftest.err
32066 +       } && test -s conftest.$ac_objext; then
32067 +  ac_compiler_gnu=yes
32068 +else
32069 +  echo "$as_me: failed program was:" >&5
32070 +sed 's/^/| /' conftest.$ac_ext >&5
32071 +
32072 +       ac_compiler_gnu=no
32073 +fi
32074 +
32075 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32076 +ac_cv_f77_compiler_gnu=$ac_compiler_gnu
32077 +
32078 +fi
32079 +{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
32080 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
32081 +ac_ext=$ac_save_ext
32082 +ac_test_FFLAGS=${FFLAGS+set}
32083 +ac_save_FFLAGS=$FFLAGS
32084 +FFLAGS=
32085 +{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
32086 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
32087 +if test "${ac_cv_prog_f77_g+set}" = set; then
32088 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32089 +else
32090 +  FFLAGS=-g
32091 +cat >conftest.$ac_ext <<_ACEOF
32092 +      program main
32093 +
32094 +      end
32095 +_ACEOF
32096 +rm -f conftest.$ac_objext
32097 +if { (ac_try="$ac_compile"
32098 +case "(($ac_try" in
32099 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32100 +  *) ac_try_echo=$ac_try;;
32101 +esac
32102 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32103 +  (eval "$ac_compile") 2>conftest.er1
32104 +  ac_status=$?
32105 +  grep -v '^ *+' conftest.er1 >conftest.err
32106 +  rm -f conftest.er1
32107 +  cat conftest.err >&5
32108 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32109 +  (exit $ac_status); } && {
32110 +        test -z "$ac_f77_werror_flag" ||
32111 +        test ! -s conftest.err
32112 +       } && test -s conftest.$ac_objext; then
32113 +  ac_cv_prog_f77_g=yes
32114 +else
32115 +  echo "$as_me: failed program was:" >&5
32116 +sed 's/^/| /' conftest.$ac_ext >&5
32117 +
32118 +       ac_cv_prog_f77_g=no
32119 +fi
32120 +
32121 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32122 +
32123 +fi
32124 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
32125 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
32126 +if test "$ac_test_FFLAGS" = set; then
32127 +  FFLAGS=$ac_save_FFLAGS
32128 +elif test $ac_cv_prog_f77_g = yes; then
32129 +  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
32130 +    FFLAGS="-g -O2"
32131 +  else
32132 +    FFLAGS="-g"
32133 +  fi
32134 +else
32135 +  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
32136 +    FFLAGS="-O2"
32137 +  else
32138 +    FFLAGS=
32139 +  fi
32140 +fi
32141 +
32142 +G77=`test $ac_compiler_gnu = yes && echo yes`
32143 +ac_ext=c
32144 +ac_cpp='$CPP $CPPFLAGS'
32145 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32146 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32147 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
32148 +
32149 +
32150 +
32151 +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
32152 +# find the maximum length of command line arguments
32153 +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
32154 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
32155 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then
32156 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32157 +else
32158 +    i=0
32159 +  teststring="ABCD"
32160 +
32161 +  case $build_os in
32162 +  msdosdjgpp*)
32163 +    # On DJGPP, this test can blow up pretty badly due to problems in libc
32164 +    # (any single argument exceeding 2000 bytes causes a buffer overrun
32165 +    # during glob expansion).  Even if it were fixed, the result of this
32166 +    # check would be larger than it should be.
32167 +    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
32168 +    ;;
32169 +
32170 +  gnu*)
32171 +    # Under GNU Hurd, this test is not required because there is
32172 +    # no limit to the length of command line arguments.
32173 +    # Libtool will interpret -1 as no limit whatsoever
32174 +    lt_cv_sys_max_cmd_len=-1;
32175 +    ;;
32176 +
32177 +  cygwin* | mingw*)
32178 +    # On Win9x/ME, this test blows up -- it succeeds, but takes
32179 +    # about 5 minutes as the teststring grows exponentially.
32180 +    # Worse, since 9x/ME are not pre-emptively multitasking,
32181 +    # you end up with a "frozen" computer, even though with patience
32182 +    # the test eventually succeeds (with a max line length of 256k).
32183 +    # Instead, let's just punt: use the minimum linelength reported by
32184 +    # all of the supported platforms: 8192 (on NT/2K/XP).
32185 +    lt_cv_sys_max_cmd_len=8192;
32186 +    ;;
32187 +
32188 +  amigaos*)
32189 +    # On AmigaOS with pdksh, this test takes hours, literally.
32190 +    # So we just punt and use a minimum line length of 8192.
32191 +    lt_cv_sys_max_cmd_len=8192;
32192 +    ;;
32193 +
32194 +  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
32195 +    # This has been around since 386BSD, at least.  Likely further.
32196 +    if test -x /sbin/sysctl; then
32197 +      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
32198 +    elif test -x /usr/sbin/sysctl; then
32199 +      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
32200 +    else
32201 +      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
32202 +    fi
32203 +    # And add a safety zone
32204 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
32205 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
32206 +    ;;
32207 +
32208 +  interix*)
32209 +    # We know the value 262144 and hardcode it with a safety zone (like BSD)
32210 +    lt_cv_sys_max_cmd_len=196608
32211 +    ;;
32212 +
32213 +  osf*)
32214 +    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
32215 +    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
32216 +    # nice to cause kernel panics so lets avoid the loop below.
32217 +    # First set a reasonable default.
32218 +    lt_cv_sys_max_cmd_len=16384
32219 +    #
32220 +    if test -x /sbin/sysconfig; then
32221 +      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
32222 +        *1*) lt_cv_sys_max_cmd_len=-1 ;;
32223 +      esac
32224 +    fi
32225 +    ;;
32226 +  sco3.2v5*)
32227 +    lt_cv_sys_max_cmd_len=102400
32228 +    ;;
32229 +  sysv5* | sco5v6* | sysv4.2uw2*)
32230 +    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
32231 +    if test -n "$kargmax"; then
32232 +      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
32233 +    else
32234 +      lt_cv_sys_max_cmd_len=32768
32235 +    fi
32236 +    ;;
32237 +  *)
32238 +    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
32239 +    if test -n "$lt_cv_sys_max_cmd_len"; then
32240 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
32241 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
32242 +    else
32243 +      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
32244 +      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
32245 +              = "XX$teststring") >/dev/null 2>&1 &&
32246 +             new_result=`expr "X$teststring" : ".*" 2>&1` &&
32247 +             lt_cv_sys_max_cmd_len=$new_result &&
32248 +             test $i != 17 # 1/2 MB should be enough
32249 +      do
32250 +        i=`expr $i + 1`
32251 +        teststring=$teststring$teststring
32252 +      done
32253 +      teststring=
32254 +      # Add a significant safety factor because C++ compilers can tack on massive
32255 +      # amounts of additional arguments before passing them to the linker.
32256 +      # It appears as though 1/2 is a usable value.
32257 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
32258 +    fi
32259 +    ;;
32260 +  esac
32261 +
32262 +fi
32263 +
32264 +if test -n $lt_cv_sys_max_cmd_len ; then
32265 +  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
32266 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
32267 +else
32268 +  { echo "$as_me:$LINENO: result: none" >&5
32269 +echo "${ECHO_T}none" >&6; }
32270 +fi
32271 +
32272 +
32273 +
32274 +
32275 +
32276 +# Check for command to grab the raw symbol name followed by C symbol from nm.
32277 +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
32278 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
32279 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
32280 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32281 +else
32282 +  
32283 +# These are sane defaults that work on at least a few old systems.
32284 +# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
32285 +
32286 +# Character class describing NM global symbol codes.
32287 +symcode='[BCDEGRST]'
32288 +
32289 +# Regexp to match symbols that can be accessed directly from C.
32290 +sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
32291 +
32292 +# Transform an extracted symbol line into a proper C declaration
32293 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
32294 +
32295 +# Transform an extracted symbol line into symbol name and symbol address
32296 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
32297 +
32298 +# Define system-specific variables.
32299 +case $host_os in
32300 +aix*)
32301 +  symcode='[BCDT]'
32302 +  ;;
32303 +cygwin* | mingw* | pw32*)
32304 +  symcode='[ABCDGISTW]'
32305 +  ;;
32306 +hpux*) # Its linker distinguishes data from code symbols
32307 +  if test "$host_cpu" = ia64; then
32308 +    symcode='[ABCDEGRST]'
32309 +  fi
32310 +  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
32311 +  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
32312 +  ;;
32313 +linux* | k*bsd*-gnu)
32314 +  if test "$host_cpu" = ia64; then
32315 +    symcode='[ABCDGIRSTW]'
32316 +    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
32317 +    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
32318 +  fi
32319 +  ;;
32320 +irix* | nonstopux*)
32321 +  symcode='[BCDEGRST]'
32322 +  ;;
32323 +osf*)
32324 +  symcode='[BCDEGQRST]'
32325 +  ;;
32326 +solaris*)
32327 +  symcode='[BDRT]'
32328 +  ;;
32329 +sco3.2v5*)
32330 +  symcode='[DT]'
32331 +  ;;
32332 +sysv4.2uw2*)
32333 +  symcode='[DT]'
32334 +  ;;
32335 +sysv5* | sco5v6* | unixware* | OpenUNIX*)
32336 +  symcode='[ABDT]'
32337 +  ;;
32338 +sysv4)
32339 +  symcode='[DFNSTU]'
32340 +  ;;
32341 +esac
32342 +
32343 +# Handle CRLF in mingw tool chain
32344 +opt_cr=
32345 +case $build_os in
32346 +mingw*)
32347 +  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
32348 +  ;;
32349 +esac
32350 +
32351 +# If we're using GNU nm, then use its standard symbol codes.
32352 +case `$NM -V 2>&1` in
32353 +*GNU* | *'with BFD'*)
32354 +  symcode='[ABCDGIRSTW]' ;;
32355 +esac
32356 +
32357 +# Try without a prefix undercore, then with it.
32358 +for ac_symprfx in "" "_"; do
32359 +
32360 +  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
32361 +  symxfrm="\\1 $ac_symprfx\\2 \\2"
32362 +
32363 +  # Write the raw and C identifiers.
32364 +  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
32365 +
32366 +  # Check to see that the pipe works correctly.
32367 +  pipe_works=no
32368 +
32369 +  rm -f conftest*
32370 +  cat > conftest.$ac_ext <<EOF
32371 +#ifdef __cplusplus
32372 +extern "C" {
32373 +#endif
32374 +char nm_test_var;
32375 +void nm_test_func(){}
32376 +#ifdef __cplusplus
32377 +}
32378 +#endif
32379 +int main(){nm_test_var='a';nm_test_func();return(0);}
32380 +EOF
32381 +
32382 +  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32383 +  (eval $ac_compile) 2>&5
32384 +  ac_status=$?
32385 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32386 +  (exit $ac_status); }; then
32387 +    # Now try to grab the symbols.
32388 +    nlist=conftest.nm
32389 +    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
32390 +  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
32391 +  ac_status=$?
32392 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32393 +  (exit $ac_status); } && test -s "$nlist"; then
32394 +      # Try sorting and uniquifying the output.
32395 +      if sort "$nlist" | uniq > "$nlist"T; then
32396 +       mv -f "$nlist"T "$nlist"
32397 +      else
32398 +       rm -f "$nlist"T
32399 +      fi
32400 +
32401 +      # Make sure that we snagged all the symbols we need.
32402 +      if grep ' nm_test_var$' "$nlist" >/dev/null; then
32403 +       if grep ' nm_test_func$' "$nlist" >/dev/null; then
32404 +         cat <<EOF > conftest.$ac_ext
32405 +#ifdef __cplusplus
32406 +extern "C" {
32407 +#endif
32408 +
32409 +EOF
32410 +         # Now generate the symbol file.
32411 +         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
32412 +
32413 +         cat <<EOF >> conftest.$ac_ext
32414 +#if defined (__STDC__) && __STDC__
32415 +# define lt_ptr_t void *
32416 +#else
32417 +# define lt_ptr_t char *
32418 +# define const
32419 +#endif
32420 +
32421 +/* The mapping between symbol names and symbols. */
32422 +const struct {
32423 +  const char *name;
32424 +  lt_ptr_t address;
32425 +}
32426 +lt_preloaded_symbols[] =
32427 +{
32428 +EOF
32429 +         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
32430 +         cat <<\EOF >> conftest.$ac_ext
32431 +  {0, (lt_ptr_t) 0}
32432 +};
32433 +
32434 +#ifdef __cplusplus
32435 +}
32436 +#endif
32437 +EOF
32438 +         # Now try linking the two files.
32439 +         mv conftest.$ac_objext conftstm.$ac_objext
32440 +         lt_save_LIBS="$LIBS"
32441 +         lt_save_CFLAGS="$CFLAGS"
32442 +         LIBS="conftstm.$ac_objext"
32443 +         CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
32444 +         if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32445 +  (eval $ac_link) 2>&5
32446 +  ac_status=$?
32447 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32448 +  (exit $ac_status); } && test -s conftest${ac_exeext}; then
32449 +           pipe_works=yes
32450 +         fi
32451 +         LIBS="$lt_save_LIBS"
32452 +         CFLAGS="$lt_save_CFLAGS"
32453 +       else
32454 +         echo "cannot find nm_test_func in $nlist" >&5
32455 +       fi
32456 +      else
32457 +       echo "cannot find nm_test_var in $nlist" >&5
32458 +      fi
32459 +    else
32460 +      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
32461 +    fi
32462 +  else
32463 +    echo "$progname: failed program was:" >&5
32464 +    cat conftest.$ac_ext >&5
32465 +  fi
32466 +  rm -rf conftest* conftst*
32467 +
32468 +  # Do not use the global_symbol_pipe unless it works.
32469 +  if test "$pipe_works" = yes; then
32470 +    break
32471 +  else
32472 +    lt_cv_sys_global_symbol_pipe=
32473 +  fi
32474 +done
32475 +
32476 +fi
32477 +
32478 +if test -z "$lt_cv_sys_global_symbol_pipe"; then
32479 +  lt_cv_sys_global_symbol_to_cdecl=
32480 +fi
32481 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
32482 +  { echo "$as_me:$LINENO: result: failed" >&5
32483 +echo "${ECHO_T}failed" >&6; }
32484 +else
32485 +  { echo "$as_me:$LINENO: result: ok" >&5
32486 +echo "${ECHO_T}ok" >&6; }
32487 +fi
32488 +
32489 +{ echo "$as_me:$LINENO: checking for objdir" >&5
32490 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
32491 +if test "${lt_cv_objdir+set}" = set; then
32492 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32493 +else
32494 +  rm -f .libs 2>/dev/null
32495 +mkdir .libs 2>/dev/null
32496 +if test -d .libs; then
32497 +  lt_cv_objdir=.libs
32498 +else
32499 +  # MS-DOS does not allow filenames that begin with a dot.
32500 +  lt_cv_objdir=_libs
32501 +fi
32502 +rmdir .libs 2>/dev/null
32503 +fi
32504 +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
32505 +echo "${ECHO_T}$lt_cv_objdir" >&6; }
32506 +objdir=$lt_cv_objdir
32507 +
32508 +
32509 +
32510 +
32511 +
32512 +case $host_os in
32513 +aix3*)
32514 +  # AIX sometimes has problems with the GCC collect2 program.  For some
32515 +  # reason, if we set the COLLECT_NAMES environment variable, the problems
32516 +  # vanish in a puff of smoke.
32517 +  if test "X${COLLECT_NAMES+set}" != Xset; then
32518 +    COLLECT_NAMES=
32519 +    export COLLECT_NAMES
32520 +  fi
32521 +  ;;
32522 +esac
32523 +
32524 +# Sed substitution that helps us do robust quoting.  It backslashifies
32525 +# metacharacters that are still active within double-quoted strings.
32526 +Xsed='sed -e 1s/^X//'
32527 +sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
32528 +
32529 +# Same as above, but do not quote variable references.
32530 +double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
32531 +
32532 +# Sed substitution to delay expansion of an escaped shell variable in a
32533 +# double_quote_subst'ed string.
32534 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
32535 +
32536 +# Sed substitution to avoid accidental globbing in evaled expressions
32537 +no_glob_subst='s/\*/\\\*/g'
32538 +
32539 +# Constants:
32540 +rm="rm -f"
32541 +
32542 +# Global variables:
32543 +default_ofile=libtool
32544 +can_build_shared=yes
32545 +
32546 +# All known linkers require a `.a' archive for static linking (except MSVC,
32547 +# which needs '.lib').
32548 +libext=a
32549 +ltmain="$ac_aux_dir/ltmain.sh"
32550 +ofile="$default_ofile"
32551 +with_gnu_ld="$lt_cv_prog_gnu_ld"
32552 +
32553 +if test -n "$ac_tool_prefix"; then
32554 +  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
32555 +set dummy ${ac_tool_prefix}ar; ac_word=$2
32556 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32557 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32558 +if test "${ac_cv_prog_AR+set}" = set; then
32559 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32560 +else
32561 +  if test -n "$AR"; then
32562 +  ac_cv_prog_AR="$AR" # Let the user override the test.
32563 +else
32564 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32565 +for as_dir in $PATH
32566 +do
32567 +  IFS=$as_save_IFS
32568 +  test -z "$as_dir" && as_dir=.
32569 +  for ac_exec_ext in '' $ac_executable_extensions; do
32570 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32571 +    ac_cv_prog_AR="${ac_tool_prefix}ar"
32572 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32573 +    break 2
32574 +  fi
32575 +done
32576 +done
32577 +IFS=$as_save_IFS
32578 +
32579 +fi
32580 +fi
32581 +AR=$ac_cv_prog_AR
32582 +if test -n "$AR"; then
32583 +  { echo "$as_me:$LINENO: result: $AR" >&5
32584 +echo "${ECHO_T}$AR" >&6; }
32585 +else
32586 +  { echo "$as_me:$LINENO: result: no" >&5
32587 +echo "${ECHO_T}no" >&6; }
32588 +fi
32589 +
32590 +
32591 +fi
32592 +if test -z "$ac_cv_prog_AR"; then
32593 +  ac_ct_AR=$AR
32594 +  # Extract the first word of "ar", so it can be a program name with args.
32595 +set dummy ar; ac_word=$2
32596 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32597 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32598 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
32599 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32600 +else
32601 +  if test -n "$ac_ct_AR"; then
32602 +  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
32603 +else
32604 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32605 +for as_dir in $PATH
32606 +do
32607 +  IFS=$as_save_IFS
32608 +  test -z "$as_dir" && as_dir=.
32609 +  for ac_exec_ext in '' $ac_executable_extensions; do
32610 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32611 +    ac_cv_prog_ac_ct_AR="ar"
32612 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32613 +    break 2
32614 +  fi
32615 +done
32616 +done
32617 +IFS=$as_save_IFS
32618 +
32619 +fi
32620 +fi
32621 +ac_ct_AR=$ac_cv_prog_ac_ct_AR
32622 +if test -n "$ac_ct_AR"; then
32623 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
32624 +echo "${ECHO_T}$ac_ct_AR" >&6; }
32625 +else
32626 +  { echo "$as_me:$LINENO: result: no" >&5
32627 +echo "${ECHO_T}no" >&6; }
32628 +fi
32629 +
32630 +  if test "x$ac_ct_AR" = x; then
32631 +    AR="false"
32632 +  else
32633 +    case $cross_compiling:$ac_tool_warned in
32634 +yes:)
32635 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32636 +whose name does not start with the host triplet.  If you think this
32637 +configuration is useful to you, please write to autoconf@gnu.org." >&5
32638 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32639 +whose name does not start with the host triplet.  If you think this
32640 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32641 +ac_tool_warned=yes ;;
32642 +esac
32643 +    AR=$ac_ct_AR
32644 +  fi
32645 +else
32646 +  AR="$ac_cv_prog_AR"
32647 +fi
32648 +
32649 +if test -n "$ac_tool_prefix"; then
32650 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
32651 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
32652 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32653 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32654 +if test "${ac_cv_prog_RANLIB+set}" = set; then
32655 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32656 +else
32657 +  if test -n "$RANLIB"; then
32658 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
32659 +else
32660 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32661 +for as_dir in $PATH
32662 +do
32663 +  IFS=$as_save_IFS
32664 +  test -z "$as_dir" && as_dir=.
32665 +  for ac_exec_ext in '' $ac_executable_extensions; do
32666 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32667 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
32668 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32669 +    break 2
32670 +  fi
32671 +done
32672 +done
32673 +IFS=$as_save_IFS
32674 +
32675 +fi
32676 +fi
32677 +RANLIB=$ac_cv_prog_RANLIB
32678 +if test -n "$RANLIB"; then
32679 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
32680 +echo "${ECHO_T}$RANLIB" >&6; }
32681 +else
32682 +  { echo "$as_me:$LINENO: result: no" >&5
32683 +echo "${ECHO_T}no" >&6; }
32684 +fi
32685 +
32686 +
32687 +fi
32688 +if test -z "$ac_cv_prog_RANLIB"; then
32689 +  ac_ct_RANLIB=$RANLIB
32690 +  # Extract the first word of "ranlib", so it can be a program name with args.
32691 +set dummy ranlib; ac_word=$2
32692 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32693 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32694 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
32695 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32696 +else
32697 +  if test -n "$ac_ct_RANLIB"; then
32698 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
32699 +else
32700 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32701 +for as_dir in $PATH
32702 +do
32703 +  IFS=$as_save_IFS
32704 +  test -z "$as_dir" && as_dir=.
32705 +  for ac_exec_ext in '' $ac_executable_extensions; do
32706 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32707 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
32708 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32709 +    break 2
32710 +  fi
32711 +done
32712 +done
32713 +IFS=$as_save_IFS
32714 +
32715 +fi
32716 +fi
32717 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
32718 +if test -n "$ac_ct_RANLIB"; then
32719 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
32720 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
32721 +else
32722 +  { echo "$as_me:$LINENO: result: no" >&5
32723 +echo "${ECHO_T}no" >&6; }
32724 +fi
32725 +
32726 +  if test "x$ac_ct_RANLIB" = x; then
32727 +    RANLIB=":"
32728 +  else
32729 +    case $cross_compiling:$ac_tool_warned in
32730 +yes:)
32731 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32732 +whose name does not start with the host triplet.  If you think this
32733 +configuration is useful to you, please write to autoconf@gnu.org." >&5
32734 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32735 +whose name does not start with the host triplet.  If you think this
32736 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32737 +ac_tool_warned=yes ;;
32738 +esac
32739 +    RANLIB=$ac_ct_RANLIB
32740 +  fi
32741 +else
32742 +  RANLIB="$ac_cv_prog_RANLIB"
32743 +fi
32744 +
32745 +if test -n "$ac_tool_prefix"; then
32746 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
32747 +set dummy ${ac_tool_prefix}strip; ac_word=$2
32748 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32749 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32750 +if test "${ac_cv_prog_STRIP+set}" = set; then
32751 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32752 +else
32753 +  if test -n "$STRIP"; then
32754 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
32755 +else
32756 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32757 +for as_dir in $PATH
32758 +do
32759 +  IFS=$as_save_IFS
32760 +  test -z "$as_dir" && as_dir=.
32761 +  for ac_exec_ext in '' $ac_executable_extensions; do
32762 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32763 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
32764 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32765 +    break 2
32766 +  fi
32767 +done
32768 +done
32769 +IFS=$as_save_IFS
32770 +
32771 +fi
32772 +fi
32773 +STRIP=$ac_cv_prog_STRIP
32774 +if test -n "$STRIP"; then
32775 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
32776 +echo "${ECHO_T}$STRIP" >&6; }
32777 +else
32778 +  { echo "$as_me:$LINENO: result: no" >&5
32779 +echo "${ECHO_T}no" >&6; }
32780 +fi
32781 +
32782 +
32783 +fi
32784 +if test -z "$ac_cv_prog_STRIP"; then
32785 +  ac_ct_STRIP=$STRIP
32786 +  # Extract the first word of "strip", so it can be a program name with args.
32787 +set dummy strip; ac_word=$2
32788 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
32789 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32790 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
32791 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32792 +else
32793 +  if test -n "$ac_ct_STRIP"; then
32794 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
32795 +else
32796 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32797 +for as_dir in $PATH
32798 +do
32799 +  IFS=$as_save_IFS
32800 +  test -z "$as_dir" && as_dir=.
32801 +  for ac_exec_ext in '' $ac_executable_extensions; do
32802 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32803 +    ac_cv_prog_ac_ct_STRIP="strip"
32804 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32805 +    break 2
32806 +  fi
32807 +done
32808 +done
32809 +IFS=$as_save_IFS
32810 +
32811 +fi
32812 +fi
32813 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
32814 +if test -n "$ac_ct_STRIP"; then
32815 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
32816 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
32817 +else
32818 +  { echo "$as_me:$LINENO: result: no" >&5
32819 +echo "${ECHO_T}no" >&6; }
32820 +fi
32821 +
32822 +  if test "x$ac_ct_STRIP" = x; then
32823 +    STRIP=":"
32824 +  else
32825 +    case $cross_compiling:$ac_tool_warned in
32826 +yes:)
32827 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32828 +whose name does not start with the host triplet.  If you think this
32829 +configuration is useful to you, please write to autoconf@gnu.org." >&5
32830 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32831 +whose name does not start with the host triplet.  If you think this
32832 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32833 +ac_tool_warned=yes ;;
32834 +esac
32835 +    STRIP=$ac_ct_STRIP
32836 +  fi
32837 +else
32838 +  STRIP="$ac_cv_prog_STRIP"
32839 +fi
32840 +
32841 +
32842 +old_CC="$CC"
32843 +old_CFLAGS="$CFLAGS"
32844 +
32845 +# Set sane defaults for various variables
32846 +test -z "$AR" && AR=ar
32847 +test -z "$AR_FLAGS" && AR_FLAGS=cru
32848 +test -z "$AS" && AS=as
32849 +test -z "$CC" && CC=cc
32850 +test -z "$LTCC" && LTCC=$CC
32851 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
32852 +test -z "$DLLTOOL" && DLLTOOL=dlltool
32853 +test -z "$LD" && LD=ld
32854 +test -z "$LN_S" && LN_S="ln -s"
32855 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
32856 +test -z "$NM" && NM=nm
32857 +test -z "$SED" && SED=sed
32858 +test -z "$OBJDUMP" && OBJDUMP=objdump
32859 +test -z "$RANLIB" && RANLIB=:
32860 +test -z "$STRIP" && STRIP=:
32861 +test -z "$ac_objext" && ac_objext=o
32862 +
32863 +# Determine commands to create old-style static archives.
32864 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
32865 +old_postinstall_cmds='chmod 644 $oldlib'
32866 +old_postuninstall_cmds=
32867 +
32868 +if test -n "$RANLIB"; then
32869 +  case $host_os in
32870 +  openbsd*)
32871 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
32872 +    ;;
32873 +  *)
32874 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
32875 +    ;;
32876 +  esac
32877 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
32878 +fi
32879 +
32880 +for cc_temp in $compiler""; do
32881 +  case $cc_temp in
32882 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
32883 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
32884 +    \-*) ;;
32885 +    *) break;;
32886 +  esac
32887 +done
32888 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
32889 +
32890 +
32891 +# Only perform the check for file, if the check method requires it
32892 +case $deplibs_check_method in
32893 +file_magic*)
32894 +  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
32895 +    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
32896 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
32897 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
32898 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32899 +else
32900 +  case $MAGIC_CMD in
32901 +[\\/*] |  ?:[\\/]*)
32902 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
32903 +  ;;
32904 +*)
32905 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
32906 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
32907 +  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
32908 +  for ac_dir in $ac_dummy; do
32909 +    IFS="$lt_save_ifs"
32910 +    test -z "$ac_dir" && ac_dir=.
32911 +    if test -f $ac_dir/${ac_tool_prefix}file; then
32912 +      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
32913 +      if test -n "$file_magic_test_file"; then
32914 +       case $deplibs_check_method in
32915 +       "file_magic "*)
32916 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
32917 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
32918 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
32919 +           $EGREP "$file_magic_regex" > /dev/null; then
32920 +           :
32921 +         else
32922 +           cat <<EOF 1>&2
32923 +
32924 +*** Warning: the command libtool uses to detect shared libraries,
32925 +*** $file_magic_cmd, produces output that libtool cannot recognize.
32926 +*** The result is that libtool may fail to recognize shared libraries
32927 +*** as such.  This will affect the creation of libtool libraries that
32928 +*** depend on shared libraries, but programs linked with such libtool
32929 +*** libraries will work regardless of this problem.  Nevertheless, you
32930 +*** may want to report the problem to your system manager and/or to
32931 +*** bug-libtool@gnu.org
32932 +
32933 +EOF
32934 +         fi ;;
32935 +       esac
32936 +      fi
32937 +      break
32938 +    fi
32939 +  done
32940 +  IFS="$lt_save_ifs"
32941 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
32942 +  ;;
32943 +esac
32944 +fi
32945 +
32946 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
32947 +if test -n "$MAGIC_CMD"; then
32948 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
32949 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
32950 +else
32951 +  { echo "$as_me:$LINENO: result: no" >&5
32952 +echo "${ECHO_T}no" >&6; }
32953 +fi
32954 +
32955 +if test -z "$lt_cv_path_MAGIC_CMD"; then
32956 +  if test -n "$ac_tool_prefix"; then
32957 +    { echo "$as_me:$LINENO: checking for file" >&5
32958 +echo $ECHO_N "checking for file... $ECHO_C" >&6; }
32959 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
32960 +  echo $ECHO_N "(cached) $ECHO_C" >&6
32961 +else
32962 +  case $MAGIC_CMD in
32963 +[\\/*] |  ?:[\\/]*)
32964 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
32965 +  ;;
32966 +*)
32967 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
32968 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
32969 +  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
32970 +  for ac_dir in $ac_dummy; do
32971 +    IFS="$lt_save_ifs"
32972 +    test -z "$ac_dir" && ac_dir=.
32973 +    if test -f $ac_dir/file; then
32974 +      lt_cv_path_MAGIC_CMD="$ac_dir/file"
32975 +      if test -n "$file_magic_test_file"; then
32976 +       case $deplibs_check_method in
32977 +       "file_magic "*)
32978 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
32979 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
32980 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
32981 +           $EGREP "$file_magic_regex" > /dev/null; then
32982 +           :
32983 +         else
32984 +           cat <<EOF 1>&2
32985 +
32986 +*** Warning: the command libtool uses to detect shared libraries,
32987 +*** $file_magic_cmd, produces output that libtool cannot recognize.
32988 +*** The result is that libtool may fail to recognize shared libraries
32989 +*** as such.  This will affect the creation of libtool libraries that
32990 +*** depend on shared libraries, but programs linked with such libtool
32991 +*** libraries will work regardless of this problem.  Nevertheless, you
32992 +*** may want to report the problem to your system manager and/or to
32993 +*** bug-libtool@gnu.org
32994 +
32995 +EOF
32996 +         fi ;;
32997 +       esac
32998 +      fi
32999 +      break
33000 +    fi
33001 +  done
33002 +  IFS="$lt_save_ifs"
33003 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
33004 +  ;;
33005 +esac
33006 +fi
33007 +
33008 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
33009 +if test -n "$MAGIC_CMD"; then
33010 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
33011 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
33012 +else
33013 +  { echo "$as_me:$LINENO: result: no" >&5
33014 +echo "${ECHO_T}no" >&6; }
33015 +fi
33016 +
33017 +  else
33018 +    MAGIC_CMD=:
33019 +  fi
33020 +fi
33021 +
33022 +  fi
33023 +  ;;
33024 +esac
33025 +
33026 +
33027 +  case $host_os in
33028 +    rhapsody* | darwin*)
33029 +    if test -n "$ac_tool_prefix"; then
33030 +  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
33031 +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
33032 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
33033 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33034 +if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
33035 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33036 +else
33037 +  if test -n "$DSYMUTIL"; then
33038 +  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
33039 +else
33040 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33041 +for as_dir in $PATH
33042 +do
33043 +  IFS=$as_save_IFS
33044 +  test -z "$as_dir" && as_dir=.
33045 +  for ac_exec_ext in '' $ac_executable_extensions; do
33046 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33047 +    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
33048 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33049 +    break 2
33050 +  fi
33051 +done
33052 +done
33053 +IFS=$as_save_IFS
33054 +
33055 +fi
33056 +fi
33057 +DSYMUTIL=$ac_cv_prog_DSYMUTIL
33058 +if test -n "$DSYMUTIL"; then
33059 +  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
33060 +echo "${ECHO_T}$DSYMUTIL" >&6; }
33061 +else
33062 +  { echo "$as_me:$LINENO: result: no" >&5
33063 +echo "${ECHO_T}no" >&6; }
33064 +fi
33065 +
33066 +
33067 +fi
33068 +if test -z "$ac_cv_prog_DSYMUTIL"; then
33069 +  ac_ct_DSYMUTIL=$DSYMUTIL
33070 +  # Extract the first word of "dsymutil", so it can be a program name with args.
33071 +set dummy dsymutil; ac_word=$2
33072 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
33073 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33074 +if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
33075 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33076 +else
33077 +  if test -n "$ac_ct_DSYMUTIL"; then
33078 +  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
33079 +else
33080 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33081 +for as_dir in $PATH
33082 +do
33083 +  IFS=$as_save_IFS
33084 +  test -z "$as_dir" && as_dir=.
33085 +  for ac_exec_ext in '' $ac_executable_extensions; do
33086 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33087 +    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
33088 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33089 +    break 2
33090 +  fi
33091 +done
33092 +done
33093 +IFS=$as_save_IFS
33094 +
33095 +fi
33096 +fi
33097 +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
33098 +if test -n "$ac_ct_DSYMUTIL"; then
33099 +  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
33100 +echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
33101 +else
33102 +  { echo "$as_me:$LINENO: result: no" >&5
33103 +echo "${ECHO_T}no" >&6; }
33104 +fi
33105 +
33106 +  if test "x$ac_ct_DSYMUTIL" = x; then
33107 +    DSYMUTIL=":"
33108 +  else
33109 +    case $cross_compiling:$ac_tool_warned in
33110 +yes:)
33111 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33112 +whose name does not start with the host triplet.  If you think this
33113 +configuration is useful to you, please write to autoconf@gnu.org." >&5
33114 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33115 +whose name does not start with the host triplet.  If you think this
33116 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33117 +ac_tool_warned=yes ;;
33118 +esac
33119 +    DSYMUTIL=$ac_ct_DSYMUTIL
33120 +  fi
33121 +else
33122 +  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
33123 +fi
33124 +
33125 +    if test -n "$ac_tool_prefix"; then
33126 +  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
33127 +set dummy ${ac_tool_prefix}nmedit; ac_word=$2
33128 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
33129 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33130 +if test "${ac_cv_prog_NMEDIT+set}" = set; then
33131 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33132 +else
33133 +  if test -n "$NMEDIT"; then
33134 +  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
33135 +else
33136 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33137 +for as_dir in $PATH
33138 +do
33139 +  IFS=$as_save_IFS
33140 +  test -z "$as_dir" && as_dir=.
33141 +  for ac_exec_ext in '' $ac_executable_extensions; do
33142 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33143 +    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
33144 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33145 +    break 2
33146 +  fi
33147 +done
33148 +done
33149 +IFS=$as_save_IFS
33150 +
33151 +fi
33152 +fi
33153 +NMEDIT=$ac_cv_prog_NMEDIT
33154 +if test -n "$NMEDIT"; then
33155 +  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
33156 +echo "${ECHO_T}$NMEDIT" >&6; }
33157 +else
33158 +  { echo "$as_me:$LINENO: result: no" >&5
33159 +echo "${ECHO_T}no" >&6; }
33160 +fi
33161 +
33162 +
33163 +fi
33164 +if test -z "$ac_cv_prog_NMEDIT"; then
33165 +  ac_ct_NMEDIT=$NMEDIT
33166 +  # Extract the first word of "nmedit", so it can be a program name with args.
33167 +set dummy nmedit; ac_word=$2
33168 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
33169 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33170 +if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
33171 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33172 +else
33173 +  if test -n "$ac_ct_NMEDIT"; then
33174 +  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
33175 +else
33176 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33177 +for as_dir in $PATH
33178 +do
33179 +  IFS=$as_save_IFS
33180 +  test -z "$as_dir" && as_dir=.
33181 +  for ac_exec_ext in '' $ac_executable_extensions; do
33182 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33183 +    ac_cv_prog_ac_ct_NMEDIT="nmedit"
33184 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33185 +    break 2
33186 +  fi
33187 +done
33188 +done
33189 +IFS=$as_save_IFS
33190 +
33191 +fi
33192 +fi
33193 +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
33194 +if test -n "$ac_ct_NMEDIT"; then
33195 +  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
33196 +echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
33197 +else
33198 +  { echo "$as_me:$LINENO: result: no" >&5
33199 +echo "${ECHO_T}no" >&6; }
33200 +fi
33201 +
33202 +  if test "x$ac_ct_NMEDIT" = x; then
33203 +    NMEDIT=":"
33204 +  else
33205 +    case $cross_compiling:$ac_tool_warned in
33206 +yes:)
33207 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33208 +whose name does not start with the host triplet.  If you think this
33209 +configuration is useful to you, please write to autoconf@gnu.org." >&5
33210 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33211 +whose name does not start with the host triplet.  If you think this
33212 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33213 +ac_tool_warned=yes ;;
33214 +esac
33215 +    NMEDIT=$ac_ct_NMEDIT
33216 +  fi
33217 +else
33218 +  NMEDIT="$ac_cv_prog_NMEDIT"
33219 +fi
33220 +
33221 +
33222 +    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
33223 +echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
33224 +if test "${lt_cv_apple_cc_single_mod+set}" = set; then
33225 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33226 +else
33227 +  lt_cv_apple_cc_single_mod=no
33228 +      if test -z "${LT_MULTI_MODULE}"; then
33229 +   # By default we will add the -single_module flag. You can override
33230 +   # by either setting the environment variable LT_MULTI_MODULE
33231 +   # non-empty at configure time, or by adding -multi_module to the
33232 +   # link flags.
33233 +   echo "int foo(void){return 1;}" > conftest.c
33234 +   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
33235 +     -dynamiclib ${wl}-single_module conftest.c
33236 +   if test -f libconftest.dylib; then
33237 +     lt_cv_apple_cc_single_mod=yes
33238 +     rm -rf libconftest.dylib*
33239 +   fi
33240 +   rm conftest.c
33241 +      fi
33242 +fi
33243 +{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
33244 +echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
33245 +    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
33246 +echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
33247 +if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
33248 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33249 +else
33250 +  lt_cv_ld_exported_symbols_list=no
33251 +      save_LDFLAGS=$LDFLAGS
33252 +      echo "_main" > conftest.sym
33253 +      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
33254 +      cat >conftest.$ac_ext <<_ACEOF
33255 +/* confdefs.h.  */
33256 +_ACEOF
33257 +cat confdefs.h >>conftest.$ac_ext
33258 +cat >>conftest.$ac_ext <<_ACEOF
33259 +/* end confdefs.h.  */
33260 +
33261 +int
33262 +main ()
33263 +{
33264 +
33265 +  ;
33266 +  return 0;
33267 +}
33268 +_ACEOF
33269 +rm -f conftest.$ac_objext conftest$ac_exeext
33270 +if { (ac_try="$ac_link"
33271 +case "(($ac_try" in
33272 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33273 +  *) ac_try_echo=$ac_try;;
33274 +esac
33275 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33276 +  (eval "$ac_link") 2>conftest.er1
33277 +  ac_status=$?
33278 +  grep -v '^ *+' conftest.er1 >conftest.err
33279 +  rm -f conftest.er1
33280 +  cat conftest.err >&5
33281 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33282 +  (exit $ac_status); } && {
33283 +        test -z "$ac_c_werror_flag" ||
33284 +        test ! -s conftest.err
33285 +       } && test -s conftest$ac_exeext &&
33286 +       $as_test_x conftest$ac_exeext; then
33287 +  lt_cv_ld_exported_symbols_list=yes
33288 +else
33289 +  echo "$as_me: failed program was:" >&5
33290 +sed 's/^/| /' conftest.$ac_ext >&5
33291 +
33292 +       lt_cv_ld_exported_symbols_list=no
33293 +fi
33294 +
33295 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33296 +      conftest$ac_exeext conftest.$ac_ext
33297 +   LDFLAGS="$save_LDFLAGS"
33298 +    
33299 +fi
33300 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
33301 +echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
33302 +    case $host_os in
33303 +    rhapsody* | darwin1.[0123])
33304 +      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
33305 +    darwin1.*)
33306 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
33307 +    darwin*)
33308 +      # if running on 10.5 or later, the deployment target defaults
33309 +      # to the OS version, if on x86, and 10.4, the deployment
33310 +      # target defaults to 10.4. Don't you love it?
33311 +      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
33312 +   10.0,*86*-darwin8*|10.0,*-darwin[91]*)
33313 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
33314 +   10.[012]*)
33315 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
33316 +   10.*)
33317 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
33318 +      esac
33319 +    ;;
33320 +  esac
33321 +    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
33322 +      _lt_dar_single_mod='$single_module'
33323 +    fi
33324 +    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
33325 +      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
33326 +    else
33327 +      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
33328 +    fi
33329 +    if test "$DSYMUTIL" != ":"; then
33330 +      _lt_dsymutil="~$DSYMUTIL \$lib || :"
33331 +    else
33332 +      _lt_dsymutil=
33333 +    fi
33334 +    ;;
33335 +  esac
33336 +
33337 +
33338 +enable_dlopen=no
33339 +enable_win32_dll=yes
33340 +
33341 +# Check whether --enable-libtool-lock was given.
33342 +if test "${enable_libtool_lock+set}" = set; then
33343 +  enableval=$enable_libtool_lock; 
33344 +fi
33345 +
33346 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
33347 +
33348 +
33349 +# Check whether --with-pic was given.
33350 +if test "${with_pic+set}" = set; then
33351 +  withval=$with_pic; pic_mode="$withval"
33352 +else
33353 +  pic_mode=default
33354 +fi
33355 +
33356 +test -z "$pic_mode" && pic_mode=default
33357 +
33358 +# Use C for the default configuration in the libtool script
33359 +tagname=
33360 +lt_save_CC="$CC"
33361 +ac_ext=c
33362 +ac_cpp='$CPP $CPPFLAGS'
33363 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33364 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33365 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
33366 +
33367 +
33368 +# Source file extension for C test sources.
33369 +ac_ext=c
33370 +
33371 +# Object file extension for compiled C test sources.
33372 +objext=o
33373 +objext=$objext
33374 +
33375 +# Code to be used in simple compile tests
33376 +lt_simple_compile_test_code="int some_variable = 0;"
33377 +
33378 +# Code to be used in simple link tests
33379 +lt_simple_link_test_code='int main(){return(0);}'
33380 +
33381 +
33382 +# If no C compiler was specified, use CC.
33383 +LTCC=${LTCC-"$CC"}
33384 +
33385 +# If no C compiler flags were specified, use CFLAGS.
33386 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
33387 +
33388 +# Allow CC to be a program name with arguments.
33389 +compiler=$CC
33390 +
33391 +
33392 +# save warnings/boilerplate of simple test code
33393 +ac_outfile=conftest.$ac_objext
33394 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
33395 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
33396 +_lt_compiler_boilerplate=`cat conftest.err`
33397 +$rm conftest*
33398 +
33399 +ac_outfile=conftest.$ac_objext
33400 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
33401 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
33402 +_lt_linker_boilerplate=`cat conftest.err`
33403 +$rm -r conftest*
33404 +
33405 +
33406 +## CAVEAT EMPTOR:
33407 +## There is no encapsulation within the following macros, do not change
33408 +## the running order or otherwise move them around unless you know exactly
33409 +## what you are doing...
33410 +
33411 +lt_prog_compiler_no_builtin_flag=
33412 +
33413 +if test "$GCC" = yes; then
33414 +  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
33415 +
33416 +  
33417 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
33418 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
33419 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
33420 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33421 +else
33422 +  lt_cv_prog_compiler_rtti_exceptions=no
33423 +  ac_outfile=conftest.$ac_objext
33424 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
33425 +   lt_compiler_flag="-fno-rtti -fno-exceptions"
33426 +   # Insert the option either (1) after the last *FLAGS variable, or
33427 +   # (2) before a word containing "conftest.", or (3) at the end.
33428 +   # Note that $ac_compile itself does not contain backslashes and begins
33429 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
33430 +   # The option is referenced via a variable to avoid confusing sed.
33431 +   lt_compile=`echo "$ac_compile" | $SED \
33432 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
33433 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
33434 +   -e 's:$: $lt_compiler_flag:'`
33435 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
33436 +   (eval "$lt_compile" 2>conftest.err)
33437 +   ac_status=$?
33438 +   cat conftest.err >&5
33439 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
33440 +   if (exit $ac_status) && test -s "$ac_outfile"; then
33441 +     # The compiler can only warn and ignore the option if not recognized
33442 +     # So say no if there are warnings other than the usual output.
33443 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
33444 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
33445 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
33446 +       lt_cv_prog_compiler_rtti_exceptions=yes
33447 +     fi
33448 +   fi
33449 +   $rm conftest*
33450 +
33451 +fi
33452 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
33453 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
33454 +
33455 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
33456 +    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
33457 +else
33458 +    :
33459 +fi
33460 +
33461 +fi
33462 +
33463 +lt_prog_compiler_wl=
33464 +lt_prog_compiler_pic=
33465 +lt_prog_compiler_static=
33466 +
33467 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
33468 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
33469
33470 +  if test "$GCC" = yes; then
33471 +    lt_prog_compiler_wl='-Wl,'
33472 +    lt_prog_compiler_static='-static'
33473 +
33474 +    case $host_os in
33475 +      aix*)
33476 +      # All AIX code is PIC.
33477 +      if test "$host_cpu" = ia64; then
33478 +       # AIX 5 now supports IA64 processor
33479 +       lt_prog_compiler_static='-Bstatic'
33480 +      fi
33481 +      ;;
33482 +
33483 +    amigaos*)
33484 +      # FIXME: we need at least 68020 code to build shared libraries, but
33485 +      # adding the `-m68020' flag to GCC prevents building anything better,
33486 +      # like `-m68040'.
33487 +      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
33488 +      ;;
33489 +
33490 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
33491 +      # PIC is the default for these OSes.
33492 +      ;;
33493 +
33494 +    mingw* | cygwin* | pw32* | os2*)
33495 +      # This hack is so that the source file can tell whether it is being
33496 +      # built for inclusion in a dll (and should export symbols for example).
33497 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
33498 +      # (--disable-auto-import) libraries
33499 +      lt_prog_compiler_pic='-DDLL_EXPORT'
33500 +      ;;
33501 +
33502 +    darwin* | rhapsody*)
33503 +      # PIC is the default on this platform
33504 +      # Common symbols not allowed in MH_DYLIB files
33505 +      lt_prog_compiler_pic='-fno-common'
33506 +      ;;
33507 +
33508 +    interix[3-9]*)
33509 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
33510 +      # Instead, we relocate shared libraries at runtime.
33511 +      ;;
33512 +
33513 +    msdosdjgpp*)
33514 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
33515 +      # on systems that don't support them.
33516 +      lt_prog_compiler_can_build_shared=no
33517 +      enable_shared=no
33518 +      ;;
33519 +
33520 +    sysv4*MP*)
33521 +      if test -d /usr/nec; then
33522 +       lt_prog_compiler_pic=-Kconform_pic
33523 +      fi
33524 +      ;;
33525 +
33526 +    hpux*)
33527 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
33528 +      # not for PA HP-UX.
33529 +      case $host_cpu in
33530 +      hppa*64*|ia64*)
33531 +       # +Z the default
33532 +       ;;
33533 +      *)
33534 +       lt_prog_compiler_pic='-fPIC'
33535 +       ;;
33536 +      esac
33537 +      ;;
33538 +
33539 +    *)
33540 +      lt_prog_compiler_pic='-fPIC'
33541 +      ;;
33542 +    esac
33543 +  else
33544 +    # PORTME Check for flag to pass linker flags through the system compiler.
33545 +    case $host_os in
33546 +    aix*)
33547 +      lt_prog_compiler_wl='-Wl,'
33548 +      if test "$host_cpu" = ia64; then
33549 +       # AIX 5 now supports IA64 processor
33550 +       lt_prog_compiler_static='-Bstatic'
33551 +      else
33552 +       lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
33553 +      fi
33554 +      ;;
33555 +      darwin*)
33556 +        # PIC is the default on this platform
33557 +        # Common symbols not allowed in MH_DYLIB files
33558 +       case $cc_basename in
33559 +         xlc*)
33560 +         lt_prog_compiler_pic='-qnocommon'
33561 +         lt_prog_compiler_wl='-Wl,'
33562 +         ;;
33563 +       esac
33564 +       ;;
33565 +
33566 +    mingw* | cygwin* | pw32* | os2*)
33567 +      # This hack is so that the source file can tell whether it is being
33568 +      # built for inclusion in a dll (and should export symbols for example).
33569 +      lt_prog_compiler_pic='-DDLL_EXPORT'
33570 +      ;;
33571 +
33572 +    hpux9* | hpux10* | hpux11*)
33573 +      lt_prog_compiler_wl='-Wl,'
33574 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
33575 +      # not for PA HP-UX.
33576 +      case $host_cpu in
33577 +      hppa*64*|ia64*)
33578 +       # +Z the default
33579 +       ;;
33580 +      *)
33581 +       lt_prog_compiler_pic='+Z'
33582 +       ;;
33583 +      esac
33584 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
33585 +      lt_prog_compiler_static='${wl}-a ${wl}archive'
33586 +      ;;
33587 +
33588 +    irix5* | irix6* | nonstopux*)
33589 +      lt_prog_compiler_wl='-Wl,'
33590 +      # PIC (with -KPIC) is the default.
33591 +      lt_prog_compiler_static='-non_shared'
33592 +      ;;
33593 +
33594 +    newsos6)
33595 +      lt_prog_compiler_pic='-KPIC'
33596 +      lt_prog_compiler_static='-Bstatic'
33597 +      ;;
33598 +
33599 +    linux* | k*bsd*-gnu)
33600 +      case $cc_basename in
33601 +      icc* | ecc*)
33602 +       lt_prog_compiler_wl='-Wl,'
33603 +       lt_prog_compiler_pic='-KPIC'
33604 +       lt_prog_compiler_static='-static'
33605 +        ;;
33606 +      pgcc* | pgf77* | pgf90* | pgf95*)
33607 +        # Portland Group compilers (*not* the Pentium gcc compiler,
33608 +       # which looks to be a dead project)
33609 +       lt_prog_compiler_wl='-Wl,'
33610 +       lt_prog_compiler_pic='-fpic'
33611 +       lt_prog_compiler_static='-Bstatic'
33612 +        ;;
33613 +      ccc*)
33614 +        lt_prog_compiler_wl='-Wl,'
33615 +        # All Alpha code is PIC.
33616 +        lt_prog_compiler_static='-non_shared'
33617 +        ;;
33618 +      *)
33619 +        case `$CC -V 2>&1 | sed 5q` in
33620 +       *Sun\ C*)
33621 +         # Sun C 5.9
33622 +         lt_prog_compiler_pic='-KPIC'
33623 +         lt_prog_compiler_static='-Bstatic'
33624 +         lt_prog_compiler_wl='-Wl,'
33625 +         ;;
33626 +       *Sun\ F*)
33627 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
33628 +         lt_prog_compiler_pic='-KPIC'
33629 +         lt_prog_compiler_static='-Bstatic'
33630 +         lt_prog_compiler_wl=''
33631 +         ;;
33632 +       esac
33633 +       ;;
33634 +      esac
33635 +      ;;
33636 +
33637 +    osf3* | osf4* | osf5*)
33638 +      lt_prog_compiler_wl='-Wl,'
33639 +      # All OSF/1 code is PIC.
33640 +      lt_prog_compiler_static='-non_shared'
33641 +      ;;
33642 +
33643 +    rdos*)
33644 +      lt_prog_compiler_static='-non_shared'
33645 +      ;;
33646 +
33647 +    solaris*)
33648 +      lt_prog_compiler_pic='-KPIC'
33649 +      lt_prog_compiler_static='-Bstatic'
33650 +      case $cc_basename in
33651 +      f77* | f90* | f95*)
33652 +       lt_prog_compiler_wl='-Qoption ld ';;
33653 +      *)
33654 +       lt_prog_compiler_wl='-Wl,';;
33655 +      esac
33656 +      ;;
33657 +
33658 +    sunos4*)
33659 +      lt_prog_compiler_wl='-Qoption ld '
33660 +      lt_prog_compiler_pic='-PIC'
33661 +      lt_prog_compiler_static='-Bstatic'
33662 +      ;;
33663 +
33664 +    sysv4 | sysv4.2uw2* | sysv4.3*)
33665 +      lt_prog_compiler_wl='-Wl,'
33666 +      lt_prog_compiler_pic='-KPIC'
33667 +      lt_prog_compiler_static='-Bstatic'
33668 +      ;;
33669 +
33670 +    sysv4*MP*)
33671 +      if test -d /usr/nec ;then
33672 +       lt_prog_compiler_pic='-Kconform_pic'
33673 +       lt_prog_compiler_static='-Bstatic'
33674 +      fi
33675 +      ;;
33676 +
33677 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
33678 +      lt_prog_compiler_wl='-Wl,'
33679 +      lt_prog_compiler_pic='-KPIC'
33680 +      lt_prog_compiler_static='-Bstatic'
33681 +      ;;
33682 +
33683 +    unicos*)
33684 +      lt_prog_compiler_wl='-Wl,'
33685 +      lt_prog_compiler_can_build_shared=no
33686 +      ;;
33687 +
33688 +    uts4*)
33689 +      lt_prog_compiler_pic='-pic'
33690 +      lt_prog_compiler_static='-Bstatic'
33691 +      ;;
33692 +
33693 +    *)
33694 +      lt_prog_compiler_can_build_shared=no
33695 +      ;;
33696 +    esac
33697 +  fi
33698 +
33699 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
33700 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
33701 +
33702 +#
33703 +# Check to make sure the PIC flag actually works.
33704 +#
33705 +if test -n "$lt_prog_compiler_pic"; then
33706 +  
33707 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
33708 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
33709 +if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
33710 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33711 +else
33712 +  lt_cv_prog_compiler_pic_works=no
33713 +  ac_outfile=conftest.$ac_objext
33714 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
33715 +   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
33716 +   # Insert the option either (1) after the last *FLAGS variable, or
33717 +   # (2) before a word containing "conftest.", or (3) at the end.
33718 +   # Note that $ac_compile itself does not contain backslashes and begins
33719 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
33720 +   # The option is referenced via a variable to avoid confusing sed.
33721 +   lt_compile=`echo "$ac_compile" | $SED \
33722 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
33723 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
33724 +   -e 's:$: $lt_compiler_flag:'`
33725 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
33726 +   (eval "$lt_compile" 2>conftest.err)
33727 +   ac_status=$?
33728 +   cat conftest.err >&5
33729 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
33730 +   if (exit $ac_status) && test -s "$ac_outfile"; then
33731 +     # The compiler can only warn and ignore the option if not recognized
33732 +     # So say no if there are warnings other than the usual output.
33733 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
33734 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
33735 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
33736 +       lt_cv_prog_compiler_pic_works=yes
33737 +     fi
33738 +   fi
33739 +   $rm conftest*
33740 +
33741 +fi
33742 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
33743 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
33744 +
33745 +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
33746 +    case $lt_prog_compiler_pic in
33747 +     "" | " "*) ;;
33748 +     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
33749 +     esac
33750 +else
33751 +    lt_prog_compiler_pic=
33752 +     lt_prog_compiler_can_build_shared=no
33753 +fi
33754 +
33755 +fi
33756 +case $host_os in
33757 +  # For platforms which do not support PIC, -DPIC is meaningless:
33758 +  *djgpp*)
33759 +    lt_prog_compiler_pic=
33760 +    ;;
33761 +  *)
33762 +    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
33763 +    ;;
33764 +esac
33765 +
33766 +#
33767 +# Check to make sure the static flag actually works.
33768 +#
33769 +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
33770 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
33771 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
33772 +if test "${lt_cv_prog_compiler_static_works+set}" = set; then
33773 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33774 +else
33775 +  lt_cv_prog_compiler_static_works=no
33776 +   save_LDFLAGS="$LDFLAGS"
33777 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
33778 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
33779 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
33780 +     # The linker can only warn and ignore the option if not recognized
33781 +     # So say no if there are warnings
33782 +     if test -s conftest.err; then
33783 +       # Append any errors to the config.log.
33784 +       cat conftest.err 1>&5
33785 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
33786 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
33787 +       if diff conftest.exp conftest.er2 >/dev/null; then
33788 +         lt_cv_prog_compiler_static_works=yes
33789 +       fi
33790 +     else
33791 +       lt_cv_prog_compiler_static_works=yes
33792 +     fi
33793 +   fi
33794 +   $rm -r conftest*
33795 +   LDFLAGS="$save_LDFLAGS"
33796 +
33797 +fi
33798 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
33799 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
33800 +
33801 +if test x"$lt_cv_prog_compiler_static_works" = xyes; then
33802 +    :
33803 +else
33804 +    lt_prog_compiler_static=
33805 +fi
33806 +
33807 +
33808 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
33809 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
33810 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then
33811 +  echo $ECHO_N "(cached) $ECHO_C" >&6
33812 +else
33813 +  lt_cv_prog_compiler_c_o=no
33814 +   $rm -r conftest 2>/dev/null
33815 +   mkdir conftest
33816 +   cd conftest
33817 +   mkdir out
33818 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
33819 +
33820 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
33821 +   # Insert the option either (1) after the last *FLAGS variable, or
33822 +   # (2) before a word containing "conftest.", or (3) at the end.
33823 +   # Note that $ac_compile itself does not contain backslashes and begins
33824 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
33825 +   lt_compile=`echo "$ac_compile" | $SED \
33826 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
33827 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
33828 +   -e 's:$: $lt_compiler_flag:'`
33829 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
33830 +   (eval "$lt_compile" 2>out/conftest.err)
33831 +   ac_status=$?
33832 +   cat out/conftest.err >&5
33833 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
33834 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
33835 +   then
33836 +     # The compiler can only warn and ignore the option if not recognized
33837 +     # So say no if there are warnings
33838 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
33839 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
33840 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
33841 +       lt_cv_prog_compiler_c_o=yes
33842 +     fi
33843 +   fi
33844 +   chmod u+w . 2>&5
33845 +   $rm conftest*
33846 +   # SGI C++ compiler will create directory out/ii_files/ for
33847 +   # template instantiation
33848 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
33849 +   $rm out/* && rmdir out
33850 +   cd ..
33851 +   rmdir conftest
33852 +   $rm conftest*
33853 +
33854 +fi
33855 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
33856 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
33857 +
33858 +
33859 +hard_links="nottested"
33860 +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
33861 +  # do not overwrite the value of need_locks provided by the user
33862 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
33863 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
33864 +  hard_links=yes
33865 +  $rm conftest*
33866 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
33867 +  touch conftest.a
33868 +  ln conftest.a conftest.b 2>&5 || hard_links=no
33869 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
33870 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
33871 +echo "${ECHO_T}$hard_links" >&6; }
33872 +  if test "$hard_links" = no; then
33873 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
33874 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
33875 +    need_locks=warn
33876 +  fi
33877 +else
33878 +  need_locks=no
33879 +fi
33880 +
33881 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
33882 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
33883 +
33884 +  runpath_var=
33885 +  allow_undefined_flag=
33886 +  enable_shared_with_static_runtimes=no
33887 +  archive_cmds=
33888 +  archive_expsym_cmds=
33889 +  old_archive_From_new_cmds=
33890 +  old_archive_from_expsyms_cmds=
33891 +  export_dynamic_flag_spec=
33892 +  whole_archive_flag_spec=
33893 +  thread_safe_flag_spec=
33894 +  hardcode_libdir_flag_spec=
33895 +  hardcode_libdir_flag_spec_ld=
33896 +  hardcode_libdir_separator=
33897 +  hardcode_direct=no
33898 +  hardcode_minus_L=no
33899 +  hardcode_shlibpath_var=unsupported
33900 +  link_all_deplibs=unknown
33901 +  hardcode_automatic=no
33902 +  module_cmds=
33903 +  module_expsym_cmds=
33904 +  always_export_symbols=no
33905 +  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
33906 +  # include_expsyms should be a list of space-separated symbols to be *always*
33907 +  # included in the symbol list
33908 +  include_expsyms=
33909 +  # exclude_expsyms can be an extended regexp of symbols to exclude
33910 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
33911 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
33912 +  # as well as any symbol that contains `d'.
33913 +  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
33914 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
33915 +  # platforms (ab)use it in PIC code, but their linkers get confused if
33916 +  # the symbol is explicitly referenced.  Since portable code cannot
33917 +  # rely on this symbol name, it's probably fine to never include it in
33918 +  # preloaded symbol tables.
33919 +  # Exclude shared library initialization/finalization symbols.
33920 +  extract_expsyms_cmds=
33921 +  # Just being paranoid about ensuring that cc_basename is set.
33922 +  for cc_temp in $compiler""; do
33923 +  case $cc_temp in
33924 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
33925 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
33926 +    \-*) ;;
33927 +    *) break;;
33928 +  esac
33929 +done
33930 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
33931 +
33932 +  case $host_os in
33933 +  cygwin* | mingw* | pw32*)
33934 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
33935 +    # When not using gcc, we currently assume that we are using
33936 +    # Microsoft Visual C++.
33937 +    if test "$GCC" != yes; then
33938 +      with_gnu_ld=no
33939 +    fi
33940 +    ;;
33941 +  interix*)
33942 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
33943 +    with_gnu_ld=yes
33944 +    ;;
33945 +  openbsd*)
33946 +    with_gnu_ld=no
33947 +    ;;
33948 +  esac
33949 +
33950 +  ld_shlibs=yes
33951 +  if test "$with_gnu_ld" = yes; then
33952 +    # If archive_cmds runs LD, not CC, wlarc should be empty
33953 +    wlarc='${wl}'
33954 +
33955 +    # Set some defaults for GNU ld with shared library support. These
33956 +    # are reset later if shared libraries are not supported. Putting them
33957 +    # here allows them to be overridden if necessary.
33958 +    runpath_var=LD_RUN_PATH
33959 +    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
33960 +    export_dynamic_flag_spec='${wl}--export-dynamic'
33961 +    # ancient GNU ld didn't support --whole-archive et. al.
33962 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
33963 +       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
33964 +      else
33965 +       whole_archive_flag_spec=
33966 +    fi
33967 +    supports_anon_versioning=no
33968 +    case `$LD -v 2>/dev/null` in
33969 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
33970 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
33971 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
33972 +      *\ 2.11.*) ;; # other 2.11 versions
33973 +      *) supports_anon_versioning=yes ;;
33974 +    esac
33975 +
33976 +    # See if GNU ld supports shared libraries.
33977 +    case $host_os in
33978 +    aix[3-9]*)
33979 +      # On AIX/PPC, the GNU linker is very broken
33980 +      if test "$host_cpu" != ia64; then
33981 +       ld_shlibs=no
33982 +       cat <<EOF 1>&2
33983 +
33984 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
33985 +*** to be unable to reliably create shared libraries on AIX.
33986 +*** Therefore, libtool is disabling shared libraries support.  If you
33987 +*** really care for shared libraries, you may want to modify your PATH
33988 +*** so that a non-GNU linker is found, and then restart.
33989 +
33990 +EOF
33991 +      fi
33992 +      ;;
33993 +
33994 +    amigaos*)
33995 +      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)'
33996 +      hardcode_libdir_flag_spec='-L$libdir'
33997 +      hardcode_minus_L=yes
33998 +
33999 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
34000 +      # that the semantics of dynamic libraries on AmigaOS, at least up
34001 +      # to version 4, is to share data among multiple programs linked
34002 +      # with the same dynamic library.  Since this doesn't match the
34003 +      # behavior of shared libraries on other platforms, we can't use
34004 +      # them.
34005 +      ld_shlibs=no
34006 +      ;;
34007 +
34008 +    beos*)
34009 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
34010 +       allow_undefined_flag=unsupported
34011 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
34012 +       # support --undefined.  This deserves some investigation.  FIXME
34013 +       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
34014 +      else
34015 +       ld_shlibs=no
34016 +      fi
34017 +      ;;
34018 +
34019 +    cygwin* | mingw* | pw32*)
34020 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
34021 +      # as there is no search path for DLLs.
34022 +      hardcode_libdir_flag_spec='-L$libdir'
34023 +      allow_undefined_flag=unsupported
34024 +      always_export_symbols=no
34025 +      enable_shared_with_static_runtimes=yes
34026 +      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
34027 +
34028 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
34029 +        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
34030 +       # If the export-symbols file already is a .def file (1st line
34031 +       # is EXPORTS), use it as is; otherwise, prepend...
34032 +       archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
34033 +         cp $export_symbols $output_objdir/$soname.def;
34034 +       else
34035 +         echo EXPORTS > $output_objdir/$soname.def;
34036 +         cat $export_symbols >> $output_objdir/$soname.def;
34037 +       fi~
34038 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
34039 +      else
34040 +       ld_shlibs=no
34041 +      fi
34042 +      ;;
34043 +
34044 +    interix[3-9]*)
34045 +      hardcode_direct=no
34046 +      hardcode_shlibpath_var=no
34047 +      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
34048 +      export_dynamic_flag_spec='${wl}-E'
34049 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
34050 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
34051 +      # default) and relocated if they conflict, which is a slow very memory
34052 +      # consuming and fragmenting process.  To avoid this, we pick a random,
34053 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
34054 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
34055 +      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
34056 +      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'
34057 +      ;;
34058 +
34059 +    gnu* | linux* | k*bsd*-gnu)
34060 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
34061 +       tmp_addflag=
34062 +       case $cc_basename,$host_cpu in
34063 +       pgcc*)                          # Portland Group C compiler
34064 +         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
34065 +         tmp_addflag=' $pic_flag'
34066 +         ;;
34067 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
34068 +         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
34069 +         tmp_addflag=' $pic_flag -Mnomain' ;;
34070 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
34071 +         tmp_addflag=' -i_dynamic' ;;
34072 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
34073 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
34074 +       ifc* | ifort*)                  # Intel Fortran compiler
34075 +         tmp_addflag=' -nofor_main' ;;
34076 +       esac
34077 +       case `$CC -V 2>&1 | sed 5q` in
34078 +       *Sun\ C*)                       # Sun C 5.9
34079 +         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
34080 +         tmp_sharedflag='-G' ;;
34081 +       *Sun\ F*)                       # Sun Fortran 8.3
34082 +         tmp_sharedflag='-G' ;;
34083 +       *)
34084 +         tmp_sharedflag='-shared' ;;
34085 +       esac
34086 +       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
34087 +
34088 +       if test $supports_anon_versioning = yes; then
34089 +         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
34090 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
34091 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
34092 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
34093 +       fi
34094 +       link_all_deplibs=no
34095 +      else
34096 +       ld_shlibs=no
34097 +      fi
34098 +      ;;
34099 +
34100 +    netbsd* | netbsdelf*-gnu)
34101 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
34102 +       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
34103 +       wlarc=
34104 +      else
34105 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
34106 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
34107 +      fi
34108 +      ;;
34109 +
34110 +    solaris*)
34111 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
34112 +       ld_shlibs=no
34113 +       cat <<EOF 1>&2
34114 +
34115 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
34116 +*** create shared libraries on Solaris systems.  Therefore, libtool
34117 +*** is disabling shared libraries support.  We urge you to upgrade GNU
34118 +*** binutils to release 2.9.1 or newer.  Another option is to modify
34119 +*** your PATH or compiler configuration so that the native linker is
34120 +*** used, and then restart.
34121 +
34122 +EOF
34123 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
34124 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
34125 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
34126 +      else
34127 +       ld_shlibs=no
34128 +      fi
34129 +      ;;
34130 +
34131 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
34132 +      case `$LD -v 2>&1` in
34133 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
34134 +       ld_shlibs=no
34135 +       cat <<_LT_EOF 1>&2
34136 +
34137 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
34138 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
34139 +*** is disabling shared libraries support.  We urge you to upgrade GNU
34140 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
34141 +*** your PATH or compiler configuration so that the native linker is
34142 +*** used, and then restart.
34143 +
34144 +_LT_EOF
34145 +       ;;
34146 +       *)
34147 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
34148 +           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
34149 +           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
34150 +           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
34151 +         else
34152 +           ld_shlibs=no
34153 +         fi
34154 +       ;;
34155 +      esac
34156 +      ;;
34157 +
34158 +    sunos4*)
34159 +      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
34160 +      wlarc=
34161 +      hardcode_direct=yes
34162 +      hardcode_shlibpath_var=no
34163 +      ;;
34164 +
34165 +    *)
34166 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
34167 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
34168 +       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
34169 +      else
34170 +       ld_shlibs=no
34171 +      fi
34172 +      ;;
34173 +    esac
34174 +
34175 +    if test "$ld_shlibs" = no; then
34176 +      runpath_var=
34177 +      hardcode_libdir_flag_spec=
34178 +      export_dynamic_flag_spec=
34179 +      whole_archive_flag_spec=
34180 +    fi
34181 +  else
34182 +    # PORTME fill in a description of your system's linker (not GNU ld)
34183 +    case $host_os in
34184 +    aix3*)
34185 +      allow_undefined_flag=unsupported
34186 +      always_export_symbols=yes
34187 +      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'
34188 +      # Note: this linker hardcodes the directories in LIBPATH if there
34189 +      # are no directories specified by -L.
34190 +      hardcode_minus_L=yes
34191 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
34192 +       # Neither direct hardcoding nor static linking is supported with a
34193 +       # broken collect2.
34194 +       hardcode_direct=unsupported
34195 +      fi
34196 +      ;;
34197 +
34198 +    aix[4-9]*)
34199 +      if test "$host_cpu" = ia64; then
34200 +       # On IA64, the linker does run time linking by default, so we don't
34201 +       # have to do anything special.
34202 +       aix_use_runtimelinking=no
34203 +       exp_sym_flag='-Bexport'
34204 +       no_entry_flag=""
34205 +      else
34206 +       # If we're using GNU nm, then we don't want the "-C" option.
34207 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
34208 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
34209 +         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
34210 +       else
34211 +         export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
34212 +       fi
34213 +       aix_use_runtimelinking=no
34214 +
34215 +       # Test if we are trying to use run time linking or normal
34216 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
34217 +       # need to do runtime linking.
34218 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
34219 +         for ld_flag in $LDFLAGS; do
34220 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
34221 +           aix_use_runtimelinking=yes
34222 +           break
34223 +         fi
34224 +         done
34225 +         ;;
34226 +       esac
34227 +
34228 +       exp_sym_flag='-bexport'
34229 +       no_entry_flag='-bnoentry'
34230 +      fi
34231 +
34232 +      # When large executables or shared objects are built, AIX ld can
34233 +      # have problems creating the table of contents.  If linking a library
34234 +      # or program results in "error TOC overflow" add -mminimal-toc to
34235 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
34236 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
34237 +
34238 +      archive_cmds=''
34239 +      hardcode_direct=yes
34240 +      hardcode_libdir_separator=':'
34241 +      link_all_deplibs=yes
34242 +
34243 +      if test "$GCC" = yes; then
34244 +       case $host_os in aix4.[012]|aix4.[012].*)
34245 +       # We only want to do this on AIX 4.2 and lower, the check
34246 +       # below for broken collect2 doesn't work under 4.3+
34247 +         collect2name=`${CC} -print-prog-name=collect2`
34248 +         if test -f "$collect2name" && \
34249 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
34250 +         then
34251 +         # We have reworked collect2
34252 +         :
34253 +         else
34254 +         # We have old collect2
34255 +         hardcode_direct=unsupported
34256 +         # It fails to find uninstalled libraries when the uninstalled
34257 +         # path is not listed in the libpath.  Setting hardcode_minus_L
34258 +         # to unsupported forces relinking
34259 +         hardcode_minus_L=yes
34260 +         hardcode_libdir_flag_spec='-L$libdir'
34261 +         hardcode_libdir_separator=
34262 +         fi
34263 +         ;;
34264 +       esac
34265 +       shared_flag='-shared'
34266 +       if test "$aix_use_runtimelinking" = yes; then
34267 +         shared_flag="$shared_flag "'${wl}-G'
34268 +       fi
34269 +      else
34270 +       # not using gcc
34271 +       if test "$host_cpu" = ia64; then
34272 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
34273 +       # chokes on -Wl,-G. The following line is correct:
34274 +         shared_flag='-G'
34275 +       else
34276 +         if test "$aix_use_runtimelinking" = yes; then
34277 +           shared_flag='${wl}-G'
34278 +         else
34279 +           shared_flag='${wl}-bM:SRE'
34280 +         fi
34281 +       fi
34282 +      fi
34283 +
34284 +      # It seems that -bexpall does not export symbols beginning with
34285 +      # underscore (_), so it is better to generate a list of symbols to export.
34286 +      always_export_symbols=yes
34287 +      if test "$aix_use_runtimelinking" = yes; then
34288 +       # Warning - without using the other runtime loading flags (-brtl),
34289 +       # -berok will link without error, but may produce a broken library.
34290 +       allow_undefined_flag='-berok'
34291 +       # Determine the default libpath from the value encoded in an empty executable.
34292 +       cat >conftest.$ac_ext <<_ACEOF
34293 +/* confdefs.h.  */
34294 +_ACEOF
34295 +cat confdefs.h >>conftest.$ac_ext
34296 +cat >>conftest.$ac_ext <<_ACEOF
34297 +/* end confdefs.h.  */
34298 +
34299 +int
34300 +main ()
34301 +{
34302 +
34303 +  ;
34304 +  return 0;
34305 +}
34306 +_ACEOF
34307 +rm -f conftest.$ac_objext conftest$ac_exeext
34308 +if { (ac_try="$ac_link"
34309 +case "(($ac_try" in
34310 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34311 +  *) ac_try_echo=$ac_try;;
34312 +esac
34313 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34314 +  (eval "$ac_link") 2>conftest.er1
34315 +  ac_status=$?
34316 +  grep -v '^ *+' conftest.er1 >conftest.err
34317 +  rm -f conftest.er1
34318 +  cat conftest.err >&5
34319 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34320 +  (exit $ac_status); } && {
34321 +        test -z "$ac_c_werror_flag" ||
34322 +        test ! -s conftest.err
34323 +       } && test -s conftest$ac_exeext &&
34324 +       $as_test_x conftest$ac_exeext; then
34325 +  
34326 +lt_aix_libpath_sed='
34327 +    /Import File Strings/,/^$/ {
34328 +       /^0/ {
34329 +           s/^0  *\(.*\)$/\1/
34330 +           p
34331 +       }
34332 +    }'
34333 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
34334 +# Check for a 64-bit object if we didn't find anything.
34335 +if test -z "$aix_libpath"; then
34336 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
34337 +fi
34338 +else
34339 +  echo "$as_me: failed program was:" >&5
34340 +sed 's/^/| /' conftest.$ac_ext >&5
34341 +
34342 +       
34343 +fi
34344 +
34345 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34346 +      conftest$ac_exeext conftest.$ac_ext
34347 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
34348 +
34349 +       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
34350 +       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
34351 +       else
34352 +       if test "$host_cpu" = ia64; then
34353 +         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
34354 +         allow_undefined_flag="-z nodefs"
34355 +         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"
34356 +       else
34357 +        # Determine the default libpath from the value encoded in an empty executable.
34358 +        cat >conftest.$ac_ext <<_ACEOF
34359 +/* confdefs.h.  */
34360 +_ACEOF
34361 +cat confdefs.h >>conftest.$ac_ext
34362 +cat >>conftest.$ac_ext <<_ACEOF
34363 +/* end confdefs.h.  */
34364 +
34365 +int
34366 +main ()
34367 +{
34368 +
34369 +  ;
34370 +  return 0;
34371 +}
34372 +_ACEOF
34373 +rm -f conftest.$ac_objext conftest$ac_exeext
34374 +if { (ac_try="$ac_link"
34375 +case "(($ac_try" in
34376 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34377 +  *) ac_try_echo=$ac_try;;
34378 +esac
34379 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34380 +  (eval "$ac_link") 2>conftest.er1
34381 +  ac_status=$?
34382 +  grep -v '^ *+' conftest.er1 >conftest.err
34383 +  rm -f conftest.er1
34384 +  cat conftest.err >&5
34385 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34386 +  (exit $ac_status); } && {
34387 +        test -z "$ac_c_werror_flag" ||
34388 +        test ! -s conftest.err
34389 +       } && test -s conftest$ac_exeext &&
34390 +       $as_test_x conftest$ac_exeext; then
34391 +  
34392 +lt_aix_libpath_sed='
34393 +    /Import File Strings/,/^$/ {
34394 +       /^0/ {
34395 +           s/^0  *\(.*\)$/\1/
34396 +           p
34397 +       }
34398 +    }'
34399 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
34400 +# Check for a 64-bit object if we didn't find anything.
34401 +if test -z "$aix_libpath"; then
34402 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
34403 +fi
34404 +else
34405 +  echo "$as_me: failed program was:" >&5
34406 +sed 's/^/| /' conftest.$ac_ext >&5
34407 +
34408 +       
34409 +fi
34410 +
34411 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34412 +      conftest$ac_exeext conftest.$ac_ext
34413 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
34414 +
34415 +        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
34416 +         # Warning - without using the other run time loading flags,
34417 +         # -berok will link without error, but may produce a broken library.
34418 +         no_undefined_flag=' ${wl}-bernotok'
34419 +         allow_undefined_flag=' ${wl}-berok'
34420 +         # Exported symbols can be pulled into shared objects from archives
34421 +         whole_archive_flag_spec='$convenience'
34422 +         archive_cmds_need_lc=yes
34423 +         # This is similar to how AIX traditionally builds its shared libraries.
34424 +         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'
34425 +       fi
34426 +      fi
34427 +      ;;
34428 +
34429 +    amigaos*)
34430 +      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)'
34431 +      hardcode_libdir_flag_spec='-L$libdir'
34432 +      hardcode_minus_L=yes
34433 +      # see comment about different semantics on the GNU ld section
34434 +      ld_shlibs=no
34435 +      ;;
34436 +
34437 +    bsdi[45]*)
34438 +      export_dynamic_flag_spec=-rdynamic
34439 +      ;;
34440 +
34441 +    cygwin* | mingw* | pw32*)
34442 +      # When not using gcc, we currently assume that we are using
34443 +      # Microsoft Visual C++.
34444 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
34445 +      # no search path for DLLs.
34446 +      hardcode_libdir_flag_spec=' '
34447 +      allow_undefined_flag=unsupported
34448 +      # Tell ltmain to make .lib files, not .a files.
34449 +      libext=lib
34450 +      # Tell ltmain to make .dll files, not .so files.
34451 +      shrext_cmds=".dll"
34452 +      # FIXME: Setting linknames here is a bad hack.
34453 +      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
34454 +      # The linker will automatically build a .lib file if we build a DLL.
34455 +      old_archive_From_new_cmds='true'
34456 +      # FIXME: Should let the user specify the lib program.
34457 +      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
34458 +      fix_srcfile_path='`cygpath -w "$srcfile"`'
34459 +      enable_shared_with_static_runtimes=yes
34460 +      ;;
34461 +
34462 +    darwin* | rhapsody*)
34463 +      case $host_os in
34464 +        rhapsody* | darwin1.[012])
34465 +         allow_undefined_flag='${wl}-undefined ${wl}suppress'
34466 +         ;;
34467 +       *) # Darwin 1.3 on
34468 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
34469 +           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
34470 +         else
34471 +           case ${MACOSX_DEPLOYMENT_TARGET} in
34472 +             10.[012])
34473 +               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
34474 +               ;;
34475 +             10.*)
34476 +               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
34477 +               ;;
34478 +           esac
34479 +         fi
34480 +         ;;
34481 +      esac
34482 +      archive_cmds_need_lc=no
34483 +      hardcode_direct=no
34484 +      hardcode_automatic=yes
34485 +      hardcode_shlibpath_var=unsupported
34486 +      whole_archive_flag_spec=''
34487 +      link_all_deplibs=yes
34488 +    if test "$GCC" = yes ; then
34489 +       output_verbose_link_cmd='echo'
34490 +        archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
34491 +        module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
34492 +        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}"
34493 +        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}"
34494 +    else
34495 +      case $cc_basename in
34496 +        xlc*)
34497 +         output_verbose_link_cmd='echo'
34498 +         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
34499 +         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
34500 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
34501 +         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
34502 +          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
34503 +          ;;
34504 +       *)
34505 +         ld_shlibs=no
34506 +          ;;
34507 +      esac
34508 +    fi
34509 +      ;;
34510 +
34511 +    dgux*)
34512 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34513 +      hardcode_libdir_flag_spec='-L$libdir'
34514 +      hardcode_shlibpath_var=no
34515 +      ;;
34516 +
34517 +    freebsd1*)
34518 +      ld_shlibs=no
34519 +      ;;
34520 +
34521 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
34522 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
34523 +    # does not break anything, and helps significantly (at the cost of a little
34524 +    # extra space).
34525 +    freebsd2.2*)
34526 +      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
34527 +      hardcode_libdir_flag_spec='-R$libdir'
34528 +      hardcode_direct=yes
34529 +      hardcode_shlibpath_var=no
34530 +      ;;
34531 +
34532 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
34533 +    freebsd2*)
34534 +      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
34535 +      hardcode_direct=yes
34536 +      hardcode_minus_L=yes
34537 +      hardcode_shlibpath_var=no
34538 +      ;;
34539 +
34540 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
34541 +    freebsd* | dragonfly*)
34542 +      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
34543 +      hardcode_libdir_flag_spec='-R$libdir'
34544 +      hardcode_direct=yes
34545 +      hardcode_shlibpath_var=no
34546 +      ;;
34547 +
34548 +    hpux9*)
34549 +      if test "$GCC" = yes; then
34550 +       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'
34551 +      else
34552 +       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'
34553 +      fi
34554 +      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
34555 +      hardcode_libdir_separator=:
34556 +      hardcode_direct=yes
34557 +
34558 +      # hardcode_minus_L: Not really in the search PATH,
34559 +      # but as the default location of the library.
34560 +      hardcode_minus_L=yes
34561 +      export_dynamic_flag_spec='${wl}-E'
34562 +      ;;
34563 +
34564 +    hpux10*)
34565 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
34566 +       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
34567 +      else
34568 +       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
34569 +      fi
34570 +      if test "$with_gnu_ld" = no; then
34571 +       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
34572 +       hardcode_libdir_separator=:
34573 +
34574 +       hardcode_direct=yes
34575 +       export_dynamic_flag_spec='${wl}-E'
34576 +
34577 +       # hardcode_minus_L: Not really in the search PATH,
34578 +       # but as the default location of the library.
34579 +       hardcode_minus_L=yes
34580 +      fi
34581 +      ;;
34582 +
34583 +    hpux11*)
34584 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
34585 +       case $host_cpu in
34586 +       hppa*64*)
34587 +         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
34588 +         ;;
34589 +       ia64*)
34590 +         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
34591 +         ;;
34592 +       *)
34593 +         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
34594 +         ;;
34595 +       esac
34596 +      else
34597 +       case $host_cpu in
34598 +       hppa*64*)
34599 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
34600 +         ;;
34601 +       ia64*)
34602 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
34603 +         ;;
34604 +       *)
34605 +         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
34606 +         ;;
34607 +       esac
34608 +      fi
34609 +      if test "$with_gnu_ld" = no; then
34610 +       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
34611 +       hardcode_libdir_separator=:
34612 +
34613 +       case $host_cpu in
34614 +       hppa*64*|ia64*)
34615 +         hardcode_libdir_flag_spec_ld='+b $libdir'
34616 +         hardcode_direct=no
34617 +         hardcode_shlibpath_var=no
34618 +         ;;
34619 +       *)
34620 +         hardcode_direct=yes
34621 +         export_dynamic_flag_spec='${wl}-E'
34622 +
34623 +         # hardcode_minus_L: Not really in the search PATH,
34624 +         # but as the default location of the library.
34625 +         hardcode_minus_L=yes
34626 +         ;;
34627 +       esac
34628 +      fi
34629 +      ;;
34630 +
34631 +    irix5* | irix6* | nonstopux*)
34632 +      if test "$GCC" = yes; then
34633 +       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
34634 +      else
34635 +       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
34636 +       hardcode_libdir_flag_spec_ld='-rpath $libdir'
34637 +      fi
34638 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
34639 +      hardcode_libdir_separator=:
34640 +      link_all_deplibs=yes
34641 +      ;;
34642 +
34643 +    netbsd* | netbsdelf*-gnu)
34644 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
34645 +       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
34646 +      else
34647 +       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
34648 +      fi
34649 +      hardcode_libdir_flag_spec='-R$libdir'
34650 +      hardcode_direct=yes
34651 +      hardcode_shlibpath_var=no
34652 +      ;;
34653 +
34654 +    newsos6)
34655 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34656 +      hardcode_direct=yes
34657 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
34658 +      hardcode_libdir_separator=:
34659 +      hardcode_shlibpath_var=no
34660 +      ;;
34661 +
34662 +    openbsd*)
34663 +      if test -f /usr/libexec/ld.so; then
34664 +       hardcode_direct=yes
34665 +       hardcode_shlibpath_var=no
34666 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
34667 +         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
34668 +         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
34669 +         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
34670 +         export_dynamic_flag_spec='${wl}-E'
34671 +       else
34672 +         case $host_os in
34673 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
34674 +            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
34675 +            hardcode_libdir_flag_spec='-R$libdir'
34676 +            ;;
34677 +          *)
34678 +            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
34679 +            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
34680 +            ;;
34681 +         esac
34682 +        fi
34683 +      else
34684 +       ld_shlibs=no
34685 +      fi
34686 +      ;;
34687 +
34688 +    os2*)
34689 +      hardcode_libdir_flag_spec='-L$libdir'
34690 +      hardcode_minus_L=yes
34691 +      allow_undefined_flag=unsupported
34692 +      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'
34693 +      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
34694 +      ;;
34695 +
34696 +    osf3*)
34697 +      if test "$GCC" = yes; then
34698 +       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
34699 +       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
34700 +      else
34701 +       allow_undefined_flag=' -expect_unresolved \*'
34702 +       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
34703 +      fi
34704 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
34705 +      hardcode_libdir_separator=:
34706 +      ;;
34707 +
34708 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
34709 +      if test "$GCC" = yes; then
34710 +       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
34711 +       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
34712 +       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
34713 +      else
34714 +       allow_undefined_flag=' -expect_unresolved \*'
34715 +       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
34716 +       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
34717 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
34718 +
34719 +       # Both c and cxx compiler support -rpath directly
34720 +       hardcode_libdir_flag_spec='-rpath $libdir'
34721 +      fi
34722 +      hardcode_libdir_separator=:
34723 +      ;;
34724 +
34725 +    solaris*)
34726 +      no_undefined_flag=' -z text'
34727 +      if test "$GCC" = yes; then
34728 +       wlarc='${wl}'
34729 +       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
34730 +       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
34731 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
34732 +      else
34733 +       wlarc=''
34734 +       archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
34735 +       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
34736 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
34737 +      fi
34738 +      hardcode_libdir_flag_spec='-R$libdir'
34739 +      hardcode_shlibpath_var=no
34740 +      case $host_os in
34741 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
34742 +      *)
34743 +       # The compiler driver will combine and reorder linker options,
34744 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
34745 +       # but is careful enough not to reorder.
34746 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
34747 +       if test "$GCC" = yes; then
34748 +         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
34749 +       else
34750 +         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
34751 +       fi
34752 +       ;;
34753 +      esac
34754 +      link_all_deplibs=yes
34755 +      ;;
34756 +
34757 +    sunos4*)
34758 +      if test "x$host_vendor" = xsequent; then
34759 +       # Use $CC to link under sequent, because it throws in some extra .o
34760 +       # files that make .init and .fini sections work.
34761 +       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
34762 +      else
34763 +       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
34764 +      fi
34765 +      hardcode_libdir_flag_spec='-L$libdir'
34766 +      hardcode_direct=yes
34767 +      hardcode_minus_L=yes
34768 +      hardcode_shlibpath_var=no
34769 +      ;;
34770 +
34771 +    sysv4)
34772 +      case $host_vendor in
34773 +       sni)
34774 +         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34775 +         hardcode_direct=yes # is this really true???
34776 +       ;;
34777 +       siemens)
34778 +         ## LD is ld it makes a PLAMLIB
34779 +         ## CC just makes a GrossModule.
34780 +         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
34781 +         reload_cmds='$CC -r -o $output$reload_objs'
34782 +         hardcode_direct=no
34783 +        ;;
34784 +       motorola)
34785 +         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34786 +         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
34787 +       ;;
34788 +      esac
34789 +      runpath_var='LD_RUN_PATH'
34790 +      hardcode_shlibpath_var=no
34791 +      ;;
34792 +
34793 +    sysv4.3*)
34794 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34795 +      hardcode_shlibpath_var=no
34796 +      export_dynamic_flag_spec='-Bexport'
34797 +      ;;
34798 +
34799 +    sysv4*MP*)
34800 +      if test -d /usr/nec; then
34801 +       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34802 +       hardcode_shlibpath_var=no
34803 +       runpath_var=LD_RUN_PATH
34804 +       hardcode_runpath_var=yes
34805 +       ld_shlibs=yes
34806 +      fi
34807 +      ;;
34808 +
34809 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
34810 +      no_undefined_flag='${wl}-z,text'
34811 +      archive_cmds_need_lc=no
34812 +      hardcode_shlibpath_var=no
34813 +      runpath_var='LD_RUN_PATH'
34814 +
34815 +      if test "$GCC" = yes; then
34816 +       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
34817 +       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
34818 +      else
34819 +       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
34820 +       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
34821 +      fi
34822 +      ;;
34823 +
34824 +    sysv5* | sco3.2v5* | sco5v6*)
34825 +      # Note: We can NOT use -z defs as we might desire, because we do not
34826 +      # link with -lc, and that would cause any symbols used from libc to
34827 +      # always be unresolved, which means just about no library would
34828 +      # ever link correctly.  If we're not using GNU ld we use -z text
34829 +      # though, which does catch some bad symbols but isn't as heavy-handed
34830 +      # as -z defs.
34831 +      no_undefined_flag='${wl}-z,text'
34832 +      allow_undefined_flag='${wl}-z,nodefs'
34833 +      archive_cmds_need_lc=no
34834 +      hardcode_shlibpath_var=no
34835 +      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
34836 +      hardcode_libdir_separator=':'
34837 +      link_all_deplibs=yes
34838 +      export_dynamic_flag_spec='${wl}-Bexport'
34839 +      runpath_var='LD_RUN_PATH'
34840 +
34841 +      if test "$GCC" = yes; then
34842 +       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
34843 +       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
34844 +      else
34845 +       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
34846 +       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
34847 +      fi
34848 +      ;;
34849 +
34850 +    uts4*)
34851 +      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
34852 +      hardcode_libdir_flag_spec='-L$libdir'
34853 +      hardcode_shlibpath_var=no
34854 +      ;;
34855 +
34856 +    *)
34857 +      ld_shlibs=no
34858 +      ;;
34859 +    esac
34860 +  fi
34861 +
34862 +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
34863 +echo "${ECHO_T}$ld_shlibs" >&6; }
34864 +test "$ld_shlibs" = no && can_build_shared=no
34865 +
34866 +#
34867 +# Do we need to explicitly link libc?
34868 +#
34869 +case "x$archive_cmds_need_lc" in
34870 +x|xyes)
34871 +  # Assume -lc should be added
34872 +  archive_cmds_need_lc=yes
34873 +
34874 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
34875 +    case $archive_cmds in
34876 +    *'~'*)
34877 +      # FIXME: we may have to deal with multi-command sequences.
34878 +      ;;
34879 +    '$CC '*)
34880 +      # Test whether the compiler implicitly links with -lc since on some
34881 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
34882 +      # to ld, don't add -lc before -lgcc.
34883 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
34884 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
34885 +      $rm conftest*
34886 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
34887 +
34888 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34889 +  (eval $ac_compile) 2>&5
34890 +  ac_status=$?
34891 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34892 +  (exit $ac_status); } 2>conftest.err; then
34893 +        soname=conftest
34894 +        lib=conftest
34895 +        libobjs=conftest.$ac_objext
34896 +        deplibs=
34897 +        wl=$lt_prog_compiler_wl
34898 +       pic_flag=$lt_prog_compiler_pic
34899 +        compiler_flags=-v
34900 +        linker_flags=-v
34901 +        verstring=
34902 +        output_objdir=.
34903 +        libname=conftest
34904 +        lt_save_allow_undefined_flag=$allow_undefined_flag
34905 +        allow_undefined_flag=
34906 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
34907 +  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
34908 +  ac_status=$?
34909 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34910 +  (exit $ac_status); }
34911 +        then
34912 +         archive_cmds_need_lc=no
34913 +        else
34914 +         archive_cmds_need_lc=yes
34915 +        fi
34916 +        allow_undefined_flag=$lt_save_allow_undefined_flag
34917 +      else
34918 +        cat conftest.err 1>&5
34919 +      fi
34920 +      $rm conftest*
34921 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
34922 +echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
34923 +      ;;
34924 +    esac
34925 +  fi
34926 +  ;;
34927 +esac
34928 +
34929 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
34930 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
34931 +library_names_spec=
34932 +libname_spec='lib$name'
34933 +soname_spec=
34934 +shrext_cmds=".so"
34935 +postinstall_cmds=
34936 +postuninstall_cmds=
34937 +finish_cmds=
34938 +finish_eval=
34939 +shlibpath_var=
34940 +shlibpath_overrides_runpath=unknown
34941 +version_type=none
34942 +dynamic_linker="$host_os ld.so"
34943 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
34944 +
34945 +if test "$GCC" = yes; then
34946 +  case $host_os in
34947 +    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
34948 +    *) lt_awk_arg="/^libraries:/" ;;
34949 +  esac
34950 +  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
34951 +  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
34952 +    # if the path contains ";" then we assume it to be the separator
34953 +    # otherwise default to the standard path separator (i.e. ":") - it is
34954 +    # assumed that no part of a normal pathname contains ";" but that should
34955 +    # okay in the real world where ";" in dirpaths is itself problematic.
34956 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
34957 +  else
34958 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
34959 +  fi
34960 +  # Ok, now we have the path, separated by spaces, we can step through it
34961 +  # and add multilib dir if necessary.
34962 +  lt_tmp_lt_search_path_spec=
34963 +  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
34964 +  for lt_sys_path in $lt_search_path_spec; do
34965 +    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
34966 +      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
34967 +    else
34968 +      test -d "$lt_sys_path" && \
34969 +       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
34970 +    fi
34971 +  done
34972 +  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
34973 +BEGIN {RS=" "; FS="/|\n";} {
34974 +  lt_foo="";
34975 +  lt_count=0;
34976 +  for (lt_i = NF; lt_i > 0; lt_i--) {
34977 +    if ($lt_i != "" && $lt_i != ".") {
34978 +      if ($lt_i == "..") {
34979 +        lt_count++;
34980 +      } else {
34981 +        if (lt_count == 0) {
34982 +          lt_foo="/" $lt_i lt_foo;
34983 +        } else {
34984 +          lt_count--;
34985 +        }
34986 +      }
34987 +    }
34988 +  }
34989 +  if (lt_foo != "") { lt_freq[lt_foo]++; }
34990 +  if (lt_freq[lt_foo] == 1) { print lt_foo; }
34991 +}'`
34992 +  sys_lib_search_path_spec=`echo $lt_search_path_spec`
34993 +else
34994 +  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
34995 +fi
34996 +need_lib_prefix=unknown
34997 +hardcode_into_libs=no
34998 +
34999 +# when you set need_version to no, make sure it does not cause -set_version
35000 +# flags to be left without arguments
35001 +need_version=unknown
35002 +
35003 +case $host_os in
35004 +aix3*)
35005 +  version_type=linux
35006 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
35007 +  shlibpath_var=LIBPATH
35008 +
35009 +  # AIX 3 has no versioning support, so we append a major version to the name.
35010 +  soname_spec='${libname}${release}${shared_ext}$major'
35011 +  ;;
35012 +
35013 +aix[4-9]*)
35014 +  version_type=linux
35015 +  need_lib_prefix=no
35016 +  need_version=no
35017 +  hardcode_into_libs=yes
35018 +  if test "$host_cpu" = ia64; then
35019 +    # AIX 5 supports IA64
35020 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
35021 +    shlibpath_var=LD_LIBRARY_PATH
35022 +  else
35023 +    # With GCC up to 2.95.x, collect2 would create an import file
35024 +    # for dependence libraries.  The import file would start with
35025 +    # the line `#! .'.  This would cause the generated library to
35026 +    # depend on `.', always an invalid library.  This was fixed in
35027 +    # development snapshots of GCC prior to 3.0.
35028 +    case $host_os in
35029 +      aix4 | aix4.[01] | aix4.[01].*)
35030 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
35031 +          echo ' yes '
35032 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
35033 +       :
35034 +      else
35035 +       can_build_shared=no
35036 +      fi
35037 +      ;;
35038 +    esac
35039 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
35040 +    # soname into executable. Probably we can add versioning support to
35041 +    # collect2, so additional links can be useful in future.
35042 +    if test "$aix_use_runtimelinking" = yes; then
35043 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
35044 +      # instead of lib<name>.a to let people know that these are not
35045 +      # typical AIX shared libraries.
35046 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35047 +    else
35048 +      # We preserve .a as extension for shared libraries through AIX4.2
35049 +      # and later when we are not doing run time linking.
35050 +      library_names_spec='${libname}${release}.a $libname.a'
35051 +      soname_spec='${libname}${release}${shared_ext}$major'
35052 +    fi
35053 +    shlibpath_var=LIBPATH
35054 +  fi
35055 +  ;;
35056 +
35057 +amigaos*)
35058 +  library_names_spec='$libname.ixlibrary $libname.a'
35059 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
35060 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
35061 +  ;;
35062 +
35063 +beos*)
35064 +  library_names_spec='${libname}${shared_ext}'
35065 +  dynamic_linker="$host_os ld.so"
35066 +  shlibpath_var=LIBRARY_PATH
35067 +  ;;
35068 +
35069 +bsdi[45]*)
35070 +  version_type=linux
35071 +  need_version=no
35072 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35073 +  soname_spec='${libname}${release}${shared_ext}$major'
35074 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
35075 +  shlibpath_var=LD_LIBRARY_PATH
35076 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
35077 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
35078 +  # the default ld.so.conf also contains /usr/contrib/lib and
35079 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
35080 +  # libtool to hard-code these into programs
35081 +  ;;
35082 +
35083 +cygwin* | mingw* | pw32*)
35084 +  version_type=windows
35085 +  shrext_cmds=".dll"
35086 +  need_version=no
35087 +  need_lib_prefix=no
35088 +
35089 +  case $GCC,$host_os in
35090 +  yes,cygwin* | yes,mingw* | yes,pw32*)
35091 +    library_names_spec='$libname.dll.a'
35092 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
35093 +    postinstall_cmds='base_file=`basename \${file}`~
35094 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
35095 +      dldir=$destdir/`dirname \$dlpath`~
35096 +      test -d \$dldir || mkdir -p \$dldir~
35097 +      $install_prog $dir/$dlname \$dldir/$dlname~
35098 +      chmod a+x \$dldir/$dlname'
35099 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
35100 +      dlpath=$dir/\$dldll~
35101 +       $rm \$dlpath'
35102 +    shlibpath_overrides_runpath=yes
35103 +
35104 +    case $host_os in
35105 +    cygwin*)
35106 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
35107 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
35108 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
35109 +      ;;
35110 +    mingw*)
35111 +      # MinGW DLLs use traditional 'lib' prefix
35112 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
35113 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
35114 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
35115 +        # It is most probably a Windows format PATH printed by
35116 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
35117 +        # path with ; separators, and with drive letters. We can handle the
35118 +        # drive letters (cygwin fileutils understands them), so leave them,
35119 +        # especially as we might pass files found there to a mingw objdump,
35120 +        # which wouldn't understand a cygwinified path. Ahh.
35121 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
35122 +      else
35123 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
35124 +      fi
35125 +      ;;
35126 +    pw32*)
35127 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
35128 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
35129 +      ;;
35130 +    esac
35131 +    ;;
35132 +
35133 +  *)
35134 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
35135 +    ;;
35136 +  esac
35137 +  dynamic_linker='Win32 ld.exe'
35138 +  # FIXME: first we should search . and the directory the executable is in
35139 +  shlibpath_var=PATH
35140 +  ;;
35141 +
35142 +darwin* | rhapsody*)
35143 +  dynamic_linker="$host_os dyld"
35144 +  version_type=darwin
35145 +  need_lib_prefix=no
35146 +  need_version=no
35147 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
35148 +  soname_spec='${libname}${release}${major}$shared_ext'
35149 +  shlibpath_overrides_runpath=yes
35150 +  shlibpath_var=DYLD_LIBRARY_PATH
35151 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
35152 +  
35153 +  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" 
35154 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
35155 +  ;;
35156 +
35157 +dgux*)
35158 +  version_type=linux
35159 +  need_lib_prefix=no
35160 +  need_version=no
35161 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
35162 +  soname_spec='${libname}${release}${shared_ext}$major'
35163 +  shlibpath_var=LD_LIBRARY_PATH
35164 +  ;;
35165 +
35166 +freebsd1*)
35167 +  dynamic_linker=no
35168 +  ;;
35169 +
35170 +freebsd* | dragonfly*)
35171 +  # DragonFly does not have aout.  When/if they implement a new
35172 +  # versioning mechanism, adjust this.
35173 +  if test -x /usr/bin/objformat; then
35174 +    objformat=`/usr/bin/objformat`
35175 +  else
35176 +    case $host_os in
35177 +    freebsd[123]*) objformat=aout ;;
35178 +    *) objformat=elf ;;
35179 +    esac
35180 +  fi
35181 +  version_type=freebsd-$objformat
35182 +  case $version_type in
35183 +    freebsd-elf*)
35184 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
35185 +      need_version=no
35186 +      need_lib_prefix=no
35187 +      ;;
35188 +    freebsd-*)
35189 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
35190 +      need_version=yes
35191 +      ;;
35192 +  esac
35193 +  shlibpath_var=LD_LIBRARY_PATH
35194 +  case $host_os in
35195 +  freebsd2*)
35196 +    shlibpath_overrides_runpath=yes
35197 +    ;;
35198 +  freebsd3.[01]* | freebsdelf3.[01]*)
35199 +    shlibpath_overrides_runpath=yes
35200 +    hardcode_into_libs=yes
35201 +    ;;
35202 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
35203 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
35204 +    shlibpath_overrides_runpath=no
35205 +    hardcode_into_libs=yes
35206 +    ;;
35207 +  *) # from 4.6 on, and DragonFly
35208 +    shlibpath_overrides_runpath=yes
35209 +    hardcode_into_libs=yes
35210 +    ;;
35211 +  esac
35212 +  ;;
35213 +
35214 +gnu*)
35215 +  version_type=linux
35216 +  need_lib_prefix=no
35217 +  need_version=no
35218 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
35219 +  soname_spec='${libname}${release}${shared_ext}$major'
35220 +  shlibpath_var=LD_LIBRARY_PATH
35221 +  hardcode_into_libs=yes
35222 +  ;;
35223 +
35224 +hpux9* | hpux10* | hpux11*)
35225 +  # Give a soname corresponding to the major version so that dld.sl refuses to
35226 +  # link against other versions.
35227 +  version_type=sunos
35228 +  need_lib_prefix=no
35229 +  need_version=no
35230 +  case $host_cpu in
35231 +  ia64*)
35232 +    shrext_cmds='.so'
35233 +    hardcode_into_libs=yes
35234 +    dynamic_linker="$host_os dld.so"
35235 +    shlibpath_var=LD_LIBRARY_PATH
35236 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
35237 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35238 +    soname_spec='${libname}${release}${shared_ext}$major'
35239 +    if test "X$HPUX_IA64_MODE" = X32; then
35240 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
35241 +    else
35242 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
35243 +    fi
35244 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
35245 +    ;;
35246 +   hppa*64*)
35247 +     shrext_cmds='.sl'
35248 +     hardcode_into_libs=yes
35249 +     dynamic_linker="$host_os dld.sl"
35250 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
35251 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
35252 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35253 +     soname_spec='${libname}${release}${shared_ext}$major'
35254 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
35255 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
35256 +     ;;
35257 +   *)
35258 +    shrext_cmds='.sl'
35259 +    dynamic_linker="$host_os dld.sl"
35260 +    shlibpath_var=SHLIB_PATH
35261 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
35262 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35263 +    soname_spec='${libname}${release}${shared_ext}$major'
35264 +    ;;
35265 +  esac
35266 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
35267 +  postinstall_cmds='chmod 555 $lib'
35268 +  ;;
35269 +
35270 +interix[3-9]*)
35271 +  version_type=linux
35272 +  need_lib_prefix=no
35273 +  need_version=no
35274 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
35275 +  soname_spec='${libname}${release}${shared_ext}$major'
35276 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
35277 +  shlibpath_var=LD_LIBRARY_PATH
35278 +  shlibpath_overrides_runpath=no
35279 +  hardcode_into_libs=yes
35280 +  ;;
35281 +
35282 +irix5* | irix6* | nonstopux*)
35283 +  case $host_os in
35284 +    nonstopux*) version_type=nonstopux ;;
35285 +    *)
35286 +       if test "$lt_cv_prog_gnu_ld" = yes; then
35287 +               version_type=linux
35288 +       else
35289 +               version_type=irix
35290 +       fi ;;
35291 +  esac
35292 +  need_lib_prefix=no
35293 +  need_version=no
35294 +  soname_spec='${libname}${release}${shared_ext}$major'
35295 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
35296 +  case $host_os in
35297 +  irix5* | nonstopux*)
35298 +    libsuff= shlibsuff=
35299 +    ;;
35300 +  *)
35301 +    case $LD in # libtool.m4 will add one of these switches to LD
35302 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
35303 +      libsuff= shlibsuff= libmagic=32-bit;;
35304 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
35305 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
35306 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
35307 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
35308 +    *) libsuff= shlibsuff= libmagic=never-match;;
35309 +    esac
35310 +    ;;
35311 +  esac
35312 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
35313 +  shlibpath_overrides_runpath=no
35314 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
35315 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
35316 +  hardcode_into_libs=yes
35317 +  ;;
35318 +
35319 +# No shared lib support for Linux oldld, aout, or coff.
35320 +linux*oldld* | linux*aout* | linux*coff*)
35321 +  dynamic_linker=no
35322 +  ;;
35323 +
35324 +# This must be Linux ELF.
35325 +linux* | k*bsd*-gnu)
35326 +  version_type=linux
35327 +  need_lib_prefix=no
35328 +  need_version=no
35329 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35330 +  soname_spec='${libname}${release}${shared_ext}$major'
35331 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
35332 +  shlibpath_var=LD_LIBRARY_PATH
35333 +  shlibpath_overrides_runpath=no
35334 +  # This implies no fast_install, which is unacceptable.
35335 +  # Some rework will be needed to allow for fast_install
35336 +  # before this can be enabled.
35337 +  hardcode_into_libs=yes
35338 +
35339 +  # Append ld.so.conf contents to the search path
35340 +  if test -f /etc/ld.so.conf; then
35341 +    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;/^$/d' | tr '\n' ' '`
35342 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
35343 +  fi
35344 +
35345 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
35346 +  # powerpc, because MkLinux only supported shared libraries with the
35347 +  # GNU dynamic linker.  Since this was broken with cross compilers,
35348 +  # most powerpc-linux boxes support dynamic linking these days and
35349 +  # people can always --disable-shared, the test was removed, and we
35350 +  # assume the GNU/Linux dynamic linker is in use.
35351 +  dynamic_linker='GNU/Linux ld.so'
35352 +  ;;
35353 +
35354 +netbsdelf*-gnu)
35355 +  version_type=linux
35356 +  need_lib_prefix=no
35357 +  need_version=no
35358 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
35359 +  soname_spec='${libname}${release}${shared_ext}$major'
35360 +  shlibpath_var=LD_LIBRARY_PATH
35361 +  shlibpath_overrides_runpath=no
35362 +  hardcode_into_libs=yes
35363 +  dynamic_linker='NetBSD ld.elf_so'
35364 +  ;;
35365 +
35366 +netbsd*)
35367 +  version_type=sunos
35368 +  need_lib_prefix=no
35369 +  need_version=no
35370 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
35371 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
35372 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
35373 +    dynamic_linker='NetBSD (a.out) ld.so'
35374 +  else
35375 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
35376 +    soname_spec='${libname}${release}${shared_ext}$major'
35377 +    dynamic_linker='NetBSD ld.elf_so'
35378 +  fi
35379 +  shlibpath_var=LD_LIBRARY_PATH
35380 +  shlibpath_overrides_runpath=yes
35381 +  hardcode_into_libs=yes
35382 +  ;;
35383 +
35384 +newsos6)
35385 +  version_type=linux
35386 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35387 +  shlibpath_var=LD_LIBRARY_PATH
35388 +  shlibpath_overrides_runpath=yes
35389 +  ;;
35390 +
35391 +nto-qnx*)
35392 +  version_type=linux
35393 +  need_lib_prefix=no
35394 +  need_version=no
35395 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35396 +  soname_spec='${libname}${release}${shared_ext}$major'
35397 +  shlibpath_var=LD_LIBRARY_PATH
35398 +  shlibpath_overrides_runpath=yes
35399 +  ;;
35400 +
35401 +openbsd*)
35402 +  version_type=sunos
35403 +  sys_lib_dlsearch_path_spec="/usr/lib"
35404 +  need_lib_prefix=no
35405 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
35406 +  case $host_os in
35407 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
35408 +    *)                         need_version=no  ;;
35409 +  esac
35410 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
35411 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
35412 +  shlibpath_var=LD_LIBRARY_PATH
35413 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
35414 +    case $host_os in
35415 +      openbsd2.[89] | openbsd2.[89].*)
35416 +       shlibpath_overrides_runpath=no
35417 +       ;;
35418 +      *)
35419 +       shlibpath_overrides_runpath=yes
35420 +       ;;
35421 +      esac
35422 +  else
35423 +    shlibpath_overrides_runpath=yes
35424 +  fi
35425 +  ;;
35426 +
35427 +os2*)
35428 +  libname_spec='$name'
35429 +  shrext_cmds=".dll"
35430 +  need_lib_prefix=no
35431 +  library_names_spec='$libname${shared_ext} $libname.a'
35432 +  dynamic_linker='OS/2 ld.exe'
35433 +  shlibpath_var=LIBPATH
35434 +  ;;
35435 +
35436 +osf3* | osf4* | osf5*)
35437 +  version_type=osf
35438 +  need_lib_prefix=no
35439 +  need_version=no
35440 +  soname_spec='${libname}${release}${shared_ext}$major'
35441 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35442 +  shlibpath_var=LD_LIBRARY_PATH
35443 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
35444 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
35445 +  ;;
35446 +
35447 +rdos*)
35448 +  dynamic_linker=no
35449 +  ;;
35450 +
35451 +solaris*)
35452 +  version_type=linux
35453 +  need_lib_prefix=no
35454 +  need_version=no
35455 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35456 +  soname_spec='${libname}${release}${shared_ext}$major'
35457 +  shlibpath_var=LD_LIBRARY_PATH
35458 +  shlibpath_overrides_runpath=yes
35459 +  hardcode_into_libs=yes
35460 +  # ldd complains unless libraries are executable
35461 +  postinstall_cmds='chmod +x $lib'
35462 +  ;;
35463 +
35464 +sunos4*)
35465 +  version_type=sunos
35466 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
35467 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
35468 +  shlibpath_var=LD_LIBRARY_PATH
35469 +  shlibpath_overrides_runpath=yes
35470 +  if test "$with_gnu_ld" = yes; then
35471 +    need_lib_prefix=no
35472 +  fi
35473 +  need_version=yes
35474 +  ;;
35475 +
35476 +sysv4 | sysv4.3*)
35477 +  version_type=linux
35478 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35479 +  soname_spec='${libname}${release}${shared_ext}$major'
35480 +  shlibpath_var=LD_LIBRARY_PATH
35481 +  case $host_vendor in
35482 +    sni)
35483 +      shlibpath_overrides_runpath=no
35484 +      need_lib_prefix=no
35485 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
35486 +      runpath_var=LD_RUN_PATH
35487 +      ;;
35488 +    siemens)
35489 +      need_lib_prefix=no
35490 +      ;;
35491 +    motorola)
35492 +      need_lib_prefix=no
35493 +      need_version=no
35494 +      shlibpath_overrides_runpath=no
35495 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
35496 +      ;;
35497 +  esac
35498 +  ;;
35499 +
35500 +sysv4*MP*)
35501 +  if test -d /usr/nec ;then
35502 +    version_type=linux
35503 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
35504 +    soname_spec='$libname${shared_ext}.$major'
35505 +    shlibpath_var=LD_LIBRARY_PATH
35506 +  fi
35507 +  ;;
35508 +
35509 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
35510 +  version_type=freebsd-elf
35511 +  need_lib_prefix=no
35512 +  need_version=no
35513 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
35514 +  soname_spec='${libname}${release}${shared_ext}$major'
35515 +  shlibpath_var=LD_LIBRARY_PATH
35516 +  hardcode_into_libs=yes
35517 +  if test "$with_gnu_ld" = yes; then
35518 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
35519 +    shlibpath_overrides_runpath=no
35520 +  else
35521 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
35522 +    shlibpath_overrides_runpath=yes
35523 +    case $host_os in
35524 +      sco3.2v5*)
35525 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
35526 +       ;;
35527 +    esac
35528 +  fi
35529 +  sys_lib_dlsearch_path_spec='/usr/lib'
35530 +  ;;
35531 +
35532 +uts4*)
35533 +  version_type=linux
35534 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
35535 +  soname_spec='${libname}${release}${shared_ext}$major'
35536 +  shlibpath_var=LD_LIBRARY_PATH
35537 +  ;;
35538 +
35539 +*)
35540 +  dynamic_linker=no
35541 +  ;;
35542 +esac
35543 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
35544 +echo "${ECHO_T}$dynamic_linker" >&6; }
35545 +test "$dynamic_linker" = no && can_build_shared=no
35546 +
35547 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
35548 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35549 +else
35550 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
35551 +fi
35552 +
35553 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
35554 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
35555 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35556 +else
35557 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
35558 +fi
35559 +
35560 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
35561 +
35562 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
35563 +if test "$GCC" = yes; then
35564 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
35565 +fi
35566 +
35567 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
35568 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
35569 +hardcode_action=
35570 +if test -n "$hardcode_libdir_flag_spec" || \
35571 +   test -n "$runpath_var" || \
35572 +   test "X$hardcode_automatic" = "Xyes" ; then
35573 +
35574 +  # We can hardcode non-existant directories.
35575 +  if test "$hardcode_direct" != no &&
35576 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
35577 +     # have to relink, otherwise we might link with an installed library
35578 +     # when we should be linking with a yet-to-be-installed one
35579 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
35580 +     test "$hardcode_minus_L" != no; then
35581 +    # Linking always hardcodes the temporary library directory.
35582 +    hardcode_action=relink
35583 +  else
35584 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
35585 +    hardcode_action=immediate
35586 +  fi
35587 +else
35588 +  # We cannot hardcode anything, or else we can only hardcode existing
35589 +  # directories.
35590 +  hardcode_action=unsupported
35591 +fi
35592 +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
35593 +echo "${ECHO_T}$hardcode_action" >&6; }
35594 +
35595 +if test "$hardcode_action" = relink; then
35596 +  # Fast installation is not supported
35597 +  enable_fast_install=no
35598 +elif test "$shlibpath_overrides_runpath" = yes ||
35599 +     test "$enable_shared" = no; then
35600 +  # Fast installation is not necessary
35601 +  enable_fast_install=needless
35602 +fi
35603 +
35604 +striplib=
35605 +old_striplib=
35606 +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
35607 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
35608 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
35609 +  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
35610 +  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
35611 +  { echo "$as_me:$LINENO: result: yes" >&5
35612 +echo "${ECHO_T}yes" >&6; }
35613 +else
35614 +# FIXME - insert some real tests, host_os isn't really good enough
35615 +  case $host_os in
35616 +   darwin*)
35617 +       if test -n "$STRIP" ; then
35618 +         striplib="$STRIP -x"
35619 +         old_striplib="$STRIP -S"
35620 +         { echo "$as_me:$LINENO: result: yes" >&5
35621 +echo "${ECHO_T}yes" >&6; }
35622 +       else
35623 +  { echo "$as_me:$LINENO: result: no" >&5
35624 +echo "${ECHO_T}no" >&6; }
35625 +fi
35626 +       ;;
35627 +   *)
35628 +  { echo "$as_me:$LINENO: result: no" >&5
35629 +echo "${ECHO_T}no" >&6; }
35630 +    ;;
35631 +  esac
35632 +fi
35633 +
35634 +if test "x$enable_dlopen" != xyes; then
35635 +  enable_dlopen=unknown
35636 +  enable_dlopen_self=unknown
35637 +  enable_dlopen_self_static=unknown
35638 +else
35639 +  lt_cv_dlopen=no
35640 +  lt_cv_dlopen_libs=
35641 +
35642 +  case $host_os in
35643 +  beos*)
35644 +    lt_cv_dlopen="load_add_on"
35645 +    lt_cv_dlopen_libs=
35646 +    lt_cv_dlopen_self=yes
35647 +    ;;
35648 +
35649 +  mingw* | pw32*)
35650 +    lt_cv_dlopen="LoadLibrary"
35651 +    lt_cv_dlopen_libs=
35652 +   ;;
35653 +
35654 +  cygwin*)
35655 +    lt_cv_dlopen="dlopen"
35656 +    lt_cv_dlopen_libs=
35657 +   ;;
35658 +
35659 +  darwin*)
35660 +  # if libdl is installed we need to link against it
35661 +    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35662 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
35663 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35664 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35665 +else
35666 +  ac_check_lib_save_LIBS=$LIBS
35667 +LIBS="-ldl  $LIBS"
35668 +cat >conftest.$ac_ext <<_ACEOF
35669 +/* confdefs.h.  */
35670 +_ACEOF
35671 +cat confdefs.h >>conftest.$ac_ext
35672 +cat >>conftest.$ac_ext <<_ACEOF
35673 +/* end confdefs.h.  */
35674 +
35675 +/* Override any GCC internal prototype to avoid an error.
35676 +   Use char because int might match the return type of a GCC
35677 +   builtin and then its argument prototype would still apply.  */
35678 +#ifdef __cplusplus
35679 +extern "C"
35680 +#endif
35681 +char dlopen ();
35682 +int
35683 +main ()
35684 +{
35685 +return dlopen ();
35686 +  ;
35687 +  return 0;
35688 +}
35689 +_ACEOF
35690 +rm -f conftest.$ac_objext conftest$ac_exeext
35691 +if { (ac_try="$ac_link"
35692 +case "(($ac_try" in
35693 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35694 +  *) ac_try_echo=$ac_try;;
35695 +esac
35696 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35697 +  (eval "$ac_link") 2>conftest.er1
35698 +  ac_status=$?
35699 +  grep -v '^ *+' conftest.er1 >conftest.err
35700 +  rm -f conftest.er1
35701 +  cat conftest.err >&5
35702 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35703 +  (exit $ac_status); } && {
35704 +        test -z "$ac_c_werror_flag" ||
35705 +        test ! -s conftest.err
35706 +       } && test -s conftest$ac_exeext &&
35707 +       $as_test_x conftest$ac_exeext; then
35708 +  ac_cv_lib_dl_dlopen=yes
35709 +else
35710 +  echo "$as_me: failed program was:" >&5
35711 +sed 's/^/| /' conftest.$ac_ext >&5
35712 +
35713 +       ac_cv_lib_dl_dlopen=no
35714 +fi
35715 +
35716 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35717 +      conftest$ac_exeext conftest.$ac_ext
35718 +LIBS=$ac_check_lib_save_LIBS
35719 +fi
35720 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
35721 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
35722 +if test $ac_cv_lib_dl_dlopen = yes; then
35723 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
35724 +else
35725 +  
35726 +    lt_cv_dlopen="dyld"
35727 +    lt_cv_dlopen_libs=
35728 +    lt_cv_dlopen_self=yes
35729 +    
35730 +fi
35731 +
35732 +   ;;
35733 +
35734 +  *)
35735 +    { echo "$as_me:$LINENO: checking for shl_load" >&5
35736 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
35737 +if test "${ac_cv_func_shl_load+set}" = set; then
35738 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35739 +else
35740 +  cat >conftest.$ac_ext <<_ACEOF
35741 +/* confdefs.h.  */
35742 +_ACEOF
35743 +cat confdefs.h >>conftest.$ac_ext
35744 +cat >>conftest.$ac_ext <<_ACEOF
35745 +/* end confdefs.h.  */
35746 +/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
35747 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
35748 +#define shl_load innocuous_shl_load
35749 +
35750 +/* System header to define __stub macros and hopefully few prototypes,
35751 +    which can conflict with char shl_load (); below.
35752 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35753 +    <limits.h> exists even on freestanding compilers.  */
35754 +
35755 +#ifdef __STDC__
35756 +# include <limits.h>
35757 +#else
35758 +# include <assert.h>
35759 +#endif
35760 +
35761 +#undef shl_load
35762 +
35763 +/* Override any GCC internal prototype to avoid an error.
35764 +   Use char because int might match the return type of a GCC
35765 +   builtin and then its argument prototype would still apply.  */
35766 +#ifdef __cplusplus
35767 +extern "C"
35768 +#endif
35769 +char shl_load ();
35770 +/* The GNU C library defines this for functions which it implements
35771 +    to always fail with ENOSYS.  Some functions are actually named
35772 +    something starting with __ and the normal name is an alias.  */
35773 +#if defined __stub_shl_load || defined __stub___shl_load
35774 +choke me
35775 +#endif
35776 +
35777 +int
35778 +main ()
35779 +{
35780 +return shl_load ();
35781 +  ;
35782 +  return 0;
35783 +}
35784 +_ACEOF
35785 +rm -f conftest.$ac_objext conftest$ac_exeext
35786 +if { (ac_try="$ac_link"
35787 +case "(($ac_try" in
35788 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35789 +  *) ac_try_echo=$ac_try;;
35790 +esac
35791 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35792 +  (eval "$ac_link") 2>conftest.er1
35793 +  ac_status=$?
35794 +  grep -v '^ *+' conftest.er1 >conftest.err
35795 +  rm -f conftest.er1
35796 +  cat conftest.err >&5
35797 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35798 +  (exit $ac_status); } && {
35799 +        test -z "$ac_c_werror_flag" ||
35800 +        test ! -s conftest.err
35801 +       } && test -s conftest$ac_exeext &&
35802 +       $as_test_x conftest$ac_exeext; then
35803 +  ac_cv_func_shl_load=yes
35804 +else
35805 +  echo "$as_me: failed program was:" >&5
35806 +sed 's/^/| /' conftest.$ac_ext >&5
35807 +
35808 +       ac_cv_func_shl_load=no
35809 +fi
35810 +
35811 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35812 +      conftest$ac_exeext conftest.$ac_ext
35813 +fi
35814 +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
35815 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
35816 +if test $ac_cv_func_shl_load = yes; then
35817 +  lt_cv_dlopen="shl_load"
35818 +else
35819 +  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
35820 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
35821 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then
35822 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35823 +else
35824 +  ac_check_lib_save_LIBS=$LIBS
35825 +LIBS="-ldld  $LIBS"
35826 +cat >conftest.$ac_ext <<_ACEOF
35827 +/* confdefs.h.  */
35828 +_ACEOF
35829 +cat confdefs.h >>conftest.$ac_ext
35830 +cat >>conftest.$ac_ext <<_ACEOF
35831 +/* end confdefs.h.  */
35832 +
35833 +/* Override any GCC internal prototype to avoid an error.
35834 +   Use char because int might match the return type of a GCC
35835 +   builtin and then its argument prototype would still apply.  */
35836 +#ifdef __cplusplus
35837 +extern "C"
35838 +#endif
35839 +char shl_load ();
35840 +int
35841 +main ()
35842 +{
35843 +return shl_load ();
35844 +  ;
35845 +  return 0;
35846 +}
35847 +_ACEOF
35848 +rm -f conftest.$ac_objext conftest$ac_exeext
35849 +if { (ac_try="$ac_link"
35850 +case "(($ac_try" in
35851 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35852 +  *) ac_try_echo=$ac_try;;
35853 +esac
35854 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35855 +  (eval "$ac_link") 2>conftest.er1
35856 +  ac_status=$?
35857 +  grep -v '^ *+' conftest.er1 >conftest.err
35858 +  rm -f conftest.er1
35859 +  cat conftest.err >&5
35860 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35861 +  (exit $ac_status); } && {
35862 +        test -z "$ac_c_werror_flag" ||
35863 +        test ! -s conftest.err
35864 +       } && test -s conftest$ac_exeext &&
35865 +       $as_test_x conftest$ac_exeext; then
35866 +  ac_cv_lib_dld_shl_load=yes
35867 +else
35868 +  echo "$as_me: failed program was:" >&5
35869 +sed 's/^/| /' conftest.$ac_ext >&5
35870 +
35871 +       ac_cv_lib_dld_shl_load=no
35872 +fi
35873 +
35874 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35875 +      conftest$ac_exeext conftest.$ac_ext
35876 +LIBS=$ac_check_lib_save_LIBS
35877 +fi
35878 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
35879 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
35880 +if test $ac_cv_lib_dld_shl_load = yes; then
35881 +  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
35882 +else
35883 +  { echo "$as_me:$LINENO: checking for dlopen" >&5
35884 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
35885 +if test "${ac_cv_func_dlopen+set}" = set; then
35886 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35887 +else
35888 +  cat >conftest.$ac_ext <<_ACEOF
35889 +/* confdefs.h.  */
35890 +_ACEOF
35891 +cat confdefs.h >>conftest.$ac_ext
35892 +cat >>conftest.$ac_ext <<_ACEOF
35893 +/* end confdefs.h.  */
35894 +/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
35895 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
35896 +#define dlopen innocuous_dlopen
35897 +
35898 +/* System header to define __stub macros and hopefully few prototypes,
35899 +    which can conflict with char dlopen (); below.
35900 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35901 +    <limits.h> exists even on freestanding compilers.  */
35902 +
35903 +#ifdef __STDC__
35904 +# include <limits.h>
35905 +#else
35906 +# include <assert.h>
35907 +#endif
35908 +
35909 +#undef dlopen
35910 +
35911 +/* Override any GCC internal prototype to avoid an error.
35912 +   Use char because int might match the return type of a GCC
35913 +   builtin and then its argument prototype would still apply.  */
35914 +#ifdef __cplusplus
35915 +extern "C"
35916 +#endif
35917 +char dlopen ();
35918 +/* The GNU C library defines this for functions which it implements
35919 +    to always fail with ENOSYS.  Some functions are actually named
35920 +    something starting with __ and the normal name is an alias.  */
35921 +#if defined __stub_dlopen || defined __stub___dlopen
35922 +choke me
35923 +#endif
35924 +
35925 +int
35926 +main ()
35927 +{
35928 +return dlopen ();
35929 +  ;
35930 +  return 0;
35931 +}
35932 +_ACEOF
35933 +rm -f conftest.$ac_objext conftest$ac_exeext
35934 +if { (ac_try="$ac_link"
35935 +case "(($ac_try" in
35936 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35937 +  *) ac_try_echo=$ac_try;;
35938 +esac
35939 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35940 +  (eval "$ac_link") 2>conftest.er1
35941 +  ac_status=$?
35942 +  grep -v '^ *+' conftest.er1 >conftest.err
35943 +  rm -f conftest.er1
35944 +  cat conftest.err >&5
35945 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35946 +  (exit $ac_status); } && {
35947 +        test -z "$ac_c_werror_flag" ||
35948 +        test ! -s conftest.err
35949 +       } && test -s conftest$ac_exeext &&
35950 +       $as_test_x conftest$ac_exeext; then
35951 +  ac_cv_func_dlopen=yes
35952 +else
35953 +  echo "$as_me: failed program was:" >&5
35954 +sed 's/^/| /' conftest.$ac_ext >&5
35955 +
35956 +       ac_cv_func_dlopen=no
35957 +fi
35958 +
35959 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35960 +      conftest$ac_exeext conftest.$ac_ext
35961 +fi
35962 +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
35963 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
35964 +if test $ac_cv_func_dlopen = yes; then
35965 +  lt_cv_dlopen="dlopen"
35966 +else
35967 +  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35968 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
35969 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35970 +  echo $ECHO_N "(cached) $ECHO_C" >&6
35971 +else
35972 +  ac_check_lib_save_LIBS=$LIBS
35973 +LIBS="-ldl  $LIBS"
35974 +cat >conftest.$ac_ext <<_ACEOF
35975 +/* confdefs.h.  */
35976 +_ACEOF
35977 +cat confdefs.h >>conftest.$ac_ext
35978 +cat >>conftest.$ac_ext <<_ACEOF
35979 +/* end confdefs.h.  */
35980 +
35981 +/* Override any GCC internal prototype to avoid an error.
35982 +   Use char because int might match the return type of a GCC
35983 +   builtin and then its argument prototype would still apply.  */
35984 +#ifdef __cplusplus
35985 +extern "C"
35986 +#endif
35987 +char dlopen ();
35988 +int
35989 +main ()
35990 +{
35991 +return dlopen ();
35992 +  ;
35993 +  return 0;
35994 +}
35995 +_ACEOF
35996 +rm -f conftest.$ac_objext conftest$ac_exeext
35997 +if { (ac_try="$ac_link"
35998 +case "(($ac_try" in
35999 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36000 +  *) ac_try_echo=$ac_try;;
36001 +esac
36002 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36003 +  (eval "$ac_link") 2>conftest.er1
36004 +  ac_status=$?
36005 +  grep -v '^ *+' conftest.er1 >conftest.err
36006 +  rm -f conftest.er1
36007 +  cat conftest.err >&5
36008 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36009 +  (exit $ac_status); } && {
36010 +        test -z "$ac_c_werror_flag" ||
36011 +        test ! -s conftest.err
36012 +       } && test -s conftest$ac_exeext &&
36013 +       $as_test_x conftest$ac_exeext; then
36014 +  ac_cv_lib_dl_dlopen=yes
36015 +else
36016 +  echo "$as_me: failed program was:" >&5
36017 +sed 's/^/| /' conftest.$ac_ext >&5
36018 +
36019 +       ac_cv_lib_dl_dlopen=no
36020 +fi
36021 +
36022 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36023 +      conftest$ac_exeext conftest.$ac_ext
36024 +LIBS=$ac_check_lib_save_LIBS
36025 +fi
36026 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36027 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
36028 +if test $ac_cv_lib_dl_dlopen = yes; then
36029 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
36030 +else
36031 +  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
36032 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
36033 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then
36034 +  echo $ECHO_N "(cached) $ECHO_C" >&6
36035 +else
36036 +  ac_check_lib_save_LIBS=$LIBS
36037 +LIBS="-lsvld  $LIBS"
36038 +cat >conftest.$ac_ext <<_ACEOF
36039 +/* confdefs.h.  */
36040 +_ACEOF
36041 +cat confdefs.h >>conftest.$ac_ext
36042 +cat >>conftest.$ac_ext <<_ACEOF
36043 +/* end confdefs.h.  */
36044 +
36045 +/* Override any GCC internal prototype to avoid an error.
36046 +   Use char because int might match the return type of a GCC
36047 +   builtin and then its argument prototype would still apply.  */
36048 +#ifdef __cplusplus
36049 +extern "C"
36050 +#endif
36051 +char dlopen ();
36052 +int
36053 +main ()
36054 +{
36055 +return dlopen ();
36056 +  ;
36057 +  return 0;
36058 +}
36059 +_ACEOF
36060 +rm -f conftest.$ac_objext conftest$ac_exeext
36061 +if { (ac_try="$ac_link"
36062 +case "(($ac_try" in
36063 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36064 +  *) ac_try_echo=$ac_try;;
36065 +esac
36066 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36067 +  (eval "$ac_link") 2>conftest.er1
36068 +  ac_status=$?
36069 +  grep -v '^ *+' conftest.er1 >conftest.err
36070 +  rm -f conftest.er1
36071 +  cat conftest.err >&5
36072 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36073 +  (exit $ac_status); } && {
36074 +        test -z "$ac_c_werror_flag" ||
36075 +        test ! -s conftest.err
36076 +       } && test -s conftest$ac_exeext &&
36077 +       $as_test_x conftest$ac_exeext; then
36078 +  ac_cv_lib_svld_dlopen=yes
36079 +else
36080 +  echo "$as_me: failed program was:" >&5
36081 +sed 's/^/| /' conftest.$ac_ext >&5
36082 +
36083 +       ac_cv_lib_svld_dlopen=no
36084 +fi
36085 +
36086 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36087 +      conftest$ac_exeext conftest.$ac_ext
36088 +LIBS=$ac_check_lib_save_LIBS
36089 +fi
36090 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
36091 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
36092 +if test $ac_cv_lib_svld_dlopen = yes; then
36093 +  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
36094 +else
36095 +  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
36096 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
36097 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then
36098 +  echo $ECHO_N "(cached) $ECHO_C" >&6
36099 +else
36100 +  ac_check_lib_save_LIBS=$LIBS
36101 +LIBS="-ldld  $LIBS"
36102 +cat >conftest.$ac_ext <<_ACEOF
36103 +/* confdefs.h.  */
36104 +_ACEOF
36105 +cat confdefs.h >>conftest.$ac_ext
36106 +cat >>conftest.$ac_ext <<_ACEOF
36107 +/* end confdefs.h.  */
36108 +
36109 +/* Override any GCC internal prototype to avoid an error.
36110 +   Use char because int might match the return type of a GCC
36111 +   builtin and then its argument prototype would still apply.  */
36112 +#ifdef __cplusplus
36113 +extern "C"
36114 +#endif
36115 +char dld_link ();
36116 +int
36117 +main ()
36118 +{
36119 +return dld_link ();
36120 +  ;
36121 +  return 0;
36122 +}
36123 +_ACEOF
36124 +rm -f conftest.$ac_objext conftest$ac_exeext
36125 +if { (ac_try="$ac_link"
36126 +case "(($ac_try" in
36127 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36128 +  *) ac_try_echo=$ac_try;;
36129 +esac
36130 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36131 +  (eval "$ac_link") 2>conftest.er1
36132 +  ac_status=$?
36133 +  grep -v '^ *+' conftest.er1 >conftest.err
36134 +  rm -f conftest.er1
36135 +  cat conftest.err >&5
36136 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36137 +  (exit $ac_status); } && {
36138 +        test -z "$ac_c_werror_flag" ||
36139 +        test ! -s conftest.err
36140 +       } && test -s conftest$ac_exeext &&
36141 +       $as_test_x conftest$ac_exeext; then
36142 +  ac_cv_lib_dld_dld_link=yes
36143 +else
36144 +  echo "$as_me: failed program was:" >&5
36145 +sed 's/^/| /' conftest.$ac_ext >&5
36146 +
36147 +       ac_cv_lib_dld_dld_link=no
36148 +fi
36149 +
36150 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36151 +      conftest$ac_exeext conftest.$ac_ext
36152 +LIBS=$ac_check_lib_save_LIBS
36153 +fi
36154 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
36155 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
36156 +if test $ac_cv_lib_dld_dld_link = yes; then
36157 +  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
36158 +fi
36159 +
36160 +             
36161 +fi
36162 +
36163 +           
36164 +fi
36165 +
36166 +         
36167 +fi
36168 +
36169 +       
36170 +fi
36171 +
36172 +      
36173 +fi
36174 +
36175 +    ;;
36176 +  esac
36177 +
36178 +  if test "x$lt_cv_dlopen" != xno; then
36179 +    enable_dlopen=yes
36180 +  else
36181 +    enable_dlopen=no
36182 +  fi
36183 +
36184 +  case $lt_cv_dlopen in
36185 +  dlopen)
36186 +    save_CPPFLAGS="$CPPFLAGS"
36187 +    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
36188 +
36189 +    save_LDFLAGS="$LDFLAGS"
36190 +    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
36191 +
36192 +    save_LIBS="$LIBS"
36193 +    LIBS="$lt_cv_dlopen_libs $LIBS"
36194 +
36195 +    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
36196 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
36197 +if test "${lt_cv_dlopen_self+set}" = set; then
36198 +  echo $ECHO_N "(cached) $ECHO_C" >&6
36199 +else
36200 +         if test "$cross_compiling" = yes; then :
36201 +  lt_cv_dlopen_self=cross
36202 +else
36203 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
36204 +  lt_status=$lt_dlunknown
36205 +  cat > conftest.$ac_ext <<EOF
36206 +#line __oline__ "configure"
36207 +#include "confdefs.h"
36208 +
36209 +#if HAVE_DLFCN_H
36210 +#include <dlfcn.h>
36211 +#endif
36212 +
36213 +#include <stdio.h>
36214 +
36215 +#ifdef RTLD_GLOBAL
36216 +#  define LT_DLGLOBAL          RTLD_GLOBAL
36217 +#else
36218 +#  ifdef DL_GLOBAL
36219 +#    define LT_DLGLOBAL                DL_GLOBAL
36220 +#  else
36221 +#    define LT_DLGLOBAL                0
36222 +#  endif
36223 +#endif
36224 +
36225 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
36226 +   find out it does not work in some platform. */
36227 +#ifndef LT_DLLAZY_OR_NOW
36228 +#  ifdef RTLD_LAZY
36229 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
36230 +#  else
36231 +#    ifdef DL_LAZY
36232 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
36233 +#    else
36234 +#      ifdef RTLD_NOW
36235 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
36236 +#      else
36237 +#        ifdef DL_NOW
36238 +#          define LT_DLLAZY_OR_NOW     DL_NOW
36239 +#        else
36240 +#          define LT_DLLAZY_OR_NOW     0
36241 +#        endif
36242 +#      endif
36243 +#    endif
36244 +#  endif
36245 +#endif
36246 +
36247 +#ifdef __cplusplus
36248 +extern "C" void exit (int);
36249 +#endif
36250 +
36251 +void fnord() { int i=42;}
36252 +int main ()
36253 +{
36254 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
36255 +  int status = $lt_dlunknown;
36256 +
36257 +  if (self)
36258 +    {
36259 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
36260 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
36261 +      /* dlclose (self); */
36262 +    }
36263 +  else
36264 +    puts (dlerror ());
36265 +
36266 +    exit (status);
36267 +}
36268 +EOF
36269 +  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36270 +  (eval $ac_link) 2>&5
36271 +  ac_status=$?
36272 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36273 +  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
36274 +    (./conftest; exit; ) >&5 2>/dev/null
36275 +    lt_status=$?
36276 +    case x$lt_status in
36277 +      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
36278 +      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
36279 +      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
36280 +    esac
36281 +  else :
36282 +    # compilation failed
36283 +    lt_cv_dlopen_self=no
36284 +  fi
36285 +fi
36286 +rm -fr conftest*
36287 +
36288 +    
36289 +fi
36290 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
36291 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
36292 +
36293 +    if test "x$lt_cv_dlopen_self" = xyes; then
36294 +      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
36295 +      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
36296 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
36297 +if test "${lt_cv_dlopen_self_static+set}" = set; then
36298 +  echo $ECHO_N "(cached) $ECHO_C" >&6
36299 +else
36300 +         if test "$cross_compiling" = yes; then :
36301 +  lt_cv_dlopen_self_static=cross
36302 +else
36303 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
36304 +  lt_status=$lt_dlunknown
36305 +  cat > conftest.$ac_ext <<EOF
36306 +#line __oline__ "configure"
36307 +#include "confdefs.h"
36308 +
36309 +#if HAVE_DLFCN_H
36310 +#include <dlfcn.h>
36311 +#endif
36312 +
36313 +#include <stdio.h>
36314 +
36315 +#ifdef RTLD_GLOBAL
36316 +#  define LT_DLGLOBAL          RTLD_GLOBAL
36317 +#else
36318 +#  ifdef DL_GLOBAL
36319 +#    define LT_DLGLOBAL                DL_GLOBAL
36320 +#  else
36321 +#    define LT_DLGLOBAL                0
36322 +#  endif
36323 +#endif
36324 +
36325 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
36326 +   find out it does not work in some platform. */
36327 +#ifndef LT_DLLAZY_OR_NOW
36328 +#  ifdef RTLD_LAZY
36329 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
36330 +#  else
36331 +#    ifdef DL_LAZY
36332 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
36333 +#    else
36334 +#      ifdef RTLD_NOW
36335 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
36336 +#      else
36337 +#        ifdef DL_NOW
36338 +#          define LT_DLLAZY_OR_NOW     DL_NOW
36339 +#        else
36340 +#          define LT_DLLAZY_OR_NOW     0
36341 +#        endif
36342 +#      endif
36343 +#    endif
36344 +#  endif
36345 +#endif
36346 +
36347 +#ifdef __cplusplus
36348 +extern "C" void exit (int);
36349 +#endif
36350 +
36351 +void fnord() { int i=42;}
36352 +int main ()
36353 +{
36354 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
36355 +  int status = $lt_dlunknown;
36356 +
36357 +  if (self)
36358 +    {
36359 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
36360 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
36361 +      /* dlclose (self); */
36362 +    }
36363 +  else
36364 +    puts (dlerror ());
36365 +
36366 +    exit (status);
36367 +}
36368 +EOF
36369 +  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36370 +  (eval $ac_link) 2>&5
36371 +  ac_status=$?
36372 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36373 +  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
36374 +    (./conftest; exit; ) >&5 2>/dev/null
36375 +    lt_status=$?
36376 +    case x$lt_status in
36377 +      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
36378 +      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
36379 +      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
36380 +    esac
36381 +  else :
36382 +    # compilation failed
36383 +    lt_cv_dlopen_self_static=no
36384 +  fi
36385 +fi
36386 +rm -fr conftest*
36387 +
36388 +      
36389 +fi
36390 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
36391 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
36392 +    fi
36393 +
36394 +    CPPFLAGS="$save_CPPFLAGS"
36395 +    LDFLAGS="$save_LDFLAGS"
36396 +    LIBS="$save_LIBS"
36397 +    ;;
36398 +  esac
36399 +
36400 +  case $lt_cv_dlopen_self in
36401 +  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
36402 +  *) enable_dlopen_self=unknown ;;
36403 +  esac
36404 +
36405 +  case $lt_cv_dlopen_self_static in
36406 +  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
36407 +  *) enable_dlopen_self_static=unknown ;;
36408 +  esac
36409 +fi
36410 +
36411 +
36412 +# Report which library types will actually be built
36413 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
36414 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
36415 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
36416 +echo "${ECHO_T}$can_build_shared" >&6; }
36417 +
36418 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
36419 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
36420 +test "$can_build_shared" = "no" && enable_shared=no
36421 +
36422 +# On AIX, shared libraries and static libraries use the same namespace, and
36423 +# are all built from PIC.
36424 +case $host_os in
36425 +aix3*)
36426 +  test "$enable_shared" = yes && enable_static=no
36427 +  if test -n "$RANLIB"; then
36428 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
36429 +    postinstall_cmds='$RANLIB $lib'
36430 +  fi
36431 +  ;;
36432 +
36433 +aix[4-9]*)
36434 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
36435 +    test "$enable_shared" = yes && enable_static=no
36436 +  fi
36437 +    ;;
36438 +esac
36439 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
36440 +echo "${ECHO_T}$enable_shared" >&6; }
36441 +
36442 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
36443 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
36444 +# Make sure either enable_shared or enable_static is yes.
36445 +test "$enable_shared" = yes || enable_static=yes
36446 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
36447 +echo "${ECHO_T}$enable_static" >&6; }
36448 +
36449 +# The else clause should only fire when bootstrapping the
36450 +# libtool distribution, otherwise you forgot to ship ltmain.sh
36451 +# with your package, and you will get complaints that there are
36452 +# no rules to generate ltmain.sh.
36453 +if test -f "$ltmain"; then
36454 +  # See if we are running on zsh, and set the options which allow our commands through
36455 +  # without removal of \ escapes.
36456 +  if test -n "${ZSH_VERSION+set}" ; then
36457 +    setopt NO_GLOB_SUBST
36458 +  fi
36459 +  # Now quote all the things that may contain metacharacters while being
36460 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
36461 +  # variables and quote the copies for generation of the libtool script.
36462 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
36463 +    SED SHELL STRIP \
36464 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
36465 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
36466 +    deplibs_check_method reload_flag reload_cmds need_locks \
36467 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
36468 +    lt_cv_sys_global_symbol_to_c_name_address \
36469 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
36470 +    old_postinstall_cmds old_postuninstall_cmds \
36471 +    compiler \
36472 +    CC \
36473 +    LD \
36474 +    lt_prog_compiler_wl \
36475 +    lt_prog_compiler_pic \
36476 +    lt_prog_compiler_static \
36477 +    lt_prog_compiler_no_builtin_flag \
36478 +    export_dynamic_flag_spec \
36479 +    thread_safe_flag_spec \
36480 +    whole_archive_flag_spec \
36481 +    enable_shared_with_static_runtimes \
36482 +    old_archive_cmds \
36483 +    old_archive_from_new_cmds \
36484 +    predep_objects \
36485 +    postdep_objects \
36486 +    predeps \
36487 +    postdeps \
36488 +    compiler_lib_search_path \
36489 +    compiler_lib_search_dirs \
36490 +    archive_cmds \
36491 +    archive_expsym_cmds \
36492 +    postinstall_cmds \
36493 +    postuninstall_cmds \
36494 +    old_archive_from_expsyms_cmds \
36495 +    allow_undefined_flag \
36496 +    no_undefined_flag \
36497 +    export_symbols_cmds \
36498 +    hardcode_libdir_flag_spec \
36499 +    hardcode_libdir_flag_spec_ld \
36500 +    hardcode_libdir_separator \
36501 +    hardcode_automatic \
36502 +    module_cmds \
36503 +    module_expsym_cmds \
36504 +    lt_cv_prog_compiler_c_o \
36505 +    fix_srcfile_path \
36506 +    exclude_expsyms \
36507 +    include_expsyms; do
36508 +
36509 +    case $var in
36510 +    old_archive_cmds | \
36511 +    old_archive_from_new_cmds | \
36512 +    archive_cmds | \
36513 +    archive_expsym_cmds | \
36514 +    module_cmds | \
36515 +    module_expsym_cmds | \
36516 +    old_archive_from_expsyms_cmds | \
36517 +    export_symbols_cmds | \
36518 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
36519 +    postinstall_cmds | postuninstall_cmds | \
36520 +    old_postinstall_cmds | old_postuninstall_cmds | \
36521 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
36522 +      # Double-quote double-evaled strings.
36523 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
36524 +      ;;
36525 +    *)
36526 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
36527 +      ;;
36528 +    esac
36529 +  done
36530 +
36531 +  case $lt_echo in
36532 +  *'\$0 --fallback-echo"')
36533 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
36534 +    ;;
36535 +  esac
36536 +
36537 +cfgfile="${ofile}T"
36538 +  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
36539 +  $rm -f "$cfgfile"
36540 +  { echo "$as_me:$LINENO: creating $ofile" >&5
36541 +echo "$as_me: creating $ofile" >&6;}
36542 +
36543 +  cat <<__EOF__ >> "$cfgfile"
36544 +#! $SHELL
36545 +
36546 +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
36547 +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
36548 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
36549 +#
36550 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
36551 +# Free Software Foundation, Inc.
36552 +#
36553 +# This file is part of GNU Libtool:
36554 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
36555 +#
36556 +# This program is free software; you can redistribute it and/or modify
36557 +# it under the terms of the GNU General Public License as published by
36558 +# the Free Software Foundation; either version 2 of the License, or
36559 +# (at your option) any later version.
36560 +#
36561 +# This program is distributed in the hope that it will be useful, but
36562 +# WITHOUT ANY WARRANTY; without even the implied warranty of
36563 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
36564 +# General Public License for more details.
36565 +#
36566 +# You should have received a copy of the GNU General Public License
36567 +# along with this program; if not, write to the Free Software
36568 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
36569 +#
36570 +# As a special exception to the GNU General Public License, if you
36571 +# distribute this file as part of a program that contains a
36572 +# configuration script generated by Autoconf, you may include it under
36573 +# the same distribution terms that you use for the rest of that program.
36574 +
36575 +# A sed program that does not truncate output.
36576 +SED=$lt_SED
36577 +
36578 +# Sed that helps us avoid accidentally triggering echo(1) options like -n.
36579 +Xsed="$SED -e 1s/^X//"
36580 +
36581 +# The HP-UX ksh and POSIX shell print the target directory to stdout
36582 +# if CDPATH is set.
36583 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
36584 +
36585 +# The names of the tagged configurations supported by this script.
36586 +available_tags=
36587 +
36588 +# ### BEGIN LIBTOOL CONFIG
36589 +
36590 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
36591 +
36592 +# Shell to use when invoking shell scripts.
36593 +SHELL=$lt_SHELL
36594 +
36595 +# Whether or not to build shared libraries.
36596 +build_libtool_libs=$enable_shared
36597 +
36598 +# Whether or not to build static libraries.
36599 +build_old_libs=$enable_static
36600 +
36601 +# Whether or not to add -lc for building shared libraries.
36602 +build_libtool_need_lc=$archive_cmds_need_lc
36603 +
36604 +# Whether or not to disallow shared libs when runtime libs are static
36605 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
36606 +
36607 +# Whether or not to optimize for fast installation.
36608 +fast_install=$enable_fast_install
36609 +
36610 +# The host system.
36611 +host_alias=$host_alias
36612 +host=$host
36613 +host_os=$host_os
36614 +
36615 +# The build system.
36616 +build_alias=$build_alias
36617 +build=$build
36618 +build_os=$build_os
36619 +
36620 +# An echo program that does not interpret backslashes.
36621 +echo=$lt_echo
36622 +
36623 +# The archiver.
36624 +AR=$lt_AR
36625 +AR_FLAGS=$lt_AR_FLAGS
36626 +
36627 +# A C compiler.
36628 +LTCC=$lt_LTCC
36629 +
36630 +# LTCC compiler flags.
36631 +LTCFLAGS=$lt_LTCFLAGS
36632 +
36633 +# A language-specific compiler.
36634 +CC=$lt_compiler
36635 +
36636 +# Is the compiler the GNU C compiler?
36637 +with_gcc=$GCC
36638 +
36639 +# An ERE matcher.
36640 +EGREP=$lt_EGREP
36641 +
36642 +# The linker used to build libraries.
36643 +LD=$lt_LD
36644 +
36645 +# Whether we need hard or soft links.
36646 +LN_S=$lt_LN_S
36647 +
36648 +# A BSD-compatible nm program.
36649 +NM=$lt_NM
36650 +
36651 +# A symbol stripping program
36652 +STRIP=$lt_STRIP
36653 +
36654 +# Used to examine libraries when file_magic_cmd begins "file"
36655 +MAGIC_CMD=$MAGIC_CMD
36656 +
36657 +# Used on cygwin: DLL creation program.
36658 +DLLTOOL="$DLLTOOL"
36659 +
36660 +# Used on cygwin: object dumper.
36661 +OBJDUMP="$OBJDUMP"
36662 +
36663 +# Used on cygwin: assembler.
36664 +AS="$AS"
36665 +
36666 +# The name of the directory that contains temporary libtool files.
36667 +objdir=$objdir
36668 +
36669 +# How to create reloadable object files.
36670 +reload_flag=$lt_reload_flag
36671 +reload_cmds=$lt_reload_cmds
36672 +
36673 +# How to pass a linker flag through the compiler.
36674 +wl=$lt_lt_prog_compiler_wl
36675 +
36676 +# Object file suffix (normally "o").
36677 +objext="$ac_objext"
36678 +
36679 +# Old archive suffix (normally "a").
36680 +libext="$libext"
36681 +
36682 +# Shared library suffix (normally ".so").
36683 +shrext_cmds='$shrext_cmds'
36684 +
36685 +# Executable file suffix (normally "").
36686 +exeext="$exeext"
36687 +
36688 +# Additional compiler flags for building library objects.
36689 +pic_flag=$lt_lt_prog_compiler_pic
36690 +pic_mode=$pic_mode
36691 +
36692 +# What is the maximum length of a command?
36693 +max_cmd_len=$lt_cv_sys_max_cmd_len
36694 +
36695 +# Does compiler simultaneously support -c and -o options?
36696 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o
36697 +
36698 +# Must we lock files when doing compilation?
36699 +need_locks=$lt_need_locks
36700 +
36701 +# Do we need the lib prefix for modules?
36702 +need_lib_prefix=$need_lib_prefix
36703 +
36704 +# Do we need a version for libraries?
36705 +need_version=$need_version
36706 +
36707 +# Whether dlopen is supported.
36708 +dlopen_support=$enable_dlopen
36709 +
36710 +# Whether dlopen of programs is supported.
36711 +dlopen_self=$enable_dlopen_self
36712 +
36713 +# Whether dlopen of statically linked programs is supported.
36714 +dlopen_self_static=$enable_dlopen_self_static
36715 +
36716 +# Compiler flag to prevent dynamic linking.
36717 +link_static_flag=$lt_lt_prog_compiler_static
36718 +
36719 +# Compiler flag to turn off builtin functions.
36720 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
36721 +
36722 +# Compiler flag to allow reflexive dlopens.
36723 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
36724 +
36725 +# Compiler flag to generate shared objects directly from archives.
36726 +whole_archive_flag_spec=$lt_whole_archive_flag_spec
36727 +
36728 +# Compiler flag to generate thread-safe objects.
36729 +thread_safe_flag_spec=$lt_thread_safe_flag_spec
36730 +
36731 +# Library versioning type.
36732 +version_type=$version_type
36733 +
36734 +# Format of library name prefix.
36735 +libname_spec=$lt_libname_spec
36736 +
36737 +# List of archive names.  First name is the real one, the rest are links.
36738 +# The last name is the one that the linker finds with -lNAME.
36739 +library_names_spec=$lt_library_names_spec
36740 +
36741 +# The coded name of the library, if different from the real name.
36742 +soname_spec=$lt_soname_spec
36743 +
36744 +# Commands used to build and install an old-style archive.
36745 +RANLIB=$lt_RANLIB
36746 +old_archive_cmds=$lt_old_archive_cmds
36747 +old_postinstall_cmds=$lt_old_postinstall_cmds
36748 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
36749 +
36750 +# Create an old-style archive from a shared archive.
36751 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
36752 +
36753 +# Create a temporary old-style archive to link instead of a shared archive.
36754 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
36755 +
36756 +# Commands used to build and install a shared archive.
36757 +archive_cmds=$lt_archive_cmds
36758 +archive_expsym_cmds=$lt_archive_expsym_cmds
36759 +postinstall_cmds=$lt_postinstall_cmds
36760 +postuninstall_cmds=$lt_postuninstall_cmds
36761 +
36762 +# Commands used to build a loadable module (assumed same as above if empty)
36763 +module_cmds=$lt_module_cmds
36764 +module_expsym_cmds=$lt_module_expsym_cmds
36765 +
36766 +# Commands to strip libraries.
36767 +old_striplib=$lt_old_striplib
36768 +striplib=$lt_striplib
36769 +
36770 +# Dependencies to place before the objects being linked to create a
36771 +# shared library.
36772 +predep_objects=$lt_predep_objects
36773 +
36774 +# Dependencies to place after the objects being linked to create a
36775 +# shared library.
36776 +postdep_objects=$lt_postdep_objects
36777 +
36778 +# Dependencies to place before the objects being linked to create a
36779 +# shared library.
36780 +predeps=$lt_predeps
36781 +
36782 +# Dependencies to place after the objects being linked to create a
36783 +# shared library.
36784 +postdeps=$lt_postdeps
36785 +
36786 +# The directories searched by this compiler when creating a shared
36787 +# library
36788 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
36789 +
36790 +# The library search path used internally by the compiler when linking
36791 +# a shared library.
36792 +compiler_lib_search_path=$lt_compiler_lib_search_path
36793 +
36794 +# Method to check whether dependent libraries are shared objects.
36795 +deplibs_check_method=$lt_deplibs_check_method
36796 +
36797 +# Command to use when deplibs_check_method == file_magic.
36798 +file_magic_cmd=$lt_file_magic_cmd
36799 +
36800 +# Flag that allows shared libraries with undefined symbols to be built.
36801 +allow_undefined_flag=$lt_allow_undefined_flag
36802 +
36803 +# Flag that forces no undefined symbols.
36804 +no_undefined_flag=$lt_no_undefined_flag
36805 +
36806 +# Commands used to finish a libtool library installation in a directory.
36807 +finish_cmds=$lt_finish_cmds
36808 +
36809 +# Same as above, but a single script fragment to be evaled but not shown.
36810 +finish_eval=$lt_finish_eval
36811 +
36812 +# Take the output of nm and produce a listing of raw symbols and C names.
36813 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
36814 +
36815 +# Transform the output of nm in a proper C declaration
36816 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
36817 +
36818 +# Transform the output of nm in a C name address pair
36819 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
36820 +
36821 +# This is the shared library runtime path variable.
36822 +runpath_var=$runpath_var
36823 +
36824 +# This is the shared library path variable.
36825 +shlibpath_var=$shlibpath_var
36826 +
36827 +# Is shlibpath searched before the hard-coded library search path?
36828 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
36829 +
36830 +# How to hardcode a shared library path into an executable.
36831 +hardcode_action=$hardcode_action
36832 +
36833 +# Whether we should hardcode library paths into libraries.
36834 +hardcode_into_libs=$hardcode_into_libs
36835 +
36836 +# Flag to hardcode \$libdir into a binary during linking.
36837 +# This must work even if \$libdir does not exist.
36838 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
36839 +
36840 +# If ld is used when linking, flag to hardcode \$libdir into
36841 +# a binary during linking. This must work even if \$libdir does
36842 +# not exist.
36843 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
36844 +
36845 +# Whether we need a single -rpath flag with a separated argument.
36846 +hardcode_libdir_separator=$lt_hardcode_libdir_separator
36847 +
36848 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
36849 +# resulting binary.
36850 +hardcode_direct=$hardcode_direct
36851 +
36852 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
36853 +# resulting binary.
36854 +hardcode_minus_L=$hardcode_minus_L
36855 +
36856 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
36857 +# the resulting binary.
36858 +hardcode_shlibpath_var=$hardcode_shlibpath_var
36859 +
36860 +# Set to yes if building a shared library automatically hardcodes DIR into the library
36861 +# and all subsequent libraries and executables linked against it.
36862 +hardcode_automatic=$hardcode_automatic
36863 +
36864 +# Variables whose values should be saved in libtool wrapper scripts and
36865 +# restored at relink time.
36866 +variables_saved_for_relink="$variables_saved_for_relink"
36867 +
36868 +# Whether libtool must link a program against all its dependency libraries.
36869 +link_all_deplibs=$link_all_deplibs
36870 +
36871 +# Compile-time system search path for libraries
36872 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
36873 +
36874 +# Run-time system search path for libraries
36875 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
36876 +
36877 +# Fix the shell variable \$srcfile for the compiler.
36878 +fix_srcfile_path=$lt_fix_srcfile_path
36879 +
36880 +# Set to yes if exported symbols are required.
36881 +always_export_symbols=$always_export_symbols
36882 +
36883 +# The commands to list exported symbols.
36884 +export_symbols_cmds=$lt_export_symbols_cmds
36885 +
36886 +# The commands to extract the exported symbol list from a shared archive.
36887 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
36888 +
36889 +# Symbols that should not be listed in the preloaded symbols.
36890 +exclude_expsyms=$lt_exclude_expsyms
36891 +
36892 +# Symbols that must always be exported.
36893 +include_expsyms=$lt_include_expsyms
36894 +
36895 +# ### END LIBTOOL CONFIG
36896 +
36897 +__EOF__
36898 +
36899 +
36900 +  case $host_os in
36901 +  aix3*)
36902 +    cat <<\EOF >> "$cfgfile"
36903 +
36904 +# AIX sometimes has problems with the GCC collect2 program.  For some
36905 +# reason, if we set the COLLECT_NAMES environment variable, the problems
36906 +# vanish in a puff of smoke.
36907 +if test "X${COLLECT_NAMES+set}" != Xset; then
36908 +  COLLECT_NAMES=
36909 +  export COLLECT_NAMES
36910 +fi
36911 +EOF
36912 +    ;;
36913 +  esac
36914 +
36915 +  # We use sed instead of cat because bash on DJGPP gets confused if
36916 +  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
36917 +  # text mode, it properly converts lines to CR/LF.  This bash problem
36918 +  # is reportedly fixed, but why not run on old versions too?
36919 +  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
36920 +
36921 +  mv -f "$cfgfile" "$ofile" || \
36922 +    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
36923 +  chmod +x "$ofile"
36924 +
36925 +else
36926 +  # If there is no Makefile yet, we rely on a make rule to execute
36927 +  # `config.status --recheck' to rerun these tests and create the
36928 +  # libtool script then.
36929 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
36930 +  if test -f "$ltmain_in"; then
36931 +    test -f Makefile && make "$ltmain"
36932 +  fi
36933 +fi
36934 +
36935 +
36936 +ac_ext=c
36937 +ac_cpp='$CPP $CPPFLAGS'
36938 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36939 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36940 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
36941 +
36942 +CC="$lt_save_CC"
36943 +
36944 +
36945 +# Check whether --with-tags was given.
36946 +if test "${with_tags+set}" = set; then
36947 +  withval=$with_tags; tagnames="$withval"
36948 +fi
36949 +
36950 +
36951 +if test -f "$ltmain" && test -n "$tagnames"; then
36952 +  if test ! -f "${ofile}"; then
36953 +    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
36954 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
36955 +  fi
36956 +
36957 +  if test -z "$LTCC"; then
36958 +    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
36959 +    if test -z "$LTCC"; then
36960 +      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
36961 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
36962 +    else
36963 +      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
36964 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
36965 +    fi
36966 +  fi
36967 +  if test -z "$LTCFLAGS"; then
36968 +    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
36969 +  fi
36970 +
36971 +  # Extract list of available tagged configurations in $ofile.
36972 +  # Note that this assumes the entire list is on one line.
36973 +  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
36974 +
36975 +  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
36976 +  for tagname in $tagnames; do
36977 +    IFS="$lt_save_ifs"
36978 +    # Check whether tagname contains only valid characters
36979 +    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
36980 +    "") ;;
36981 +    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
36982 +echo "$as_me: error: invalid tag name: $tagname" >&2;}
36983 +   { (exit 1); exit 1; }; }
36984 +       ;;
36985 +    esac
36986 +
36987 +    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
36988 +    then
36989 +      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
36990 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
36991 +   { (exit 1); exit 1; }; }
36992 +    fi
36993 +
36994 +    # Update the list of available tags.
36995 +    if test -n "$tagname"; then
36996 +      echo appending configuration tag \"$tagname\" to $ofile
36997 +
36998 +      case $tagname in
36999 +      CXX)
37000 +       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
37001 +           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
37002 +           (test "X$CXX" != "Xg++"))) ; then
37003 +         ac_ext=cpp
37004 +ac_cpp='$CXXCPP $CPPFLAGS'
37005 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37006 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37007 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37008 +
37009 +
37010 +
37011 +
37012 +archive_cmds_need_lc_CXX=no
37013 +allow_undefined_flag_CXX=
37014 +always_export_symbols_CXX=no
37015 +archive_expsym_cmds_CXX=
37016 +export_dynamic_flag_spec_CXX=
37017 +hardcode_direct_CXX=no
37018 +hardcode_libdir_flag_spec_CXX=
37019 +hardcode_libdir_flag_spec_ld_CXX=
37020 +hardcode_libdir_separator_CXX=
37021 +hardcode_minus_L_CXX=no
37022 +hardcode_shlibpath_var_CXX=unsupported
37023 +hardcode_automatic_CXX=no
37024 +module_cmds_CXX=
37025 +module_expsym_cmds_CXX=
37026 +link_all_deplibs_CXX=unknown
37027 +old_archive_cmds_CXX=$old_archive_cmds
37028 +no_undefined_flag_CXX=
37029 +whole_archive_flag_spec_CXX=
37030 +enable_shared_with_static_runtimes_CXX=no
37031 +
37032 +# Dependencies to place before and after the object being linked:
37033 +predep_objects_CXX=
37034 +postdep_objects_CXX=
37035 +predeps_CXX=
37036 +postdeps_CXX=
37037 +compiler_lib_search_path_CXX=
37038 +compiler_lib_search_dirs_CXX=
37039 +
37040 +# Source file extension for C++ test sources.
37041 +ac_ext=cpp
37042 +
37043 +# Object file extension for compiled C++ test sources.
37044 +objext=o
37045 +objext_CXX=$objext
37046 +
37047 +# Code to be used in simple compile tests
37048 +lt_simple_compile_test_code="int some_variable = 0;"
37049 +
37050 +# Code to be used in simple link tests
37051 +lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
37052 +
37053 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
37054 +
37055 +# If no C compiler was specified, use CC.
37056 +LTCC=${LTCC-"$CC"}
37057 +
37058 +# If no C compiler flags were specified, use CFLAGS.
37059 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
37060 +
37061 +# Allow CC to be a program name with arguments.
37062 +compiler=$CC
37063 +
37064 +
37065 +# save warnings/boilerplate of simple test code
37066 +ac_outfile=conftest.$ac_objext
37067 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
37068 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
37069 +_lt_compiler_boilerplate=`cat conftest.err`
37070 +$rm conftest*
37071 +
37072 +ac_outfile=conftest.$ac_objext
37073 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
37074 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
37075 +_lt_linker_boilerplate=`cat conftest.err`
37076 +$rm -r conftest*
37077 +
37078 +
37079 +# Allow CC to be a program name with arguments.
37080 +lt_save_CC=$CC
37081 +lt_save_LD=$LD
37082 +lt_save_GCC=$GCC
37083 +GCC=$GXX
37084 +lt_save_with_gnu_ld=$with_gnu_ld
37085 +lt_save_path_LD=$lt_cv_path_LD
37086 +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
37087 +  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
37088 +else
37089 +  $as_unset lt_cv_prog_gnu_ld
37090 +fi
37091 +if test -n "${lt_cv_path_LDCXX+set}"; then
37092 +  lt_cv_path_LD=$lt_cv_path_LDCXX
37093 +else
37094 +  $as_unset lt_cv_path_LD
37095 +fi
37096 +test -z "${LDCXX+set}" || LD=$LDCXX
37097 +CC=${CXX-"c++"}
37098 +compiler=$CC
37099 +compiler_CXX=$CC
37100 +for cc_temp in $compiler""; do
37101 +  case $cc_temp in
37102 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
37103 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
37104 +    \-*) ;;
37105 +    *) break;;
37106 +  esac
37107 +done
37108 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
37109 +
37110 +
37111 +# We don't want -fno-exception wen compiling C++ code, so set the
37112 +# no_builtin_flag separately
37113 +if test "$GXX" = yes; then
37114 +  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
37115 +else
37116 +  lt_prog_compiler_no_builtin_flag_CXX=
37117 +fi
37118 +
37119 +if test "$GXX" = yes; then
37120 +  # Set up default GNU C++ configuration
37121 +
37122 +  
37123 +# Check whether --with-gnu-ld was given.
37124 +if test "${with_gnu_ld+set}" = set; then
37125 +  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
37126 +else
37127 +  with_gnu_ld=no
37128 +fi
37129 +
37130 +ac_prog=ld
37131 +if test "$GCC" = yes; then
37132 +  # Check if gcc -print-prog-name=ld gives a path.
37133 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
37134 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
37135 +  case $host in
37136 +  *-*-mingw*)
37137 +    # gcc leaves a trailing carriage return which upsets mingw
37138 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
37139 +  *)
37140 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
37141 +  esac
37142 +  case $ac_prog in
37143 +    # Accept absolute paths.
37144 +    [\\/]* | ?:[\\/]*)
37145 +      re_direlt='/[^/][^/]*/\.\./'
37146 +      # Canonicalize the pathname of ld
37147 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
37148 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
37149 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
37150 +      done
37151 +      test -z "$LD" && LD="$ac_prog"
37152 +      ;;
37153 +  "")
37154 +    # If it fails, then pretend we aren't using GCC.
37155 +    ac_prog=ld
37156 +    ;;
37157 +  *)
37158 +    # If it is relative, then search for the first ld in PATH.
37159 +    with_gnu_ld=unknown
37160 +    ;;
37161 +  esac
37162 +elif test "$with_gnu_ld" = yes; then
37163 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
37164 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
37165 +else
37166 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
37167 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
37168 +fi
37169 +if test "${lt_cv_path_LD+set}" = set; then
37170 +  echo $ECHO_N "(cached) $ECHO_C" >&6
37171 +else
37172 +  if test -z "$LD"; then
37173 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
37174 +  for ac_dir in $PATH; do
37175 +    IFS="$lt_save_ifs"
37176 +    test -z "$ac_dir" && ac_dir=.
37177 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
37178 +      lt_cv_path_LD="$ac_dir/$ac_prog"
37179 +      # Check to see if the program is GNU ld.  I'd rather use --version,
37180 +      # but apparently some variants of GNU ld only accept -v.
37181 +      # Break only if it was the GNU/non-GNU ld that we prefer.
37182 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
37183 +      *GNU* | *'with BFD'*)
37184 +       test "$with_gnu_ld" != no && break
37185 +       ;;
37186 +      *)
37187 +       test "$with_gnu_ld" != yes && break
37188 +       ;;
37189 +      esac
37190 +    fi
37191 +  done
37192 +  IFS="$lt_save_ifs"
37193 +else
37194 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
37195 +fi
37196 +fi
37197 +
37198 +LD="$lt_cv_path_LD"
37199 +if test -n "$LD"; then
37200 +  { echo "$as_me:$LINENO: result: $LD" >&5
37201 +echo "${ECHO_T}$LD" >&6; }
37202 +else
37203 +  { echo "$as_me:$LINENO: result: no" >&5
37204 +echo "${ECHO_T}no" >&6; }
37205 +fi
37206 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
37207 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
37208 +   { (exit 1); exit 1; }; }
37209 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
37210 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
37211 +if test "${lt_cv_prog_gnu_ld+set}" = set; then
37212 +  echo $ECHO_N "(cached) $ECHO_C" >&6
37213 +else
37214 +  # I'd rather use --version here, but apparently some GNU lds only accept -v.
37215 +case `$LD -v 2>&1 </dev/null` in
37216 +*GNU* | *'with BFD'*)
37217 +  lt_cv_prog_gnu_ld=yes
37218 +  ;;
37219 +*)
37220 +  lt_cv_prog_gnu_ld=no
37221 +  ;;
37222 +esac
37223 +fi
37224 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
37225 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
37226 +with_gnu_ld=$lt_cv_prog_gnu_ld
37227 +
37228 +
37229 +
37230 +  # Check if GNU C++ uses GNU ld as the underlying linker, since the
37231 +  # archiving commands below assume that GNU ld is being used.
37232 +  if test "$with_gnu_ld" = yes; then
37233 +    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
37234 +    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
37235 +
37236 +    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
37237 +    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
37238 +
37239 +    # If archive_cmds runs LD, not CC, wlarc should be empty
37240 +    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
37241 +    #     investigate it a little bit more. (MM)
37242 +    wlarc='${wl}'
37243 +
37244 +    # ancient GNU ld didn't support --whole-archive et. al.
37245 +    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
37246 +       grep 'no-whole-archive' > /dev/null; then
37247 +      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
37248 +    else
37249 +      whole_archive_flag_spec_CXX=
37250 +    fi
37251 +  else
37252 +    with_gnu_ld=no
37253 +    wlarc=
37254 +
37255 +    # A generic and very simple default shared library creation
37256 +    # command for GNU C++ for the case where it uses the native
37257 +    # linker, instead of GNU ld.  If possible, this setting should
37258 +    # overridden to take advantage of the native linker features on
37259 +    # the platform it is being used on.
37260 +    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
37261 +  fi
37262 +
37263 +  # Commands to make compiler produce verbose output that lists
37264 +  # what "hidden" libraries, object files and flags are used when
37265 +  # linking a shared library.
37266 +  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
37267 +
37268 +else
37269 +  GXX=no
37270 +  with_gnu_ld=no
37271 +  wlarc=
37272 +fi
37273 +
37274 +# PORTME: fill in a description of your system's C++ link characteristics
37275 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
37276 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
37277 +ld_shlibs_CXX=yes
37278 +case $host_os in
37279 +  aix3*)
37280 +    # FIXME: insert proper C++ library support
37281 +    ld_shlibs_CXX=no
37282 +    ;;
37283 +  aix[4-9]*)
37284 +    if test "$host_cpu" = ia64; then
37285 +      # On IA64, the linker does run time linking by default, so we don't
37286 +      # have to do anything special.
37287 +      aix_use_runtimelinking=no
37288 +      exp_sym_flag='-Bexport'
37289 +      no_entry_flag=""
37290 +    else
37291 +      aix_use_runtimelinking=no
37292 +
37293 +      # Test if we are trying to use run time linking or normal
37294 +      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
37295 +      # need to do runtime linking.
37296 +      case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
37297 +       for ld_flag in $LDFLAGS; do
37298 +         case $ld_flag in
37299 +         *-brtl*)
37300 +           aix_use_runtimelinking=yes
37301 +           break
37302 +           ;;
37303 +         esac
37304 +       done
37305 +       ;;
37306 +      esac
37307 +
37308 +      exp_sym_flag='-bexport'
37309 +      no_entry_flag='-bnoentry'
37310 +    fi
37311 +
37312 +    # When large executables or shared objects are built, AIX ld can
37313 +    # have problems creating the table of contents.  If linking a library
37314 +    # or program results in "error TOC overflow" add -mminimal-toc to
37315 +    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
37316 +    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
37317 +
37318 +    archive_cmds_CXX=''
37319 +    hardcode_direct_CXX=yes
37320 +    hardcode_libdir_separator_CXX=':'
37321 +    link_all_deplibs_CXX=yes
37322 +
37323 +    if test "$GXX" = yes; then
37324 +      case $host_os in aix4.[012]|aix4.[012].*)
37325 +      # We only want to do this on AIX 4.2 and lower, the check
37326 +      # below for broken collect2 doesn't work under 4.3+
37327 +       collect2name=`${CC} -print-prog-name=collect2`
37328 +       if test -f "$collect2name" && \
37329 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
37330 +       then
37331 +         # We have reworked collect2
37332 +         :
37333 +       else
37334 +         # We have old collect2
37335 +         hardcode_direct_CXX=unsupported
37336 +         # It fails to find uninstalled libraries when the uninstalled
37337 +         # path is not listed in the libpath.  Setting hardcode_minus_L
37338 +         # to unsupported forces relinking
37339 +         hardcode_minus_L_CXX=yes
37340 +         hardcode_libdir_flag_spec_CXX='-L$libdir'
37341 +         hardcode_libdir_separator_CXX=
37342 +       fi
37343 +       ;;
37344 +      esac
37345 +      shared_flag='-shared'
37346 +      if test "$aix_use_runtimelinking" = yes; then
37347 +       shared_flag="$shared_flag "'${wl}-G'
37348 +      fi
37349 +    else
37350 +      # not using gcc
37351 +      if test "$host_cpu" = ia64; then
37352 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
37353 +       # chokes on -Wl,-G. The following line is correct:
37354 +       shared_flag='-G'
37355 +      else
37356 +       if test "$aix_use_runtimelinking" = yes; then
37357 +         shared_flag='${wl}-G'
37358 +       else
37359 +         shared_flag='${wl}-bM:SRE'
37360 +       fi
37361 +      fi
37362 +    fi
37363 +
37364 +    # It seems that -bexpall does not export symbols beginning with
37365 +    # underscore (_), so it is better to generate a list of symbols to export.
37366 +    always_export_symbols_CXX=yes
37367 +    if test "$aix_use_runtimelinking" = yes; then
37368 +      # Warning - without using the other runtime loading flags (-brtl),
37369 +      # -berok will link without error, but may produce a broken library.
37370 +      allow_undefined_flag_CXX='-berok'
37371 +      # Determine the default libpath from the value encoded in an empty executable.
37372 +      cat >conftest.$ac_ext <<_ACEOF
37373 +/* confdefs.h.  */
37374 +_ACEOF
37375 +cat confdefs.h >>conftest.$ac_ext
37376 +cat >>conftest.$ac_ext <<_ACEOF
37377 +/* end confdefs.h.  */
37378 +
37379 +int
37380 +main ()
37381 +{
37382 +
37383 +  ;
37384 +  return 0;
37385 +}
37386 +_ACEOF
37387 +rm -f conftest.$ac_objext conftest$ac_exeext
37388 +if { (ac_try="$ac_link"
37389 +case "(($ac_try" in
37390 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37391 +  *) ac_try_echo=$ac_try;;
37392 +esac
37393 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37394 +  (eval "$ac_link") 2>conftest.er1
37395 +  ac_status=$?
37396 +  grep -v '^ *+' conftest.er1 >conftest.err
37397 +  rm -f conftest.er1
37398 +  cat conftest.err >&5
37399 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37400 +  (exit $ac_status); } && {
37401 +        test -z "$ac_cxx_werror_flag" ||
37402 +        test ! -s conftest.err
37403 +       } && test -s conftest$ac_exeext &&
37404 +       $as_test_x conftest$ac_exeext; then
37405 +  
37406 +lt_aix_libpath_sed='
37407 +    /Import File Strings/,/^$/ {
37408 +       /^0/ {
37409 +           s/^0  *\(.*\)$/\1/
37410 +           p
37411 +       }
37412 +    }'
37413 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
37414 +# Check for a 64-bit object if we didn't find anything.
37415 +if test -z "$aix_libpath"; then
37416 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
37417 +fi
37418 +else
37419 +  echo "$as_me: failed program was:" >&5
37420 +sed 's/^/| /' conftest.$ac_ext >&5
37421 +
37422 +       
37423 +fi
37424 +
37425 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37426 +      conftest$ac_exeext conftest.$ac_ext
37427 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
37428 +
37429 +      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
37430 +
37431 +      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
37432 +     else
37433 +      if test "$host_cpu" = ia64; then
37434 +       hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
37435 +       allow_undefined_flag_CXX="-z nodefs"
37436 +       archive_expsym_cmds_CXX="\$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"
37437 +      else
37438 +       # Determine the default libpath from the value encoded in an empty executable.
37439 +       cat >conftest.$ac_ext <<_ACEOF
37440 +/* confdefs.h.  */
37441 +_ACEOF
37442 +cat confdefs.h >>conftest.$ac_ext
37443 +cat >>conftest.$ac_ext <<_ACEOF
37444 +/* end confdefs.h.  */
37445 +
37446 +int
37447 +main ()
37448 +{
37449 +
37450 +  ;
37451 +  return 0;
37452 +}
37453 +_ACEOF
37454 +rm -f conftest.$ac_objext conftest$ac_exeext
37455 +if { (ac_try="$ac_link"
37456 +case "(($ac_try" in
37457 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37458 +  *) ac_try_echo=$ac_try;;
37459 +esac
37460 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37461 +  (eval "$ac_link") 2>conftest.er1
37462 +  ac_status=$?
37463 +  grep -v '^ *+' conftest.er1 >conftest.err
37464 +  rm -f conftest.er1
37465 +  cat conftest.err >&5
37466 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37467 +  (exit $ac_status); } && {
37468 +        test -z "$ac_cxx_werror_flag" ||
37469 +        test ! -s conftest.err
37470 +       } && test -s conftest$ac_exeext &&
37471 +       $as_test_x conftest$ac_exeext; then
37472 +  
37473 +lt_aix_libpath_sed='
37474 +    /Import File Strings/,/^$/ {
37475 +       /^0/ {
37476 +           s/^0  *\(.*\)$/\1/
37477 +           p
37478 +       }
37479 +    }'
37480 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
37481 +# Check for a 64-bit object if we didn't find anything.
37482 +if test -z "$aix_libpath"; then
37483 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
37484 +fi
37485 +else
37486 +  echo "$as_me: failed program was:" >&5
37487 +sed 's/^/| /' conftest.$ac_ext >&5
37488 +
37489 +       
37490 +fi
37491 +
37492 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37493 +      conftest$ac_exeext conftest.$ac_ext
37494 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
37495 +
37496 +       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
37497 +       # Warning - without using the other run time loading flags,
37498 +       # -berok will link without error, but may produce a broken library.
37499 +       no_undefined_flag_CXX=' ${wl}-bernotok'
37500 +       allow_undefined_flag_CXX=' ${wl}-berok'
37501 +       # Exported symbols can be pulled into shared objects from archives
37502 +       whole_archive_flag_spec_CXX='$convenience'
37503 +       archive_cmds_need_lc_CXX=yes
37504 +       # This is similar to how AIX traditionally builds its shared libraries.
37505 +       archive_expsym_cmds_CXX="\$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'
37506 +      fi
37507 +    fi
37508 +    ;;
37509 +
37510 +  beos*)
37511 +    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
37512 +      allow_undefined_flag_CXX=unsupported
37513 +      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
37514 +      # support --undefined.  This deserves some investigation.  FIXME
37515 +      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
37516 +    else
37517 +      ld_shlibs_CXX=no
37518 +    fi
37519 +    ;;
37520 +
37521 +  chorus*)
37522 +    case $cc_basename in
37523 +      *)
37524 +       # FIXME: insert proper C++ library support
37525 +       ld_shlibs_CXX=no
37526 +       ;;
37527 +    esac
37528 +    ;;
37529 +
37530 +  cygwin* | mingw* | pw32*)
37531 +    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
37532 +    # as there is no search path for DLLs.
37533 +    hardcode_libdir_flag_spec_CXX='-L$libdir'
37534 +    allow_undefined_flag_CXX=unsupported
37535 +    always_export_symbols_CXX=no
37536 +    enable_shared_with_static_runtimes_CXX=yes
37537 +
37538 +    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
37539 +      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
37540 +      # If the export-symbols file already is a .def file (1st line
37541 +      # is EXPORTS), use it as is; otherwise, prepend...
37542 +      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
37543 +       cp $export_symbols $output_objdir/$soname.def;
37544 +      else
37545 +       echo EXPORTS > $output_objdir/$soname.def;
37546 +       cat $export_symbols >> $output_objdir/$soname.def;
37547 +      fi~
37548 +      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
37549 +    else
37550 +      ld_shlibs_CXX=no
37551 +    fi
37552 +  ;;
37553 +      darwin* | rhapsody*)
37554 +      archive_cmds_need_lc_CXX=no
37555 +      hardcode_direct_CXX=no
37556 +      hardcode_automatic_CXX=yes
37557 +      hardcode_shlibpath_var_CXX=unsupported
37558 +      whole_archive_flag_spec_CXX=''
37559 +      link_all_deplibs_CXX=yes
37560 +      allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
37561 +      if test "$GXX" = yes ; then
37562 +      output_verbose_link_cmd='echo'
37563 +      archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
37564 +      module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
37565 +      archive_expsym_cmds_CXX="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}"
37566 +      module_expsym_cmds_CXX="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}"
37567 +      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
37568 +        archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
37569 +        archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
37570 +      fi
37571 +      else
37572 +      case $cc_basename in
37573 +        xlc*)
37574 +         output_verbose_link_cmd='echo'
37575 +          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
37576 +          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
37577 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
37578 +          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
37579 +          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
37580 +          ;;
37581 +       *)
37582 +         ld_shlibs_CXX=no
37583 +          ;;
37584 +      esac
37585 +      fi
37586 +        ;;
37587 +
37588 +  dgux*)
37589 +    case $cc_basename in
37590 +      ec++*)
37591 +       # FIXME: insert proper C++ library support
37592 +       ld_shlibs_CXX=no
37593 +       ;;
37594 +      ghcx*)
37595 +       # Green Hills C++ Compiler
37596 +       # FIXME: insert proper C++ library support
37597 +       ld_shlibs_CXX=no
37598 +       ;;
37599 +      *)
37600 +       # FIXME: insert proper C++ library support
37601 +       ld_shlibs_CXX=no
37602 +       ;;
37603 +    esac
37604 +    ;;
37605 +  freebsd[12]*)
37606 +    # C++ shared libraries reported to be fairly broken before switch to ELF
37607 +    ld_shlibs_CXX=no
37608 +    ;;
37609 +  freebsd-elf*)
37610 +    archive_cmds_need_lc_CXX=no
37611 +    ;;
37612 +  freebsd* | dragonfly*)
37613 +    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
37614 +    # conventions
37615 +    ld_shlibs_CXX=yes
37616 +    ;;
37617 +  gnu*)
37618 +    ;;
37619 +  hpux9*)
37620 +    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
37621 +    hardcode_libdir_separator_CXX=:
37622 +    export_dynamic_flag_spec_CXX='${wl}-E'
37623 +    hardcode_direct_CXX=yes
37624 +    hardcode_minus_L_CXX=yes # Not in the search PATH,
37625 +                               # but as the default
37626 +                               # location of the library.
37627 +
37628 +    case $cc_basename in
37629 +    CC*)
37630 +      # FIXME: insert proper C++ library support
37631 +      ld_shlibs_CXX=no
37632 +      ;;
37633 +    aCC*)
37634 +      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
37635 +      # Commands to make compiler produce verbose output that lists
37636 +      # what "hidden" libraries, object files and flags are used when
37637 +      # linking a shared library.
37638 +      #
37639 +      # There doesn't appear to be a way to prevent this compiler from
37640 +      # explicitly linking system object files so we need to strip them
37641 +      # from the output so that they don't get included in the library
37642 +      # dependencies.
37643 +      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
37644 +      ;;
37645 +    *)
37646 +      if test "$GXX" = yes; then
37647 +        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
37648 +      else
37649 +        # FIXME: insert proper C++ library support
37650 +        ld_shlibs_CXX=no
37651 +      fi
37652 +      ;;
37653 +    esac
37654 +    ;;
37655 +  hpux10*|hpux11*)
37656 +    if test $with_gnu_ld = no; then
37657 +      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
37658 +      hardcode_libdir_separator_CXX=:
37659 +
37660 +      case $host_cpu in
37661 +      hppa*64*|ia64*) ;;
37662 +      *)
37663 +       export_dynamic_flag_spec_CXX='${wl}-E'
37664 +        ;;
37665 +      esac
37666 +    fi
37667 +    case $host_cpu in
37668 +    hppa*64*|ia64*)
37669 +      hardcode_direct_CXX=no
37670 +      hardcode_shlibpath_var_CXX=no
37671 +      ;;
37672 +    *)
37673 +      hardcode_direct_CXX=yes
37674 +      hardcode_minus_L_CXX=yes # Not in the search PATH,
37675 +                                             # but as the default
37676 +                                             # location of the library.
37677 +      ;;
37678 +    esac
37679 +
37680 +    case $cc_basename in
37681 +      CC*)
37682 +       # FIXME: insert proper C++ library support
37683 +       ld_shlibs_CXX=no
37684 +       ;;
37685 +      aCC*)
37686 +       case $host_cpu in
37687 +       hppa*64*)
37688 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37689 +         ;;
37690 +       ia64*)
37691 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37692 +         ;;
37693 +       *)
37694 +         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37695 +         ;;
37696 +       esac
37697 +       # Commands to make compiler produce verbose output that lists
37698 +       # what "hidden" libraries, object files and flags are used when
37699 +       # linking a shared library.
37700 +       #
37701 +       # There doesn't appear to be a way to prevent this compiler from
37702 +       # explicitly linking system object files so we need to strip them
37703 +       # from the output so that they don't get included in the library
37704 +       # dependencies.
37705 +       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
37706 +       ;;
37707 +      *)
37708 +       if test "$GXX" = yes; then
37709 +         if test $with_gnu_ld = no; then
37710 +           case $host_cpu in
37711 +           hppa*64*)
37712 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37713 +             ;;
37714 +           ia64*)
37715 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37716 +             ;;
37717 +           *)
37718 +             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37719 +             ;;
37720 +           esac
37721 +         fi
37722 +       else
37723 +         # FIXME: insert proper C++ library support
37724 +         ld_shlibs_CXX=no
37725 +       fi
37726 +       ;;
37727 +    esac
37728 +    ;;
37729 +  interix[3-9]*)
37730 +    hardcode_direct_CXX=no
37731 +    hardcode_shlibpath_var_CXX=no
37732 +    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
37733 +    export_dynamic_flag_spec_CXX='${wl}-E'
37734 +    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
37735 +    # Instead, shared libraries are loaded at an image base (0x10000000 by
37736 +    # default) and relocated if they conflict, which is a slow very memory
37737 +    # consuming and fragmenting process.  To avoid this, we pick a random,
37738 +    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
37739 +    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
37740 +    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
37741 +    archive_expsym_cmds_CXX='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'
37742 +    ;;
37743 +  irix5* | irix6*)
37744 +    case $cc_basename in
37745 +      CC*)
37746 +       # SGI C++
37747 +       archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
37748 +
37749 +       # Archives containing C++ object files must be created using
37750 +       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
37751 +       # necessary to make sure instantiated templates are included
37752 +       # in the archive.
37753 +       old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
37754 +       ;;
37755 +      *)
37756 +       if test "$GXX" = yes; then
37757 +         if test "$with_gnu_ld" = no; then
37758 +           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
37759 +         else
37760 +           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
37761 +         fi
37762 +       fi
37763 +       link_all_deplibs_CXX=yes
37764 +       ;;
37765 +    esac
37766 +    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
37767 +    hardcode_libdir_separator_CXX=:
37768 +    ;;
37769 +  linux* | k*bsd*-gnu)
37770 +    case $cc_basename in
37771 +      KCC*)
37772 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
37773 +
37774 +       # KCC will only create a shared library if the output file
37775 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
37776 +       # to its proper name (with version) after linking.
37777 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
37778 +       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
37779 +       # Commands to make compiler produce verbose output that lists
37780 +       # what "hidden" libraries, object files and flags are used when
37781 +       # linking a shared library.
37782 +       #
37783 +       # There doesn't appear to be a way to prevent this compiler from
37784 +       # explicitly linking system object files so we need to strip them
37785 +       # from the output so that they don't get included in the library
37786 +       # dependencies.
37787 +       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
37788 +
37789 +       hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
37790 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
37791 +
37792 +       # Archives containing C++ object files must be created using
37793 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
37794 +       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
37795 +       ;;
37796 +      icpc*)
37797 +       # Intel C++
37798 +       with_gnu_ld=yes
37799 +       # version 8.0 and above of icpc choke on multiply defined symbols
37800 +       # if we add $predep_objects and $postdep_objects, however 7.1 and
37801 +       # earlier do not add the objects themselves.
37802 +       case `$CC -V 2>&1` in
37803 +       *"Version 7."*)
37804 +         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
37805 +         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
37806 +         ;;
37807 +       *)  # Version 8.0 or newer
37808 +         tmp_idyn=
37809 +         case $host_cpu in
37810 +           ia64*) tmp_idyn=' -i_dynamic';;
37811 +         esac
37812 +         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
37813 +         archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
37814 +         ;;
37815 +       esac
37816 +       archive_cmds_need_lc_CXX=no
37817 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
37818 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
37819 +       whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
37820 +       ;;
37821 +      pgCC* | pgcpp*)
37822 +        # Portland Group C++ compiler
37823 +       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
37824 +       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
37825 +
37826 +       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
37827 +       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
37828 +       whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
37829 +        ;;
37830 +      cxx*)
37831 +       # Compaq C++
37832 +       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
37833 +       archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
37834 +
37835 +       runpath_var=LD_RUN_PATH
37836 +       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
37837 +       hardcode_libdir_separator_CXX=:
37838 +
37839 +       # Commands to make compiler produce verbose output that lists
37840 +       # what "hidden" libraries, object files and flags are used when
37841 +       # linking a shared library.
37842 +       #
37843 +       # There doesn't appear to be a way to prevent this compiler from
37844 +       # explicitly linking system object files so we need to strip them
37845 +       # from the output so that they don't get included in the library
37846 +       # dependencies.
37847 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
37848 +       ;;
37849 +      *)
37850 +       case `$CC -V 2>&1 | sed 5q` in
37851 +       *Sun\ C*)
37852 +         # Sun C++ 5.9
37853 +         no_undefined_flag_CXX=' -zdefs'
37854 +         archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
37855 +         archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
37856 +         hardcode_libdir_flag_spec_CXX='-R$libdir'
37857 +         whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
37858 +
37859 +         # Not sure whether something based on
37860 +         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
37861 +         # would be better.
37862 +         output_verbose_link_cmd='echo'
37863 +
37864 +         # Archives containing C++ object files must be created using
37865 +         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
37866 +         # necessary to make sure instantiated templates are included
37867 +         # in the archive.
37868 +         old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
37869 +         ;;
37870 +       esac
37871 +       ;;
37872 +    esac
37873 +    ;;
37874 +  lynxos*)
37875 +    # FIXME: insert proper C++ library support
37876 +    ld_shlibs_CXX=no
37877 +    ;;
37878 +  m88k*)
37879 +    # FIXME: insert proper C++ library support
37880 +    ld_shlibs_CXX=no
37881 +    ;;
37882 +  mvs*)
37883 +    case $cc_basename in
37884 +      cxx*)
37885 +       # FIXME: insert proper C++ library support
37886 +       ld_shlibs_CXX=no
37887 +       ;;
37888 +      *)
37889 +       # FIXME: insert proper C++ library support
37890 +       ld_shlibs_CXX=no
37891 +       ;;
37892 +    esac
37893 +    ;;
37894 +  netbsd* | netbsdelf*-gnu)
37895 +    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
37896 +      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
37897 +      wlarc=
37898 +      hardcode_libdir_flag_spec_CXX='-R$libdir'
37899 +      hardcode_direct_CXX=yes
37900 +      hardcode_shlibpath_var_CXX=no
37901 +    fi
37902 +    # Workaround some broken pre-1.5 toolchains
37903 +    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
37904 +    ;;
37905 +  openbsd2*)
37906 +    # C++ shared libraries are fairly broken
37907 +    ld_shlibs_CXX=no
37908 +    ;;
37909 +  openbsd*)
37910 +    if test -f /usr/libexec/ld.so; then
37911 +      hardcode_direct_CXX=yes
37912 +      hardcode_shlibpath_var_CXX=no
37913 +      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
37914 +      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
37915 +      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
37916 +       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
37917 +       export_dynamic_flag_spec_CXX='${wl}-E'
37918 +       whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
37919 +      fi
37920 +      output_verbose_link_cmd='echo'
37921 +    else
37922 +      ld_shlibs_CXX=no
37923 +    fi
37924 +    ;;
37925 +  osf3*)
37926 +    case $cc_basename in
37927 +      KCC*)
37928 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
37929 +
37930 +       # KCC will only create a shared library if the output file
37931 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
37932 +       # to its proper name (with version) after linking.
37933 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
37934 +
37935 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
37936 +       hardcode_libdir_separator_CXX=:
37937 +
37938 +       # Archives containing C++ object files must be created using
37939 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
37940 +       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
37941 +
37942 +       ;;
37943 +      RCC*)
37944 +       # Rational C++ 2.4.1
37945 +       # FIXME: insert proper C++ library support
37946 +       ld_shlibs_CXX=no
37947 +       ;;
37948 +      cxx*)
37949 +       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
37950 +       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
37951 +
37952 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
37953 +       hardcode_libdir_separator_CXX=:
37954 +
37955 +       # Commands to make compiler produce verbose output that lists
37956 +       # what "hidden" libraries, object files and flags are used when
37957 +       # linking a shared library.
37958 +       #
37959 +       # There doesn't appear to be a way to prevent this compiler from
37960 +       # explicitly linking system object files so we need to strip them
37961 +       # from the output so that they don't get included in the library
37962 +       # dependencies.
37963 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
37964 +       ;;
37965 +      *)
37966 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
37967 +         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
37968 +         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
37969 +
37970 +         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
37971 +         hardcode_libdir_separator_CXX=:
37972 +
37973 +         # Commands to make compiler produce verbose output that lists
37974 +         # what "hidden" libraries, object files and flags are used when
37975 +         # linking a shared library.
37976 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
37977 +
37978 +       else
37979 +         # FIXME: insert proper C++ library support
37980 +         ld_shlibs_CXX=no
37981 +       fi
37982 +       ;;
37983 +    esac
37984 +    ;;
37985 +  osf4* | osf5*)
37986 +    case $cc_basename in
37987 +      KCC*)
37988 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
37989 +
37990 +       # KCC will only create a shared library if the output file
37991 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
37992 +       # to its proper name (with version) after linking.
37993 +       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
37994 +
37995 +       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
37996 +       hardcode_libdir_separator_CXX=:
37997 +
37998 +       # Archives containing C++ object files must be created using
37999 +       # the KAI C++ compiler.
38000 +       old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
38001 +       ;;
38002 +      RCC*)
38003 +       # Rational C++ 2.4.1
38004 +       # FIXME: insert proper C++ library support
38005 +       ld_shlibs_CXX=no
38006 +       ;;
38007 +      cxx*)
38008 +       allow_undefined_flag_CXX=' -expect_unresolved \*'
38009 +       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
38010 +       archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
38011 +         echo "-hidden">> $lib.exp~
38012 +         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
38013 +         $rm $lib.exp'
38014 +
38015 +       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
38016 +       hardcode_libdir_separator_CXX=:
38017 +
38018 +       # Commands to make compiler produce verbose output that lists
38019 +       # what "hidden" libraries, object files and flags are used when
38020 +       # linking a shared library.
38021 +       #
38022 +       # There doesn't appear to be a way to prevent this compiler from
38023 +       # explicitly linking system object files so we need to strip them
38024 +       # from the output so that they don't get included in the library
38025 +       # dependencies.
38026 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
38027 +       ;;
38028 +      *)
38029 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
38030 +         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
38031 +        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
38032 +
38033 +         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
38034 +         hardcode_libdir_separator_CXX=:
38035 +
38036 +         # Commands to make compiler produce verbose output that lists
38037 +         # what "hidden" libraries, object files and flags are used when
38038 +         # linking a shared library.
38039 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
38040 +
38041 +       else
38042 +         # FIXME: insert proper C++ library support
38043 +         ld_shlibs_CXX=no
38044 +       fi
38045 +       ;;
38046 +    esac
38047 +    ;;
38048 +  psos*)
38049 +    # FIXME: insert proper C++ library support
38050 +    ld_shlibs_CXX=no
38051 +    ;;
38052 +  sunos4*)
38053 +    case $cc_basename in
38054 +      CC*)
38055 +       # Sun C++ 4.x
38056 +       # FIXME: insert proper C++ library support
38057 +       ld_shlibs_CXX=no
38058 +       ;;
38059 +      lcc*)
38060 +       # Lucid
38061 +       # FIXME: insert proper C++ library support
38062 +       ld_shlibs_CXX=no
38063 +       ;;
38064 +      *)
38065 +       # FIXME: insert proper C++ library support
38066 +       ld_shlibs_CXX=no
38067 +       ;;
38068 +    esac
38069 +    ;;
38070 +  solaris*)
38071 +    case $cc_basename in
38072 +      CC*)
38073 +       # Sun C++ 4.2, 5.x and Centerline C++
38074 +        archive_cmds_need_lc_CXX=yes
38075 +       no_undefined_flag_CXX=' -zdefs'
38076 +       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
38077 +       archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
38078 +       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
38079 +
38080 +       hardcode_libdir_flag_spec_CXX='-R$libdir'
38081 +       hardcode_shlibpath_var_CXX=no
38082 +       case $host_os in
38083 +         solaris2.[0-5] | solaris2.[0-5].*) ;;
38084 +         *)
38085 +           # The compiler driver will combine and reorder linker options,
38086 +           # but understands `-z linker_flag'.
38087 +           # Supported since Solaris 2.6 (maybe 2.5.1?)
38088 +           whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
38089 +           ;;
38090 +       esac
38091 +       link_all_deplibs_CXX=yes
38092 +
38093 +       output_verbose_link_cmd='echo'
38094 +
38095 +       # Archives containing C++ object files must be created using
38096 +       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
38097 +       # necessary to make sure instantiated templates are included
38098 +       # in the archive.
38099 +       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
38100 +       ;;
38101 +      gcx*)
38102 +       # Green Hills C++ Compiler
38103 +       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
38104 +
38105 +       # The C++ compiler must be used to create the archive.
38106 +       old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
38107 +       ;;
38108 +      *)
38109 +       # GNU C++ compiler with Solaris linker
38110 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
38111 +         no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
38112 +         if $CC --version | grep -v '^2\.7' > /dev/null; then
38113 +           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
38114 +           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
38115 +               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
38116 +
38117 +           # Commands to make compiler produce verbose output that lists
38118 +           # what "hidden" libraries, object files and flags are used when
38119 +           # linking a shared library.
38120 +           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
38121 +         else
38122 +           # g++ 2.7 appears to require `-G' NOT `-shared' on this
38123 +           # platform.
38124 +           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
38125 +           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
38126 +               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
38127 +
38128 +           # Commands to make compiler produce verbose output that lists
38129 +           # what "hidden" libraries, object files and flags are used when
38130 +           # linking a shared library.
38131 +           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
38132 +         fi
38133 +
38134 +         hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
38135 +         case $host_os in
38136 +         solaris2.[0-5] | solaris2.[0-5].*) ;;
38137 +         *)
38138 +           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
38139 +           ;;
38140 +         esac
38141 +       fi
38142 +       ;;
38143 +    esac
38144 +    ;;
38145 +  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
38146 +    no_undefined_flag_CXX='${wl}-z,text'
38147 +    archive_cmds_need_lc_CXX=no
38148 +    hardcode_shlibpath_var_CXX=no
38149 +    runpath_var='LD_RUN_PATH'
38150 +
38151 +    case $cc_basename in
38152 +      CC*)
38153 +       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
38154 +       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
38155 +       ;;
38156 +      *)
38157 +       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
38158 +       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
38159 +       ;;
38160 +    esac
38161 +    ;;
38162 +  sysv5* | sco3.2v5* | sco5v6*)
38163 +    # Note: We can NOT use -z defs as we might desire, because we do not
38164 +    # link with -lc, and that would cause any symbols used from libc to
38165 +    # always be unresolved, which means just about no library would
38166 +    # ever link correctly.  If we're not using GNU ld we use -z text
38167 +    # though, which does catch some bad symbols but isn't as heavy-handed
38168 +    # as -z defs.
38169 +    # For security reasons, it is highly recommended that you always
38170 +    # use absolute paths for naming shared libraries, and exclude the
38171 +    # DT_RUNPATH tag from executables and libraries.  But doing so
38172 +    # requires that you compile everything twice, which is a pain.
38173 +    # So that behaviour is only enabled if SCOABSPATH is set to a
38174 +    # non-empty value in the environment.  Most likely only useful for
38175 +    # creating official distributions of packages.
38176 +    # This is a hack until libtool officially supports absolute path
38177 +    # names for shared libraries.
38178 +    no_undefined_flag_CXX='${wl}-z,text'
38179 +    allow_undefined_flag_CXX='${wl}-z,nodefs'
38180 +    archive_cmds_need_lc_CXX=no
38181 +    hardcode_shlibpath_var_CXX=no
38182 +    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
38183 +    hardcode_libdir_separator_CXX=':'
38184 +    link_all_deplibs_CXX=yes
38185 +    export_dynamic_flag_spec_CXX='${wl}-Bexport'
38186 +    runpath_var='LD_RUN_PATH'
38187 +
38188 +    case $cc_basename in
38189 +      CC*)
38190 +       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
38191 +       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
38192 +       ;;
38193 +      *)
38194 +       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
38195 +       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
38196 +       ;;
38197 +    esac
38198 +    ;;
38199 +  tandem*)
38200 +    case $cc_basename in
38201 +      NCC*)
38202 +       # NonStop-UX NCC 3.20
38203 +       # FIXME: insert proper C++ library support
38204 +       ld_shlibs_CXX=no
38205 +       ;;
38206 +      *)
38207 +       # FIXME: insert proper C++ library support
38208 +       ld_shlibs_CXX=no
38209 +       ;;
38210 +    esac
38211 +    ;;
38212 +  vxworks*)
38213 +    # FIXME: insert proper C++ library support
38214 +    ld_shlibs_CXX=no
38215 +    ;;
38216 +  *)
38217 +    # FIXME: insert proper C++ library support
38218 +    ld_shlibs_CXX=no
38219 +    ;;
38220 +esac
38221 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
38222 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
38223 +test "$ld_shlibs_CXX" = no && can_build_shared=no
38224 +
38225 +GCC_CXX="$GXX"
38226 +LD_CXX="$LD"
38227 +
38228 +## CAVEAT EMPTOR:
38229 +## There is no encapsulation within the following macros, do not change
38230 +## the running order or otherwise move them around unless you know exactly
38231 +## what you are doing...
38232 +cat > conftest.$ac_ext <<EOF
38233 +class Foo
38234 +{
38235 +public:
38236 +  Foo (void) { a = 0; }
38237 +private:
38238 +  int a;
38239 +};
38240 +EOF
38241 +
38242 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38243 +  (eval $ac_compile) 2>&5
38244 +  ac_status=$?
38245 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38246 +  (exit $ac_status); }; then
38247 +  # Parse the compiler output and extract the necessary
38248 +  # objects, libraries and library flags.
38249 +
38250 +  # Sentinel used to keep track of whether or not we are before
38251 +  # the conftest object file.
38252 +  pre_test_object_deps_done=no
38253 +
38254 +  # The `*' in the case matches for architectures that use `case' in
38255 +  # $output_verbose_cmd can trigger glob expansion during the loop
38256 +  # eval without this substitution.
38257 +  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
38258 +
38259 +  for p in `eval $output_verbose_link_cmd`; do
38260 +    case $p in
38261 +
38262 +    -L* | -R* | -l*)
38263 +       # Some compilers place space between "-{L,R}" and the path.
38264 +       # Remove the space.
38265 +       if test $p = "-L" \
38266 +         || test $p = "-R"; then
38267 +        prev=$p
38268 +        continue
38269 +       else
38270 +        prev=
38271 +       fi
38272 +
38273 +       if test "$pre_test_object_deps_done" = no; then
38274 +        case $p in
38275 +        -L* | -R*)
38276 +          # Internal compiler library paths should come after those
38277 +          # provided the user.  The postdeps already come after the
38278 +          # user supplied libs so there is no need to process them.
38279 +          if test -z "$compiler_lib_search_path_CXX"; then
38280 +            compiler_lib_search_path_CXX="${prev}${p}"
38281 +          else
38282 +            compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
38283 +          fi
38284 +          ;;
38285 +        # The "-l" case would never come before the object being
38286 +        # linked, so don't bother handling this case.
38287 +        esac
38288 +       else
38289 +        if test -z "$postdeps_CXX"; then
38290 +          postdeps_CXX="${prev}${p}"
38291 +        else
38292 +          postdeps_CXX="${postdeps_CXX} ${prev}${p}"
38293 +        fi
38294 +       fi
38295 +       ;;
38296 +
38297 +    *.$objext)
38298 +       # This assumes that the test object file only shows up
38299 +       # once in the compiler output.
38300 +       if test "$p" = "conftest.$objext"; then
38301 +        pre_test_object_deps_done=yes
38302 +        continue
38303 +       fi
38304 +
38305 +       if test "$pre_test_object_deps_done" = no; then
38306 +        if test -z "$predep_objects_CXX"; then
38307 +          predep_objects_CXX="$p"
38308 +        else
38309 +          predep_objects_CXX="$predep_objects_CXX $p"
38310 +        fi
38311 +       else
38312 +        if test -z "$postdep_objects_CXX"; then
38313 +          postdep_objects_CXX="$p"
38314 +        else
38315 +          postdep_objects_CXX="$postdep_objects_CXX $p"
38316 +        fi
38317 +       fi
38318 +       ;;
38319 +
38320 +    *) ;; # Ignore the rest.
38321 +
38322 +    esac
38323 +  done
38324 +
38325 +  # Clean up.
38326 +  rm -f a.out a.exe
38327 +else
38328 +  echo "libtool.m4: error: problem compiling CXX test program"
38329 +fi
38330 +
38331 +$rm -f confest.$objext
38332 +
38333 +compiler_lib_search_dirs_CXX=
38334 +if test -n "$compiler_lib_search_path_CXX"; then
38335 +  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
38336 +fi
38337 +
38338 +# PORTME: override above test on systems where it is broken
38339 +case $host_os in
38340 +interix[3-9]*)
38341 +  # Interix 3.5 installs completely hosed .la files for C++, so rather than
38342 +  # hack all around it, let's just trust "g++" to DTRT.
38343 +  predep_objects_CXX=
38344 +  postdep_objects_CXX=
38345 +  postdeps_CXX=
38346 +  ;;
38347 +
38348 +linux*)
38349 +  case `$CC -V 2>&1 | sed 5q` in
38350 +  *Sun\ C*)
38351 +    # Sun C++ 5.9
38352 +    #
38353 +    # The more standards-conforming stlport4 library is
38354 +    # incompatible with the Cstd library. Avoid specifying
38355 +    # it if it's in CXXFLAGS. Ignore libCrun as
38356 +    # -library=stlport4 depends on it.
38357 +    case " $CXX $CXXFLAGS " in
38358 +    *" -library=stlport4 "*)
38359 +      solaris_use_stlport4=yes
38360 +      ;;
38361 +    esac
38362 +    if test "$solaris_use_stlport4" != yes; then
38363 +      postdeps_CXX='-library=Cstd -library=Crun'
38364 +    fi
38365 +    ;;
38366 +  esac
38367 +  ;;
38368 +
38369 +solaris*)
38370 +  case $cc_basename in
38371 +  CC*)
38372 +    # The more standards-conforming stlport4 library is
38373 +    # incompatible with the Cstd library. Avoid specifying
38374 +    # it if it's in CXXFLAGS. Ignore libCrun as
38375 +    # -library=stlport4 depends on it.
38376 +    case " $CXX $CXXFLAGS " in
38377 +    *" -library=stlport4 "*)
38378 +      solaris_use_stlport4=yes
38379 +      ;;
38380 +    esac
38381 +
38382 +    # Adding this requires a known-good setup of shared libraries for
38383 +    # Sun compiler versions before 5.6, else PIC objects from an old
38384 +    # archive will be linked into the output, leading to subtle bugs.
38385 +    if test "$solaris_use_stlport4" != yes; then
38386 +      postdeps_CXX='-library=Cstd -library=Crun'
38387 +    fi
38388 +    ;;
38389 +  esac
38390 +  ;;
38391 +esac
38392 +
38393 +case " $postdeps_CXX " in
38394 +*" -lc "*) archive_cmds_need_lc_CXX=no ;;
38395 +esac
38396 +
38397 +lt_prog_compiler_wl_CXX=
38398 +lt_prog_compiler_pic_CXX=
38399 +lt_prog_compiler_static_CXX=
38400 +
38401 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
38402 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
38403
38404 +  # C++ specific cases for pic, static, wl, etc.
38405 +  if test "$GXX" = yes; then
38406 +    lt_prog_compiler_wl_CXX='-Wl,'
38407 +    lt_prog_compiler_static_CXX='-static'
38408 +
38409 +    case $host_os in
38410 +    aix*)
38411 +      # All AIX code is PIC.
38412 +      if test "$host_cpu" = ia64; then
38413 +       # AIX 5 now supports IA64 processor
38414 +       lt_prog_compiler_static_CXX='-Bstatic'
38415 +      fi
38416 +      ;;
38417 +    amigaos*)
38418 +      # FIXME: we need at least 68020 code to build shared libraries, but
38419 +      # adding the `-m68020' flag to GCC prevents building anything better,
38420 +      # like `-m68040'.
38421 +      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
38422 +      ;;
38423 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
38424 +      # PIC is the default for these OSes.
38425 +      ;;
38426 +    mingw* | cygwin* | os2* | pw32*)
38427 +      # This hack is so that the source file can tell whether it is being
38428 +      # built for inclusion in a dll (and should export symbols for example).
38429 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
38430 +      # (--disable-auto-import) libraries
38431 +      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
38432 +      ;;
38433 +    darwin* | rhapsody*)
38434 +      # PIC is the default on this platform
38435 +      # Common symbols not allowed in MH_DYLIB files
38436 +      lt_prog_compiler_pic_CXX='-fno-common'
38437 +      ;;
38438 +    *djgpp*)
38439 +      # DJGPP does not support shared libraries at all
38440 +      lt_prog_compiler_pic_CXX=
38441 +      ;;
38442 +    interix[3-9]*)
38443 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
38444 +      # Instead, we relocate shared libraries at runtime.
38445 +      ;;
38446 +    sysv4*MP*)
38447 +      if test -d /usr/nec; then
38448 +       lt_prog_compiler_pic_CXX=-Kconform_pic
38449 +      fi
38450 +      ;;
38451 +    hpux*)
38452 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
38453 +      # not for PA HP-UX.
38454 +      case $host_cpu in
38455 +      hppa*64*|ia64*)
38456 +       ;;
38457 +      *)
38458 +       lt_prog_compiler_pic_CXX='-fPIC'
38459 +       ;;
38460 +      esac
38461 +      ;;
38462 +    *)
38463 +      lt_prog_compiler_pic_CXX='-fPIC'
38464 +      ;;
38465 +    esac
38466 +  else
38467 +    case $host_os in
38468 +      aix[4-9]*)
38469 +       # All AIX code is PIC.
38470 +       if test "$host_cpu" = ia64; then
38471 +         # AIX 5 now supports IA64 processor
38472 +         lt_prog_compiler_static_CXX='-Bstatic'
38473 +       else
38474 +         lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
38475 +       fi
38476 +       ;;
38477 +      chorus*)
38478 +       case $cc_basename in
38479 +       cxch68*)
38480 +         # Green Hills C++ Compiler
38481 +         # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
38482 +         ;;
38483 +       esac
38484 +       ;;
38485 +       darwin*)
38486 +         # PIC is the default on this platform
38487 +         # Common symbols not allowed in MH_DYLIB files
38488 +         case $cc_basename in
38489 +           xlc*)
38490 +           lt_prog_compiler_pic_CXX='-qnocommon'
38491 +           lt_prog_compiler_wl_CXX='-Wl,'
38492 +           ;;
38493 +         esac
38494 +       ;;
38495 +      dgux*)
38496 +       case $cc_basename in
38497 +         ec++*)
38498 +           lt_prog_compiler_pic_CXX='-KPIC'
38499 +           ;;
38500 +         ghcx*)
38501 +           # Green Hills C++ Compiler
38502 +           lt_prog_compiler_pic_CXX='-pic'
38503 +           ;;
38504 +         *)
38505 +           ;;
38506 +       esac
38507 +       ;;
38508 +      freebsd* | dragonfly*)
38509 +       # FreeBSD uses GNU C++
38510 +       ;;
38511 +      hpux9* | hpux10* | hpux11*)
38512 +       case $cc_basename in
38513 +         CC*)
38514 +           lt_prog_compiler_wl_CXX='-Wl,'
38515 +           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
38516 +           if test "$host_cpu" != ia64; then
38517 +             lt_prog_compiler_pic_CXX='+Z'
38518 +           fi
38519 +           ;;
38520 +         aCC*)
38521 +           lt_prog_compiler_wl_CXX='-Wl,'
38522 +           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
38523 +           case $host_cpu in
38524 +           hppa*64*|ia64*)
38525 +             # +Z the default
38526 +             ;;
38527 +           *)
38528 +             lt_prog_compiler_pic_CXX='+Z'
38529 +             ;;
38530 +           esac
38531 +           ;;
38532 +         *)
38533 +           ;;
38534 +       esac
38535 +       ;;
38536 +      interix*)
38537 +       # This is c89, which is MS Visual C++ (no shared libs)
38538 +       # Anyone wants to do a port?
38539 +       ;;
38540 +      irix5* | irix6* | nonstopux*)
38541 +       case $cc_basename in
38542 +         CC*)
38543 +           lt_prog_compiler_wl_CXX='-Wl,'
38544 +           lt_prog_compiler_static_CXX='-non_shared'
38545 +           # CC pic flag -KPIC is the default.
38546 +           ;;
38547 +         *)
38548 +           ;;
38549 +       esac
38550 +       ;;
38551 +      linux* | k*bsd*-gnu)
38552 +       case $cc_basename in
38553 +         KCC*)
38554 +           # KAI C++ Compiler
38555 +           lt_prog_compiler_wl_CXX='--backend -Wl,'
38556 +           lt_prog_compiler_pic_CXX='-fPIC'
38557 +           ;;
38558 +         icpc* | ecpc*)
38559 +           # Intel C++
38560 +           lt_prog_compiler_wl_CXX='-Wl,'
38561 +           lt_prog_compiler_pic_CXX='-KPIC'
38562 +           lt_prog_compiler_static_CXX='-static'
38563 +           ;;
38564 +         pgCC* | pgcpp*)
38565 +           # Portland Group C++ compiler.
38566 +           lt_prog_compiler_wl_CXX='-Wl,'
38567 +           lt_prog_compiler_pic_CXX='-fpic'
38568 +           lt_prog_compiler_static_CXX='-Bstatic'
38569 +           ;;
38570 +         cxx*)
38571 +           # Compaq C++
38572 +           # Make sure the PIC flag is empty.  It appears that all Alpha
38573 +           # Linux and Compaq Tru64 Unix objects are PIC.
38574 +           lt_prog_compiler_pic_CXX=
38575 +           lt_prog_compiler_static_CXX='-non_shared'
38576 +           ;;
38577 +         *)
38578 +           case `$CC -V 2>&1 | sed 5q` in
38579 +           *Sun\ C*)
38580 +             # Sun C++ 5.9
38581 +             lt_prog_compiler_pic_CXX='-KPIC'
38582 +             lt_prog_compiler_static_CXX='-Bstatic'
38583 +             lt_prog_compiler_wl_CXX='-Qoption ld '
38584 +             ;;
38585 +           esac
38586 +           ;;
38587 +       esac
38588 +       ;;
38589 +      lynxos*)
38590 +       ;;
38591 +      m88k*)
38592 +       ;;
38593 +      mvs*)
38594 +       case $cc_basename in
38595 +         cxx*)
38596 +           lt_prog_compiler_pic_CXX='-W c,exportall'
38597 +           ;;
38598 +         *)
38599 +           ;;
38600 +       esac
38601 +       ;;
38602 +      netbsd* | netbsdelf*-gnu)
38603 +       ;;
38604 +      osf3* | osf4* | osf5*)
38605 +       case $cc_basename in
38606 +         KCC*)
38607 +           lt_prog_compiler_wl_CXX='--backend -Wl,'
38608 +           ;;
38609 +         RCC*)
38610 +           # Rational C++ 2.4.1
38611 +           lt_prog_compiler_pic_CXX='-pic'
38612 +           ;;
38613 +         cxx*)
38614 +           # Digital/Compaq C++
38615 +           lt_prog_compiler_wl_CXX='-Wl,'
38616 +           # Make sure the PIC flag is empty.  It appears that all Alpha
38617 +           # Linux and Compaq Tru64 Unix objects are PIC.
38618 +           lt_prog_compiler_pic_CXX=
38619 +           lt_prog_compiler_static_CXX='-non_shared'
38620 +           ;;
38621 +         *)
38622 +           ;;
38623 +       esac
38624 +       ;;
38625 +      psos*)
38626 +       ;;
38627 +      solaris*)
38628 +       case $cc_basename in
38629 +         CC*)
38630 +           # Sun C++ 4.2, 5.x and Centerline C++
38631 +           lt_prog_compiler_pic_CXX='-KPIC'
38632 +           lt_prog_compiler_static_CXX='-Bstatic'
38633 +           lt_prog_compiler_wl_CXX='-Qoption ld '
38634 +           ;;
38635 +         gcx*)
38636 +           # Green Hills C++ Compiler
38637 +           lt_prog_compiler_pic_CXX='-PIC'
38638 +           ;;
38639 +         *)
38640 +           ;;
38641 +       esac
38642 +       ;;
38643 +      sunos4*)
38644 +       case $cc_basename in
38645 +         CC*)
38646 +           # Sun C++ 4.x
38647 +           lt_prog_compiler_pic_CXX='-pic'
38648 +           lt_prog_compiler_static_CXX='-Bstatic'
38649 +           ;;
38650 +         lcc*)
38651 +           # Lucid
38652 +           lt_prog_compiler_pic_CXX='-pic'
38653 +           ;;
38654 +         *)
38655 +           ;;
38656 +       esac
38657 +       ;;
38658 +      tandem*)
38659 +       case $cc_basename in
38660 +         NCC*)
38661 +           # NonStop-UX NCC 3.20
38662 +           lt_prog_compiler_pic_CXX='-KPIC'
38663 +           ;;
38664 +         *)
38665 +           ;;
38666 +       esac
38667 +       ;;
38668 +      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
38669 +       case $cc_basename in
38670 +         CC*)
38671 +           lt_prog_compiler_wl_CXX='-Wl,'
38672 +           lt_prog_compiler_pic_CXX='-KPIC'
38673 +           lt_prog_compiler_static_CXX='-Bstatic'
38674 +           ;;
38675 +       esac
38676 +       ;;
38677 +      vxworks*)
38678 +       ;;
38679 +      *)
38680 +       lt_prog_compiler_can_build_shared_CXX=no
38681 +       ;;
38682 +    esac
38683 +  fi
38684 +
38685 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
38686 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
38687 +
38688 +#
38689 +# Check to make sure the PIC flag actually works.
38690 +#
38691 +if test -n "$lt_prog_compiler_pic_CXX"; then
38692 +  
38693 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
38694 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
38695 +if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
38696 +  echo $ECHO_N "(cached) $ECHO_C" >&6
38697 +else
38698 +  lt_cv_prog_compiler_pic_works_CXX=no
38699 +  ac_outfile=conftest.$ac_objext
38700 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
38701 +   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
38702 +   # Insert the option either (1) after the last *FLAGS variable, or
38703 +   # (2) before a word containing "conftest.", or (3) at the end.
38704 +   # Note that $ac_compile itself does not contain backslashes and begins
38705 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
38706 +   # The option is referenced via a variable to avoid confusing sed.
38707 +   lt_compile=`echo "$ac_compile" | $SED \
38708 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
38709 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
38710 +   -e 's:$: $lt_compiler_flag:'`
38711 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
38712 +   (eval "$lt_compile" 2>conftest.err)
38713 +   ac_status=$?
38714 +   cat conftest.err >&5
38715 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
38716 +   if (exit $ac_status) && test -s "$ac_outfile"; then
38717 +     # The compiler can only warn and ignore the option if not recognized
38718 +     # So say no if there are warnings other than the usual output.
38719 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
38720 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
38721 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
38722 +       lt_cv_prog_compiler_pic_works_CXX=yes
38723 +     fi
38724 +   fi
38725 +   $rm conftest*
38726 +
38727 +fi
38728 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
38729 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
38730 +
38731 +if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
38732 +    case $lt_prog_compiler_pic_CXX in
38733 +     "" | " "*) ;;
38734 +     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
38735 +     esac
38736 +else
38737 +    lt_prog_compiler_pic_CXX=
38738 +     lt_prog_compiler_can_build_shared_CXX=no
38739 +fi
38740 +
38741 +fi
38742 +case $host_os in
38743 +  # For platforms which do not support PIC, -DPIC is meaningless:
38744 +  *djgpp*)
38745 +    lt_prog_compiler_pic_CXX=
38746 +    ;;
38747 +  *)
38748 +    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
38749 +    ;;
38750 +esac
38751 +
38752 +#
38753 +# Check to make sure the static flag actually works.
38754 +#
38755 +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
38756 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
38757 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
38758 +if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
38759 +  echo $ECHO_N "(cached) $ECHO_C" >&6
38760 +else
38761 +  lt_cv_prog_compiler_static_works_CXX=no
38762 +   save_LDFLAGS="$LDFLAGS"
38763 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
38764 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
38765 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
38766 +     # The linker can only warn and ignore the option if not recognized
38767 +     # So say no if there are warnings
38768 +     if test -s conftest.err; then
38769 +       # Append any errors to the config.log.
38770 +       cat conftest.err 1>&5
38771 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
38772 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
38773 +       if diff conftest.exp conftest.er2 >/dev/null; then
38774 +         lt_cv_prog_compiler_static_works_CXX=yes
38775 +       fi
38776 +     else
38777 +       lt_cv_prog_compiler_static_works_CXX=yes
38778 +     fi
38779 +   fi
38780 +   $rm -r conftest*
38781 +   LDFLAGS="$save_LDFLAGS"
38782 +
38783 +fi
38784 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
38785 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
38786 +
38787 +if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
38788 +    :
38789 +else
38790 +    lt_prog_compiler_static_CXX=
38791 +fi
38792 +
38793 +
38794 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
38795 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
38796 +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
38797 +  echo $ECHO_N "(cached) $ECHO_C" >&6
38798 +else
38799 +  lt_cv_prog_compiler_c_o_CXX=no
38800 +   $rm -r conftest 2>/dev/null
38801 +   mkdir conftest
38802 +   cd conftest
38803 +   mkdir out
38804 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
38805 +
38806 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
38807 +   # Insert the option either (1) after the last *FLAGS variable, or
38808 +   # (2) before a word containing "conftest.", or (3) at the end.
38809 +   # Note that $ac_compile itself does not contain backslashes and begins
38810 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
38811 +   lt_compile=`echo "$ac_compile" | $SED \
38812 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
38813 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
38814 +   -e 's:$: $lt_compiler_flag:'`
38815 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
38816 +   (eval "$lt_compile" 2>out/conftest.err)
38817 +   ac_status=$?
38818 +   cat out/conftest.err >&5
38819 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
38820 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
38821 +   then
38822 +     # The compiler can only warn and ignore the option if not recognized
38823 +     # So say no if there are warnings
38824 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
38825 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
38826 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
38827 +       lt_cv_prog_compiler_c_o_CXX=yes
38828 +     fi
38829 +   fi
38830 +   chmod u+w . 2>&5
38831 +   $rm conftest*
38832 +   # SGI C++ compiler will create directory out/ii_files/ for
38833 +   # template instantiation
38834 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
38835 +   $rm out/* && rmdir out
38836 +   cd ..
38837 +   rmdir conftest
38838 +   $rm conftest*
38839 +
38840 +fi
38841 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
38842 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
38843 +
38844 +
38845 +hard_links="nottested"
38846 +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
38847 +  # do not overwrite the value of need_locks provided by the user
38848 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
38849 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
38850 +  hard_links=yes
38851 +  $rm conftest*
38852 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
38853 +  touch conftest.a
38854 +  ln conftest.a conftest.b 2>&5 || hard_links=no
38855 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
38856 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
38857 +echo "${ECHO_T}$hard_links" >&6; }
38858 +  if test "$hard_links" = no; then
38859 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
38860 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
38861 +    need_locks=warn
38862 +  fi
38863 +else
38864 +  need_locks=no
38865 +fi
38866 +
38867 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
38868 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
38869 +
38870 +  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
38871 +  case $host_os in
38872 +  aix[4-9]*)
38873 +    # If we're using GNU nm, then we don't want the "-C" option.
38874 +    # -C means demangle to AIX nm, but means don't demangle with GNU nm
38875 +    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
38876 +      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
38877 +    else
38878 +      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
38879 +    fi
38880 +    ;;
38881 +  pw32*)
38882 +    export_symbols_cmds_CXX="$ltdll_cmds"
38883 +  ;;
38884 +  cygwin* | mingw*)
38885 +    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
38886 +  ;;
38887 +  linux* | k*bsd*-gnu)
38888 +    link_all_deplibs_CXX=no
38889 +  ;;
38890 +  *)
38891 +    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
38892 +  ;;
38893 +  esac
38894 +  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
38895 +
38896 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
38897 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
38898 +test "$ld_shlibs_CXX" = no && can_build_shared=no
38899 +
38900 +#
38901 +# Do we need to explicitly link libc?
38902 +#
38903 +case "x$archive_cmds_need_lc_CXX" in
38904 +x|xyes)
38905 +  # Assume -lc should be added
38906 +  archive_cmds_need_lc_CXX=yes
38907 +
38908 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
38909 +    case $archive_cmds_CXX in
38910 +    *'~'*)
38911 +      # FIXME: we may have to deal with multi-command sequences.
38912 +      ;;
38913 +    '$CC '*)
38914 +      # Test whether the compiler implicitly links with -lc since on some
38915 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
38916 +      # to ld, don't add -lc before -lgcc.
38917 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
38918 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
38919 +      $rm conftest*
38920 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
38921 +
38922 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38923 +  (eval $ac_compile) 2>&5
38924 +  ac_status=$?
38925 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38926 +  (exit $ac_status); } 2>conftest.err; then
38927 +        soname=conftest
38928 +        lib=conftest
38929 +        libobjs=conftest.$ac_objext
38930 +        deplibs=
38931 +        wl=$lt_prog_compiler_wl_CXX
38932 +       pic_flag=$lt_prog_compiler_pic_CXX
38933 +        compiler_flags=-v
38934 +        linker_flags=-v
38935 +        verstring=
38936 +        output_objdir=.
38937 +        libname=conftest
38938 +        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
38939 +        allow_undefined_flag_CXX=
38940 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
38941 +  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
38942 +  ac_status=$?
38943 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38944 +  (exit $ac_status); }
38945 +        then
38946 +         archive_cmds_need_lc_CXX=no
38947 +        else
38948 +         archive_cmds_need_lc_CXX=yes
38949 +        fi
38950 +        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
38951 +      else
38952 +        cat conftest.err 1>&5
38953 +      fi
38954 +      $rm conftest*
38955 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
38956 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
38957 +      ;;
38958 +    esac
38959 +  fi
38960 +  ;;
38961 +esac
38962 +
38963 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
38964 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
38965 +library_names_spec=
38966 +libname_spec='lib$name'
38967 +soname_spec=
38968 +shrext_cmds=".so"
38969 +postinstall_cmds=
38970 +postuninstall_cmds=
38971 +finish_cmds=
38972 +finish_eval=
38973 +shlibpath_var=
38974 +shlibpath_overrides_runpath=unknown
38975 +version_type=none
38976 +dynamic_linker="$host_os ld.so"
38977 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
38978 +
38979 +need_lib_prefix=unknown
38980 +hardcode_into_libs=no
38981 +
38982 +# when you set need_version to no, make sure it does not cause -set_version
38983 +# flags to be left without arguments
38984 +need_version=unknown
38985 +
38986 +case $host_os in
38987 +aix3*)
38988 +  version_type=linux
38989 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
38990 +  shlibpath_var=LIBPATH
38991 +
38992 +  # AIX 3 has no versioning support, so we append a major version to the name.
38993 +  soname_spec='${libname}${release}${shared_ext}$major'
38994 +  ;;
38995 +
38996 +aix[4-9]*)
38997 +  version_type=linux
38998 +  need_lib_prefix=no
38999 +  need_version=no
39000 +  hardcode_into_libs=yes
39001 +  if test "$host_cpu" = ia64; then
39002 +    # AIX 5 supports IA64
39003 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
39004 +    shlibpath_var=LD_LIBRARY_PATH
39005 +  else
39006 +    # With GCC up to 2.95.x, collect2 would create an import file
39007 +    # for dependence libraries.  The import file would start with
39008 +    # the line `#! .'.  This would cause the generated library to
39009 +    # depend on `.', always an invalid library.  This was fixed in
39010 +    # development snapshots of GCC prior to 3.0.
39011 +    case $host_os in
39012 +      aix4 | aix4.[01] | aix4.[01].*)
39013 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
39014 +          echo ' yes '
39015 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
39016 +       :
39017 +      else
39018 +       can_build_shared=no
39019 +      fi
39020 +      ;;
39021 +    esac
39022 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
39023 +    # soname into executable. Probably we can add versioning support to
39024 +    # collect2, so additional links can be useful in future.
39025 +    if test "$aix_use_runtimelinking" = yes; then
39026 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
39027 +      # instead of lib<name>.a to let people know that these are not
39028 +      # typical AIX shared libraries.
39029 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39030 +    else
39031 +      # We preserve .a as extension for shared libraries through AIX4.2
39032 +      # and later when we are not doing run time linking.
39033 +      library_names_spec='${libname}${release}.a $libname.a'
39034 +      soname_spec='${libname}${release}${shared_ext}$major'
39035 +    fi
39036 +    shlibpath_var=LIBPATH
39037 +  fi
39038 +  ;;
39039 +
39040 +amigaos*)
39041 +  library_names_spec='$libname.ixlibrary $libname.a'
39042 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
39043 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
39044 +  ;;
39045 +
39046 +beos*)
39047 +  library_names_spec='${libname}${shared_ext}'
39048 +  dynamic_linker="$host_os ld.so"
39049 +  shlibpath_var=LIBRARY_PATH
39050 +  ;;
39051 +
39052 +bsdi[45]*)
39053 +  version_type=linux
39054 +  need_version=no
39055 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39056 +  soname_spec='${libname}${release}${shared_ext}$major'
39057 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
39058 +  shlibpath_var=LD_LIBRARY_PATH
39059 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
39060 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
39061 +  # the default ld.so.conf also contains /usr/contrib/lib and
39062 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
39063 +  # libtool to hard-code these into programs
39064 +  ;;
39065 +
39066 +cygwin* | mingw* | pw32*)
39067 +  version_type=windows
39068 +  shrext_cmds=".dll"
39069 +  need_version=no
39070 +  need_lib_prefix=no
39071 +
39072 +  case $GCC,$host_os in
39073 +  yes,cygwin* | yes,mingw* | yes,pw32*)
39074 +    library_names_spec='$libname.dll.a'
39075 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
39076 +    postinstall_cmds='base_file=`basename \${file}`~
39077 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
39078 +      dldir=$destdir/`dirname \$dlpath`~
39079 +      test -d \$dldir || mkdir -p \$dldir~
39080 +      $install_prog $dir/$dlname \$dldir/$dlname~
39081 +      chmod a+x \$dldir/$dlname'
39082 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
39083 +      dlpath=$dir/\$dldll~
39084 +       $rm \$dlpath'
39085 +    shlibpath_overrides_runpath=yes
39086 +
39087 +    case $host_os in
39088 +    cygwin*)
39089 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
39090 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
39091 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
39092 +      ;;
39093 +    mingw*)
39094 +      # MinGW DLLs use traditional 'lib' prefix
39095 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
39096 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
39097 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
39098 +        # It is most probably a Windows format PATH printed by
39099 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
39100 +        # path with ; separators, and with drive letters. We can handle the
39101 +        # drive letters (cygwin fileutils understands them), so leave them,
39102 +        # especially as we might pass files found there to a mingw objdump,
39103 +        # which wouldn't understand a cygwinified path. Ahh.
39104 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
39105 +      else
39106 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
39107 +      fi
39108 +      ;;
39109 +    pw32*)
39110 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
39111 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
39112 +      ;;
39113 +    esac
39114 +    ;;
39115 +
39116 +  *)
39117 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
39118 +    ;;
39119 +  esac
39120 +  dynamic_linker='Win32 ld.exe'
39121 +  # FIXME: first we should search . and the directory the executable is in
39122 +  shlibpath_var=PATH
39123 +  ;;
39124 +
39125 +darwin* | rhapsody*)
39126 +  dynamic_linker="$host_os dyld"
39127 +  version_type=darwin
39128 +  need_lib_prefix=no
39129 +  need_version=no
39130 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
39131 +  soname_spec='${libname}${release}${major}$shared_ext'
39132 +  shlibpath_overrides_runpath=yes
39133 +  shlibpath_var=DYLD_LIBRARY_PATH
39134 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
39135 +   
39136 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
39137 +  ;;
39138 +
39139 +dgux*)
39140 +  version_type=linux
39141 +  need_lib_prefix=no
39142 +  need_version=no
39143 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
39144 +  soname_spec='${libname}${release}${shared_ext}$major'
39145 +  shlibpath_var=LD_LIBRARY_PATH
39146 +  ;;
39147 +
39148 +freebsd1*)
39149 +  dynamic_linker=no
39150 +  ;;
39151 +
39152 +freebsd* | dragonfly*)
39153 +  # DragonFly does not have aout.  When/if they implement a new
39154 +  # versioning mechanism, adjust this.
39155 +  if test -x /usr/bin/objformat; then
39156 +    objformat=`/usr/bin/objformat`
39157 +  else
39158 +    case $host_os in
39159 +    freebsd[123]*) objformat=aout ;;
39160 +    *) objformat=elf ;;
39161 +    esac
39162 +  fi
39163 +  version_type=freebsd-$objformat
39164 +  case $version_type in
39165 +    freebsd-elf*)
39166 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
39167 +      need_version=no
39168 +      need_lib_prefix=no
39169 +      ;;
39170 +    freebsd-*)
39171 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
39172 +      need_version=yes
39173 +      ;;
39174 +  esac
39175 +  shlibpath_var=LD_LIBRARY_PATH
39176 +  case $host_os in
39177 +  freebsd2*)
39178 +    shlibpath_overrides_runpath=yes
39179 +    ;;
39180 +  freebsd3.[01]* | freebsdelf3.[01]*)
39181 +    shlibpath_overrides_runpath=yes
39182 +    hardcode_into_libs=yes
39183 +    ;;
39184 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
39185 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
39186 +    shlibpath_overrides_runpath=no
39187 +    hardcode_into_libs=yes
39188 +    ;;
39189 +  *) # from 4.6 on, and DragonFly
39190 +    shlibpath_overrides_runpath=yes
39191 +    hardcode_into_libs=yes
39192 +    ;;
39193 +  esac
39194 +  ;;
39195 +
39196 +gnu*)
39197 +  version_type=linux
39198 +  need_lib_prefix=no
39199 +  need_version=no
39200 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
39201 +  soname_spec='${libname}${release}${shared_ext}$major'
39202 +  shlibpath_var=LD_LIBRARY_PATH
39203 +  hardcode_into_libs=yes
39204 +  ;;
39205 +
39206 +hpux9* | hpux10* | hpux11*)
39207 +  # Give a soname corresponding to the major version so that dld.sl refuses to
39208 +  # link against other versions.
39209 +  version_type=sunos
39210 +  need_lib_prefix=no
39211 +  need_version=no
39212 +  case $host_cpu in
39213 +  ia64*)
39214 +    shrext_cmds='.so'
39215 +    hardcode_into_libs=yes
39216 +    dynamic_linker="$host_os dld.so"
39217 +    shlibpath_var=LD_LIBRARY_PATH
39218 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
39219 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39220 +    soname_spec='${libname}${release}${shared_ext}$major'
39221 +    if test "X$HPUX_IA64_MODE" = X32; then
39222 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
39223 +    else
39224 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
39225 +    fi
39226 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
39227 +    ;;
39228 +   hppa*64*)
39229 +     shrext_cmds='.sl'
39230 +     hardcode_into_libs=yes
39231 +     dynamic_linker="$host_os dld.sl"
39232 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
39233 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
39234 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39235 +     soname_spec='${libname}${release}${shared_ext}$major'
39236 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
39237 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
39238 +     ;;
39239 +   *)
39240 +    shrext_cmds='.sl'
39241 +    dynamic_linker="$host_os dld.sl"
39242 +    shlibpath_var=SHLIB_PATH
39243 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
39244 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39245 +    soname_spec='${libname}${release}${shared_ext}$major'
39246 +    ;;
39247 +  esac
39248 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
39249 +  postinstall_cmds='chmod 555 $lib'
39250 +  ;;
39251 +
39252 +interix[3-9]*)
39253 +  version_type=linux
39254 +  need_lib_prefix=no
39255 +  need_version=no
39256 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
39257 +  soname_spec='${libname}${release}${shared_ext}$major'
39258 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
39259 +  shlibpath_var=LD_LIBRARY_PATH
39260 +  shlibpath_overrides_runpath=no
39261 +  hardcode_into_libs=yes
39262 +  ;;
39263 +
39264 +irix5* | irix6* | nonstopux*)
39265 +  case $host_os in
39266 +    nonstopux*) version_type=nonstopux ;;
39267 +    *)
39268 +       if test "$lt_cv_prog_gnu_ld" = yes; then
39269 +               version_type=linux
39270 +       else
39271 +               version_type=irix
39272 +       fi ;;
39273 +  esac
39274 +  need_lib_prefix=no
39275 +  need_version=no
39276 +  soname_spec='${libname}${release}${shared_ext}$major'
39277 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
39278 +  case $host_os in
39279 +  irix5* | nonstopux*)
39280 +    libsuff= shlibsuff=
39281 +    ;;
39282 +  *)
39283 +    case $LD in # libtool.m4 will add one of these switches to LD
39284 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
39285 +      libsuff= shlibsuff= libmagic=32-bit;;
39286 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
39287 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
39288 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
39289 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
39290 +    *) libsuff= shlibsuff= libmagic=never-match;;
39291 +    esac
39292 +    ;;
39293 +  esac
39294 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
39295 +  shlibpath_overrides_runpath=no
39296 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
39297 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
39298 +  hardcode_into_libs=yes
39299 +  ;;
39300 +
39301 +# No shared lib support for Linux oldld, aout, or coff.
39302 +linux*oldld* | linux*aout* | linux*coff*)
39303 +  dynamic_linker=no
39304 +  ;;
39305 +
39306 +# This must be Linux ELF.
39307 +linux* | k*bsd*-gnu)
39308 +  version_type=linux
39309 +  need_lib_prefix=no
39310 +  need_version=no
39311 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39312 +  soname_spec='${libname}${release}${shared_ext}$major'
39313 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
39314 +  shlibpath_var=LD_LIBRARY_PATH
39315 +  shlibpath_overrides_runpath=no
39316 +  # This implies no fast_install, which is unacceptable.
39317 +  # Some rework will be needed to allow for fast_install
39318 +  # before this can be enabled.
39319 +  hardcode_into_libs=yes
39320 +
39321 +  # Append ld.so.conf contents to the search path
39322 +  if test -f /etc/ld.so.conf; then
39323 +    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;/^$/d' | tr '\n' ' '`
39324 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
39325 +  fi
39326 +
39327 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
39328 +  # powerpc, because MkLinux only supported shared libraries with the
39329 +  # GNU dynamic linker.  Since this was broken with cross compilers,
39330 +  # most powerpc-linux boxes support dynamic linking these days and
39331 +  # people can always --disable-shared, the test was removed, and we
39332 +  # assume the GNU/Linux dynamic linker is in use.
39333 +  dynamic_linker='GNU/Linux ld.so'
39334 +  ;;
39335 +
39336 +netbsdelf*-gnu)
39337 +  version_type=linux
39338 +  need_lib_prefix=no
39339 +  need_version=no
39340 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
39341 +  soname_spec='${libname}${release}${shared_ext}$major'
39342 +  shlibpath_var=LD_LIBRARY_PATH
39343 +  shlibpath_overrides_runpath=no
39344 +  hardcode_into_libs=yes
39345 +  dynamic_linker='NetBSD ld.elf_so'
39346 +  ;;
39347 +
39348 +netbsd*)
39349 +  version_type=sunos
39350 +  need_lib_prefix=no
39351 +  need_version=no
39352 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
39353 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
39354 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
39355 +    dynamic_linker='NetBSD (a.out) ld.so'
39356 +  else
39357 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
39358 +    soname_spec='${libname}${release}${shared_ext}$major'
39359 +    dynamic_linker='NetBSD ld.elf_so'
39360 +  fi
39361 +  shlibpath_var=LD_LIBRARY_PATH
39362 +  shlibpath_overrides_runpath=yes
39363 +  hardcode_into_libs=yes
39364 +  ;;
39365 +
39366 +newsos6)
39367 +  version_type=linux
39368 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39369 +  shlibpath_var=LD_LIBRARY_PATH
39370 +  shlibpath_overrides_runpath=yes
39371 +  ;;
39372 +
39373 +nto-qnx*)
39374 +  version_type=linux
39375 +  need_lib_prefix=no
39376 +  need_version=no
39377 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39378 +  soname_spec='${libname}${release}${shared_ext}$major'
39379 +  shlibpath_var=LD_LIBRARY_PATH
39380 +  shlibpath_overrides_runpath=yes
39381 +  ;;
39382 +
39383 +openbsd*)
39384 +  version_type=sunos
39385 +  sys_lib_dlsearch_path_spec="/usr/lib"
39386 +  need_lib_prefix=no
39387 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
39388 +  case $host_os in
39389 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
39390 +    *)                         need_version=no  ;;
39391 +  esac
39392 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
39393 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
39394 +  shlibpath_var=LD_LIBRARY_PATH
39395 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
39396 +    case $host_os in
39397 +      openbsd2.[89] | openbsd2.[89].*)
39398 +       shlibpath_overrides_runpath=no
39399 +       ;;
39400 +      *)
39401 +       shlibpath_overrides_runpath=yes
39402 +       ;;
39403 +      esac
39404 +  else
39405 +    shlibpath_overrides_runpath=yes
39406 +  fi
39407 +  ;;
39408 +
39409 +os2*)
39410 +  libname_spec='$name'
39411 +  shrext_cmds=".dll"
39412 +  need_lib_prefix=no
39413 +  library_names_spec='$libname${shared_ext} $libname.a'
39414 +  dynamic_linker='OS/2 ld.exe'
39415 +  shlibpath_var=LIBPATH
39416 +  ;;
39417 +
39418 +osf3* | osf4* | osf5*)
39419 +  version_type=osf
39420 +  need_lib_prefix=no
39421 +  need_version=no
39422 +  soname_spec='${libname}${release}${shared_ext}$major'
39423 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39424 +  shlibpath_var=LD_LIBRARY_PATH
39425 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
39426 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
39427 +  ;;
39428 +
39429 +rdos*)
39430 +  dynamic_linker=no
39431 +  ;;
39432 +
39433 +solaris*)
39434 +  version_type=linux
39435 +  need_lib_prefix=no
39436 +  need_version=no
39437 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39438 +  soname_spec='${libname}${release}${shared_ext}$major'
39439 +  shlibpath_var=LD_LIBRARY_PATH
39440 +  shlibpath_overrides_runpath=yes
39441 +  hardcode_into_libs=yes
39442 +  # ldd complains unless libraries are executable
39443 +  postinstall_cmds='chmod +x $lib'
39444 +  ;;
39445 +
39446 +sunos4*)
39447 +  version_type=sunos
39448 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
39449 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
39450 +  shlibpath_var=LD_LIBRARY_PATH
39451 +  shlibpath_overrides_runpath=yes
39452 +  if test "$with_gnu_ld" = yes; then
39453 +    need_lib_prefix=no
39454 +  fi
39455 +  need_version=yes
39456 +  ;;
39457 +
39458 +sysv4 | sysv4.3*)
39459 +  version_type=linux
39460 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39461 +  soname_spec='${libname}${release}${shared_ext}$major'
39462 +  shlibpath_var=LD_LIBRARY_PATH
39463 +  case $host_vendor in
39464 +    sni)
39465 +      shlibpath_overrides_runpath=no
39466 +      need_lib_prefix=no
39467 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
39468 +      runpath_var=LD_RUN_PATH
39469 +      ;;
39470 +    siemens)
39471 +      need_lib_prefix=no
39472 +      ;;
39473 +    motorola)
39474 +      need_lib_prefix=no
39475 +      need_version=no
39476 +      shlibpath_overrides_runpath=no
39477 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
39478 +      ;;
39479 +  esac
39480 +  ;;
39481 +
39482 +sysv4*MP*)
39483 +  if test -d /usr/nec ;then
39484 +    version_type=linux
39485 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
39486 +    soname_spec='$libname${shared_ext}.$major'
39487 +    shlibpath_var=LD_LIBRARY_PATH
39488 +  fi
39489 +  ;;
39490 +
39491 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
39492 +  version_type=freebsd-elf
39493 +  need_lib_prefix=no
39494 +  need_version=no
39495 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
39496 +  soname_spec='${libname}${release}${shared_ext}$major'
39497 +  shlibpath_var=LD_LIBRARY_PATH
39498 +  hardcode_into_libs=yes
39499 +  if test "$with_gnu_ld" = yes; then
39500 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
39501 +    shlibpath_overrides_runpath=no
39502 +  else
39503 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
39504 +    shlibpath_overrides_runpath=yes
39505 +    case $host_os in
39506 +      sco3.2v5*)
39507 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
39508 +       ;;
39509 +    esac
39510 +  fi
39511 +  sys_lib_dlsearch_path_spec='/usr/lib'
39512 +  ;;
39513 +
39514 +uts4*)
39515 +  version_type=linux
39516 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
39517 +  soname_spec='${libname}${release}${shared_ext}$major'
39518 +  shlibpath_var=LD_LIBRARY_PATH
39519 +  ;;
39520 +
39521 +*)
39522 +  dynamic_linker=no
39523 +  ;;
39524 +esac
39525 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
39526 +echo "${ECHO_T}$dynamic_linker" >&6; }
39527 +test "$dynamic_linker" = no && can_build_shared=no
39528 +
39529 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
39530 +  echo $ECHO_N "(cached) $ECHO_C" >&6
39531 +else
39532 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
39533 +fi
39534 +
39535 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
39536 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
39537 +  echo $ECHO_N "(cached) $ECHO_C" >&6
39538 +else
39539 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
39540 +fi
39541 +
39542 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
39543 +
39544 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
39545 +if test "$GCC" = yes; then
39546 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
39547 +fi
39548 +
39549 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
39550 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
39551 +hardcode_action_CXX=
39552 +if test -n "$hardcode_libdir_flag_spec_CXX" || \
39553 +   test -n "$runpath_var_CXX" || \
39554 +   test "X$hardcode_automatic_CXX" = "Xyes" ; then
39555 +
39556 +  # We can hardcode non-existant directories.
39557 +  if test "$hardcode_direct_CXX" != no &&
39558 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
39559 +     # have to relink, otherwise we might link with an installed library
39560 +     # when we should be linking with a yet-to-be-installed one
39561 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
39562 +     test "$hardcode_minus_L_CXX" != no; then
39563 +    # Linking always hardcodes the temporary library directory.
39564 +    hardcode_action_CXX=relink
39565 +  else
39566 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
39567 +    hardcode_action_CXX=immediate
39568 +  fi
39569 +else
39570 +  # We cannot hardcode anything, or else we can only hardcode existing
39571 +  # directories.
39572 +  hardcode_action_CXX=unsupported
39573 +fi
39574 +{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
39575 +echo "${ECHO_T}$hardcode_action_CXX" >&6; }
39576 +
39577 +if test "$hardcode_action_CXX" = relink; then
39578 +  # Fast installation is not supported
39579 +  enable_fast_install=no
39580 +elif test "$shlibpath_overrides_runpath" = yes ||
39581 +     test "$enable_shared" = no; then
39582 +  # Fast installation is not necessary
39583 +  enable_fast_install=needless
39584 +fi
39585 +
39586 +
39587 +# The else clause should only fire when bootstrapping the
39588 +# libtool distribution, otherwise you forgot to ship ltmain.sh
39589 +# with your package, and you will get complaints that there are
39590 +# no rules to generate ltmain.sh.
39591 +if test -f "$ltmain"; then
39592 +  # See if we are running on zsh, and set the options which allow our commands through
39593 +  # without removal of \ escapes.
39594 +  if test -n "${ZSH_VERSION+set}" ; then
39595 +    setopt NO_GLOB_SUBST
39596 +  fi
39597 +  # Now quote all the things that may contain metacharacters while being
39598 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
39599 +  # variables and quote the copies for generation of the libtool script.
39600 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
39601 +    SED SHELL STRIP \
39602 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
39603 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
39604 +    deplibs_check_method reload_flag reload_cmds need_locks \
39605 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
39606 +    lt_cv_sys_global_symbol_to_c_name_address \
39607 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
39608 +    old_postinstall_cmds old_postuninstall_cmds \
39609 +    compiler_CXX \
39610 +    CC_CXX \
39611 +    LD_CXX \
39612 +    lt_prog_compiler_wl_CXX \
39613 +    lt_prog_compiler_pic_CXX \
39614 +    lt_prog_compiler_static_CXX \
39615 +    lt_prog_compiler_no_builtin_flag_CXX \
39616 +    export_dynamic_flag_spec_CXX \
39617 +    thread_safe_flag_spec_CXX \
39618 +    whole_archive_flag_spec_CXX \
39619 +    enable_shared_with_static_runtimes_CXX \
39620 +    old_archive_cmds_CXX \
39621 +    old_archive_from_new_cmds_CXX \
39622 +    predep_objects_CXX \
39623 +    postdep_objects_CXX \
39624 +    predeps_CXX \
39625 +    postdeps_CXX \
39626 +    compiler_lib_search_path_CXX \
39627 +    compiler_lib_search_dirs_CXX \
39628 +    archive_cmds_CXX \
39629 +    archive_expsym_cmds_CXX \
39630 +    postinstall_cmds_CXX \
39631 +    postuninstall_cmds_CXX \
39632 +    old_archive_from_expsyms_cmds_CXX \
39633 +    allow_undefined_flag_CXX \
39634 +    no_undefined_flag_CXX \
39635 +    export_symbols_cmds_CXX \
39636 +    hardcode_libdir_flag_spec_CXX \
39637 +    hardcode_libdir_flag_spec_ld_CXX \
39638 +    hardcode_libdir_separator_CXX \
39639 +    hardcode_automatic_CXX \
39640 +    module_cmds_CXX \
39641 +    module_expsym_cmds_CXX \
39642 +    lt_cv_prog_compiler_c_o_CXX \
39643 +    fix_srcfile_path_CXX \
39644 +    exclude_expsyms_CXX \
39645 +    include_expsyms_CXX; do
39646 +
39647 +    case $var in
39648 +    old_archive_cmds_CXX | \
39649 +    old_archive_from_new_cmds_CXX | \
39650 +    archive_cmds_CXX | \
39651 +    archive_expsym_cmds_CXX | \
39652 +    module_cmds_CXX | \
39653 +    module_expsym_cmds_CXX | \
39654 +    old_archive_from_expsyms_cmds_CXX | \
39655 +    export_symbols_cmds_CXX | \
39656 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
39657 +    postinstall_cmds | postuninstall_cmds | \
39658 +    old_postinstall_cmds | old_postuninstall_cmds | \
39659 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
39660 +      # Double-quote double-evaled strings.
39661 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
39662 +      ;;
39663 +    *)
39664 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
39665 +      ;;
39666 +    esac
39667 +  done
39668 +
39669 +  case $lt_echo in
39670 +  *'\$0 --fallback-echo"')
39671 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
39672 +    ;;
39673 +  esac
39674 +
39675 +cfgfile="$ofile"
39676 +
39677 +  cat <<__EOF__ >> "$cfgfile"
39678 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
39679 +
39680 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
39681 +
39682 +# Shell to use when invoking shell scripts.
39683 +SHELL=$lt_SHELL
39684 +
39685 +# Whether or not to build shared libraries.
39686 +build_libtool_libs=$enable_shared
39687 +
39688 +# Whether or not to build static libraries.
39689 +build_old_libs=$enable_static
39690 +
39691 +# Whether or not to add -lc for building shared libraries.
39692 +build_libtool_need_lc=$archive_cmds_need_lc_CXX
39693 +
39694 +# Whether or not to disallow shared libs when runtime libs are static
39695 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
39696 +
39697 +# Whether or not to optimize for fast installation.
39698 +fast_install=$enable_fast_install
39699 +
39700 +# The host system.
39701 +host_alias=$host_alias
39702 +host=$host
39703 +host_os=$host_os
39704 +
39705 +# The build system.
39706 +build_alias=$build_alias
39707 +build=$build
39708 +build_os=$build_os
39709 +
39710 +# An echo program that does not interpret backslashes.
39711 +echo=$lt_echo
39712 +
39713 +# The archiver.
39714 +AR=$lt_AR
39715 +AR_FLAGS=$lt_AR_FLAGS
39716 +
39717 +# A C compiler.
39718 +LTCC=$lt_LTCC
39719 +
39720 +# LTCC compiler flags.
39721 +LTCFLAGS=$lt_LTCFLAGS
39722 +
39723 +# A language-specific compiler.
39724 +CC=$lt_compiler_CXX
39725 +
39726 +# Is the compiler the GNU C compiler?
39727 +with_gcc=$GCC_CXX
39728 +
39729 +# An ERE matcher.
39730 +EGREP=$lt_EGREP
39731 +
39732 +# The linker used to build libraries.
39733 +LD=$lt_LD_CXX
39734 +
39735 +# Whether we need hard or soft links.
39736 +LN_S=$lt_LN_S
39737 +
39738 +# A BSD-compatible nm program.
39739 +NM=$lt_NM
39740 +
39741 +# A symbol stripping program
39742 +STRIP=$lt_STRIP
39743 +
39744 +# Used to examine libraries when file_magic_cmd begins "file"
39745 +MAGIC_CMD=$MAGIC_CMD
39746 +
39747 +# Used on cygwin: DLL creation program.
39748 +DLLTOOL="$DLLTOOL"
39749 +
39750 +# Used on cygwin: object dumper.
39751 +OBJDUMP="$OBJDUMP"
39752 +
39753 +# Used on cygwin: assembler.
39754 +AS="$AS"
39755 +
39756 +# The name of the directory that contains temporary libtool files.
39757 +objdir=$objdir
39758 +
39759 +# How to create reloadable object files.
39760 +reload_flag=$lt_reload_flag
39761 +reload_cmds=$lt_reload_cmds
39762 +
39763 +# How to pass a linker flag through the compiler.
39764 +wl=$lt_lt_prog_compiler_wl_CXX
39765 +
39766 +# Object file suffix (normally "o").
39767 +objext="$ac_objext"
39768 +
39769 +# Old archive suffix (normally "a").
39770 +libext="$libext"
39771 +
39772 +# Shared library suffix (normally ".so").
39773 +shrext_cmds='$shrext_cmds'
39774 +
39775 +# Executable file suffix (normally "").
39776 +exeext="$exeext"
39777 +
39778 +# Additional compiler flags for building library objects.
39779 +pic_flag=$lt_lt_prog_compiler_pic_CXX
39780 +pic_mode=$pic_mode
39781 +
39782 +# What is the maximum length of a command?
39783 +max_cmd_len=$lt_cv_sys_max_cmd_len
39784 +
39785 +# Does compiler simultaneously support -c and -o options?
39786 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
39787 +
39788 +# Must we lock files when doing compilation?
39789 +need_locks=$lt_need_locks
39790 +
39791 +# Do we need the lib prefix for modules?
39792 +need_lib_prefix=$need_lib_prefix
39793 +
39794 +# Do we need a version for libraries?
39795 +need_version=$need_version
39796 +
39797 +# Whether dlopen is supported.
39798 +dlopen_support=$enable_dlopen
39799 +
39800 +# Whether dlopen of programs is supported.
39801 +dlopen_self=$enable_dlopen_self
39802 +
39803 +# Whether dlopen of statically linked programs is supported.
39804 +dlopen_self_static=$enable_dlopen_self_static
39805 +
39806 +# Compiler flag to prevent dynamic linking.
39807 +link_static_flag=$lt_lt_prog_compiler_static_CXX
39808 +
39809 +# Compiler flag to turn off builtin functions.
39810 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
39811 +
39812 +# Compiler flag to allow reflexive dlopens.
39813 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
39814 +
39815 +# Compiler flag to generate shared objects directly from archives.
39816 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
39817 +
39818 +# Compiler flag to generate thread-safe objects.
39819 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
39820 +
39821 +# Library versioning type.
39822 +version_type=$version_type
39823 +
39824 +# Format of library name prefix.
39825 +libname_spec=$lt_libname_spec
39826 +
39827 +# List of archive names.  First name is the real one, the rest are links.
39828 +# The last name is the one that the linker finds with -lNAME.
39829 +library_names_spec=$lt_library_names_spec
39830 +
39831 +# The coded name of the library, if different from the real name.
39832 +soname_spec=$lt_soname_spec
39833 +
39834 +# Commands used to build and install an old-style archive.
39835 +RANLIB=$lt_RANLIB
39836 +old_archive_cmds=$lt_old_archive_cmds_CXX
39837 +old_postinstall_cmds=$lt_old_postinstall_cmds
39838 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
39839 +
39840 +# Create an old-style archive from a shared archive.
39841 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
39842 +
39843 +# Create a temporary old-style archive to link instead of a shared archive.
39844 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
39845 +
39846 +# Commands used to build and install a shared archive.
39847 +archive_cmds=$lt_archive_cmds_CXX
39848 +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
39849 +postinstall_cmds=$lt_postinstall_cmds
39850 +postuninstall_cmds=$lt_postuninstall_cmds
39851 +
39852 +# Commands used to build a loadable module (assumed same as above if empty)
39853 +module_cmds=$lt_module_cmds_CXX
39854 +module_expsym_cmds=$lt_module_expsym_cmds_CXX
39855 +
39856 +# Commands to strip libraries.
39857 +old_striplib=$lt_old_striplib
39858 +striplib=$lt_striplib
39859 +
39860 +# Dependencies to place before the objects being linked to create a
39861 +# shared library.
39862 +predep_objects=$lt_predep_objects_CXX
39863 +
39864 +# Dependencies to place after the objects being linked to create a
39865 +# shared library.
39866 +postdep_objects=$lt_postdep_objects_CXX
39867 +
39868 +# Dependencies to place before the objects being linked to create a
39869 +# shared library.
39870 +predeps=$lt_predeps_CXX
39871 +
39872 +# Dependencies to place after the objects being linked to create a
39873 +# shared library.
39874 +postdeps=$lt_postdeps_CXX
39875 +
39876 +# The directories searched by this compiler when creating a shared
39877 +# library
39878 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
39879 +
39880 +# The library search path used internally by the compiler when linking
39881 +# a shared library.
39882 +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
39883 +
39884 +# Method to check whether dependent libraries are shared objects.
39885 +deplibs_check_method=$lt_deplibs_check_method
39886 +
39887 +# Command to use when deplibs_check_method == file_magic.
39888 +file_magic_cmd=$lt_file_magic_cmd
39889 +
39890 +# Flag that allows shared libraries with undefined symbols to be built.
39891 +allow_undefined_flag=$lt_allow_undefined_flag_CXX
39892 +
39893 +# Flag that forces no undefined symbols.
39894 +no_undefined_flag=$lt_no_undefined_flag_CXX
39895 +
39896 +# Commands used to finish a libtool library installation in a directory.
39897 +finish_cmds=$lt_finish_cmds
39898 +
39899 +# Same as above, but a single script fragment to be evaled but not shown.
39900 +finish_eval=$lt_finish_eval
39901 +
39902 +# Take the output of nm and produce a listing of raw symbols and C names.
39903 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
39904 +
39905 +# Transform the output of nm in a proper C declaration
39906 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
39907 +
39908 +# Transform the output of nm in a C name address pair
39909 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
39910 +
39911 +# This is the shared library runtime path variable.
39912 +runpath_var=$runpath_var
39913 +
39914 +# This is the shared library path variable.
39915 +shlibpath_var=$shlibpath_var
39916 +
39917 +# Is shlibpath searched before the hard-coded library search path?
39918 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
39919 +
39920 +# How to hardcode a shared library path into an executable.
39921 +hardcode_action=$hardcode_action_CXX
39922 +
39923 +# Whether we should hardcode library paths into libraries.
39924 +hardcode_into_libs=$hardcode_into_libs
39925 +
39926 +# Flag to hardcode \$libdir into a binary during linking.
39927 +# This must work even if \$libdir does not exist.
39928 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
39929 +
39930 +# If ld is used when linking, flag to hardcode \$libdir into
39931 +# a binary during linking. This must work even if \$libdir does
39932 +# not exist.
39933 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
39934 +
39935 +# Whether we need a single -rpath flag with a separated argument.
39936 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
39937 +
39938 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
39939 +# resulting binary.
39940 +hardcode_direct=$hardcode_direct_CXX
39941 +
39942 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
39943 +# resulting binary.
39944 +hardcode_minus_L=$hardcode_minus_L_CXX
39945 +
39946 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
39947 +# the resulting binary.
39948 +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
39949 +
39950 +# Set to yes if building a shared library automatically hardcodes DIR into the library
39951 +# and all subsequent libraries and executables linked against it.
39952 +hardcode_automatic=$hardcode_automatic_CXX
39953 +
39954 +# Variables whose values should be saved in libtool wrapper scripts and
39955 +# restored at relink time.
39956 +variables_saved_for_relink="$variables_saved_for_relink"
39957 +
39958 +# Whether libtool must link a program against all its dependency libraries.
39959 +link_all_deplibs=$link_all_deplibs_CXX
39960 +
39961 +# Compile-time system search path for libraries
39962 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
39963 +
39964 +# Run-time system search path for libraries
39965 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
39966 +
39967 +# Fix the shell variable \$srcfile for the compiler.
39968 +fix_srcfile_path=$lt_fix_srcfile_path
39969 +
39970 +# Set to yes if exported symbols are required.
39971 +always_export_symbols=$always_export_symbols_CXX
39972 +
39973 +# The commands to list exported symbols.
39974 +export_symbols_cmds=$lt_export_symbols_cmds_CXX
39975 +
39976 +# The commands to extract the exported symbol list from a shared archive.
39977 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
39978 +
39979 +# Symbols that should not be listed in the preloaded symbols.
39980 +exclude_expsyms=$lt_exclude_expsyms_CXX
39981 +
39982 +# Symbols that must always be exported.
39983 +include_expsyms=$lt_include_expsyms_CXX
39984 +
39985 +# ### END LIBTOOL TAG CONFIG: $tagname
39986 +
39987 +__EOF__
39988 +
39989 +
39990 +else
39991 +  # If there is no Makefile yet, we rely on a make rule to execute
39992 +  # `config.status --recheck' to rerun these tests and create the
39993 +  # libtool script then.
39994 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
39995 +  if test -f "$ltmain_in"; then
39996 +    test -f Makefile && make "$ltmain"
39997 +  fi
39998 +fi
39999 +
40000 +
40001 +ac_ext=c
40002 +ac_cpp='$CPP $CPPFLAGS'
40003 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40004 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40005 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
40006 +
40007 +CC=$lt_save_CC
40008 +LDCXX=$LD
40009 +LD=$lt_save_LD
40010 +GCC=$lt_save_GCC
40011 +with_gnu_ldcxx=$with_gnu_ld
40012 +with_gnu_ld=$lt_save_with_gnu_ld
40013 +lt_cv_path_LDCXX=$lt_cv_path_LD
40014 +lt_cv_path_LD=$lt_save_path_LD
40015 +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
40016 +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
40017 +
40018 +       else
40019 +         tagname=""
40020 +       fi
40021 +       ;;
40022 +
40023 +      F77)
40024 +       if test -n "$F77" && test "X$F77" != "Xno"; then
40025 +         
40026 +ac_ext=f
40027 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
40028 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40029 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu
40030 +
40031 +
40032 +archive_cmds_need_lc_F77=no
40033 +allow_undefined_flag_F77=
40034 +always_export_symbols_F77=no
40035 +archive_expsym_cmds_F77=
40036 +export_dynamic_flag_spec_F77=
40037 +hardcode_direct_F77=no
40038 +hardcode_libdir_flag_spec_F77=
40039 +hardcode_libdir_flag_spec_ld_F77=
40040 +hardcode_libdir_separator_F77=
40041 +hardcode_minus_L_F77=no
40042 +hardcode_automatic_F77=no
40043 +module_cmds_F77=
40044 +module_expsym_cmds_F77=
40045 +link_all_deplibs_F77=unknown
40046 +old_archive_cmds_F77=$old_archive_cmds
40047 +no_undefined_flag_F77=
40048 +whole_archive_flag_spec_F77=
40049 +enable_shared_with_static_runtimes_F77=no
40050 +
40051 +# Source file extension for f77 test sources.
40052 +ac_ext=f
40053 +
40054 +# Object file extension for compiled f77 test sources.
40055 +objext=o
40056 +objext_F77=$objext
40057 +
40058 +# Code to be used in simple compile tests
40059 +lt_simple_compile_test_code="\
40060 +      subroutine t
40061 +      return
40062 +      end
40063 +"
40064 +
40065 +# Code to be used in simple link tests
40066 +lt_simple_link_test_code="\
40067 +      program t
40068 +      end
40069 +"
40070 +
40071 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
40072 +
40073 +# If no C compiler was specified, use CC.
40074 +LTCC=${LTCC-"$CC"}
40075 +
40076 +# If no C compiler flags were specified, use CFLAGS.
40077 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
40078 +
40079 +# Allow CC to be a program name with arguments.
40080 +compiler=$CC
40081 +
40082 +
40083 +# save warnings/boilerplate of simple test code
40084 +ac_outfile=conftest.$ac_objext
40085 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
40086 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
40087 +_lt_compiler_boilerplate=`cat conftest.err`
40088 +$rm conftest*
40089 +
40090 +ac_outfile=conftest.$ac_objext
40091 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
40092 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
40093 +_lt_linker_boilerplate=`cat conftest.err`
40094 +$rm -r conftest*
40095 +
40096 +
40097 +# Allow CC to be a program name with arguments.
40098 +lt_save_CC="$CC"
40099 +CC=${F77-"f77"}
40100 +compiler=$CC
40101 +compiler_F77=$CC
40102 +for cc_temp in $compiler""; do
40103 +  case $cc_temp in
40104 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
40105 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
40106 +    \-*) ;;
40107 +    *) break;;
40108 +  esac
40109 +done
40110 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
40111 +
40112 +
40113 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
40114 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
40115 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
40116 +echo "${ECHO_T}$can_build_shared" >&6; }
40117 +
40118 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
40119 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
40120 +test "$can_build_shared" = "no" && enable_shared=no
40121 +
40122 +# On AIX, shared libraries and static libraries use the same namespace, and
40123 +# are all built from PIC.
40124 +case $host_os in
40125 +aix3*)
40126 +  test "$enable_shared" = yes && enable_static=no
40127 +  if test -n "$RANLIB"; then
40128 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
40129 +    postinstall_cmds='$RANLIB $lib'
40130 +  fi
40131 +  ;;
40132 +aix[4-9]*)
40133 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
40134 +    test "$enable_shared" = yes && enable_static=no
40135 +  fi
40136 +  ;;
40137 +esac
40138 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
40139 +echo "${ECHO_T}$enable_shared" >&6; }
40140 +
40141 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
40142 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
40143 +# Make sure either enable_shared or enable_static is yes.
40144 +test "$enable_shared" = yes || enable_static=yes
40145 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
40146 +echo "${ECHO_T}$enable_static" >&6; }
40147 +
40148 +GCC_F77="$G77"
40149 +LD_F77="$LD"
40150 +
40151 +lt_prog_compiler_wl_F77=
40152 +lt_prog_compiler_pic_F77=
40153 +lt_prog_compiler_static_F77=
40154 +
40155 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
40156 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
40157
40158 +  if test "$GCC" = yes; then
40159 +    lt_prog_compiler_wl_F77='-Wl,'
40160 +    lt_prog_compiler_static_F77='-static'
40161 +
40162 +    case $host_os in
40163 +      aix*)
40164 +      # All AIX code is PIC.
40165 +      if test "$host_cpu" = ia64; then
40166 +       # AIX 5 now supports IA64 processor
40167 +       lt_prog_compiler_static_F77='-Bstatic'
40168 +      fi
40169 +      ;;
40170 +
40171 +    amigaos*)
40172 +      # FIXME: we need at least 68020 code to build shared libraries, but
40173 +      # adding the `-m68020' flag to GCC prevents building anything better,
40174 +      # like `-m68040'.
40175 +      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
40176 +      ;;
40177 +
40178 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
40179 +      # PIC is the default for these OSes.
40180 +      ;;
40181 +
40182 +    mingw* | cygwin* | pw32* | os2*)
40183 +      # This hack is so that the source file can tell whether it is being
40184 +      # built for inclusion in a dll (and should export symbols for example).
40185 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
40186 +      # (--disable-auto-import) libraries
40187 +      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
40188 +      ;;
40189 +
40190 +    darwin* | rhapsody*)
40191 +      # PIC is the default on this platform
40192 +      # Common symbols not allowed in MH_DYLIB files
40193 +      lt_prog_compiler_pic_F77='-fno-common'
40194 +      ;;
40195 +
40196 +    interix[3-9]*)
40197 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
40198 +      # Instead, we relocate shared libraries at runtime.
40199 +      ;;
40200 +
40201 +    msdosdjgpp*)
40202 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
40203 +      # on systems that don't support them.
40204 +      lt_prog_compiler_can_build_shared_F77=no
40205 +      enable_shared=no
40206 +      ;;
40207 +
40208 +    sysv4*MP*)
40209 +      if test -d /usr/nec; then
40210 +       lt_prog_compiler_pic_F77=-Kconform_pic
40211 +      fi
40212 +      ;;
40213 +
40214 +    hpux*)
40215 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
40216 +      # not for PA HP-UX.
40217 +      case $host_cpu in
40218 +      hppa*64*|ia64*)
40219 +       # +Z the default
40220 +       ;;
40221 +      *)
40222 +       lt_prog_compiler_pic_F77='-fPIC'
40223 +       ;;
40224 +      esac
40225 +      ;;
40226 +
40227 +    *)
40228 +      lt_prog_compiler_pic_F77='-fPIC'
40229 +      ;;
40230 +    esac
40231 +  else
40232 +    # PORTME Check for flag to pass linker flags through the system compiler.
40233 +    case $host_os in
40234 +    aix*)
40235 +      lt_prog_compiler_wl_F77='-Wl,'
40236 +      if test "$host_cpu" = ia64; then
40237 +       # AIX 5 now supports IA64 processor
40238 +       lt_prog_compiler_static_F77='-Bstatic'
40239 +      else
40240 +       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
40241 +      fi
40242 +      ;;
40243 +      darwin*)
40244 +        # PIC is the default on this platform
40245 +        # Common symbols not allowed in MH_DYLIB files
40246 +       case $cc_basename in
40247 +         xlc*)
40248 +         lt_prog_compiler_pic_F77='-qnocommon'
40249 +         lt_prog_compiler_wl_F77='-Wl,'
40250 +         ;;
40251 +       esac
40252 +       ;;
40253 +
40254 +    mingw* | cygwin* | pw32* | os2*)
40255 +      # This hack is so that the source file can tell whether it is being
40256 +      # built for inclusion in a dll (and should export symbols for example).
40257 +      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
40258 +      ;;
40259 +
40260 +    hpux9* | hpux10* | hpux11*)
40261 +      lt_prog_compiler_wl_F77='-Wl,'
40262 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
40263 +      # not for PA HP-UX.
40264 +      case $host_cpu in
40265 +      hppa*64*|ia64*)
40266 +       # +Z the default
40267 +       ;;
40268 +      *)
40269 +       lt_prog_compiler_pic_F77='+Z'
40270 +       ;;
40271 +      esac
40272 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
40273 +      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
40274 +      ;;
40275 +
40276 +    irix5* | irix6* | nonstopux*)
40277 +      lt_prog_compiler_wl_F77='-Wl,'
40278 +      # PIC (with -KPIC) is the default.
40279 +      lt_prog_compiler_static_F77='-non_shared'
40280 +      ;;
40281 +
40282 +    newsos6)
40283 +      lt_prog_compiler_pic_F77='-KPIC'
40284 +      lt_prog_compiler_static_F77='-Bstatic'
40285 +      ;;
40286 +
40287 +    linux* | k*bsd*-gnu)
40288 +      case $cc_basename in
40289 +      icc* | ecc*)
40290 +       lt_prog_compiler_wl_F77='-Wl,'
40291 +       lt_prog_compiler_pic_F77='-KPIC'
40292 +       lt_prog_compiler_static_F77='-static'
40293 +        ;;
40294 +      pgcc* | pgf77* | pgf90* | pgf95*)
40295 +        # Portland Group compilers (*not* the Pentium gcc compiler,
40296 +       # which looks to be a dead project)
40297 +       lt_prog_compiler_wl_F77='-Wl,'
40298 +       lt_prog_compiler_pic_F77='-fpic'
40299 +       lt_prog_compiler_static_F77='-Bstatic'
40300 +        ;;
40301 +      ccc*)
40302 +        lt_prog_compiler_wl_F77='-Wl,'
40303 +        # All Alpha code is PIC.
40304 +        lt_prog_compiler_static_F77='-non_shared'
40305 +        ;;
40306 +      *)
40307 +        case `$CC -V 2>&1 | sed 5q` in
40308 +       *Sun\ C*)
40309 +         # Sun C 5.9
40310 +         lt_prog_compiler_pic_F77='-KPIC'
40311 +         lt_prog_compiler_static_F77='-Bstatic'
40312 +         lt_prog_compiler_wl_F77='-Wl,'
40313 +         ;;
40314 +       *Sun\ F*)
40315 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
40316 +         lt_prog_compiler_pic_F77='-KPIC'
40317 +         lt_prog_compiler_static_F77='-Bstatic'
40318 +         lt_prog_compiler_wl_F77=''
40319 +         ;;
40320 +       esac
40321 +       ;;
40322 +      esac
40323 +      ;;
40324 +
40325 +    osf3* | osf4* | osf5*)
40326 +      lt_prog_compiler_wl_F77='-Wl,'
40327 +      # All OSF/1 code is PIC.
40328 +      lt_prog_compiler_static_F77='-non_shared'
40329 +      ;;
40330 +
40331 +    rdos*)
40332 +      lt_prog_compiler_static_F77='-non_shared'
40333 +      ;;
40334 +
40335 +    solaris*)
40336 +      lt_prog_compiler_pic_F77='-KPIC'
40337 +      lt_prog_compiler_static_F77='-Bstatic'
40338 +      case $cc_basename in
40339 +      f77* | f90* | f95*)
40340 +       lt_prog_compiler_wl_F77='-Qoption ld ';;
40341 +      *)
40342 +       lt_prog_compiler_wl_F77='-Wl,';;
40343 +      esac
40344 +      ;;
40345 +
40346 +    sunos4*)
40347 +      lt_prog_compiler_wl_F77='-Qoption ld '
40348 +      lt_prog_compiler_pic_F77='-PIC'
40349 +      lt_prog_compiler_static_F77='-Bstatic'
40350 +      ;;
40351 +
40352 +    sysv4 | sysv4.2uw2* | sysv4.3*)
40353 +      lt_prog_compiler_wl_F77='-Wl,'
40354 +      lt_prog_compiler_pic_F77='-KPIC'
40355 +      lt_prog_compiler_static_F77='-Bstatic'
40356 +      ;;
40357 +
40358 +    sysv4*MP*)
40359 +      if test -d /usr/nec ;then
40360 +       lt_prog_compiler_pic_F77='-Kconform_pic'
40361 +       lt_prog_compiler_static_F77='-Bstatic'
40362 +      fi
40363 +      ;;
40364 +
40365 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
40366 +      lt_prog_compiler_wl_F77='-Wl,'
40367 +      lt_prog_compiler_pic_F77='-KPIC'
40368 +      lt_prog_compiler_static_F77='-Bstatic'
40369 +      ;;
40370 +
40371 +    unicos*)
40372 +      lt_prog_compiler_wl_F77='-Wl,'
40373 +      lt_prog_compiler_can_build_shared_F77=no
40374 +      ;;
40375 +
40376 +    uts4*)
40377 +      lt_prog_compiler_pic_F77='-pic'
40378 +      lt_prog_compiler_static_F77='-Bstatic'
40379 +      ;;
40380 +
40381 +    *)
40382 +      lt_prog_compiler_can_build_shared_F77=no
40383 +      ;;
40384 +    esac
40385 +  fi
40386 +
40387 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
40388 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
40389 +
40390 +#
40391 +# Check to make sure the PIC flag actually works.
40392 +#
40393 +if test -n "$lt_prog_compiler_pic_F77"; then
40394 +  
40395 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
40396 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
40397 +if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
40398 +  echo $ECHO_N "(cached) $ECHO_C" >&6
40399 +else
40400 +  lt_cv_prog_compiler_pic_works_F77=no
40401 +  ac_outfile=conftest.$ac_objext
40402 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
40403 +   lt_compiler_flag="$lt_prog_compiler_pic_F77"
40404 +   # Insert the option either (1) after the last *FLAGS variable, or
40405 +   # (2) before a word containing "conftest.", or (3) at the end.
40406 +   # Note that $ac_compile itself does not contain backslashes and begins
40407 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
40408 +   # The option is referenced via a variable to avoid confusing sed.
40409 +   lt_compile=`echo "$ac_compile" | $SED \
40410 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
40411 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
40412 +   -e 's:$: $lt_compiler_flag:'`
40413 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
40414 +   (eval "$lt_compile" 2>conftest.err)
40415 +   ac_status=$?
40416 +   cat conftest.err >&5
40417 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
40418 +   if (exit $ac_status) && test -s "$ac_outfile"; then
40419 +     # The compiler can only warn and ignore the option if not recognized
40420 +     # So say no if there are warnings other than the usual output.
40421 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
40422 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
40423 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
40424 +       lt_cv_prog_compiler_pic_works_F77=yes
40425 +     fi
40426 +   fi
40427 +   $rm conftest*
40428 +
40429 +fi
40430 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
40431 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
40432 +
40433 +if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
40434 +    case $lt_prog_compiler_pic_F77 in
40435 +     "" | " "*) ;;
40436 +     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
40437 +     esac
40438 +else
40439 +    lt_prog_compiler_pic_F77=
40440 +     lt_prog_compiler_can_build_shared_F77=no
40441 +fi
40442 +
40443 +fi
40444 +case $host_os in
40445 +  # For platforms which do not support PIC, -DPIC is meaningless:
40446 +  *djgpp*)
40447 +    lt_prog_compiler_pic_F77=
40448 +    ;;
40449 +  *)
40450 +    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
40451 +    ;;
40452 +esac
40453 +
40454 +#
40455 +# Check to make sure the static flag actually works.
40456 +#
40457 +wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
40458 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
40459 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
40460 +if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
40461 +  echo $ECHO_N "(cached) $ECHO_C" >&6
40462 +else
40463 +  lt_cv_prog_compiler_static_works_F77=no
40464 +   save_LDFLAGS="$LDFLAGS"
40465 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
40466 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
40467 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
40468 +     # The linker can only warn and ignore the option if not recognized
40469 +     # So say no if there are warnings
40470 +     if test -s conftest.err; then
40471 +       # Append any errors to the config.log.
40472 +       cat conftest.err 1>&5
40473 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
40474 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
40475 +       if diff conftest.exp conftest.er2 >/dev/null; then
40476 +         lt_cv_prog_compiler_static_works_F77=yes
40477 +       fi
40478 +     else
40479 +       lt_cv_prog_compiler_static_works_F77=yes
40480 +     fi
40481 +   fi
40482 +   $rm -r conftest*
40483 +   LDFLAGS="$save_LDFLAGS"
40484 +
40485 +fi
40486 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
40487 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
40488 +
40489 +if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
40490 +    :
40491 +else
40492 +    lt_prog_compiler_static_F77=
40493 +fi
40494 +
40495 +
40496 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
40497 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
40498 +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
40499 +  echo $ECHO_N "(cached) $ECHO_C" >&6
40500 +else
40501 +  lt_cv_prog_compiler_c_o_F77=no
40502 +   $rm -r conftest 2>/dev/null
40503 +   mkdir conftest
40504 +   cd conftest
40505 +   mkdir out
40506 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
40507 +
40508 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
40509 +   # Insert the option either (1) after the last *FLAGS variable, or
40510 +   # (2) before a word containing "conftest.", or (3) at the end.
40511 +   # Note that $ac_compile itself does not contain backslashes and begins
40512 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
40513 +   lt_compile=`echo "$ac_compile" | $SED \
40514 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
40515 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
40516 +   -e 's:$: $lt_compiler_flag:'`
40517 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
40518 +   (eval "$lt_compile" 2>out/conftest.err)
40519 +   ac_status=$?
40520 +   cat out/conftest.err >&5
40521 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
40522 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
40523 +   then
40524 +     # The compiler can only warn and ignore the option if not recognized
40525 +     # So say no if there are warnings
40526 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
40527 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
40528 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
40529 +       lt_cv_prog_compiler_c_o_F77=yes
40530 +     fi
40531 +   fi
40532 +   chmod u+w . 2>&5
40533 +   $rm conftest*
40534 +   # SGI C++ compiler will create directory out/ii_files/ for
40535 +   # template instantiation
40536 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
40537 +   $rm out/* && rmdir out
40538 +   cd ..
40539 +   rmdir conftest
40540 +   $rm conftest*
40541 +
40542 +fi
40543 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
40544 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
40545 +
40546 +
40547 +hard_links="nottested"
40548 +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
40549 +  # do not overwrite the value of need_locks provided by the user
40550 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
40551 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
40552 +  hard_links=yes
40553 +  $rm conftest*
40554 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
40555 +  touch conftest.a
40556 +  ln conftest.a conftest.b 2>&5 || hard_links=no
40557 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
40558 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
40559 +echo "${ECHO_T}$hard_links" >&6; }
40560 +  if test "$hard_links" = no; then
40561 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
40562 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
40563 +    need_locks=warn
40564 +  fi
40565 +else
40566 +  need_locks=no
40567 +fi
40568 +
40569 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
40570 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
40571 +
40572 +  runpath_var=
40573 +  allow_undefined_flag_F77=
40574 +  enable_shared_with_static_runtimes_F77=no
40575 +  archive_cmds_F77=
40576 +  archive_expsym_cmds_F77=
40577 +  old_archive_From_new_cmds_F77=
40578 +  old_archive_from_expsyms_cmds_F77=
40579 +  export_dynamic_flag_spec_F77=
40580 +  whole_archive_flag_spec_F77=
40581 +  thread_safe_flag_spec_F77=
40582 +  hardcode_libdir_flag_spec_F77=
40583 +  hardcode_libdir_flag_spec_ld_F77=
40584 +  hardcode_libdir_separator_F77=
40585 +  hardcode_direct_F77=no
40586 +  hardcode_minus_L_F77=no
40587 +  hardcode_shlibpath_var_F77=unsupported
40588 +  link_all_deplibs_F77=unknown
40589 +  hardcode_automatic_F77=no
40590 +  module_cmds_F77=
40591 +  module_expsym_cmds_F77=
40592 +  always_export_symbols_F77=no
40593 +  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
40594 +  # include_expsyms should be a list of space-separated symbols to be *always*
40595 +  # included in the symbol list
40596 +  include_expsyms_F77=
40597 +  # exclude_expsyms can be an extended regexp of symbols to exclude
40598 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
40599 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
40600 +  # as well as any symbol that contains `d'.
40601 +  exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
40602 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
40603 +  # platforms (ab)use it in PIC code, but their linkers get confused if
40604 +  # the symbol is explicitly referenced.  Since portable code cannot
40605 +  # rely on this symbol name, it's probably fine to never include it in
40606 +  # preloaded symbol tables.
40607 +  # Exclude shared library initialization/finalization symbols.
40608 +  extract_expsyms_cmds=
40609 +  # Just being paranoid about ensuring that cc_basename is set.
40610 +  for cc_temp in $compiler""; do
40611 +  case $cc_temp in
40612 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
40613 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
40614 +    \-*) ;;
40615 +    *) break;;
40616 +  esac
40617 +done
40618 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
40619 +
40620 +  case $host_os in
40621 +  cygwin* | mingw* | pw32*)
40622 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
40623 +    # When not using gcc, we currently assume that we are using
40624 +    # Microsoft Visual C++.
40625 +    if test "$GCC" != yes; then
40626 +      with_gnu_ld=no
40627 +    fi
40628 +    ;;
40629 +  interix*)
40630 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
40631 +    with_gnu_ld=yes
40632 +    ;;
40633 +  openbsd*)
40634 +    with_gnu_ld=no
40635 +    ;;
40636 +  esac
40637 +
40638 +  ld_shlibs_F77=yes
40639 +  if test "$with_gnu_ld" = yes; then
40640 +    # If archive_cmds runs LD, not CC, wlarc should be empty
40641 +    wlarc='${wl}'
40642 +
40643 +    # Set some defaults for GNU ld with shared library support. These
40644 +    # are reset later if shared libraries are not supported. Putting them
40645 +    # here allows them to be overridden if necessary.
40646 +    runpath_var=LD_RUN_PATH
40647 +    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
40648 +    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
40649 +    # ancient GNU ld didn't support --whole-archive et. al.
40650 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
40651 +       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
40652 +      else
40653 +       whole_archive_flag_spec_F77=
40654 +    fi
40655 +    supports_anon_versioning=no
40656 +    case `$LD -v 2>/dev/null` in
40657 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
40658 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
40659 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
40660 +      *\ 2.11.*) ;; # other 2.11 versions
40661 +      *) supports_anon_versioning=yes ;;
40662 +    esac
40663 +
40664 +    # See if GNU ld supports shared libraries.
40665 +    case $host_os in
40666 +    aix[3-9]*)
40667 +      # On AIX/PPC, the GNU linker is very broken
40668 +      if test "$host_cpu" != ia64; then
40669 +       ld_shlibs_F77=no
40670 +       cat <<EOF 1>&2
40671 +
40672 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
40673 +*** to be unable to reliably create shared libraries on AIX.
40674 +*** Therefore, libtool is disabling shared libraries support.  If you
40675 +*** really care for shared libraries, you may want to modify your PATH
40676 +*** so that a non-GNU linker is found, and then restart.
40677 +
40678 +EOF
40679 +      fi
40680 +      ;;
40681 +
40682 +    amigaos*)
40683 +      archive_cmds_F77='$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)'
40684 +      hardcode_libdir_flag_spec_F77='-L$libdir'
40685 +      hardcode_minus_L_F77=yes
40686 +
40687 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
40688 +      # that the semantics of dynamic libraries on AmigaOS, at least up
40689 +      # to version 4, is to share data among multiple programs linked
40690 +      # with the same dynamic library.  Since this doesn't match the
40691 +      # behavior of shared libraries on other platforms, we can't use
40692 +      # them.
40693 +      ld_shlibs_F77=no
40694 +      ;;
40695 +
40696 +    beos*)
40697 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
40698 +       allow_undefined_flag_F77=unsupported
40699 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
40700 +       # support --undefined.  This deserves some investigation.  FIXME
40701 +       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
40702 +      else
40703 +       ld_shlibs_F77=no
40704 +      fi
40705 +      ;;
40706 +
40707 +    cygwin* | mingw* | pw32*)
40708 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
40709 +      # as there is no search path for DLLs.
40710 +      hardcode_libdir_flag_spec_F77='-L$libdir'
40711 +      allow_undefined_flag_F77=unsupported
40712 +      always_export_symbols_F77=no
40713 +      enable_shared_with_static_runtimes_F77=yes
40714 +      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
40715 +
40716 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
40717 +        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
40718 +       # If the export-symbols file already is a .def file (1st line
40719 +       # is EXPORTS), use it as is; otherwise, prepend...
40720 +       archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
40721 +         cp $export_symbols $output_objdir/$soname.def;
40722 +       else
40723 +         echo EXPORTS > $output_objdir/$soname.def;
40724 +         cat $export_symbols >> $output_objdir/$soname.def;
40725 +       fi~
40726 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
40727 +      else
40728 +       ld_shlibs_F77=no
40729 +      fi
40730 +      ;;
40731 +
40732 +    interix[3-9]*)
40733 +      hardcode_direct_F77=no
40734 +      hardcode_shlibpath_var_F77=no
40735 +      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
40736 +      export_dynamic_flag_spec_F77='${wl}-E'
40737 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
40738 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
40739 +      # default) and relocated if they conflict, which is a slow very memory
40740 +      # consuming and fragmenting process.  To avoid this, we pick a random,
40741 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
40742 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
40743 +      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
40744 +      archive_expsym_cmds_F77='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'
40745 +      ;;
40746 +
40747 +    gnu* | linux* | k*bsd*-gnu)
40748 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
40749 +       tmp_addflag=
40750 +       case $cc_basename,$host_cpu in
40751 +       pgcc*)                          # Portland Group C compiler
40752 +         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
40753 +         tmp_addflag=' $pic_flag'
40754 +         ;;
40755 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
40756 +         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
40757 +         tmp_addflag=' $pic_flag -Mnomain' ;;
40758 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
40759 +         tmp_addflag=' -i_dynamic' ;;
40760 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
40761 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
40762 +       ifc* | ifort*)                  # Intel Fortran compiler
40763 +         tmp_addflag=' -nofor_main' ;;
40764 +       esac
40765 +       case `$CC -V 2>&1 | sed 5q` in
40766 +       *Sun\ C*)                       # Sun C 5.9
40767 +         whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
40768 +         tmp_sharedflag='-G' ;;
40769 +       *Sun\ F*)                       # Sun Fortran 8.3
40770 +         tmp_sharedflag='-G' ;;
40771 +       *)
40772 +         tmp_sharedflag='-shared' ;;
40773 +       esac
40774 +       archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
40775 +
40776 +       if test $supports_anon_versioning = yes; then
40777 +         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
40778 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
40779 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
40780 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
40781 +       fi
40782 +       link_all_deplibs_F77=no
40783 +      else
40784 +       ld_shlibs_F77=no
40785 +      fi
40786 +      ;;
40787 +
40788 +    netbsd* | netbsdelf*-gnu)
40789 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
40790 +       archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
40791 +       wlarc=
40792 +      else
40793 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
40794 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
40795 +      fi
40796 +      ;;
40797 +
40798 +    solaris*)
40799 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
40800 +       ld_shlibs_F77=no
40801 +       cat <<EOF 1>&2
40802 +
40803 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
40804 +*** create shared libraries on Solaris systems.  Therefore, libtool
40805 +*** is disabling shared libraries support.  We urge you to upgrade GNU
40806 +*** binutils to release 2.9.1 or newer.  Another option is to modify
40807 +*** your PATH or compiler configuration so that the native linker is
40808 +*** used, and then restart.
40809 +
40810 +EOF
40811 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
40812 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
40813 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
40814 +      else
40815 +       ld_shlibs_F77=no
40816 +      fi
40817 +      ;;
40818 +
40819 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
40820 +      case `$LD -v 2>&1` in
40821 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
40822 +       ld_shlibs_F77=no
40823 +       cat <<_LT_EOF 1>&2
40824 +
40825 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
40826 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
40827 +*** is disabling shared libraries support.  We urge you to upgrade GNU
40828 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
40829 +*** your PATH or compiler configuration so that the native linker is
40830 +*** used, and then restart.
40831 +
40832 +_LT_EOF
40833 +       ;;
40834 +       *)
40835 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
40836 +           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
40837 +           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
40838 +           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
40839 +         else
40840 +           ld_shlibs_F77=no
40841 +         fi
40842 +       ;;
40843 +      esac
40844 +      ;;
40845 +
40846 +    sunos4*)
40847 +      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
40848 +      wlarc=
40849 +      hardcode_direct_F77=yes
40850 +      hardcode_shlibpath_var_F77=no
40851 +      ;;
40852 +
40853 +    *)
40854 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
40855 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
40856 +       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
40857 +      else
40858 +       ld_shlibs_F77=no
40859 +      fi
40860 +      ;;
40861 +    esac
40862 +
40863 +    if test "$ld_shlibs_F77" = no; then
40864 +      runpath_var=
40865 +      hardcode_libdir_flag_spec_F77=
40866 +      export_dynamic_flag_spec_F77=
40867 +      whole_archive_flag_spec_F77=
40868 +    fi
40869 +  else
40870 +    # PORTME fill in a description of your system's linker (not GNU ld)
40871 +    case $host_os in
40872 +    aix3*)
40873 +      allow_undefined_flag_F77=unsupported
40874 +      always_export_symbols_F77=yes
40875 +      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
40876 +      # Note: this linker hardcodes the directories in LIBPATH if there
40877 +      # are no directories specified by -L.
40878 +      hardcode_minus_L_F77=yes
40879 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
40880 +       # Neither direct hardcoding nor static linking is supported with a
40881 +       # broken collect2.
40882 +       hardcode_direct_F77=unsupported
40883 +      fi
40884 +      ;;
40885 +
40886 +    aix[4-9]*)
40887 +      if test "$host_cpu" = ia64; then
40888 +       # On IA64, the linker does run time linking by default, so we don't
40889 +       # have to do anything special.
40890 +       aix_use_runtimelinking=no
40891 +       exp_sym_flag='-Bexport'
40892 +       no_entry_flag=""
40893 +      else
40894 +       # If we're using GNU nm, then we don't want the "-C" option.
40895 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
40896 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
40897 +         export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
40898 +       else
40899 +         export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
40900 +       fi
40901 +       aix_use_runtimelinking=no
40902 +
40903 +       # Test if we are trying to use run time linking or normal
40904 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
40905 +       # need to do runtime linking.
40906 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
40907 +         for ld_flag in $LDFLAGS; do
40908 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
40909 +           aix_use_runtimelinking=yes
40910 +           break
40911 +         fi
40912 +         done
40913 +         ;;
40914 +       esac
40915 +
40916 +       exp_sym_flag='-bexport'
40917 +       no_entry_flag='-bnoentry'
40918 +      fi
40919 +
40920 +      # When large executables or shared objects are built, AIX ld can
40921 +      # have problems creating the table of contents.  If linking a library
40922 +      # or program results in "error TOC overflow" add -mminimal-toc to
40923 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
40924 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
40925 +
40926 +      archive_cmds_F77=''
40927 +      hardcode_direct_F77=yes
40928 +      hardcode_libdir_separator_F77=':'
40929 +      link_all_deplibs_F77=yes
40930 +
40931 +      if test "$GCC" = yes; then
40932 +       case $host_os in aix4.[012]|aix4.[012].*)
40933 +       # We only want to do this on AIX 4.2 and lower, the check
40934 +       # below for broken collect2 doesn't work under 4.3+
40935 +         collect2name=`${CC} -print-prog-name=collect2`
40936 +         if test -f "$collect2name" && \
40937 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
40938 +         then
40939 +         # We have reworked collect2
40940 +         :
40941 +         else
40942 +         # We have old collect2
40943 +         hardcode_direct_F77=unsupported
40944 +         # It fails to find uninstalled libraries when the uninstalled
40945 +         # path is not listed in the libpath.  Setting hardcode_minus_L
40946 +         # to unsupported forces relinking
40947 +         hardcode_minus_L_F77=yes
40948 +         hardcode_libdir_flag_spec_F77='-L$libdir'
40949 +         hardcode_libdir_separator_F77=
40950 +         fi
40951 +         ;;
40952 +       esac
40953 +       shared_flag='-shared'
40954 +       if test "$aix_use_runtimelinking" = yes; then
40955 +         shared_flag="$shared_flag "'${wl}-G'
40956 +       fi
40957 +      else
40958 +       # not using gcc
40959 +       if test "$host_cpu" = ia64; then
40960 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
40961 +       # chokes on -Wl,-G. The following line is correct:
40962 +         shared_flag='-G'
40963 +       else
40964 +         if test "$aix_use_runtimelinking" = yes; then
40965 +           shared_flag='${wl}-G'
40966 +         else
40967 +           shared_flag='${wl}-bM:SRE'
40968 +         fi
40969 +       fi
40970 +      fi
40971 +
40972 +      # It seems that -bexpall does not export symbols beginning with
40973 +      # underscore (_), so it is better to generate a list of symbols to export.
40974 +      always_export_symbols_F77=yes
40975 +      if test "$aix_use_runtimelinking" = yes; then
40976 +       # Warning - without using the other runtime loading flags (-brtl),
40977 +       # -berok will link without error, but may produce a broken library.
40978 +       allow_undefined_flag_F77='-berok'
40979 +       # Determine the default libpath from the value encoded in an empty executable.
40980 +       cat >conftest.$ac_ext <<_ACEOF
40981 +      program main
40982 +
40983 +      end
40984 +_ACEOF
40985 +rm -f conftest.$ac_objext conftest$ac_exeext
40986 +if { (ac_try="$ac_link"
40987 +case "(($ac_try" in
40988 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40989 +  *) ac_try_echo=$ac_try;;
40990 +esac
40991 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40992 +  (eval "$ac_link") 2>conftest.er1
40993 +  ac_status=$?
40994 +  grep -v '^ *+' conftest.er1 >conftest.err
40995 +  rm -f conftest.er1
40996 +  cat conftest.err >&5
40997 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
40998 +  (exit $ac_status); } && {
40999 +        test -z "$ac_f77_werror_flag" ||
41000 +        test ! -s conftest.err
41001 +       } && test -s conftest$ac_exeext &&
41002 +       $as_test_x conftest$ac_exeext; then
41003 +  
41004 +lt_aix_libpath_sed='
41005 +    /Import File Strings/,/^$/ {
41006 +       /^0/ {
41007 +           s/^0  *\(.*\)$/\1/
41008 +           p
41009 +       }
41010 +    }'
41011 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
41012 +# Check for a 64-bit object if we didn't find anything.
41013 +if test -z "$aix_libpath"; then
41014 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
41015 +fi
41016 +else
41017 +  echo "$as_me: failed program was:" >&5
41018 +sed 's/^/| /' conftest.$ac_ext >&5
41019 +
41020 +       
41021 +fi
41022 +
41023 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41024 +      conftest$ac_exeext conftest.$ac_ext
41025 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
41026 +
41027 +       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
41028 +       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
41029 +       else
41030 +       if test "$host_cpu" = ia64; then
41031 +         hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
41032 +         allow_undefined_flag_F77="-z nodefs"
41033 +         archive_expsym_cmds_F77="\$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"
41034 +       else
41035 +        # Determine the default libpath from the value encoded in an empty executable.
41036 +        cat >conftest.$ac_ext <<_ACEOF
41037 +      program main
41038 +
41039 +      end
41040 +_ACEOF
41041 +rm -f conftest.$ac_objext conftest$ac_exeext
41042 +if { (ac_try="$ac_link"
41043 +case "(($ac_try" in
41044 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41045 +  *) ac_try_echo=$ac_try;;
41046 +esac
41047 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41048 +  (eval "$ac_link") 2>conftest.er1
41049 +  ac_status=$?
41050 +  grep -v '^ *+' conftest.er1 >conftest.err
41051 +  rm -f conftest.er1
41052 +  cat conftest.err >&5
41053 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
41054 +  (exit $ac_status); } && {
41055 +        test -z "$ac_f77_werror_flag" ||
41056 +        test ! -s conftest.err
41057 +       } && test -s conftest$ac_exeext &&
41058 +       $as_test_x conftest$ac_exeext; then
41059 +  
41060 +lt_aix_libpath_sed='
41061 +    /Import File Strings/,/^$/ {
41062 +       /^0/ {
41063 +           s/^0  *\(.*\)$/\1/
41064 +           p
41065 +       }
41066 +    }'
41067 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
41068 +# Check for a 64-bit object if we didn't find anything.
41069 +if test -z "$aix_libpath"; then
41070 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
41071 +fi
41072 +else
41073 +  echo "$as_me: failed program was:" >&5
41074 +sed 's/^/| /' conftest.$ac_ext >&5
41075 +
41076 +       
41077 +fi
41078 +
41079 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41080 +      conftest$ac_exeext conftest.$ac_ext
41081 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
41082 +
41083 +        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
41084 +         # Warning - without using the other run time loading flags,
41085 +         # -berok will link without error, but may produce a broken library.
41086 +         no_undefined_flag_F77=' ${wl}-bernotok'
41087 +         allow_undefined_flag_F77=' ${wl}-berok'
41088 +         # Exported symbols can be pulled into shared objects from archives
41089 +         whole_archive_flag_spec_F77='$convenience'
41090 +         archive_cmds_need_lc_F77=yes
41091 +         # This is similar to how AIX traditionally builds its shared libraries.
41092 +         archive_expsym_cmds_F77="\$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'
41093 +       fi
41094 +      fi
41095 +      ;;
41096 +
41097 +    amigaos*)
41098 +      archive_cmds_F77='$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)'
41099 +      hardcode_libdir_flag_spec_F77='-L$libdir'
41100 +      hardcode_minus_L_F77=yes
41101 +      # see comment about different semantics on the GNU ld section
41102 +      ld_shlibs_F77=no
41103 +      ;;
41104 +
41105 +    bsdi[45]*)
41106 +      export_dynamic_flag_spec_F77=-rdynamic
41107 +      ;;
41108 +
41109 +    cygwin* | mingw* | pw32*)
41110 +      # When not using gcc, we currently assume that we are using
41111 +      # Microsoft Visual C++.
41112 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
41113 +      # no search path for DLLs.
41114 +      hardcode_libdir_flag_spec_F77=' '
41115 +      allow_undefined_flag_F77=unsupported
41116 +      # Tell ltmain to make .lib files, not .a files.
41117 +      libext=lib
41118 +      # Tell ltmain to make .dll files, not .so files.
41119 +      shrext_cmds=".dll"
41120 +      # FIXME: Setting linknames here is a bad hack.
41121 +      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
41122 +      # The linker will automatically build a .lib file if we build a DLL.
41123 +      old_archive_From_new_cmds_F77='true'
41124 +      # FIXME: Should let the user specify the lib program.
41125 +      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
41126 +      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
41127 +      enable_shared_with_static_runtimes_F77=yes
41128 +      ;;
41129 +
41130 +    darwin* | rhapsody*)
41131 +      case $host_os in
41132 +        rhapsody* | darwin1.[012])
41133 +         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
41134 +         ;;
41135 +       *) # Darwin 1.3 on
41136 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
41137 +           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
41138 +         else
41139 +           case ${MACOSX_DEPLOYMENT_TARGET} in
41140 +             10.[012])
41141 +               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
41142 +               ;;
41143 +             10.*)
41144 +               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
41145 +               ;;
41146 +           esac
41147 +         fi
41148 +         ;;
41149 +      esac
41150 +      archive_cmds_need_lc_F77=no
41151 +      hardcode_direct_F77=no
41152 +      hardcode_automatic_F77=yes
41153 +      hardcode_shlibpath_var_F77=unsupported
41154 +      whole_archive_flag_spec_F77=''
41155 +      link_all_deplibs_F77=yes
41156 +    if test "$GCC" = yes ; then
41157 +       output_verbose_link_cmd='echo'
41158 +        archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
41159 +        module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
41160 +        archive_expsym_cmds_F77="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}"
41161 +        module_expsym_cmds_F77="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}"
41162 +    else
41163 +      case $cc_basename in
41164 +        xlc*)
41165 +         output_verbose_link_cmd='echo'
41166 +         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
41167 +         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
41168 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
41169 +         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
41170 +          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
41171 +          ;;
41172 +       *)
41173 +         ld_shlibs_F77=no
41174 +          ;;
41175 +      esac
41176 +    fi
41177 +      ;;
41178 +
41179 +    dgux*)
41180 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41181 +      hardcode_libdir_flag_spec_F77='-L$libdir'
41182 +      hardcode_shlibpath_var_F77=no
41183 +      ;;
41184 +
41185 +    freebsd1*)
41186 +      ld_shlibs_F77=no
41187 +      ;;
41188 +
41189 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
41190 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
41191 +    # does not break anything, and helps significantly (at the cost of a little
41192 +    # extra space).
41193 +    freebsd2.2*)
41194 +      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
41195 +      hardcode_libdir_flag_spec_F77='-R$libdir'
41196 +      hardcode_direct_F77=yes
41197 +      hardcode_shlibpath_var_F77=no
41198 +      ;;
41199 +
41200 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
41201 +    freebsd2*)
41202 +      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
41203 +      hardcode_direct_F77=yes
41204 +      hardcode_minus_L_F77=yes
41205 +      hardcode_shlibpath_var_F77=no
41206 +      ;;
41207 +
41208 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
41209 +    freebsd* | dragonfly*)
41210 +      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
41211 +      hardcode_libdir_flag_spec_F77='-R$libdir'
41212 +      hardcode_direct_F77=yes
41213 +      hardcode_shlibpath_var_F77=no
41214 +      ;;
41215 +
41216 +    hpux9*)
41217 +      if test "$GCC" = yes; then
41218 +       archive_cmds_F77='$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'
41219 +      else
41220 +       archive_cmds_F77='$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'
41221 +      fi
41222 +      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
41223 +      hardcode_libdir_separator_F77=:
41224 +      hardcode_direct_F77=yes
41225 +
41226 +      # hardcode_minus_L: Not really in the search PATH,
41227 +      # but as the default location of the library.
41228 +      hardcode_minus_L_F77=yes
41229 +      export_dynamic_flag_spec_F77='${wl}-E'
41230 +      ;;
41231 +
41232 +    hpux10*)
41233 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
41234 +       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
41235 +      else
41236 +       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
41237 +      fi
41238 +      if test "$with_gnu_ld" = no; then
41239 +       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
41240 +       hardcode_libdir_separator_F77=:
41241 +
41242 +       hardcode_direct_F77=yes
41243 +       export_dynamic_flag_spec_F77='${wl}-E'
41244 +
41245 +       # hardcode_minus_L: Not really in the search PATH,
41246 +       # but as the default location of the library.
41247 +       hardcode_minus_L_F77=yes
41248 +      fi
41249 +      ;;
41250 +
41251 +    hpux11*)
41252 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
41253 +       case $host_cpu in
41254 +       hppa*64*)
41255 +         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
41256 +         ;;
41257 +       ia64*)
41258 +         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
41259 +         ;;
41260 +       *)
41261 +         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
41262 +         ;;
41263 +       esac
41264 +      else
41265 +       case $host_cpu in
41266 +       hppa*64*)
41267 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
41268 +         ;;
41269 +       ia64*)
41270 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
41271 +         ;;
41272 +       *)
41273 +         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
41274 +         ;;
41275 +       esac
41276 +      fi
41277 +      if test "$with_gnu_ld" = no; then
41278 +       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
41279 +       hardcode_libdir_separator_F77=:
41280 +
41281 +       case $host_cpu in
41282 +       hppa*64*|ia64*)
41283 +         hardcode_libdir_flag_spec_ld_F77='+b $libdir'
41284 +         hardcode_direct_F77=no
41285 +         hardcode_shlibpath_var_F77=no
41286 +         ;;
41287 +       *)
41288 +         hardcode_direct_F77=yes
41289 +         export_dynamic_flag_spec_F77='${wl}-E'
41290 +
41291 +         # hardcode_minus_L: Not really in the search PATH,
41292 +         # but as the default location of the library.
41293 +         hardcode_minus_L_F77=yes
41294 +         ;;
41295 +       esac
41296 +      fi
41297 +      ;;
41298 +
41299 +    irix5* | irix6* | nonstopux*)
41300 +      if test "$GCC" = yes; then
41301 +       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
41302 +      else
41303 +       archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
41304 +       hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
41305 +      fi
41306 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
41307 +      hardcode_libdir_separator_F77=:
41308 +      link_all_deplibs_F77=yes
41309 +      ;;
41310 +
41311 +    netbsd* | netbsdelf*-gnu)
41312 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
41313 +       archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
41314 +      else
41315 +       archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
41316 +      fi
41317 +      hardcode_libdir_flag_spec_F77='-R$libdir'
41318 +      hardcode_direct_F77=yes
41319 +      hardcode_shlibpath_var_F77=no
41320 +      ;;
41321 +
41322 +    newsos6)
41323 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41324 +      hardcode_direct_F77=yes
41325 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
41326 +      hardcode_libdir_separator_F77=:
41327 +      hardcode_shlibpath_var_F77=no
41328 +      ;;
41329 +
41330 +    openbsd*)
41331 +      if test -f /usr/libexec/ld.so; then
41332 +       hardcode_direct_F77=yes
41333 +       hardcode_shlibpath_var_F77=no
41334 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
41335 +         archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
41336 +         archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
41337 +         hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
41338 +         export_dynamic_flag_spec_F77='${wl}-E'
41339 +       else
41340 +         case $host_os in
41341 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
41342 +            archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
41343 +            hardcode_libdir_flag_spec_F77='-R$libdir'
41344 +            ;;
41345 +          *)
41346 +            archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
41347 +            hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
41348 +            ;;
41349 +         esac
41350 +        fi
41351 +      else
41352 +       ld_shlibs_F77=no
41353 +      fi
41354 +      ;;
41355 +
41356 +    os2*)
41357 +      hardcode_libdir_flag_spec_F77='-L$libdir'
41358 +      hardcode_minus_L_F77=yes
41359 +      allow_undefined_flag_F77=unsupported
41360 +      archive_cmds_F77='$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'
41361 +      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
41362 +      ;;
41363 +
41364 +    osf3*)
41365 +      if test "$GCC" = yes; then
41366 +       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
41367 +       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
41368 +      else
41369 +       allow_undefined_flag_F77=' -expect_unresolved \*'
41370 +       archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
41371 +      fi
41372 +      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
41373 +      hardcode_libdir_separator_F77=:
41374 +      ;;
41375 +
41376 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
41377 +      if test "$GCC" = yes; then
41378 +       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
41379 +       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
41380 +       hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
41381 +      else
41382 +       allow_undefined_flag_F77=' -expect_unresolved \*'
41383 +       archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
41384 +       archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
41385 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
41386 +
41387 +       # Both c and cxx compiler support -rpath directly
41388 +       hardcode_libdir_flag_spec_F77='-rpath $libdir'
41389 +      fi
41390 +      hardcode_libdir_separator_F77=:
41391 +      ;;
41392 +
41393 +    solaris*)
41394 +      no_undefined_flag_F77=' -z text'
41395 +      if test "$GCC" = yes; then
41396 +       wlarc='${wl}'
41397 +       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
41398 +       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
41399 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
41400 +      else
41401 +       wlarc=''
41402 +       archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
41403 +       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
41404 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
41405 +      fi
41406 +      hardcode_libdir_flag_spec_F77='-R$libdir'
41407 +      hardcode_shlibpath_var_F77=no
41408 +      case $host_os in
41409 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
41410 +      *)
41411 +       # The compiler driver will combine and reorder linker options,
41412 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
41413 +       # but is careful enough not to reorder.
41414 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
41415 +       if test "$GCC" = yes; then
41416 +         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
41417 +       else
41418 +         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract'
41419 +       fi
41420 +       ;;
41421 +      esac
41422 +      link_all_deplibs_F77=yes
41423 +      ;;
41424 +
41425 +    sunos4*)
41426 +      if test "x$host_vendor" = xsequent; then
41427 +       # Use $CC to link under sequent, because it throws in some extra .o
41428 +       # files that make .init and .fini sections work.
41429 +       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
41430 +      else
41431 +       archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
41432 +      fi
41433 +      hardcode_libdir_flag_spec_F77='-L$libdir'
41434 +      hardcode_direct_F77=yes
41435 +      hardcode_minus_L_F77=yes
41436 +      hardcode_shlibpath_var_F77=no
41437 +      ;;
41438 +
41439 +    sysv4)
41440 +      case $host_vendor in
41441 +       sni)
41442 +         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41443 +         hardcode_direct_F77=yes # is this really true???
41444 +       ;;
41445 +       siemens)
41446 +         ## LD is ld it makes a PLAMLIB
41447 +         ## CC just makes a GrossModule.
41448 +         archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
41449 +         reload_cmds_F77='$CC -r -o $output$reload_objs'
41450 +         hardcode_direct_F77=no
41451 +        ;;
41452 +       motorola)
41453 +         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41454 +         hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
41455 +       ;;
41456 +      esac
41457 +      runpath_var='LD_RUN_PATH'
41458 +      hardcode_shlibpath_var_F77=no
41459 +      ;;
41460 +
41461 +    sysv4.3*)
41462 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41463 +      hardcode_shlibpath_var_F77=no
41464 +      export_dynamic_flag_spec_F77='-Bexport'
41465 +      ;;
41466 +
41467 +    sysv4*MP*)
41468 +      if test -d /usr/nec; then
41469 +       archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41470 +       hardcode_shlibpath_var_F77=no
41471 +       runpath_var=LD_RUN_PATH
41472 +       hardcode_runpath_var=yes
41473 +       ld_shlibs_F77=yes
41474 +      fi
41475 +      ;;
41476 +
41477 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
41478 +      no_undefined_flag_F77='${wl}-z,text'
41479 +      archive_cmds_need_lc_F77=no
41480 +      hardcode_shlibpath_var_F77=no
41481 +      runpath_var='LD_RUN_PATH'
41482 +
41483 +      if test "$GCC" = yes; then
41484 +       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
41485 +       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
41486 +      else
41487 +       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
41488 +       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
41489 +      fi
41490 +      ;;
41491 +
41492 +    sysv5* | sco3.2v5* | sco5v6*)
41493 +      # Note: We can NOT use -z defs as we might desire, because we do not
41494 +      # link with -lc, and that would cause any symbols used from libc to
41495 +      # always be unresolved, which means just about no library would
41496 +      # ever link correctly.  If we're not using GNU ld we use -z text
41497 +      # though, which does catch some bad symbols but isn't as heavy-handed
41498 +      # as -z defs.
41499 +      no_undefined_flag_F77='${wl}-z,text'
41500 +      allow_undefined_flag_F77='${wl}-z,nodefs'
41501 +      archive_cmds_need_lc_F77=no
41502 +      hardcode_shlibpath_var_F77=no
41503 +      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
41504 +      hardcode_libdir_separator_F77=':'
41505 +      link_all_deplibs_F77=yes
41506 +      export_dynamic_flag_spec_F77='${wl}-Bexport'
41507 +      runpath_var='LD_RUN_PATH'
41508 +
41509 +      if test "$GCC" = yes; then
41510 +       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
41511 +       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
41512 +      else
41513 +       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
41514 +       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
41515 +      fi
41516 +      ;;
41517 +
41518 +    uts4*)
41519 +      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
41520 +      hardcode_libdir_flag_spec_F77='-L$libdir'
41521 +      hardcode_shlibpath_var_F77=no
41522 +      ;;
41523 +
41524 +    *)
41525 +      ld_shlibs_F77=no
41526 +      ;;
41527 +    esac
41528 +  fi
41529 +
41530 +{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
41531 +echo "${ECHO_T}$ld_shlibs_F77" >&6; }
41532 +test "$ld_shlibs_F77" = no && can_build_shared=no
41533 +
41534 +#
41535 +# Do we need to explicitly link libc?
41536 +#
41537 +case "x$archive_cmds_need_lc_F77" in
41538 +x|xyes)
41539 +  # Assume -lc should be added
41540 +  archive_cmds_need_lc_F77=yes
41541 +
41542 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
41543 +    case $archive_cmds_F77 in
41544 +    *'~'*)
41545 +      # FIXME: we may have to deal with multi-command sequences.
41546 +      ;;
41547 +    '$CC '*)
41548 +      # Test whether the compiler implicitly links with -lc since on some
41549 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
41550 +      # to ld, don't add -lc before -lgcc.
41551 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
41552 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
41553 +      $rm conftest*
41554 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
41555 +
41556 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41557 +  (eval $ac_compile) 2>&5
41558 +  ac_status=$?
41559 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
41560 +  (exit $ac_status); } 2>conftest.err; then
41561 +        soname=conftest
41562 +        lib=conftest
41563 +        libobjs=conftest.$ac_objext
41564 +        deplibs=
41565 +        wl=$lt_prog_compiler_wl_F77
41566 +       pic_flag=$lt_prog_compiler_pic_F77
41567 +        compiler_flags=-v
41568 +        linker_flags=-v
41569 +        verstring=
41570 +        output_objdir=.
41571 +        libname=conftest
41572 +        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
41573 +        allow_undefined_flag_F77=
41574 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
41575 +  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
41576 +  ac_status=$?
41577 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
41578 +  (exit $ac_status); }
41579 +        then
41580 +         archive_cmds_need_lc_F77=no
41581 +        else
41582 +         archive_cmds_need_lc_F77=yes
41583 +        fi
41584 +        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
41585 +      else
41586 +        cat conftest.err 1>&5
41587 +      fi
41588 +      $rm conftest*
41589 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
41590 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
41591 +      ;;
41592 +    esac
41593 +  fi
41594 +  ;;
41595 +esac
41596 +
41597 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
41598 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
41599 +library_names_spec=
41600 +libname_spec='lib$name'
41601 +soname_spec=
41602 +shrext_cmds=".so"
41603 +postinstall_cmds=
41604 +postuninstall_cmds=
41605 +finish_cmds=
41606 +finish_eval=
41607 +shlibpath_var=
41608 +shlibpath_overrides_runpath=unknown
41609 +version_type=none
41610 +dynamic_linker="$host_os ld.so"
41611 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
41612 +
41613 +need_lib_prefix=unknown
41614 +hardcode_into_libs=no
41615 +
41616 +# when you set need_version to no, make sure it does not cause -set_version
41617 +# flags to be left without arguments
41618 +need_version=unknown
41619 +
41620 +case $host_os in
41621 +aix3*)
41622 +  version_type=linux
41623 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
41624 +  shlibpath_var=LIBPATH
41625 +
41626 +  # AIX 3 has no versioning support, so we append a major version to the name.
41627 +  soname_spec='${libname}${release}${shared_ext}$major'
41628 +  ;;
41629 +
41630 +aix[4-9]*)
41631 +  version_type=linux
41632 +  need_lib_prefix=no
41633 +  need_version=no
41634 +  hardcode_into_libs=yes
41635 +  if test "$host_cpu" = ia64; then
41636 +    # AIX 5 supports IA64
41637 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
41638 +    shlibpath_var=LD_LIBRARY_PATH
41639 +  else
41640 +    # With GCC up to 2.95.x, collect2 would create an import file
41641 +    # for dependence libraries.  The import file would start with
41642 +    # the line `#! .'.  This would cause the generated library to
41643 +    # depend on `.', always an invalid library.  This was fixed in
41644 +    # development snapshots of GCC prior to 3.0.
41645 +    case $host_os in
41646 +      aix4 | aix4.[01] | aix4.[01].*)
41647 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
41648 +          echo ' yes '
41649 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
41650 +       :
41651 +      else
41652 +       can_build_shared=no
41653 +      fi
41654 +      ;;
41655 +    esac
41656 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
41657 +    # soname into executable. Probably we can add versioning support to
41658 +    # collect2, so additional links can be useful in future.
41659 +    if test "$aix_use_runtimelinking" = yes; then
41660 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
41661 +      # instead of lib<name>.a to let people know that these are not
41662 +      # typical AIX shared libraries.
41663 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41664 +    else
41665 +      # We preserve .a as extension for shared libraries through AIX4.2
41666 +      # and later when we are not doing run time linking.
41667 +      library_names_spec='${libname}${release}.a $libname.a'
41668 +      soname_spec='${libname}${release}${shared_ext}$major'
41669 +    fi
41670 +    shlibpath_var=LIBPATH
41671 +  fi
41672 +  ;;
41673 +
41674 +amigaos*)
41675 +  library_names_spec='$libname.ixlibrary $libname.a'
41676 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
41677 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
41678 +  ;;
41679 +
41680 +beos*)
41681 +  library_names_spec='${libname}${shared_ext}'
41682 +  dynamic_linker="$host_os ld.so"
41683 +  shlibpath_var=LIBRARY_PATH
41684 +  ;;
41685 +
41686 +bsdi[45]*)
41687 +  version_type=linux
41688 +  need_version=no
41689 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41690 +  soname_spec='${libname}${release}${shared_ext}$major'
41691 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
41692 +  shlibpath_var=LD_LIBRARY_PATH
41693 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
41694 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
41695 +  # the default ld.so.conf also contains /usr/contrib/lib and
41696 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
41697 +  # libtool to hard-code these into programs
41698 +  ;;
41699 +
41700 +cygwin* | mingw* | pw32*)
41701 +  version_type=windows
41702 +  shrext_cmds=".dll"
41703 +  need_version=no
41704 +  need_lib_prefix=no
41705 +
41706 +  case $GCC,$host_os in
41707 +  yes,cygwin* | yes,mingw* | yes,pw32*)
41708 +    library_names_spec='$libname.dll.a'
41709 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
41710 +    postinstall_cmds='base_file=`basename \${file}`~
41711 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
41712 +      dldir=$destdir/`dirname \$dlpath`~
41713 +      test -d \$dldir || mkdir -p \$dldir~
41714 +      $install_prog $dir/$dlname \$dldir/$dlname~
41715 +      chmod a+x \$dldir/$dlname'
41716 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
41717 +      dlpath=$dir/\$dldll~
41718 +       $rm \$dlpath'
41719 +    shlibpath_overrides_runpath=yes
41720 +
41721 +    case $host_os in
41722 +    cygwin*)
41723 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
41724 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
41725 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
41726 +      ;;
41727 +    mingw*)
41728 +      # MinGW DLLs use traditional 'lib' prefix
41729 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
41730 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
41731 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
41732 +        # It is most probably a Windows format PATH printed by
41733 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
41734 +        # path with ; separators, and with drive letters. We can handle the
41735 +        # drive letters (cygwin fileutils understands them), so leave them,
41736 +        # especially as we might pass files found there to a mingw objdump,
41737 +        # which wouldn't understand a cygwinified path. Ahh.
41738 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
41739 +      else
41740 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
41741 +      fi
41742 +      ;;
41743 +    pw32*)
41744 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
41745 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
41746 +      ;;
41747 +    esac
41748 +    ;;
41749 +
41750 +  *)
41751 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
41752 +    ;;
41753 +  esac
41754 +  dynamic_linker='Win32 ld.exe'
41755 +  # FIXME: first we should search . and the directory the executable is in
41756 +  shlibpath_var=PATH
41757 +  ;;
41758 +
41759 +darwin* | rhapsody*)
41760 +  dynamic_linker="$host_os dyld"
41761 +  version_type=darwin
41762 +  need_lib_prefix=no
41763 +  need_version=no
41764 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
41765 +  soname_spec='${libname}${release}${major}$shared_ext'
41766 +  shlibpath_overrides_runpath=yes
41767 +  shlibpath_var=DYLD_LIBRARY_PATH
41768 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
41769 +   
41770 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
41771 +  ;;
41772 +
41773 +dgux*)
41774 +  version_type=linux
41775 +  need_lib_prefix=no
41776 +  need_version=no
41777 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
41778 +  soname_spec='${libname}${release}${shared_ext}$major'
41779 +  shlibpath_var=LD_LIBRARY_PATH
41780 +  ;;
41781 +
41782 +freebsd1*)
41783 +  dynamic_linker=no
41784 +  ;;
41785 +
41786 +freebsd* | dragonfly*)
41787 +  # DragonFly does not have aout.  When/if they implement a new
41788 +  # versioning mechanism, adjust this.
41789 +  if test -x /usr/bin/objformat; then
41790 +    objformat=`/usr/bin/objformat`
41791 +  else
41792 +    case $host_os in
41793 +    freebsd[123]*) objformat=aout ;;
41794 +    *) objformat=elf ;;
41795 +    esac
41796 +  fi
41797 +  version_type=freebsd-$objformat
41798 +  case $version_type in
41799 +    freebsd-elf*)
41800 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
41801 +      need_version=no
41802 +      need_lib_prefix=no
41803 +      ;;
41804 +    freebsd-*)
41805 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
41806 +      need_version=yes
41807 +      ;;
41808 +  esac
41809 +  shlibpath_var=LD_LIBRARY_PATH
41810 +  case $host_os in
41811 +  freebsd2*)
41812 +    shlibpath_overrides_runpath=yes
41813 +    ;;
41814 +  freebsd3.[01]* | freebsdelf3.[01]*)
41815 +    shlibpath_overrides_runpath=yes
41816 +    hardcode_into_libs=yes
41817 +    ;;
41818 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
41819 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
41820 +    shlibpath_overrides_runpath=no
41821 +    hardcode_into_libs=yes
41822 +    ;;
41823 +  *) # from 4.6 on, and DragonFly
41824 +    shlibpath_overrides_runpath=yes
41825 +    hardcode_into_libs=yes
41826 +    ;;
41827 +  esac
41828 +  ;;
41829 +
41830 +gnu*)
41831 +  version_type=linux
41832 +  need_lib_prefix=no
41833 +  need_version=no
41834 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
41835 +  soname_spec='${libname}${release}${shared_ext}$major'
41836 +  shlibpath_var=LD_LIBRARY_PATH
41837 +  hardcode_into_libs=yes
41838 +  ;;
41839 +
41840 +hpux9* | hpux10* | hpux11*)
41841 +  # Give a soname corresponding to the major version so that dld.sl refuses to
41842 +  # link against other versions.
41843 +  version_type=sunos
41844 +  need_lib_prefix=no
41845 +  need_version=no
41846 +  case $host_cpu in
41847 +  ia64*)
41848 +    shrext_cmds='.so'
41849 +    hardcode_into_libs=yes
41850 +    dynamic_linker="$host_os dld.so"
41851 +    shlibpath_var=LD_LIBRARY_PATH
41852 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
41853 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41854 +    soname_spec='${libname}${release}${shared_ext}$major'
41855 +    if test "X$HPUX_IA64_MODE" = X32; then
41856 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
41857 +    else
41858 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
41859 +    fi
41860 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
41861 +    ;;
41862 +   hppa*64*)
41863 +     shrext_cmds='.sl'
41864 +     hardcode_into_libs=yes
41865 +     dynamic_linker="$host_os dld.sl"
41866 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
41867 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
41868 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41869 +     soname_spec='${libname}${release}${shared_ext}$major'
41870 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
41871 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
41872 +     ;;
41873 +   *)
41874 +    shrext_cmds='.sl'
41875 +    dynamic_linker="$host_os dld.sl"
41876 +    shlibpath_var=SHLIB_PATH
41877 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
41878 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41879 +    soname_spec='${libname}${release}${shared_ext}$major'
41880 +    ;;
41881 +  esac
41882 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
41883 +  postinstall_cmds='chmod 555 $lib'
41884 +  ;;
41885 +
41886 +interix[3-9]*)
41887 +  version_type=linux
41888 +  need_lib_prefix=no
41889 +  need_version=no
41890 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
41891 +  soname_spec='${libname}${release}${shared_ext}$major'
41892 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
41893 +  shlibpath_var=LD_LIBRARY_PATH
41894 +  shlibpath_overrides_runpath=no
41895 +  hardcode_into_libs=yes
41896 +  ;;
41897 +
41898 +irix5* | irix6* | nonstopux*)
41899 +  case $host_os in
41900 +    nonstopux*) version_type=nonstopux ;;
41901 +    *)
41902 +       if test "$lt_cv_prog_gnu_ld" = yes; then
41903 +               version_type=linux
41904 +       else
41905 +               version_type=irix
41906 +       fi ;;
41907 +  esac
41908 +  need_lib_prefix=no
41909 +  need_version=no
41910 +  soname_spec='${libname}${release}${shared_ext}$major'
41911 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
41912 +  case $host_os in
41913 +  irix5* | nonstopux*)
41914 +    libsuff= shlibsuff=
41915 +    ;;
41916 +  *)
41917 +    case $LD in # libtool.m4 will add one of these switches to LD
41918 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
41919 +      libsuff= shlibsuff= libmagic=32-bit;;
41920 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
41921 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
41922 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
41923 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
41924 +    *) libsuff= shlibsuff= libmagic=never-match;;
41925 +    esac
41926 +    ;;
41927 +  esac
41928 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
41929 +  shlibpath_overrides_runpath=no
41930 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
41931 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
41932 +  hardcode_into_libs=yes
41933 +  ;;
41934 +
41935 +# No shared lib support for Linux oldld, aout, or coff.
41936 +linux*oldld* | linux*aout* | linux*coff*)
41937 +  dynamic_linker=no
41938 +  ;;
41939 +
41940 +# This must be Linux ELF.
41941 +linux* | k*bsd*-gnu)
41942 +  version_type=linux
41943 +  need_lib_prefix=no
41944 +  need_version=no
41945 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
41946 +  soname_spec='${libname}${release}${shared_ext}$major'
41947 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
41948 +  shlibpath_var=LD_LIBRARY_PATH
41949 +  shlibpath_overrides_runpath=no
41950 +  # This implies no fast_install, which is unacceptable.
41951 +  # Some rework will be needed to allow for fast_install
41952 +  # before this can be enabled.
41953 +  hardcode_into_libs=yes
41954 +
41955 +  # Append ld.so.conf contents to the search path
41956 +  if test -f /etc/ld.so.conf; then
41957 +    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;/^$/d' | tr '\n' ' '`
41958 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
41959 +  fi
41960 +
41961 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
41962 +  # powerpc, because MkLinux only supported shared libraries with the
41963 +  # GNU dynamic linker.  Since this was broken with cross compilers,
41964 +  # most powerpc-linux boxes support dynamic linking these days and
41965 +  # people can always --disable-shared, the test was removed, and we
41966 +  # assume the GNU/Linux dynamic linker is in use.
41967 +  dynamic_linker='GNU/Linux ld.so'
41968 +  ;;
41969 +
41970 +netbsdelf*-gnu)
41971 +  version_type=linux
41972 +  need_lib_prefix=no
41973 +  need_version=no
41974 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
41975 +  soname_spec='${libname}${release}${shared_ext}$major'
41976 +  shlibpath_var=LD_LIBRARY_PATH
41977 +  shlibpath_overrides_runpath=no
41978 +  hardcode_into_libs=yes
41979 +  dynamic_linker='NetBSD ld.elf_so'
41980 +  ;;
41981 +
41982 +netbsd*)
41983 +  version_type=sunos
41984 +  need_lib_prefix=no
41985 +  need_version=no
41986 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
41987 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
41988 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
41989 +    dynamic_linker='NetBSD (a.out) ld.so'
41990 +  else
41991 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
41992 +    soname_spec='${libname}${release}${shared_ext}$major'
41993 +    dynamic_linker='NetBSD ld.elf_so'
41994 +  fi
41995 +  shlibpath_var=LD_LIBRARY_PATH
41996 +  shlibpath_overrides_runpath=yes
41997 +  hardcode_into_libs=yes
41998 +  ;;
41999 +
42000 +newsos6)
42001 +  version_type=linux
42002 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42003 +  shlibpath_var=LD_LIBRARY_PATH
42004 +  shlibpath_overrides_runpath=yes
42005 +  ;;
42006 +
42007 +nto-qnx*)
42008 +  version_type=linux
42009 +  need_lib_prefix=no
42010 +  need_version=no
42011 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42012 +  soname_spec='${libname}${release}${shared_ext}$major'
42013 +  shlibpath_var=LD_LIBRARY_PATH
42014 +  shlibpath_overrides_runpath=yes
42015 +  ;;
42016 +
42017 +openbsd*)
42018 +  version_type=sunos
42019 +  sys_lib_dlsearch_path_spec="/usr/lib"
42020 +  need_lib_prefix=no
42021 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
42022 +  case $host_os in
42023 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
42024 +    *)                         need_version=no  ;;
42025 +  esac
42026 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
42027 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
42028 +  shlibpath_var=LD_LIBRARY_PATH
42029 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
42030 +    case $host_os in
42031 +      openbsd2.[89] | openbsd2.[89].*)
42032 +       shlibpath_overrides_runpath=no
42033 +       ;;
42034 +      *)
42035 +       shlibpath_overrides_runpath=yes
42036 +       ;;
42037 +      esac
42038 +  else
42039 +    shlibpath_overrides_runpath=yes
42040 +  fi
42041 +  ;;
42042 +
42043 +os2*)
42044 +  libname_spec='$name'
42045 +  shrext_cmds=".dll"
42046 +  need_lib_prefix=no
42047 +  library_names_spec='$libname${shared_ext} $libname.a'
42048 +  dynamic_linker='OS/2 ld.exe'
42049 +  shlibpath_var=LIBPATH
42050 +  ;;
42051 +
42052 +osf3* | osf4* | osf5*)
42053 +  version_type=osf
42054 +  need_lib_prefix=no
42055 +  need_version=no
42056 +  soname_spec='${libname}${release}${shared_ext}$major'
42057 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42058 +  shlibpath_var=LD_LIBRARY_PATH
42059 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
42060 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
42061 +  ;;
42062 +
42063 +rdos*)
42064 +  dynamic_linker=no
42065 +  ;;
42066 +
42067 +solaris*)
42068 +  version_type=linux
42069 +  need_lib_prefix=no
42070 +  need_version=no
42071 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42072 +  soname_spec='${libname}${release}${shared_ext}$major'
42073 +  shlibpath_var=LD_LIBRARY_PATH
42074 +  shlibpath_overrides_runpath=yes
42075 +  hardcode_into_libs=yes
42076 +  # ldd complains unless libraries are executable
42077 +  postinstall_cmds='chmod +x $lib'
42078 +  ;;
42079 +
42080 +sunos4*)
42081 +  version_type=sunos
42082 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
42083 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
42084 +  shlibpath_var=LD_LIBRARY_PATH
42085 +  shlibpath_overrides_runpath=yes
42086 +  if test "$with_gnu_ld" = yes; then
42087 +    need_lib_prefix=no
42088 +  fi
42089 +  need_version=yes
42090 +  ;;
42091 +
42092 +sysv4 | sysv4.3*)
42093 +  version_type=linux
42094 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42095 +  soname_spec='${libname}${release}${shared_ext}$major'
42096 +  shlibpath_var=LD_LIBRARY_PATH
42097 +  case $host_vendor in
42098 +    sni)
42099 +      shlibpath_overrides_runpath=no
42100 +      need_lib_prefix=no
42101 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
42102 +      runpath_var=LD_RUN_PATH
42103 +      ;;
42104 +    siemens)
42105 +      need_lib_prefix=no
42106 +      ;;
42107 +    motorola)
42108 +      need_lib_prefix=no
42109 +      need_version=no
42110 +      shlibpath_overrides_runpath=no
42111 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
42112 +      ;;
42113 +  esac
42114 +  ;;
42115 +
42116 +sysv4*MP*)
42117 +  if test -d /usr/nec ;then
42118 +    version_type=linux
42119 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
42120 +    soname_spec='$libname${shared_ext}.$major'
42121 +    shlibpath_var=LD_LIBRARY_PATH
42122 +  fi
42123 +  ;;
42124 +
42125 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
42126 +  version_type=freebsd-elf
42127 +  need_lib_prefix=no
42128 +  need_version=no
42129 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
42130 +  soname_spec='${libname}${release}${shared_ext}$major'
42131 +  shlibpath_var=LD_LIBRARY_PATH
42132 +  hardcode_into_libs=yes
42133 +  if test "$with_gnu_ld" = yes; then
42134 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
42135 +    shlibpath_overrides_runpath=no
42136 +  else
42137 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
42138 +    shlibpath_overrides_runpath=yes
42139 +    case $host_os in
42140 +      sco3.2v5*)
42141 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
42142 +       ;;
42143 +    esac
42144 +  fi
42145 +  sys_lib_dlsearch_path_spec='/usr/lib'
42146 +  ;;
42147 +
42148 +uts4*)
42149 +  version_type=linux
42150 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
42151 +  soname_spec='${libname}${release}${shared_ext}$major'
42152 +  shlibpath_var=LD_LIBRARY_PATH
42153 +  ;;
42154 +
42155 +*)
42156 +  dynamic_linker=no
42157 +  ;;
42158 +esac
42159 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
42160 +echo "${ECHO_T}$dynamic_linker" >&6; }
42161 +test "$dynamic_linker" = no && can_build_shared=no
42162 +
42163 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
42164 +  echo $ECHO_N "(cached) $ECHO_C" >&6
42165 +else
42166 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
42167 +fi
42168 +
42169 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
42170 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
42171 +  echo $ECHO_N "(cached) $ECHO_C" >&6
42172 +else
42173 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
42174 +fi
42175 +
42176 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
42177 +
42178 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
42179 +if test "$GCC" = yes; then
42180 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
42181 +fi
42182 +
42183 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
42184 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
42185 +hardcode_action_F77=
42186 +if test -n "$hardcode_libdir_flag_spec_F77" || \
42187 +   test -n "$runpath_var_F77" || \
42188 +   test "X$hardcode_automatic_F77" = "Xyes" ; then
42189 +
42190 +  # We can hardcode non-existant directories.
42191 +  if test "$hardcode_direct_F77" != no &&
42192 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
42193 +     # have to relink, otherwise we might link with an installed library
42194 +     # when we should be linking with a yet-to-be-installed one
42195 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
42196 +     test "$hardcode_minus_L_F77" != no; then
42197 +    # Linking always hardcodes the temporary library directory.
42198 +    hardcode_action_F77=relink
42199 +  else
42200 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
42201 +    hardcode_action_F77=immediate
42202 +  fi
42203 +else
42204 +  # We cannot hardcode anything, or else we can only hardcode existing
42205 +  # directories.
42206 +  hardcode_action_F77=unsupported
42207 +fi
42208 +{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
42209 +echo "${ECHO_T}$hardcode_action_F77" >&6; }
42210 +
42211 +if test "$hardcode_action_F77" = relink; then
42212 +  # Fast installation is not supported
42213 +  enable_fast_install=no
42214 +elif test "$shlibpath_overrides_runpath" = yes ||
42215 +     test "$enable_shared" = no; then
42216 +  # Fast installation is not necessary
42217 +  enable_fast_install=needless
42218 +fi
42219 +
42220 +
42221 +# The else clause should only fire when bootstrapping the
42222 +# libtool distribution, otherwise you forgot to ship ltmain.sh
42223 +# with your package, and you will get complaints that there are
42224 +# no rules to generate ltmain.sh.
42225 +if test -f "$ltmain"; then
42226 +  # See if we are running on zsh, and set the options which allow our commands through
42227 +  # without removal of \ escapes.
42228 +  if test -n "${ZSH_VERSION+set}" ; then
42229 +    setopt NO_GLOB_SUBST
42230 +  fi
42231 +  # Now quote all the things that may contain metacharacters while being
42232 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
42233 +  # variables and quote the copies for generation of the libtool script.
42234 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
42235 +    SED SHELL STRIP \
42236 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
42237 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
42238 +    deplibs_check_method reload_flag reload_cmds need_locks \
42239 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
42240 +    lt_cv_sys_global_symbol_to_c_name_address \
42241 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
42242 +    old_postinstall_cmds old_postuninstall_cmds \
42243 +    compiler_F77 \
42244 +    CC_F77 \
42245 +    LD_F77 \
42246 +    lt_prog_compiler_wl_F77 \
42247 +    lt_prog_compiler_pic_F77 \
42248 +    lt_prog_compiler_static_F77 \
42249 +    lt_prog_compiler_no_builtin_flag_F77 \
42250 +    export_dynamic_flag_spec_F77 \
42251 +    thread_safe_flag_spec_F77 \
42252 +    whole_archive_flag_spec_F77 \
42253 +    enable_shared_with_static_runtimes_F77 \
42254 +    old_archive_cmds_F77 \
42255 +    old_archive_from_new_cmds_F77 \
42256 +    predep_objects_F77 \
42257 +    postdep_objects_F77 \
42258 +    predeps_F77 \
42259 +    postdeps_F77 \
42260 +    compiler_lib_search_path_F77 \
42261 +    compiler_lib_search_dirs_F77 \
42262 +    archive_cmds_F77 \
42263 +    archive_expsym_cmds_F77 \
42264 +    postinstall_cmds_F77 \
42265 +    postuninstall_cmds_F77 \
42266 +    old_archive_from_expsyms_cmds_F77 \
42267 +    allow_undefined_flag_F77 \
42268 +    no_undefined_flag_F77 \
42269 +    export_symbols_cmds_F77 \
42270 +    hardcode_libdir_flag_spec_F77 \
42271 +    hardcode_libdir_flag_spec_ld_F77 \
42272 +    hardcode_libdir_separator_F77 \
42273 +    hardcode_automatic_F77 \
42274 +    module_cmds_F77 \
42275 +    module_expsym_cmds_F77 \
42276 +    lt_cv_prog_compiler_c_o_F77 \
42277 +    fix_srcfile_path_F77 \
42278 +    exclude_expsyms_F77 \
42279 +    include_expsyms_F77; do
42280 +
42281 +    case $var in
42282 +    old_archive_cmds_F77 | \
42283 +    old_archive_from_new_cmds_F77 | \
42284 +    archive_cmds_F77 | \
42285 +    archive_expsym_cmds_F77 | \
42286 +    module_cmds_F77 | \
42287 +    module_expsym_cmds_F77 | \
42288 +    old_archive_from_expsyms_cmds_F77 | \
42289 +    export_symbols_cmds_F77 | \
42290 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
42291 +    postinstall_cmds | postuninstall_cmds | \
42292 +    old_postinstall_cmds | old_postuninstall_cmds | \
42293 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
42294 +      # Double-quote double-evaled strings.
42295 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
42296 +      ;;
42297 +    *)
42298 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
42299 +      ;;
42300 +    esac
42301 +  done
42302 +
42303 +  case $lt_echo in
42304 +  *'\$0 --fallback-echo"')
42305 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
42306 +    ;;
42307 +  esac
42308 +
42309 +cfgfile="$ofile"
42310 +
42311 +  cat <<__EOF__ >> "$cfgfile"
42312 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
42313 +
42314 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
42315 +
42316 +# Shell to use when invoking shell scripts.
42317 +SHELL=$lt_SHELL
42318 +
42319 +# Whether or not to build shared libraries.
42320 +build_libtool_libs=$enable_shared
42321 +
42322 +# Whether or not to build static libraries.
42323 +build_old_libs=$enable_static
42324 +
42325 +# Whether or not to add -lc for building shared libraries.
42326 +build_libtool_need_lc=$archive_cmds_need_lc_F77
42327 +
42328 +# Whether or not to disallow shared libs when runtime libs are static
42329 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
42330 +
42331 +# Whether or not to optimize for fast installation.
42332 +fast_install=$enable_fast_install
42333 +
42334 +# The host system.
42335 +host_alias=$host_alias
42336 +host=$host
42337 +host_os=$host_os
42338 +
42339 +# The build system.
42340 +build_alias=$build_alias
42341 +build=$build
42342 +build_os=$build_os
42343 +
42344 +# An echo program that does not interpret backslashes.
42345 +echo=$lt_echo
42346 +
42347 +# The archiver.
42348 +AR=$lt_AR
42349 +AR_FLAGS=$lt_AR_FLAGS
42350 +
42351 +# A C compiler.
42352 +LTCC=$lt_LTCC
42353 +
42354 +# LTCC compiler flags.
42355 +LTCFLAGS=$lt_LTCFLAGS
42356 +
42357 +# A language-specific compiler.
42358 +CC=$lt_compiler_F77
42359 +
42360 +# Is the compiler the GNU C compiler?
42361 +with_gcc=$GCC_F77
42362 +
42363 +# An ERE matcher.
42364 +EGREP=$lt_EGREP
42365 +
42366 +# The linker used to build libraries.
42367 +LD=$lt_LD_F77
42368 +
42369 +# Whether we need hard or soft links.
42370 +LN_S=$lt_LN_S
42371 +
42372 +# A BSD-compatible nm program.
42373 +NM=$lt_NM
42374 +
42375 +# A symbol stripping program
42376 +STRIP=$lt_STRIP
42377 +
42378 +# Used to examine libraries when file_magic_cmd begins "file"
42379 +MAGIC_CMD=$MAGIC_CMD
42380 +
42381 +# Used on cygwin: DLL creation program.
42382 +DLLTOOL="$DLLTOOL"
42383 +
42384 +# Used on cygwin: object dumper.
42385 +OBJDUMP="$OBJDUMP"
42386 +
42387 +# Used on cygwin: assembler.
42388 +AS="$AS"
42389 +
42390 +# The name of the directory that contains temporary libtool files.
42391 +objdir=$objdir
42392 +
42393 +# How to create reloadable object files.
42394 +reload_flag=$lt_reload_flag
42395 +reload_cmds=$lt_reload_cmds
42396 +
42397 +# How to pass a linker flag through the compiler.
42398 +wl=$lt_lt_prog_compiler_wl_F77
42399 +
42400 +# Object file suffix (normally "o").
42401 +objext="$ac_objext"
42402 +
42403 +# Old archive suffix (normally "a").
42404 +libext="$libext"
42405 +
42406 +# Shared library suffix (normally ".so").
42407 +shrext_cmds='$shrext_cmds'
42408 +
42409 +# Executable file suffix (normally "").
42410 +exeext="$exeext"
42411 +
42412 +# Additional compiler flags for building library objects.
42413 +pic_flag=$lt_lt_prog_compiler_pic_F77
42414 +pic_mode=$pic_mode
42415 +
42416 +# What is the maximum length of a command?
42417 +max_cmd_len=$lt_cv_sys_max_cmd_len
42418 +
42419 +# Does compiler simultaneously support -c and -o options?
42420 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
42421 +
42422 +# Must we lock files when doing compilation?
42423 +need_locks=$lt_need_locks
42424 +
42425 +# Do we need the lib prefix for modules?
42426 +need_lib_prefix=$need_lib_prefix
42427 +
42428 +# Do we need a version for libraries?
42429 +need_version=$need_version
42430 +
42431 +# Whether dlopen is supported.
42432 +dlopen_support=$enable_dlopen
42433 +
42434 +# Whether dlopen of programs is supported.
42435 +dlopen_self=$enable_dlopen_self
42436 +
42437 +# Whether dlopen of statically linked programs is supported.
42438 +dlopen_self_static=$enable_dlopen_self_static
42439 +
42440 +# Compiler flag to prevent dynamic linking.
42441 +link_static_flag=$lt_lt_prog_compiler_static_F77
42442 +
42443 +# Compiler flag to turn off builtin functions.
42444 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
42445 +
42446 +# Compiler flag to allow reflexive dlopens.
42447 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
42448 +
42449 +# Compiler flag to generate shared objects directly from archives.
42450 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
42451 +
42452 +# Compiler flag to generate thread-safe objects.
42453 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
42454 +
42455 +# Library versioning type.
42456 +version_type=$version_type
42457 +
42458 +# Format of library name prefix.
42459 +libname_spec=$lt_libname_spec
42460 +
42461 +# List of archive names.  First name is the real one, the rest are links.
42462 +# The last name is the one that the linker finds with -lNAME.
42463 +library_names_spec=$lt_library_names_spec
42464 +
42465 +# The coded name of the library, if different from the real name.
42466 +soname_spec=$lt_soname_spec
42467 +
42468 +# Commands used to build and install an old-style archive.
42469 +RANLIB=$lt_RANLIB
42470 +old_archive_cmds=$lt_old_archive_cmds_F77
42471 +old_postinstall_cmds=$lt_old_postinstall_cmds
42472 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
42473 +
42474 +# Create an old-style archive from a shared archive.
42475 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
42476 +
42477 +# Create a temporary old-style archive to link instead of a shared archive.
42478 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
42479 +
42480 +# Commands used to build and install a shared archive.
42481 +archive_cmds=$lt_archive_cmds_F77
42482 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77
42483 +postinstall_cmds=$lt_postinstall_cmds
42484 +postuninstall_cmds=$lt_postuninstall_cmds
42485 +
42486 +# Commands used to build a loadable module (assumed same as above if empty)
42487 +module_cmds=$lt_module_cmds_F77
42488 +module_expsym_cmds=$lt_module_expsym_cmds_F77
42489 +
42490 +# Commands to strip libraries.
42491 +old_striplib=$lt_old_striplib
42492 +striplib=$lt_striplib
42493 +
42494 +# Dependencies to place before the objects being linked to create a
42495 +# shared library.
42496 +predep_objects=$lt_predep_objects_F77
42497 +
42498 +# Dependencies to place after the objects being linked to create a
42499 +# shared library.
42500 +postdep_objects=$lt_postdep_objects_F77
42501 +
42502 +# Dependencies to place before the objects being linked to create a
42503 +# shared library.
42504 +predeps=$lt_predeps_F77
42505 +
42506 +# Dependencies to place after the objects being linked to create a
42507 +# shared library.
42508 +postdeps=$lt_postdeps_F77
42509 +
42510 +# The directories searched by this compiler when creating a shared
42511 +# library
42512 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
42513 +
42514 +# The library search path used internally by the compiler when linking
42515 +# a shared library.
42516 +compiler_lib_search_path=$lt_compiler_lib_search_path_F77
42517 +
42518 +# Method to check whether dependent libraries are shared objects.
42519 +deplibs_check_method=$lt_deplibs_check_method
42520 +
42521 +# Command to use when deplibs_check_method == file_magic.
42522 +file_magic_cmd=$lt_file_magic_cmd
42523 +
42524 +# Flag that allows shared libraries with undefined symbols to be built.
42525 +allow_undefined_flag=$lt_allow_undefined_flag_F77
42526 +
42527 +# Flag that forces no undefined symbols.
42528 +no_undefined_flag=$lt_no_undefined_flag_F77
42529 +
42530 +# Commands used to finish a libtool library installation in a directory.
42531 +finish_cmds=$lt_finish_cmds
42532 +
42533 +# Same as above, but a single script fragment to be evaled but not shown.
42534 +finish_eval=$lt_finish_eval
42535 +
42536 +# Take the output of nm and produce a listing of raw symbols and C names.
42537 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
42538 +
42539 +# Transform the output of nm in a proper C declaration
42540 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
42541 +
42542 +# Transform the output of nm in a C name address pair
42543 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
42544 +
42545 +# This is the shared library runtime path variable.
42546 +runpath_var=$runpath_var
42547 +
42548 +# This is the shared library path variable.
42549 +shlibpath_var=$shlibpath_var
42550 +
42551 +# Is shlibpath searched before the hard-coded library search path?
42552 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
42553 +
42554 +# How to hardcode a shared library path into an executable.
42555 +hardcode_action=$hardcode_action_F77
42556 +
42557 +# Whether we should hardcode library paths into libraries.
42558 +hardcode_into_libs=$hardcode_into_libs
42559 +
42560 +# Flag to hardcode \$libdir into a binary during linking.
42561 +# This must work even if \$libdir does not exist.
42562 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
42563 +
42564 +# If ld is used when linking, flag to hardcode \$libdir into
42565 +# a binary during linking. This must work even if \$libdir does
42566 +# not exist.
42567 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
42568 +
42569 +# Whether we need a single -rpath flag with a separated argument.
42570 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
42571 +
42572 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
42573 +# resulting binary.
42574 +hardcode_direct=$hardcode_direct_F77
42575 +
42576 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
42577 +# resulting binary.
42578 +hardcode_minus_L=$hardcode_minus_L_F77
42579 +
42580 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
42581 +# the resulting binary.
42582 +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
42583 +
42584 +# Set to yes if building a shared library automatically hardcodes DIR into the library
42585 +# and all subsequent libraries and executables linked against it.
42586 +hardcode_automatic=$hardcode_automatic_F77
42587 +
42588 +# Variables whose values should be saved in libtool wrapper scripts and
42589 +# restored at relink time.
42590 +variables_saved_for_relink="$variables_saved_for_relink"
42591 +
42592 +# Whether libtool must link a program against all its dependency libraries.
42593 +link_all_deplibs=$link_all_deplibs_F77
42594 +
42595 +# Compile-time system search path for libraries
42596 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
42597 +
42598 +# Run-time system search path for libraries
42599 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
42600 +
42601 +# Fix the shell variable \$srcfile for the compiler.
42602 +fix_srcfile_path=$lt_fix_srcfile_path
42603 +
42604 +# Set to yes if exported symbols are required.
42605 +always_export_symbols=$always_export_symbols_F77
42606 +
42607 +# The commands to list exported symbols.
42608 +export_symbols_cmds=$lt_export_symbols_cmds_F77
42609 +
42610 +# The commands to extract the exported symbol list from a shared archive.
42611 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
42612 +
42613 +# Symbols that should not be listed in the preloaded symbols.
42614 +exclude_expsyms=$lt_exclude_expsyms_F77
42615 +
42616 +# Symbols that must always be exported.
42617 +include_expsyms=$lt_include_expsyms_F77
42618 +
42619 +# ### END LIBTOOL TAG CONFIG: $tagname
42620 +
42621 +__EOF__
42622 +
42623 +
42624 +else
42625 +  # If there is no Makefile yet, we rely on a make rule to execute
42626 +  # `config.status --recheck' to rerun these tests and create the
42627 +  # libtool script then.
42628 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
42629 +  if test -f "$ltmain_in"; then
42630 +    test -f Makefile && make "$ltmain"
42631 +  fi
42632 +fi
42633 +
42634 +
42635 +ac_ext=c
42636 +ac_cpp='$CPP $CPPFLAGS'
42637 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42638 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42639 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
42640 +
42641 +CC="$lt_save_CC"
42642 +
42643 +       else
42644 +         tagname=""
42645 +       fi
42646 +       ;;
42647 +
42648 +      GCJ)
42649 +       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
42650 +         
42651 +
42652 +# Source file extension for Java test sources.
42653 +ac_ext=java
42654 +
42655 +# Object file extension for compiled Java test sources.
42656 +objext=o
42657 +objext_GCJ=$objext
42658 +
42659 +# Code to be used in simple compile tests
42660 +lt_simple_compile_test_code="class foo {}"
42661 +
42662 +# Code to be used in simple link tests
42663 +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
42664 +
42665 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
42666 +
42667 +# If no C compiler was specified, use CC.
42668 +LTCC=${LTCC-"$CC"}
42669 +
42670 +# If no C compiler flags were specified, use CFLAGS.
42671 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42672 +
42673 +# Allow CC to be a program name with arguments.
42674 +compiler=$CC
42675 +
42676 +
42677 +# save warnings/boilerplate of simple test code
42678 +ac_outfile=conftest.$ac_objext
42679 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
42680 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
42681 +_lt_compiler_boilerplate=`cat conftest.err`
42682 +$rm conftest*
42683 +
42684 +ac_outfile=conftest.$ac_objext
42685 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
42686 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
42687 +_lt_linker_boilerplate=`cat conftest.err`
42688 +$rm -r conftest*
42689 +
42690 +
42691 +# Allow CC to be a program name with arguments.
42692 +lt_save_CC="$CC"
42693 +CC=${GCJ-"gcj"}
42694 +compiler=$CC
42695 +compiler_GCJ=$CC
42696 +for cc_temp in $compiler""; do
42697 +  case $cc_temp in
42698 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
42699 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
42700 +    \-*) ;;
42701 +    *) break;;
42702 +  esac
42703 +done
42704 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
42705 +
42706 +
42707 +# GCJ did not exist at the time GCC didn't implicitly link libc in.
42708 +archive_cmds_need_lc_GCJ=no
42709 +
42710 +old_archive_cmds_GCJ=$old_archive_cmds
42711 +
42712 +## CAVEAT EMPTOR:
42713 +## There is no encapsulation within the following macros, do not change
42714 +## the running order or otherwise move them around unless you know exactly
42715 +## what you are doing...
42716 +
42717 +lt_prog_compiler_no_builtin_flag_GCJ=
42718 +
42719 +if test "$GCC" = yes; then
42720 +  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
42721 +
42722 +  
42723 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
42724 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
42725 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
42726 +  echo $ECHO_N "(cached) $ECHO_C" >&6
42727 +else
42728 +  lt_cv_prog_compiler_rtti_exceptions=no
42729 +  ac_outfile=conftest.$ac_objext
42730 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
42731 +   lt_compiler_flag="-fno-rtti -fno-exceptions"
42732 +   # Insert the option either (1) after the last *FLAGS variable, or
42733 +   # (2) before a word containing "conftest.", or (3) at the end.
42734 +   # Note that $ac_compile itself does not contain backslashes and begins
42735 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
42736 +   # The option is referenced via a variable to avoid confusing sed.
42737 +   lt_compile=`echo "$ac_compile" | $SED \
42738 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
42739 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
42740 +   -e 's:$: $lt_compiler_flag:'`
42741 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
42742 +   (eval "$lt_compile" 2>conftest.err)
42743 +   ac_status=$?
42744 +   cat conftest.err >&5
42745 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
42746 +   if (exit $ac_status) && test -s "$ac_outfile"; then
42747 +     # The compiler can only warn and ignore the option if not recognized
42748 +     # So say no if there are warnings other than the usual output.
42749 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
42750 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
42751 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
42752 +       lt_cv_prog_compiler_rtti_exceptions=yes
42753 +     fi
42754 +   fi
42755 +   $rm conftest*
42756 +
42757 +fi
42758 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
42759 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
42760 +
42761 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
42762 +    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
42763 +else
42764 +    :
42765 +fi
42766 +
42767 +fi
42768 +
42769 +lt_prog_compiler_wl_GCJ=
42770 +lt_prog_compiler_pic_GCJ=
42771 +lt_prog_compiler_static_GCJ=
42772 +
42773 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
42774 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
42775
42776 +  if test "$GCC" = yes; then
42777 +    lt_prog_compiler_wl_GCJ='-Wl,'
42778 +    lt_prog_compiler_static_GCJ='-static'
42779 +
42780 +    case $host_os in
42781 +      aix*)
42782 +      # All AIX code is PIC.
42783 +      if test "$host_cpu" = ia64; then
42784 +       # AIX 5 now supports IA64 processor
42785 +       lt_prog_compiler_static_GCJ='-Bstatic'
42786 +      fi
42787 +      ;;
42788 +
42789 +    amigaos*)
42790 +      # FIXME: we need at least 68020 code to build shared libraries, but
42791 +      # adding the `-m68020' flag to GCC prevents building anything better,
42792 +      # like `-m68040'.
42793 +      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
42794 +      ;;
42795 +
42796 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
42797 +      # PIC is the default for these OSes.
42798 +      ;;
42799 +
42800 +    mingw* | cygwin* | pw32* | os2*)
42801 +      # This hack is so that the source file can tell whether it is being
42802 +      # built for inclusion in a dll (and should export symbols for example).
42803 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
42804 +      # (--disable-auto-import) libraries
42805 +      
42806 +      ;;
42807 +
42808 +    darwin* | rhapsody*)
42809 +      # PIC is the default on this platform
42810 +      # Common symbols not allowed in MH_DYLIB files
42811 +      lt_prog_compiler_pic_GCJ='-fno-common'
42812 +      ;;
42813 +
42814 +    interix[3-9]*)
42815 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
42816 +      # Instead, we relocate shared libraries at runtime.
42817 +      ;;
42818 +
42819 +    msdosdjgpp*)
42820 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
42821 +      # on systems that don't support them.
42822 +      lt_prog_compiler_can_build_shared_GCJ=no
42823 +      enable_shared=no
42824 +      ;;
42825 +
42826 +    sysv4*MP*)
42827 +      if test -d /usr/nec; then
42828 +       lt_prog_compiler_pic_GCJ=-Kconform_pic
42829 +      fi
42830 +      ;;
42831 +
42832 +    hpux*)
42833 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
42834 +      # not for PA HP-UX.
42835 +      case $host_cpu in
42836 +      hppa*64*|ia64*)
42837 +       # +Z the default
42838 +       ;;
42839 +      *)
42840 +       lt_prog_compiler_pic_GCJ='-fPIC'
42841 +       ;;
42842 +      esac
42843 +      ;;
42844 +
42845 +    *)
42846 +      lt_prog_compiler_pic_GCJ='-fPIC'
42847 +      ;;
42848 +    esac
42849 +  else
42850 +    # PORTME Check for flag to pass linker flags through the system compiler.
42851 +    case $host_os in
42852 +    aix*)
42853 +      lt_prog_compiler_wl_GCJ='-Wl,'
42854 +      if test "$host_cpu" = ia64; then
42855 +       # AIX 5 now supports IA64 processor
42856 +       lt_prog_compiler_static_GCJ='-Bstatic'
42857 +      else
42858 +       lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
42859 +      fi
42860 +      ;;
42861 +      darwin*)
42862 +        # PIC is the default on this platform
42863 +        # Common symbols not allowed in MH_DYLIB files
42864 +       case $cc_basename in
42865 +         xlc*)
42866 +         lt_prog_compiler_pic_GCJ='-qnocommon'
42867 +         lt_prog_compiler_wl_GCJ='-Wl,'
42868 +         ;;
42869 +       esac
42870 +       ;;
42871 +
42872 +    mingw* | cygwin* | pw32* | os2*)
42873 +      # This hack is so that the source file can tell whether it is being
42874 +      # built for inclusion in a dll (and should export symbols for example).
42875 +      
42876 +      ;;
42877 +
42878 +    hpux9* | hpux10* | hpux11*)
42879 +      lt_prog_compiler_wl_GCJ='-Wl,'
42880 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
42881 +      # not for PA HP-UX.
42882 +      case $host_cpu in
42883 +      hppa*64*|ia64*)
42884 +       # +Z the default
42885 +       ;;
42886 +      *)
42887 +       lt_prog_compiler_pic_GCJ='+Z'
42888 +       ;;
42889 +      esac
42890 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
42891 +      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
42892 +      ;;
42893 +
42894 +    irix5* | irix6* | nonstopux*)
42895 +      lt_prog_compiler_wl_GCJ='-Wl,'
42896 +      # PIC (with -KPIC) is the default.
42897 +      lt_prog_compiler_static_GCJ='-non_shared'
42898 +      ;;
42899 +
42900 +    newsos6)
42901 +      lt_prog_compiler_pic_GCJ='-KPIC'
42902 +      lt_prog_compiler_static_GCJ='-Bstatic'
42903 +      ;;
42904 +
42905 +    linux* | k*bsd*-gnu)
42906 +      case $cc_basename in
42907 +      icc* | ecc*)
42908 +       lt_prog_compiler_wl_GCJ='-Wl,'
42909 +       lt_prog_compiler_pic_GCJ='-KPIC'
42910 +       lt_prog_compiler_static_GCJ='-static'
42911 +        ;;
42912 +      pgcc* | pgf77* | pgf90* | pgf95*)
42913 +        # Portland Group compilers (*not* the Pentium gcc compiler,
42914 +       # which looks to be a dead project)
42915 +       lt_prog_compiler_wl_GCJ='-Wl,'
42916 +       lt_prog_compiler_pic_GCJ='-fpic'
42917 +       lt_prog_compiler_static_GCJ='-Bstatic'
42918 +        ;;
42919 +      ccc*)
42920 +        lt_prog_compiler_wl_GCJ='-Wl,'
42921 +        # All Alpha code is PIC.
42922 +        lt_prog_compiler_static_GCJ='-non_shared'
42923 +        ;;
42924 +      *)
42925 +        case `$CC -V 2>&1 | sed 5q` in
42926 +       *Sun\ C*)
42927 +         # Sun C 5.9
42928 +         lt_prog_compiler_pic_GCJ='-KPIC'
42929 +         lt_prog_compiler_static_GCJ='-Bstatic'
42930 +         lt_prog_compiler_wl_GCJ='-Wl,'
42931 +         ;;
42932 +       *Sun\ F*)
42933 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
42934 +         lt_prog_compiler_pic_GCJ='-KPIC'
42935 +         lt_prog_compiler_static_GCJ='-Bstatic'
42936 +         lt_prog_compiler_wl_GCJ=''
42937 +         ;;
42938 +       esac
42939 +       ;;
42940 +      esac
42941 +      ;;
42942 +
42943 +    osf3* | osf4* | osf5*)
42944 +      lt_prog_compiler_wl_GCJ='-Wl,'
42945 +      # All OSF/1 code is PIC.
42946 +      lt_prog_compiler_static_GCJ='-non_shared'
42947 +      ;;
42948 +
42949 +    rdos*)
42950 +      lt_prog_compiler_static_GCJ='-non_shared'
42951 +      ;;
42952 +
42953 +    solaris*)
42954 +      lt_prog_compiler_pic_GCJ='-KPIC'
42955 +      lt_prog_compiler_static_GCJ='-Bstatic'
42956 +      case $cc_basename in
42957 +      f77* | f90* | f95*)
42958 +       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
42959 +      *)
42960 +       lt_prog_compiler_wl_GCJ='-Wl,';;
42961 +      esac
42962 +      ;;
42963 +
42964 +    sunos4*)
42965 +      lt_prog_compiler_wl_GCJ='-Qoption ld '
42966 +      lt_prog_compiler_pic_GCJ='-PIC'
42967 +      lt_prog_compiler_static_GCJ='-Bstatic'
42968 +      ;;
42969 +
42970 +    sysv4 | sysv4.2uw2* | sysv4.3*)
42971 +      lt_prog_compiler_wl_GCJ='-Wl,'
42972 +      lt_prog_compiler_pic_GCJ='-KPIC'
42973 +      lt_prog_compiler_static_GCJ='-Bstatic'
42974 +      ;;
42975 +
42976 +    sysv4*MP*)
42977 +      if test -d /usr/nec ;then
42978 +       lt_prog_compiler_pic_GCJ='-Kconform_pic'
42979 +       lt_prog_compiler_static_GCJ='-Bstatic'
42980 +      fi
42981 +      ;;
42982 +
42983 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
42984 +      lt_prog_compiler_wl_GCJ='-Wl,'
42985 +      lt_prog_compiler_pic_GCJ='-KPIC'
42986 +      lt_prog_compiler_static_GCJ='-Bstatic'
42987 +      ;;
42988 +
42989 +    unicos*)
42990 +      lt_prog_compiler_wl_GCJ='-Wl,'
42991 +      lt_prog_compiler_can_build_shared_GCJ=no
42992 +      ;;
42993 +
42994 +    uts4*)
42995 +      lt_prog_compiler_pic_GCJ='-pic'
42996 +      lt_prog_compiler_static_GCJ='-Bstatic'
42997 +      ;;
42998 +
42999 +    *)
43000 +      lt_prog_compiler_can_build_shared_GCJ=no
43001 +      ;;
43002 +    esac
43003 +  fi
43004 +
43005 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
43006 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
43007 +
43008 +#
43009 +# Check to make sure the PIC flag actually works.
43010 +#
43011 +if test -n "$lt_prog_compiler_pic_GCJ"; then
43012 +  
43013 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
43014 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
43015 +if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
43016 +  echo $ECHO_N "(cached) $ECHO_C" >&6
43017 +else
43018 +  lt_cv_prog_compiler_pic_works_GCJ=no
43019 +  ac_outfile=conftest.$ac_objext
43020 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
43021 +   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
43022 +   # Insert the option either (1) after the last *FLAGS variable, or
43023 +   # (2) before a word containing "conftest.", or (3) at the end.
43024 +   # Note that $ac_compile itself does not contain backslashes and begins
43025 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
43026 +   # The option is referenced via a variable to avoid confusing sed.
43027 +   lt_compile=`echo "$ac_compile" | $SED \
43028 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
43029 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
43030 +   -e 's:$: $lt_compiler_flag:'`
43031 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
43032 +   (eval "$lt_compile" 2>conftest.err)
43033 +   ac_status=$?
43034 +   cat conftest.err >&5
43035 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
43036 +   if (exit $ac_status) && test -s "$ac_outfile"; then
43037 +     # The compiler can only warn and ignore the option if not recognized
43038 +     # So say no if there are warnings other than the usual output.
43039 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
43040 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
43041 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
43042 +       lt_cv_prog_compiler_pic_works_GCJ=yes
43043 +     fi
43044 +   fi
43045 +   $rm conftest*
43046 +
43047 +fi
43048 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
43049 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
43050 +
43051 +if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
43052 +    case $lt_prog_compiler_pic_GCJ in
43053 +     "" | " "*) ;;
43054 +     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
43055 +     esac
43056 +else
43057 +    lt_prog_compiler_pic_GCJ=
43058 +     lt_prog_compiler_can_build_shared_GCJ=no
43059 +fi
43060 +
43061 +fi
43062 +case $host_os in
43063 +  # For platforms which do not support PIC, -DPIC is meaningless:
43064 +  *djgpp*)
43065 +    lt_prog_compiler_pic_GCJ=
43066 +    ;;
43067 +  *)
43068 +    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
43069 +    ;;
43070 +esac
43071 +
43072 +#
43073 +# Check to make sure the static flag actually works.
43074 +#
43075 +wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
43076 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
43077 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
43078 +if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
43079 +  echo $ECHO_N "(cached) $ECHO_C" >&6
43080 +else
43081 +  lt_cv_prog_compiler_static_works_GCJ=no
43082 +   save_LDFLAGS="$LDFLAGS"
43083 +   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
43084 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
43085 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
43086 +     # The linker can only warn and ignore the option if not recognized
43087 +     # So say no if there are warnings
43088 +     if test -s conftest.err; then
43089 +       # Append any errors to the config.log.
43090 +       cat conftest.err 1>&5
43091 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
43092 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
43093 +       if diff conftest.exp conftest.er2 >/dev/null; then
43094 +         lt_cv_prog_compiler_static_works_GCJ=yes
43095 +       fi
43096 +     else
43097 +       lt_cv_prog_compiler_static_works_GCJ=yes
43098 +     fi
43099 +   fi
43100 +   $rm -r conftest*
43101 +   LDFLAGS="$save_LDFLAGS"
43102 +
43103 +fi
43104 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
43105 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
43106 +
43107 +if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
43108 +    :
43109 +else
43110 +    lt_prog_compiler_static_GCJ=
43111 +fi
43112 +
43113 +
43114 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
43115 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
43116 +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
43117 +  echo $ECHO_N "(cached) $ECHO_C" >&6
43118 +else
43119 +  lt_cv_prog_compiler_c_o_GCJ=no
43120 +   $rm -r conftest 2>/dev/null
43121 +   mkdir conftest
43122 +   cd conftest
43123 +   mkdir out
43124 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
43125 +
43126 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
43127 +   # Insert the option either (1) after the last *FLAGS variable, or
43128 +   # (2) before a word containing "conftest.", or (3) at the end.
43129 +   # Note that $ac_compile itself does not contain backslashes and begins
43130 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
43131 +   lt_compile=`echo "$ac_compile" | $SED \
43132 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
43133 +   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
43134 +   -e 's:$: $lt_compiler_flag:'`
43135 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
43136 +   (eval "$lt_compile" 2>out/conftest.err)
43137 +   ac_status=$?
43138 +   cat out/conftest.err >&5
43139 +   echo "$as_me:__oline__: \$? = $ac_status" >&5
43140 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
43141 +   then
43142 +     # The compiler can only warn and ignore the option if not recognized
43143 +     # So say no if there are warnings
43144 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
43145 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
43146 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
43147 +       lt_cv_prog_compiler_c_o_GCJ=yes
43148 +     fi
43149 +   fi
43150 +   chmod u+w . 2>&5
43151 +   $rm conftest*
43152 +   # SGI C++ compiler will create directory out/ii_files/ for
43153 +   # template instantiation
43154 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
43155 +   $rm out/* && rmdir out
43156 +   cd ..
43157 +   rmdir conftest
43158 +   $rm conftest*
43159 +
43160 +fi
43161 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
43162 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
43163 +
43164 +
43165 +hard_links="nottested"
43166 +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
43167 +  # do not overwrite the value of need_locks provided by the user
43168 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
43169 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
43170 +  hard_links=yes
43171 +  $rm conftest*
43172 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
43173 +  touch conftest.a
43174 +  ln conftest.a conftest.b 2>&5 || hard_links=no
43175 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
43176 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
43177 +echo "${ECHO_T}$hard_links" >&6; }
43178 +  if test "$hard_links" = no; then
43179 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
43180 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
43181 +    need_locks=warn
43182 +  fi
43183 +else
43184 +  need_locks=no
43185 +fi
43186 +
43187 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
43188 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
43189 +
43190 +  runpath_var=
43191 +  allow_undefined_flag_GCJ=
43192 +  enable_shared_with_static_runtimes_GCJ=no
43193 +  archive_cmds_GCJ=
43194 +  archive_expsym_cmds_GCJ=
43195 +  old_archive_From_new_cmds_GCJ=
43196 +  old_archive_from_expsyms_cmds_GCJ=
43197 +  export_dynamic_flag_spec_GCJ=
43198 +  whole_archive_flag_spec_GCJ=
43199 +  thread_safe_flag_spec_GCJ=
43200 +  hardcode_libdir_flag_spec_GCJ=
43201 +  hardcode_libdir_flag_spec_ld_GCJ=
43202 +  hardcode_libdir_separator_GCJ=
43203 +  hardcode_direct_GCJ=no
43204 +  hardcode_minus_L_GCJ=no
43205 +  hardcode_shlibpath_var_GCJ=unsupported
43206 +  link_all_deplibs_GCJ=unknown
43207 +  hardcode_automatic_GCJ=no
43208 +  module_cmds_GCJ=
43209 +  module_expsym_cmds_GCJ=
43210 +  always_export_symbols_GCJ=no
43211 +  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
43212 +  # include_expsyms should be a list of space-separated symbols to be *always*
43213 +  # included in the symbol list
43214 +  include_expsyms_GCJ=
43215 +  # exclude_expsyms can be an extended regexp of symbols to exclude
43216 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
43217 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
43218 +  # as well as any symbol that contains `d'.
43219 +  exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
43220 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
43221 +  # platforms (ab)use it in PIC code, but their linkers get confused if
43222 +  # the symbol is explicitly referenced.  Since portable code cannot
43223 +  # rely on this symbol name, it's probably fine to never include it in
43224 +  # preloaded symbol tables.
43225 +  # Exclude shared library initialization/finalization symbols.
43226 +  extract_expsyms_cmds=
43227 +  # Just being paranoid about ensuring that cc_basename is set.
43228 +  for cc_temp in $compiler""; do
43229 +  case $cc_temp in
43230 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
43231 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
43232 +    \-*) ;;
43233 +    *) break;;
43234 +  esac
43235 +done
43236 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
43237 +
43238 +  case $host_os in
43239 +  cygwin* | mingw* | pw32*)
43240 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
43241 +    # When not using gcc, we currently assume that we are using
43242 +    # Microsoft Visual C++.
43243 +    if test "$GCC" != yes; then
43244 +      with_gnu_ld=no
43245 +    fi
43246 +    ;;
43247 +  interix*)
43248 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
43249 +    with_gnu_ld=yes
43250 +    ;;
43251 +  openbsd*)
43252 +    with_gnu_ld=no
43253 +    ;;
43254 +  esac
43255 +
43256 +  ld_shlibs_GCJ=yes
43257 +  if test "$with_gnu_ld" = yes; then
43258 +    # If archive_cmds runs LD, not CC, wlarc should be empty
43259 +    wlarc='${wl}'
43260 +
43261 +    # Set some defaults for GNU ld with shared library support. These
43262 +    # are reset later if shared libraries are not supported. Putting them
43263 +    # here allows them to be overridden if necessary.
43264 +    runpath_var=LD_RUN_PATH
43265 +    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
43266 +    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
43267 +    # ancient GNU ld didn't support --whole-archive et. al.
43268 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
43269 +       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
43270 +      else
43271 +       whole_archive_flag_spec_GCJ=
43272 +    fi
43273 +    supports_anon_versioning=no
43274 +    case `$LD -v 2>/dev/null` in
43275 +      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
43276 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
43277 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
43278 +      *\ 2.11.*) ;; # other 2.11 versions
43279 +      *) supports_anon_versioning=yes ;;
43280 +    esac
43281 +
43282 +    # See if GNU ld supports shared libraries.
43283 +    case $host_os in
43284 +    aix[3-9]*)
43285 +      # On AIX/PPC, the GNU linker is very broken
43286 +      if test "$host_cpu" != ia64; then
43287 +       ld_shlibs_GCJ=no
43288 +       cat <<EOF 1>&2
43289 +
43290 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
43291 +*** to be unable to reliably create shared libraries on AIX.
43292 +*** Therefore, libtool is disabling shared libraries support.  If you
43293 +*** really care for shared libraries, you may want to modify your PATH
43294 +*** so that a non-GNU linker is found, and then restart.
43295 +
43296 +EOF
43297 +      fi
43298 +      ;;
43299 +
43300 +    amigaos*)
43301 +      archive_cmds_GCJ='$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)'
43302 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
43303 +      hardcode_minus_L_GCJ=yes
43304 +
43305 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
43306 +      # that the semantics of dynamic libraries on AmigaOS, at least up
43307 +      # to version 4, is to share data among multiple programs linked
43308 +      # with the same dynamic library.  Since this doesn't match the
43309 +      # behavior of shared libraries on other platforms, we can't use
43310 +      # them.
43311 +      ld_shlibs_GCJ=no
43312 +      ;;
43313 +
43314 +    beos*)
43315 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
43316 +       allow_undefined_flag_GCJ=unsupported
43317 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
43318 +       # support --undefined.  This deserves some investigation.  FIXME
43319 +       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
43320 +      else
43321 +       ld_shlibs_GCJ=no
43322 +      fi
43323 +      ;;
43324 +
43325 +    cygwin* | mingw* | pw32*)
43326 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
43327 +      # as there is no search path for DLLs.
43328 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
43329 +      allow_undefined_flag_GCJ=unsupported
43330 +      always_export_symbols_GCJ=no
43331 +      enable_shared_with_static_runtimes_GCJ=yes
43332 +      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
43333 +
43334 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
43335 +        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
43336 +       # If the export-symbols file already is a .def file (1st line
43337 +       # is EXPORTS), use it as is; otherwise, prepend...
43338 +       archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
43339 +         cp $export_symbols $output_objdir/$soname.def;
43340 +       else
43341 +         echo EXPORTS > $output_objdir/$soname.def;
43342 +         cat $export_symbols >> $output_objdir/$soname.def;
43343 +       fi~
43344 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
43345 +      else
43346 +       ld_shlibs_GCJ=no
43347 +      fi
43348 +      ;;
43349 +
43350 +    interix[3-9]*)
43351 +      hardcode_direct_GCJ=no
43352 +      hardcode_shlibpath_var_GCJ=no
43353 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
43354 +      export_dynamic_flag_spec_GCJ='${wl}-E'
43355 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
43356 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
43357 +      # default) and relocated if they conflict, which is a slow very memory
43358 +      # consuming and fragmenting process.  To avoid this, we pick a random,
43359 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
43360 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
43361 +      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
43362 +      archive_expsym_cmds_GCJ='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'
43363 +      ;;
43364 +
43365 +    gnu* | linux* | k*bsd*-gnu)
43366 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
43367 +       tmp_addflag=
43368 +       case $cc_basename,$host_cpu in
43369 +       pgcc*)                          # Portland Group C compiler
43370 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
43371 +         tmp_addflag=' $pic_flag'
43372 +         ;;
43373 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
43374 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
43375 +         tmp_addflag=' $pic_flag -Mnomain' ;;
43376 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
43377 +         tmp_addflag=' -i_dynamic' ;;
43378 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
43379 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
43380 +       ifc* | ifort*)                  # Intel Fortran compiler
43381 +         tmp_addflag=' -nofor_main' ;;
43382 +       esac
43383 +       case `$CC -V 2>&1 | sed 5q` in
43384 +       *Sun\ C*)                       # Sun C 5.9
43385 +         whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
43386 +         tmp_sharedflag='-G' ;;
43387 +       *Sun\ F*)                       # Sun Fortran 8.3
43388 +         tmp_sharedflag='-G' ;;
43389 +       *)
43390 +         tmp_sharedflag='-shared' ;;
43391 +       esac
43392 +       archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
43393 +
43394 +       if test $supports_anon_versioning = yes; then
43395 +         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
43396 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
43397 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
43398 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
43399 +       fi
43400 +       link_all_deplibs_GCJ=no
43401 +      else
43402 +       ld_shlibs_GCJ=no
43403 +      fi
43404 +      ;;
43405 +
43406 +    netbsd* | netbsdelf*-gnu)
43407 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
43408 +       archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
43409 +       wlarc=
43410 +      else
43411 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
43412 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
43413 +      fi
43414 +      ;;
43415 +
43416 +    solaris*)
43417 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
43418 +       ld_shlibs_GCJ=no
43419 +       cat <<EOF 1>&2
43420 +
43421 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
43422 +*** create shared libraries on Solaris systems.  Therefore, libtool
43423 +*** is disabling shared libraries support.  We urge you to upgrade GNU
43424 +*** binutils to release 2.9.1 or newer.  Another option is to modify
43425 +*** your PATH or compiler configuration so that the native linker is
43426 +*** used, and then restart.
43427 +
43428 +EOF
43429 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
43430 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
43431 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
43432 +      else
43433 +       ld_shlibs_GCJ=no
43434 +      fi
43435 +      ;;
43436 +
43437 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
43438 +      case `$LD -v 2>&1` in
43439 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
43440 +       ld_shlibs_GCJ=no
43441 +       cat <<_LT_EOF 1>&2
43442 +
43443 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
43444 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
43445 +*** is disabling shared libraries support.  We urge you to upgrade GNU
43446 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
43447 +*** your PATH or compiler configuration so that the native linker is
43448 +*** used, and then restart.
43449 +
43450 +_LT_EOF
43451 +       ;;
43452 +       *)
43453 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
43454 +           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
43455 +           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
43456 +           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
43457 +         else
43458 +           ld_shlibs_GCJ=no
43459 +         fi
43460 +       ;;
43461 +      esac
43462 +      ;;
43463 +
43464 +    sunos4*)
43465 +      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
43466 +      wlarc=
43467 +      hardcode_direct_GCJ=yes
43468 +      hardcode_shlibpath_var_GCJ=no
43469 +      ;;
43470 +
43471 +    *)
43472 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
43473 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
43474 +       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
43475 +      else
43476 +       ld_shlibs_GCJ=no
43477 +      fi
43478 +      ;;
43479 +    esac
43480 +
43481 +    if test "$ld_shlibs_GCJ" = no; then
43482 +      runpath_var=
43483 +      hardcode_libdir_flag_spec_GCJ=
43484 +      export_dynamic_flag_spec_GCJ=
43485 +      whole_archive_flag_spec_GCJ=
43486 +    fi
43487 +  else
43488 +    # PORTME fill in a description of your system's linker (not GNU ld)
43489 +    case $host_os in
43490 +    aix3*)
43491 +      allow_undefined_flag_GCJ=unsupported
43492 +      always_export_symbols_GCJ=yes
43493 +      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
43494 +      # Note: this linker hardcodes the directories in LIBPATH if there
43495 +      # are no directories specified by -L.
43496 +      hardcode_minus_L_GCJ=yes
43497 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
43498 +       # Neither direct hardcoding nor static linking is supported with a
43499 +       # broken collect2.
43500 +       hardcode_direct_GCJ=unsupported
43501 +      fi
43502 +      ;;
43503 +
43504 +    aix[4-9]*)
43505 +      if test "$host_cpu" = ia64; then
43506 +       # On IA64, the linker does run time linking by default, so we don't
43507 +       # have to do anything special.
43508 +       aix_use_runtimelinking=no
43509 +       exp_sym_flag='-Bexport'
43510 +       no_entry_flag=""
43511 +      else
43512 +       # If we're using GNU nm, then we don't want the "-C" option.
43513 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
43514 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
43515 +         export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
43516 +       else
43517 +         export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
43518 +       fi
43519 +       aix_use_runtimelinking=no
43520 +
43521 +       # Test if we are trying to use run time linking or normal
43522 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
43523 +       # need to do runtime linking.
43524 +       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
43525 +         for ld_flag in $LDFLAGS; do
43526 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
43527 +           aix_use_runtimelinking=yes
43528 +           break
43529 +         fi
43530 +         done
43531 +         ;;
43532 +       esac
43533 +
43534 +       exp_sym_flag='-bexport'
43535 +       no_entry_flag='-bnoentry'
43536 +      fi
43537 +
43538 +      # When large executables or shared objects are built, AIX ld can
43539 +      # have problems creating the table of contents.  If linking a library
43540 +      # or program results in "error TOC overflow" add -mminimal-toc to
43541 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
43542 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
43543 +
43544 +      archive_cmds_GCJ=''
43545 +      hardcode_direct_GCJ=yes
43546 +      hardcode_libdir_separator_GCJ=':'
43547 +      link_all_deplibs_GCJ=yes
43548 +
43549 +      if test "$GCC" = yes; then
43550 +       case $host_os in aix4.[012]|aix4.[012].*)
43551 +       # We only want to do this on AIX 4.2 and lower, the check
43552 +       # below for broken collect2 doesn't work under 4.3+
43553 +         collect2name=`${CC} -print-prog-name=collect2`
43554 +         if test -f "$collect2name" && \
43555 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
43556 +         then
43557 +         # We have reworked collect2
43558 +         :
43559 +         else
43560 +         # We have old collect2
43561 +         hardcode_direct_GCJ=unsupported
43562 +         # It fails to find uninstalled libraries when the uninstalled
43563 +         # path is not listed in the libpath.  Setting hardcode_minus_L
43564 +         # to unsupported forces relinking
43565 +         hardcode_minus_L_GCJ=yes
43566 +         hardcode_libdir_flag_spec_GCJ='-L$libdir'
43567 +         hardcode_libdir_separator_GCJ=
43568 +         fi
43569 +         ;;
43570 +       esac
43571 +       shared_flag='-shared'
43572 +       if test "$aix_use_runtimelinking" = yes; then
43573 +         shared_flag="$shared_flag "'${wl}-G'
43574 +       fi
43575 +      else
43576 +       # not using gcc
43577 +       if test "$host_cpu" = ia64; then
43578 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
43579 +       # chokes on -Wl,-G. The following line is correct:
43580 +         shared_flag='-G'
43581 +       else
43582 +         if test "$aix_use_runtimelinking" = yes; then
43583 +           shared_flag='${wl}-G'
43584 +         else
43585 +           shared_flag='${wl}-bM:SRE'
43586 +         fi
43587 +       fi
43588 +      fi
43589 +
43590 +      # It seems that -bexpall does not export symbols beginning with
43591 +      # underscore (_), so it is better to generate a list of symbols to export.
43592 +      always_export_symbols_GCJ=yes
43593 +      if test "$aix_use_runtimelinking" = yes; then
43594 +       # Warning - without using the other runtime loading flags (-brtl),
43595 +       # -berok will link without error, but may produce a broken library.
43596 +       allow_undefined_flag_GCJ='-berok'
43597 +       # Determine the default libpath from the value encoded in an empty executable.
43598 +       cat >conftest.$ac_ext <<_ACEOF
43599 +/* confdefs.h.  */
43600 +_ACEOF
43601 +cat confdefs.h >>conftest.$ac_ext
43602 +cat >>conftest.$ac_ext <<_ACEOF
43603 +/* end confdefs.h.  */
43604 +
43605 +int
43606 +main ()
43607 +{
43608 +
43609 +  ;
43610 +  return 0;
43611 +}
43612 +_ACEOF
43613 +rm -f conftest.$ac_objext conftest$ac_exeext
43614 +if { (ac_try="$ac_link"
43615 +case "(($ac_try" in
43616 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43617 +  *) ac_try_echo=$ac_try;;
43618 +esac
43619 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43620 +  (eval "$ac_link") 2>conftest.er1
43621 +  ac_status=$?
43622 +  grep -v '^ *+' conftest.er1 >conftest.err
43623 +  rm -f conftest.er1
43624 +  cat conftest.err >&5
43625 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
43626 +  (exit $ac_status); } && {
43627 +        test -z "$ac_c_werror_flag" ||
43628 +        test ! -s conftest.err
43629 +       } && test -s conftest$ac_exeext &&
43630 +       $as_test_x conftest$ac_exeext; then
43631 +  
43632 +lt_aix_libpath_sed='
43633 +    /Import File Strings/,/^$/ {
43634 +       /^0/ {
43635 +           s/^0  *\(.*\)$/\1/
43636 +           p
43637 +       }
43638 +    }'
43639 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
43640 +# Check for a 64-bit object if we didn't find anything.
43641 +if test -z "$aix_libpath"; then
43642 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
43643 +fi
43644 +else
43645 +  echo "$as_me: failed program was:" >&5
43646 +sed 's/^/| /' conftest.$ac_ext >&5
43647 +
43648 +       
43649 +fi
43650 +
43651 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43652 +      conftest$ac_exeext conftest.$ac_ext
43653 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
43654 +
43655 +       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
43656 +       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
43657 +       else
43658 +       if test "$host_cpu" = ia64; then
43659 +         hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
43660 +         allow_undefined_flag_GCJ="-z nodefs"
43661 +         archive_expsym_cmds_GCJ="\$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"
43662 +       else
43663 +        # Determine the default libpath from the value encoded in an empty executable.
43664 +        cat >conftest.$ac_ext <<_ACEOF
43665 +/* confdefs.h.  */
43666 +_ACEOF
43667 +cat confdefs.h >>conftest.$ac_ext
43668 +cat >>conftest.$ac_ext <<_ACEOF
43669 +/* end confdefs.h.  */
43670 +
43671 +int
43672 +main ()
43673 +{
43674 +
43675 +  ;
43676 +  return 0;
43677 +}
43678 +_ACEOF
43679 +rm -f conftest.$ac_objext conftest$ac_exeext
43680 +if { (ac_try="$ac_link"
43681 +case "(($ac_try" in
43682 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43683 +  *) ac_try_echo=$ac_try;;
43684 +esac
43685 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43686 +  (eval "$ac_link") 2>conftest.er1
43687 +  ac_status=$?
43688 +  grep -v '^ *+' conftest.er1 >conftest.err
43689 +  rm -f conftest.er1
43690 +  cat conftest.err >&5
43691 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
43692 +  (exit $ac_status); } && {
43693 +        test -z "$ac_c_werror_flag" ||
43694 +        test ! -s conftest.err
43695 +       } && test -s conftest$ac_exeext &&
43696 +       $as_test_x conftest$ac_exeext; then
43697 +  
43698 +lt_aix_libpath_sed='
43699 +    /Import File Strings/,/^$/ {
43700 +       /^0/ {
43701 +           s/^0  *\(.*\)$/\1/
43702 +           p
43703 +       }
43704 +    }'
43705 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
43706 +# Check for a 64-bit object if we didn't find anything.
43707 +if test -z "$aix_libpath"; then
43708 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
43709 +fi
43710 +else
43711 +  echo "$as_me: failed program was:" >&5
43712 +sed 's/^/| /' conftest.$ac_ext >&5
43713 +
43714 +       
43715 +fi
43716 +
43717 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43718 +      conftest$ac_exeext conftest.$ac_ext
43719 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
43720 +
43721 +        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
43722 +         # Warning - without using the other run time loading flags,
43723 +         # -berok will link without error, but may produce a broken library.
43724 +         no_undefined_flag_GCJ=' ${wl}-bernotok'
43725 +         allow_undefined_flag_GCJ=' ${wl}-berok'
43726 +         # Exported symbols can be pulled into shared objects from archives
43727 +         whole_archive_flag_spec_GCJ='$convenience'
43728 +         archive_cmds_need_lc_GCJ=yes
43729 +         # This is similar to how AIX traditionally builds its shared libraries.
43730 +         archive_expsym_cmds_GCJ="\$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'
43731 +       fi
43732 +      fi
43733 +      ;;
43734 +
43735 +    amigaos*)
43736 +      archive_cmds_GCJ='$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)'
43737 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
43738 +      hardcode_minus_L_GCJ=yes
43739 +      # see comment about different semantics on the GNU ld section
43740 +      ld_shlibs_GCJ=no
43741 +      ;;
43742 +
43743 +    bsdi[45]*)
43744 +      export_dynamic_flag_spec_GCJ=-rdynamic
43745 +      ;;
43746 +
43747 +    cygwin* | mingw* | pw32*)
43748 +      # When not using gcc, we currently assume that we are using
43749 +      # Microsoft Visual C++.
43750 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
43751 +      # no search path for DLLs.
43752 +      hardcode_libdir_flag_spec_GCJ=' '
43753 +      allow_undefined_flag_GCJ=unsupported
43754 +      # Tell ltmain to make .lib files, not .a files.
43755 +      libext=lib
43756 +      # Tell ltmain to make .dll files, not .so files.
43757 +      shrext_cmds=".dll"
43758 +      # FIXME: Setting linknames here is a bad hack.
43759 +      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
43760 +      # The linker will automatically build a .lib file if we build a DLL.
43761 +      old_archive_From_new_cmds_GCJ='true'
43762 +      # FIXME: Should let the user specify the lib program.
43763 +      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
43764 +      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
43765 +      enable_shared_with_static_runtimes_GCJ=yes
43766 +      ;;
43767 +
43768 +    darwin* | rhapsody*)
43769 +      case $host_os in
43770 +        rhapsody* | darwin1.[012])
43771 +         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
43772 +         ;;
43773 +       *) # Darwin 1.3 on
43774 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
43775 +           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
43776 +         else
43777 +           case ${MACOSX_DEPLOYMENT_TARGET} in
43778 +             10.[012])
43779 +               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
43780 +               ;;
43781 +             10.*)
43782 +               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
43783 +               ;;
43784 +           esac
43785 +         fi
43786 +         ;;
43787 +      esac
43788 +      archive_cmds_need_lc_GCJ=no
43789 +      hardcode_direct_GCJ=no
43790 +      hardcode_automatic_GCJ=yes
43791 +      hardcode_shlibpath_var_GCJ=unsupported
43792 +      whole_archive_flag_spec_GCJ=''
43793 +      link_all_deplibs_GCJ=yes
43794 +    if test "$GCC" = yes ; then
43795 +       output_verbose_link_cmd='echo'
43796 +        archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
43797 +        module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
43798 +        archive_expsym_cmds_GCJ="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}"
43799 +        module_expsym_cmds_GCJ="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}"
43800 +    else
43801 +      case $cc_basename in
43802 +        xlc*)
43803 +         output_verbose_link_cmd='echo'
43804 +         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
43805 +         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
43806 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
43807 +         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
43808 +          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
43809 +          ;;
43810 +       *)
43811 +         ld_shlibs_GCJ=no
43812 +          ;;
43813 +      esac
43814 +    fi
43815 +      ;;
43816 +
43817 +    dgux*)
43818 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
43819 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
43820 +      hardcode_shlibpath_var_GCJ=no
43821 +      ;;
43822 +
43823 +    freebsd1*)
43824 +      ld_shlibs_GCJ=no
43825 +      ;;
43826 +
43827 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
43828 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
43829 +    # does not break anything, and helps significantly (at the cost of a little
43830 +    # extra space).
43831 +    freebsd2.2*)
43832 +      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
43833 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
43834 +      hardcode_direct_GCJ=yes
43835 +      hardcode_shlibpath_var_GCJ=no
43836 +      ;;
43837 +
43838 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
43839 +    freebsd2*)
43840 +      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
43841 +      hardcode_direct_GCJ=yes
43842 +      hardcode_minus_L_GCJ=yes
43843 +      hardcode_shlibpath_var_GCJ=no
43844 +      ;;
43845 +
43846 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
43847 +    freebsd* | dragonfly*)
43848 +      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
43849 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
43850 +      hardcode_direct_GCJ=yes
43851 +      hardcode_shlibpath_var_GCJ=no
43852 +      ;;
43853 +
43854 +    hpux9*)
43855 +      if test "$GCC" = yes; then
43856 +       archive_cmds_GCJ='$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'
43857 +      else
43858 +       archive_cmds_GCJ='$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'
43859 +      fi
43860 +      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
43861 +      hardcode_libdir_separator_GCJ=:
43862 +      hardcode_direct_GCJ=yes
43863 +
43864 +      # hardcode_minus_L: Not really in the search PATH,
43865 +      # but as the default location of the library.
43866 +      hardcode_minus_L_GCJ=yes
43867 +      export_dynamic_flag_spec_GCJ='${wl}-E'
43868 +      ;;
43869 +
43870 +    hpux10*)
43871 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
43872 +       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
43873 +      else
43874 +       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
43875 +      fi
43876 +      if test "$with_gnu_ld" = no; then
43877 +       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
43878 +       hardcode_libdir_separator_GCJ=:
43879 +
43880 +       hardcode_direct_GCJ=yes
43881 +       export_dynamic_flag_spec_GCJ='${wl}-E'
43882 +
43883 +       # hardcode_minus_L: Not really in the search PATH,
43884 +       # but as the default location of the library.
43885 +       hardcode_minus_L_GCJ=yes
43886 +      fi
43887 +      ;;
43888 +
43889 +    hpux11*)
43890 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
43891 +       case $host_cpu in
43892 +       hppa*64*)
43893 +         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
43894 +         ;;
43895 +       ia64*)
43896 +         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
43897 +         ;;
43898 +       *)
43899 +         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
43900 +         ;;
43901 +       esac
43902 +      else
43903 +       case $host_cpu in
43904 +       hppa*64*)
43905 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
43906 +         ;;
43907 +       ia64*)
43908 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
43909 +         ;;
43910 +       *)
43911 +         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
43912 +         ;;
43913 +       esac
43914 +      fi
43915 +      if test "$with_gnu_ld" = no; then
43916 +       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
43917 +       hardcode_libdir_separator_GCJ=:
43918 +
43919 +       case $host_cpu in
43920 +       hppa*64*|ia64*)
43921 +         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
43922 +         hardcode_direct_GCJ=no
43923 +         hardcode_shlibpath_var_GCJ=no
43924 +         ;;
43925 +       *)
43926 +         hardcode_direct_GCJ=yes
43927 +         export_dynamic_flag_spec_GCJ='${wl}-E'
43928 +
43929 +         # hardcode_minus_L: Not really in the search PATH,
43930 +         # but as the default location of the library.
43931 +         hardcode_minus_L_GCJ=yes
43932 +         ;;
43933 +       esac
43934 +      fi
43935 +      ;;
43936 +
43937 +    irix5* | irix6* | nonstopux*)
43938 +      if test "$GCC" = yes; then
43939 +       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
43940 +      else
43941 +       archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
43942 +       hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
43943 +      fi
43944 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
43945 +      hardcode_libdir_separator_GCJ=:
43946 +      link_all_deplibs_GCJ=yes
43947 +      ;;
43948 +
43949 +    netbsd* | netbsdelf*-gnu)
43950 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
43951 +       archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
43952 +      else
43953 +       archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
43954 +      fi
43955 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
43956 +      hardcode_direct_GCJ=yes
43957 +      hardcode_shlibpath_var_GCJ=no
43958 +      ;;
43959 +
43960 +    newsos6)
43961 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
43962 +      hardcode_direct_GCJ=yes
43963 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
43964 +      hardcode_libdir_separator_GCJ=:
43965 +      hardcode_shlibpath_var_GCJ=no
43966 +      ;;
43967 +
43968 +    openbsd*)
43969 +      if test -f /usr/libexec/ld.so; then
43970 +       hardcode_direct_GCJ=yes
43971 +       hardcode_shlibpath_var_GCJ=no
43972 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
43973 +         archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
43974 +         archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
43975 +         hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
43976 +         export_dynamic_flag_spec_GCJ='${wl}-E'
43977 +       else
43978 +         case $host_os in
43979 +          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
43980 +            archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
43981 +            hardcode_libdir_flag_spec_GCJ='-R$libdir'
43982 +            ;;
43983 +          *)
43984 +            archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
43985 +            hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
43986 +            ;;
43987 +         esac
43988 +        fi
43989 +      else
43990 +       ld_shlibs_GCJ=no
43991 +      fi
43992 +      ;;
43993 +
43994 +    os2*)
43995 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
43996 +      hardcode_minus_L_GCJ=yes
43997 +      allow_undefined_flag_GCJ=unsupported
43998 +      archive_cmds_GCJ='$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'
43999 +      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
44000 +      ;;
44001 +
44002 +    osf3*)
44003 +      if test "$GCC" = yes; then
44004 +       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
44005 +       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
44006 +      else
44007 +       allow_undefined_flag_GCJ=' -expect_unresolved \*'
44008 +       archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
44009 +      fi
44010 +      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
44011 +      hardcode_libdir_separator_GCJ=:
44012 +      ;;
44013 +
44014 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
44015 +      if test "$GCC" = yes; then
44016 +       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
44017 +       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
44018 +       hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
44019 +      else
44020 +       allow_undefined_flag_GCJ=' -expect_unresolved \*'
44021 +       archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
44022 +       archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
44023 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
44024 +
44025 +       # Both c and cxx compiler support -rpath directly
44026 +       hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
44027 +      fi
44028 +      hardcode_libdir_separator_GCJ=:
44029 +      ;;
44030 +
44031 +    solaris*)
44032 +      no_undefined_flag_GCJ=' -z text'
44033 +      if test "$GCC" = yes; then
44034 +       wlarc='${wl}'
44035 +       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
44036 +       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
44037 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
44038 +      else
44039 +       wlarc=''
44040 +       archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
44041 +       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
44042 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
44043 +      fi
44044 +      hardcode_libdir_flag_spec_GCJ='-R$libdir'
44045 +      hardcode_shlibpath_var_GCJ=no
44046 +      case $host_os in
44047 +      solaris2.[0-5] | solaris2.[0-5].*) ;;
44048 +      *)
44049 +       # The compiler driver will combine and reorder linker options,
44050 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
44051 +       # but is careful enough not to reorder.
44052 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
44053 +       if test "$GCC" = yes; then
44054 +         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
44055 +       else
44056 +         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
44057 +       fi
44058 +       ;;
44059 +      esac
44060 +      link_all_deplibs_GCJ=yes
44061 +      ;;
44062 +
44063 +    sunos4*)
44064 +      if test "x$host_vendor" = xsequent; then
44065 +       # Use $CC to link under sequent, because it throws in some extra .o
44066 +       # files that make .init and .fini sections work.
44067 +       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
44068 +      else
44069 +       archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
44070 +      fi
44071 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
44072 +      hardcode_direct_GCJ=yes
44073 +      hardcode_minus_L_GCJ=yes
44074 +      hardcode_shlibpath_var_GCJ=no
44075 +      ;;
44076 +
44077 +    sysv4)
44078 +      case $host_vendor in
44079 +       sni)
44080 +         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
44081 +         hardcode_direct_GCJ=yes # is this really true???
44082 +       ;;
44083 +       siemens)
44084 +         ## LD is ld it makes a PLAMLIB
44085 +         ## CC just makes a GrossModule.
44086 +         archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
44087 +         reload_cmds_GCJ='$CC -r -o $output$reload_objs'
44088 +         hardcode_direct_GCJ=no
44089 +        ;;
44090 +       motorola)
44091 +         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
44092 +         hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
44093 +       ;;
44094 +      esac
44095 +      runpath_var='LD_RUN_PATH'
44096 +      hardcode_shlibpath_var_GCJ=no
44097 +      ;;
44098 +
44099 +    sysv4.3*)
44100 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
44101 +      hardcode_shlibpath_var_GCJ=no
44102 +      export_dynamic_flag_spec_GCJ='-Bexport'
44103 +      ;;
44104 +
44105 +    sysv4*MP*)
44106 +      if test -d /usr/nec; then
44107 +       archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
44108 +       hardcode_shlibpath_var_GCJ=no
44109 +       runpath_var=LD_RUN_PATH
44110 +       hardcode_runpath_var=yes
44111 +       ld_shlibs_GCJ=yes
44112 +      fi
44113 +      ;;
44114 +
44115 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
44116 +      no_undefined_flag_GCJ='${wl}-z,text'
44117 +      archive_cmds_need_lc_GCJ=no
44118 +      hardcode_shlibpath_var_GCJ=no
44119 +      runpath_var='LD_RUN_PATH'
44120 +
44121 +      if test "$GCC" = yes; then
44122 +       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
44123 +       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
44124 +      else
44125 +       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
44126 +       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
44127 +      fi
44128 +      ;;
44129 +
44130 +    sysv5* | sco3.2v5* | sco5v6*)
44131 +      # Note: We can NOT use -z defs as we might desire, because we do not
44132 +      # link with -lc, and that would cause any symbols used from libc to
44133 +      # always be unresolved, which means just about no library would
44134 +      # ever link correctly.  If we're not using GNU ld we use -z text
44135 +      # though, which does catch some bad symbols but isn't as heavy-handed
44136 +      # as -z defs.
44137 +      no_undefined_flag_GCJ='${wl}-z,text'
44138 +      allow_undefined_flag_GCJ='${wl}-z,nodefs'
44139 +      archive_cmds_need_lc_GCJ=no
44140 +      hardcode_shlibpath_var_GCJ=no
44141 +      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
44142 +      hardcode_libdir_separator_GCJ=':'
44143 +      link_all_deplibs_GCJ=yes
44144 +      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
44145 +      runpath_var='LD_RUN_PATH'
44146 +
44147 +      if test "$GCC" = yes; then
44148 +       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
44149 +       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
44150 +      else
44151 +       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
44152 +       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
44153 +      fi
44154 +      ;;
44155 +
44156 +    uts4*)
44157 +      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
44158 +      hardcode_libdir_flag_spec_GCJ='-L$libdir'
44159 +      hardcode_shlibpath_var_GCJ=no
44160 +      ;;
44161 +
44162 +    *)
44163 +      ld_shlibs_GCJ=no
44164 +      ;;
44165 +    esac
44166 +  fi
44167 +
44168 +{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
44169 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
44170 +test "$ld_shlibs_GCJ" = no && can_build_shared=no
44171 +
44172 +#
44173 +# Do we need to explicitly link libc?
44174 +#
44175 +case "x$archive_cmds_need_lc_GCJ" in
44176 +x|xyes)
44177 +  # Assume -lc should be added
44178 +  archive_cmds_need_lc_GCJ=yes
44179 +
44180 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
44181 +    case $archive_cmds_GCJ in
44182 +    *'~'*)
44183 +      # FIXME: we may have to deal with multi-command sequences.
44184 +      ;;
44185 +    '$CC '*)
44186 +      # Test whether the compiler implicitly links with -lc since on some
44187 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
44188 +      # to ld, don't add -lc before -lgcc.
44189 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
44190 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
44191 +      $rm conftest*
44192 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
44193 +
44194 +      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44195 +  (eval $ac_compile) 2>&5
44196 +  ac_status=$?
44197 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
44198 +  (exit $ac_status); } 2>conftest.err; then
44199 +        soname=conftest
44200 +        lib=conftest
44201 +        libobjs=conftest.$ac_objext
44202 +        deplibs=
44203 +        wl=$lt_prog_compiler_wl_GCJ
44204 +       pic_flag=$lt_prog_compiler_pic_GCJ
44205 +        compiler_flags=-v
44206 +        linker_flags=-v
44207 +        verstring=
44208 +        output_objdir=.
44209 +        libname=conftest
44210 +        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
44211 +        allow_undefined_flag_GCJ=
44212 +        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
44213 +  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
44214 +  ac_status=$?
44215 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
44216 +  (exit $ac_status); }
44217 +        then
44218 +         archive_cmds_need_lc_GCJ=no
44219 +        else
44220 +         archive_cmds_need_lc_GCJ=yes
44221 +        fi
44222 +        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
44223 +      else
44224 +        cat conftest.err 1>&5
44225 +      fi
44226 +      $rm conftest*
44227 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
44228 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
44229 +      ;;
44230 +    esac
44231 +  fi
44232 +  ;;
44233 +esac
44234 +
44235 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
44236 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
44237 +library_names_spec=
44238 +libname_spec='lib$name'
44239 +soname_spec=
44240 +shrext_cmds=".so"
44241 +postinstall_cmds=
44242 +postuninstall_cmds=
44243 +finish_cmds=
44244 +finish_eval=
44245 +shlibpath_var=
44246 +shlibpath_overrides_runpath=unknown
44247 +version_type=none
44248 +dynamic_linker="$host_os ld.so"
44249 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
44250 +
44251 +need_lib_prefix=unknown
44252 +hardcode_into_libs=no
44253 +
44254 +# when you set need_version to no, make sure it does not cause -set_version
44255 +# flags to be left without arguments
44256 +need_version=unknown
44257 +
44258 +case $host_os in
44259 +aix3*)
44260 +  version_type=linux
44261 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
44262 +  shlibpath_var=LIBPATH
44263 +
44264 +  # AIX 3 has no versioning support, so we append a major version to the name.
44265 +  soname_spec='${libname}${release}${shared_ext}$major'
44266 +  ;;
44267 +
44268 +aix[4-9]*)
44269 +  version_type=linux
44270 +  need_lib_prefix=no
44271 +  need_version=no
44272 +  hardcode_into_libs=yes
44273 +  if test "$host_cpu" = ia64; then
44274 +    # AIX 5 supports IA64
44275 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
44276 +    shlibpath_var=LD_LIBRARY_PATH
44277 +  else
44278 +    # With GCC up to 2.95.x, collect2 would create an import file
44279 +    # for dependence libraries.  The import file would start with
44280 +    # the line `#! .'.  This would cause the generated library to
44281 +    # depend on `.', always an invalid library.  This was fixed in
44282 +    # development snapshots of GCC prior to 3.0.
44283 +    case $host_os in
44284 +      aix4 | aix4.[01] | aix4.[01].*)
44285 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
44286 +          echo ' yes '
44287 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
44288 +       :
44289 +      else
44290 +       can_build_shared=no
44291 +      fi
44292 +      ;;
44293 +    esac
44294 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
44295 +    # soname into executable. Probably we can add versioning support to
44296 +    # collect2, so additional links can be useful in future.
44297 +    if test "$aix_use_runtimelinking" = yes; then
44298 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
44299 +      # instead of lib<name>.a to let people know that these are not
44300 +      # typical AIX shared libraries.
44301 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44302 +    else
44303 +      # We preserve .a as extension for shared libraries through AIX4.2
44304 +      # and later when we are not doing run time linking.
44305 +      library_names_spec='${libname}${release}.a $libname.a'
44306 +      soname_spec='${libname}${release}${shared_ext}$major'
44307 +    fi
44308 +    shlibpath_var=LIBPATH
44309 +  fi
44310 +  ;;
44311 +
44312 +amigaos*)
44313 +  library_names_spec='$libname.ixlibrary $libname.a'
44314 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
44315 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
44316 +  ;;
44317 +
44318 +beos*)
44319 +  library_names_spec='${libname}${shared_ext}'
44320 +  dynamic_linker="$host_os ld.so"
44321 +  shlibpath_var=LIBRARY_PATH
44322 +  ;;
44323 +
44324 +bsdi[45]*)
44325 +  version_type=linux
44326 +  need_version=no
44327 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44328 +  soname_spec='${libname}${release}${shared_ext}$major'
44329 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
44330 +  shlibpath_var=LD_LIBRARY_PATH
44331 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
44332 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
44333 +  # the default ld.so.conf also contains /usr/contrib/lib and
44334 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
44335 +  # libtool to hard-code these into programs
44336 +  ;;
44337 +
44338 +cygwin* | mingw* | pw32*)
44339 +  version_type=windows
44340 +  shrext_cmds=".dll"
44341 +  need_version=no
44342 +  need_lib_prefix=no
44343 +
44344 +  case $GCC,$host_os in
44345 +  yes,cygwin* | yes,mingw* | yes,pw32*)
44346 +    library_names_spec='$libname.dll.a'
44347 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
44348 +    postinstall_cmds='base_file=`basename \${file}`~
44349 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
44350 +      dldir=$destdir/`dirname \$dlpath`~
44351 +      test -d \$dldir || mkdir -p \$dldir~
44352 +      $install_prog $dir/$dlname \$dldir/$dlname~
44353 +      chmod a+x \$dldir/$dlname'
44354 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
44355 +      dlpath=$dir/\$dldll~
44356 +       $rm \$dlpath'
44357 +    shlibpath_overrides_runpath=yes
44358 +
44359 +    case $host_os in
44360 +    cygwin*)
44361 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
44362 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
44363 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
44364 +      ;;
44365 +    mingw*)
44366 +      # MinGW DLLs use traditional 'lib' prefix
44367 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
44368 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
44369 +      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
44370 +        # It is most probably a Windows format PATH printed by
44371 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
44372 +        # path with ; separators, and with drive letters. We can handle the
44373 +        # drive letters (cygwin fileutils understands them), so leave them,
44374 +        # especially as we might pass files found there to a mingw objdump,
44375 +        # which wouldn't understand a cygwinified path. Ahh.
44376 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
44377 +      else
44378 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
44379 +      fi
44380 +      ;;
44381 +    pw32*)
44382 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
44383 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
44384 +      ;;
44385 +    esac
44386 +    ;;
44387 +
44388 +  *)
44389 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
44390 +    ;;
44391 +  esac
44392 +  dynamic_linker='Win32 ld.exe'
44393 +  # FIXME: first we should search . and the directory the executable is in
44394 +  shlibpath_var=PATH
44395 +  ;;
44396 +
44397 +darwin* | rhapsody*)
44398 +  dynamic_linker="$host_os dyld"
44399 +  version_type=darwin
44400 +  need_lib_prefix=no
44401 +  need_version=no
44402 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
44403 +  soname_spec='${libname}${release}${major}$shared_ext'
44404 +  shlibpath_overrides_runpath=yes
44405 +  shlibpath_var=DYLD_LIBRARY_PATH
44406 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
44407 +   
44408 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
44409 +  ;;
44410 +
44411 +dgux*)
44412 +  version_type=linux
44413 +  need_lib_prefix=no
44414 +  need_version=no
44415 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
44416 +  soname_spec='${libname}${release}${shared_ext}$major'
44417 +  shlibpath_var=LD_LIBRARY_PATH
44418 +  ;;
44419 +
44420 +freebsd1*)
44421 +  dynamic_linker=no
44422 +  ;;
44423 +
44424 +freebsd* | dragonfly*)
44425 +  # DragonFly does not have aout.  When/if they implement a new
44426 +  # versioning mechanism, adjust this.
44427 +  if test -x /usr/bin/objformat; then
44428 +    objformat=`/usr/bin/objformat`
44429 +  else
44430 +    case $host_os in
44431 +    freebsd[123]*) objformat=aout ;;
44432 +    *) objformat=elf ;;
44433 +    esac
44434 +  fi
44435 +  version_type=freebsd-$objformat
44436 +  case $version_type in
44437 +    freebsd-elf*)
44438 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
44439 +      need_version=no
44440 +      need_lib_prefix=no
44441 +      ;;
44442 +    freebsd-*)
44443 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
44444 +      need_version=yes
44445 +      ;;
44446 +  esac
44447 +  shlibpath_var=LD_LIBRARY_PATH
44448 +  case $host_os in
44449 +  freebsd2*)
44450 +    shlibpath_overrides_runpath=yes
44451 +    ;;
44452 +  freebsd3.[01]* | freebsdelf3.[01]*)
44453 +    shlibpath_overrides_runpath=yes
44454 +    hardcode_into_libs=yes
44455 +    ;;
44456 +  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
44457 +  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
44458 +    shlibpath_overrides_runpath=no
44459 +    hardcode_into_libs=yes
44460 +    ;;
44461 +  *) # from 4.6 on, and DragonFly
44462 +    shlibpath_overrides_runpath=yes
44463 +    hardcode_into_libs=yes
44464 +    ;;
44465 +  esac
44466 +  ;;
44467 +
44468 +gnu*)
44469 +  version_type=linux
44470 +  need_lib_prefix=no
44471 +  need_version=no
44472 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
44473 +  soname_spec='${libname}${release}${shared_ext}$major'
44474 +  shlibpath_var=LD_LIBRARY_PATH
44475 +  hardcode_into_libs=yes
44476 +  ;;
44477 +
44478 +hpux9* | hpux10* | hpux11*)
44479 +  # Give a soname corresponding to the major version so that dld.sl refuses to
44480 +  # link against other versions.
44481 +  version_type=sunos
44482 +  need_lib_prefix=no
44483 +  need_version=no
44484 +  case $host_cpu in
44485 +  ia64*)
44486 +    shrext_cmds='.so'
44487 +    hardcode_into_libs=yes
44488 +    dynamic_linker="$host_os dld.so"
44489 +    shlibpath_var=LD_LIBRARY_PATH
44490 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
44491 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44492 +    soname_spec='${libname}${release}${shared_ext}$major'
44493 +    if test "X$HPUX_IA64_MODE" = X32; then
44494 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
44495 +    else
44496 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
44497 +    fi
44498 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
44499 +    ;;
44500 +   hppa*64*)
44501 +     shrext_cmds='.sl'
44502 +     hardcode_into_libs=yes
44503 +     dynamic_linker="$host_os dld.sl"
44504 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
44505 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
44506 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44507 +     soname_spec='${libname}${release}${shared_ext}$major'
44508 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
44509 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
44510 +     ;;
44511 +   *)
44512 +    shrext_cmds='.sl'
44513 +    dynamic_linker="$host_os dld.sl"
44514 +    shlibpath_var=SHLIB_PATH
44515 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
44516 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44517 +    soname_spec='${libname}${release}${shared_ext}$major'
44518 +    ;;
44519 +  esac
44520 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
44521 +  postinstall_cmds='chmod 555 $lib'
44522 +  ;;
44523 +
44524 +interix[3-9]*)
44525 +  version_type=linux
44526 +  need_lib_prefix=no
44527 +  need_version=no
44528 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
44529 +  soname_spec='${libname}${release}${shared_ext}$major'
44530 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
44531 +  shlibpath_var=LD_LIBRARY_PATH
44532 +  shlibpath_overrides_runpath=no
44533 +  hardcode_into_libs=yes
44534 +  ;;
44535 +
44536 +irix5* | irix6* | nonstopux*)
44537 +  case $host_os in
44538 +    nonstopux*) version_type=nonstopux ;;
44539 +    *)
44540 +       if test "$lt_cv_prog_gnu_ld" = yes; then
44541 +               version_type=linux
44542 +       else
44543 +               version_type=irix
44544 +       fi ;;
44545 +  esac
44546 +  need_lib_prefix=no
44547 +  need_version=no
44548 +  soname_spec='${libname}${release}${shared_ext}$major'
44549 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
44550 +  case $host_os in
44551 +  irix5* | nonstopux*)
44552 +    libsuff= shlibsuff=
44553 +    ;;
44554 +  *)
44555 +    case $LD in # libtool.m4 will add one of these switches to LD
44556 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
44557 +      libsuff= shlibsuff= libmagic=32-bit;;
44558 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
44559 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
44560 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
44561 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
44562 +    *) libsuff= shlibsuff= libmagic=never-match;;
44563 +    esac
44564 +    ;;
44565 +  esac
44566 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
44567 +  shlibpath_overrides_runpath=no
44568 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
44569 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
44570 +  hardcode_into_libs=yes
44571 +  ;;
44572 +
44573 +# No shared lib support for Linux oldld, aout, or coff.
44574 +linux*oldld* | linux*aout* | linux*coff*)
44575 +  dynamic_linker=no
44576 +  ;;
44577 +
44578 +# This must be Linux ELF.
44579 +linux* | k*bsd*-gnu)
44580 +  version_type=linux
44581 +  need_lib_prefix=no
44582 +  need_version=no
44583 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44584 +  soname_spec='${libname}${release}${shared_ext}$major'
44585 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
44586 +  shlibpath_var=LD_LIBRARY_PATH
44587 +  shlibpath_overrides_runpath=no
44588 +  # This implies no fast_install, which is unacceptable.
44589 +  # Some rework will be needed to allow for fast_install
44590 +  # before this can be enabled.
44591 +  hardcode_into_libs=yes
44592 +
44593 +  # Append ld.so.conf contents to the search path
44594 +  if test -f /etc/ld.so.conf; then
44595 +    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;/^$/d' | tr '\n' ' '`
44596 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
44597 +  fi
44598 +
44599 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
44600 +  # powerpc, because MkLinux only supported shared libraries with the
44601 +  # GNU dynamic linker.  Since this was broken with cross compilers,
44602 +  # most powerpc-linux boxes support dynamic linking these days and
44603 +  # people can always --disable-shared, the test was removed, and we
44604 +  # assume the GNU/Linux dynamic linker is in use.
44605 +  dynamic_linker='GNU/Linux ld.so'
44606 +  ;;
44607 +
44608 +netbsdelf*-gnu)
44609 +  version_type=linux
44610 +  need_lib_prefix=no
44611 +  need_version=no
44612 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
44613 +  soname_spec='${libname}${release}${shared_ext}$major'
44614 +  shlibpath_var=LD_LIBRARY_PATH
44615 +  shlibpath_overrides_runpath=no
44616 +  hardcode_into_libs=yes
44617 +  dynamic_linker='NetBSD ld.elf_so'
44618 +  ;;
44619 +
44620 +netbsd*)
44621 +  version_type=sunos
44622 +  need_lib_prefix=no
44623 +  need_version=no
44624 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
44625 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
44626 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
44627 +    dynamic_linker='NetBSD (a.out) ld.so'
44628 +  else
44629 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
44630 +    soname_spec='${libname}${release}${shared_ext}$major'
44631 +    dynamic_linker='NetBSD ld.elf_so'
44632 +  fi
44633 +  shlibpath_var=LD_LIBRARY_PATH
44634 +  shlibpath_overrides_runpath=yes
44635 +  hardcode_into_libs=yes
44636 +  ;;
44637 +
44638 +newsos6)
44639 +  version_type=linux
44640 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44641 +  shlibpath_var=LD_LIBRARY_PATH
44642 +  shlibpath_overrides_runpath=yes
44643 +  ;;
44644 +
44645 +nto-qnx*)
44646 +  version_type=linux
44647 +  need_lib_prefix=no
44648 +  need_version=no
44649 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44650 +  soname_spec='${libname}${release}${shared_ext}$major'
44651 +  shlibpath_var=LD_LIBRARY_PATH
44652 +  shlibpath_overrides_runpath=yes
44653 +  ;;
44654 +
44655 +openbsd*)
44656 +  version_type=sunos
44657 +  sys_lib_dlsearch_path_spec="/usr/lib"
44658 +  need_lib_prefix=no
44659 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
44660 +  case $host_os in
44661 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
44662 +    *)                         need_version=no  ;;
44663 +  esac
44664 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
44665 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
44666 +  shlibpath_var=LD_LIBRARY_PATH
44667 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
44668 +    case $host_os in
44669 +      openbsd2.[89] | openbsd2.[89].*)
44670 +       shlibpath_overrides_runpath=no
44671 +       ;;
44672 +      *)
44673 +       shlibpath_overrides_runpath=yes
44674 +       ;;
44675 +      esac
44676 +  else
44677 +    shlibpath_overrides_runpath=yes
44678 +  fi
44679 +  ;;
44680 +
44681 +os2*)
44682 +  libname_spec='$name'
44683 +  shrext_cmds=".dll"
44684 +  need_lib_prefix=no
44685 +  library_names_spec='$libname${shared_ext} $libname.a'
44686 +  dynamic_linker='OS/2 ld.exe'
44687 +  shlibpath_var=LIBPATH
44688 +  ;;
44689 +
44690 +osf3* | osf4* | osf5*)
44691 +  version_type=osf
44692 +  need_lib_prefix=no
44693 +  need_version=no
44694 +  soname_spec='${libname}${release}${shared_ext}$major'
44695 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44696 +  shlibpath_var=LD_LIBRARY_PATH
44697 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
44698 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
44699 +  ;;
44700 +
44701 +rdos*)
44702 +  dynamic_linker=no
44703 +  ;;
44704 +
44705 +solaris*)
44706 +  version_type=linux
44707 +  need_lib_prefix=no
44708 +  need_version=no
44709 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44710 +  soname_spec='${libname}${release}${shared_ext}$major'
44711 +  shlibpath_var=LD_LIBRARY_PATH
44712 +  shlibpath_overrides_runpath=yes
44713 +  hardcode_into_libs=yes
44714 +  # ldd complains unless libraries are executable
44715 +  postinstall_cmds='chmod +x $lib'
44716 +  ;;
44717 +
44718 +sunos4*)
44719 +  version_type=sunos
44720 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
44721 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
44722 +  shlibpath_var=LD_LIBRARY_PATH
44723 +  shlibpath_overrides_runpath=yes
44724 +  if test "$with_gnu_ld" = yes; then
44725 +    need_lib_prefix=no
44726 +  fi
44727 +  need_version=yes
44728 +  ;;
44729 +
44730 +sysv4 | sysv4.3*)
44731 +  version_type=linux
44732 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44733 +  soname_spec='${libname}${release}${shared_ext}$major'
44734 +  shlibpath_var=LD_LIBRARY_PATH
44735 +  case $host_vendor in
44736 +    sni)
44737 +      shlibpath_overrides_runpath=no
44738 +      need_lib_prefix=no
44739 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
44740 +      runpath_var=LD_RUN_PATH
44741 +      ;;
44742 +    siemens)
44743 +      need_lib_prefix=no
44744 +      ;;
44745 +    motorola)
44746 +      need_lib_prefix=no
44747 +      need_version=no
44748 +      shlibpath_overrides_runpath=no
44749 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
44750 +      ;;
44751 +  esac
44752 +  ;;
44753 +
44754 +sysv4*MP*)
44755 +  if test -d /usr/nec ;then
44756 +    version_type=linux
44757 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
44758 +    soname_spec='$libname${shared_ext}.$major'
44759 +    shlibpath_var=LD_LIBRARY_PATH
44760 +  fi
44761 +  ;;
44762 +
44763 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
44764 +  version_type=freebsd-elf
44765 +  need_lib_prefix=no
44766 +  need_version=no
44767 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
44768 +  soname_spec='${libname}${release}${shared_ext}$major'
44769 +  shlibpath_var=LD_LIBRARY_PATH
44770 +  hardcode_into_libs=yes
44771 +  if test "$with_gnu_ld" = yes; then
44772 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
44773 +    shlibpath_overrides_runpath=no
44774 +  else
44775 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
44776 +    shlibpath_overrides_runpath=yes
44777 +    case $host_os in
44778 +      sco3.2v5*)
44779 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
44780 +       ;;
44781 +    esac
44782 +  fi
44783 +  sys_lib_dlsearch_path_spec='/usr/lib'
44784 +  ;;
44785 +
44786 +uts4*)
44787 +  version_type=linux
44788 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
44789 +  soname_spec='${libname}${release}${shared_ext}$major'
44790 +  shlibpath_var=LD_LIBRARY_PATH
44791 +  ;;
44792 +
44793 +*)
44794 +  dynamic_linker=no
44795 +  ;;
44796 +esac
44797 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
44798 +echo "${ECHO_T}$dynamic_linker" >&6; }
44799 +test "$dynamic_linker" = no && can_build_shared=no
44800 +
44801 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
44802 +  echo $ECHO_N "(cached) $ECHO_C" >&6
44803 +else
44804 +  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
44805 +fi
44806 +
44807 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
44808 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
44809 +  echo $ECHO_N "(cached) $ECHO_C" >&6
44810 +else
44811 +  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
44812 +fi
44813 +
44814 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
44815 +
44816 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
44817 +if test "$GCC" = yes; then
44818 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
44819 +fi
44820 +
44821 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
44822 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
44823 +hardcode_action_GCJ=
44824 +if test -n "$hardcode_libdir_flag_spec_GCJ" || \
44825 +   test -n "$runpath_var_GCJ" || \
44826 +   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
44827 +
44828 +  # We can hardcode non-existant directories.
44829 +  if test "$hardcode_direct_GCJ" != no &&
44830 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
44831 +     # have to relink, otherwise we might link with an installed library
44832 +     # when we should be linking with a yet-to-be-installed one
44833 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
44834 +     test "$hardcode_minus_L_GCJ" != no; then
44835 +    # Linking always hardcodes the temporary library directory.
44836 +    hardcode_action_GCJ=relink
44837 +  else
44838 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
44839 +    hardcode_action_GCJ=immediate
44840 +  fi
44841 +else
44842 +  # We cannot hardcode anything, or else we can only hardcode existing
44843 +  # directories.
44844 +  hardcode_action_GCJ=unsupported
44845 +fi
44846 +{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
44847 +echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
44848 +
44849 +if test "$hardcode_action_GCJ" = relink; then
44850 +  # Fast installation is not supported
44851 +  enable_fast_install=no
44852 +elif test "$shlibpath_overrides_runpath" = yes ||
44853 +     test "$enable_shared" = no; then
44854 +  # Fast installation is not necessary
44855 +  enable_fast_install=needless
44856 +fi
44857 +
44858 +
44859 +# The else clause should only fire when bootstrapping the
44860 +# libtool distribution, otherwise you forgot to ship ltmain.sh
44861 +# with your package, and you will get complaints that there are
44862 +# no rules to generate ltmain.sh.
44863 +if test -f "$ltmain"; then
44864 +  # See if we are running on zsh, and set the options which allow our commands through
44865 +  # without removal of \ escapes.
44866 +  if test -n "${ZSH_VERSION+set}" ; then
44867 +    setopt NO_GLOB_SUBST
44868 +  fi
44869 +  # Now quote all the things that may contain metacharacters while being
44870 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
44871 +  # variables and quote the copies for generation of the libtool script.
44872 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
44873 +    SED SHELL STRIP \
44874 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
44875 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
44876 +    deplibs_check_method reload_flag reload_cmds need_locks \
44877 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
44878 +    lt_cv_sys_global_symbol_to_c_name_address \
44879 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
44880 +    old_postinstall_cmds old_postuninstall_cmds \
44881 +    compiler_GCJ \
44882 +    CC_GCJ \
44883 +    LD_GCJ \
44884 +    lt_prog_compiler_wl_GCJ \
44885 +    lt_prog_compiler_pic_GCJ \
44886 +    lt_prog_compiler_static_GCJ \
44887 +    lt_prog_compiler_no_builtin_flag_GCJ \
44888 +    export_dynamic_flag_spec_GCJ \
44889 +    thread_safe_flag_spec_GCJ \
44890 +    whole_archive_flag_spec_GCJ \
44891 +    enable_shared_with_static_runtimes_GCJ \
44892 +    old_archive_cmds_GCJ \
44893 +    old_archive_from_new_cmds_GCJ \
44894 +    predep_objects_GCJ \
44895 +    postdep_objects_GCJ \
44896 +    predeps_GCJ \
44897 +    postdeps_GCJ \
44898 +    compiler_lib_search_path_GCJ \
44899 +    compiler_lib_search_dirs_GCJ \
44900 +    archive_cmds_GCJ \
44901 +    archive_expsym_cmds_GCJ \
44902 +    postinstall_cmds_GCJ \
44903 +    postuninstall_cmds_GCJ \
44904 +    old_archive_from_expsyms_cmds_GCJ \
44905 +    allow_undefined_flag_GCJ \
44906 +    no_undefined_flag_GCJ \
44907 +    export_symbols_cmds_GCJ \
44908 +    hardcode_libdir_flag_spec_GCJ \
44909 +    hardcode_libdir_flag_spec_ld_GCJ \
44910 +    hardcode_libdir_separator_GCJ \
44911 +    hardcode_automatic_GCJ \
44912 +    module_cmds_GCJ \
44913 +    module_expsym_cmds_GCJ \
44914 +    lt_cv_prog_compiler_c_o_GCJ \
44915 +    fix_srcfile_path_GCJ \
44916 +    exclude_expsyms_GCJ \
44917 +    include_expsyms_GCJ; do
44918 +
44919 +    case $var in
44920 +    old_archive_cmds_GCJ | \
44921 +    old_archive_from_new_cmds_GCJ | \
44922 +    archive_cmds_GCJ | \
44923 +    archive_expsym_cmds_GCJ | \
44924 +    module_cmds_GCJ | \
44925 +    module_expsym_cmds_GCJ | \
44926 +    old_archive_from_expsyms_cmds_GCJ | \
44927 +    export_symbols_cmds_GCJ | \
44928 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
44929 +    postinstall_cmds | postuninstall_cmds | \
44930 +    old_postinstall_cmds | old_postuninstall_cmds | \
44931 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
44932 +      # Double-quote double-evaled strings.
44933 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
44934 +      ;;
44935 +    *)
44936 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
44937 +      ;;
44938 +    esac
44939 +  done
44940 +
44941 +  case $lt_echo in
44942 +  *'\$0 --fallback-echo"')
44943 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
44944 +    ;;
44945 +  esac
44946 +
44947 +cfgfile="$ofile"
44948 +
44949 +  cat <<__EOF__ >> "$cfgfile"
44950 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
44951 +
44952 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
44953 +
44954 +# Shell to use when invoking shell scripts.
44955 +SHELL=$lt_SHELL
44956 +
44957 +# Whether or not to build shared libraries.
44958 +build_libtool_libs=$enable_shared
44959 +
44960 +# Whether or not to build static libraries.
44961 +build_old_libs=$enable_static
44962 +
44963 +# Whether or not to add -lc for building shared libraries.
44964 +build_libtool_need_lc=$archive_cmds_need_lc_GCJ
44965 +
44966 +# Whether or not to disallow shared libs when runtime libs are static
44967 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
44968 +
44969 +# Whether or not to optimize for fast installation.
44970 +fast_install=$enable_fast_install
44971 +
44972 +# The host system.
44973 +host_alias=$host_alias
44974 +host=$host
44975 +host_os=$host_os
44976 +
44977 +# The build system.
44978 +build_alias=$build_alias
44979 +build=$build
44980 +build_os=$build_os
44981 +
44982 +# An echo program that does not interpret backslashes.
44983 +echo=$lt_echo
44984 +
44985 +# The archiver.
44986 +AR=$lt_AR
44987 +AR_FLAGS=$lt_AR_FLAGS
44988 +
44989 +# A C compiler.
44990 +LTCC=$lt_LTCC
44991 +
44992 +# LTCC compiler flags.
44993 +LTCFLAGS=$lt_LTCFLAGS
44994 +
44995 +# A language-specific compiler.
44996 +CC=$lt_compiler_GCJ
44997 +
44998 +# Is the compiler the GNU C compiler?
44999 +with_gcc=$GCC_GCJ
45000 +
45001 +# An ERE matcher.
45002 +EGREP=$lt_EGREP
45003 +
45004 +# The linker used to build libraries.
45005 +LD=$lt_LD_GCJ
45006 +
45007 +# Whether we need hard or soft links.
45008 +LN_S=$lt_LN_S
45009 +
45010 +# A BSD-compatible nm program.
45011 +NM=$lt_NM
45012 +
45013 +# A symbol stripping program
45014 +STRIP=$lt_STRIP
45015 +
45016 +# Used to examine libraries when file_magic_cmd begins "file"
45017 +MAGIC_CMD=$MAGIC_CMD
45018 +
45019 +# Used on cygwin: DLL creation program.
45020 +DLLTOOL="$DLLTOOL"
45021 +
45022 +# Used on cygwin: object dumper.
45023 +OBJDUMP="$OBJDUMP"
45024 +
45025 +# Used on cygwin: assembler.
45026 +AS="$AS"
45027 +
45028 +# The name of the directory that contains temporary libtool files.
45029 +objdir=$objdir
45030 +
45031 +# How to create reloadable object files.
45032 +reload_flag=$lt_reload_flag
45033 +reload_cmds=$lt_reload_cmds
45034 +
45035 +# How to pass a linker flag through the compiler.
45036 +wl=$lt_lt_prog_compiler_wl_GCJ
45037 +
45038 +# Object file suffix (normally "o").
45039 +objext="$ac_objext"
45040 +
45041 +# Old archive suffix (normally "a").
45042 +libext="$libext"
45043 +
45044 +# Shared library suffix (normally ".so").
45045 +shrext_cmds='$shrext_cmds'
45046 +
45047 +# Executable file suffix (normally "").
45048 +exeext="$exeext"
45049 +
45050 +# Additional compiler flags for building library objects.
45051 +pic_flag=$lt_lt_prog_compiler_pic_GCJ
45052 +pic_mode=$pic_mode
45053 +
45054 +# What is the maximum length of a command?
45055 +max_cmd_len=$lt_cv_sys_max_cmd_len
45056 +
45057 +# Does compiler simultaneously support -c and -o options?
45058 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
45059 +
45060 +# Must we lock files when doing compilation?
45061 +need_locks=$lt_need_locks
45062 +
45063 +# Do we need the lib prefix for modules?
45064 +need_lib_prefix=$need_lib_prefix
45065 +
45066 +# Do we need a version for libraries?
45067 +need_version=$need_version
45068 +
45069 +# Whether dlopen is supported.
45070 +dlopen_support=$enable_dlopen
45071 +
45072 +# Whether dlopen of programs is supported.
45073 +dlopen_self=$enable_dlopen_self
45074 +
45075 +# Whether dlopen of statically linked programs is supported.
45076 +dlopen_self_static=$enable_dlopen_self_static
45077 +
45078 +# Compiler flag to prevent dynamic linking.
45079 +link_static_flag=$lt_lt_prog_compiler_static_GCJ
45080 +
45081 +# Compiler flag to turn off builtin functions.
45082 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
45083 +
45084 +# Compiler flag to allow reflexive dlopens.
45085 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
45086 +
45087 +# Compiler flag to generate shared objects directly from archives.
45088 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
45089 +
45090 +# Compiler flag to generate thread-safe objects.
45091 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
45092 +
45093 +# Library versioning type.
45094 +version_type=$version_type
45095 +
45096 +# Format of library name prefix.
45097 +libname_spec=$lt_libname_spec
45098 +
45099 +# List of archive names.  First name is the real one, the rest are links.
45100 +# The last name is the one that the linker finds with -lNAME.
45101 +library_names_spec=$lt_library_names_spec
45102 +
45103 +# The coded name of the library, if different from the real name.
45104 +soname_spec=$lt_soname_spec
45105 +
45106 +# Commands used to build and install an old-style archive.
45107 +RANLIB=$lt_RANLIB
45108 +old_archive_cmds=$lt_old_archive_cmds_GCJ
45109 +old_postinstall_cmds=$lt_old_postinstall_cmds
45110 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
45111 +
45112 +# Create an old-style archive from a shared archive.
45113 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
45114 +
45115 +# Create a temporary old-style archive to link instead of a shared archive.
45116 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
45117 +
45118 +# Commands used to build and install a shared archive.
45119 +archive_cmds=$lt_archive_cmds_GCJ
45120 +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
45121 +postinstall_cmds=$lt_postinstall_cmds
45122 +postuninstall_cmds=$lt_postuninstall_cmds
45123 +
45124 +# Commands used to build a loadable module (assumed same as above if empty)
45125 +module_cmds=$lt_module_cmds_GCJ
45126 +module_expsym_cmds=$lt_module_expsym_cmds_GCJ
45127 +
45128 +# Commands to strip libraries.
45129 +old_striplib=$lt_old_striplib
45130 +striplib=$lt_striplib
45131 +
45132 +# Dependencies to place before the objects being linked to create a
45133 +# shared library.
45134 +predep_objects=$lt_predep_objects_GCJ
45135 +
45136 +# Dependencies to place after the objects being linked to create a
45137 +# shared library.
45138 +postdep_objects=$lt_postdep_objects_GCJ
45139 +
45140 +# Dependencies to place before the objects being linked to create a
45141 +# shared library.
45142 +predeps=$lt_predeps_GCJ
45143 +
45144 +# Dependencies to place after the objects being linked to create a
45145 +# shared library.
45146 +postdeps=$lt_postdeps_GCJ
45147 +
45148 +# The directories searched by this compiler when creating a shared
45149 +# library
45150 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
45151 +
45152 +# The library search path used internally by the compiler when linking
45153 +# a shared library.
45154 +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
45155 +
45156 +# Method to check whether dependent libraries are shared objects.
45157 +deplibs_check_method=$lt_deplibs_check_method
45158 +
45159 +# Command to use when deplibs_check_method == file_magic.
45160 +file_magic_cmd=$lt_file_magic_cmd
45161 +
45162 +# Flag that allows shared libraries with undefined symbols to be built.
45163 +allow_undefined_flag=$lt_allow_undefined_flag_GCJ
45164 +
45165 +# Flag that forces no undefined symbols.
45166 +no_undefined_flag=$lt_no_undefined_flag_GCJ
45167 +
45168 +# Commands used to finish a libtool library installation in a directory.
45169 +finish_cmds=$lt_finish_cmds
45170 +
45171 +# Same as above, but a single script fragment to be evaled but not shown.
45172 +finish_eval=$lt_finish_eval
45173 +
45174 +# Take the output of nm and produce a listing of raw symbols and C names.
45175 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
45176 +
45177 +# Transform the output of nm in a proper C declaration
45178 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
45179 +
45180 +# Transform the output of nm in a C name address pair
45181 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
45182 +
45183 +# This is the shared library runtime path variable.
45184 +runpath_var=$runpath_var
45185 +
45186 +# This is the shared library path variable.
45187 +shlibpath_var=$shlibpath_var
45188 +
45189 +# Is shlibpath searched before the hard-coded library search path?
45190 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
45191 +
45192 +# How to hardcode a shared library path into an executable.
45193 +hardcode_action=$hardcode_action_GCJ
45194 +
45195 +# Whether we should hardcode library paths into libraries.
45196 +hardcode_into_libs=$hardcode_into_libs
45197 +
45198 +# Flag to hardcode \$libdir into a binary during linking.
45199 +# This must work even if \$libdir does not exist.
45200 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
45201 +
45202 +# If ld is used when linking, flag to hardcode \$libdir into
45203 +# a binary during linking. This must work even if \$libdir does
45204 +# not exist.
45205 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
45206 +
45207 +# Whether we need a single -rpath flag with a separated argument.
45208 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
45209 +
45210 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
45211 +# resulting binary.
45212 +hardcode_direct=$hardcode_direct_GCJ
45213 +
45214 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
45215 +# resulting binary.
45216 +hardcode_minus_L=$hardcode_minus_L_GCJ
45217 +
45218 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
45219 +# the resulting binary.
45220 +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
45221 +
45222 +# Set to yes if building a shared library automatically hardcodes DIR into the library
45223 +# and all subsequent libraries and executables linked against it.
45224 +hardcode_automatic=$hardcode_automatic_GCJ
45225 +
45226 +# Variables whose values should be saved in libtool wrapper scripts and
45227 +# restored at relink time.
45228 +variables_saved_for_relink="$variables_saved_for_relink"
45229 +
45230 +# Whether libtool must link a program against all its dependency libraries.
45231 +link_all_deplibs=$link_all_deplibs_GCJ
45232 +
45233 +# Compile-time system search path for libraries
45234 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
45235 +
45236 +# Run-time system search path for libraries
45237 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
45238 +
45239 +# Fix the shell variable \$srcfile for the compiler.
45240 +fix_srcfile_path=$lt_fix_srcfile_path
45241 +
45242 +# Set to yes if exported symbols are required.
45243 +always_export_symbols=$always_export_symbols_GCJ
45244 +
45245 +# The commands to list exported symbols.
45246 +export_symbols_cmds=$lt_export_symbols_cmds_GCJ
45247 +
45248 +# The commands to extract the exported symbol list from a shared archive.
45249 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
45250 +
45251 +# Symbols that should not be listed in the preloaded symbols.
45252 +exclude_expsyms=$lt_exclude_expsyms_GCJ
45253 +
45254 +# Symbols that must always be exported.
45255 +include_expsyms=$lt_include_expsyms_GCJ
45256 +
45257 +# ### END LIBTOOL TAG CONFIG: $tagname
45258 +
45259 +__EOF__
45260 +
45261 +
45262 +else
45263 +  # If there is no Makefile yet, we rely on a make rule to execute
45264 +  # `config.status --recheck' to rerun these tests and create the
45265 +  # libtool script then.
45266 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
45267 +  if test -f "$ltmain_in"; then
45268 +    test -f Makefile && make "$ltmain"
45269 +  fi
45270 +fi
45271 +
45272 +
45273 +ac_ext=c
45274 +ac_cpp='$CPP $CPPFLAGS'
45275 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45276 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45277 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
45278 +
45279 +CC="$lt_save_CC"
45280 +
45281 +       else
45282 +         tagname=""
45283 +       fi
45284 +       ;;
45285 +
45286 +      RC)
45287 +       
45288 +
45289 +# Source file extension for RC test sources.
45290 +ac_ext=rc
45291 +
45292 +# Object file extension for compiled RC test sources.
45293 +objext=o
45294 +objext_RC=$objext
45295 +
45296 +# Code to be used in simple compile tests
45297 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
45298 +
45299 +# Code to be used in simple link tests
45300 +lt_simple_link_test_code="$lt_simple_compile_test_code"
45301 +
45302 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
45303 +
45304 +# If no C compiler was specified, use CC.
45305 +LTCC=${LTCC-"$CC"}
45306 +
45307 +# If no C compiler flags were specified, use CFLAGS.
45308 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
45309 +
45310 +# Allow CC to be a program name with arguments.
45311 +compiler=$CC
45312 +
45313 +
45314 +# save warnings/boilerplate of simple test code
45315 +ac_outfile=conftest.$ac_objext
45316 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
45317 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
45318 +_lt_compiler_boilerplate=`cat conftest.err`
45319 +$rm conftest*
45320 +
45321 +ac_outfile=conftest.$ac_objext
45322 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
45323 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
45324 +_lt_linker_boilerplate=`cat conftest.err`
45325 +$rm -r conftest*
45326 +
45327 +
45328 +# Allow CC to be a program name with arguments.
45329 +lt_save_CC="$CC"
45330 +CC=${RC-"windres"}
45331 +compiler=$CC
45332 +compiler_RC=$CC
45333 +for cc_temp in $compiler""; do
45334 +  case $cc_temp in
45335 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
45336 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
45337 +    \-*) ;;
45338 +    *) break;;
45339 +  esac
45340 +done
45341 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
45342 +
45343 +lt_cv_prog_compiler_c_o_RC=yes
45344 +
45345 +# The else clause should only fire when bootstrapping the
45346 +# libtool distribution, otherwise you forgot to ship ltmain.sh
45347 +# with your package, and you will get complaints that there are
45348 +# no rules to generate ltmain.sh.
45349 +if test -f "$ltmain"; then
45350 +  # See if we are running on zsh, and set the options which allow our commands through
45351 +  # without removal of \ escapes.
45352 +  if test -n "${ZSH_VERSION+set}" ; then
45353 +    setopt NO_GLOB_SUBST
45354 +  fi
45355 +  # Now quote all the things that may contain metacharacters while being
45356 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
45357 +  # variables and quote the copies for generation of the libtool script.
45358 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
45359 +    SED SHELL STRIP \
45360 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
45361 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
45362 +    deplibs_check_method reload_flag reload_cmds need_locks \
45363 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
45364 +    lt_cv_sys_global_symbol_to_c_name_address \
45365 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
45366 +    old_postinstall_cmds old_postuninstall_cmds \
45367 +    compiler_RC \
45368 +    CC_RC \
45369 +    LD_RC \
45370 +    lt_prog_compiler_wl_RC \
45371 +    lt_prog_compiler_pic_RC \
45372 +    lt_prog_compiler_static_RC \
45373 +    lt_prog_compiler_no_builtin_flag_RC \
45374 +    export_dynamic_flag_spec_RC \
45375 +    thread_safe_flag_spec_RC \
45376 +    whole_archive_flag_spec_RC \
45377 +    enable_shared_with_static_runtimes_RC \
45378 +    old_archive_cmds_RC \
45379 +    old_archive_from_new_cmds_RC \
45380 +    predep_objects_RC \
45381 +    postdep_objects_RC \
45382 +    predeps_RC \
45383 +    postdeps_RC \
45384 +    compiler_lib_search_path_RC \
45385 +    compiler_lib_search_dirs_RC \
45386 +    archive_cmds_RC \
45387 +    archive_expsym_cmds_RC \
45388 +    postinstall_cmds_RC \
45389 +    postuninstall_cmds_RC \
45390 +    old_archive_from_expsyms_cmds_RC \
45391 +    allow_undefined_flag_RC \
45392 +    no_undefined_flag_RC \
45393 +    export_symbols_cmds_RC \
45394 +    hardcode_libdir_flag_spec_RC \
45395 +    hardcode_libdir_flag_spec_ld_RC \
45396 +    hardcode_libdir_separator_RC \
45397 +    hardcode_automatic_RC \
45398 +    module_cmds_RC \
45399 +    module_expsym_cmds_RC \
45400 +    lt_cv_prog_compiler_c_o_RC \
45401 +    fix_srcfile_path_RC \
45402 +    exclude_expsyms_RC \
45403 +    include_expsyms_RC; do
45404 +
45405 +    case $var in
45406 +    old_archive_cmds_RC | \
45407 +    old_archive_from_new_cmds_RC | \
45408 +    archive_cmds_RC | \
45409 +    archive_expsym_cmds_RC | \
45410 +    module_cmds_RC | \
45411 +    module_expsym_cmds_RC | \
45412 +    old_archive_from_expsyms_cmds_RC | \
45413 +    export_symbols_cmds_RC | \
45414 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
45415 +    postinstall_cmds | postuninstall_cmds | \
45416 +    old_postinstall_cmds | old_postuninstall_cmds | \
45417 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
45418 +      # Double-quote double-evaled strings.
45419 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
45420 +      ;;
45421 +    *)
45422 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
45423 +      ;;
45424 +    esac
45425 +  done
45426 +
45427 +  case $lt_echo in
45428 +  *'\$0 --fallback-echo"')
45429 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
45430 +    ;;
45431 +  esac
45432 +
45433 +cfgfile="$ofile"
45434 +
45435 +  cat <<__EOF__ >> "$cfgfile"
45436 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname
45437 +
45438 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
45439 +
45440 +# Shell to use when invoking shell scripts.
45441 +SHELL=$lt_SHELL
45442 +
45443 +# Whether or not to build shared libraries.
45444 +build_libtool_libs=$enable_shared
45445 +
45446 +# Whether or not to build static libraries.
45447 +build_old_libs=$enable_static
45448 +
45449 +# Whether or not to add -lc for building shared libraries.
45450 +build_libtool_need_lc=$archive_cmds_need_lc_RC
45451 +
45452 +# Whether or not to disallow shared libs when runtime libs are static
45453 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
45454 +
45455 +# Whether or not to optimize for fast installation.
45456 +fast_install=$enable_fast_install
45457 +
45458 +# The host system.
45459 +host_alias=$host_alias
45460 +host=$host
45461 +host_os=$host_os
45462 +
45463 +# The build system.
45464 +build_alias=$build_alias
45465 +build=$build
45466 +build_os=$build_os
45467 +
45468 +# An echo program that does not interpret backslashes.
45469 +echo=$lt_echo
45470 +
45471 +# The archiver.
45472 +AR=$lt_AR
45473 +AR_FLAGS=$lt_AR_FLAGS
45474 +
45475 +# A C compiler.
45476 +LTCC=$lt_LTCC
45477 +
45478 +# LTCC compiler flags.
45479 +LTCFLAGS=$lt_LTCFLAGS
45480 +
45481 +# A language-specific compiler.
45482 +CC=$lt_compiler_RC
45483 +
45484 +# Is the compiler the GNU C compiler?
45485 +with_gcc=$GCC_RC
45486 +
45487 +# An ERE matcher.
45488 +EGREP=$lt_EGREP
45489 +
45490 +# The linker used to build libraries.
45491 +LD=$lt_LD_RC
45492 +
45493 +# Whether we need hard or soft links.
45494 +LN_S=$lt_LN_S
45495 +
45496 +# A BSD-compatible nm program.
45497 +NM=$lt_NM
45498 +
45499 +# A symbol stripping program
45500 +STRIP=$lt_STRIP
45501 +
45502 +# Used to examine libraries when file_magic_cmd begins "file"
45503 +MAGIC_CMD=$MAGIC_CMD
45504 +
45505 +# Used on cygwin: DLL creation program.
45506 +DLLTOOL="$DLLTOOL"
45507 +
45508 +# Used on cygwin: object dumper.
45509 +OBJDUMP="$OBJDUMP"
45510 +
45511 +# Used on cygwin: assembler.
45512 +AS="$AS"
45513 +
45514 +# The name of the directory that contains temporary libtool files.
45515 +objdir=$objdir
45516 +
45517 +# How to create reloadable object files.
45518 +reload_flag=$lt_reload_flag
45519 +reload_cmds=$lt_reload_cmds
45520 +
45521 +# How to pass a linker flag through the compiler.
45522 +wl=$lt_lt_prog_compiler_wl_RC
45523 +
45524 +# Object file suffix (normally "o").
45525 +objext="$ac_objext"
45526 +
45527 +# Old archive suffix (normally "a").
45528 +libext="$libext"
45529 +
45530 +# Shared library suffix (normally ".so").
45531 +shrext_cmds='$shrext_cmds'
45532 +
45533 +# Executable file suffix (normally "").
45534 +exeext="$exeext"
45535 +
45536 +# Additional compiler flags for building library objects.
45537 +pic_flag=$lt_lt_prog_compiler_pic_RC
45538 +pic_mode=$pic_mode
45539 +
45540 +# What is the maximum length of a command?
45541 +max_cmd_len=$lt_cv_sys_max_cmd_len
45542 +
45543 +# Does compiler simultaneously support -c and -o options?
45544 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
45545 +
45546 +# Must we lock files when doing compilation?
45547 +need_locks=$lt_need_locks
45548 +
45549 +# Do we need the lib prefix for modules?
45550 +need_lib_prefix=$need_lib_prefix
45551 +
45552 +# Do we need a version for libraries?
45553 +need_version=$need_version
45554 +
45555 +# Whether dlopen is supported.
45556 +dlopen_support=$enable_dlopen
45557 +
45558 +# Whether dlopen of programs is supported.
45559 +dlopen_self=$enable_dlopen_self
45560 +
45561 +# Whether dlopen of statically linked programs is supported.
45562 +dlopen_self_static=$enable_dlopen_self_static
45563 +
45564 +# Compiler flag to prevent dynamic linking.
45565 +link_static_flag=$lt_lt_prog_compiler_static_RC
45566 +
45567 +# Compiler flag to turn off builtin functions.
45568 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
45569 +
45570 +# Compiler flag to allow reflexive dlopens.
45571 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
45572 +
45573 +# Compiler flag to generate shared objects directly from archives.
45574 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
45575 +
45576 +# Compiler flag to generate thread-safe objects.
45577 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
45578 +
45579 +# Library versioning type.
45580 +version_type=$version_type
45581 +
45582 +# Format of library name prefix.
45583 +libname_spec=$lt_libname_spec
45584 +
45585 +# List of archive names.  First name is the real one, the rest are links.
45586 +# The last name is the one that the linker finds with -lNAME.
45587 +library_names_spec=$lt_library_names_spec
45588 +
45589 +# The coded name of the library, if different from the real name.
45590 +soname_spec=$lt_soname_spec
45591 +
45592 +# Commands used to build and install an old-style archive.
45593 +RANLIB=$lt_RANLIB
45594 +old_archive_cmds=$lt_old_archive_cmds_RC
45595 +old_postinstall_cmds=$lt_old_postinstall_cmds
45596 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
45597 +
45598 +# Create an old-style archive from a shared archive.
45599 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
45600 +
45601 +# Create a temporary old-style archive to link instead of a shared archive.
45602 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
45603 +
45604 +# Commands used to build and install a shared archive.
45605 +archive_cmds=$lt_archive_cmds_RC
45606 +archive_expsym_cmds=$lt_archive_expsym_cmds_RC
45607 +postinstall_cmds=$lt_postinstall_cmds
45608 +postuninstall_cmds=$lt_postuninstall_cmds
45609 +
45610 +# Commands used to build a loadable module (assumed same as above if empty)
45611 +module_cmds=$lt_module_cmds_RC
45612 +module_expsym_cmds=$lt_module_expsym_cmds_RC
45613 +
45614 +# Commands to strip libraries.
45615 +old_striplib=$lt_old_striplib
45616 +striplib=$lt_striplib
45617 +
45618 +# Dependencies to place before the objects being linked to create a
45619 +# shared library.
45620 +predep_objects=$lt_predep_objects_RC
45621 +
45622 +# Dependencies to place after the objects being linked to create a
45623 +# shared library.
45624 +postdep_objects=$lt_postdep_objects_RC
45625 +
45626 +# Dependencies to place before the objects being linked to create a
45627 +# shared library.
45628 +predeps=$lt_predeps_RC
45629 +
45630 +# Dependencies to place after the objects being linked to create a
45631 +# shared library.
45632 +postdeps=$lt_postdeps_RC
45633 +
45634 +# The directories searched by this compiler when creating a shared
45635 +# library
45636 +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
45637 +
45638 +# The library search path used internally by the compiler when linking
45639 +# a shared library.
45640 +compiler_lib_search_path=$lt_compiler_lib_search_path_RC
45641 +
45642 +# Method to check whether dependent libraries are shared objects.
45643 +deplibs_check_method=$lt_deplibs_check_method
45644 +
45645 +# Command to use when deplibs_check_method == file_magic.
45646 +file_magic_cmd=$lt_file_magic_cmd
45647 +
45648 +# Flag that allows shared libraries with undefined symbols to be built.
45649 +allow_undefined_flag=$lt_allow_undefined_flag_RC
45650 +
45651 +# Flag that forces no undefined symbols.
45652 +no_undefined_flag=$lt_no_undefined_flag_RC
45653 +
45654 +# Commands used to finish a libtool library installation in a directory.
45655 +finish_cmds=$lt_finish_cmds
45656 +
45657 +# Same as above, but a single script fragment to be evaled but not shown.
45658 +finish_eval=$lt_finish_eval
45659 +
45660 +# Take the output of nm and produce a listing of raw symbols and C names.
45661 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
45662 +
45663 +# Transform the output of nm in a proper C declaration
45664 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
45665 +
45666 +# Transform the output of nm in a C name address pair
45667 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
45668 +
45669 +# This is the shared library runtime path variable.
45670 +runpath_var=$runpath_var
45671 +
45672 +# This is the shared library path variable.
45673 +shlibpath_var=$shlibpath_var
45674 +
45675 +# Is shlibpath searched before the hard-coded library search path?
45676 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
45677 +
45678 +# How to hardcode a shared library path into an executable.
45679 +hardcode_action=$hardcode_action_RC
45680 +
45681 +# Whether we should hardcode library paths into libraries.
45682 +hardcode_into_libs=$hardcode_into_libs
45683 +
45684 +# Flag to hardcode \$libdir into a binary during linking.
45685 +# This must work even if \$libdir does not exist.
45686 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
45687 +
45688 +# If ld is used when linking, flag to hardcode \$libdir into
45689 +# a binary during linking. This must work even if \$libdir does
45690 +# not exist.
45691 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
45692 +
45693 +# Whether we need a single -rpath flag with a separated argument.
45694 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
45695 +
45696 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
45697 +# resulting binary.
45698 +hardcode_direct=$hardcode_direct_RC
45699 +
45700 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
45701 +# resulting binary.
45702 +hardcode_minus_L=$hardcode_minus_L_RC
45703 +
45704 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
45705 +# the resulting binary.
45706 +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
45707 +
45708 +# Set to yes if building a shared library automatically hardcodes DIR into the library
45709 +# and all subsequent libraries and executables linked against it.
45710 +hardcode_automatic=$hardcode_automatic_RC
45711 +
45712 +# Variables whose values should be saved in libtool wrapper scripts and
45713 +# restored at relink time.
45714 +variables_saved_for_relink="$variables_saved_for_relink"
45715 +
45716 +# Whether libtool must link a program against all its dependency libraries.
45717 +link_all_deplibs=$link_all_deplibs_RC
45718 +
45719 +# Compile-time system search path for libraries
45720 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
45721 +
45722 +# Run-time system search path for libraries
45723 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
45724 +
45725 +# Fix the shell variable \$srcfile for the compiler.
45726 +fix_srcfile_path=$lt_fix_srcfile_path
45727 +
45728 +# Set to yes if exported symbols are required.
45729 +always_export_symbols=$always_export_symbols_RC
45730 +
45731 +# The commands to list exported symbols.
45732 +export_symbols_cmds=$lt_export_symbols_cmds_RC
45733 +
45734 +# The commands to extract the exported symbol list from a shared archive.
45735 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
45736 +
45737 +# Symbols that should not be listed in the preloaded symbols.
45738 +exclude_expsyms=$lt_exclude_expsyms_RC
45739 +
45740 +# Symbols that must always be exported.
45741 +include_expsyms=$lt_include_expsyms_RC
45742 +
45743 +# ### END LIBTOOL TAG CONFIG: $tagname
45744 +
45745 +__EOF__
45746 +
45747 +
45748 +else
45749 +  # If there is no Makefile yet, we rely on a make rule to execute
45750 +  # `config.status --recheck' to rerun these tests and create the
45751 +  # libtool script then.
45752 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
45753 +  if test -f "$ltmain_in"; then
45754 +    test -f Makefile && make "$ltmain"
45755 +  fi
45756 +fi
45757 +
45758 +
45759 +ac_ext=c
45760 +ac_cpp='$CPP $CPPFLAGS'
45761 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45762 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45763 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
45764 +
45765 +CC="$lt_save_CC"
45766 +
45767 +       ;;
45768 +
45769 +      *)
45770 +       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
45771 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
45772 +   { (exit 1); exit 1; }; }
45773 +       ;;
45774 +      esac
45775 +
45776 +      # Append the new tag name to the list of available tags.
45777 +      if test -n "$tagname" ; then
45778 +      available_tags="$available_tags $tagname"
45779 +    fi
45780 +    fi
45781 +  done
45782 +  IFS="$lt_save_ifs"
45783 +
45784 +  # Now substitute the updated list of available tags.
45785 +  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
45786 +    mv "${ofile}T" "$ofile"
45787 +    chmod +x "$ofile"
45788 +  else
45789 +    rm -f "${ofile}T"
45790 +    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
45791 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
45792 +   { (exit 1); exit 1; }; }
45793 +  fi
45794 +fi
45795 +
45796 +
45797 +
45798 +# This can be used to rebuild libtool when needed
45799 +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
45800 +
45801 +# Always use our own libtool.
45802 +LIBTOOL='$(SHELL) $(top_builddir)/libtool'
45803 +
45804 +# Prevent multiple expansion
45805 +
45806 +
45807 +
45808 +
45809 +
45810 +
45811 +
45812 +
45813 +
45814 +
45815 +
45816 +  
45817 +
45818 +  
45819 +
45820 +
45821 +  
45822 +       
45823 +       
45824 +
45825 +
45826 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
45827 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
45828 +    # Check whether --enable-maintainer-mode was given.
45829 +if test "${enable_maintainer_mode+set}" = set; then
45830 +  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
45831 +else
45832 +  USE_MAINTAINER_MODE=no
45833 +fi
45834 +
45835 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
45836 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
45837 +   if test $USE_MAINTAINER_MODE = yes; then
45838 +  MAINTAINER_MODE_TRUE=
45839 +  MAINTAINER_MODE_FALSE='#'
45840 +else
45841 +  MAINTAINER_MODE_TRUE='#'
45842 +  MAINTAINER_MODE_FALSE=
45843 +fi
45844 +
45845 +  MAINT=$MAINTAINER_MODE_TRUE
45846 +  
45847 +
45848 +
45849 +
45850 +for ac_header in sys/mman.h
45851 +do
45852 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45853 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45854 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
45855 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45856 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45857 +  echo $ECHO_N "(cached) $ECHO_C" >&6
45858 +fi
45859 +ac_res=`eval echo '${'$as_ac_Header'}'`
45860 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
45861 +echo "${ECHO_T}$ac_res" >&6; }
45862 +else
45863 +  # Is the header compilable?
45864 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
45865 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
45866 +cat >conftest.$ac_ext <<_ACEOF
45867 +/* confdefs.h.  */
45868 +_ACEOF
45869 +cat confdefs.h >>conftest.$ac_ext
45870 +cat >>conftest.$ac_ext <<_ACEOF
45871 +/* end confdefs.h.  */
45872 +$ac_includes_default
45873 +@%:@include <$ac_header>
45874 +_ACEOF
45875 +rm -f conftest.$ac_objext
45876 +if { (ac_try="$ac_compile"
45877 +case "(($ac_try" in
45878 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45879 +  *) ac_try_echo=$ac_try;;
45880 +esac
45881 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45882 +  (eval "$ac_compile") 2>conftest.er1
45883 +  ac_status=$?
45884 +  grep -v '^ *+' conftest.er1 >conftest.err
45885 +  rm -f conftest.er1
45886 +  cat conftest.err >&5
45887 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
45888 +  (exit $ac_status); } && {
45889 +        test -z "$ac_c_werror_flag" ||
45890 +        test ! -s conftest.err
45891 +       } && test -s conftest.$ac_objext; then
45892 +  ac_header_compiler=yes
45893 +else
45894 +  echo "$as_me: failed program was:" >&5
45895 +sed 's/^/| /' conftest.$ac_ext >&5
45896 +
45897 +       ac_header_compiler=no
45898 +fi
45899 +
45900 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45901 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
45902 +echo "${ECHO_T}$ac_header_compiler" >&6; }
45903 +
45904 +# Is the header present?
45905 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
45906 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
45907 +cat >conftest.$ac_ext <<_ACEOF
45908 +/* confdefs.h.  */
45909 +_ACEOF
45910 +cat confdefs.h >>conftest.$ac_ext
45911 +cat >>conftest.$ac_ext <<_ACEOF
45912 +/* end confdefs.h.  */
45913 +@%:@include <$ac_header>
45914 +_ACEOF
45915 +if { (ac_try="$ac_cpp conftest.$ac_ext"
45916 +case "(($ac_try" in
45917 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45918 +  *) ac_try_echo=$ac_try;;
45919 +esac
45920 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45921 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
45922 +  ac_status=$?
45923 +  grep -v '^ *+' conftest.er1 >conftest.err
45924 +  rm -f conftest.er1
45925 +  cat conftest.err >&5
45926 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
45927 +  (exit $ac_status); } >/dev/null && {
45928 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
45929 +        test ! -s conftest.err
45930 +       }; then
45931 +  ac_header_preproc=yes
45932 +else
45933 +  echo "$as_me: failed program was:" >&5
45934 +sed 's/^/| /' conftest.$ac_ext >&5
45935 +
45936 +  ac_header_preproc=no
45937 +fi
45938 +
45939 +rm -f conftest.err conftest.$ac_ext
45940 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
45941 +echo "${ECHO_T}$ac_header_preproc" >&6; }
45942 +
45943 +# So?  What about this header?
45944 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
45945 +  yes:no: )
45946 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
45947 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
45948 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
45949 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
45950 +    ac_header_preproc=yes
45951 +    ;;
45952 +  no:yes:* )
45953 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
45954 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
45955 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
45956 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
45957 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
45958 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
45959 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
45960 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
45961 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
45962 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
45963 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
45964 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
45965 +    ( cat <<\_ASBOX
45966 +@%:@@%:@ ------------------------------------------- @%:@@%:@
45967 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
45968 +@%:@@%:@ ------------------------------------------- @%:@@%:@
45969 +_ASBOX
45970 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
45971 +    ;;
45972 +esac
45973 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
45974 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45975 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45976 +  echo $ECHO_N "(cached) $ECHO_C" >&6
45977 +else
45978 +  eval "$as_ac_Header=\$ac_header_preproc"
45979 +fi
45980 +ac_res=`eval echo '${'$as_ac_Header'}'`
45981 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
45982 +echo "${ECHO_T}$ac_res" >&6; }
45983 +
45984 +fi
45985 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
45986 +  cat >>confdefs.h <<_ACEOF
45987 +@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45988 +_ACEOF
45989
45990 +fi
45991 +
45992 +done
45993 +
45994 +
45995 +for ac_func in mmap
45996 +do
45997 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45998 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
45999 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46000 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46001 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46002 +else
46003 +  cat >conftest.$ac_ext <<_ACEOF
46004 +/* confdefs.h.  */
46005 +_ACEOF
46006 +cat confdefs.h >>conftest.$ac_ext
46007 +cat >>conftest.$ac_ext <<_ACEOF
46008 +/* end confdefs.h.  */
46009 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46010 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46011 +#define $ac_func innocuous_$ac_func
46012 +
46013 +/* System header to define __stub macros and hopefully few prototypes,
46014 +    which can conflict with char $ac_func (); below.
46015 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46016 +    <limits.h> exists even on freestanding compilers.  */
46017 +
46018 +#ifdef __STDC__
46019 +# include <limits.h>
46020 +#else
46021 +# include <assert.h>
46022 +#endif
46023 +
46024 +#undef $ac_func
46025 +
46026 +/* Override any GCC internal prototype to avoid an error.
46027 +   Use char because int might match the return type of a GCC
46028 +   builtin and then its argument prototype would still apply.  */
46029 +#ifdef __cplusplus
46030 +extern "C"
46031 +#endif
46032 +char $ac_func ();
46033 +/* The GNU C library defines this for functions which it implements
46034 +    to always fail with ENOSYS.  Some functions are actually named
46035 +    something starting with __ and the normal name is an alias.  */
46036 +#if defined __stub_$ac_func || defined __stub___$ac_func
46037 +choke me
46038 +#endif
46039 +
46040 +int
46041 +main ()
46042 +{
46043 +return $ac_func ();
46044 +  ;
46045 +  return 0;
46046 +}
46047 +_ACEOF
46048 +rm -f conftest.$ac_objext conftest$ac_exeext
46049 +if { (ac_try="$ac_link"
46050 +case "(($ac_try" in
46051 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46052 +  *) ac_try_echo=$ac_try;;
46053 +esac
46054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46055 +  (eval "$ac_link") 2>conftest.er1
46056 +  ac_status=$?
46057 +  grep -v '^ *+' conftest.er1 >conftest.err
46058 +  rm -f conftest.er1
46059 +  cat conftest.err >&5
46060 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46061 +  (exit $ac_status); } && {
46062 +        test -z "$ac_c_werror_flag" ||
46063 +        test ! -s conftest.err
46064 +       } && test -s conftest$ac_exeext &&
46065 +       $as_test_x conftest$ac_exeext; then
46066 +  eval "$as_ac_var=yes"
46067 +else
46068 +  echo "$as_me: failed program was:" >&5
46069 +sed 's/^/| /' conftest.$ac_ext >&5
46070 +
46071 +       eval "$as_ac_var=no"
46072 +fi
46073 +
46074 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46075 +      conftest$ac_exeext conftest.$ac_ext
46076 +fi
46077 +ac_res=`eval echo '${'$as_ac_var'}'`
46078 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
46079 +echo "${ECHO_T}$ac_res" >&6; }
46080 +if test `eval echo '${'$as_ac_var'}'` = yes; then
46081 +  cat >>confdefs.h <<_ACEOF
46082 +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46083 +_ACEOF
46084
46085 +fi
46086 +done
46087 +
46088 +
46089 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
46090 +  { echo "$as_me:$LINENO: checking for sys/mman.h" >&5
46091 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
46092 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
46093 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46094 +fi
46095 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
46096 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
46097 +else
46098 +  # Is the header compilable?
46099 +{ echo "$as_me:$LINENO: checking sys/mman.h usability" >&5
46100 +echo $ECHO_N "checking sys/mman.h usability... $ECHO_C" >&6; }
46101 +cat >conftest.$ac_ext <<_ACEOF
46102 +/* confdefs.h.  */
46103 +_ACEOF
46104 +cat confdefs.h >>conftest.$ac_ext
46105 +cat >>conftest.$ac_ext <<_ACEOF
46106 +/* end confdefs.h.  */
46107 +$ac_includes_default
46108 +@%:@include <sys/mman.h>
46109 +_ACEOF
46110 +rm -f conftest.$ac_objext
46111 +if { (ac_try="$ac_compile"
46112 +case "(($ac_try" in
46113 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46114 +  *) ac_try_echo=$ac_try;;
46115 +esac
46116 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46117 +  (eval "$ac_compile") 2>conftest.er1
46118 +  ac_status=$?
46119 +  grep -v '^ *+' conftest.er1 >conftest.err
46120 +  rm -f conftest.er1
46121 +  cat conftest.err >&5
46122 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46123 +  (exit $ac_status); } && {
46124 +        test -z "$ac_c_werror_flag" ||
46125 +        test ! -s conftest.err
46126 +       } && test -s conftest.$ac_objext; then
46127 +  ac_header_compiler=yes
46128 +else
46129 +  echo "$as_me: failed program was:" >&5
46130 +sed 's/^/| /' conftest.$ac_ext >&5
46131 +
46132 +       ac_header_compiler=no
46133 +fi
46134 +
46135 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46136 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
46137 +echo "${ECHO_T}$ac_header_compiler" >&6; }
46138 +
46139 +# Is the header present?
46140 +{ echo "$as_me:$LINENO: checking sys/mman.h presence" >&5
46141 +echo $ECHO_N "checking sys/mman.h presence... $ECHO_C" >&6; }
46142 +cat >conftest.$ac_ext <<_ACEOF
46143 +/* confdefs.h.  */
46144 +_ACEOF
46145 +cat confdefs.h >>conftest.$ac_ext
46146 +cat >>conftest.$ac_ext <<_ACEOF
46147 +/* end confdefs.h.  */
46148 +@%:@include <sys/mman.h>
46149 +_ACEOF
46150 +if { (ac_try="$ac_cpp conftest.$ac_ext"
46151 +case "(($ac_try" in
46152 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46153 +  *) ac_try_echo=$ac_try;;
46154 +esac
46155 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46156 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
46157 +  ac_status=$?
46158 +  grep -v '^ *+' conftest.er1 >conftest.err
46159 +  rm -f conftest.er1
46160 +  cat conftest.err >&5
46161 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46162 +  (exit $ac_status); } >/dev/null && {
46163 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
46164 +        test ! -s conftest.err
46165 +       }; then
46166 +  ac_header_preproc=yes
46167 +else
46168 +  echo "$as_me: failed program was:" >&5
46169 +sed 's/^/| /' conftest.$ac_ext >&5
46170 +
46171 +  ac_header_preproc=no
46172 +fi
46173 +
46174 +rm -f conftest.err conftest.$ac_ext
46175 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
46176 +echo "${ECHO_T}$ac_header_preproc" >&6; }
46177 +
46178 +# So?  What about this header?
46179 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
46180 +  yes:no: )
46181 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&5
46182 +echo "$as_me: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
46183 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the compiler's result" >&5
46184 +echo "$as_me: WARNING: sys/mman.h: proceeding with the compiler's result" >&2;}
46185 +    ac_header_preproc=yes
46186 +    ;;
46187 +  no:yes:* )
46188 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: present but cannot be compiled" >&5
46189 +echo "$as_me: WARNING: sys/mman.h: present but cannot be compiled" >&2;}
46190 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&5
46191 +echo "$as_me: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&2;}
46192 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: see the Autoconf documentation" >&5
46193 +echo "$as_me: WARNING: sys/mman.h: see the Autoconf documentation" >&2;}
46194 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&5
46195 +echo "$as_me: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&2;}
46196 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&5
46197 +echo "$as_me: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&2;}
46198 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&5
46199 +echo "$as_me: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&2;}
46200 +    ( cat <<\_ASBOX
46201 +@%:@@%:@ ------------------------------------------- @%:@@%:@
46202 +@%:@@%:@ Report this to http://gcc.gnu.org/bugs.html @%:@@%:@
46203 +@%:@@%:@ ------------------------------------------- @%:@@%:@
46204 +_ASBOX
46205 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
46206 +    ;;
46207 +esac
46208 +{ echo "$as_me:$LINENO: checking for sys/mman.h" >&5
46209 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
46210 +if test "${ac_cv_header_sys_mman_h+set}" = set; then
46211 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46212 +else
46213 +  ac_cv_header_sys_mman_h=$ac_header_preproc
46214 +fi
46215 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
46216 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
46217 +
46218 +fi
46219 +if test $ac_cv_header_sys_mman_h = yes; then
46220 +  libffi_header_sys_mman_h=yes
46221 +else
46222 +  libffi_header_sys_mman_h=no
46223 +fi
46224 +
46225 +
46226 +{ echo "$as_me:$LINENO: checking for mmap" >&5
46227 +echo $ECHO_N "checking for mmap... $ECHO_C" >&6; }
46228 +if test "${ac_cv_func_mmap+set}" = set; then
46229 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46230 +else
46231 +  cat >conftest.$ac_ext <<_ACEOF
46232 +/* confdefs.h.  */
46233 +_ACEOF
46234 +cat confdefs.h >>conftest.$ac_ext
46235 +cat >>conftest.$ac_ext <<_ACEOF
46236 +/* end confdefs.h.  */
46237 +/* Define mmap to an innocuous variant, in case <limits.h> declares mmap.
46238 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46239 +#define mmap innocuous_mmap
46240 +
46241 +/* System header to define __stub macros and hopefully few prototypes,
46242 +    which can conflict with char mmap (); below.
46243 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46244 +    <limits.h> exists even on freestanding compilers.  */
46245 +
46246 +#ifdef __STDC__
46247 +# include <limits.h>
46248 +#else
46249 +# include <assert.h>
46250 +#endif
46251 +
46252 +#undef mmap
46253 +
46254 +/* Override any GCC internal prototype to avoid an error.
46255 +   Use char because int might match the return type of a GCC
46256 +   builtin and then its argument prototype would still apply.  */
46257 +#ifdef __cplusplus
46258 +extern "C"
46259 +#endif
46260 +char mmap ();
46261 +/* The GNU C library defines this for functions which it implements
46262 +    to always fail with ENOSYS.  Some functions are actually named
46263 +    something starting with __ and the normal name is an alias.  */
46264 +#if defined __stub_mmap || defined __stub___mmap
46265 +choke me
46266 +#endif
46267 +
46268 +int
46269 +main ()
46270 +{
46271 +return mmap ();
46272 +  ;
46273 +  return 0;
46274 +}
46275 +_ACEOF
46276 +rm -f conftest.$ac_objext conftest$ac_exeext
46277 +if { (ac_try="$ac_link"
46278 +case "(($ac_try" in
46279 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46280 +  *) ac_try_echo=$ac_try;;
46281 +esac
46282 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46283 +  (eval "$ac_link") 2>conftest.er1
46284 +  ac_status=$?
46285 +  grep -v '^ *+' conftest.er1 >conftest.err
46286 +  rm -f conftest.er1
46287 +  cat conftest.err >&5
46288 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46289 +  (exit $ac_status); } && {
46290 +        test -z "$ac_c_werror_flag" ||
46291 +        test ! -s conftest.err
46292 +       } && test -s conftest$ac_exeext &&
46293 +       $as_test_x conftest$ac_exeext; then
46294 +  ac_cv_func_mmap=yes
46295 +else
46296 +  echo "$as_me: failed program was:" >&5
46297 +sed 's/^/| /' conftest.$ac_ext >&5
46298 +
46299 +       ac_cv_func_mmap=no
46300 +fi
46301 +
46302 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46303 +      conftest$ac_exeext conftest.$ac_ext
46304 +fi
46305 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap" >&5
46306 +echo "${ECHO_T}$ac_cv_func_mmap" >&6; }
46307 +if test $ac_cv_func_mmap = yes; then
46308 +  libffi_func_mmap=yes
46309 +else
46310 +  libffi_func_mmap=no
46311 +fi
46312 +
46313 +if test "$libffi_header_sys_mman_h" != yes \
46314 + || test "$libffi_func_mmap" != yes; then
46315 +   ac_cv_func_mmap_file=no
46316 +   ac_cv_func_mmap_dev_zero=no
46317 +   ac_cv_func_mmap_anon=no
46318 +else
46319 +   { echo "$as_me:$LINENO: checking whether read-only mmap of a plain file works" >&5
46320 +echo $ECHO_N "checking whether read-only mmap of a plain file works... $ECHO_C" >&6; }
46321 +if test "${ac_cv_func_mmap_file+set}" = set; then
46322 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46323 +else
46324 +  # Add a system to this blacklist if
46325 +   # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
46326 +   # memory area containing the same data that you'd get if you applied
46327 +   # read() to the same fd.  The only system known to have a problem here
46328 +   # is VMS, where text files have record structure.
46329 +   case "$host_os" in
46330 +     vms* | ultrix*)
46331 +       ac_cv_func_mmap_file=no ;;
46332 +     *)
46333 +       ac_cv_func_mmap_file=yes;;
46334 +   esac
46335 +fi
46336 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_file" >&5
46337 +echo "${ECHO_T}$ac_cv_func_mmap_file" >&6; }
46338 +   { echo "$as_me:$LINENO: checking whether mmap from /dev/zero works" >&5
46339 +echo $ECHO_N "checking whether mmap from /dev/zero works... $ECHO_C" >&6; }
46340 +if test "${ac_cv_func_mmap_dev_zero+set}" = set; then
46341 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46342 +else
46343 +  # Add a system to this blacklist if it has mmap() but /dev/zero
46344 +   # does not exist, or if mmapping /dev/zero does not give anonymous
46345 +   # zeroed pages with both the following properties:
46346 +   # 1. If you map N consecutive pages in with one call, and then
46347 +   #    unmap any subset of those pages, the pages that were not
46348 +   #    explicitly unmapped remain accessible.
46349 +   # 2. If you map two adjacent blocks of memory and then unmap them
46350 +   #    both at once, they must both go away.
46351 +   # Systems known to be in this category are Windows (all variants),
46352 +   # VMS, and Darwin.
46353 +   case "$host_os" in
46354 +     vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
46355 +       ac_cv_func_mmap_dev_zero=no ;;
46356 +     *)
46357 +       ac_cv_func_mmap_dev_zero=yes;;
46358 +   esac
46359 +fi
46360 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_dev_zero" >&5
46361 +echo "${ECHO_T}$ac_cv_func_mmap_dev_zero" >&6; }
46362 +
46363 +   # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
46364 +   { echo "$as_me:$LINENO: checking for MAP_ANON(YMOUS)" >&5
46365 +echo $ECHO_N "checking for MAP_ANON(YMOUS)... $ECHO_C" >&6; }
46366 +if test "${ac_cv_decl_map_anon+set}" = set; then
46367 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46368 +else
46369 +  cat >conftest.$ac_ext <<_ACEOF
46370 +/* confdefs.h.  */
46371 +_ACEOF
46372 +cat confdefs.h >>conftest.$ac_ext
46373 +cat >>conftest.$ac_ext <<_ACEOF
46374 +/* end confdefs.h.  */
46375 +#include <sys/types.h>
46376 +#include <sys/mman.h>
46377 +#include <unistd.h>
46378 +
46379 +#ifndef MAP_ANONYMOUS
46380 +#define MAP_ANONYMOUS MAP_ANON
46381 +#endif
46382 +
46383 +int
46384 +main ()
46385 +{
46386 +int n = MAP_ANONYMOUS;
46387 +  ;
46388 +  return 0;
46389 +}
46390 +_ACEOF
46391 +rm -f conftest.$ac_objext
46392 +if { (ac_try="$ac_compile"
46393 +case "(($ac_try" in
46394 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46395 +  *) ac_try_echo=$ac_try;;
46396 +esac
46397 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46398 +  (eval "$ac_compile") 2>conftest.er1
46399 +  ac_status=$?
46400 +  grep -v '^ *+' conftest.er1 >conftest.err
46401 +  rm -f conftest.er1
46402 +  cat conftest.err >&5
46403 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46404 +  (exit $ac_status); } && {
46405 +        test -z "$ac_c_werror_flag" ||
46406 +        test ! -s conftest.err
46407 +       } && test -s conftest.$ac_objext; then
46408 +  ac_cv_decl_map_anon=yes
46409 +else
46410 +  echo "$as_me: failed program was:" >&5
46411 +sed 's/^/| /' conftest.$ac_ext >&5
46412 +
46413 +       ac_cv_decl_map_anon=no
46414 +fi
46415 +
46416 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46417 +fi
46418 +{ echo "$as_me:$LINENO: result: $ac_cv_decl_map_anon" >&5
46419 +echo "${ECHO_T}$ac_cv_decl_map_anon" >&6; }
46420 +
46421 +   if test $ac_cv_decl_map_anon = no; then
46422 +     ac_cv_func_mmap_anon=no
46423 +   else
46424 +     { echo "$as_me:$LINENO: checking whether mmap with MAP_ANON(YMOUS) works" >&5
46425 +echo $ECHO_N "checking whether mmap with MAP_ANON(YMOUS) works... $ECHO_C" >&6; }
46426 +if test "${ac_cv_func_mmap_anon+set}" = set; then
46427 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46428 +else
46429 +  # Add a system to this blacklist if it has mmap() and MAP_ANON or
46430 +   # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
46431 +   # doesn't give anonymous zeroed pages with the same properties listed
46432 +   # above for use of /dev/zero.
46433 +   # Systems known to be in this category are Windows, VMS, and SCO Unix.
46434 +   case "$host_os" in
46435 +     vms* | cygwin* | pe | mingw* | sco* | udk* )
46436 +       ac_cv_func_mmap_anon=no ;;
46437 +     *)
46438 +       ac_cv_func_mmap_anon=yes;;
46439 +   esac
46440 +fi
46441 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_anon" >&5
46442 +echo "${ECHO_T}$ac_cv_func_mmap_anon" >&6; }
46443 +   fi
46444 +fi
46445 +
46446 +if test $ac_cv_func_mmap_file = yes; then
46447 +  
46448 +cat >>confdefs.h <<\_ACEOF
46449 +@%:@define HAVE_MMAP_FILE 1
46450 +_ACEOF
46451 +
46452 +fi
46453 +if test $ac_cv_func_mmap_dev_zero = yes; then
46454 +  
46455 +cat >>confdefs.h <<\_ACEOF
46456 +@%:@define HAVE_MMAP_DEV_ZERO 1
46457 +_ACEOF
46458 +
46459 +fi
46460 +if test $ac_cv_func_mmap_anon = yes; then
46461 +  
46462 +cat >>confdefs.h <<\_ACEOF
46463 +@%:@define HAVE_MMAP_ANON 1
46464 +_ACEOF
46465 +
46466 +fi
46467 +
46468 +
46469 + if test -d $srcdir/testsuite; then
46470 +  TESTSUBDIR_TRUE=
46471 +  TESTSUBDIR_FALSE='#'
46472 +else
46473 +  TESTSUBDIR_TRUE='#'
46474 +  TESTSUBDIR_FALSE=
46475 +fi
46476 +
46477 +
46478 +TARGETDIR="unknown"
46479 +case "$host" in
46480 +  alpha*-*-*)
46481 +       TARGET=ALPHA; TARGETDIR=alpha;
46482 +       # Support 128-bit long double, changable via command-line switch.
46483 +       HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
46484 +       ;;
46485 +
46486 +  arm*-*-*)
46487 +       TARGET=ARM; TARGETDIR=arm
46488 +       ;;
46489 +
46490 +  amd64-*-freebsd*)
46491 +       TARGET=X86_64; TARGETDIR=x86
46492 +       ;;
46493 +
46494 +  cris-*-*)
46495 +       TARGET=LIBFFI_CRIS; TARGETDIR=cris
46496 +       ;;
46497 +
46498 +  frv-*-*)
46499 +       TARGET=FRV; TARGETDIR=frv
46500 +       ;;
46501 +
46502 +  hppa*-*-linux* | parisc*-*-linux*)
46503 +       TARGET=PA_LINUX; TARGETDIR=pa
46504 +       ;;
46505 +  hppa*64-*-hpux*)
46506 +       TARGET=PA64_HPUX; TARGETDIR=pa
46507 +       ;;
46508 +  hppa*-*-hpux*)
46509 +       TARGET=PA_HPUX; TARGETDIR=pa
46510 +       ;;
46511 +
46512 +  i386-*-freebsd* | i386-*-openbsd*)
46513 +       TARGET=X86_FREEBSD; TARGETDIR=x86
46514 +       ;;
46515 +  i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
46516 +       TARGET=X86_WIN32; TARGETDIR=x86
46517 +       ;;
46518 +  i?86-*-darwin*)
46519 +       TARGET=X86_DARWIN; TARGETDIR=x86
46520 +       ;;
46521 +  i?86-*-solaris2.1[0-9]*)
46522 +       TARGET=X86_64; TARGETDIR=x86
46523 +       ;;
46524 +  i?86-*-*)
46525 +       TARGET=X86; TARGETDIR=x86
46526 +       ;;
46527 +
46528 +  ia64*-*-*)
46529 +       TARGET=IA64; TARGETDIR=ia64
46530 +       ;;
46531 +
46532 +  m32r*-*-*)
46533 +       TARGET=M32R; TARGETDIR=m32r
46534 +       ;;
46535 +
46536 +  m68k-*-*)
46537 +       TARGET=M68K; TARGETDIR=m68k
46538 +       ;;
46539 +
46540 +  mips-sgi-irix5.* | mips-sgi-irix6.*)
46541 +       TARGET=MIPS; TARGETDIR=mips
46542 +       ;;
46543 +  mips*-*-linux*)
46544 +       TARGET=MIPS; TARGETDIR=mips
46545 +       ;;
46546 +
46547 +  powerpc*-*-linux* | powerpc-*-sysv*)
46548 +       TARGET=POWERPC; TARGETDIR=powerpc
46549 +       ;;
46550 +  powerpc-*-beos*)
46551 +       TARGET=POWERPC; TARGETDIR=powerpc
46552 +       ;;
46553 +  powerpc-*-darwin*)
46554 +       TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
46555 +       ;;
46556 +  powerpc-*-aix* | rs6000-*-aix*)
46557 +       TARGET=POWERPC_AIX; TARGETDIR=powerpc
46558 +       ;;
46559 +  powerpc-*-freebsd*)
46560 +       TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
46561 +       ;;
46562 +  powerpc*-*-rtems*)
46563 +       TARGET=POWERPC; TARGETDIR=powerpc
46564 +       ;;
46565 +
46566 +  s390-*-* | s390x-*-*)
46567 +       TARGET=S390; TARGETDIR=s390
46568 +       ;;
46569 +
46570 +  sh-*-* | sh[34]*-*-*)
46571 +       TARGET=SH; TARGETDIR=sh
46572 +       ;;
46573 +  sh64-*-* | sh5*-*-*)
46574 +       TARGET=SH64; TARGETDIR=sh64
46575 +       ;;
46576 +
46577 +  sparc*-*-*)
46578 +       TARGET=SPARC; TARGETDIR=sparc
46579 +       ;;
46580 +
46581 +  x86_64-*-darwin*)
46582 +       TARGET=X86_DARWIN; TARGETDIR=x86
46583 +       ;;
46584 +  x86_64-*-cygwin* | x86_64-*-mingw*)
46585 +       ;;
46586 +  x86_64-*-*)
46587 +       TARGET=X86_64; TARGETDIR=x86
46588 +       ;;
46589 +esac
46590 +
46591 +
46592 +
46593 +if test $TARGETDIR = unknown; then
46594 +  { { echo "$as_me:$LINENO: error: \"libffi has not been ported to $host.\"" >&5
46595 +echo "$as_me: error: \"libffi has not been ported to $host.\"" >&2;}
46596 +   { (exit 1); exit 1; }; }
46597 +fi
46598 +
46599 + if test x$TARGET = xMIPS; then
46600 +  MIPS_TRUE=
46601 +  MIPS_FALSE='#'
46602 +else
46603 +  MIPS_TRUE='#'
46604 +  MIPS_FALSE=
46605 +fi
46606 +
46607 + if test x$TARGET = xSPARC; then
46608 +  SPARC_TRUE=
46609 +  SPARC_FALSE='#'
46610 +else
46611 +  SPARC_TRUE='#'
46612 +  SPARC_FALSE=
46613 +fi
46614 +
46615 + if test x$TARGET = xX86; then
46616 +  X86_TRUE=
46617 +  X86_FALSE='#'
46618 +else
46619 +  X86_TRUE='#'
46620 +  X86_FALSE=
46621 +fi
46622 +
46623 + if test x$TARGET = xX86_FREEBSD; then
46624 +  X86_FREEBSD_TRUE=
46625 +  X86_FREEBSD_FALSE='#'
46626 +else
46627 +  X86_FREEBSD_TRUE='#'
46628 +  X86_FREEBSD_FALSE=
46629 +fi
46630 +
46631 + if test x$TARGET = xX86_WIN32; then
46632 +  X86_WIN32_TRUE=
46633 +  X86_WIN32_FALSE='#'
46634 +else
46635 +  X86_WIN32_TRUE='#'
46636 +  X86_WIN32_FALSE=
46637 +fi
46638 +
46639 + if test x$TARGET = xX86_DARWIN; then
46640 +  X86_DARWIN_TRUE=
46641 +  X86_DARWIN_FALSE='#'
46642 +else
46643 +  X86_DARWIN_TRUE='#'
46644 +  X86_DARWIN_FALSE=
46645 +fi
46646 +
46647 + if test x$TARGET = xALPHA; then
46648 +  ALPHA_TRUE=
46649 +  ALPHA_FALSE='#'
46650 +else
46651 +  ALPHA_TRUE='#'
46652 +  ALPHA_FALSE=
46653 +fi
46654 +
46655 + if test x$TARGET = xIA64; then
46656 +  IA64_TRUE=
46657 +  IA64_FALSE='#'
46658 +else
46659 +  IA64_TRUE='#'
46660 +  IA64_FALSE=
46661 +fi
46662 +
46663 + if test x$TARGET = xM32R; then
46664 +  M32R_TRUE=
46665 +  M32R_FALSE='#'
46666 +else
46667 +  M32R_TRUE='#'
46668 +  M32R_FALSE=
46669 +fi
46670 +
46671 + if test x$TARGET = xM68K; then
46672 +  M68K_TRUE=
46673 +  M68K_FALSE='#'
46674 +else
46675 +  M68K_TRUE='#'
46676 +  M68K_FALSE=
46677 +fi
46678 +
46679 + if test x$TARGET = xPOWERPC; then
46680 +  POWERPC_TRUE=
46681 +  POWERPC_FALSE='#'
46682 +else
46683 +  POWERPC_TRUE='#'
46684 +  POWERPC_FALSE=
46685 +fi
46686 +
46687 + if test x$TARGET = xPOWERPC_AIX; then
46688 +  POWERPC_AIX_TRUE=
46689 +  POWERPC_AIX_FALSE='#'
46690 +else
46691 +  POWERPC_AIX_TRUE='#'
46692 +  POWERPC_AIX_FALSE=
46693 +fi
46694 +
46695 + if test x$TARGET = xPOWERPC_DARWIN; then
46696 +  POWERPC_DARWIN_TRUE=
46697 +  POWERPC_DARWIN_FALSE='#'
46698 +else
46699 +  POWERPC_DARWIN_TRUE='#'
46700 +  POWERPC_DARWIN_FALSE=
46701 +fi
46702 +
46703 + if test x$TARGET = xPOWERPC_FREEBSD; then
46704 +  POWERPC_FREEBSD_TRUE=
46705 +  POWERPC_FREEBSD_FALSE='#'
46706 +else
46707 +  POWERPC_FREEBSD_TRUE='#'
46708 +  POWERPC_FREEBSD_FALSE=
46709 +fi
46710 +
46711 + if test x$TARGET = xARM; then
46712 +  ARM_TRUE=
46713 +  ARM_FALSE='#'
46714 +else
46715 +  ARM_TRUE='#'
46716 +  ARM_FALSE=
46717 +fi
46718 +
46719 + if test x$TARGET = xLIBFFI_CRIS; then
46720 +  LIBFFI_CRIS_TRUE=
46721 +  LIBFFI_CRIS_FALSE='#'
46722 +else
46723 +  LIBFFI_CRIS_TRUE='#'
46724 +  LIBFFI_CRIS_FALSE=
46725 +fi
46726 +
46727 + if test x$TARGET = xFRV; then
46728 +  FRV_TRUE=
46729 +  FRV_FALSE='#'
46730 +else
46731 +  FRV_TRUE='#'
46732 +  FRV_FALSE=
46733 +fi
46734 +
46735 + if test x$TARGET = xS390; then
46736 +  S390_TRUE=
46737 +  S390_FALSE='#'
46738 +else
46739 +  S390_TRUE='#'
46740 +  S390_FALSE=
46741 +fi
46742 +
46743 + if test x$TARGET = xX86_64; then
46744 +  X86_64_TRUE=
46745 +  X86_64_FALSE='#'
46746 +else
46747 +  X86_64_TRUE='#'
46748 +  X86_64_FALSE=
46749 +fi
46750 +
46751 + if test x$TARGET = xSH; then
46752 +  SH_TRUE=
46753 +  SH_FALSE='#'
46754 +else
46755 +  SH_TRUE='#'
46756 +  SH_FALSE=
46757 +fi
46758 +
46759 + if test x$TARGET = xSH64; then
46760 +  SH64_TRUE=
46761 +  SH64_FALSE='#'
46762 +else
46763 +  SH64_TRUE='#'
46764 +  SH64_FALSE=
46765 +fi
46766 +
46767 + if test x$TARGET = xPA_LINUX; then
46768 +  PA_LINUX_TRUE=
46769 +  PA_LINUX_FALSE='#'
46770 +else
46771 +  PA_LINUX_TRUE='#'
46772 +  PA_LINUX_FALSE=
46773 +fi
46774 +
46775 + if test x$TARGET = xPA_HPUX; then
46776 +  PA_HPUX_TRUE=
46777 +  PA_HPUX_FALSE='#'
46778 +else
46779 +  PA_HPUX_TRUE='#'
46780 +  PA_HPUX_FALSE=
46781 +fi
46782 +
46783 + if test x$TARGET = xPA64_HPUX; then
46784 +  PA64_HPUX_TRUE=
46785 +  PA64_HPUX_FALSE='#'
46786 +else
46787 +  PA64_HPUX_TRUE='#'
46788 +  PA64_HPUX_FALSE=
46789 +fi
46790 +
46791 +
46792 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
46793 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
46794 +if test "${ac_cv_header_stdc+set}" = set; then
46795 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46796 +else
46797 +  cat >conftest.$ac_ext <<_ACEOF
46798 +/* confdefs.h.  */
46799 +_ACEOF
46800 +cat confdefs.h >>conftest.$ac_ext
46801 +cat >>conftest.$ac_ext <<_ACEOF
46802 +/* end confdefs.h.  */
46803 +#include <stdlib.h>
46804 +#include <stdarg.h>
46805 +#include <string.h>
46806 +#include <float.h>
46807 +
46808 +int
46809 +main ()
46810 +{
46811 +
46812 +  ;
46813 +  return 0;
46814 +}
46815 +_ACEOF
46816 +rm -f conftest.$ac_objext
46817 +if { (ac_try="$ac_compile"
46818 +case "(($ac_try" in
46819 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46820 +  *) ac_try_echo=$ac_try;;
46821 +esac
46822 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46823 +  (eval "$ac_compile") 2>conftest.er1
46824 +  ac_status=$?
46825 +  grep -v '^ *+' conftest.er1 >conftest.err
46826 +  rm -f conftest.er1
46827 +  cat conftest.err >&5
46828 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46829 +  (exit $ac_status); } && {
46830 +        test -z "$ac_c_werror_flag" ||
46831 +        test ! -s conftest.err
46832 +       } && test -s conftest.$ac_objext; then
46833 +  ac_cv_header_stdc=yes
46834 +else
46835 +  echo "$as_me: failed program was:" >&5
46836 +sed 's/^/| /' conftest.$ac_ext >&5
46837 +
46838 +       ac_cv_header_stdc=no
46839 +fi
46840 +
46841 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46842 +
46843 +if test $ac_cv_header_stdc = yes; then
46844 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
46845 +  cat >conftest.$ac_ext <<_ACEOF
46846 +/* confdefs.h.  */
46847 +_ACEOF
46848 +cat confdefs.h >>conftest.$ac_ext
46849 +cat >>conftest.$ac_ext <<_ACEOF
46850 +/* end confdefs.h.  */
46851 +#include <string.h>
46852 +
46853 +_ACEOF
46854 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
46855 +  $EGREP "memchr" >/dev/null 2>&1; then
46856 +  :
46857 +else
46858 +  ac_cv_header_stdc=no
46859 +fi
46860 +rm -f conftest*
46861 +
46862 +fi
46863 +
46864 +if test $ac_cv_header_stdc = yes; then
46865 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
46866 +  cat >conftest.$ac_ext <<_ACEOF
46867 +/* confdefs.h.  */
46868 +_ACEOF
46869 +cat confdefs.h >>conftest.$ac_ext
46870 +cat >>conftest.$ac_ext <<_ACEOF
46871 +/* end confdefs.h.  */
46872 +#include <stdlib.h>
46873 +
46874 +_ACEOF
46875 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
46876 +  $EGREP "free" >/dev/null 2>&1; then
46877 +  :
46878 +else
46879 +  ac_cv_header_stdc=no
46880 +fi
46881 +rm -f conftest*
46882 +
46883 +fi
46884 +
46885 +if test $ac_cv_header_stdc = yes; then
46886 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
46887 +  if test "$cross_compiling" = yes; then
46888 +  :
46889 +else
46890 +  cat >conftest.$ac_ext <<_ACEOF
46891 +/* confdefs.h.  */
46892 +_ACEOF
46893 +cat confdefs.h >>conftest.$ac_ext
46894 +cat >>conftest.$ac_ext <<_ACEOF
46895 +/* end confdefs.h.  */
46896 +#include <ctype.h>
46897 +#include <stdlib.h>
46898 +#if ((' ' & 0x0FF) == 0x020)
46899 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
46900 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
46901 +#else
46902 +# define ISLOWER(c) \
46903 +                  (('a' <= (c) && (c) <= 'i') \
46904 +                    || ('j' <= (c) && (c) <= 'r') \
46905 +                    || ('s' <= (c) && (c) <= 'z'))
46906 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
46907 +#endif
46908 +
46909 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
46910 +int
46911 +main ()
46912 +{
46913 +  int i;
46914 +  for (i = 0; i < 256; i++)
46915 +    if (XOR (islower (i), ISLOWER (i))
46916 +       || toupper (i) != TOUPPER (i))
46917 +      return 2;
46918 +  return 0;
46919 +}
46920 +_ACEOF
46921 +rm -f conftest$ac_exeext
46922 +if { (ac_try="$ac_link"
46923 +case "(($ac_try" in
46924 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46925 +  *) ac_try_echo=$ac_try;;
46926 +esac
46927 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46928 +  (eval "$ac_link") 2>&5
46929 +  ac_status=$?
46930 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46931 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
46932 +  { (case "(($ac_try" in
46933 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46934 +  *) ac_try_echo=$ac_try;;
46935 +esac
46936 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46937 +  (eval "$ac_try") 2>&5
46938 +  ac_status=$?
46939 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
46940 +  (exit $ac_status); }; }; then
46941 +  :
46942 +else
46943 +  echo "$as_me: program exited with status $ac_status" >&5
46944 +echo "$as_me: failed program was:" >&5
46945 +sed 's/^/| /' conftest.$ac_ext >&5
46946 +
46947 +( exit $ac_status )
46948 +ac_cv_header_stdc=no
46949 +fi
46950 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
46951 +fi
46952 +
46953 +
46954 +fi
46955 +fi
46956 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
46957 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
46958 +if test $ac_cv_header_stdc = yes; then
46959 +  
46960 +cat >>confdefs.h <<\_ACEOF
46961 +@%:@define STDC_HEADERS 1
46962 +_ACEOF
46963 +
46964 +fi
46965 +
46966 +
46967 +for ac_func in memcpy
46968 +do
46969 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46970 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
46971 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46972 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46973 +  echo $ECHO_N "(cached) $ECHO_C" >&6
46974 +else
46975 +  cat >conftest.$ac_ext <<_ACEOF
46976 +/* confdefs.h.  */
46977 +_ACEOF
46978 +cat confdefs.h >>conftest.$ac_ext
46979 +cat >>conftest.$ac_ext <<_ACEOF
46980 +/* end confdefs.h.  */
46981 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46982 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46983 +#define $ac_func innocuous_$ac_func
46984 +
46985 +/* System header to define __stub macros and hopefully few prototypes,
46986 +    which can conflict with char $ac_func (); below.
46987 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46988 +    <limits.h> exists even on freestanding compilers.  */
46989 +
46990 +#ifdef __STDC__
46991 +# include <limits.h>
46992 +#else
46993 +# include <assert.h>
46994 +#endif
46995 +
46996 +#undef $ac_func
46997 +
46998 +/* Override any GCC internal prototype to avoid an error.
46999 +   Use char because int might match the return type of a GCC
47000 +   builtin and then its argument prototype would still apply.  */
47001 +#ifdef __cplusplus
47002 +extern "C"
47003 +#endif
47004 +char $ac_func ();
47005 +/* The GNU C library defines this for functions which it implements
47006 +    to always fail with ENOSYS.  Some functions are actually named
47007 +    something starting with __ and the normal name is an alias.  */
47008 +#if defined __stub_$ac_func || defined __stub___$ac_func
47009 +choke me
47010 +#endif
47011 +
47012 +int
47013 +main ()
47014 +{
47015 +return $ac_func ();
47016 +  ;
47017 +  return 0;
47018 +}
47019 +_ACEOF
47020 +rm -f conftest.$ac_objext conftest$ac_exeext
47021 +if { (ac_try="$ac_link"
47022 +case "(($ac_try" in
47023 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47024 +  *) ac_try_echo=$ac_try;;
47025 +esac
47026 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47027 +  (eval "$ac_link") 2>conftest.er1
47028 +  ac_status=$?
47029 +  grep -v '^ *+' conftest.er1 >conftest.err
47030 +  rm -f conftest.er1
47031 +  cat conftest.err >&5
47032 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47033 +  (exit $ac_status); } && {
47034 +        test -z "$ac_c_werror_flag" ||
47035 +        test ! -s conftest.err
47036 +       } && test -s conftest$ac_exeext &&
47037 +       $as_test_x conftest$ac_exeext; then
47038 +  eval "$as_ac_var=yes"
47039 +else
47040 +  echo "$as_me: failed program was:" >&5
47041 +sed 's/^/| /' conftest.$ac_ext >&5
47042 +
47043 +       eval "$as_ac_var=no"
47044 +fi
47045 +
47046 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47047 +      conftest$ac_exeext conftest.$ac_ext
47048 +fi
47049 +ac_res=`eval echo '${'$as_ac_var'}'`
47050 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
47051 +echo "${ECHO_T}$ac_res" >&6; }
47052 +if test `eval echo '${'$as_ac_var'}'` = yes; then
47053 +  cat >>confdefs.h <<_ACEOF
47054 +@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
47055 +_ACEOF
47056
47057 +fi
47058 +done
47059 +
47060 +# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
47061 +# for constant arguments.  Useless!
47062 +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
47063 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
47064 +if test "${ac_cv_working_alloca_h+set}" = set; then
47065 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47066 +else
47067 +  cat >conftest.$ac_ext <<_ACEOF
47068 +/* confdefs.h.  */
47069 +_ACEOF
47070 +cat confdefs.h >>conftest.$ac_ext
47071 +cat >>conftest.$ac_ext <<_ACEOF
47072 +/* end confdefs.h.  */
47073 +@%:@include <alloca.h>
47074 +int
47075 +main ()
47076 +{
47077 +char *p = (char *) alloca (2 * sizeof (int));
47078 +                         if (p) return 0;
47079 +  ;
47080 +  return 0;
47081 +}
47082 +_ACEOF
47083 +rm -f conftest.$ac_objext conftest$ac_exeext
47084 +if { (ac_try="$ac_link"
47085 +case "(($ac_try" in
47086 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47087 +  *) ac_try_echo=$ac_try;;
47088 +esac
47089 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47090 +  (eval "$ac_link") 2>conftest.er1
47091 +  ac_status=$?
47092 +  grep -v '^ *+' conftest.er1 >conftest.err
47093 +  rm -f conftest.er1
47094 +  cat conftest.err >&5
47095 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47096 +  (exit $ac_status); } && {
47097 +        test -z "$ac_c_werror_flag" ||
47098 +        test ! -s conftest.err
47099 +       } && test -s conftest$ac_exeext &&
47100 +       $as_test_x conftest$ac_exeext; then
47101 +  ac_cv_working_alloca_h=yes
47102 +else
47103 +  echo "$as_me: failed program was:" >&5
47104 +sed 's/^/| /' conftest.$ac_ext >&5
47105 +
47106 +       ac_cv_working_alloca_h=no
47107 +fi
47108 +
47109 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47110 +      conftest$ac_exeext conftest.$ac_ext
47111 +fi
47112 +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
47113 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
47114 +if test $ac_cv_working_alloca_h = yes; then
47115 +  
47116 +cat >>confdefs.h <<\_ACEOF
47117 +@%:@define HAVE_ALLOCA_H 1
47118 +_ACEOF
47119 +
47120 +fi
47121 +
47122 +{ echo "$as_me:$LINENO: checking for alloca" >&5
47123 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
47124 +if test "${ac_cv_func_alloca_works+set}" = set; then
47125 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47126 +else
47127 +  cat >conftest.$ac_ext <<_ACEOF
47128 +/* confdefs.h.  */
47129 +_ACEOF
47130 +cat confdefs.h >>conftest.$ac_ext
47131 +cat >>conftest.$ac_ext <<_ACEOF
47132 +/* end confdefs.h.  */
47133 +#ifdef __GNUC__
47134 +# define alloca __builtin_alloca
47135 +#else
47136 +# ifdef _MSC_VER
47137 +#  include <malloc.h>
47138 +#  define alloca _alloca
47139 +# else
47140 +#  ifdef HAVE_ALLOCA_H
47141 +#   include <alloca.h>
47142 +#  else
47143 +#   ifdef _AIX
47144 + #pragma alloca
47145 +#   else
47146 +#    ifndef alloca /* predefined by HP cc +Olibcalls */
47147 +char *alloca ();
47148 +#    endif
47149 +#   endif
47150 +#  endif
47151 +# endif
47152 +#endif
47153 +
47154 +int
47155 +main ()
47156 +{
47157 +char *p = (char *) alloca (1);
47158 +                                   if (p) return 0;
47159 +  ;
47160 +  return 0;
47161 +}
47162 +_ACEOF
47163 +rm -f conftest.$ac_objext conftest$ac_exeext
47164 +if { (ac_try="$ac_link"
47165 +case "(($ac_try" in
47166 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47167 +  *) ac_try_echo=$ac_try;;
47168 +esac
47169 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47170 +  (eval "$ac_link") 2>conftest.er1
47171 +  ac_status=$?
47172 +  grep -v '^ *+' conftest.er1 >conftest.err
47173 +  rm -f conftest.er1
47174 +  cat conftest.err >&5
47175 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47176 +  (exit $ac_status); } && {
47177 +        test -z "$ac_c_werror_flag" ||
47178 +        test ! -s conftest.err
47179 +       } && test -s conftest$ac_exeext &&
47180 +       $as_test_x conftest$ac_exeext; then
47181 +  ac_cv_func_alloca_works=yes
47182 +else
47183 +  echo "$as_me: failed program was:" >&5
47184 +sed 's/^/| /' conftest.$ac_ext >&5
47185 +
47186 +       ac_cv_func_alloca_works=no
47187 +fi
47188 +
47189 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47190 +      conftest$ac_exeext conftest.$ac_ext
47191 +fi
47192 +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
47193 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
47194 +
47195 +if test $ac_cv_func_alloca_works = yes; then
47196 +  
47197 +cat >>confdefs.h <<\_ACEOF
47198 +@%:@define HAVE_ALLOCA 1
47199 +_ACEOF
47200 +
47201 +else
47202 +  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
47203 +# that cause trouble.  Some versions do not even contain alloca or
47204 +# contain a buggy version.  If you still want to use their alloca,
47205 +# use ar to extract alloca.o from them instead of compiling alloca.c.
47206 +
47207 +ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
47208 +
47209 +cat >>confdefs.h <<\_ACEOF
47210 +@%:@define C_ALLOCA 1
47211 +_ACEOF
47212 +
47213 +
47214 +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
47215 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
47216 +if test "${ac_cv_os_cray+set}" = set; then
47217 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47218 +else
47219 +  cat >conftest.$ac_ext <<_ACEOF
47220 +/* confdefs.h.  */
47221 +_ACEOF
47222 +cat confdefs.h >>conftest.$ac_ext
47223 +cat >>conftest.$ac_ext <<_ACEOF
47224 +/* end confdefs.h.  */
47225 +#if defined CRAY && ! defined CRAY2
47226 +webecray
47227 +#else
47228 +wenotbecray
47229 +#endif
47230 +
47231 +_ACEOF
47232 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
47233 +  $EGREP "webecray" >/dev/null 2>&1; then
47234 +  ac_cv_os_cray=yes
47235 +else
47236 +  ac_cv_os_cray=no
47237 +fi
47238 +rm -f conftest*
47239 +
47240 +fi
47241 +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
47242 +echo "${ECHO_T}$ac_cv_os_cray" >&6; }
47243 +if test $ac_cv_os_cray = yes; then
47244 +  for ac_func in _getb67 GETB67 getb67; do
47245 +    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
47246 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
47247 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
47248 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
47249 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47250 +else
47251 +  cat >conftest.$ac_ext <<_ACEOF
47252 +/* confdefs.h.  */
47253 +_ACEOF
47254 +cat confdefs.h >>conftest.$ac_ext
47255 +cat >>conftest.$ac_ext <<_ACEOF
47256 +/* end confdefs.h.  */
47257 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
47258 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
47259 +#define $ac_func innocuous_$ac_func
47260 +
47261 +/* System header to define __stub macros and hopefully few prototypes,
47262 +    which can conflict with char $ac_func (); below.
47263 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
47264 +    <limits.h> exists even on freestanding compilers.  */
47265 +
47266 +#ifdef __STDC__
47267 +# include <limits.h>
47268 +#else
47269 +# include <assert.h>
47270 +#endif
47271 +
47272 +#undef $ac_func
47273 +
47274 +/* Override any GCC internal prototype to avoid an error.
47275 +   Use char because int might match the return type of a GCC
47276 +   builtin and then its argument prototype would still apply.  */
47277 +#ifdef __cplusplus
47278 +extern "C"
47279 +#endif
47280 +char $ac_func ();
47281 +/* The GNU C library defines this for functions which it implements
47282 +    to always fail with ENOSYS.  Some functions are actually named
47283 +    something starting with __ and the normal name is an alias.  */
47284 +#if defined __stub_$ac_func || defined __stub___$ac_func
47285 +choke me
47286 +#endif
47287 +
47288 +int
47289 +main ()
47290 +{
47291 +return $ac_func ();
47292 +  ;
47293 +  return 0;
47294 +}
47295 +_ACEOF
47296 +rm -f conftest.$ac_objext conftest$ac_exeext
47297 +if { (ac_try="$ac_link"
47298 +case "(($ac_try" in
47299 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47300 +  *) ac_try_echo=$ac_try;;
47301 +esac
47302 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47303 +  (eval "$ac_link") 2>conftest.er1
47304 +  ac_status=$?
47305 +  grep -v '^ *+' conftest.er1 >conftest.err
47306 +  rm -f conftest.er1
47307 +  cat conftest.err >&5
47308 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47309 +  (exit $ac_status); } && {
47310 +        test -z "$ac_c_werror_flag" ||
47311 +        test ! -s conftest.err
47312 +       } && test -s conftest$ac_exeext &&
47313 +       $as_test_x conftest$ac_exeext; then
47314 +  eval "$as_ac_var=yes"
47315 +else
47316 +  echo "$as_me: failed program was:" >&5
47317 +sed 's/^/| /' conftest.$ac_ext >&5
47318 +
47319 +       eval "$as_ac_var=no"
47320 +fi
47321 +
47322 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47323 +      conftest$ac_exeext conftest.$ac_ext
47324 +fi
47325 +ac_res=`eval echo '${'$as_ac_var'}'`
47326 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
47327 +echo "${ECHO_T}$ac_res" >&6; }
47328 +if test `eval echo '${'$as_ac_var'}'` = yes; then
47329 +  
47330 +cat >>confdefs.h <<_ACEOF
47331 +@%:@define CRAY_STACKSEG_END $ac_func
47332 +_ACEOF
47333 +
47334 +    break
47335 +fi
47336 +
47337 +  done
47338 +fi
47339 +
47340 +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
47341 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
47342 +if test "${ac_cv_c_stack_direction+set}" = set; then
47343 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47344 +else
47345 +  if test "$cross_compiling" = yes; then
47346 +  ac_cv_c_stack_direction=0
47347 +else
47348 +  cat >conftest.$ac_ext <<_ACEOF
47349 +/* confdefs.h.  */
47350 +_ACEOF
47351 +cat confdefs.h >>conftest.$ac_ext
47352 +cat >>conftest.$ac_ext <<_ACEOF
47353 +/* end confdefs.h.  */
47354 +$ac_includes_default
47355 +int
47356 +find_stack_direction ()
47357 +{
47358 +  static char *addr = 0;
47359 +  auto char dummy;
47360 +  if (addr == 0)
47361 +    {
47362 +      addr = &dummy;
47363 +      return find_stack_direction ();
47364 +    }
47365 +  else
47366 +    return (&dummy > addr) ? 1 : -1;
47367 +}
47368 +
47369 +int
47370 +main ()
47371 +{
47372 +  return find_stack_direction () < 0;
47373 +}
47374 +_ACEOF
47375 +rm -f conftest$ac_exeext
47376 +if { (ac_try="$ac_link"
47377 +case "(($ac_try" in
47378 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47379 +  *) ac_try_echo=$ac_try;;
47380 +esac
47381 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47382 +  (eval "$ac_link") 2>&5
47383 +  ac_status=$?
47384 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47385 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
47386 +  { (case "(($ac_try" in
47387 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47388 +  *) ac_try_echo=$ac_try;;
47389 +esac
47390 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47391 +  (eval "$ac_try") 2>&5
47392 +  ac_status=$?
47393 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47394 +  (exit $ac_status); }; }; then
47395 +  ac_cv_c_stack_direction=1
47396 +else
47397 +  echo "$as_me: program exited with status $ac_status" >&5
47398 +echo "$as_me: failed program was:" >&5
47399 +sed 's/^/| /' conftest.$ac_ext >&5
47400 +
47401 +( exit $ac_status )
47402 +ac_cv_c_stack_direction=-1
47403 +fi
47404 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
47405 +fi
47406 +
47407 +
47408 +fi
47409 +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
47410 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
47411 +
47412 +cat >>confdefs.h <<_ACEOF
47413 +@%:@define STACK_DIRECTION $ac_cv_c_stack_direction
47414 +_ACEOF
47415 +
47416 +
47417 +fi
47418 +
47419 +
47420 +{ echo "$as_me:$LINENO: checking for double" >&5
47421 +echo $ECHO_N "checking for double... $ECHO_C" >&6; }
47422 +if test "${ac_cv_type_double+set}" = set; then
47423 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47424 +else
47425 +  cat >conftest.$ac_ext <<_ACEOF
47426 +/* confdefs.h.  */
47427 +_ACEOF
47428 +cat confdefs.h >>conftest.$ac_ext
47429 +cat >>conftest.$ac_ext <<_ACEOF
47430 +/* end confdefs.h.  */
47431 +$ac_includes_default
47432 +typedef double ac__type_new_;
47433 +int
47434 +main ()
47435 +{
47436 +if ((ac__type_new_ *) 0)
47437 +  return 0;
47438 +if (sizeof (ac__type_new_))
47439 +  return 0;
47440 +  ;
47441 +  return 0;
47442 +}
47443 +_ACEOF
47444 +rm -f conftest.$ac_objext
47445 +if { (ac_try="$ac_compile"
47446 +case "(($ac_try" in
47447 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47448 +  *) ac_try_echo=$ac_try;;
47449 +esac
47450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47451 +  (eval "$ac_compile") 2>conftest.er1
47452 +  ac_status=$?
47453 +  grep -v '^ *+' conftest.er1 >conftest.err
47454 +  rm -f conftest.er1
47455 +  cat conftest.err >&5
47456 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47457 +  (exit $ac_status); } && {
47458 +        test -z "$ac_c_werror_flag" ||
47459 +        test ! -s conftest.err
47460 +       } && test -s conftest.$ac_objext; then
47461 +  ac_cv_type_double=yes
47462 +else
47463 +  echo "$as_me: failed program was:" >&5
47464 +sed 's/^/| /' conftest.$ac_ext >&5
47465 +
47466 +       ac_cv_type_double=no
47467 +fi
47468 +
47469 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47470 +fi
47471 +{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
47472 +echo "${ECHO_T}$ac_cv_type_double" >&6; }
47473 +
47474 +# The cast to long int works around a bug in the HP C Compiler
47475 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
47476 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
47477 +# This bug is HP SR number 8606223364.
47478 +{ echo "$as_me:$LINENO: checking size of double" >&5
47479 +echo $ECHO_N "checking size of double... $ECHO_C" >&6; }
47480 +if test "${ac_cv_sizeof_double+set}" = set; then
47481 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47482 +else
47483 +  if test "$cross_compiling" = yes; then
47484 +  # Depending upon the size, compute the lo and hi bounds.
47485 +cat >conftest.$ac_ext <<_ACEOF
47486 +/* confdefs.h.  */
47487 +_ACEOF
47488 +cat confdefs.h >>conftest.$ac_ext
47489 +cat >>conftest.$ac_ext <<_ACEOF
47490 +/* end confdefs.h.  */
47491 +$ac_includes_default
47492 +   typedef double ac__type_sizeof_;
47493 +int
47494 +main ()
47495 +{
47496 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@;
47497 +test_array @<:@0@:>@ = 0
47498 +
47499 +  ;
47500 +  return 0;
47501 +}
47502 +_ACEOF
47503 +rm -f conftest.$ac_objext
47504 +if { (ac_try="$ac_compile"
47505 +case "(($ac_try" in
47506 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47507 +  *) ac_try_echo=$ac_try;;
47508 +esac
47509 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47510 +  (eval "$ac_compile") 2>conftest.er1
47511 +  ac_status=$?
47512 +  grep -v '^ *+' conftest.er1 >conftest.err
47513 +  rm -f conftest.er1
47514 +  cat conftest.err >&5
47515 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47516 +  (exit $ac_status); } && {
47517 +        test -z "$ac_c_werror_flag" ||
47518 +        test ! -s conftest.err
47519 +       } && test -s conftest.$ac_objext; then
47520 +  ac_lo=0 ac_mid=0
47521 +  while :; do
47522 +    cat >conftest.$ac_ext <<_ACEOF
47523 +/* confdefs.h.  */
47524 +_ACEOF
47525 +cat confdefs.h >>conftest.$ac_ext
47526 +cat >>conftest.$ac_ext <<_ACEOF
47527 +/* end confdefs.h.  */
47528 +$ac_includes_default
47529 +   typedef double ac__type_sizeof_;
47530 +int
47531 +main ()
47532 +{
47533 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
47534 +test_array @<:@0@:>@ = 0
47535 +
47536 +  ;
47537 +  return 0;
47538 +}
47539 +_ACEOF
47540 +rm -f conftest.$ac_objext
47541 +if { (ac_try="$ac_compile"
47542 +case "(($ac_try" in
47543 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47544 +  *) ac_try_echo=$ac_try;;
47545 +esac
47546 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47547 +  (eval "$ac_compile") 2>conftest.er1
47548 +  ac_status=$?
47549 +  grep -v '^ *+' conftest.er1 >conftest.err
47550 +  rm -f conftest.er1
47551 +  cat conftest.err >&5
47552 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47553 +  (exit $ac_status); } && {
47554 +        test -z "$ac_c_werror_flag" ||
47555 +        test ! -s conftest.err
47556 +       } && test -s conftest.$ac_objext; then
47557 +  ac_hi=$ac_mid; break
47558 +else
47559 +  echo "$as_me: failed program was:" >&5
47560 +sed 's/^/| /' conftest.$ac_ext >&5
47561 +
47562 +       ac_lo=`expr $ac_mid + 1`
47563 +                       if test $ac_lo -le $ac_mid; then
47564 +                         ac_lo= ac_hi=
47565 +                         break
47566 +                       fi
47567 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
47568 +fi
47569 +
47570 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47571 +  done
47572 +else
47573 +  echo "$as_me: failed program was:" >&5
47574 +sed 's/^/| /' conftest.$ac_ext >&5
47575 +
47576 +       cat >conftest.$ac_ext <<_ACEOF
47577 +/* confdefs.h.  */
47578 +_ACEOF
47579 +cat confdefs.h >>conftest.$ac_ext
47580 +cat >>conftest.$ac_ext <<_ACEOF
47581 +/* end confdefs.h.  */
47582 +$ac_includes_default
47583 +   typedef double ac__type_sizeof_;
47584 +int
47585 +main ()
47586 +{
47587 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@;
47588 +test_array @<:@0@:>@ = 0
47589 +
47590 +  ;
47591 +  return 0;
47592 +}
47593 +_ACEOF
47594 +rm -f conftest.$ac_objext
47595 +if { (ac_try="$ac_compile"
47596 +case "(($ac_try" in
47597 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47598 +  *) ac_try_echo=$ac_try;;
47599 +esac
47600 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47601 +  (eval "$ac_compile") 2>conftest.er1
47602 +  ac_status=$?
47603 +  grep -v '^ *+' conftest.er1 >conftest.err
47604 +  rm -f conftest.er1
47605 +  cat conftest.err >&5
47606 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47607 +  (exit $ac_status); } && {
47608 +        test -z "$ac_c_werror_flag" ||
47609 +        test ! -s conftest.err
47610 +       } && test -s conftest.$ac_objext; then
47611 +  ac_hi=-1 ac_mid=-1
47612 +  while :; do
47613 +    cat >conftest.$ac_ext <<_ACEOF
47614 +/* confdefs.h.  */
47615 +_ACEOF
47616 +cat confdefs.h >>conftest.$ac_ext
47617 +cat >>conftest.$ac_ext <<_ACEOF
47618 +/* end confdefs.h.  */
47619 +$ac_includes_default
47620 +   typedef double ac__type_sizeof_;
47621 +int
47622 +main ()
47623 +{
47624 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@;
47625 +test_array @<:@0@:>@ = 0
47626 +
47627 +  ;
47628 +  return 0;
47629 +}
47630 +_ACEOF
47631 +rm -f conftest.$ac_objext
47632 +if { (ac_try="$ac_compile"
47633 +case "(($ac_try" in
47634 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47635 +  *) ac_try_echo=$ac_try;;
47636 +esac
47637 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47638 +  (eval "$ac_compile") 2>conftest.er1
47639 +  ac_status=$?
47640 +  grep -v '^ *+' conftest.er1 >conftest.err
47641 +  rm -f conftest.er1
47642 +  cat conftest.err >&5
47643 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47644 +  (exit $ac_status); } && {
47645 +        test -z "$ac_c_werror_flag" ||
47646 +        test ! -s conftest.err
47647 +       } && test -s conftest.$ac_objext; then
47648 +  ac_lo=$ac_mid; break
47649 +else
47650 +  echo "$as_me: failed program was:" >&5
47651 +sed 's/^/| /' conftest.$ac_ext >&5
47652 +
47653 +       ac_hi=`expr '(' $ac_mid ')' - 1`
47654 +                       if test $ac_mid -le $ac_hi; then
47655 +                         ac_lo= ac_hi=
47656 +                         break
47657 +                       fi
47658 +                       ac_mid=`expr 2 '*' $ac_mid`
47659 +fi
47660 +
47661 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47662 +  done
47663 +else
47664 +  echo "$as_me: failed program was:" >&5
47665 +sed 's/^/| /' conftest.$ac_ext >&5
47666 +
47667 +       ac_lo= ac_hi=
47668 +fi
47669 +
47670 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47671 +fi
47672 +
47673 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47674 +# Binary search between lo and hi bounds.
47675 +while test "x$ac_lo" != "x$ac_hi"; do
47676 +  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
47677 +  cat >conftest.$ac_ext <<_ACEOF
47678 +/* confdefs.h.  */
47679 +_ACEOF
47680 +cat confdefs.h >>conftest.$ac_ext
47681 +cat >>conftest.$ac_ext <<_ACEOF
47682 +/* end confdefs.h.  */
47683 +$ac_includes_default
47684 +   typedef double ac__type_sizeof_;
47685 +int
47686 +main ()
47687 +{
47688 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
47689 +test_array @<:@0@:>@ = 0
47690 +
47691 +  ;
47692 +  return 0;
47693 +}
47694 +_ACEOF
47695 +rm -f conftest.$ac_objext
47696 +if { (ac_try="$ac_compile"
47697 +case "(($ac_try" in
47698 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47699 +  *) ac_try_echo=$ac_try;;
47700 +esac
47701 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47702 +  (eval "$ac_compile") 2>conftest.er1
47703 +  ac_status=$?
47704 +  grep -v '^ *+' conftest.er1 >conftest.err
47705 +  rm -f conftest.er1
47706 +  cat conftest.err >&5
47707 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47708 +  (exit $ac_status); } && {
47709 +        test -z "$ac_c_werror_flag" ||
47710 +        test ! -s conftest.err
47711 +       } && test -s conftest.$ac_objext; then
47712 +  ac_hi=$ac_mid
47713 +else
47714 +  echo "$as_me: failed program was:" >&5
47715 +sed 's/^/| /' conftest.$ac_ext >&5
47716 +
47717 +       ac_lo=`expr '(' $ac_mid ')' + 1`
47718 +fi
47719 +
47720 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47721 +done
47722 +case $ac_lo in
47723 +?*) ac_cv_sizeof_double=$ac_lo;;
47724 +'') if test "$ac_cv_type_double" = yes; then
47725 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
47726 +See \`config.log' for more details." >&5
47727 +echo "$as_me: error: cannot compute sizeof (double)
47728 +See \`config.log' for more details." >&2;}
47729 +   { (exit 77); exit 77; }; }
47730 +   else
47731 +     ac_cv_sizeof_double=0
47732 +   fi ;;
47733 +esac
47734 +else
47735 +  cat >conftest.$ac_ext <<_ACEOF
47736 +/* confdefs.h.  */
47737 +_ACEOF
47738 +cat confdefs.h >>conftest.$ac_ext
47739 +cat >>conftest.$ac_ext <<_ACEOF
47740 +/* end confdefs.h.  */
47741 +$ac_includes_default
47742 +   typedef double ac__type_sizeof_;
47743 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
47744 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
47745 +@%:@include <stdio.h>
47746 +@%:@include <stdlib.h>
47747 +int
47748 +main ()
47749 +{
47750 +
47751 +  FILE *f = fopen ("conftest.val", "w");
47752 +  if (! f)
47753 +    return 1;
47754 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
47755 +    {
47756 +      long int i = longval ();
47757 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
47758 +       return 1;
47759 +      fprintf (f, "%ld\n", i);
47760 +    }
47761 +  else
47762 +    {
47763 +      unsigned long int i = ulongval ();
47764 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
47765 +       return 1;
47766 +      fprintf (f, "%lu\n", i);
47767 +    }
47768 +  return ferror (f) || fclose (f) != 0;
47769 +
47770 +  ;
47771 +  return 0;
47772 +}
47773 +_ACEOF
47774 +rm -f conftest$ac_exeext
47775 +if { (ac_try="$ac_link"
47776 +case "(($ac_try" in
47777 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47778 +  *) ac_try_echo=$ac_try;;
47779 +esac
47780 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47781 +  (eval "$ac_link") 2>&5
47782 +  ac_status=$?
47783 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47784 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
47785 +  { (case "(($ac_try" in
47786 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47787 +  *) ac_try_echo=$ac_try;;
47788 +esac
47789 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47790 +  (eval "$ac_try") 2>&5
47791 +  ac_status=$?
47792 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47793 +  (exit $ac_status); }; }; then
47794 +  ac_cv_sizeof_double=`cat conftest.val`
47795 +else
47796 +  echo "$as_me: program exited with status $ac_status" >&5
47797 +echo "$as_me: failed program was:" >&5
47798 +sed 's/^/| /' conftest.$ac_ext >&5
47799 +
47800 +( exit $ac_status )
47801 +if test "$ac_cv_type_double" = yes; then
47802 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
47803 +See \`config.log' for more details." >&5
47804 +echo "$as_me: error: cannot compute sizeof (double)
47805 +See \`config.log' for more details." >&2;}
47806 +   { (exit 77); exit 77; }; }
47807 +   else
47808 +     ac_cv_sizeof_double=0
47809 +   fi
47810 +fi
47811 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
47812 +fi
47813 +rm -f conftest.val
47814 +fi
47815 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
47816 +echo "${ECHO_T}$ac_cv_sizeof_double" >&6; }
47817 +
47818 +
47819 +
47820 +cat >>confdefs.h <<_ACEOF
47821 +@%:@define SIZEOF_DOUBLE $ac_cv_sizeof_double
47822 +_ACEOF
47823 +
47824 +
47825 +{ echo "$as_me:$LINENO: checking for long double" >&5
47826 +echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
47827 +if test "${ac_cv_type_long_double+set}" = set; then
47828 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47829 +else
47830 +  cat >conftest.$ac_ext <<_ACEOF
47831 +/* confdefs.h.  */
47832 +_ACEOF
47833 +cat confdefs.h >>conftest.$ac_ext
47834 +cat >>conftest.$ac_ext <<_ACEOF
47835 +/* end confdefs.h.  */
47836 +$ac_includes_default
47837 +typedef long double ac__type_new_;
47838 +int
47839 +main ()
47840 +{
47841 +if ((ac__type_new_ *) 0)
47842 +  return 0;
47843 +if (sizeof (ac__type_new_))
47844 +  return 0;
47845 +  ;
47846 +  return 0;
47847 +}
47848 +_ACEOF
47849 +rm -f conftest.$ac_objext
47850 +if { (ac_try="$ac_compile"
47851 +case "(($ac_try" in
47852 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47853 +  *) ac_try_echo=$ac_try;;
47854 +esac
47855 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47856 +  (eval "$ac_compile") 2>conftest.er1
47857 +  ac_status=$?
47858 +  grep -v '^ *+' conftest.er1 >conftest.err
47859 +  rm -f conftest.er1
47860 +  cat conftest.err >&5
47861 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47862 +  (exit $ac_status); } && {
47863 +        test -z "$ac_c_werror_flag" ||
47864 +        test ! -s conftest.err
47865 +       } && test -s conftest.$ac_objext; then
47866 +  ac_cv_type_long_double=yes
47867 +else
47868 +  echo "$as_me: failed program was:" >&5
47869 +sed 's/^/| /' conftest.$ac_ext >&5
47870 +
47871 +       ac_cv_type_long_double=no
47872 +fi
47873 +
47874 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47875 +fi
47876 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
47877 +echo "${ECHO_T}$ac_cv_type_long_double" >&6; }
47878 +
47879 +# The cast to long int works around a bug in the HP C Compiler
47880 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
47881 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
47882 +# This bug is HP SR number 8606223364.
47883 +{ echo "$as_me:$LINENO: checking size of long double" >&5
47884 +echo $ECHO_N "checking size of long double... $ECHO_C" >&6; }
47885 +if test "${ac_cv_sizeof_long_double+set}" = set; then
47886 +  echo $ECHO_N "(cached) $ECHO_C" >&6
47887 +else
47888 +  if test "$cross_compiling" = yes; then
47889 +  # Depending upon the size, compute the lo and hi bounds.
47890 +cat >conftest.$ac_ext <<_ACEOF
47891 +/* confdefs.h.  */
47892 +_ACEOF
47893 +cat confdefs.h >>conftest.$ac_ext
47894 +cat >>conftest.$ac_ext <<_ACEOF
47895 +/* end confdefs.h.  */
47896 +$ac_includes_default
47897 +   typedef long double ac__type_sizeof_;
47898 +int
47899 +main ()
47900 +{
47901 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@;
47902 +test_array @<:@0@:>@ = 0
47903 +
47904 +  ;
47905 +  return 0;
47906 +}
47907 +_ACEOF
47908 +rm -f conftest.$ac_objext
47909 +if { (ac_try="$ac_compile"
47910 +case "(($ac_try" in
47911 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47912 +  *) ac_try_echo=$ac_try;;
47913 +esac
47914 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47915 +  (eval "$ac_compile") 2>conftest.er1
47916 +  ac_status=$?
47917 +  grep -v '^ *+' conftest.er1 >conftest.err
47918 +  rm -f conftest.er1
47919 +  cat conftest.err >&5
47920 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47921 +  (exit $ac_status); } && {
47922 +        test -z "$ac_c_werror_flag" ||
47923 +        test ! -s conftest.err
47924 +       } && test -s conftest.$ac_objext; then
47925 +  ac_lo=0 ac_mid=0
47926 +  while :; do
47927 +    cat >conftest.$ac_ext <<_ACEOF
47928 +/* confdefs.h.  */
47929 +_ACEOF
47930 +cat confdefs.h >>conftest.$ac_ext
47931 +cat >>conftest.$ac_ext <<_ACEOF
47932 +/* end confdefs.h.  */
47933 +$ac_includes_default
47934 +   typedef long double ac__type_sizeof_;
47935 +int
47936 +main ()
47937 +{
47938 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
47939 +test_array @<:@0@:>@ = 0
47940 +
47941 +  ;
47942 +  return 0;
47943 +}
47944 +_ACEOF
47945 +rm -f conftest.$ac_objext
47946 +if { (ac_try="$ac_compile"
47947 +case "(($ac_try" in
47948 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47949 +  *) ac_try_echo=$ac_try;;
47950 +esac
47951 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47952 +  (eval "$ac_compile") 2>conftest.er1
47953 +  ac_status=$?
47954 +  grep -v '^ *+' conftest.er1 >conftest.err
47955 +  rm -f conftest.er1
47956 +  cat conftest.err >&5
47957 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
47958 +  (exit $ac_status); } && {
47959 +        test -z "$ac_c_werror_flag" ||
47960 +        test ! -s conftest.err
47961 +       } && test -s conftest.$ac_objext; then
47962 +  ac_hi=$ac_mid; break
47963 +else
47964 +  echo "$as_me: failed program was:" >&5
47965 +sed 's/^/| /' conftest.$ac_ext >&5
47966 +
47967 +       ac_lo=`expr $ac_mid + 1`
47968 +                       if test $ac_lo -le $ac_mid; then
47969 +                         ac_lo= ac_hi=
47970 +                         break
47971 +                       fi
47972 +                       ac_mid=`expr 2 '*' $ac_mid + 1`
47973 +fi
47974 +
47975 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47976 +  done
47977 +else
47978 +  echo "$as_me: failed program was:" >&5
47979 +sed 's/^/| /' conftest.$ac_ext >&5
47980 +
47981 +       cat >conftest.$ac_ext <<_ACEOF
47982 +/* confdefs.h.  */
47983 +_ACEOF
47984 +cat confdefs.h >>conftest.$ac_ext
47985 +cat >>conftest.$ac_ext <<_ACEOF
47986 +/* end confdefs.h.  */
47987 +$ac_includes_default
47988 +   typedef long double ac__type_sizeof_;
47989 +int
47990 +main ()
47991 +{
47992 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@;
47993 +test_array @<:@0@:>@ = 0
47994 +
47995 +  ;
47996 +  return 0;
47997 +}
47998 +_ACEOF
47999 +rm -f conftest.$ac_objext
48000 +if { (ac_try="$ac_compile"
48001 +case "(($ac_try" in
48002 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48003 +  *) ac_try_echo=$ac_try;;
48004 +esac
48005 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48006 +  (eval "$ac_compile") 2>conftest.er1
48007 +  ac_status=$?
48008 +  grep -v '^ *+' conftest.er1 >conftest.err
48009 +  rm -f conftest.er1
48010 +  cat conftest.err >&5
48011 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48012 +  (exit $ac_status); } && {
48013 +        test -z "$ac_c_werror_flag" ||
48014 +        test ! -s conftest.err
48015 +       } && test -s conftest.$ac_objext; then
48016 +  ac_hi=-1 ac_mid=-1
48017 +  while :; do
48018 +    cat >conftest.$ac_ext <<_ACEOF
48019 +/* confdefs.h.  */
48020 +_ACEOF
48021 +cat confdefs.h >>conftest.$ac_ext
48022 +cat >>conftest.$ac_ext <<_ACEOF
48023 +/* end confdefs.h.  */
48024 +$ac_includes_default
48025 +   typedef long double ac__type_sizeof_;
48026 +int
48027 +main ()
48028 +{
48029 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@;
48030 +test_array @<:@0@:>@ = 0
48031 +
48032 +  ;
48033 +  return 0;
48034 +}
48035 +_ACEOF
48036 +rm -f conftest.$ac_objext
48037 +if { (ac_try="$ac_compile"
48038 +case "(($ac_try" in
48039 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48040 +  *) ac_try_echo=$ac_try;;
48041 +esac
48042 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48043 +  (eval "$ac_compile") 2>conftest.er1
48044 +  ac_status=$?
48045 +  grep -v '^ *+' conftest.er1 >conftest.err
48046 +  rm -f conftest.er1
48047 +  cat conftest.err >&5
48048 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48049 +  (exit $ac_status); } && {
48050 +        test -z "$ac_c_werror_flag" ||
48051 +        test ! -s conftest.err
48052 +       } && test -s conftest.$ac_objext; then
48053 +  ac_lo=$ac_mid; break
48054 +else
48055 +  echo "$as_me: failed program was:" >&5
48056 +sed 's/^/| /' conftest.$ac_ext >&5
48057 +
48058 +       ac_hi=`expr '(' $ac_mid ')' - 1`
48059 +                       if test $ac_mid -le $ac_hi; then
48060 +                         ac_lo= ac_hi=
48061 +                         break
48062 +                       fi
48063 +                       ac_mid=`expr 2 '*' $ac_mid`
48064 +fi
48065 +
48066 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48067 +  done
48068 +else
48069 +  echo "$as_me: failed program was:" >&5
48070 +sed 's/^/| /' conftest.$ac_ext >&5
48071 +
48072 +       ac_lo= ac_hi=
48073 +fi
48074 +
48075 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48076 +fi
48077 +
48078 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48079 +# Binary search between lo and hi bounds.
48080 +while test "x$ac_lo" != "x$ac_hi"; do
48081 +  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
48082 +  cat >conftest.$ac_ext <<_ACEOF
48083 +/* confdefs.h.  */
48084 +_ACEOF
48085 +cat confdefs.h >>conftest.$ac_ext
48086 +cat >>conftest.$ac_ext <<_ACEOF
48087 +/* end confdefs.h.  */
48088 +$ac_includes_default
48089 +   typedef long double ac__type_sizeof_;
48090 +int
48091 +main ()
48092 +{
48093 +static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
48094 +test_array @<:@0@:>@ = 0
48095 +
48096 +  ;
48097 +  return 0;
48098 +}
48099 +_ACEOF
48100 +rm -f conftest.$ac_objext
48101 +if { (ac_try="$ac_compile"
48102 +case "(($ac_try" in
48103 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48104 +  *) ac_try_echo=$ac_try;;
48105 +esac
48106 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48107 +  (eval "$ac_compile") 2>conftest.er1
48108 +  ac_status=$?
48109 +  grep -v '^ *+' conftest.er1 >conftest.err
48110 +  rm -f conftest.er1
48111 +  cat conftest.err >&5
48112 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48113 +  (exit $ac_status); } && {
48114 +        test -z "$ac_c_werror_flag" ||
48115 +        test ! -s conftest.err
48116 +       } && test -s conftest.$ac_objext; then
48117 +  ac_hi=$ac_mid
48118 +else
48119 +  echo "$as_me: failed program was:" >&5
48120 +sed 's/^/| /' conftest.$ac_ext >&5
48121 +
48122 +       ac_lo=`expr '(' $ac_mid ')' + 1`
48123 +fi
48124 +
48125 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48126 +done
48127 +case $ac_lo in
48128 +?*) ac_cv_sizeof_long_double=$ac_lo;;
48129 +'') if test "$ac_cv_type_long_double" = yes; then
48130 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
48131 +See \`config.log' for more details." >&5
48132 +echo "$as_me: error: cannot compute sizeof (long double)
48133 +See \`config.log' for more details." >&2;}
48134 +   { (exit 77); exit 77; }; }
48135 +   else
48136 +     ac_cv_sizeof_long_double=0
48137 +   fi ;;
48138 +esac
48139 +else
48140 +  cat >conftest.$ac_ext <<_ACEOF
48141 +/* confdefs.h.  */
48142 +_ACEOF
48143 +cat confdefs.h >>conftest.$ac_ext
48144 +cat >>conftest.$ac_ext <<_ACEOF
48145 +/* end confdefs.h.  */
48146 +$ac_includes_default
48147 +   typedef long double ac__type_sizeof_;
48148 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
48149 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
48150 +@%:@include <stdio.h>
48151 +@%:@include <stdlib.h>
48152 +int
48153 +main ()
48154 +{
48155 +
48156 +  FILE *f = fopen ("conftest.val", "w");
48157 +  if (! f)
48158 +    return 1;
48159 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
48160 +    {
48161 +      long int i = longval ();
48162 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
48163 +       return 1;
48164 +      fprintf (f, "%ld\n", i);
48165 +    }
48166 +  else
48167 +    {
48168 +      unsigned long int i = ulongval ();
48169 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
48170 +       return 1;
48171 +      fprintf (f, "%lu\n", i);
48172 +    }
48173 +  return ferror (f) || fclose (f) != 0;
48174 +
48175 +  ;
48176 +  return 0;
48177 +}
48178 +_ACEOF
48179 +rm -f conftest$ac_exeext
48180 +if { (ac_try="$ac_link"
48181 +case "(($ac_try" in
48182 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48183 +  *) ac_try_echo=$ac_try;;
48184 +esac
48185 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48186 +  (eval "$ac_link") 2>&5
48187 +  ac_status=$?
48188 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48189 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
48190 +  { (case "(($ac_try" in
48191 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48192 +  *) ac_try_echo=$ac_try;;
48193 +esac
48194 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48195 +  (eval "$ac_try") 2>&5
48196 +  ac_status=$?
48197 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48198 +  (exit $ac_status); }; }; then
48199 +  ac_cv_sizeof_long_double=`cat conftest.val`
48200 +else
48201 +  echo "$as_me: program exited with status $ac_status" >&5
48202 +echo "$as_me: failed program was:" >&5
48203 +sed 's/^/| /' conftest.$ac_ext >&5
48204 +
48205 +( exit $ac_status )
48206 +if test "$ac_cv_type_long_double" = yes; then
48207 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
48208 +See \`config.log' for more details." >&5
48209 +echo "$as_me: error: cannot compute sizeof (long double)
48210 +See \`config.log' for more details." >&2;}
48211 +   { (exit 77); exit 77; }; }
48212 +   else
48213 +     ac_cv_sizeof_long_double=0
48214 +   fi
48215 +fi
48216 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
48217 +fi
48218 +rm -f conftest.val
48219 +fi
48220 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5
48221 +echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; }
48222 +
48223 +
48224 +
48225 +cat >>confdefs.h <<_ACEOF
48226 +@%:@define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
48227 +_ACEOF
48228 +
48229 +
48230 +
48231 +# Also AC_SUBST this variable for ffi.h.
48232 +if test -z "$HAVE_LONG_DOUBLE"; then
48233 +  HAVE_LONG_DOUBLE=0
48234 +  if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
48235 +    if test $ac_cv_sizeof_long_double != 0; then
48236 +      HAVE_LONG_DOUBLE=1
48237 +      
48238 +cat >>confdefs.h <<\_ACEOF
48239 +@%:@define HAVE_LONG_DOUBLE 1
48240 +_ACEOF
48241 +
48242 +    fi
48243 +  fi
48244 +fi
48245 +
48246 +
48247 +{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
48248 +echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
48249 +if test "${ac_cv_c_bigendian+set}" = set; then
48250 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48251 +else
48252 +  # See if sys/param.h defines the BYTE_ORDER macro.
48253 +cat >conftest.$ac_ext <<_ACEOF
48254 +/* confdefs.h.  */
48255 +_ACEOF
48256 +cat confdefs.h >>conftest.$ac_ext
48257 +cat >>conftest.$ac_ext <<_ACEOF
48258 +/* end confdefs.h.  */
48259 +#include <sys/types.h>
48260 +#include <sys/param.h>
48261 +
48262 +int
48263 +main ()
48264 +{
48265 +#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
48266 +       && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
48267 + bogus endian macros
48268 +#endif
48269 +
48270 +  ;
48271 +  return 0;
48272 +}
48273 +_ACEOF
48274 +rm -f conftest.$ac_objext
48275 +if { (ac_try="$ac_compile"
48276 +case "(($ac_try" in
48277 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48278 +  *) ac_try_echo=$ac_try;;
48279 +esac
48280 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48281 +  (eval "$ac_compile") 2>conftest.er1
48282 +  ac_status=$?
48283 +  grep -v '^ *+' conftest.er1 >conftest.err
48284 +  rm -f conftest.er1
48285 +  cat conftest.err >&5
48286 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48287 +  (exit $ac_status); } && {
48288 +        test -z "$ac_c_werror_flag" ||
48289 +        test ! -s conftest.err
48290 +       } && test -s conftest.$ac_objext; then
48291 +  # It does; now see whether it defined to BIG_ENDIAN or not.
48292 +cat >conftest.$ac_ext <<_ACEOF
48293 +/* confdefs.h.  */
48294 +_ACEOF
48295 +cat confdefs.h >>conftest.$ac_ext
48296 +cat >>conftest.$ac_ext <<_ACEOF
48297 +/* end confdefs.h.  */
48298 +#include <sys/types.h>
48299 +#include <sys/param.h>
48300 +
48301 +int
48302 +main ()
48303 +{
48304 +#if BYTE_ORDER != BIG_ENDIAN
48305 + not big endian
48306 +#endif
48307 +
48308 +  ;
48309 +  return 0;
48310 +}
48311 +_ACEOF
48312 +rm -f conftest.$ac_objext
48313 +if { (ac_try="$ac_compile"
48314 +case "(($ac_try" in
48315 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48316 +  *) ac_try_echo=$ac_try;;
48317 +esac
48318 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48319 +  (eval "$ac_compile") 2>conftest.er1
48320 +  ac_status=$?
48321 +  grep -v '^ *+' conftest.er1 >conftest.err
48322 +  rm -f conftest.er1
48323 +  cat conftest.err >&5
48324 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48325 +  (exit $ac_status); } && {
48326 +        test -z "$ac_c_werror_flag" ||
48327 +        test ! -s conftest.err
48328 +       } && test -s conftest.$ac_objext; then
48329 +  ac_cv_c_bigendian=yes
48330 +else
48331 +  echo "$as_me: failed program was:" >&5
48332 +sed 's/^/| /' conftest.$ac_ext >&5
48333 +
48334 +       ac_cv_c_bigendian=no
48335 +fi
48336 +
48337 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48338 +else
48339 +  echo "$as_me: failed program was:" >&5
48340 +sed 's/^/| /' conftest.$ac_ext >&5
48341 +
48342 +       # It does not; compile a test program.
48343 +if test "$cross_compiling" = yes; then
48344 +  # try to guess the endianness by grepping values into an object file
48345 +  ac_cv_c_bigendian=unknown
48346 +  cat >conftest.$ac_ext <<_ACEOF
48347 +/* confdefs.h.  */
48348 +_ACEOF
48349 +cat confdefs.h >>conftest.$ac_ext
48350 +cat >>conftest.$ac_ext <<_ACEOF
48351 +/* end confdefs.h.  */
48352 +short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
48353 +short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
48354 +void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
48355 +short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
48356 +short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
48357 +void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
48358 +int
48359 +main ()
48360 +{
48361 + _ascii (); _ebcdic (); 
48362 +  ;
48363 +  return 0;
48364 +}
48365 +_ACEOF
48366 +rm -f conftest.$ac_objext
48367 +if { (ac_try="$ac_compile"
48368 +case "(($ac_try" in
48369 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48370 +  *) ac_try_echo=$ac_try;;
48371 +esac
48372 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48373 +  (eval "$ac_compile") 2>conftest.er1
48374 +  ac_status=$?
48375 +  grep -v '^ *+' conftest.er1 >conftest.err
48376 +  rm -f conftest.er1
48377 +  cat conftest.err >&5
48378 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48379 +  (exit $ac_status); } && {
48380 +        test -z "$ac_c_werror_flag" ||
48381 +        test ! -s conftest.err
48382 +       } && test -s conftest.$ac_objext; then
48383 +  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
48384 +  ac_cv_c_bigendian=yes
48385 +fi
48386 +if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
48387 +  if test "$ac_cv_c_bigendian" = unknown; then
48388 +    ac_cv_c_bigendian=no
48389 +  else
48390 +    # finding both strings is unlikely to happen, but who knows?
48391 +    ac_cv_c_bigendian=unknown
48392 +  fi
48393 +fi
48394 +else
48395 +  echo "$as_me: failed program was:" >&5
48396 +sed 's/^/| /' conftest.$ac_ext >&5
48397 +
48398 +       
48399 +fi
48400 +
48401 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48402 +else
48403 +  cat >conftest.$ac_ext <<_ACEOF
48404 +/* confdefs.h.  */
48405 +_ACEOF
48406 +cat confdefs.h >>conftest.$ac_ext
48407 +cat >>conftest.$ac_ext <<_ACEOF
48408 +/* end confdefs.h.  */
48409 +$ac_includes_default
48410 +int
48411 +main ()
48412 +{
48413 +
48414 +  /* Are we little or big endian?  From Harbison&Steele.  */
48415 +  union
48416 +  {
48417 +    long int l;
48418 +    char c[sizeof (long int)];
48419 +  } u;
48420 +  u.l = 1;
48421 +  return u.c[sizeof (long int) - 1] == 1;
48422 +
48423 +  ;
48424 +  return 0;
48425 +}
48426 +_ACEOF
48427 +rm -f conftest$ac_exeext
48428 +if { (ac_try="$ac_link"
48429 +case "(($ac_try" in
48430 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48431 +  *) ac_try_echo=$ac_try;;
48432 +esac
48433 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48434 +  (eval "$ac_link") 2>&5
48435 +  ac_status=$?
48436 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48437 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
48438 +  { (case "(($ac_try" in
48439 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48440 +  *) ac_try_echo=$ac_try;;
48441 +esac
48442 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48443 +  (eval "$ac_try") 2>&5
48444 +  ac_status=$?
48445 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48446 +  (exit $ac_status); }; }; then
48447 +  ac_cv_c_bigendian=no
48448 +else
48449 +  echo "$as_me: program exited with status $ac_status" >&5
48450 +echo "$as_me: failed program was:" >&5
48451 +sed 's/^/| /' conftest.$ac_ext >&5
48452 +
48453 +( exit $ac_status )
48454 +ac_cv_c_bigendian=yes
48455 +fi
48456 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
48457 +fi
48458 +
48459 +
48460 +fi
48461 +
48462 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48463 +fi
48464 +{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
48465 +echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
48466 +case $ac_cv_c_bigendian in
48467 +  yes)
48468 +    
48469 +cat >>confdefs.h <<\_ACEOF
48470 +@%:@define WORDS_BIGENDIAN 1
48471 +_ACEOF
48472 + ;;
48473 +  no)
48474 +     ;;
48475 +  *)
48476 +    { { echo "$as_me:$LINENO: error: unknown endianness
48477 +presetting ac_cv_c_bigendian=no (or yes) will help" >&5
48478 +echo "$as_me: error: unknown endianness
48479 +presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
48480 +   { (exit 1); exit 1; }; } ;;
48481 +esac
48482 +
48483 +
48484 +{ echo "$as_me:$LINENO: checking assembler .cfi pseudo-op support" >&5
48485 +echo $ECHO_N "checking assembler .cfi pseudo-op support... $ECHO_C" >&6; }
48486 +if test "${libffi_cv_as_cfi_pseudo_op+set}" = set; then
48487 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48488 +else
48489 +  
48490 +    libffi_cv_as_cfi_pseudo_op=unknown
48491 +    cat >conftest.$ac_ext <<_ACEOF
48492 +/* confdefs.h.  */
48493 +_ACEOF
48494 +cat confdefs.h >>conftest.$ac_ext
48495 +cat >>conftest.$ac_ext <<_ACEOF
48496 +/* end confdefs.h.  */
48497 +asm (".cfi_startproc\n\t.cfi_endproc");
48498 +int
48499 +main ()
48500 +{
48501 +
48502 +  ;
48503 +  return 0;
48504 +}
48505 +_ACEOF
48506 +rm -f conftest.$ac_objext
48507 +if { (ac_try="$ac_compile"
48508 +case "(($ac_try" in
48509 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48510 +  *) ac_try_echo=$ac_try;;
48511 +esac
48512 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48513 +  (eval "$ac_compile") 2>conftest.er1
48514 +  ac_status=$?
48515 +  grep -v '^ *+' conftest.er1 >conftest.err
48516 +  rm -f conftest.er1
48517 +  cat conftest.err >&5
48518 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48519 +  (exit $ac_status); } && {
48520 +        test -z "$ac_c_werror_flag" ||
48521 +        test ! -s conftest.err
48522 +       } && test -s conftest.$ac_objext; then
48523 +  libffi_cv_as_cfi_pseudo_op=yes
48524 +else
48525 +  echo "$as_me: failed program was:" >&5
48526 +sed 's/^/| /' conftest.$ac_ext >&5
48527 +
48528 +       libffi_cv_as_cfi_pseudo_op=no
48529 +fi
48530 +
48531 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48532 +
48533 +fi
48534 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_cfi_pseudo_op" >&5
48535 +echo "${ECHO_T}$libffi_cv_as_cfi_pseudo_op" >&6; }
48536 +if test "x$libffi_cv_as_cfi_pseudo_op" = xyes; then
48537 +    
48538 +cat >>confdefs.h <<\_ACEOF
48539 +@%:@define HAVE_AS_CFI_PSEUDO_OP 1
48540 +_ACEOF
48541 +
48542 +fi
48543 +
48544 +if test x$TARGET = xSPARC; then
48545 +    { echo "$as_me:$LINENO: checking assembler and linker support unaligned pc related relocs" >&5
48546 +echo $ECHO_N "checking assembler and linker support unaligned pc related relocs... $ECHO_C" >&6; }
48547 +if test "${libffi_cv_as_sparc_ua_pcrel+set}" = set; then
48548 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48549 +else
48550 +  
48551 +       save_CFLAGS="$CFLAGS"
48552 +       save_LDFLAGS="$LDFLAGS"
48553 +       CFLAGS="$CFLAGS -fpic"
48554 +       LDFLAGS="$LDFLAGS -shared"
48555 +       cat >conftest.$ac_ext <<_ACEOF
48556 +/* confdefs.h.  */
48557 +_ACEOF
48558 +cat confdefs.h >>conftest.$ac_ext
48559 +cat >>conftest.$ac_ext <<_ACEOF
48560 +/* end confdefs.h.  */
48561 +asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
48562 +int
48563 +main ()
48564 +{
48565 +
48566 +  ;
48567 +  return 0;
48568 +}
48569 +_ACEOF
48570 +rm -f conftest.$ac_objext conftest$ac_exeext
48571 +if { (ac_try="$ac_link"
48572 +case "(($ac_try" in
48573 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48574 +  *) ac_try_echo=$ac_try;;
48575 +esac
48576 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48577 +  (eval "$ac_link") 2>conftest.er1
48578 +  ac_status=$?
48579 +  grep -v '^ *+' conftest.er1 >conftest.err
48580 +  rm -f conftest.er1
48581 +  cat conftest.err >&5
48582 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48583 +  (exit $ac_status); } && {
48584 +        test -z "$ac_c_werror_flag" ||
48585 +        test ! -s conftest.err
48586 +       } && test -s conftest$ac_exeext &&
48587 +       $as_test_x conftest$ac_exeext; then
48588 +  libffi_cv_as_sparc_ua_pcrel=yes
48589 +else
48590 +  echo "$as_me: failed program was:" >&5
48591 +sed 's/^/| /' conftest.$ac_ext >&5
48592 +
48593 +       libffi_cv_as_sparc_ua_pcrel=no
48594 +fi
48595 +
48596 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
48597 +      conftest$ac_exeext conftest.$ac_ext
48598 +       CFLAGS="$save_CFLAGS"
48599 +       LDFLAGS="$save_LDFLAGS"
48600 +fi
48601 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_sparc_ua_pcrel" >&5
48602 +echo "${ECHO_T}$libffi_cv_as_sparc_ua_pcrel" >&6; }
48603 +    if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
48604 +       
48605 +cat >>confdefs.h <<\_ACEOF
48606 +@%:@define HAVE_AS_SPARC_UA_PCREL 1
48607 +_ACEOF
48608 +
48609 +    fi
48610 +
48611 +    { echo "$as_me:$LINENO: checking assembler .register pseudo-op support" >&5
48612 +echo $ECHO_N "checking assembler .register pseudo-op support... $ECHO_C" >&6; }
48613 +if test "${libffi_cv_as_register_pseudo_op+set}" = set; then
48614 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48615 +else
48616 +  
48617 +       libffi_cv_as_register_pseudo_op=unknown
48618 +       # Check if we have .register
48619 +       cat >conftest.$ac_ext <<_ACEOF
48620 +/* confdefs.h.  */
48621 +_ACEOF
48622 +cat confdefs.h >>conftest.$ac_ext
48623 +cat >>conftest.$ac_ext <<_ACEOF
48624 +/* end confdefs.h.  */
48625 +asm (".register %g2, #scratch");
48626 +int
48627 +main ()
48628 +{
48629 +
48630 +  ;
48631 +  return 0;
48632 +}
48633 +_ACEOF
48634 +rm -f conftest.$ac_objext
48635 +if { (ac_try="$ac_compile"
48636 +case "(($ac_try" in
48637 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48638 +  *) ac_try_echo=$ac_try;;
48639 +esac
48640 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48641 +  (eval "$ac_compile") 2>conftest.er1
48642 +  ac_status=$?
48643 +  grep -v '^ *+' conftest.er1 >conftest.err
48644 +  rm -f conftest.er1
48645 +  cat conftest.err >&5
48646 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48647 +  (exit $ac_status); } && {
48648 +        test -z "$ac_c_werror_flag" ||
48649 +        test ! -s conftest.err
48650 +       } && test -s conftest.$ac_objext; then
48651 +  libffi_cv_as_register_pseudo_op=yes
48652 +else
48653 +  echo "$as_me: failed program was:" >&5
48654 +sed 's/^/| /' conftest.$ac_ext >&5
48655 +
48656 +       libffi_cv_as_register_pseudo_op=no
48657 +fi
48658 +
48659 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48660 +    
48661 +fi
48662 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_register_pseudo_op" >&5
48663 +echo "${ECHO_T}$libffi_cv_as_register_pseudo_op" >&6; }
48664 +    if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
48665 +       
48666 +cat >>confdefs.h <<\_ACEOF
48667 +@%:@define HAVE_AS_REGISTER_PSEUDO_OP 1
48668 +_ACEOF
48669 +
48670 +    fi
48671 +fi
48672 +
48673 +if test x$TARGET = xX86 || test x$TARGET = xX86_64; then
48674 +    { echo "$as_me:$LINENO: checking assembler supports pc related relocs" >&5
48675 +echo $ECHO_N "checking assembler supports pc related relocs... $ECHO_C" >&6; }
48676 +if test "${libffi_cv_as_x86_pcrel+set}" = set; then
48677 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48678 +else
48679 +  
48680 +       libffi_cv_as_x86_pcrel=yes
48681 +       echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
48682 +       if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
48683 +           libffi_cv_as_x86_pcrel=no
48684 +       fi
48685 +       
48686 +fi
48687 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_x86_pcrel" >&5
48688 +echo "${ECHO_T}$libffi_cv_as_x86_pcrel" >&6; }
48689 +    if test "x$libffi_cv_as_x86_pcrel" = xyes; then
48690 +       
48691 +cat >>confdefs.h <<\_ACEOF
48692 +@%:@define HAVE_AS_X86_PCREL 1
48693 +_ACEOF
48694 +
48695 +    fi
48696 +fi
48697 +
48698 +{ echo "$as_me:$LINENO: checking whether .eh_frame section should be read-only" >&5
48699 +echo $ECHO_N "checking whether .eh_frame section should be read-only... $ECHO_C" >&6; }
48700 +if test "${libffi_cv_ro_eh_frame+set}" = set; then
48701 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48702 +else
48703 +  
48704 +       libffi_cv_ro_eh_frame=no
48705 +       echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
48706 +       if $CC $CFLAGS -S -fpic -fexceptions -o conftest.s conftest.c > /dev/null 2>&1; then
48707 +           if grep '.section.*eh_frame.*"a"' conftest.s > /dev/null; then
48708 +               libffi_cv_ro_eh_frame=yes
48709 +           elif grep '.section.*eh_frame.*#alloc' conftest.c \
48710 +                | grep -v '#write' > /dev/null; then
48711 +               libffi_cv_ro_eh_frame=yes
48712 +           fi
48713 +       fi
48714 +       rm -f conftest.*
48715 +    
48716 +fi
48717 +{ echo "$as_me:$LINENO: result: $libffi_cv_ro_eh_frame" >&5
48718 +echo "${ECHO_T}$libffi_cv_ro_eh_frame" >&6; }
48719 +if test "x$libffi_cv_ro_eh_frame" = xyes; then
48720 +    
48721 +cat >>confdefs.h <<\_ACEOF
48722 +@%:@define HAVE_RO_EH_FRAME 1
48723 +_ACEOF
48724 +
48725 +    
48726 +cat >>confdefs.h <<\_ACEOF
48727 +@%:@define EH_FRAME_FLAGS "a"
48728 +_ACEOF
48729 +
48730 +else
48731 +    
48732 +cat >>confdefs.h <<\_ACEOF
48733 +@%:@define EH_FRAME_FLAGS "aw"
48734 +_ACEOF
48735 +
48736 +fi
48737 +
48738 +{ echo "$as_me:$LINENO: checking for __attribute__((visibility(\"hidden\")))" >&5
48739 +echo $ECHO_N "checking for __attribute__((visibility(\"hidden\")))... $ECHO_C" >&6; }
48740 +if test "${libffi_cv_hidden_visibility_attribute+set}" = set; then
48741 +  echo $ECHO_N "(cached) $ECHO_C" >&6
48742 +else
48743 +  
48744 +       echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
48745 +       libffi_cv_hidden_visibility_attribute=no
48746 +       if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
48747 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48748 +  (eval $ac_try) 2>&5
48749 +  ac_status=$?
48750 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
48751 +  (exit $ac_status); }; }; then
48752 +           if grep '\.hidden.*foo' conftest.s >/dev/null; then
48753 +               libffi_cv_hidden_visibility_attribute=yes
48754 +           fi
48755 +       fi
48756 +       rm -f conftest.*
48757 +    
48758 +fi
48759 +{ echo "$as_me:$LINENO: result: $libffi_cv_hidden_visibility_attribute" >&5
48760 +echo "${ECHO_T}$libffi_cv_hidden_visibility_attribute" >&6; }
48761 +if test $libffi_cv_hidden_visibility_attribute = yes; then
48762 +    
48763 +cat >>confdefs.h <<\_ACEOF
48764 +@%:@define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
48765 +_ACEOF
48766 +
48767 +fi
48768 +
48769 +
48770 +
48771 +
48772 +
48773 +
48774 +
48775 +
48776 +
48777 +# Check whether --enable-debug was given.
48778 +if test "${enable_debug+set}" = set; then
48779 +  enableval=$enable_debug; if test "$enable_debug" = "yes"; then
48780 +    
48781 +cat >>confdefs.h <<\_ACEOF
48782 +@%:@define FFI_DEBUG 1
48783 +_ACEOF
48784 +
48785 +  fi
48786 +fi
48787 +
48788 +
48789 +# Check whether --enable-structs was given.
48790 +if test "${enable_structs+set}" = set; then
48791 +  enableval=$enable_structs; if test "$enable_structs" = "no"; then
48792 +    
48793 +cat >>confdefs.h <<\_ACEOF
48794 +@%:@define FFI_NO_STRUCTS 1
48795 +_ACEOF
48796 +
48797 +  fi
48798 +fi
48799 +
48800 +
48801 +# Check whether --enable-raw-api was given.
48802 +if test "${enable_raw_api+set}" = set; then
48803 +  enableval=$enable_raw_api; if test "$enable_raw_api" = "no"; then
48804 +    
48805 +cat >>confdefs.h <<\_ACEOF
48806 +@%:@define FFI_NO_RAW_API 1
48807 +_ACEOF
48808 +
48809 +  fi
48810 +fi
48811 +
48812 +
48813 +# Check whether --enable-purify-safety was given.
48814 +if test "${enable_purify_safety+set}" = set; then
48815 +  enableval=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
48816 +    
48817 +cat >>confdefs.h <<\_ACEOF
48818 +@%:@define USING_PURIFY 1
48819 +_ACEOF
48820 +
48821 +  fi
48822 +fi
48823 +
48824 +
48825 +if test -n "$with_cross_host" &&
48826 +   test x"$with_cross_host" != x"no"; then
48827 +  toolexecdir='$(exec_prefix)/$(target_alias)'
48828 +  toolexeclibdir='$(toolexecdir)/lib'
48829 +else
48830 +  toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
48831 +  toolexeclibdir='$(libdir)'
48832 +fi
48833 +multi_os_directory=`$CC -print-multi-os-directory`
48834 +case $multi_os_directory in
48835 +  .) ;; # Avoid trailing /.
48836 +  *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
48837 +esac
48838 +
48839 +
48840 +
48841 +if test "${multilib}" = "yes"; then
48842 +  multilib_arg="--enable-multilib"
48843 +else
48844 +  multilib_arg=
48845 +fi
48846 +
48847 +ac_config_commands="$ac_config_commands include"
48848 +
48849 +ac_config_commands="$ac_config_commands src"
48850 +
48851 +
48852 +ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
48853 +
48854 +
48855 +ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
48856 +
48857 +
48858 +cat >confcache <<\_ACEOF
48859 +# This file is a shell script that caches the results of configure
48860 +# tests run on this system so they can be shared between configure
48861 +# scripts and configure runs, see configure's option --config-cache.
48862 +# It is not useful on other systems.  If it contains results you don't
48863 +# want to keep, you may remove or edit it.
48864 +#
48865 +# config.status only pays attention to the cache file if you give it
48866 +# the --recheck option to rerun configure.
48867 +#
48868 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
48869 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
48870 +# following values.
48871 +
48872 +_ACEOF
48873 +
48874 +# The following way of writing the cache mishandles newlines in values,
48875 +# but we know of no workaround that is simple, portable, and efficient.
48876 +# So, we kill variables containing newlines.
48877 +# Ultrix sh set writes to stderr and can't be redirected directly,
48878 +# and sets the high bit in the cache file unless we assign to the vars.
48879 +(
48880 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
48881 +    eval ac_val=\$$ac_var
48882 +    case $ac_val in #(
48883 +    *${as_nl}*)
48884 +      case $ac_var in #(
48885 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
48886 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
48887 +      esac
48888 +      case $ac_var in #(
48889 +      _ | IFS | as_nl) ;; #(
48890 +      *) $as_unset $ac_var ;;
48891 +      esac ;;
48892 +    esac
48893 +  done
48894 +
48895 +  (set) 2>&1 |
48896 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
48897 +    *${as_nl}ac_space=\ *)
48898 +      # `set' does not quote correctly, so add quotes (double-quote
48899 +      # substitution turns \\\\ into \\, and sed turns \\ into \).
48900 +      sed -n \
48901 +       "s/'/'\\\\''/g;
48902 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
48903 +      ;; #(
48904 +    *)
48905 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
48906 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
48907 +      ;;
48908 +    esac |
48909 +    sort
48910 +) |
48911 +  sed '
48912 +     /^ac_cv_env_/b end
48913 +     t clear
48914 +     :clear
48915 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
48916 +     t end
48917 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
48918 +     :end' >>confcache
48919 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
48920 +  if test -w "$cache_file"; then
48921 +    test "x$cache_file" != "x/dev/null" &&
48922 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
48923 +echo "$as_me: updating cache $cache_file" >&6;}
48924 +    cat confcache >$cache_file
48925 +  else
48926 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
48927 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
48928 +  fi
48929 +fi
48930 +rm -f confcache
48931 +
48932 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
48933 +# Let make expand exec_prefix.
48934 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
48935 +
48936 +DEFS=-DHAVE_CONFIG_H
48937 +
48938 +ac_libobjs=
48939 +ac_ltlibobjs=
48940 +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
48941 +  # 1. Remove the extension, and $U if already installed.
48942 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
48943 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
48944 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
48945 +  #    will be set to the directory where LIBOBJS objects are built.
48946 +  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
48947 +  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
48948 +done
48949 +LIB@&t@OBJS=$ac_libobjs
48950 +
48951 +LTLIBOBJS=$ac_ltlibobjs
48952 +
48953 +
48954 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
48955 +  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
48956 +Usually this means the macro was only invoked conditionally." >&5
48957 +echo "$as_me: error: conditional \"AMDEP\" was never defined.
48958 +Usually this means the macro was only invoked conditionally." >&2;}
48959 +   { (exit 1); exit 1; }; }
48960 +fi
48961 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
48962 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
48963 +Usually this means the macro was only invoked conditionally." >&5
48964 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
48965 +Usually this means the macro was only invoked conditionally." >&2;}
48966 +   { (exit 1); exit 1; }; }
48967 +fi
48968 +if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
48969 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
48970 +Usually this means the macro was only invoked conditionally." >&5
48971 +echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
48972 +Usually this means the macro was only invoked conditionally." >&2;}
48973 +   { (exit 1); exit 1; }; }
48974 +fi
48975 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
48976 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
48977 +Usually this means the macro was only invoked conditionally." >&5
48978 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
48979 +Usually this means the macro was only invoked conditionally." >&2;}
48980 +   { (exit 1); exit 1; }; }
48981 +fi
48982 +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
48983 +  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
48984 +Usually this means the macro was only invoked conditionally." >&5
48985 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
48986 +Usually this means the macro was only invoked conditionally." >&2;}
48987 +   { (exit 1); exit 1; }; }
48988 +fi
48989 +if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
48990 +  { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
48991 +Usually this means the macro was only invoked conditionally." >&5
48992 +echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
48993 +Usually this means the macro was only invoked conditionally." >&2;}
48994 +   { (exit 1); exit 1; }; }
48995 +fi
48996 +if test -z "${MIPS_TRUE}" && test -z "${MIPS_FALSE}"; then
48997 +  { { echo "$as_me:$LINENO: error: conditional \"MIPS\" was never defined.
48998 +Usually this means the macro was only invoked conditionally." >&5
48999 +echo "$as_me: error: conditional \"MIPS\" was never defined.
49000 +Usually this means the macro was only invoked conditionally." >&2;}
49001 +   { (exit 1); exit 1; }; }
49002 +fi
49003 +if test -z "${SPARC_TRUE}" && test -z "${SPARC_FALSE}"; then
49004 +  { { echo "$as_me:$LINENO: error: conditional \"SPARC\" was never defined.
49005 +Usually this means the macro was only invoked conditionally." >&5
49006 +echo "$as_me: error: conditional \"SPARC\" was never defined.
49007 +Usually this means the macro was only invoked conditionally." >&2;}
49008 +   { (exit 1); exit 1; }; }
49009 +fi
49010 +if test -z "${X86_TRUE}" && test -z "${X86_FALSE}"; then
49011 +  { { echo "$as_me:$LINENO: error: conditional \"X86\" was never defined.
49012 +Usually this means the macro was only invoked conditionally." >&5
49013 +echo "$as_me: error: conditional \"X86\" was never defined.
49014 +Usually this means the macro was only invoked conditionally." >&2;}
49015 +   { (exit 1); exit 1; }; }
49016 +fi
49017 +if test -z "${X86_FREEBSD_TRUE}" && test -z "${X86_FREEBSD_FALSE}"; then
49018 +  { { echo "$as_me:$LINENO: error: conditional \"X86_FREEBSD\" was never defined.
49019 +Usually this means the macro was only invoked conditionally." >&5
49020 +echo "$as_me: error: conditional \"X86_FREEBSD\" was never defined.
49021 +Usually this means the macro was only invoked conditionally." >&2;}
49022 +   { (exit 1); exit 1; }; }
49023 +fi
49024 +if test -z "${X86_WIN32_TRUE}" && test -z "${X86_WIN32_FALSE}"; then
49025 +  { { echo "$as_me:$LINENO: error: conditional \"X86_WIN32\" was never defined.
49026 +Usually this means the macro was only invoked conditionally." >&5
49027 +echo "$as_me: error: conditional \"X86_WIN32\" was never defined.
49028 +Usually this means the macro was only invoked conditionally." >&2;}
49029 +   { (exit 1); exit 1; }; }
49030 +fi
49031 +if test -z "${X86_DARWIN_TRUE}" && test -z "${X86_DARWIN_FALSE}"; then
49032 +  { { echo "$as_me:$LINENO: error: conditional \"X86_DARWIN\" was never defined.
49033 +Usually this means the macro was only invoked conditionally." >&5
49034 +echo "$as_me: error: conditional \"X86_DARWIN\" was never defined.
49035 +Usually this means the macro was only invoked conditionally." >&2;}
49036 +   { (exit 1); exit 1; }; }
49037 +fi
49038 +if test -z "${ALPHA_TRUE}" && test -z "${ALPHA_FALSE}"; then
49039 +  { { echo "$as_me:$LINENO: error: conditional \"ALPHA\" was never defined.
49040 +Usually this means the macro was only invoked conditionally." >&5
49041 +echo "$as_me: error: conditional \"ALPHA\" was never defined.
49042 +Usually this means the macro was only invoked conditionally." >&2;}
49043 +   { (exit 1); exit 1; }; }
49044 +fi
49045 +if test -z "${IA64_TRUE}" && test -z "${IA64_FALSE}"; then
49046 +  { { echo "$as_me:$LINENO: error: conditional \"IA64\" was never defined.
49047 +Usually this means the macro was only invoked conditionally." >&5
49048 +echo "$as_me: error: conditional \"IA64\" was never defined.
49049 +Usually this means the macro was only invoked conditionally." >&2;}
49050 +   { (exit 1); exit 1; }; }
49051 +fi
49052 +if test -z "${M32R_TRUE}" && test -z "${M32R_FALSE}"; then
49053 +  { { echo "$as_me:$LINENO: error: conditional \"M32R\" was never defined.
49054 +Usually this means the macro was only invoked conditionally." >&5
49055 +echo "$as_me: error: conditional \"M32R\" was never defined.
49056 +Usually this means the macro was only invoked conditionally." >&2;}
49057 +   { (exit 1); exit 1; }; }
49058 +fi
49059 +if test -z "${M68K_TRUE}" && test -z "${M68K_FALSE}"; then
49060 +  { { echo "$as_me:$LINENO: error: conditional \"M68K\" was never defined.
49061 +Usually this means the macro was only invoked conditionally." >&5
49062 +echo "$as_me: error: conditional \"M68K\" was never defined.
49063 +Usually this means the macro was only invoked conditionally." >&2;}
49064 +   { (exit 1); exit 1; }; }
49065 +fi
49066 +if test -z "${POWERPC_TRUE}" && test -z "${POWERPC_FALSE}"; then
49067 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC\" was never defined.
49068 +Usually this means the macro was only invoked conditionally." >&5
49069 +echo "$as_me: error: conditional \"POWERPC\" was never defined.
49070 +Usually this means the macro was only invoked conditionally." >&2;}
49071 +   { (exit 1); exit 1; }; }
49072 +fi
49073 +if test -z "${POWERPC_AIX_TRUE}" && test -z "${POWERPC_AIX_FALSE}"; then
49074 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_AIX\" was never defined.
49075 +Usually this means the macro was only invoked conditionally." >&5
49076 +echo "$as_me: error: conditional \"POWERPC_AIX\" was never defined.
49077 +Usually this means the macro was only invoked conditionally." >&2;}
49078 +   { (exit 1); exit 1; }; }
49079 +fi
49080 +if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
49081 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
49082 +Usually this means the macro was only invoked conditionally." >&5
49083 +echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
49084 +Usually this means the macro was only invoked conditionally." >&2;}
49085 +   { (exit 1); exit 1; }; }
49086 +fi
49087 +if test -z "${POWERPC_FREEBSD_TRUE}" && test -z "${POWERPC_FREEBSD_FALSE}"; then
49088 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_FREEBSD\" was never defined.
49089 +Usually this means the macro was only invoked conditionally." >&5
49090 +echo "$as_me: error: conditional \"POWERPC_FREEBSD\" was never defined.
49091 +Usually this means the macro was only invoked conditionally." >&2;}
49092 +   { (exit 1); exit 1; }; }
49093 +fi
49094 +if test -z "${ARM_TRUE}" && test -z "${ARM_FALSE}"; then
49095 +  { { echo "$as_me:$LINENO: error: conditional \"ARM\" was never defined.
49096 +Usually this means the macro was only invoked conditionally." >&5
49097 +echo "$as_me: error: conditional \"ARM\" was never defined.
49098 +Usually this means the macro was only invoked conditionally." >&2;}
49099 +   { (exit 1); exit 1; }; }
49100 +fi
49101 +if test -z "${LIBFFI_CRIS_TRUE}" && test -z "${LIBFFI_CRIS_FALSE}"; then
49102 +  { { echo "$as_me:$LINENO: error: conditional \"LIBFFI_CRIS\" was never defined.
49103 +Usually this means the macro was only invoked conditionally." >&5
49104 +echo "$as_me: error: conditional \"LIBFFI_CRIS\" was never defined.
49105 +Usually this means the macro was only invoked conditionally." >&2;}
49106 +   { (exit 1); exit 1; }; }
49107 +fi
49108 +if test -z "${FRV_TRUE}" && test -z "${FRV_FALSE}"; then
49109 +  { { echo "$as_me:$LINENO: error: conditional \"FRV\" was never defined.
49110 +Usually this means the macro was only invoked conditionally." >&5
49111 +echo "$as_me: error: conditional \"FRV\" was never defined.
49112 +Usually this means the macro was only invoked conditionally." >&2;}
49113 +   { (exit 1); exit 1; }; }
49114 +fi
49115 +if test -z "${S390_TRUE}" && test -z "${S390_FALSE}"; then
49116 +  { { echo "$as_me:$LINENO: error: conditional \"S390\" was never defined.
49117 +Usually this means the macro was only invoked conditionally." >&5
49118 +echo "$as_me: error: conditional \"S390\" was never defined.
49119 +Usually this means the macro was only invoked conditionally." >&2;}
49120 +   { (exit 1); exit 1; }; }
49121 +fi
49122 +if test -z "${X86_64_TRUE}" && test -z "${X86_64_FALSE}"; then
49123 +  { { echo "$as_me:$LINENO: error: conditional \"X86_64\" was never defined.
49124 +Usually this means the macro was only invoked conditionally." >&5
49125 +echo "$as_me: error: conditional \"X86_64\" was never defined.
49126 +Usually this means the macro was only invoked conditionally." >&2;}
49127 +   { (exit 1); exit 1; }; }
49128 +fi
49129 +if test -z "${SH_TRUE}" && test -z "${SH_FALSE}"; then
49130 +  { { echo "$as_me:$LINENO: error: conditional \"SH\" was never defined.
49131 +Usually this means the macro was only invoked conditionally." >&5
49132 +echo "$as_me: error: conditional \"SH\" was never defined.
49133 +Usually this means the macro was only invoked conditionally." >&2;}
49134 +   { (exit 1); exit 1; }; }
49135 +fi
49136 +if test -z "${SH64_TRUE}" && test -z "${SH64_FALSE}"; then
49137 +  { { echo "$as_me:$LINENO: error: conditional \"SH64\" was never defined.
49138 +Usually this means the macro was only invoked conditionally." >&5
49139 +echo "$as_me: error: conditional \"SH64\" was never defined.
49140 +Usually this means the macro was only invoked conditionally." >&2;}
49141 +   { (exit 1); exit 1; }; }
49142 +fi
49143 +if test -z "${PA_LINUX_TRUE}" && test -z "${PA_LINUX_FALSE}"; then
49144 +  { { echo "$as_me:$LINENO: error: conditional \"PA_LINUX\" was never defined.
49145 +Usually this means the macro was only invoked conditionally." >&5
49146 +echo "$as_me: error: conditional \"PA_LINUX\" was never defined.
49147 +Usually this means the macro was only invoked conditionally." >&2;}
49148 +   { (exit 1); exit 1; }; }
49149 +fi
49150 +if test -z "${PA_HPUX_TRUE}" && test -z "${PA_HPUX_FALSE}"; then
49151 +  { { echo "$as_me:$LINENO: error: conditional \"PA_HPUX\" was never defined.
49152 +Usually this means the macro was only invoked conditionally." >&5
49153 +echo "$as_me: error: conditional \"PA_HPUX\" was never defined.
49154 +Usually this means the macro was only invoked conditionally." >&2;}
49155 +   { (exit 1); exit 1; }; }
49156 +fi
49157 +if test -z "${PA64_HPUX_TRUE}" && test -z "${PA64_HPUX_FALSE}"; then
49158 +  { { echo "$as_me:$LINENO: error: conditional \"PA64_HPUX\" was never defined.
49159 +Usually this means the macro was only invoked conditionally." >&5
49160 +echo "$as_me: error: conditional \"PA64_HPUX\" was never defined.
49161 +Usually this means the macro was only invoked conditionally." >&2;}
49162 +   { (exit 1); exit 1; }; }
49163 +fi
49164 +
49165 +: ${CONFIG_STATUS=./config.status}
49166 +ac_clean_files_save=$ac_clean_files
49167 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
49168 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
49169 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
49170 +cat >$CONFIG_STATUS <<_ACEOF
49171 +#! $SHELL
49172 +# Generated by $as_me.
49173 +# Run this file to recreate the current configuration.
49174 +# Compiler output produced by configure, useful for debugging
49175 +# configure, is in config.log if it exists.
49176 +
49177 +debug=false
49178 +ac_cs_recheck=false
49179 +ac_cs_silent=false
49180 +SHELL=\${CONFIG_SHELL-$SHELL}
49181 +_ACEOF
49182 +
49183 +cat >>$CONFIG_STATUS <<\_ACEOF
49184 +## --------------------- ##
49185 +## M4sh Initialization.  ##
49186 +## --------------------- ##
49187 +
49188 +# Be more Bourne compatible
49189 +DUALCASE=1; export DUALCASE # for MKS sh
49190 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
49191 +  emulate sh
49192 +  NULLCMD=:
49193 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
49194 +  # is contrary to our usage.  Disable this feature.
49195 +  alias -g '${1+"$@"}'='"$@"'
49196 +  setopt NO_GLOB_SUBST
49197 +else
49198 +  case `(set -o) 2>/dev/null` in
49199 +  *posix*) set -o posix ;;
49200 +esac
49201 +
49202 +fi
49203 +
49204 +
49205 +
49206 +
49207 +# PATH needs CR
49208 +# Avoid depending upon Character Ranges.
49209 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
49210 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
49211 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
49212 +as_cr_digits='0123456789'
49213 +as_cr_alnum=$as_cr_Letters$as_cr_digits
49214 +
49215 +# The user is always right.
49216 +if test "${PATH_SEPARATOR+set}" != set; then
49217 +  echo "#! /bin/sh" >conf$$.sh
49218 +  echo  "exit 0"   >>conf$$.sh
49219 +  chmod +x conf$$.sh
49220 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
49221 +    PATH_SEPARATOR=';'
49222 +  else
49223 +    PATH_SEPARATOR=:
49224 +  fi
49225 +  rm -f conf$$.sh
49226 +fi
49227 +
49228 +# Support unset when possible.
49229 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
49230 +  as_unset=unset
49231 +else
49232 +  as_unset=false
49233 +fi
49234 +
49235 +
49236 +# IFS
49237 +# We need space, tab and new line, in precisely that order.  Quoting is
49238 +# there to prevent editors from complaining about space-tab.
49239 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
49240 +# splitting by setting IFS to empty value.)
49241 +as_nl='
49242 +'
49243 +IFS=" ""       $as_nl"
49244 +
49245 +# Find who we are.  Look in the path if we contain no directory separator.
49246 +case $0 in
49247 +  *[\\/]* ) as_myself=$0 ;;
49248 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49249 +for as_dir in $PATH
49250 +do
49251 +  IFS=$as_save_IFS
49252 +  test -z "$as_dir" && as_dir=.
49253 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
49254 +done
49255 +IFS=$as_save_IFS
49256 +
49257 +     ;;
49258 +esac
49259 +# We did not find ourselves, most probably we were run as `sh COMMAND'
49260 +# in which case we are not to be found in the path.
49261 +if test "x$as_myself" = x; then
49262 +  as_myself=$0
49263 +fi
49264 +if test ! -f "$as_myself"; then
49265 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
49266 +  { (exit 1); exit 1; }
49267 +fi
49268 +
49269 +# Work around bugs in pre-3.0 UWIN ksh.
49270 +for as_var in ENV MAIL MAILPATH
49271 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
49272 +done
49273 +PS1='$ '
49274 +PS2='> '
49275 +PS4='+ '
49276 +
49277 +# NLS nuisances.
49278 +for as_var in \
49279 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
49280 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
49281 +  LC_TELEPHONE LC_TIME
49282 +do
49283 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
49284 +    eval $as_var=C; export $as_var
49285 +  else
49286 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
49287 +  fi
49288 +done
49289 +
49290 +# Required to use basename.
49291 +if expr a : '\(a\)' >/dev/null 2>&1 &&
49292 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
49293 +  as_expr=expr
49294 +else
49295 +  as_expr=false
49296 +fi
49297 +
49298 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
49299 +  as_basename=basename
49300 +else
49301 +  as_basename=false
49302 +fi
49303 +
49304 +
49305 +# Name of the executable.
49306 +as_me=`$as_basename -- "$0" ||
49307 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
49308 +        X"$0" : 'X\(//\)$' \| \
49309 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
49310 +echo X/"$0" |
49311 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
49312 +           s//\1/
49313 +           q
49314 +         }
49315 +         /^X\/\(\/\/\)$/{
49316 +           s//\1/
49317 +           q
49318 +         }
49319 +         /^X\/\(\/\).*/{
49320 +           s//\1/
49321 +           q
49322 +         }
49323 +         s/.*/./; q'`
49324 +
49325 +# CDPATH.
49326 +$as_unset CDPATH
49327 +
49328 +
49329 +
49330 +  as_lineno_1=$LINENO
49331 +  as_lineno_2=$LINENO
49332 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
49333 +  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
49334 +
49335 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
49336 +  # uniformly replaced by the line number.  The first 'sed' inserts a
49337 +  # line-number line after each line using $LINENO; the second 'sed'
49338 +  # does the real work.  The second script uses 'N' to pair each
49339 +  # line-number line with the line containing $LINENO, and appends
49340 +  # trailing '-' during substitution so that $LINENO is not a special
49341 +  # case at line end.
49342 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
49343 +  # scripts with optimization help from Paolo Bonzini.  Blame Lee
49344 +  # E. McMahon (1931-1989) for sed's syntax.  :-)
49345 +  sed -n '
49346 +    p
49347 +    /[$]LINENO/=
49348 +  ' <$as_myself |
49349 +    sed '
49350 +      s/[$]LINENO.*/&-/
49351 +      t lineno
49352 +      b
49353 +      :lineno
49354 +      N
49355 +      :loop
49356 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
49357 +      t loop
49358 +      s/-\n.*//
49359 +    ' >$as_me.lineno &&
49360 +  chmod +x "$as_me.lineno" ||
49361 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
49362 +   { (exit 1); exit 1; }; }
49363 +
49364 +  # Don't try to exec as it changes $[0], causing all sort of problems
49365 +  # (the dirname of $[0] is not the place where we might find the
49366 +  # original and so on.  Autoconf is especially sensitive to this).
49367 +  . "./$as_me.lineno"
49368 +  # Exit status is that of the last command.
49369 +  exit
49370 +}
49371 +
49372 +
49373 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
49374 +  as_dirname=dirname
49375 +else
49376 +  as_dirname=false
49377 +fi
49378 +
49379 +ECHO_C= ECHO_N= ECHO_T=
49380 +case `echo -n x` in
49381 +-n*)
49382 +  case `echo 'x\c'` in
49383 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
49384 +  *)   ECHO_C='\c';;
49385 +  esac;;
49386 +*)
49387 +  ECHO_N='-n';;
49388 +esac
49389 +
49390 +if expr a : '\(a\)' >/dev/null 2>&1 &&
49391 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
49392 +  as_expr=expr
49393 +else
49394 +  as_expr=false
49395 +fi
49396 +
49397 +rm -f conf$$ conf$$.exe conf$$.file
49398 +if test -d conf$$.dir; then
49399 +  rm -f conf$$.dir/conf$$.file
49400 +else
49401 +  rm -f conf$$.dir
49402 +  mkdir conf$$.dir
49403 +fi
49404 +echo >conf$$.file
49405 +if ln -s conf$$.file conf$$ 2>/dev/null; then
49406 +  as_ln_s='ln -s'
49407 +  # ... but there are two gotchas:
49408 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
49409 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
49410 +  # In both cases, we have to default to `cp -p'.
49411 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
49412 +    as_ln_s='cp -p'
49413 +elif ln conf$$.file conf$$ 2>/dev/null; then
49414 +  as_ln_s=ln
49415 +else
49416 +  as_ln_s='cp -p'
49417 +fi
49418 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
49419 +rmdir conf$$.dir 2>/dev/null
49420 +
49421 +if mkdir -p . 2>/dev/null; then
49422 +  as_mkdir_p=:
49423 +else
49424 +  test -d ./-p && rmdir ./-p
49425 +  as_mkdir_p=false
49426 +fi
49427 +
49428 +if test -x / >/dev/null 2>&1; then
49429 +  as_test_x='test -x'
49430 +else
49431 +  if ls -dL / >/dev/null 2>&1; then
49432 +    as_ls_L_option=L
49433 +  else
49434 +    as_ls_L_option=
49435 +  fi
49436 +  as_test_x='
49437 +    eval sh -c '\''
49438 +      if test -d "$1"; then
49439 +        test -d "$1/.";
49440 +      else
49441 +       case $1 in
49442 +        -*)set "./$1";;
49443 +       esac;
49444 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
49445 +       ???[sx]*):;;*)false;;esac;fi
49446 +    '\'' sh
49447 +  '
49448 +fi
49449 +as_executable_p=$as_test_x
49450 +
49451 +# Sed expression to map a string onto a valid CPP name.
49452 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
49453 +
49454 +# Sed expression to map a string onto a valid variable name.
49455 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
49456 +
49457 +
49458 +exec 6>&1
49459 +
49460 +# Save the log message, to keep $[0] and so on meaningful, and to
49461 +# report actual input values of CONFIG_FILES etc. instead of their
49462 +# values after options handling.
49463 +ac_log="
49464 +This file was extended by libffi $as_me 3.0.8, which was
49465 +generated by GNU Autoconf 2.61.  Invocation command line was
49466 +
49467 +  CONFIG_FILES    = $CONFIG_FILES
49468 +  CONFIG_HEADERS  = $CONFIG_HEADERS
49469 +  CONFIG_LINKS    = $CONFIG_LINKS
49470 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
49471 +  $ $0 $@
49472 +
49473 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
49474 +"
49475 +
49476 +_ACEOF
49477 +
49478 +cat >>$CONFIG_STATUS <<_ACEOF
49479 +# Files that config.status was made for.
49480 +config_files="$ac_config_files"
49481 +config_headers="$ac_config_headers"
49482 +config_links="$ac_config_links"
49483 +config_commands="$ac_config_commands"
49484 +
49485 +_ACEOF
49486 +
49487 +cat >>$CONFIG_STATUS <<\_ACEOF
49488 +ac_cs_usage="\
49489 +\`$as_me' instantiates files from templates according to the
49490 +current configuration.
49491 +
49492 +Usage: $0 [OPTIONS] [FILE]...
49493 +
49494 +  -h, --help       print this help, then exit
49495 +  -V, --version    print version number and configuration settings, then exit
49496 +  -q, --quiet      do not print progress messages
49497 +  -d, --debug      don't remove temporary files
49498 +      --recheck    update $as_me by reconfiguring in the same conditions
49499 +  --file=FILE[:TEMPLATE]
49500 +                  instantiate the configuration file FILE
49501 +  --header=FILE[:TEMPLATE]
49502 +                  instantiate the configuration header FILE
49503 +
49504 +Configuration files:
49505 +$config_files
49506 +
49507 +Configuration headers:
49508 +$config_headers
49509 +
49510 +Configuration links:
49511 +$config_links
49512 +
49513 +Configuration commands:
49514 +$config_commands
49515 +
49516 +Report bugs to <bug-autoconf@gnu.org>."
49517 +
49518 +_ACEOF
49519 +cat >>$CONFIG_STATUS <<_ACEOF
49520 +ac_cs_version="\\
49521 +libffi config.status 3.0.8
49522 +configured by $0, generated by GNU Autoconf 2.61,
49523 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
49524 +
49525 +Copyright (C) 2006 Free Software Foundation, Inc.
49526 +This config.status script is free software; the Free Software Foundation
49527 +gives unlimited permission to copy, distribute and modify it."
49528 +
49529 +ac_pwd='$ac_pwd'
49530 +srcdir='$srcdir'
49531 +INSTALL='$INSTALL'
49532 +MKDIR_P='$MKDIR_P'
49533 +_ACEOF
49534 +
49535 +cat >>$CONFIG_STATUS <<\_ACEOF
49536 +# If no file are specified by the user, then we need to provide default
49537 +# value.  By we need to know if files were specified by the user.
49538 +ac_need_defaults=:
49539 +while test $# != 0
49540 +do
49541 +  case $1 in
49542 +  --*=*)
49543 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
49544 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
49545 +    ac_shift=:
49546 +    ;;
49547 +  *)
49548 +    ac_option=$1
49549 +    ac_optarg=$2
49550 +    ac_shift=shift
49551 +    ;;
49552 +  esac
49553 +
49554 +  case $ac_option in
49555 +  # Handling of the options.
49556 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
49557 +    ac_cs_recheck=: ;;
49558 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
49559 +    echo "$ac_cs_version"; exit ;;
49560 +  --debug | --debu | --deb | --de | --d | -d )
49561 +    debug=: ;;
49562 +  --file | --fil | --fi | --f )
49563 +    $ac_shift
49564 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
49565 +    ac_need_defaults=false;;
49566 +  --header | --heade | --head | --hea )
49567 +    $ac_shift
49568 +    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
49569 +    ac_need_defaults=false;;
49570 +  --he | --h)
49571 +    # Conflict between --help and --header
49572 +    { echo "$as_me: error: ambiguous option: $1
49573 +Try \`$0 --help' for more information." >&2
49574 +   { (exit 1); exit 1; }; };;
49575 +  --help | --hel | -h )
49576 +    echo "$ac_cs_usage"; exit ;;
49577 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
49578 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
49579 +    ac_cs_silent=: ;;
49580 +
49581 +  # This is an error.
49582 +  -*) { echo "$as_me: error: unrecognized option: $1
49583 +Try \`$0 --help' for more information." >&2
49584 +   { (exit 1); exit 1; }; } ;;
49585 +
49586 +  *) ac_config_targets="$ac_config_targets $1"
49587 +     ac_need_defaults=false ;;
49588 +
49589 +  esac
49590 +  shift
49591 +done
49592 +
49593 +ac_configure_extra_args=
49594 +
49595 +if $ac_cs_silent; then
49596 +  exec 6>/dev/null
49597 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
49598 +fi
49599 +
49600 +_ACEOF
49601 +cat >>$CONFIG_STATUS <<_ACEOF
49602 +if \$ac_cs_recheck; then
49603 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
49604 +  CONFIG_SHELL=$SHELL
49605 +  export CONFIG_SHELL
49606 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
49607 +fi
49608 +
49609 +_ACEOF
49610 +cat >>$CONFIG_STATUS <<\_ACEOF
49611 +exec 5>>config.log
49612 +{
49613 +  echo
49614 +  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
49615 +@%:@@%:@ Running $as_me. @%:@@%:@
49616 +_ASBOX
49617 +  echo "$ac_log"
49618 +} >&5
49619 +
49620 +_ACEOF
49621 +cat >>$CONFIG_STATUS <<_ACEOF
49622 +#
49623 +# INIT-COMMANDS
49624 +#
49625 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
49626 +TARGETDIR="$TARGETDIR"
49627 +
49628 +_ACEOF
49629 +
49630 +cat >>$CONFIG_STATUS <<\_ACEOF
49631 +
49632 +# Handling of arguments.
49633 +for ac_config_target in $ac_config_targets
49634 +do
49635 +  case $ac_config_target in
49636 +    "fficonfig.h") CONFIG_HEADERS="$CONFIG_HEADERS fficonfig.h" ;;
49637 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
49638 +    "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
49639 +    "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
49640 +    "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
49641 +    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
49642 +    "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
49643 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
49644 +    "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
49645 +    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
49646 +    "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
49647 +
49648 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
49649 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
49650 +   { (exit 1); exit 1; }; };;
49651 +  esac
49652 +done
49653 +
49654 +
49655 +# If the user did not use the arguments to specify the items to instantiate,
49656 +# then the envvar interface is used.  Set only those that are not.
49657 +# We use the long form for the default assignment because of an extremely
49658 +# bizarre bug on SunOS 4.1.3.
49659 +if $ac_need_defaults; then
49660 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
49661 +  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
49662 +  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
49663 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
49664 +fi
49665 +
49666 +# Have a temporary directory for convenience.  Make it in the build tree
49667 +# simply because there is no reason against having it here, and in addition,
49668 +# creating and moving files from /tmp can sometimes cause problems.
49669 +# Hook for its removal unless debugging.
49670 +# Note that there is a small window in which the directory will not be cleaned:
49671 +# after its creation but before its name has been assigned to `$tmp'.
49672 +$debug ||
49673 +{
49674 +  tmp=
49675 +  trap 'exit_status=$?
49676 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
49677 +' 0
49678 +  trap '{ (exit 1); exit 1; }' 1 2 13 15
49679 +}
49680 +# Create a (secure) tmp directory for tmp files.
49681 +
49682 +{
49683 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
49684 +  test -n "$tmp" && test -d "$tmp"
49685 +}  ||
49686 +{
49687 +  tmp=./conf$$-$RANDOM
49688 +  (umask 077 && mkdir "$tmp")
49689 +} ||
49690 +{
49691 +   echo "$me: cannot create a temporary directory in ." >&2
49692 +   { (exit 1); exit 1; }
49693 +}
49694 +
49695 +#
49696 +# Set up the sed scripts for CONFIG_FILES section.
49697 +#
49698 +
49699 +# No need to generate the scripts if there are no CONFIG_FILES.
49700 +# This happens for instance when ./config.status config.h
49701 +if test -n "$CONFIG_FILES"; then
49702 +
49703 +_ACEOF
49704 +
49705 +
49706 +
49707 +ac_delim='%!_!# '
49708 +for ac_last_try in false false false false false :; do
49709 +  cat >conf$$subs.sed <<_ACEOF
49710 +SHELL!$SHELL$ac_delim
49711 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
49712 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
49713 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
49714 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
49715 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
49716 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
49717 +exec_prefix!$exec_prefix$ac_delim
49718 +prefix!$prefix$ac_delim
49719 +program_transform_name!$program_transform_name$ac_delim
49720 +bindir!$bindir$ac_delim
49721 +sbindir!$sbindir$ac_delim
49722 +libexecdir!$libexecdir$ac_delim
49723 +datarootdir!$datarootdir$ac_delim
49724 +datadir!$datadir$ac_delim
49725 +sysconfdir!$sysconfdir$ac_delim
49726 +sharedstatedir!$sharedstatedir$ac_delim
49727 +localstatedir!$localstatedir$ac_delim
49728 +includedir!$includedir$ac_delim
49729 +oldincludedir!$oldincludedir$ac_delim
49730 +docdir!$docdir$ac_delim
49731 +infodir!$infodir$ac_delim
49732 +htmldir!$htmldir$ac_delim
49733 +dvidir!$dvidir$ac_delim
49734 +pdfdir!$pdfdir$ac_delim
49735 +psdir!$psdir$ac_delim
49736 +libdir!$libdir$ac_delim
49737 +localedir!$localedir$ac_delim
49738 +mandir!$mandir$ac_delim
49739 +DEFS!$DEFS$ac_delim
49740 +ECHO_C!$ECHO_C$ac_delim
49741 +ECHO_N!$ECHO_N$ac_delim
49742 +ECHO_T!$ECHO_T$ac_delim
49743 +LIBS!$LIBS$ac_delim
49744 +build_alias!$build_alias$ac_delim
49745 +host_alias!$host_alias$ac_delim
49746 +target_alias!$target_alias$ac_delim
49747 +build!$build$ac_delim
49748 +build_cpu!$build_cpu$ac_delim
49749 +build_vendor!$build_vendor$ac_delim
49750 +build_os!$build_os$ac_delim
49751 +host!$host$ac_delim
49752 +host_cpu!$host_cpu$ac_delim
49753 +host_vendor!$host_vendor$ac_delim
49754 +host_os!$host_os$ac_delim
49755 +target!$target$ac_delim
49756 +target_cpu!$target_cpu$ac_delim
49757 +target_vendor!$target_vendor$ac_delim
49758 +target_os!$target_os$ac_delim
49759 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
49760 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
49761 +INSTALL_DATA!$INSTALL_DATA$ac_delim
49762 +am__isrc!$am__isrc$ac_delim
49763 +CYGPATH_W!$CYGPATH_W$ac_delim
49764 +PACKAGE!$PACKAGE$ac_delim
49765 +VERSION!$VERSION$ac_delim
49766 +ACLOCAL!$ACLOCAL$ac_delim
49767 +AUTOCONF!$AUTOCONF$ac_delim
49768 +AUTOMAKE!$AUTOMAKE$ac_delim
49769 +AUTOHEADER!$AUTOHEADER$ac_delim
49770 +MAKEINFO!$MAKEINFO$ac_delim
49771 +install_sh!$install_sh$ac_delim
49772 +STRIP!$STRIP$ac_delim
49773 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
49774 +mkdir_p!$mkdir_p$ac_delim
49775 +AWK!$AWK$ac_delim
49776 +SET_MAKE!$SET_MAKE$ac_delim
49777 +am__leading_dot!$am__leading_dot$ac_delim
49778 +AMTAR!$AMTAR$ac_delim
49779 +am__tar!$am__tar$ac_delim
49780 +am__untar!$am__untar$ac_delim
49781 +CC!$CC$ac_delim
49782 +CFLAGS!$CFLAGS$ac_delim
49783 +LDFLAGS!$LDFLAGS$ac_delim
49784 +CPPFLAGS!$CPPFLAGS$ac_delim
49785 +ac_ct_CC!$ac_ct_CC$ac_delim
49786 +EXEEXT!$EXEEXT$ac_delim
49787 +OBJEXT!$OBJEXT$ac_delim
49788 +DEPDIR!$DEPDIR$ac_delim
49789 +am__include!$am__include$ac_delim
49790 +am__quote!$am__quote$ac_delim
49791 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
49792 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
49793 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
49794 +CCDEPMODE!$CCDEPMODE$ac_delim
49795 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
49796 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
49797 +CCAS!$CCAS$ac_delim
49798 +CCASFLAGS!$CCASFLAGS$ac_delim
49799 +CCASDEPMODE!$CCASDEPMODE$ac_delim
49800 +am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim
49801 +am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim
49802 +LIBFFI_DLL!$LIBFFI_DLL$ac_delim
49803 +LIBFFI_LDFLAGS!$LIBFFI_LDFLAGS$ac_delim
49804 +SED!$SED$ac_delim
49805 +GREP!$GREP$ac_delim
49806 +EGREP!$EGREP$ac_delim
49807 +_ACEOF
49808 +
49809 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
49810 +    break
49811 +  elif $ac_last_try; then
49812 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
49813 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
49814 +   { (exit 1); exit 1; }; }
49815 +  else
49816 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
49817 +  fi
49818 +done
49819 +
49820 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
49821 +if test -n "$ac_eof"; then
49822 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
49823 +  ac_eof=`expr $ac_eof + 1`
49824 +fi
49825 +
49826 +cat >>$CONFIG_STATUS <<_ACEOF
49827 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
49828 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
49829 +_ACEOF
49830 +sed '
49831 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
49832 +s/^/s,@/; s/!/@,|#_!!_#|/
49833 +:n
49834 +t n
49835 +s/'"$ac_delim"'$/,g/; t
49836 +s/$/\\/; p
49837 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
49838 +' >>$CONFIG_STATUS <conf$$subs.sed
49839 +rm -f conf$$subs.sed
49840 +cat >>$CONFIG_STATUS <<_ACEOF
49841 +CEOF$ac_eof
49842 +_ACEOF
49843 +
49844 +
49845 +ac_delim='%!_!# '
49846 +for ac_last_try in false false false false false :; do
49847 +  cat >conf$$subs.sed <<_ACEOF
49848 +LN_S!$LN_S$ac_delim
49849 +ECHO!$ECHO$ac_delim
49850 +AR!$AR$ac_delim
49851 +RANLIB!$RANLIB$ac_delim
49852 +DSYMUTIL!$DSYMUTIL$ac_delim
49853 +NMEDIT!$NMEDIT$ac_delim
49854 +DLLTOOL!$DLLTOOL$ac_delim
49855 +AS!$AS$ac_delim
49856 +OBJDUMP!$OBJDUMP$ac_delim
49857 +CPP!$CPP$ac_delim
49858 +CXX!$CXX$ac_delim
49859 +CXXFLAGS!$CXXFLAGS$ac_delim
49860 +ac_ct_CXX!$ac_ct_CXX$ac_delim
49861 +CXXDEPMODE!$CXXDEPMODE$ac_delim
49862 +am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
49863 +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
49864 +CXXCPP!$CXXCPP$ac_delim
49865 +F77!$F77$ac_delim
49866 +FFLAGS!$FFLAGS$ac_delim
49867 +ac_ct_F77!$ac_ct_F77$ac_delim
49868 +LIBTOOL!$LIBTOOL$ac_delim
49869 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
49870 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
49871 +MAINT!$MAINT$ac_delim
49872 +TESTSUBDIR_TRUE!$TESTSUBDIR_TRUE$ac_delim
49873 +TESTSUBDIR_FALSE!$TESTSUBDIR_FALSE$ac_delim
49874 +AM_RUNTESTFLAGS!$AM_RUNTESTFLAGS$ac_delim
49875 +MIPS_TRUE!$MIPS_TRUE$ac_delim
49876 +MIPS_FALSE!$MIPS_FALSE$ac_delim
49877 +SPARC_TRUE!$SPARC_TRUE$ac_delim
49878 +SPARC_FALSE!$SPARC_FALSE$ac_delim
49879 +X86_TRUE!$X86_TRUE$ac_delim
49880 +X86_FALSE!$X86_FALSE$ac_delim
49881 +X86_FREEBSD_TRUE!$X86_FREEBSD_TRUE$ac_delim
49882 +X86_FREEBSD_FALSE!$X86_FREEBSD_FALSE$ac_delim
49883 +X86_WIN32_TRUE!$X86_WIN32_TRUE$ac_delim
49884 +X86_WIN32_FALSE!$X86_WIN32_FALSE$ac_delim
49885 +X86_DARWIN_TRUE!$X86_DARWIN_TRUE$ac_delim
49886 +X86_DARWIN_FALSE!$X86_DARWIN_FALSE$ac_delim
49887 +ALPHA_TRUE!$ALPHA_TRUE$ac_delim
49888 +ALPHA_FALSE!$ALPHA_FALSE$ac_delim
49889 +IA64_TRUE!$IA64_TRUE$ac_delim
49890 +IA64_FALSE!$IA64_FALSE$ac_delim
49891 +M32R_TRUE!$M32R_TRUE$ac_delim
49892 +M32R_FALSE!$M32R_FALSE$ac_delim
49893 +M68K_TRUE!$M68K_TRUE$ac_delim
49894 +M68K_FALSE!$M68K_FALSE$ac_delim
49895 +POWERPC_TRUE!$POWERPC_TRUE$ac_delim
49896 +POWERPC_FALSE!$POWERPC_FALSE$ac_delim
49897 +POWERPC_AIX_TRUE!$POWERPC_AIX_TRUE$ac_delim
49898 +POWERPC_AIX_FALSE!$POWERPC_AIX_FALSE$ac_delim
49899 +POWERPC_DARWIN_TRUE!$POWERPC_DARWIN_TRUE$ac_delim
49900 +POWERPC_DARWIN_FALSE!$POWERPC_DARWIN_FALSE$ac_delim
49901 +POWERPC_FREEBSD_TRUE!$POWERPC_FREEBSD_TRUE$ac_delim
49902 +POWERPC_FREEBSD_FALSE!$POWERPC_FREEBSD_FALSE$ac_delim
49903 +ARM_TRUE!$ARM_TRUE$ac_delim
49904 +ARM_FALSE!$ARM_FALSE$ac_delim
49905 +LIBFFI_CRIS_TRUE!$LIBFFI_CRIS_TRUE$ac_delim
49906 +LIBFFI_CRIS_FALSE!$LIBFFI_CRIS_FALSE$ac_delim
49907 +FRV_TRUE!$FRV_TRUE$ac_delim
49908 +FRV_FALSE!$FRV_FALSE$ac_delim
49909 +S390_TRUE!$S390_TRUE$ac_delim
49910 +S390_FALSE!$S390_FALSE$ac_delim
49911 +X86_64_TRUE!$X86_64_TRUE$ac_delim
49912 +X86_64_FALSE!$X86_64_FALSE$ac_delim
49913 +SH_TRUE!$SH_TRUE$ac_delim
49914 +SH_FALSE!$SH_FALSE$ac_delim
49915 +SH64_TRUE!$SH64_TRUE$ac_delim
49916 +SH64_FALSE!$SH64_FALSE$ac_delim
49917 +PA_LINUX_TRUE!$PA_LINUX_TRUE$ac_delim
49918 +PA_LINUX_FALSE!$PA_LINUX_FALSE$ac_delim
49919 +PA_HPUX_TRUE!$PA_HPUX_TRUE$ac_delim
49920 +PA_HPUX_FALSE!$PA_HPUX_FALSE$ac_delim
49921 +PA64_HPUX_TRUE!$PA64_HPUX_TRUE$ac_delim
49922 +PA64_HPUX_FALSE!$PA64_HPUX_FALSE$ac_delim
49923 +ALLOCA!$ALLOCA$ac_delim
49924 +HAVE_LONG_DOUBLE!$HAVE_LONG_DOUBLE$ac_delim
49925 +TARGET!$TARGET$ac_delim
49926 +TARGETDIR!$TARGETDIR$ac_delim
49927 +toolexecdir!$toolexecdir$ac_delim
49928 +toolexeclibdir!$toolexeclibdir$ac_delim
49929 +LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
49930 +LTLIBOBJS!$LTLIBOBJS$ac_delim
49931 +_ACEOF
49932 +
49933 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
49934 +    break
49935 +  elif $ac_last_try; then
49936 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
49937 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
49938 +   { (exit 1); exit 1; }; }
49939 +  else
49940 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
49941 +  fi
49942 +done
49943 +
49944 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
49945 +if test -n "$ac_eof"; then
49946 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
49947 +  ac_eof=`expr $ac_eof + 1`
49948 +fi
49949 +
49950 +cat >>$CONFIG_STATUS <<_ACEOF
49951 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
49952 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
49953 +_ACEOF
49954 +sed '
49955 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
49956 +s/^/s,@/; s/!/@,|#_!!_#|/
49957 +:n
49958 +t n
49959 +s/'"$ac_delim"'$/,g/; t
49960 +s/$/\\/; p
49961 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
49962 +' >>$CONFIG_STATUS <conf$$subs.sed
49963 +rm -f conf$$subs.sed
49964 +cat >>$CONFIG_STATUS <<_ACEOF
49965 +:end
49966 +s/|#_!!_#|//g
49967 +CEOF$ac_eof
49968 +_ACEOF
49969 +
49970 +
49971 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
49972 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
49973 +# trailing colons and then remove the whole line if VPATH becomes empty
49974 +# (actually we leave an empty line to preserve line numbers).
49975 +if test "x$srcdir" = x.; then
49976 +  ac_vpsub='/^[         ]*VPATH[        ]*=/{
49977 +s/:*\$(srcdir):*/:/
49978 +s/:*\${srcdir}:*/:/
49979 +s/:*@srcdir@:*/:/
49980 +s/^\([^=]*=[    ]*\):*/\1/
49981 +s/:*$//
49982 +s/^[^=]*=[      ]*$//
49983 +}'
49984 +fi
49985 +
49986 +cat >>$CONFIG_STATUS <<\_ACEOF
49987 +fi # test -n "$CONFIG_FILES"
49988 +
49989 +
49990 +for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS
49991 +do
49992 +  case $ac_tag in
49993 +  :[FHLC]) ac_mode=$ac_tag; continue;;
49994 +  esac
49995 +  case $ac_mode$ac_tag in
49996 +  :[FHL]*:*);;
49997 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
49998 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
49999 +   { (exit 1); exit 1; }; };;
50000 +  :[FH]-) ac_tag=-:-;;
50001 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
50002 +  esac
50003 +  ac_save_IFS=$IFS
50004 +  IFS=:
50005 +  set x $ac_tag
50006 +  IFS=$ac_save_IFS
50007 +  shift
50008 +  ac_file=$1
50009 +  shift
50010 +
50011 +  case $ac_mode in
50012 +  :L) ac_source=$1;;
50013 +  :[FH])
50014 +    ac_file_inputs=
50015 +    for ac_f
50016 +    do
50017 +      case $ac_f in
50018 +      -) ac_f="$tmp/stdin";;
50019 +      *) # Look for the file first in the build tree, then in the source tree
50020 +        # (if the path is not absolute).  The absolute path cannot be DOS-style,
50021 +        # because $ac_f cannot contain `:'.
50022 +        test -f "$ac_f" ||
50023 +          case $ac_f in
50024 +          [\\/$]*) false;;
50025 +          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
50026 +          esac ||
50027 +          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
50028 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
50029 +   { (exit 1); exit 1; }; };;
50030 +      esac
50031 +      ac_file_inputs="$ac_file_inputs $ac_f"
50032 +    done
50033 +
50034 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
50035 +    # use $as_me), people would be surprised to read:
50036 +    #    /* config.h.  Generated by config.status.  */
50037 +    configure_input="Generated from "`IFS=:
50038 +         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
50039 +    if test x"$ac_file" != x-; then
50040 +      configure_input="$ac_file.  $configure_input"
50041 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
50042 +echo "$as_me: creating $ac_file" >&6;}
50043 +    fi
50044 +
50045 +    case $ac_tag in
50046 +    *:-:* | *:-) cat >"$tmp/stdin";;
50047 +    esac
50048 +    ;;
50049 +  esac
50050 +
50051 +  ac_dir=`$as_dirname -- "$ac_file" ||
50052 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50053 +        X"$ac_file" : 'X\(//\)[^/]' \| \
50054 +        X"$ac_file" : 'X\(//\)$' \| \
50055 +        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
50056 +echo X"$ac_file" |
50057 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50058 +           s//\1/
50059 +           q
50060 +         }
50061 +         /^X\(\/\/\)[^/].*/{
50062 +           s//\1/
50063 +           q
50064 +         }
50065 +         /^X\(\/\/\)$/{
50066 +           s//\1/
50067 +           q
50068 +         }
50069 +         /^X\(\/\).*/{
50070 +           s//\1/
50071 +           q
50072 +         }
50073 +         s/.*/./; q'`
50074 +  { as_dir="$ac_dir"
50075 +  case $as_dir in #(
50076 +  -*) as_dir=./$as_dir;;
50077 +  esac
50078 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
50079 +    as_dirs=
50080 +    while :; do
50081 +      case $as_dir in #(
50082 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
50083 +      *) as_qdir=$as_dir;;
50084 +      esac
50085 +      as_dirs="'$as_qdir' $as_dirs"
50086 +      as_dir=`$as_dirname -- "$as_dir" ||
50087 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50088 +        X"$as_dir" : 'X\(//\)[^/]' \| \
50089 +        X"$as_dir" : 'X\(//\)$' \| \
50090 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
50091 +echo X"$as_dir" |
50092 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50093 +           s//\1/
50094 +           q
50095 +         }
50096 +         /^X\(\/\/\)[^/].*/{
50097 +           s//\1/
50098 +           q
50099 +         }
50100 +         /^X\(\/\/\)$/{
50101 +           s//\1/
50102 +           q
50103 +         }
50104 +         /^X\(\/\).*/{
50105 +           s//\1/
50106 +           q
50107 +         }
50108 +         s/.*/./; q'`
50109 +      test -d "$as_dir" && break
50110 +    done
50111 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
50112 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
50113 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
50114 +   { (exit 1); exit 1; }; }; }
50115 +  ac_builddir=.
50116 +
50117 +case "$ac_dir" in
50118 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
50119 +*)
50120 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
50121 +  # A ".." for each directory in $ac_dir_suffix.
50122 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
50123 +  case $ac_top_builddir_sub in
50124 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
50125 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
50126 +  esac ;;
50127 +esac
50128 +ac_abs_top_builddir=$ac_pwd
50129 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
50130 +# for backward compatibility:
50131 +ac_top_builddir=$ac_top_build_prefix
50132 +
50133 +case $srcdir in
50134 +  .)  # We are building in place.
50135 +    ac_srcdir=.
50136 +    ac_top_srcdir=$ac_top_builddir_sub
50137 +    ac_abs_top_srcdir=$ac_pwd ;;
50138 +  [\\/]* | ?:[\\/]* )  # Absolute name.
50139 +    ac_srcdir=$srcdir$ac_dir_suffix;
50140 +    ac_top_srcdir=$srcdir
50141 +    ac_abs_top_srcdir=$srcdir ;;
50142 +  *) # Relative name.
50143 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
50144 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
50145 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
50146 +esac
50147 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
50148 +
50149 +
50150 +  case $ac_mode in
50151 +  :F)
50152 +  #
50153 +  # CONFIG_FILE
50154 +  #
50155 +
50156 +  case $INSTALL in
50157 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
50158 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
50159 +  esac
50160 +  ac_MKDIR_P=$MKDIR_P
50161 +  case $MKDIR_P in
50162 +  [\\/$]* | ?:[\\/]* ) ;;
50163 +  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
50164 +  esac
50165 +_ACEOF
50166 +
50167 +cat >>$CONFIG_STATUS <<\_ACEOF
50168 +# If the template does not know about datarootdir, expand it.
50169 +# FIXME: This hack should be removed a few years after 2.60.
50170 +ac_datarootdir_hack=; ac_datarootdir_seen=
50171 +
50172 +case `sed -n '/datarootdir/ {
50173 +  p
50174 +  q
50175 +}
50176 +/@datadir@/p
50177 +/@docdir@/p
50178 +/@infodir@/p
50179 +/@localedir@/p
50180 +/@mandir@/p
50181 +' $ac_file_inputs` in
50182 +*datarootdir*) ac_datarootdir_seen=yes;;
50183 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
50184 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
50185 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
50186 +_ACEOF
50187 +cat >>$CONFIG_STATUS <<_ACEOF
50188 +  ac_datarootdir_hack='
50189 +  s&@datadir@&$datadir&g
50190 +  s&@docdir@&$docdir&g
50191 +  s&@infodir@&$infodir&g
50192 +  s&@localedir@&$localedir&g
50193 +  s&@mandir@&$mandir&g
50194 +    s&\\\${datarootdir}&$datarootdir&g' ;;
50195 +esac
50196 +_ACEOF
50197 +
50198 +# Neutralize VPATH when `$srcdir' = `.'.
50199 +# Shell code in configure.ac might set extrasub.
50200 +# FIXME: do we really want to maintain this feature?
50201 +cat >>$CONFIG_STATUS <<_ACEOF
50202 +  sed "$ac_vpsub
50203 +$extrasub
50204 +_ACEOF
50205 +cat >>$CONFIG_STATUS <<\_ACEOF
50206 +:t
50207 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
50208 +s&@configure_input@&$configure_input&;t t
50209 +s&@top_builddir@&$ac_top_builddir_sub&;t t
50210 +s&@srcdir@&$ac_srcdir&;t t
50211 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
50212 +s&@top_srcdir@&$ac_top_srcdir&;t t
50213 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
50214 +s&@builddir@&$ac_builddir&;t t
50215 +s&@abs_builddir@&$ac_abs_builddir&;t t
50216 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
50217 +s&@INSTALL@&$ac_INSTALL&;t t
50218 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
50219 +$ac_datarootdir_hack
50220 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
50221 +
50222 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
50223 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
50224 +  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
50225 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
50226 +which seems to be undefined.  Please make sure it is defined." >&5
50227 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
50228 +which seems to be undefined.  Please make sure it is defined." >&2;}
50229 +
50230 +  rm -f "$tmp/stdin"
50231 +  case $ac_file in
50232 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
50233 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
50234 +  esac
50235 + ;;
50236 +  :H)
50237 +  #
50238 +  # CONFIG_HEADER
50239 +  #
50240 +_ACEOF
50241 +
50242 +# Transform confdefs.h into a sed script `conftest.defines', that
50243 +# substitutes the proper values into config.h.in to produce config.h.
50244 +rm -f conftest.defines conftest.tail
50245 +# First, append a space to every undef/define line, to ease matching.
50246 +echo 's/$/ /' >conftest.defines
50247 +# Then, protect against being on the right side of a sed subst, or in
50248 +# an unquoted here document, in config.status.  If some macros were
50249 +# called several times there might be several #defines for the same
50250 +# symbol, which is useless.  But do not sort them, since the last
50251 +# AC_DEFINE must be honored.
50252 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
50253 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
50254 +# NAME is the cpp macro being defined, VALUE is the value it is being given.
50255 +# PARAMS is the parameter list in the macro definition--in most cases, it's
50256 +# just an empty string.
50257 +ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
50258 +ac_dB='\\)[     (].*,\\1define\\2'
50259 +ac_dC=' '
50260 +ac_dD=' ,'
50261 +
50262 +uniq confdefs.h |
50263 +  sed -n '
50264 +       t rset
50265 +       :rset
50266 +       s/^[     ]*#[    ]*define[       ][      ]*//
50267 +       t ok
50268 +       d
50269 +       :ok
50270 +       s/[\\&,]/\\&/g
50271 +       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
50272 +       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
50273 +  ' >>conftest.defines
50274 +
50275 +# Remove the space that was appended to ease matching.
50276 +# Then replace #undef with comments.  This is necessary, for
50277 +# example, in the case of _POSIX_SOURCE, which is predefined and required
50278 +# on some systems where configure will not decide to define it.
50279 +# (The regexp can be short, since the line contains either #define or #undef.)
50280 +echo 's/ $//
50281 +s,^[    #]*u.*,/* & */,' >>conftest.defines
50282 +
50283 +# Break up conftest.defines:
50284 +ac_max_sed_lines=50
50285 +
50286 +# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
50287 +# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
50288 +# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
50289 +# et cetera.
50290 +ac_in='$ac_file_inputs'
50291 +ac_out='"$tmp/out1"'
50292 +ac_nxt='"$tmp/out2"'
50293 +
50294 +while :
50295 +do
50296 +  # Write a here document:
50297 +    cat >>$CONFIG_STATUS <<_ACEOF
50298 +    # First, check the format of the line:
50299 +    cat >"\$tmp/defines.sed" <<\\CEOF
50300 +/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
50301 +/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
50302 +b
50303 +:def
50304 +_ACEOF
50305 +  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
50306 +  echo 'CEOF
50307 +    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
50308 +  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
50309 +  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
50310 +  grep . conftest.tail >/dev/null || break
50311 +  rm -f conftest.defines
50312 +  mv conftest.tail conftest.defines
50313 +done
50314 +rm -f conftest.defines conftest.tail
50315 +
50316 +echo "ac_result=$ac_in" >>$CONFIG_STATUS
50317 +cat >>$CONFIG_STATUS <<\_ACEOF
50318 +  if test x"$ac_file" != x-; then
50319 +    echo "/* $configure_input  */" >"$tmp/config.h"
50320 +    cat "$ac_result" >>"$tmp/config.h"
50321 +    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
50322 +      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
50323 +echo "$as_me: $ac_file is unchanged" >&6;}
50324 +    else
50325 +      rm -f $ac_file
50326 +      mv "$tmp/config.h" $ac_file
50327 +    fi
50328 +  else
50329 +    echo "/* $configure_input  */"
50330 +    cat "$ac_result"
50331 +  fi
50332 +  rm -f "$tmp/out12"
50333 +# Compute $ac_file's index in $config_headers.
50334 +_am_arg=$ac_file
50335 +_am_stamp_count=1
50336 +for _am_header in $config_headers :; do
50337 +  case $_am_header in
50338 +    $_am_arg | $_am_arg:* )
50339 +      break ;;
50340 +    * )
50341 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
50342 +  esac
50343 +done
50344 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
50345 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50346 +        X"$_am_arg" : 'X\(//\)[^/]' \| \
50347 +        X"$_am_arg" : 'X\(//\)$' \| \
50348 +        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
50349 +echo X"$_am_arg" |
50350 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50351 +           s//\1/
50352 +           q
50353 +         }
50354 +         /^X\(\/\/\)[^/].*/{
50355 +           s//\1/
50356 +           q
50357 +         }
50358 +         /^X\(\/\/\)$/{
50359 +           s//\1/
50360 +           q
50361 +         }
50362 +         /^X\(\/\).*/{
50363 +           s//\1/
50364 +           q
50365 +         }
50366 +         s/.*/./; q'`/stamp-h$_am_stamp_count
50367 + ;;
50368 +  :L)
50369 +  #
50370 +  # CONFIG_LINK
50371 +  #
50372 +
50373 +  { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5
50374 +echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;}
50375 +
50376 +  if test ! -r "$srcdir/$ac_source"; then
50377 +    { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
50378 +echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
50379 +   { (exit 1); exit 1; }; }
50380 +  fi
50381 +  rm -f "$ac_file"
50382 +
50383 +  # Try a relative symlink, then a hard link, then a copy.
50384 +  case $srcdir in
50385 +  [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
50386 +      *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;;
50387 +  esac
50388 +  ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
50389 +    ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null ||
50390 +    cp -p "$srcdir/$ac_source" "$ac_file" ||
50391 +    { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5
50392 +echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;}
50393 +   { (exit 1); exit 1; }; }
50394 + ;;
50395 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
50396 +echo "$as_me: executing $ac_file commands" >&6;}
50397 + ;;
50398 +  esac
50399 +
50400 +
50401 +  case $ac_file$ac_mode in
50402 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
50403 +  # Strip MF so we end up with the name of the file.
50404 +  mf=`echo "$mf" | sed -e 's/:.*$//'`
50405 +  # Check whether this is an Automake generated Makefile or not.
50406 +  # We used to match only the files named `Makefile.in', but
50407 +  # some people rename them; so instead we look at the file content.
50408 +  # Grep'ing the first line is not enough: some people post-process
50409 +  # each Makefile.in and add a new line on top of each file to say so.
50410 +  # Grep'ing the whole file is not good either: AIX grep has a line
50411 +  # limit of 2048, but all sed's we know have understand at least 4000.
50412 +  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
50413 +    dirpart=`$as_dirname -- "$mf" ||
50414 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50415 +        X"$mf" : 'X\(//\)[^/]' \| \
50416 +        X"$mf" : 'X\(//\)$' \| \
50417 +        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
50418 +echo X"$mf" |
50419 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50420 +           s//\1/
50421 +           q
50422 +         }
50423 +         /^X\(\/\/\)[^/].*/{
50424 +           s//\1/
50425 +           q
50426 +         }
50427 +         /^X\(\/\/\)$/{
50428 +           s//\1/
50429 +           q
50430 +         }
50431 +         /^X\(\/\).*/{
50432 +           s//\1/
50433 +           q
50434 +         }
50435 +         s/.*/./; q'`
50436 +  else
50437 +    continue
50438 +  fi
50439 +  # Extract the definition of DEPDIR, am__include, and am__quote
50440 +  # from the Makefile without running `make'.
50441 +  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
50442 +  test -z "$DEPDIR" && continue
50443 +  am__include=`sed -n 's/^am__include = //p' < "$mf"`
50444 +  test -z "am__include" && continue
50445 +  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
50446 +  # When using ansi2knr, U may be empty or an underscore; expand it
50447 +  U=`sed -n 's/^U = //p' < "$mf"`
50448 +  # Find all dependency output files, they are included files with
50449 +  # $(DEPDIR) in their names.  We invoke sed twice because it is the
50450 +  # simplest approach to changing $(DEPDIR) to its actual value in the
50451 +  # expansion.
50452 +  for file in `sed -n "
50453 +    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
50454 +       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
50455 +    # Make sure the directory exists.
50456 +    test -f "$dirpart/$file" && continue
50457 +    fdir=`$as_dirname -- "$file" ||
50458 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50459 +        X"$file" : 'X\(//\)[^/]' \| \
50460 +        X"$file" : 'X\(//\)$' \| \
50461 +        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
50462 +echo X"$file" |
50463 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50464 +           s//\1/
50465 +           q
50466 +         }
50467 +         /^X\(\/\/\)[^/].*/{
50468 +           s//\1/
50469 +           q
50470 +         }
50471 +         /^X\(\/\/\)$/{
50472 +           s//\1/
50473 +           q
50474 +         }
50475 +         /^X\(\/\).*/{
50476 +           s//\1/
50477 +           q
50478 +         }
50479 +         s/.*/./; q'`
50480 +    { as_dir=$dirpart/$fdir
50481 +  case $as_dir in #(
50482 +  -*) as_dir=./$as_dir;;
50483 +  esac
50484 +  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
50485 +    as_dirs=
50486 +    while :; do
50487 +      case $as_dir in #(
50488 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
50489 +      *) as_qdir=$as_dir;;
50490 +      esac
50491 +      as_dirs="'$as_qdir' $as_dirs"
50492 +      as_dir=`$as_dirname -- "$as_dir" ||
50493 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
50494 +        X"$as_dir" : 'X\(//\)[^/]' \| \
50495 +        X"$as_dir" : 'X\(//\)$' \| \
50496 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
50497 +echo X"$as_dir" |
50498 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
50499 +           s//\1/
50500 +           q
50501 +         }
50502 +         /^X\(\/\/\)[^/].*/{
50503 +           s//\1/
50504 +           q
50505 +         }
50506 +         /^X\(\/\/\)$/{
50507 +           s//\1/
50508 +           q
50509 +         }
50510 +         /^X\(\/\).*/{
50511 +           s//\1/
50512 +           q
50513 +         }
50514 +         s/.*/./; q'`
50515 +      test -d "$as_dir" && break
50516 +    done
50517 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
50518 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
50519 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
50520 +   { (exit 1); exit 1; }; }; }
50521 +    # echo "creating $dirpart/$file"
50522 +    echo '# dummy' > "$dirpart/$file"
50523 +  done
50524 +done
50525 + ;;
50526 +    "include":C) test -d include || mkdir include ;;
50527 +    "src":C) 
50528 +test -d src || mkdir src
50529 +test -d src/$TARGETDIR || mkdir src/$TARGETDIR
50530 + ;;
50531 +
50532 +  esac
50533 +done # for ac_tag
50534 +
50535 +
50536 +{ (exit 0); exit 0; }
50537 +_ACEOF
50538 +chmod +x $CONFIG_STATUS
50539 +ac_clean_files=$ac_clean_files_save
50540 +
50541 +
50542 +# configure is writing to config.log, and then calls config.status.
50543 +# config.status does its own redirection, appending to config.log.
50544 +# Unfortunately, on DOS this fails, as config.log is still kept open
50545 +# by configure, so config.status won't be able to write to it; its
50546 +# output is simply discarded.  So we exec the FD to /dev/null,
50547 +# effectively closing config.log, so it can be properly (re)opened and
50548 +# appended to by config.status.  When coming back to configure, we
50549 +# need to make the FD available again.
50550 +if test "$no_create" != yes; then
50551 +  ac_cs_success=:
50552 +  ac_config_status_args=
50553 +  test "$silent" = yes &&
50554 +    ac_config_status_args="$ac_config_status_args --quiet"
50555 +  exec 5>/dev/null
50556 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
50557 +  exec 5>>config.log
50558 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
50559 +  # would make configure fail if this is the last instruction.
50560 +  $ac_cs_success || { (exit 1); exit 1; }
50561 +fi
50562 +
50563 diff -Nur libffi-3.0.8/autom4te.cache/requests autotools-update-3.0.8/autom4te.cache/requests
50564 --- libffi-3.0.8/autom4te.cache/requests        1970-01-01 01:00:00.000000000 +0100
50565 +++ autotools-update-3.0.8/autom4te.cache/requests      2009-06-05 17:56:38.000000000 +0100
50566 @@ -0,0 +1,220 @@
50567 +# This file was generated by Autom4te Mon Aug 11 20:59:21 PDT 2008.
50568 +# It contains the lists of macros which have been traced.
50569 +# It can be safely removed.
50570 +
50571 +@request = (
50572 +             bless( [
50573 +                      '0',
50574 +                      1,
50575 +                      [
50576 +                        '/usr/share/autoconf'
50577 +                      ],
50578 +                      [
50579 +                        '/usr/share/autoconf/autoconf/autoconf.m4f',
50580 +                        'aclocal.m4',
50581 +                        'configure.ac'
50582 +                      ],
50583 +                      {
50584 +                        '_LT_AC_TAGCONFIG' => 1,
50585 +                        'AM_PROG_F77_C_O' => 1,
50586 +                        'AC_INIT' => 1,
50587 +                        'm4_pattern_forbid' => 1,
50588 +                        'AC_CANONICAL_TARGET' => 1,
50589 +                        'AC_CONFIG_LIBOBJ_DIR' => 1,
50590 +                        'AC_SUBST' => 1,
50591 +                        'AC_CANONICAL_HOST' => 1,
50592 +                        'AC_FC_SRCEXT' => 1,
50593 +                        'AC_PROG_LIBTOOL' => 1,
50594 +                        'AM_INIT_AUTOMAKE' => 1,
50595 +                        'AC_CONFIG_SUBDIRS' => 1,
50596 +                        'AM_AUTOMAKE_VERSION' => 1,
50597 +                        'LT_CONFIG_LTDL_DIR' => 1,
50598 +                        'AC_CONFIG_LINKS' => 1,
50599 +                        'AC_REQUIRE_AUX_FILE' => 1,
50600 +                        'LT_SUPPORTED_TAG' => 1,
50601 +                        'm4_sinclude' => 1,
50602 +                        'AM_MAINTAINER_MODE' => 1,
50603 +                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
50604 +                        '_m4_warn' => 1,
50605 +                        'AM_PROG_CXX_C_O' => 1,
50606 +                        'AM_ENABLE_MULTILIB' => 1,
50607 +                        'AC_CONFIG_FILES' => 1,
50608 +                        'LT_INIT' => 1,
50609 +                        'include' => 1,
50610 +                        'AM_GNU_GETTEXT' => 1,
50611 +                        'AC_LIBSOURCE' => 1,
50612 +                        'AM_PROG_FC_C_O' => 1,
50613 +                        'AC_CANONICAL_BUILD' => 1,
50614 +                        'AC_FC_FREEFORM' => 1,
50615 +                        'AH_OUTPUT' => 1,
50616 +                        '_AM_SUBST_NOTMAKE' => 1,
50617 +                        'AC_CONFIG_AUX_DIR' => 1,
50618 +                        'm4_pattern_allow' => 1,
50619 +                        'AM_PROG_CC_C_O' => 1,
50620 +                        'sinclude' => 1,
50621 +                        'AM_CONDITIONAL' => 1,
50622 +                        'AC_CANONICAL_SYSTEM' => 1,
50623 +                        'AC_CONFIG_HEADERS' => 1,
50624 +                        'AC_DEFINE_TRACE_LITERAL' => 1,
50625 +                        'm4_include' => 1,
50626 +                        'AC_SUBST_TRACE' => 1
50627 +                      }
50628 +                    ], 'Autom4te::Request' ),
50629 +             bless( [
50630 +                      '1',
50631 +                      1,
50632 +                      [
50633 +                        '/usr/share/autoconf'
50634 +                      ],
50635 +                      [
50636 +                        '/usr/share/autoconf/autoconf/autoconf.m4f',
50637 +                        '/usr/share/aclocal/libtool.m4',
50638 +                        '/usr/share/aclocal-1.10/amversion.m4',
50639 +                        '/usr/share/aclocal-1.10/as.m4',
50640 +                        '/usr/share/aclocal-1.10/auxdir.m4',
50641 +                        '/usr/share/aclocal-1.10/cond.m4',
50642 +                        '/usr/share/aclocal-1.10/depend.m4',
50643 +                        '/usr/share/aclocal-1.10/depout.m4',
50644 +                        '/usr/share/aclocal-1.10/init.m4',
50645 +                        '/usr/share/aclocal-1.10/install-sh.m4',
50646 +                        '/usr/share/aclocal-1.10/lead-dot.m4',
50647 +                        '/usr/share/aclocal-1.10/maintainer.m4',
50648 +                        '/usr/share/aclocal-1.10/make.m4',
50649 +                        '/usr/share/aclocal-1.10/minuso.m4',
50650 +                        '/usr/share/aclocal-1.10/missing.m4',
50651 +                        '/usr/share/aclocal-1.10/mkdirp.m4',
50652 +                        '/usr/share/aclocal-1.10/options.m4',
50653 +                        '/usr/share/aclocal-1.10/runlog.m4',
50654 +                        '/usr/share/aclocal-1.10/sanity.m4',
50655 +                        '/usr/share/aclocal-1.10/strip.m4',
50656 +                        '/usr/share/aclocal-1.10/substnot.m4',
50657 +                        '/usr/share/aclocal-1.10/tar.m4',
50658 +                        'acinclude.m4',
50659 +                        'configure.ac'
50660 +                      ],
50661 +                      {
50662 +                        '_LT_AC_TAGCONFIG' => 1,
50663 +                        'm4_pattern_forbid' => 1,
50664 +                        'AM_ENABLE_STATIC' => 1,
50665 +                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
50666 +                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
50667 +                        '_LT_AC_SHELL_INIT' => 1,
50668 +                        'AC_DISABLE_SHARED' => 1,
50669 +                        '_LT_COMPILER_BOILERPLATE' => 1,
50670 +                        'AC_DEFUN' => 1,
50671 +                        '_LT_AC_LANG_CXX_CONFIG' => 1,
50672 +                        'AC_LIBTOOL_SETUP' => 1,
50673 +                        'AC_PROG_LIBTOOL' => 1,
50674 +                        'AC_LIBTOOL_WIN32_DLL' => 1,
50675 +                        'AC_PROG_LD_RELOAD_FLAG' => 1,
50676 +                        'AM_PROG_MKDIR_P' => 1,
50677 +                        'AM_AUTOMAKE_VERSION' => 1,
50678 +                        'AM_MISSING_HAS_RUN' => 1,
50679 +                        'AM_MISSING_PROG' => 1,
50680 +                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
50681 +                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
50682 +                        '_LT_AC_LANG_C_CONFIG' => 1,
50683 +                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
50684 +                        'AM_PROG_INSTALL_STRIP' => 1,
50685 +                        '_m4_warn' => 1,
50686 +                        'AC_LIBTOOL_OBJDIR' => 1,
50687 +                        'AC_LIBTOOL_LINKER_OPTION' => 1,
50688 +                        'AM_SANITY_CHECK' => 1,
50689 +                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
50690 +                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
50691 +                        '_LT_AC_CHECK_DLFCN' => 1,
50692 +                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
50693 +                        'AC_LIBTOOL_CXX' => 1,
50694 +                        'LT_AC_PROG_RC' => 1,
50695 +                        '_AM_PROG_TAR' => 1,
50696 +                        'LT_AC_PROG_GCJ' => 1,
50697 +                        'AC_LIBTOOL_GCJ' => 1,
50698 +                        'AM_DISABLE_STATIC' => 1,
50699 +                        '_LT_AC_PROG_CXXCPP' => 1,
50700 +                        'AM_DEP_TRACK' => 1,
50701 +                        '_AC_PROG_LIBTOOL' => 1,
50702 +                        'AC_LIBTOOL_CONFIG' => 1,
50703 +                        '_LT_AC_LANG_F77' => 1,
50704 +                        '_AM_IF_OPTION' => 1,
50705 +                        'AC_PATH_TOOL_PREFIX' => 1,
50706 +                        '_AM_SUBST_NOTMAKE' => 1,
50707 +                        'm4_pattern_allow' => 1,
50708 +                        '_AM_AUTOCONF_VERSION' => 1,
50709 +                        'AC_LIBTOOL_F77' => 1,
50710 +                        'AM_DISABLE_SHARED' => 1,
50711 +                        'AM_SET_LEADING_DOT' => 1,
50712 +                        'AM_PROG_LIBTOOL' => 1,
50713 +                        '_LT_AC_LANG_CXX' => 1,
50714 +                        'AM_PROG_LD' => 1,
50715 +                        '_LT_AC_FILE_LTDLL_C' => 1,
50716 +                        '_AM_DEPENDENCIES' => 1,
50717 +                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
50718 +                        '_LT_AC_SYS_COMPILER' => 1,
50719 +                        'AM_PROG_NM' => 1,
50720 +                        'AU_DEFUN' => 1,
50721 +                        'AC_PROG_NM' => 1,
50722 +                        'AC_LIBTOOL_DLOPEN' => 1,
50723 +                        'AC_LIBLTDL_CONVENIENCE' => 1,
50724 +                        'AC_PROG_LD' => 1,
50725 +                        'AC_PROG_LD_GNU' => 1,
50726 +                        'AC_ENABLE_FAST_INSTALL' => 1,
50727 +                        'AC_DEPLIBS_CHECK_METHOD' => 1,
50728 +                        'jm_MAINTAINER_MODE' => 1,
50729 +                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
50730 +                        'AC_LIBLTDL_INSTALLABLE' => 1,
50731 +                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
50732 +                        '_AM_SET_OPTION' => 1,
50733 +                        '_LT_LINKER_BOILERPLATE' => 1,
50734 +                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
50735 +                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
50736 +                        'AM_INIT_AUTOMAKE' => 1,
50737 +                        'AC_DISABLE_STATIC' => 1,
50738 +                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
50739 +                        'AM_MAINTAINER_MODE' => 1,
50740 +                        'AC_DEFUN_ONCE' => 1,
50741 +                        '_LT_AC_LOCK' => 1,
50742 +                        '_LT_AC_LANG_RC_CONFIG' => 1,
50743 +                        '_LT_AC_LANG_GCJ' => 1,
50744 +                        'AC_LIBTOOL_RC' => 1,
50745 +                        'AC_DISABLE_FAST_INSTALL' => 1,
50746 +                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
50747 +                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
50748 +                        'include' => 1,
50749 +                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
50750 +                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
50751 +                        'LT_AC_PROG_SED' => 1,
50752 +                        'AM_ENABLE_SHARED' => 1,
50753 +                        'AM_PROG_AS' => 1,
50754 +                        'AC_FUNC_MMAP_BLACKLIST' => 1,
50755 +                        'AM_AUX_DIR_EXPAND' => 1,
50756 +                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
50757 +                        '_LT_AC_LANG_F77_CONFIG' => 1,
50758 +                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
50759 +                        'AC_ENABLE_SHARED' => 1,
50760 +                        '_AM_SET_OPTIONS' => 1,
50761 +                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
50762 +                        'AM_RUN_LOG' => 1,
50763 +                        'AC_LIBTOOL_PICMODE' => 1,
50764 +                        'AC_CHECK_LIBM' => 1,
50765 +                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
50766 +                        'AC_ENABLE_STATIC' => 1,
50767 +                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
50768 +                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
50769 +                        '_LT_AC_TAGVAR' => 1,
50770 +                        'AM_PROG_CC_C_O' => 1,
50771 +                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
50772 +                        '_AM_MANGLE_OPTION' => 1,
50773 +                        'AM_CONDITIONAL' => 1,
50774 +                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
50775 +                        'AM_SET_DEPDIR' => 1,
50776 +                        'm4_include' => 1,
50777 +                        'AM_PROG_INSTALL_SH' => 1,
50778 +                        '_LT_CC_BASENAME' => 1,
50779 +                        'AC_PROG_EGREP' => 1,
50780 +                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
50781 +                        'AC_PATH_MAGIC' => 1,
50782 +                        'AM_MAKE_INCLUDE' => 1
50783 +                      }
50784 +                    ], 'Autom4te::Request' )
50785 +           );
50786 +
50787 diff -Nur libffi-3.0.8/autom4te.cache/traces.0 autotools-update-3.0.8/autom4te.cache/traces.0
50788 --- libffi-3.0.8/autom4te.cache/traces.0        1970-01-01 01:00:00.000000000 +0100
50789 +++ autotools-update-3.0.8/autom4te.cache/traces.0      2009-06-05 17:56:36.000000000 +0100
50790 @@ -0,0 +1,1077 @@
50791 +m4trace:aclocal.m4:7606: -1- m4_include([acinclude.m4])
50792 +m4trace:configure.ac:5: -1- AC_INIT([libffi], [3.0.8], [http://gcc.gnu.org/bugs.html])
50793 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
50794 +m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
50795 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
50796 +m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
50797 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
50798 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
50799 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
50800 +m4trace:configure.ac:5: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
50801 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([SHELL])
50802 +m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
50803 +m4trace:configure.ac:5: -1- AC_SUBST([PATH_SEPARATOR])
50804 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
50805 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
50806 +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
50807 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_NAME])
50808 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
50809 +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
50810 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
50811 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
50812 +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
50813 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
50814 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
50815 +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
50816 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_STRING])
50817 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
50818 +m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
50819 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
50820 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
50821 +m4trace:configure.ac:5: -1- AC_SUBST([exec_prefix], [NONE])
50822 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([exec_prefix])
50823 +m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
50824 +m4trace:configure.ac:5: -1- AC_SUBST([prefix], [NONE])
50825 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([prefix])
50826 +m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
50827 +m4trace:configure.ac:5: -1- AC_SUBST([program_transform_name], [s,x,x,])
50828 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([program_transform_name])
50829 +m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
50830 +m4trace:configure.ac:5: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
50831 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([bindir])
50832 +m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
50833 +m4trace:configure.ac:5: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
50834 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sbindir])
50835 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
50836 +m4trace:configure.ac:5: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
50837 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([libexecdir])
50838 +m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
50839 +m4trace:configure.ac:5: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
50840 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([datarootdir])
50841 +m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
50842 +m4trace:configure.ac:5: -1- AC_SUBST([datadir], ['${datarootdir}'])
50843 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([datadir])
50844 +m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
50845 +m4trace:configure.ac:5: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
50846 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sysconfdir])
50847 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
50848 +m4trace:configure.ac:5: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
50849 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([sharedstatedir])
50850 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
50851 +m4trace:configure.ac:5: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
50852 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([localstatedir])
50853 +m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
50854 +m4trace:configure.ac:5: -1- AC_SUBST([includedir], ['${prefix}/include'])
50855 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([includedir])
50856 +m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
50857 +m4trace:configure.ac:5: -1- AC_SUBST([oldincludedir], ['/usr/include'])
50858 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([oldincludedir])
50859 +m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
50860 +m4trace:configure.ac:5: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
50861 +                                    ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
50862 +                                    ['${datarootdir}/doc/${PACKAGE}'])])
50863 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([docdir])
50864 +m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
50865 +m4trace:configure.ac:5: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
50866 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([infodir])
50867 +m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
50868 +m4trace:configure.ac:5: -1- AC_SUBST([htmldir], ['${docdir}'])
50869 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([htmldir])
50870 +m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
50871 +m4trace:configure.ac:5: -1- AC_SUBST([dvidir], ['${docdir}'])
50872 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([dvidir])
50873 +m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
50874 +m4trace:configure.ac:5: -1- AC_SUBST([pdfdir], ['${docdir}'])
50875 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([pdfdir])
50876 +m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
50877 +m4trace:configure.ac:5: -1- AC_SUBST([psdir], ['${docdir}'])
50878 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([psdir])
50879 +m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
50880 +m4trace:configure.ac:5: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
50881 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([libdir])
50882 +m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
50883 +m4trace:configure.ac:5: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
50884 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([localedir])
50885 +m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
50886 +m4trace:configure.ac:5: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
50887 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([mandir])
50888 +m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
50889 +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
50890 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
50891 +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
50892 +#undef PACKAGE_NAME])
50893 +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
50894 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
50895 +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
50896 +#undef PACKAGE_TARNAME])
50897 +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
50898 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
50899 +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
50900 +#undef PACKAGE_VERSION])
50901 +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
50902 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
50903 +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
50904 +#undef PACKAGE_STRING])
50905 +m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
50906 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
50907 +m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
50908 +#undef PACKAGE_BUGREPORT])
50909 +m4trace:configure.ac:5: -1- AC_SUBST([DEFS])
50910 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([DEFS])
50911 +m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
50912 +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_C])
50913 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_C])
50914 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
50915 +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_N])
50916 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_N])
50917 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
50918 +m4trace:configure.ac:5: -1- AC_SUBST([ECHO_T])
50919 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([ECHO_T])
50920 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
50921 +m4trace:configure.ac:5: -1- AC_SUBST([LIBS])
50922 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([LIBS])
50923 +m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
50924 +m4trace:configure.ac:5: -1- AC_SUBST([build_alias])
50925 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([build_alias])
50926 +m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
50927 +m4trace:configure.ac:5: -1- AC_SUBST([host_alias])
50928 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([host_alias])
50929 +m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
50930 +m4trace:configure.ac:5: -1- AC_SUBST([target_alias])
50931 +m4trace:configure.ac:5: -1- AC_SUBST_TRACE([target_alias])
50932 +m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
50933 +m4trace:configure.ac:6: -1- AC_CONFIG_HEADERS([fficonfig.h])
50934 +m4trace:configure.ac:8: -1- AC_CANONICAL_SYSTEM
50935 +m4trace:configure.ac:8: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
50936 +You should run autoupdate.], [../../lib/autoconf/general.m4:1747: AC_CANONICAL_SYSTEM is expanded from...
50937 +configure.ac:8: the top level])
50938 +m4trace:configure.ac:8: -1- AC_CANONICAL_TARGET
50939 +m4trace:configure.ac:8: -1- AC_CANONICAL_HOST
50940 +m4trace:configure.ac:8: -1- AC_CANONICAL_BUILD
50941 +m4trace:configure.ac:8: -1- AC_REQUIRE_AUX_FILE([config.sub])
50942 +m4trace:configure.ac:8: -1- AC_REQUIRE_AUX_FILE([config.guess])
50943 +m4trace:configure.ac:8: -1- AC_SUBST([build], [$ac_cv_build])
50944 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([build])
50945 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build$])
50946 +m4trace:configure.ac:8: -1- AC_SUBST([build_cpu], [$[1]])
50947 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([build_cpu])
50948 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_cpu$])
50949 +m4trace:configure.ac:8: -1- AC_SUBST([build_vendor], [$[2]])
50950 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([build_vendor])
50951 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_vendor$])
50952 +m4trace:configure.ac:8: -1- AC_SUBST([build_os])
50953 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([build_os])
50954 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_os$])
50955 +m4trace:configure.ac:8: -1- AC_SUBST([host], [$ac_cv_host])
50956 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([host])
50957 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host$])
50958 +m4trace:configure.ac:8: -1- AC_SUBST([host_cpu], [$[1]])
50959 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([host_cpu])
50960 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_cpu$])
50961 +m4trace:configure.ac:8: -1- AC_SUBST([host_vendor], [$[2]])
50962 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([host_vendor])
50963 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_vendor$])
50964 +m4trace:configure.ac:8: -1- AC_SUBST([host_os])
50965 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([host_os])
50966 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_os$])
50967 +m4trace:configure.ac:8: -1- AC_SUBST([target], [$ac_cv_target])
50968 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([target])
50969 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target$])
50970 +m4trace:configure.ac:8: -1- AC_SUBST([target_cpu], [$[1]])
50971 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([target_cpu])
50972 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_cpu$])
50973 +m4trace:configure.ac:8: -1- AC_SUBST([target_vendor], [$[2]])
50974 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([target_vendor])
50975 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_vendor$])
50976 +m4trace:configure.ac:8: -1- AC_SUBST([target_os])
50977 +m4trace:configure.ac:8: -1- AC_SUBST_TRACE([target_os])
50978 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_os$])
50979 +m4trace:configure.ac:13: -1- AM_INIT_AUTOMAKE
50980 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
50981 +m4trace:configure.ac:13: -1- AM_AUTOMAKE_VERSION([1.10.1])
50982 +m4trace:configure.ac:13: -1- AC_REQUIRE_AUX_FILE([install-sh])
50983 +m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_PROGRAM])
50984 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
50985 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
50986 +m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_SCRIPT])
50987 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
50988 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
50989 +m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_DATA])
50990 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_DATA])
50991 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_DATA$])
50992 +m4trace:configure.ac:13: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
50993 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__isrc])
50994 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__isrc$])
50995 +m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__isrc])
50996 +m4trace:configure.ac:13: -1- AC_SUBST([CYGPATH_W])
50997 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CYGPATH_W])
50998 +m4trace:configure.ac:13: -1- m4_pattern_allow([^CYGPATH_W$])
50999 +m4trace:configure.ac:13: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
51000 +You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
51001 +aclocal.m4:7409: _AM_SET_OPTIONS is expanded from...
51002 +aclocal.m4:7072: AM_INIT_AUTOMAKE is expanded from...
51003 +configure.ac:13: the top level])
51004 +m4trace:configure.ac:13: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
51005 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PACKAGE])
51006 +m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
51007 +m4trace:configure.ac:13: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
51008 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([VERSION])
51009 +m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
51010 +m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
51011 +m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
51012 +m4trace:configure.ac:13: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
51013 +#undef PACKAGE])
51014 +m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
51015 +m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
51016 +m4trace:configure.ac:13: -1- AH_OUTPUT([VERSION], [/* Version number of package */
51017 +#undef VERSION])
51018 +m4trace:configure.ac:13: -1- AC_REQUIRE_AUX_FILE([missing])
51019 +m4trace:configure.ac:13: -1- AC_SUBST([ACLOCAL])
51020 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([ACLOCAL])
51021 +m4trace:configure.ac:13: -1- m4_pattern_allow([^ACLOCAL$])
51022 +m4trace:configure.ac:13: -1- AC_SUBST([AUTOCONF])
51023 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOCONF])
51024 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOCONF$])
51025 +m4trace:configure.ac:13: -1- AC_SUBST([AUTOMAKE])
51026 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOMAKE])
51027 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOMAKE$])
51028 +m4trace:configure.ac:13: -1- AC_SUBST([AUTOHEADER])
51029 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AUTOHEADER])
51030 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOHEADER$])
51031 +m4trace:configure.ac:13: -1- AC_SUBST([MAKEINFO])
51032 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MAKEINFO])
51033 +m4trace:configure.ac:13: -1- m4_pattern_allow([^MAKEINFO$])
51034 +m4trace:configure.ac:13: -1- AC_SUBST([install_sh])
51035 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([install_sh])
51036 +m4trace:configure.ac:13: -1- m4_pattern_allow([^install_sh$])
51037 +m4trace:configure.ac:13: -1- AC_SUBST([STRIP])
51038 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([STRIP])
51039 +m4trace:configure.ac:13: -1- m4_pattern_allow([^STRIP$])
51040 +m4trace:configure.ac:13: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
51041 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
51042 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
51043 +m4trace:configure.ac:13: -1- AC_REQUIRE_AUX_FILE([install-sh])
51044 +m4trace:configure.ac:13: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
51045 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([mkdir_p])
51046 +m4trace:configure.ac:13: -1- m4_pattern_allow([^mkdir_p$])
51047 +m4trace:configure.ac:13: -1- AC_SUBST([AWK])
51048 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AWK])
51049 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AWK$])
51050 +m4trace:configure.ac:13: -1- AC_SUBST([SET_MAKE])
51051 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([SET_MAKE])
51052 +m4trace:configure.ac:13: -1- m4_pattern_allow([^SET_MAKE$])
51053 +m4trace:configure.ac:13: -1- AC_SUBST([am__leading_dot])
51054 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__leading_dot])
51055 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__leading_dot$])
51056 +m4trace:configure.ac:13: -1- AC_SUBST([AMTAR])
51057 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([AMTAR])
51058 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AMTAR$])
51059 +m4trace:configure.ac:13: -1- AC_SUBST([am__tar])
51060 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__tar])
51061 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__tar$])
51062 +m4trace:configure.ac:13: -1- AC_SUBST([am__untar])
51063 +m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__untar])
51064 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__untar$])
51065 +m4trace:configure.ac:22: -1- AC_SUBST([CC])
51066 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CC])
51067 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
51068 +m4trace:configure.ac:22: -1- AC_SUBST([CFLAGS])
51069 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CFLAGS])
51070 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CFLAGS$])
51071 +m4trace:configure.ac:22: -1- AC_SUBST([LDFLAGS])
51072 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([LDFLAGS])
51073 +m4trace:configure.ac:22: -1- m4_pattern_allow([^LDFLAGS$])
51074 +m4trace:configure.ac:22: -1- AC_SUBST([LIBS])
51075 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([LIBS])
51076 +m4trace:configure.ac:22: -1- m4_pattern_allow([^LIBS$])
51077 +m4trace:configure.ac:22: -1- AC_SUBST([CPPFLAGS])
51078 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CPPFLAGS])
51079 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CPPFLAGS$])
51080 +m4trace:configure.ac:22: -1- AC_SUBST([CC])
51081 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CC])
51082 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
51083 +m4trace:configure.ac:22: -1- AC_SUBST([CC])
51084 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CC])
51085 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
51086 +m4trace:configure.ac:22: -1- AC_SUBST([CC])
51087 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CC])
51088 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
51089 +m4trace:configure.ac:22: -1- AC_SUBST([CC])
51090 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CC])
51091 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
51092 +m4trace:configure.ac:22: -1- AC_SUBST([ac_ct_CC])
51093 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([ac_ct_CC])
51094 +m4trace:configure.ac:22: -1- m4_pattern_allow([^ac_ct_CC$])
51095 +m4trace:configure.ac:22: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
51096 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([EXEEXT])
51097 +m4trace:configure.ac:22: -1- m4_pattern_allow([^EXEEXT$])
51098 +m4trace:configure.ac:22: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
51099 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([OBJEXT])
51100 +m4trace:configure.ac:22: -1- m4_pattern_allow([^OBJEXT$])
51101 +m4trace:configure.ac:22: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
51102 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([DEPDIR])
51103 +m4trace:configure.ac:22: -1- m4_pattern_allow([^DEPDIR$])
51104 +m4trace:configure.ac:22: -1- AC_SUBST([am__include])
51105 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([am__include])
51106 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__include$])
51107 +m4trace:configure.ac:22: -1- AC_SUBST([am__quote])
51108 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([am__quote])
51109 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__quote$])
51110 +m4trace:configure.ac:22: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
51111 +m4trace:configure.ac:22: -1- AC_SUBST([AMDEP_TRUE])
51112 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([AMDEP_TRUE])
51113 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEP_TRUE$])
51114 +m4trace:configure.ac:22: -1- AC_SUBST([AMDEP_FALSE])
51115 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([AMDEP_FALSE])
51116 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEP_FALSE$])
51117 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
51118 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
51119 +m4trace:configure.ac:22: -1- AC_SUBST([AMDEPBACKSLASH])
51120 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
51121 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
51122 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
51123 +m4trace:configure.ac:22: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
51124 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([CCDEPMODE])
51125 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CCDEPMODE$])
51126 +m4trace:configure.ac:22: -1- AM_CONDITIONAL([am__fastdepCC], [
51127 +  test "x$enable_dependency_tracking" != xno \
51128 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
51129 +m4trace:configure.ac:22: -1- AC_SUBST([am__fastdepCC_TRUE])
51130 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
51131 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
51132 +m4trace:configure.ac:22: -1- AC_SUBST([am__fastdepCC_FALSE])
51133 +m4trace:configure.ac:22: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
51134 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
51135 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
51136 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
51137 +m4trace:configure.ac:25: -1- AC_SUBST([CFLAGS])
51138 +m4trace:configure.ac:25: -1- AC_SUBST_TRACE([CFLAGS])
51139 +m4trace:configure.ac:25: -1- m4_pattern_allow([^CFLAGS$])
51140 +m4trace:configure.ac:27: -1- AC_SUBST([CCAS])
51141 +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([CCAS])
51142 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCAS$])
51143 +m4trace:configure.ac:27: -1- AC_SUBST([CCASFLAGS])
51144 +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([CCASFLAGS])
51145 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCASFLAGS$])
51146 +m4trace:configure.ac:27: -1- AC_SUBST([CCASDEPMODE], [depmode=$am_cv_CCAS_dependencies_compiler_type])
51147 +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([CCASDEPMODE])
51148 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCASDEPMODE$])
51149 +m4trace:configure.ac:27: -1- AM_CONDITIONAL([am__fastdepCCAS], [
51150 +  test "x$enable_dependency_tracking" != xno \
51151 +  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
51152 +m4trace:configure.ac:27: -1- AC_SUBST([am__fastdepCCAS_TRUE])
51153 +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([am__fastdepCCAS_TRUE])
51154 +m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
51155 +m4trace:configure.ac:27: -1- AC_SUBST([am__fastdepCCAS_FALSE])
51156 +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([am__fastdepCCAS_FALSE])
51157 +m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
51158 +m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
51159 +m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
51160 +m4trace:configure.ac:28: -1- AM_PROG_CC_C_O
51161 +m4trace:configure.ac:28: -1- AC_DEFINE_TRACE_LITERAL([NO_MINUS_C_MINUS_O])
51162 +m4trace:configure.ac:28: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
51163 +m4trace:configure.ac:28: -1- AH_OUTPUT([NO_MINUS_C_MINUS_O], [/* Define to 1 if your C compiler doesn\'t accept -c and -o together. */
51164 +#undef NO_MINUS_C_MINUS_O])
51165 +m4trace:configure.ac:28: -1- AC_REQUIRE_AUX_FILE([compile])
51166 +m4trace:configure.ac:31: -1- AC_SUBST([LIBFFI_DLL], [0])
51167 +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([LIBFFI_DLL])
51168 +m4trace:configure.ac:31: -1- m4_pattern_allow([^LIBFFI_DLL$])
51169 +m4trace:configure.ac:41: -1- AC_SUBST([LIBFFI_LDFLAGS])
51170 +m4trace:configure.ac:41: -1- AC_SUBST_TRACE([LIBFFI_LDFLAGS])
51171 +m4trace:configure.ac:41: -1- m4_pattern_allow([^LIBFFI_LDFLAGS$])
51172 +m4trace:configure.ac:43: -1- AC_PROG_LIBTOOL
51173 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51174 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51175 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
51176 +aclocal.m4:2057: AC_ENABLE_SHARED is expanded from...
51177 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51178 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51179 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51180 +configure.ac:43: the top level])
51181 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51182 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51183 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
51184 +aclocal.m4:2096: AC_ENABLE_STATIC is expanded from...
51185 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51186 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51187 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51188 +configure.ac:43: the top level])
51189 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51190 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51191 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
51192 +aclocal.m4:2135: AC_ENABLE_FAST_INSTALL is expanded from...
51193 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51194 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51195 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51196 +configure.ac:43: the top level])
51197 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51198 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51199 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
51200 +aclocal.m4:2276: AC_PROG_LD is expanded from...
51201 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51202 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51203 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51204 +configure.ac:43: the top level])
51205 +m4trace:configure.ac:43: -1- AC_SUBST([SED])
51206 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([SED])
51207 +m4trace:configure.ac:43: -1- m4_pattern_allow([^SED$])
51208 +m4trace:configure.ac:43: -1- AC_SUBST([GREP])
51209 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([GREP])
51210 +m4trace:configure.ac:43: -1- m4_pattern_allow([^GREP$])
51211 +m4trace:configure.ac:43: -1- AC_SUBST([GREP])
51212 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([GREP])
51213 +m4trace:configure.ac:43: -1- m4_pattern_allow([^GREP$])
51214 +m4trace:configure.ac:43: -1- AC_SUBST([EGREP])
51215 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([EGREP])
51216 +m4trace:configure.ac:43: -1- m4_pattern_allow([^EGREP$])
51217 +m4trace:configure.ac:43: -1- AC_SUBST([EGREP])
51218 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([EGREP])
51219 +m4trace:configure.ac:43: -1- m4_pattern_allow([^EGREP$])
51220 +m4trace:configure.ac:43: -1- AC_SUBST([LN_S], [$as_ln_s])
51221 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LN_S])
51222 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LN_S$])
51223 +m4trace:configure.ac:43: -1- AC_SUBST([ECHO])
51224 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([ECHO])
51225 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ECHO$])
51226 +m4trace:configure.ac:43: -1- AC_SUBST([AR])
51227 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([AR])
51228 +m4trace:configure.ac:43: -1- m4_pattern_allow([^AR$])
51229 +m4trace:configure.ac:43: -1- AC_SUBST([RANLIB])
51230 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([RANLIB])
51231 +m4trace:configure.ac:43: -1- m4_pattern_allow([^RANLIB$])
51232 +m4trace:configure.ac:43: -1- AC_SUBST([STRIP])
51233 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([STRIP])
51234 +m4trace:configure.ac:43: -1- m4_pattern_allow([^STRIP$])
51235 +m4trace:configure.ac:43: -1- AC_SUBST([DSYMUTIL])
51236 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([DSYMUTIL])
51237 +m4trace:configure.ac:43: -1- m4_pattern_allow([^DSYMUTIL$])
51238 +m4trace:configure.ac:43: -1- AC_SUBST([NMEDIT])
51239 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([NMEDIT])
51240 +m4trace:configure.ac:43: -1- m4_pattern_allow([^NMEDIT$])
51241 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51242 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51243 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
51244 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51245 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51246 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51247 +configure.ac:43: the top level])
51248 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51249 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51250 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
51251 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51252 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51253 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51254 +configure.ac:43: the top level])
51255 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
51256 +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
51257 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
51258 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
51259 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
51260 +aclocal.m4:565: _LT_AC_LOCK is expanded from...
51261 +aclocal.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
51262 +aclocal.m4:2809: _LT_AC_LANG_C_CONFIG is expanded from...
51263 +aclocal.m4:2808: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
51264 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51265 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51266 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51267 +configure.ac:43: the top level])
51268 +m4trace:configure.ac:43: -1- AC_SUBST([DLLTOOL])
51269 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([DLLTOOL])
51270 +m4trace:configure.ac:43: -1- m4_pattern_allow([^DLLTOOL$])
51271 +m4trace:configure.ac:43: -1- AC_SUBST([AS])
51272 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([AS])
51273 +m4trace:configure.ac:43: -1- m4_pattern_allow([^AS$])
51274 +m4trace:configure.ac:43: -1- AC_SUBST([OBJDUMP])
51275 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([OBJDUMP])
51276 +m4trace:configure.ac:43: -1- m4_pattern_allow([^OBJDUMP$])
51277 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
51278 +#undef HAVE_DLFCN_H])
51279 +m4trace:configure.ac:43: -1- AC_SUBST([CPP])
51280 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CPP])
51281 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$])
51282 +m4trace:configure.ac:43: -1- AC_SUBST([CPPFLAGS])
51283 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CPPFLAGS])
51284 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
51285 +m4trace:configure.ac:43: -1- AC_SUBST([CPP])
51286 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CPP])
51287 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$])
51288 +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
51289 +m4trace:configure.ac:43: -1- m4_pattern_allow([^STDC_HEADERS$])
51290 +m4trace:configure.ac:43: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
51291 +#undef STDC_HEADERS])
51292 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
51293 +#undef HAVE_SYS_TYPES_H])
51294 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
51295 +#undef HAVE_SYS_STAT_H])
51296 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
51297 +#undef HAVE_STDLIB_H])
51298 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
51299 +#undef HAVE_STRING_H])
51300 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
51301 +#undef HAVE_MEMORY_H])
51302 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
51303 +#undef HAVE_STRINGS_H])
51304 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
51305 +#undef HAVE_INTTYPES_H])
51306 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
51307 +#undef HAVE_STDINT_H])
51308 +m4trace:configure.ac:43: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
51309 +#undef HAVE_UNISTD_H])
51310 +m4trace:configure.ac:43: -1- _LT_AC_TAGCONFIG
51311 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
51312 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
51313 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
51314 +aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51315 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51316 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51317 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51318 +configure.ac:43: the top level])
51319 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51320 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51321 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51322 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51323 +configure.ac:43: the top level])
51324 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51325 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51326 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51327 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51328 +configure.ac:43: the top level])
51329 +m4trace:configure.ac:43: -1- AC_SUBST([CXX])
51330 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXX])
51331 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXX$])
51332 +m4trace:configure.ac:43: -1- AC_SUBST([CXXFLAGS])
51333 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXXFLAGS])
51334 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXFLAGS$])
51335 +m4trace:configure.ac:43: -1- AC_SUBST([LDFLAGS])
51336 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LDFLAGS])
51337 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LDFLAGS$])
51338 +m4trace:configure.ac:43: -1- AC_SUBST([LIBS])
51339 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LIBS])
51340 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBS$])
51341 +m4trace:configure.ac:43: -1- AC_SUBST([CPPFLAGS])
51342 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CPPFLAGS])
51343 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
51344 +m4trace:configure.ac:43: -1- AC_SUBST([CXX])
51345 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXX])
51346 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXX$])
51347 +m4trace:configure.ac:43: -1- AC_SUBST([ac_ct_CXX])
51348 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([ac_ct_CXX])
51349 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ac_ct_CXX$])
51350 +m4trace:configure.ac:43: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
51351 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXXDEPMODE])
51352 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXDEPMODE$])
51353 +m4trace:configure.ac:43: -1- AM_CONDITIONAL([am__fastdepCXX], [
51354 +  test "x$enable_dependency_tracking" != xno \
51355 +  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
51356 +m4trace:configure.ac:43: -1- AC_SUBST([am__fastdepCXX_TRUE])
51357 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
51358 +m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
51359 +m4trace:configure.ac:43: -1- AC_SUBST([am__fastdepCXX_FALSE])
51360 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
51361 +m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
51362 +m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
51363 +m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
51364 +m4trace:configure.ac:43: -1- AC_SUBST([CXXCPP])
51365 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXXCPP])
51366 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXCPP$])
51367 +m4trace:configure.ac:43: -1- AC_SUBST([CPPFLAGS])
51368 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CPPFLAGS])
51369 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
51370 +m4trace:configure.ac:43: -1- AC_SUBST([CXXCPP])
51371 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([CXXCPP])
51372 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXCPP$])
51373 +m4trace:configure.ac:43: -1- AC_SUBST([F77])
51374 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([F77])
51375 +m4trace:configure.ac:43: -1- m4_pattern_allow([^F77$])
51376 +m4trace:configure.ac:43: -1- AC_SUBST([FFLAGS])
51377 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([FFLAGS])
51378 +m4trace:configure.ac:43: -1- m4_pattern_allow([^FFLAGS$])
51379 +m4trace:configure.ac:43: -1- AC_SUBST([LDFLAGS])
51380 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LDFLAGS])
51381 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LDFLAGS$])
51382 +m4trace:configure.ac:43: -1- AC_SUBST([LIBS])
51383 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LIBS])
51384 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBS$])
51385 +m4trace:configure.ac:43: -1- AC_SUBST([F77])
51386 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([F77])
51387 +m4trace:configure.ac:43: -1- m4_pattern_allow([^F77$])
51388 +m4trace:configure.ac:43: -1- AC_SUBST([ac_ct_F77])
51389 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([ac_ct_F77])
51390 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ac_ct_F77$])
51391 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
51392 +You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
51393 +aclocal.m4:4195: _LT_AC_LANG_GCJ_CONFIG is expanded from...
51394 +aclocal.m4:4194: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
51395 +aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51396 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51397 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51398 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51399 +configure.ac:43: the top level])
51400 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
51401 +You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
51402 +aclocal.m4:4195: _LT_AC_LANG_GCJ_CONFIG is expanded from...
51403 +aclocal.m4:4194: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
51404 +aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51405 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51406 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51407 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51408 +configure.ac:43: the top level])
51409 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
51410 +You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
51411 +aclocal.m4:4251: _LT_AC_LANG_RC_CONFIG is expanded from...
51412 +aclocal.m4:4250: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
51413 +aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51414 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51415 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51416 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51417 +configure.ac:43: the top level])
51418 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
51419 +You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
51420 +aclocal.m4:4251: _LT_AC_LANG_RC_CONFIG is expanded from...
51421 +aclocal.m4:4250: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
51422 +aclocal.m4:1934: _LT_AC_TAGCONFIG is expanded from...
51423 +aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
51424 +aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
51425 +aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
51426 +configure.ac:43: the top level])
51427 +m4trace:configure.ac:43: -1- AC_SUBST([LIBTOOL])
51428 +m4trace:configure.ac:43: -1- AC_SUBST_TRACE([LIBTOOL])
51429 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBTOOL$])
51430 +m4trace:configure.ac:45: -1- AM_MAINTAINER_MODE
51431 +m4trace:configure.ac:45: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
51432 +m4trace:configure.ac:45: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
51433 +m4trace:configure.ac:45: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
51434 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
51435 +m4trace:configure.ac:45: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
51436 +m4trace:configure.ac:45: -1- AC_SUBST_TRACE([MAINTAINER_MODE_FALSE])
51437 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
51438 +m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
51439 +m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
51440 +m4trace:configure.ac:45: -1- AC_SUBST([MAINT])
51441 +m4trace:configure.ac:45: -1- AC_SUBST_TRACE([MAINT])
51442 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINT$])
51443 +m4trace:configure.ac:47: -1- AH_OUTPUT([HAVE_SYS_MMAN_H], [/* Define to 1 if you have the <sys/mman.h> header file. */
51444 +#undef HAVE_SYS_MMAN_H])
51445 +m4trace:configure.ac:48: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have the `mmap\' function. */
51446 +#undef HAVE_MMAP])
51447 +m4trace:configure.ac:49: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
51448 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
51449 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
51450 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
51451 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
51452 +acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
51453 +configure.ac:49: the top level])
51454 +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP_FILE])
51455 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_FILE$])
51456 +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MMAP_FILE], [/* Define if read-only mmap of a plain file works. */
51457 +#undef HAVE_MMAP_FILE])
51458 +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP_DEV_ZERO])
51459 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_DEV_ZERO$])
51460 +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MMAP_DEV_ZERO], [/* Define if mmap of /dev/zero works. */
51461 +#undef HAVE_MMAP_DEV_ZERO])
51462 +m4trace:configure.ac:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP_ANON])
51463 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_ANON$])
51464 +m4trace:configure.ac:49: -1- AH_OUTPUT([HAVE_MMAP_ANON], [/* Define if mmap with MAP_ANON(YMOUS) works. */
51465 +#undef HAVE_MMAP_ANON])
51466 +m4trace:configure.ac:52: -1- AM_CONDITIONAL([TESTSUBDIR], [test -d $srcdir/testsuite])
51467 +m4trace:configure.ac:52: -1- AC_SUBST([TESTSUBDIR_TRUE])
51468 +m4trace:configure.ac:52: -1- AC_SUBST_TRACE([TESTSUBDIR_TRUE])
51469 +m4trace:configure.ac:52: -1- m4_pattern_allow([^TESTSUBDIR_TRUE$])
51470 +m4trace:configure.ac:52: -1- AC_SUBST([TESTSUBDIR_FALSE])
51471 +m4trace:configure.ac:52: -1- AC_SUBST_TRACE([TESTSUBDIR_FALSE])
51472 +m4trace:configure.ac:52: -1- m4_pattern_allow([^TESTSUBDIR_FALSE$])
51473 +m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([TESTSUBDIR_TRUE])
51474 +m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([TESTSUBDIR_FALSE])
51475 +m4trace:configure.ac:167: -1- AC_SUBST([AM_RUNTESTFLAGS])
51476 +m4trace:configure.ac:167: -1- AC_SUBST_TRACE([AM_RUNTESTFLAGS])
51477 +m4trace:configure.ac:167: -1- m4_pattern_allow([^AM_RUNTESTFLAGS$])
51478 +m4trace:configure.ac:173: -1- AM_CONDITIONAL([MIPS], [test x$TARGET = xMIPS])
51479 +m4trace:configure.ac:173: -1- AC_SUBST([MIPS_TRUE])
51480 +m4trace:configure.ac:173: -1- AC_SUBST_TRACE([MIPS_TRUE])
51481 +m4trace:configure.ac:173: -1- m4_pattern_allow([^MIPS_TRUE$])
51482 +m4trace:configure.ac:173: -1- AC_SUBST([MIPS_FALSE])
51483 +m4trace:configure.ac:173: -1- AC_SUBST_TRACE([MIPS_FALSE])
51484 +m4trace:configure.ac:173: -1- m4_pattern_allow([^MIPS_FALSE$])
51485 +m4trace:configure.ac:173: -1- _AM_SUBST_NOTMAKE([MIPS_TRUE])
51486 +m4trace:configure.ac:173: -1- _AM_SUBST_NOTMAKE([MIPS_FALSE])
51487 +m4trace:configure.ac:174: -1- AM_CONDITIONAL([SPARC], [test x$TARGET = xSPARC])
51488 +m4trace:configure.ac:174: -1- AC_SUBST([SPARC_TRUE])
51489 +m4trace:configure.ac:174: -1- AC_SUBST_TRACE([SPARC_TRUE])
51490 +m4trace:configure.ac:174: -1- m4_pattern_allow([^SPARC_TRUE$])
51491 +m4trace:configure.ac:174: -1- AC_SUBST([SPARC_FALSE])
51492 +m4trace:configure.ac:174: -1- AC_SUBST_TRACE([SPARC_FALSE])
51493 +m4trace:configure.ac:174: -1- m4_pattern_allow([^SPARC_FALSE$])
51494 +m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([SPARC_TRUE])
51495 +m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([SPARC_FALSE])
51496 +m4trace:configure.ac:175: -1- AM_CONDITIONAL([X86], [test x$TARGET = xX86])
51497 +m4trace:configure.ac:175: -1- AC_SUBST([X86_TRUE])
51498 +m4trace:configure.ac:175: -1- AC_SUBST_TRACE([X86_TRUE])
51499 +m4trace:configure.ac:175: -1- m4_pattern_allow([^X86_TRUE$])
51500 +m4trace:configure.ac:175: -1- AC_SUBST([X86_FALSE])
51501 +m4trace:configure.ac:175: -1- AC_SUBST_TRACE([X86_FALSE])
51502 +m4trace:configure.ac:175: -1- m4_pattern_allow([^X86_FALSE$])
51503 +m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([X86_TRUE])
51504 +m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([X86_FALSE])
51505 +m4trace:configure.ac:176: -1- AM_CONDITIONAL([X86_FREEBSD], [test x$TARGET = xX86_FREEBSD])
51506 +m4trace:configure.ac:176: -1- AC_SUBST([X86_FREEBSD_TRUE])
51507 +m4trace:configure.ac:176: -1- AC_SUBST_TRACE([X86_FREEBSD_TRUE])
51508 +m4trace:configure.ac:176: -1- m4_pattern_allow([^X86_FREEBSD_TRUE$])
51509 +m4trace:configure.ac:176: -1- AC_SUBST([X86_FREEBSD_FALSE])
51510 +m4trace:configure.ac:176: -1- AC_SUBST_TRACE([X86_FREEBSD_FALSE])
51511 +m4trace:configure.ac:176: -1- m4_pattern_allow([^X86_FREEBSD_FALSE$])
51512 +m4trace:configure.ac:176: -1- _AM_SUBST_NOTMAKE([X86_FREEBSD_TRUE])
51513 +m4trace:configure.ac:176: -1- _AM_SUBST_NOTMAKE([X86_FREEBSD_FALSE])
51514 +m4trace:configure.ac:177: -1- AM_CONDITIONAL([X86_WIN32], [test x$TARGET = xX86_WIN32])
51515 +m4trace:configure.ac:177: -1- AC_SUBST([X86_WIN32_TRUE])
51516 +m4trace:configure.ac:177: -1- AC_SUBST_TRACE([X86_WIN32_TRUE])
51517 +m4trace:configure.ac:177: -1- m4_pattern_allow([^X86_WIN32_TRUE$])
51518 +m4trace:configure.ac:177: -1- AC_SUBST([X86_WIN32_FALSE])
51519 +m4trace:configure.ac:177: -1- AC_SUBST_TRACE([X86_WIN32_FALSE])
51520 +m4trace:configure.ac:177: -1- m4_pattern_allow([^X86_WIN32_FALSE$])
51521 +m4trace:configure.ac:177: -1- _AM_SUBST_NOTMAKE([X86_WIN32_TRUE])
51522 +m4trace:configure.ac:177: -1- _AM_SUBST_NOTMAKE([X86_WIN32_FALSE])
51523 +m4trace:configure.ac:178: -1- AM_CONDITIONAL([X86_DARWIN], [test x$TARGET = xX86_DARWIN])
51524 +m4trace:configure.ac:178: -1- AC_SUBST([X86_DARWIN_TRUE])
51525 +m4trace:configure.ac:178: -1- AC_SUBST_TRACE([X86_DARWIN_TRUE])
51526 +m4trace:configure.ac:178: -1- m4_pattern_allow([^X86_DARWIN_TRUE$])
51527 +m4trace:configure.ac:178: -1- AC_SUBST([X86_DARWIN_FALSE])
51528 +m4trace:configure.ac:178: -1- AC_SUBST_TRACE([X86_DARWIN_FALSE])
51529 +m4trace:configure.ac:178: -1- m4_pattern_allow([^X86_DARWIN_FALSE$])
51530 +m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([X86_DARWIN_TRUE])
51531 +m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([X86_DARWIN_FALSE])
51532 +m4trace:configure.ac:179: -1- AM_CONDITIONAL([ALPHA], [test x$TARGET = xALPHA])
51533 +m4trace:configure.ac:179: -1- AC_SUBST([ALPHA_TRUE])
51534 +m4trace:configure.ac:179: -1- AC_SUBST_TRACE([ALPHA_TRUE])
51535 +m4trace:configure.ac:179: -1- m4_pattern_allow([^ALPHA_TRUE$])
51536 +m4trace:configure.ac:179: -1- AC_SUBST([ALPHA_FALSE])
51537 +m4trace:configure.ac:179: -1- AC_SUBST_TRACE([ALPHA_FALSE])
51538 +m4trace:configure.ac:179: -1- m4_pattern_allow([^ALPHA_FALSE$])
51539 +m4trace:configure.ac:179: -1- _AM_SUBST_NOTMAKE([ALPHA_TRUE])
51540 +m4trace:configure.ac:179: -1- _AM_SUBST_NOTMAKE([ALPHA_FALSE])
51541 +m4trace:configure.ac:180: -1- AM_CONDITIONAL([IA64], [test x$TARGET = xIA64])
51542 +m4trace:configure.ac:180: -1- AC_SUBST([IA64_TRUE])
51543 +m4trace:configure.ac:180: -1- AC_SUBST_TRACE([IA64_TRUE])
51544 +m4trace:configure.ac:180: -1- m4_pattern_allow([^IA64_TRUE$])
51545 +m4trace:configure.ac:180: -1- AC_SUBST([IA64_FALSE])
51546 +m4trace:configure.ac:180: -1- AC_SUBST_TRACE([IA64_FALSE])
51547 +m4trace:configure.ac:180: -1- m4_pattern_allow([^IA64_FALSE$])
51548 +m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([IA64_TRUE])
51549 +m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([IA64_FALSE])
51550 +m4trace:configure.ac:181: -1- AM_CONDITIONAL([M32R], [test x$TARGET = xM32R])
51551 +m4trace:configure.ac:181: -1- AC_SUBST([M32R_TRUE])
51552 +m4trace:configure.ac:181: -1- AC_SUBST_TRACE([M32R_TRUE])
51553 +m4trace:configure.ac:181: -1- m4_pattern_allow([^M32R_TRUE$])
51554 +m4trace:configure.ac:181: -1- AC_SUBST([M32R_FALSE])
51555 +m4trace:configure.ac:181: -1- AC_SUBST_TRACE([M32R_FALSE])
51556 +m4trace:configure.ac:181: -1- m4_pattern_allow([^M32R_FALSE$])
51557 +m4trace:configure.ac:181: -1- _AM_SUBST_NOTMAKE([M32R_TRUE])
51558 +m4trace:configure.ac:181: -1- _AM_SUBST_NOTMAKE([M32R_FALSE])
51559 +m4trace:configure.ac:182: -1- AM_CONDITIONAL([M68K], [test x$TARGET = xM68K])
51560 +m4trace:configure.ac:182: -1- AC_SUBST([M68K_TRUE])
51561 +m4trace:configure.ac:182: -1- AC_SUBST_TRACE([M68K_TRUE])
51562 +m4trace:configure.ac:182: -1- m4_pattern_allow([^M68K_TRUE$])
51563 +m4trace:configure.ac:182: -1- AC_SUBST([M68K_FALSE])
51564 +m4trace:configure.ac:182: -1- AC_SUBST_TRACE([M68K_FALSE])
51565 +m4trace:configure.ac:182: -1- m4_pattern_allow([^M68K_FALSE$])
51566 +m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([M68K_TRUE])
51567 +m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([M68K_FALSE])
51568 +m4trace:configure.ac:183: -1- AM_CONDITIONAL([POWERPC], [test x$TARGET = xPOWERPC])
51569 +m4trace:configure.ac:183: -1- AC_SUBST([POWERPC_TRUE])
51570 +m4trace:configure.ac:183: -1- AC_SUBST_TRACE([POWERPC_TRUE])
51571 +m4trace:configure.ac:183: -1- m4_pattern_allow([^POWERPC_TRUE$])
51572 +m4trace:configure.ac:183: -1- AC_SUBST([POWERPC_FALSE])
51573 +m4trace:configure.ac:183: -1- AC_SUBST_TRACE([POWERPC_FALSE])
51574 +m4trace:configure.ac:183: -1- m4_pattern_allow([^POWERPC_FALSE$])
51575 +m4trace:configure.ac:183: -1- _AM_SUBST_NOTMAKE([POWERPC_TRUE])
51576 +m4trace:configure.ac:183: -1- _AM_SUBST_NOTMAKE([POWERPC_FALSE])
51577 +m4trace:configure.ac:184: -1- AM_CONDITIONAL([POWERPC_AIX], [test x$TARGET = xPOWERPC_AIX])
51578 +m4trace:configure.ac:184: -1- AC_SUBST([POWERPC_AIX_TRUE])
51579 +m4trace:configure.ac:184: -1- AC_SUBST_TRACE([POWERPC_AIX_TRUE])
51580 +m4trace:configure.ac:184: -1- m4_pattern_allow([^POWERPC_AIX_TRUE$])
51581 +m4trace:configure.ac:184: -1- AC_SUBST([POWERPC_AIX_FALSE])
51582 +m4trace:configure.ac:184: -1- AC_SUBST_TRACE([POWERPC_AIX_FALSE])
51583 +m4trace:configure.ac:184: -1- m4_pattern_allow([^POWERPC_AIX_FALSE$])
51584 +m4trace:configure.ac:184: -1- _AM_SUBST_NOTMAKE([POWERPC_AIX_TRUE])
51585 +m4trace:configure.ac:184: -1- _AM_SUBST_NOTMAKE([POWERPC_AIX_FALSE])
51586 +m4trace:configure.ac:185: -1- AM_CONDITIONAL([POWERPC_DARWIN], [test x$TARGET = xPOWERPC_DARWIN])
51587 +m4trace:configure.ac:185: -1- AC_SUBST([POWERPC_DARWIN_TRUE])
51588 +m4trace:configure.ac:185: -1- AC_SUBST_TRACE([POWERPC_DARWIN_TRUE])
51589 +m4trace:configure.ac:185: -1- m4_pattern_allow([^POWERPC_DARWIN_TRUE$])
51590 +m4trace:configure.ac:185: -1- AC_SUBST([POWERPC_DARWIN_FALSE])
51591 +m4trace:configure.ac:185: -1- AC_SUBST_TRACE([POWERPC_DARWIN_FALSE])
51592 +m4trace:configure.ac:185: -1- m4_pattern_allow([^POWERPC_DARWIN_FALSE$])
51593 +m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([POWERPC_DARWIN_TRUE])
51594 +m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([POWERPC_DARWIN_FALSE])
51595 +m4trace:configure.ac:186: -1- AM_CONDITIONAL([POWERPC_FREEBSD], [test x$TARGET = xPOWERPC_FREEBSD])
51596 +m4trace:configure.ac:186: -1- AC_SUBST([POWERPC_FREEBSD_TRUE])
51597 +m4trace:configure.ac:186: -1- AC_SUBST_TRACE([POWERPC_FREEBSD_TRUE])
51598 +m4trace:configure.ac:186: -1- m4_pattern_allow([^POWERPC_FREEBSD_TRUE$])
51599 +m4trace:configure.ac:186: -1- AC_SUBST([POWERPC_FREEBSD_FALSE])
51600 +m4trace:configure.ac:186: -1- AC_SUBST_TRACE([POWERPC_FREEBSD_FALSE])
51601 +m4trace:configure.ac:186: -1- m4_pattern_allow([^POWERPC_FREEBSD_FALSE$])
51602 +m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([POWERPC_FREEBSD_TRUE])
51603 +m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([POWERPC_FREEBSD_FALSE])
51604 +m4trace:configure.ac:187: -1- AM_CONDITIONAL([ARM], [test x$TARGET = xARM])
51605 +m4trace:configure.ac:187: -1- AC_SUBST([ARM_TRUE])
51606 +m4trace:configure.ac:187: -1- AC_SUBST_TRACE([ARM_TRUE])
51607 +m4trace:configure.ac:187: -1- m4_pattern_allow([^ARM_TRUE$])
51608 +m4trace:configure.ac:187: -1- AC_SUBST([ARM_FALSE])
51609 +m4trace:configure.ac:187: -1- AC_SUBST_TRACE([ARM_FALSE])
51610 +m4trace:configure.ac:187: -1- m4_pattern_allow([^ARM_FALSE$])
51611 +m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([ARM_TRUE])
51612 +m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([ARM_FALSE])
51613 +m4trace:configure.ac:188: -1- AM_CONDITIONAL([LIBFFI_CRIS], [test x$TARGET = xLIBFFI_CRIS])
51614 +m4trace:configure.ac:188: -1- AC_SUBST([LIBFFI_CRIS_TRUE])
51615 +m4trace:configure.ac:188: -1- AC_SUBST_TRACE([LIBFFI_CRIS_TRUE])
51616 +m4trace:configure.ac:188: -1- m4_pattern_allow([^LIBFFI_CRIS_TRUE$])
51617 +m4trace:configure.ac:188: -1- AC_SUBST([LIBFFI_CRIS_FALSE])
51618 +m4trace:configure.ac:188: -1- AC_SUBST_TRACE([LIBFFI_CRIS_FALSE])
51619 +m4trace:configure.ac:188: -1- m4_pattern_allow([^LIBFFI_CRIS_FALSE$])
51620 +m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([LIBFFI_CRIS_TRUE])
51621 +m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([LIBFFI_CRIS_FALSE])
51622 +m4trace:configure.ac:189: -1- AM_CONDITIONAL([FRV], [test x$TARGET = xFRV])
51623 +m4trace:configure.ac:189: -1- AC_SUBST([FRV_TRUE])
51624 +m4trace:configure.ac:189: -1- AC_SUBST_TRACE([FRV_TRUE])
51625 +m4trace:configure.ac:189: -1- m4_pattern_allow([^FRV_TRUE$])
51626 +m4trace:configure.ac:189: -1- AC_SUBST([FRV_FALSE])
51627 +m4trace:configure.ac:189: -1- AC_SUBST_TRACE([FRV_FALSE])
51628 +m4trace:configure.ac:189: -1- m4_pattern_allow([^FRV_FALSE$])
51629 +m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([FRV_TRUE])
51630 +m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([FRV_FALSE])
51631 +m4trace:configure.ac:190: -1- AM_CONDITIONAL([S390], [test x$TARGET = xS390])
51632 +m4trace:configure.ac:190: -1- AC_SUBST([S390_TRUE])
51633 +m4trace:configure.ac:190: -1- AC_SUBST_TRACE([S390_TRUE])
51634 +m4trace:configure.ac:190: -1- m4_pattern_allow([^S390_TRUE$])
51635 +m4trace:configure.ac:190: -1- AC_SUBST([S390_FALSE])
51636 +m4trace:configure.ac:190: -1- AC_SUBST_TRACE([S390_FALSE])
51637 +m4trace:configure.ac:190: -1- m4_pattern_allow([^S390_FALSE$])
51638 +m4trace:configure.ac:190: -1- _AM_SUBST_NOTMAKE([S390_TRUE])
51639 +m4trace:configure.ac:190: -1- _AM_SUBST_NOTMAKE([S390_FALSE])
51640 +m4trace:configure.ac:191: -1- AM_CONDITIONAL([X86_64], [test x$TARGET = xX86_64])
51641 +m4trace:configure.ac:191: -1- AC_SUBST([X86_64_TRUE])
51642 +m4trace:configure.ac:191: -1- AC_SUBST_TRACE([X86_64_TRUE])
51643 +m4trace:configure.ac:191: -1- m4_pattern_allow([^X86_64_TRUE$])
51644 +m4trace:configure.ac:191: -1- AC_SUBST([X86_64_FALSE])
51645 +m4trace:configure.ac:191: -1- AC_SUBST_TRACE([X86_64_FALSE])
51646 +m4trace:configure.ac:191: -1- m4_pattern_allow([^X86_64_FALSE$])
51647 +m4trace:configure.ac:191: -1- _AM_SUBST_NOTMAKE([X86_64_TRUE])
51648 +m4trace:configure.ac:191: -1- _AM_SUBST_NOTMAKE([X86_64_FALSE])
51649 +m4trace:configure.ac:192: -1- AM_CONDITIONAL([SH], [test x$TARGET = xSH])
51650 +m4trace:configure.ac:192: -1- AC_SUBST([SH_TRUE])
51651 +m4trace:configure.ac:192: -1- AC_SUBST_TRACE([SH_TRUE])
51652 +m4trace:configure.ac:192: -1- m4_pattern_allow([^SH_TRUE$])
51653 +m4trace:configure.ac:192: -1- AC_SUBST([SH_FALSE])
51654 +m4trace:configure.ac:192: -1- AC_SUBST_TRACE([SH_FALSE])
51655 +m4trace:configure.ac:192: -1- m4_pattern_allow([^SH_FALSE$])
51656 +m4trace:configure.ac:192: -1- _AM_SUBST_NOTMAKE([SH_TRUE])
51657 +m4trace:configure.ac:192: -1- _AM_SUBST_NOTMAKE([SH_FALSE])
51658 +m4trace:configure.ac:193: -1- AM_CONDITIONAL([SH64], [test x$TARGET = xSH64])
51659 +m4trace:configure.ac:193: -1- AC_SUBST([SH64_TRUE])
51660 +m4trace:configure.ac:193: -1- AC_SUBST_TRACE([SH64_TRUE])
51661 +m4trace:configure.ac:193: -1- m4_pattern_allow([^SH64_TRUE$])
51662 +m4trace:configure.ac:193: -1- AC_SUBST([SH64_FALSE])
51663 +m4trace:configure.ac:193: -1- AC_SUBST_TRACE([SH64_FALSE])
51664 +m4trace:configure.ac:193: -1- m4_pattern_allow([^SH64_FALSE$])
51665 +m4trace:configure.ac:193: -1- _AM_SUBST_NOTMAKE([SH64_TRUE])
51666 +m4trace:configure.ac:193: -1- _AM_SUBST_NOTMAKE([SH64_FALSE])
51667 +m4trace:configure.ac:194: -1- AM_CONDITIONAL([PA_LINUX], [test x$TARGET = xPA_LINUX])
51668 +m4trace:configure.ac:194: -1- AC_SUBST([PA_LINUX_TRUE])
51669 +m4trace:configure.ac:194: -1- AC_SUBST_TRACE([PA_LINUX_TRUE])
51670 +m4trace:configure.ac:194: -1- m4_pattern_allow([^PA_LINUX_TRUE$])
51671 +m4trace:configure.ac:194: -1- AC_SUBST([PA_LINUX_FALSE])
51672 +m4trace:configure.ac:194: -1- AC_SUBST_TRACE([PA_LINUX_FALSE])
51673 +m4trace:configure.ac:194: -1- m4_pattern_allow([^PA_LINUX_FALSE$])
51674 +m4trace:configure.ac:194: -1- _AM_SUBST_NOTMAKE([PA_LINUX_TRUE])
51675 +m4trace:configure.ac:194: -1- _AM_SUBST_NOTMAKE([PA_LINUX_FALSE])
51676 +m4trace:configure.ac:195: -1- AM_CONDITIONAL([PA_HPUX], [test x$TARGET = xPA_HPUX])
51677 +m4trace:configure.ac:195: -1- AC_SUBST([PA_HPUX_TRUE])
51678 +m4trace:configure.ac:195: -1- AC_SUBST_TRACE([PA_HPUX_TRUE])
51679 +m4trace:configure.ac:195: -1- m4_pattern_allow([^PA_HPUX_TRUE$])
51680 +m4trace:configure.ac:195: -1- AC_SUBST([PA_HPUX_FALSE])
51681 +m4trace:configure.ac:195: -1- AC_SUBST_TRACE([PA_HPUX_FALSE])
51682 +m4trace:configure.ac:195: -1- m4_pattern_allow([^PA_HPUX_FALSE$])
51683 +m4trace:configure.ac:195: -1- _AM_SUBST_NOTMAKE([PA_HPUX_TRUE])
51684 +m4trace:configure.ac:195: -1- _AM_SUBST_NOTMAKE([PA_HPUX_FALSE])
51685 +m4trace:configure.ac:196: -1- AM_CONDITIONAL([PA64_HPUX], [test x$TARGET = xPA64_HPUX])
51686 +m4trace:configure.ac:196: -1- AC_SUBST([PA64_HPUX_TRUE])
51687 +m4trace:configure.ac:196: -1- AC_SUBST_TRACE([PA64_HPUX_TRUE])
51688 +m4trace:configure.ac:196: -1- m4_pattern_allow([^PA64_HPUX_TRUE$])
51689 +m4trace:configure.ac:196: -1- AC_SUBST([PA64_HPUX_FALSE])
51690 +m4trace:configure.ac:196: -1- AC_SUBST_TRACE([PA64_HPUX_FALSE])
51691 +m4trace:configure.ac:196: -1- m4_pattern_allow([^PA64_HPUX_FALSE$])
51692 +m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([PA64_HPUX_TRUE])
51693 +m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([PA64_HPUX_FALSE])
51694 +m4trace:configure.ac:198: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
51695 +m4trace:configure.ac:198: -1- m4_pattern_allow([^STDC_HEADERS$])
51696 +m4trace:configure.ac:198: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
51697 +#undef STDC_HEADERS])
51698 +m4trace:configure.ac:199: -1- AH_OUTPUT([HAVE_MEMCPY], [/* Define to 1 if you have the `memcpy\' function. */
51699 +#undef HAVE_MEMCPY])
51700 +m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
51701 +m4trace:configure.ac:200: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
51702 +m4trace:configure.ac:200: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
51703 +   */
51704 +#undef HAVE_ALLOCA_H])
51705 +m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
51706 +m4trace:configure.ac:200: -1- m4_pattern_allow([^HAVE_ALLOCA$])
51707 +m4trace:configure.ac:200: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
51708 +#undef HAVE_ALLOCA])
51709 +m4trace:configure.ac:200: -1- AC_LIBSOURCE([alloca.c])
51710 +m4trace:configure.ac:200: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
51711 +m4trace:configure.ac:200: -1- AC_SUBST_TRACE([ALLOCA])
51712 +m4trace:configure.ac:200: -1- m4_pattern_allow([^ALLOCA$])
51713 +m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
51714 +m4trace:configure.ac:200: -1- m4_pattern_allow([^C_ALLOCA$])
51715 +m4trace:configure.ac:200: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
51716 +#undef C_ALLOCA])
51717 +m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
51718 +m4trace:configure.ac:200: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
51719 +m4trace:configure.ac:200: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
51720 +   systems. This function is required for `alloca.c\' support on those systems.
51721 +   */
51722 +#undef CRAY_STACKSEG_END])
51723 +m4trace:configure.ac:200: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
51724 +   direction of stack growth for your system; otherwise it will be
51725 +   automatically deduced at runtime.
51726 +       STACK_DIRECTION > 0 => grows toward higher addresses
51727 +       STACK_DIRECTION < 0 => grows toward lower addresses
51728 +       STACK_DIRECTION = 0 => direction of growth unknown */
51729 +@%:@undef STACK_DIRECTION])
51730 +m4trace:configure.ac:200: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
51731 +m4trace:configure.ac:200: -1- m4_pattern_allow([^STACK_DIRECTION$])
51732 +m4trace:configure.ac:202: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_DOUBLE])
51733 +m4trace:configure.ac:202: -1- m4_pattern_allow([^SIZEOF_DOUBLE$])
51734 +m4trace:configure.ac:202: -1- AH_OUTPUT([SIZEOF_DOUBLE], [/* The size of `double\', as computed by sizeof. */
51735 +#undef SIZEOF_DOUBLE])
51736 +m4trace:configure.ac:203: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG_DOUBLE])
51737 +m4trace:configure.ac:203: -1- m4_pattern_allow([^SIZEOF_LONG_DOUBLE$])
51738 +m4trace:configure.ac:203: -1- AH_OUTPUT([SIZEOF_LONG_DOUBLE], [/* The size of `long double\', as computed by sizeof. */
51739 +#undef SIZEOF_LONG_DOUBLE])
51740 +m4trace:configure.ac:211: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE])
51741 +m4trace:configure.ac:211: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
51742 +m4trace:configure.ac:211: -1- AH_OUTPUT([HAVE_LONG_DOUBLE], [/* Define if you have the long double type and it is bigger than a double */
51743 +#undef HAVE_LONG_DOUBLE])
51744 +m4trace:configure.ac:215: -1- AC_SUBST([HAVE_LONG_DOUBLE])
51745 +m4trace:configure.ac:215: -1- AC_SUBST_TRACE([HAVE_LONG_DOUBLE])
51746 +m4trace:configure.ac:215: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
51747 +m4trace:configure.ac:217: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN])
51748 +m4trace:configure.ac:217: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
51749 +m4trace:configure.ac:217: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define to 1 if your processor stores words with the most significant byte
51750 +   first (like Motorola and SPARC, unlike Intel and VAX). */
51751 +#undef WORDS_BIGENDIAN])
51752 +m4trace:configure.ac:219: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
51753 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
51754 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
51755 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
51756 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
51757 +configure.ac:219: the top level])
51758 +m4trace:configure.ac:227: -1- AC_DEFINE_TRACE_LITERAL([HAVE_AS_CFI_PSEUDO_OP])
51759 +m4trace:configure.ac:227: -1- m4_pattern_allow([^HAVE_AS_CFI_PSEUDO_OP$])
51760 +m4trace:configure.ac:227: -1- AH_OUTPUT([HAVE_AS_CFI_PSEUDO_OP], [/* Define if your assembler supports .cfi_* directives. */
51761 +#undef HAVE_AS_CFI_PSEUDO_OP])
51762 +m4trace:configure.ac:232: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
51763 +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
51764 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
51765 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
51766 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
51767 +configure.ac:232: the top level])
51768 +m4trace:configure.ac:244: -1- AC_DEFINE_TRACE_LITERAL([HAVE_AS_SPARC_UA_PCREL])
51769 +m4trace:configure.ac:244: -1- m4_pattern_allow([^HAVE_AS_SPARC_UA_PCREL$])
51770 +m4trace:configure.ac:244: -1- AH_OUTPUT([HAVE_AS_SPARC_UA_PCREL], [/* Define if your assembler and linker support unaligned PC relative relocs.
51771 +   */
51772 +#undef HAVE_AS_SPARC_UA_PCREL])
51773 +m4trace:configure.ac:248: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
51774 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
51775 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
51776 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
51777 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
51778 +configure.ac:248: the top level])
51779 +m4trace:configure.ac:257: -1- AC_DEFINE_TRACE_LITERAL([HAVE_AS_REGISTER_PSEUDO_OP])
51780 +m4trace:configure.ac:257: -1- m4_pattern_allow([^HAVE_AS_REGISTER_PSEUDO_OP$])
51781 +m4trace:configure.ac:257: -1- AH_OUTPUT([HAVE_AS_REGISTER_PSEUDO_OP], [/* Define if your assembler supports .register. */
51782 +#undef HAVE_AS_REGISTER_PSEUDO_OP])
51783 +m4trace:configure.ac:272: -1- AC_DEFINE_TRACE_LITERAL([HAVE_AS_X86_PCREL])
51784 +m4trace:configure.ac:272: -1- m4_pattern_allow([^HAVE_AS_X86_PCREL$])
51785 +m4trace:configure.ac:272: -1- AH_OUTPUT([HAVE_AS_X86_PCREL], [/* Define if your assembler supports PC relative relocs. */
51786 +#undef HAVE_AS_X86_PCREL])
51787 +m4trace:configure.ac:292: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RO_EH_FRAME])
51788 +m4trace:configure.ac:292: -1- m4_pattern_allow([^HAVE_RO_EH_FRAME$])
51789 +m4trace:configure.ac:292: -1- AH_OUTPUT([HAVE_RO_EH_FRAME], [/* Define if .eh_frame sections should be read-only. */
51790 +#undef HAVE_RO_EH_FRAME])
51791 +m4trace:configure.ac:294: -1- AC_DEFINE_TRACE_LITERAL([EH_FRAME_FLAGS])
51792 +m4trace:configure.ac:294: -1- m4_pattern_allow([^EH_FRAME_FLAGS$])
51793 +m4trace:configure.ac:294: -1- AH_OUTPUT([EH_FRAME_FLAGS], [/* Define to the flags needed for the .section .eh_frame directive. */
51794 +#undef EH_FRAME_FLAGS])
51795 +m4trace:configure.ac:297: -1- AC_DEFINE_TRACE_LITERAL([EH_FRAME_FLAGS])
51796 +m4trace:configure.ac:297: -1- m4_pattern_allow([^EH_FRAME_FLAGS$])
51797 +m4trace:configure.ac:297: -1- AH_OUTPUT([EH_FRAME_FLAGS], [/* Define to the flags needed for the .section .eh_frame directive. */
51798 +#undef EH_FRAME_FLAGS])
51799 +m4trace:configure.ac:313: -1- AC_DEFINE_TRACE_LITERAL([HAVE_HIDDEN_VISIBILITY_ATTRIBUTE])
51800 +m4trace:configure.ac:313: -1- m4_pattern_allow([^HAVE_HIDDEN_VISIBILITY_ATTRIBUTE$])
51801 +m4trace:configure.ac:313: -1- AH_OUTPUT([HAVE_HIDDEN_VISIBILITY_ATTRIBUTE], [/* Define if __attribute__((visibility("hidden"))) is supported. */
51802 +#undef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE])
51803 +m4trace:configure.ac:317: -1- AH_OUTPUT([zzzz1], [
51804 +#ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
51805 +#ifdef LIBFFI_ASM
51806 +#define FFI_HIDDEN(name) .hidden name
51807 +#else
51808 +#define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
51809 +#endif
51810 +#else
51811 +#ifdef LIBFFI_ASM
51812 +#define FFI_HIDDEN(name)
51813 +#else
51814 +#define FFI_HIDDEN
51815 +#endif
51816 +#endif
51817 +])
51818 +m4trace:configure.ac:333: -1- AC_SUBST([TARGET])
51819 +m4trace:configure.ac:333: -1- AC_SUBST_TRACE([TARGET])
51820 +m4trace:configure.ac:333: -1- m4_pattern_allow([^TARGET$])
51821 +m4trace:configure.ac:334: -1- AC_SUBST([TARGETDIR])
51822 +m4trace:configure.ac:334: -1- AC_SUBST_TRACE([TARGETDIR])
51823 +m4trace:configure.ac:334: -1- m4_pattern_allow([^TARGETDIR$])
51824 +m4trace:configure.ac:336: -1- AC_SUBST([SHELL])
51825 +m4trace:configure.ac:336: -1- AC_SUBST_TRACE([SHELL])
51826 +m4trace:configure.ac:336: -1- m4_pattern_allow([^SHELL$])
51827 +m4trace:configure.ac:341: -2- AC_DEFINE_TRACE_LITERAL([FFI_DEBUG])
51828 +m4trace:configure.ac:341: -2- m4_pattern_allow([^FFI_DEBUG$])
51829 +m4trace:configure.ac:341: -2- AH_OUTPUT([FFI_DEBUG], [/* Define this if you want extra debugging. */
51830 +#undef FFI_DEBUG])
51831 +m4trace:configure.ac:347: -2- AC_DEFINE_TRACE_LITERAL([FFI_NO_STRUCTS])
51832 +m4trace:configure.ac:347: -2- m4_pattern_allow([^FFI_NO_STRUCTS$])
51833 +m4trace:configure.ac:347: -2- AH_OUTPUT([FFI_NO_STRUCTS], [/* Define this is you do not want support for aggregate types. */
51834 +#undef FFI_NO_STRUCTS])
51835 +m4trace:configure.ac:353: -2- AC_DEFINE_TRACE_LITERAL([FFI_NO_RAW_API])
51836 +m4trace:configure.ac:353: -2- m4_pattern_allow([^FFI_NO_RAW_API$])
51837 +m4trace:configure.ac:353: -2- AH_OUTPUT([FFI_NO_RAW_API], [/* Define this is you do not want support for the raw API. */
51838 +#undef FFI_NO_RAW_API])
51839 +m4trace:configure.ac:359: -2- AC_DEFINE_TRACE_LITERAL([USING_PURIFY])
51840 +m4trace:configure.ac:359: -2- m4_pattern_allow([^USING_PURIFY$])
51841 +m4trace:configure.ac:359: -2- AH_OUTPUT([USING_PURIFY], [/* Define this if you are using Purify and want to suppress spurious messages.
51842 +   */
51843 +#undef USING_PURIFY])
51844 +m4trace:configure.ac:375: -1- AC_SUBST([toolexecdir])
51845 +m4trace:configure.ac:375: -1- AC_SUBST_TRACE([toolexecdir])
51846 +m4trace:configure.ac:375: -1- m4_pattern_allow([^toolexecdir$])
51847 +m4trace:configure.ac:376: -1- AC_SUBST([toolexeclibdir])
51848 +m4trace:configure.ac:376: -1- AC_SUBST_TRACE([toolexeclibdir])
51849 +m4trace:configure.ac:376: -1- m4_pattern_allow([^toolexeclibdir$])
51850 +m4trace:configure.ac:390: -1- AC_CONFIG_LINKS([include/ffitarget.h:src/$TARGETDIR/ffitarget.h])
51851 +m4trace:configure.ac:392: -1- AC_CONFIG_FILES([include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc])
51852 +m4trace:configure.ac:394: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
51853 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
51854 +m4trace:configure.ac:394: -1- m4_pattern_allow([^LIB@&t@OBJS$])
51855 +m4trace:configure.ac:394: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
51856 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([LTLIBOBJS])
51857 +m4trace:configure.ac:394: -1- m4_pattern_allow([^LTLIBOBJS$])
51858 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([top_builddir])
51859 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([srcdir])
51860 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([abs_srcdir])
51861 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([top_srcdir])
51862 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([abs_top_srcdir])
51863 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([builddir])
51864 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([abs_builddir])
51865 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([abs_top_builddir])
51866 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([INSTALL])
51867 +m4trace:configure.ac:394: -1- AC_SUBST_TRACE([MKDIR_P])
51868 diff -Nur libffi-3.0.8/autom4te.cache/traces.1 autotools-update-3.0.8/autom4te.cache/traces.1
51869 --- libffi-3.0.8/autom4te.cache/traces.1        1970-01-01 01:00:00.000000000 +0100
51870 +++ autotools-update-3.0.8/autom4te.cache/traces.1      2009-06-05 17:56:34.000000000 +0100
51871 @@ -0,0 +1,9705 @@
51872 +m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
51873 +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
51874 +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
51875 +  AC_PROVIDE_IFELSE([AC_PROG_CXX],
51876 +    [AC_LIBTOOL_CXX],
51877 +    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
51878 +  ])])
51879 +dnl And a similar setup for Fortran 77 support
51880 +  AC_PROVIDE_IFELSE([AC_PROG_F77],
51881 +    [AC_LIBTOOL_F77],
51882 +    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
51883 +])])
51884 +
51885 +dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
51886 +dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
51887 +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
51888 +  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
51889 +    [AC_LIBTOOL_GCJ],
51890 +    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
51891 +      [AC_LIBTOOL_GCJ],
51892 +      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
51893 +       [AC_LIBTOOL_GCJ],
51894 +      [ifdef([AC_PROG_GCJ],
51895 +            [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
51896 +       ifdef([A][M_PROG_GCJ],
51897 +            [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
51898 +       ifdef([LT_AC_PROG_GCJ],
51899 +            [define([LT_AC_PROG_GCJ],
51900 +               defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
51901 +])])
51902 +m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
51903 +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
51904 +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
51905 +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
51906 +
51907 +# This can be used to rebuild libtool when needed
51908 +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
51909 +
51910 +# Always use our own libtool.
51911 +LIBTOOL='$(SHELL) $(top_builddir)/libtool'
51912 +AC_SUBST(LIBTOOL)dnl
51913 +
51914 +# Prevent multiple expansion
51915 +define([AC_PROG_LIBTOOL], [])
51916 +])
51917 +m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
51918 +AC_REQUIRE([AC_ENABLE_SHARED])dnl
51919 +AC_REQUIRE([AC_ENABLE_STATIC])dnl
51920 +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
51921 +AC_REQUIRE([AC_CANONICAL_HOST])dnl
51922 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
51923 +AC_REQUIRE([AC_PROG_CC])dnl
51924 +AC_REQUIRE([AC_PROG_LD])dnl
51925 +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
51926 +AC_REQUIRE([AC_PROG_NM])dnl
51927 +
51928 +AC_REQUIRE([AC_PROG_LN_S])dnl
51929 +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
51930 +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
51931 +AC_REQUIRE([AC_OBJEXT])dnl
51932 +AC_REQUIRE([AC_EXEEXT])dnl
51933 +dnl
51934 +AC_LIBTOOL_SYS_MAX_CMD_LEN
51935 +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
51936 +AC_LIBTOOL_OBJDIR
51937 +
51938 +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
51939 +_LT_AC_PROG_ECHO_BACKSLASH
51940 +
51941 +case $host_os in
51942 +aix3*)
51943 +  # AIX sometimes has problems with the GCC collect2 program.  For some
51944 +  # reason, if we set the COLLECT_NAMES environment variable, the problems
51945 +  # vanish in a puff of smoke.
51946 +  if test "X${COLLECT_NAMES+set}" != Xset; then
51947 +    COLLECT_NAMES=
51948 +    export COLLECT_NAMES
51949 +  fi
51950 +  ;;
51951 +esac
51952 +
51953 +# Sed substitution that helps us do robust quoting.  It backslashifies
51954 +# metacharacters that are still active within double-quoted strings.
51955 +Xsed='sed -e 1s/^X//'
51956 +[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
51957 +
51958 +# Same as above, but do not quote variable references.
51959 +[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
51960 +
51961 +# Sed substitution to delay expansion of an escaped shell variable in a
51962 +# double_quote_subst'ed string.
51963 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
51964 +
51965 +# Sed substitution to avoid accidental globbing in evaled expressions
51966 +no_glob_subst='s/\*/\\\*/g'
51967 +
51968 +# Constants:
51969 +rm="rm -f"
51970 +
51971 +# Global variables:
51972 +default_ofile=libtool
51973 +can_build_shared=yes
51974 +
51975 +# All known linkers require a `.a' archive for static linking (except MSVC,
51976 +# which needs '.lib').
51977 +libext=a
51978 +ltmain="$ac_aux_dir/ltmain.sh"
51979 +ofile="$default_ofile"
51980 +with_gnu_ld="$lt_cv_prog_gnu_ld"
51981 +
51982 +AC_CHECK_TOOL(AR, ar, false)
51983 +AC_CHECK_TOOL(RANLIB, ranlib, :)
51984 +AC_CHECK_TOOL(STRIP, strip, :)
51985 +
51986 +old_CC="$CC"
51987 +old_CFLAGS="$CFLAGS"
51988 +
51989 +# Set sane defaults for various variables
51990 +test -z "$AR" && AR=ar
51991 +test -z "$AR_FLAGS" && AR_FLAGS=cru
51992 +test -z "$AS" && AS=as
51993 +test -z "$CC" && CC=cc
51994 +test -z "$LTCC" && LTCC=$CC
51995 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
51996 +test -z "$DLLTOOL" && DLLTOOL=dlltool
51997 +test -z "$LD" && LD=ld
51998 +test -z "$LN_S" && LN_S="ln -s"
51999 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
52000 +test -z "$NM" && NM=nm
52001 +test -z "$SED" && SED=sed
52002 +test -z "$OBJDUMP" && OBJDUMP=objdump
52003 +test -z "$RANLIB" && RANLIB=:
52004 +test -z "$STRIP" && STRIP=:
52005 +test -z "$ac_objext" && ac_objext=o
52006 +
52007 +# Determine commands to create old-style static archives.
52008 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
52009 +old_postinstall_cmds='chmod 644 $oldlib'
52010 +old_postuninstall_cmds=
52011 +
52012 +if test -n "$RANLIB"; then
52013 +  case $host_os in
52014 +  openbsd*)
52015 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
52016 +    ;;
52017 +  *)
52018 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
52019 +    ;;
52020 +  esac
52021 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
52022 +fi
52023 +
52024 +_LT_CC_BASENAME([$compiler])
52025 +
52026 +# Only perform the check for file, if the check method requires it
52027 +case $deplibs_check_method in
52028 +file_magic*)
52029 +  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
52030 +    AC_PATH_MAGIC
52031 +  fi
52032 +  ;;
52033 +esac
52034 +
52035 +_LT_REQUIRED_DARWIN_CHECKS
52036 +
52037 +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
52038 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
52039 +enable_win32_dll=yes, enable_win32_dll=no)
52040 +
52041 +AC_ARG_ENABLE([libtool-lock],
52042 +    [AC_HELP_STRING([--disable-libtool-lock],
52043 +       [avoid locking (might break parallel builds)])])
52044 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
52045 +
52046 +AC_ARG_WITH([pic],
52047 +    [AC_HELP_STRING([--with-pic],
52048 +       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
52049 +    [pic_mode="$withval"],
52050 +    [pic_mode=default])
52051 +test -z "$pic_mode" && pic_mode=default
52052 +
52053 +# Use C for the default configuration in the libtool script
52054 +tagname=
52055 +AC_LIBTOOL_LANG_C_CONFIG
52056 +_LT_AC_TAGCONFIG
52057 +])
52058 +m4trace:/usr/share/aclocal/libtool.m4:226: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
52059 +
52060 +# If no C compiler was specified, use CC.
52061 +LTCC=${LTCC-"$CC"}
52062 +
52063 +# If no C compiler flags were specified, use CFLAGS.
52064 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
52065 +
52066 +# Allow CC to be a program name with arguments.
52067 +compiler=$CC
52068 +])
52069 +m4trace:/usr/share/aclocal/libtool.m4:243: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
52070 +  case $cc_temp in
52071 +    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
52072 +    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
52073 +    \-*) ;;
52074 +    *) break;;
52075 +  esac
52076 +done
52077 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
52078 +])
52079 +m4trace:/usr/share/aclocal/libtool.m4:260: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52080 +ac_outfile=conftest.$ac_objext
52081 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
52082 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
52083 +_lt_compiler_boilerplate=`cat conftest.err`
52084 +$rm conftest*
52085 +])
52086 +m4trace:/usr/share/aclocal/libtool.m4:274: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52087 +ac_outfile=conftest.$ac_objext
52088 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
52089 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
52090 +_lt_linker_boilerplate=`cat conftest.err`
52091 +$rm -r conftest*
52092 +])
52093 +m4trace:/usr/share/aclocal/libtool.m4:286: -1- AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS], [
52094 +  case $host_os in
52095 +    rhapsody* | darwin*)
52096 +    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
52097 +    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
52098 +
52099 +    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
52100 +      [lt_cv_apple_cc_single_mod=no
52101 +      if test -z "${LT_MULTI_MODULE}"; then
52102 +   # By default we will add the -single_module flag. You can override
52103 +   # by either setting the environment variable LT_MULTI_MODULE
52104 +   # non-empty at configure time, or by adding -multi_module to the
52105 +   # link flags.
52106 +   echo "int foo(void){return 1;}" > conftest.c
52107 +   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
52108 +     -dynamiclib ${wl}-single_module conftest.c
52109 +   if test -f libconftest.dylib; then
52110 +     lt_cv_apple_cc_single_mod=yes
52111 +     rm -rf libconftest.dylib*
52112 +   fi
52113 +   rm conftest.c
52114 +      fi])
52115 +    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
52116 +      [lt_cv_ld_exported_symbols_list],
52117 +      [lt_cv_ld_exported_symbols_list=no
52118 +      save_LDFLAGS=$LDFLAGS
52119 +      echo "_main" > conftest.sym
52120 +      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
52121 +      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
52122 +   [lt_cv_ld_exported_symbols_list=yes],
52123 +   [lt_cv_ld_exported_symbols_list=no])
52124 +   LDFLAGS="$save_LDFLAGS"
52125 +    ])
52126 +    case $host_os in
52127 +    rhapsody* | darwin1.[[0123]])
52128 +      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
52129 +    darwin1.*)
52130 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
52131 +    darwin*)
52132 +      # if running on 10.5 or later, the deployment target defaults
52133 +      # to the OS version, if on x86, and 10.4, the deployment
52134 +      # target defaults to 10.4. Don't you love it?
52135 +      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
52136 +   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
52137 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
52138 +   10.[[012]]*)
52139 +     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
52140 +   10.*)
52141 +     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
52142 +      esac
52143 +    ;;
52144 +  esac
52145 +    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
52146 +      _lt_dar_single_mod='$single_module'
52147 +    fi
52148 +    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
52149 +      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
52150 +    else
52151 +      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
52152 +    fi
52153 +    if test "$DSYMUTIL" != ":"; then
52154 +      _lt_dsymutil="~$DSYMUTIL \$lib || :"
52155 +    else
52156 +      _lt_dsymutil=
52157 +    fi
52158 +    ;;
52159 +  esac
52160 +])
52161 +m4trace:/usr/share/aclocal/libtool.m4:363: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52162 +AC_LINK_IFELSE(AC_LANG_PROGRAM,[
52163 +lt_aix_libpath_sed='
52164 +    /Import File Strings/,/^$/ {
52165 +       /^0/ {
52166 +           s/^0  *\(.*\)$/\1/
52167 +           p
52168 +       }
52169 +    }'
52170 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
52171 +# Check for a 64-bit object if we didn't find anything.
52172 +if test -z "$aix_libpath"; then
52173 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
52174 +fi],[])
52175 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
52176 +])
52177 +m4trace:/usr/share/aclocal/libtool.m4:384: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
52178 +            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
52179 +        [AC_DIVERT_PUSH(NOTICE)])
52180 +$1
52181 +AC_DIVERT_POP
52182 +])
52183 +m4trace:/usr/share/aclocal/libtool.m4:397: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
52184 +# Check that we are running under the correct shell.
52185 +SHELL=${CONFIG_SHELL-/bin/sh}
52186 +
52187 +case X$ECHO in
52188 +X*--fallback-echo)
52189 +  # Remove one level of quotation (which was required for Make).
52190 +  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
52191 +  ;;
52192 +esac
52193 +
52194 +echo=${ECHO-echo}
52195 +if test "X[$]1" = X--no-reexec; then
52196 +  # Discard the --no-reexec flag, and continue.
52197 +  shift
52198 +elif test "X[$]1" = X--fallback-echo; then
52199 +  # Avoid inline document here, it may be left over
52200 +  :
52201 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
52202 +  # Yippee, $echo works!
52203 +  :
52204 +else
52205 +  # Restart under the correct shell.
52206 +  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
52207 +fi
52208 +
52209 +if test "X[$]1" = X--fallback-echo; then
52210 +  # used as fallback echo
52211 +  shift
52212 +  cat <<EOF
52213 +[$]*
52214 +EOF
52215 +  exit 0
52216 +fi
52217 +
52218 +# The HP-UX ksh and POSIX shell print the target directory to stdout
52219 +# if CDPATH is set.
52220 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
52221 +
52222 +if test -z "$ECHO"; then
52223 +if test "X${echo_test_string+set}" != Xset; then
52224 +# find a string as large as possible, as long as the shell can cope with it
52225 +  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
52226 +    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
52227 +    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
52228 +       echo_test_string=`eval $cmd` &&
52229 +       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
52230 +    then
52231 +      break
52232 +    fi
52233 +  done
52234 +fi
52235 +
52236 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
52237 +   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
52238 +   test "X$echo_testing_string" = "X$echo_test_string"; then
52239 +  :
52240 +else
52241 +  # The Solaris, AIX, and Digital Unix default echo programs unquote
52242 +  # backslashes.  This makes it impossible to quote backslashes using
52243 +  #   echo "$something" | sed 's/\\/\\\\/g'
52244 +  #
52245 +  # So, first we look for a working echo in the user's PATH.
52246 +
52247 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
52248 +  for dir in $PATH /usr/ucb; do
52249 +    IFS="$lt_save_ifs"
52250 +    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
52251 +       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
52252 +       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
52253 +       test "X$echo_testing_string" = "X$echo_test_string"; then
52254 +      echo="$dir/echo"
52255 +      break
52256 +    fi
52257 +  done
52258 +  IFS="$lt_save_ifs"
52259 +
52260 +  if test "X$echo" = Xecho; then
52261 +    # We didn't find a better echo, so look for alternatives.
52262 +    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
52263 +       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
52264 +       test "X$echo_testing_string" = "X$echo_test_string"; then
52265 +      # This shell has a builtin print -r that does the trick.
52266 +      echo='print -r'
52267 +    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
52268 +        test "X$CONFIG_SHELL" != X/bin/ksh; then
52269 +      # If we have ksh, try running configure again with it.
52270 +      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
52271 +      export ORIGINAL_CONFIG_SHELL
52272 +      CONFIG_SHELL=/bin/ksh
52273 +      export CONFIG_SHELL
52274 +      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
52275 +    else
52276 +      # Try using printf.
52277 +      echo='printf %s\n'
52278 +      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
52279 +        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
52280 +        test "X$echo_testing_string" = "X$echo_test_string"; then
52281 +       # Cool, printf works
52282 +       :
52283 +      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
52284 +          test "X$echo_testing_string" = 'X\t' &&
52285 +          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
52286 +          test "X$echo_testing_string" = "X$echo_test_string"; then
52287 +       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
52288 +       export CONFIG_SHELL
52289 +       SHELL="$CONFIG_SHELL"
52290 +       export SHELL
52291 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
52292 +      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
52293 +          test "X$echo_testing_string" = 'X\t' &&
52294 +          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
52295 +          test "X$echo_testing_string" = "X$echo_test_string"; then
52296 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
52297 +      else
52298 +       # maybe with a smaller string...
52299 +       prev=:
52300 +
52301 +       for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
52302 +         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
52303 +         then
52304 +           break
52305 +         fi
52306 +         prev="$cmd"
52307 +       done
52308 +
52309 +       if test "$prev" != 'sed 50q "[$]0"'; then
52310 +         echo_test_string=`eval $prev`
52311 +         export echo_test_string
52312 +         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
52313 +       else
52314 +         # Oops.  We lost completely, so just stick with echo.
52315 +         echo=echo
52316 +       fi
52317 +      fi
52318 +    fi
52319 +  fi
52320 +fi
52321 +fi
52322 +
52323 +# Copy echo and quote the copy suitably for passing to libtool from
52324 +# the Makefile, instead of quoting the original, which is used later.
52325 +ECHO=$echo
52326 +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
52327 +   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
52328 +fi
52329 +
52330 +AC_SUBST(ECHO)
52331 +])])
52332 +m4trace:/usr/share/aclocal/libtool.m4:551: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
52333 +    [AC_HELP_STRING([--disable-libtool-lock],
52334 +       [avoid locking (might break parallel builds)])])
52335 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
52336 +
52337 +# Some flags need to be propagated to the compiler or linker for good
52338 +# libtool support.
52339 +case $host in
52340 +ia64-*-hpux*)
52341 +  # Find out which ABI we are using.
52342 +  echo 'int i;' > conftest.$ac_ext
52343 +  if AC_TRY_EVAL(ac_compile); then
52344 +    case `/usr/bin/file conftest.$ac_objext` in
52345 +    *ELF-32*)
52346 +      HPUX_IA64_MODE="32"
52347 +      ;;
52348 +    *ELF-64*)
52349 +      HPUX_IA64_MODE="64"
52350 +      ;;
52351 +    esac
52352 +  fi
52353 +  rm -rf conftest*
52354 +  ;;
52355 +*-*-irix6*)
52356 +  # Find out which ABI we are using.
52357 +  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
52358 +  if AC_TRY_EVAL(ac_compile); then
52359 +   if test "$lt_cv_prog_gnu_ld" = yes; then
52360 +    case `/usr/bin/file conftest.$ac_objext` in
52361 +    *32-bit*)
52362 +      LD="${LD-ld} -melf32bsmip"
52363 +      ;;
52364 +    *N32*)
52365 +      LD="${LD-ld} -melf32bmipn32"
52366 +      ;;
52367 +    *64-bit*)
52368 +      LD="${LD-ld} -melf64bmip"
52369 +      ;;
52370 +    esac
52371 +   else
52372 +    case `/usr/bin/file conftest.$ac_objext` in
52373 +    *32-bit*)
52374 +      LD="${LD-ld} -32"
52375 +      ;;
52376 +    *N32*)
52377 +      LD="${LD-ld} -n32"
52378 +      ;;
52379 +    *64-bit*)
52380 +      LD="${LD-ld} -64"
52381 +      ;;
52382 +    esac
52383 +   fi
52384 +  fi
52385 +  rm -rf conftest*
52386 +  ;;
52387 +
52388 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
52389 +s390*-*linux*|sparc*-*linux*)
52390 +  # Find out which ABI we are using.
52391 +  echo 'int i;' > conftest.$ac_ext
52392 +  if AC_TRY_EVAL(ac_compile); then
52393 +    case `/usr/bin/file conftest.o` in
52394 +    *32-bit*)
52395 +      case $host in
52396 +        x86_64-*kfreebsd*-gnu)
52397 +          LD="${LD-ld} -m elf_i386_fbsd"
52398 +          ;;
52399 +        x86_64-*linux*)
52400 +          LD="${LD-ld} -m elf_i386"
52401 +          ;;
52402 +        ppc64-*linux*|powerpc64-*linux*)
52403 +          LD="${LD-ld} -m elf32ppclinux"
52404 +          ;;
52405 +        s390x-*linux*)
52406 +          LD="${LD-ld} -m elf_s390"
52407 +          ;;
52408 +        sparc64-*linux*)
52409 +          LD="${LD-ld} -m elf32_sparc"
52410 +          ;;
52411 +      esac
52412 +      ;;
52413 +    *64-bit*)
52414 +      case $host in
52415 +        x86_64-*kfreebsd*-gnu)
52416 +          LD="${LD-ld} -m elf_x86_64_fbsd"
52417 +          ;;
52418 +        x86_64-*linux*)
52419 +          LD="${LD-ld} -m elf_x86_64"
52420 +          ;;
52421 +        ppc*-*linux*|powerpc*-*linux*)
52422 +          LD="${LD-ld} -m elf64ppc"
52423 +          ;;
52424 +        s390*-*linux*)
52425 +          LD="${LD-ld} -m elf64_s390"
52426 +          ;;
52427 +        sparc*-*linux*)
52428 +          LD="${LD-ld} -m elf64_sparc"
52429 +          ;;
52430 +      esac
52431 +      ;;
52432 +    esac
52433 +  fi
52434 +  rm -rf conftest*
52435 +  ;;
52436 +
52437 +*-*-sco3.2v5*)
52438 +  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
52439 +  SAVE_CFLAGS="$CFLAGS"
52440 +  CFLAGS="$CFLAGS -belf"
52441 +  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
52442 +    [AC_LANG_PUSH(C)
52443 +     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
52444 +     AC_LANG_POP])
52445 +  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
52446 +    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
52447 +    CFLAGS="$SAVE_CFLAGS"
52448 +  fi
52449 +  ;;
52450 +sparc*-*solaris*)
52451 +  # Find out which ABI we are using.
52452 +  echo 'int i;' > conftest.$ac_ext
52453 +  if AC_TRY_EVAL(ac_compile); then
52454 +    case `/usr/bin/file conftest.o` in
52455 +    *64-bit*)
52456 +      case $lt_cv_prog_gnu_ld in
52457 +      yes*) LD="${LD-ld} -m elf64_sparc" ;;
52458 +      *)
52459 +        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
52460 +         LD="${LD-ld} -64"
52461 +       fi
52462 +       ;;
52463 +      esac
52464 +      ;;
52465 +    esac
52466 +  fi
52467 +  rm -rf conftest*
52468 +  ;;
52469 +
52470 +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
52471 +[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
52472 +  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
52473 +  AC_CHECK_TOOL(AS, as, false)
52474 +  AC_CHECK_TOOL(OBJDUMP, objdump, false)
52475 +  ;;
52476 +  ])
52477 +esac
52478 +
52479 +need_locks="$enable_libtool_lock"
52480 +
52481 +])
52482 +m4trace:/usr/share/aclocal/libtool.m4:708: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
52483 +AC_CACHE_CHECK([$1], [$2],
52484 +  [$2=no
52485 +  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
52486 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
52487 +   lt_compiler_flag="$3"
52488 +   # Insert the option either (1) after the last *FLAGS variable, or
52489 +   # (2) before a word containing "conftest.", or (3) at the end.
52490 +   # Note that $ac_compile itself does not contain backslashes and begins
52491 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
52492 +   # The option is referenced via a variable to avoid confusing sed.
52493 +   lt_compile=`echo "$ac_compile" | $SED \
52494 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
52495 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
52496 +   -e 's:$: $lt_compiler_flag:'`
52497 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
52498 +   (eval "$lt_compile" 2>conftest.err)
52499 +   ac_status=$?
52500 +   cat conftest.err >&AS_MESSAGE_LOG_FD
52501 +   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
52502 +   if (exit $ac_status) && test -s "$ac_outfile"; then
52503 +     # The compiler can only warn and ignore the option if not recognized
52504 +     # So say no if there are warnings other than the usual output.
52505 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
52506 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
52507 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
52508 +       $2=yes
52509 +     fi
52510 +   fi
52511 +   $rm conftest*
52512 +])
52513 +
52514 +if test x"[$]$2" = xyes; then
52515 +    ifelse([$5], , :, [$5])
52516 +else
52517 +    ifelse([$6], , :, [$6])
52518 +fi
52519 +])
52520 +m4trace:/usr/share/aclocal/libtool.m4:753: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52521 +AC_CACHE_CHECK([$1], [$2],
52522 +  [$2=no
52523 +   save_LDFLAGS="$LDFLAGS"
52524 +   LDFLAGS="$LDFLAGS $3"
52525 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
52526 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
52527 +     # The linker can only warn and ignore the option if not recognized
52528 +     # So say no if there are warnings
52529 +     if test -s conftest.err; then
52530 +       # Append any errors to the config.log.
52531 +       cat conftest.err 1>&AS_MESSAGE_LOG_FD
52532 +       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
52533 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
52534 +       if diff conftest.exp conftest.er2 >/dev/null; then
52535 +         $2=yes
52536 +       fi
52537 +     else
52538 +       $2=yes
52539 +     fi
52540 +   fi
52541 +   $rm -r conftest*
52542 +   LDFLAGS="$save_LDFLAGS"
52543 +])
52544 +
52545 +if test x"[$]$2" = xyes; then
52546 +    ifelse([$4], , :, [$4])
52547 +else
52548 +    ifelse([$5], , :, [$5])
52549 +fi
52550 +])
52551 +m4trace:/usr/share/aclocal/libtool.m4:789: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
52552 +AC_MSG_CHECKING([the maximum length of command line arguments])
52553 +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
52554 +  i=0
52555 +  teststring="ABCD"
52556 +
52557 +  case $build_os in
52558 +  msdosdjgpp*)
52559 +    # On DJGPP, this test can blow up pretty badly due to problems in libc
52560 +    # (any single argument exceeding 2000 bytes causes a buffer overrun
52561 +    # during glob expansion).  Even if it were fixed, the result of this
52562 +    # check would be larger than it should be.
52563 +    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
52564 +    ;;
52565 +
52566 +  gnu*)
52567 +    # Under GNU Hurd, this test is not required because there is
52568 +    # no limit to the length of command line arguments.
52569 +    # Libtool will interpret -1 as no limit whatsoever
52570 +    lt_cv_sys_max_cmd_len=-1;
52571 +    ;;
52572 +
52573 +  cygwin* | mingw*)
52574 +    # On Win9x/ME, this test blows up -- it succeeds, but takes
52575 +    # about 5 minutes as the teststring grows exponentially.
52576 +    # Worse, since 9x/ME are not pre-emptively multitasking,
52577 +    # you end up with a "frozen" computer, even though with patience
52578 +    # the test eventually succeeds (with a max line length of 256k).
52579 +    # Instead, let's just punt: use the minimum linelength reported by
52580 +    # all of the supported platforms: 8192 (on NT/2K/XP).
52581 +    lt_cv_sys_max_cmd_len=8192;
52582 +    ;;
52583 +
52584 +  amigaos*)
52585 +    # On AmigaOS with pdksh, this test takes hours, literally.
52586 +    # So we just punt and use a minimum line length of 8192.
52587 +    lt_cv_sys_max_cmd_len=8192;
52588 +    ;;
52589 +
52590 +  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
52591 +    # This has been around since 386BSD, at least.  Likely further.
52592 +    if test -x /sbin/sysctl; then
52593 +      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
52594 +    elif test -x /usr/sbin/sysctl; then
52595 +      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
52596 +    else
52597 +      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
52598 +    fi
52599 +    # And add a safety zone
52600 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
52601 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
52602 +    ;;
52603 +
52604 +  interix*)
52605 +    # We know the value 262144 and hardcode it with a safety zone (like BSD)
52606 +    lt_cv_sys_max_cmd_len=196608
52607 +    ;;
52608 +
52609 +  osf*)
52610 +    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
52611 +    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
52612 +    # nice to cause kernel panics so lets avoid the loop below.
52613 +    # First set a reasonable default.
52614 +    lt_cv_sys_max_cmd_len=16384
52615 +    #
52616 +    if test -x /sbin/sysconfig; then
52617 +      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
52618 +        *1*) lt_cv_sys_max_cmd_len=-1 ;;
52619 +      esac
52620 +    fi
52621 +    ;;
52622 +  sco3.2v5*)
52623 +    lt_cv_sys_max_cmd_len=102400
52624 +    ;;
52625 +  sysv5* | sco5v6* | sysv4.2uw2*)
52626 +    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
52627 +    if test -n "$kargmax"; then
52628 +      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[       ]]//'`
52629 +    else
52630 +      lt_cv_sys_max_cmd_len=32768
52631 +    fi
52632 +    ;;
52633 +  *)
52634 +    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
52635 +    if test -n "$lt_cv_sys_max_cmd_len"; then
52636 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
52637 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
52638 +    else
52639 +      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
52640 +      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
52641 +              = "XX$teststring") >/dev/null 2>&1 &&
52642 +             new_result=`expr "X$teststring" : ".*" 2>&1` &&
52643 +             lt_cv_sys_max_cmd_len=$new_result &&
52644 +             test $i != 17 # 1/2 MB should be enough
52645 +      do
52646 +        i=`expr $i + 1`
52647 +        teststring=$teststring$teststring
52648 +      done
52649 +      teststring=
52650 +      # Add a significant safety factor because C++ compilers can tack on massive
52651 +      # amounts of additional arguments before passing them to the linker.
52652 +      # It appears as though 1/2 is a usable value.
52653 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
52654 +    fi
52655 +    ;;
52656 +  esac
52657 +])
52658 +if test -n $lt_cv_sys_max_cmd_len ; then
52659 +  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
52660 +else
52661 +  AC_MSG_RESULT(none)
52662 +fi
52663 +])
52664 +m4trace:/usr/share/aclocal/libtool.m4:907: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
52665 +])
52666 +m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
52667 +if test "$cross_compiling" = yes; then :
52668 +  [$4]
52669 +else
52670 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
52671 +  lt_status=$lt_dlunknown
52672 +  cat > conftest.$ac_ext <<EOF
52673 +[#line __oline__ "configure"
52674 +#include "confdefs.h"
52675 +
52676 +#if HAVE_DLFCN_H
52677 +#include <dlfcn.h>
52678 +#endif
52679 +
52680 +#include <stdio.h>
52681 +
52682 +#ifdef RTLD_GLOBAL
52683 +#  define LT_DLGLOBAL          RTLD_GLOBAL
52684 +#else
52685 +#  ifdef DL_GLOBAL
52686 +#    define LT_DLGLOBAL                DL_GLOBAL
52687 +#  else
52688 +#    define LT_DLGLOBAL                0
52689 +#  endif
52690 +#endif
52691 +
52692 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
52693 +   find out it does not work in some platform. */
52694 +#ifndef LT_DLLAZY_OR_NOW
52695 +#  ifdef RTLD_LAZY
52696 +#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
52697 +#  else
52698 +#    ifdef DL_LAZY
52699 +#      define LT_DLLAZY_OR_NOW         DL_LAZY
52700 +#    else
52701 +#      ifdef RTLD_NOW
52702 +#        define LT_DLLAZY_OR_NOW       RTLD_NOW
52703 +#      else
52704 +#        ifdef DL_NOW
52705 +#          define LT_DLLAZY_OR_NOW     DL_NOW
52706 +#        else
52707 +#          define LT_DLLAZY_OR_NOW     0
52708 +#        endif
52709 +#      endif
52710 +#    endif
52711 +#  endif
52712 +#endif
52713 +
52714 +#ifdef __cplusplus
52715 +extern "C" void exit (int);
52716 +#endif
52717 +
52718 +void fnord() { int i=42;}
52719 +int main ()
52720 +{
52721 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
52722 +  int status = $lt_dlunknown;
52723 +
52724 +  if (self)
52725 +    {
52726 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
52727 +      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
52728 +      /* dlclose (self); */
52729 +    }
52730 +  else
52731 +    puts (dlerror ());
52732 +
52733 +    exit (status);
52734 +}]
52735 +EOF
52736 +  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
52737 +    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
52738 +    lt_status=$?
52739 +    case x$lt_status in
52740 +      x$lt_dlno_uscore) $1 ;;
52741 +      x$lt_dlneed_uscore) $2 ;;
52742 +      x$lt_dlunknown|x*) $3 ;;
52743 +    esac
52744 +  else :
52745 +    # compilation failed
52746 +    $3
52747 +  fi
52748 +fi
52749 +rm -fr conftest*
52750 +])
52751 +m4trace:/usr/share/aclocal/libtool.m4:1005: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
52752 +if test "x$enable_dlopen" != xyes; then
52753 +  enable_dlopen=unknown
52754 +  enable_dlopen_self=unknown
52755 +  enable_dlopen_self_static=unknown
52756 +else
52757 +  lt_cv_dlopen=no
52758 +  lt_cv_dlopen_libs=
52759 +
52760 +  case $host_os in
52761 +  beos*)
52762 +    lt_cv_dlopen="load_add_on"
52763 +    lt_cv_dlopen_libs=
52764 +    lt_cv_dlopen_self=yes
52765 +    ;;
52766 +
52767 +  mingw* | pw32*)
52768 +    lt_cv_dlopen="LoadLibrary"
52769 +    lt_cv_dlopen_libs=
52770 +   ;;
52771 +
52772 +  cygwin*)
52773 +    lt_cv_dlopen="dlopen"
52774 +    lt_cv_dlopen_libs=
52775 +   ;;
52776 +
52777 +  darwin*)
52778 +  # if libdl is installed we need to link against it
52779 +    AC_CHECK_LIB([dl], [dlopen],
52780 +               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
52781 +    lt_cv_dlopen="dyld"
52782 +    lt_cv_dlopen_libs=
52783 +    lt_cv_dlopen_self=yes
52784 +    ])
52785 +   ;;
52786 +
52787 +  *)
52788 +    AC_CHECK_FUNC([shl_load],
52789 +         [lt_cv_dlopen="shl_load"],
52790 +      [AC_CHECK_LIB([dld], [shl_load],
52791 +           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
52792 +       [AC_CHECK_FUNC([dlopen],
52793 +             [lt_cv_dlopen="dlopen"],
52794 +         [AC_CHECK_LIB([dl], [dlopen],
52795 +               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
52796 +           [AC_CHECK_LIB([svld], [dlopen],
52797 +                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
52798 +             [AC_CHECK_LIB([dld], [dld_link],
52799 +                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
52800 +             ])
52801 +           ])
52802 +         ])
52803 +       ])
52804 +      ])
52805 +    ;;
52806 +  esac
52807 +
52808 +  if test "x$lt_cv_dlopen" != xno; then
52809 +    enable_dlopen=yes
52810 +  else
52811 +    enable_dlopen=no
52812 +  fi
52813 +
52814 +  case $lt_cv_dlopen in
52815 +  dlopen)
52816 +    save_CPPFLAGS="$CPPFLAGS"
52817 +    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
52818 +
52819 +    save_LDFLAGS="$LDFLAGS"
52820 +    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
52821 +
52822 +    save_LIBS="$LIBS"
52823 +    LIBS="$lt_cv_dlopen_libs $LIBS"
52824 +
52825 +    AC_CACHE_CHECK([whether a program can dlopen itself],
52826 +         lt_cv_dlopen_self, [dnl
52827 +         _LT_AC_TRY_DLOPEN_SELF(
52828 +           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
52829 +           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
52830 +    ])
52831 +
52832 +    if test "x$lt_cv_dlopen_self" = xyes; then
52833 +      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
52834 +      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
52835 +         lt_cv_dlopen_self_static, [dnl
52836 +         _LT_AC_TRY_DLOPEN_SELF(
52837 +           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
52838 +           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
52839 +      ])
52840 +    fi
52841 +
52842 +    CPPFLAGS="$save_CPPFLAGS"
52843 +    LDFLAGS="$save_LDFLAGS"
52844 +    LIBS="$save_LIBS"
52845 +    ;;
52846 +  esac
52847 +
52848 +  case $lt_cv_dlopen_self in
52849 +  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
52850 +  *) enable_dlopen_self=unknown ;;
52851 +  esac
52852 +
52853 +  case $lt_cv_dlopen_self_static in
52854 +  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
52855 +  *) enable_dlopen_self_static=unknown ;;
52856 +  esac
52857 +fi
52858 +])
52859 +m4trace:/usr/share/aclocal/libtool.m4:1119: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52860 +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
52861 +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
52862 +  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
52863 +  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
52864 +   $rm -r conftest 2>/dev/null
52865 +   mkdir conftest
52866 +   cd conftest
52867 +   mkdir out
52868 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
52869 +
52870 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
52871 +   # Insert the option either (1) after the last *FLAGS variable, or
52872 +   # (2) before a word containing "conftest.", or (3) at the end.
52873 +   # Note that $ac_compile itself does not contain backslashes and begins
52874 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
52875 +   lt_compile=`echo "$ac_compile" | $SED \
52876 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
52877 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
52878 +   -e 's:$: $lt_compiler_flag:'`
52879 +   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
52880 +   (eval "$lt_compile" 2>out/conftest.err)
52881 +   ac_status=$?
52882 +   cat out/conftest.err >&AS_MESSAGE_LOG_FD
52883 +   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
52884 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
52885 +   then
52886 +     # The compiler can only warn and ignore the option if not recognized
52887 +     # So say no if there are warnings
52888 +     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
52889 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
52890 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
52891 +       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
52892 +     fi
52893 +   fi
52894 +   chmod u+w . 2>&AS_MESSAGE_LOG_FD
52895 +   $rm conftest*
52896 +   # SGI C++ compiler will create directory out/ii_files/ for
52897 +   # template instantiation
52898 +   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
52899 +   $rm out/* && rmdir out
52900 +   cd ..
52901 +   rmdir conftest
52902 +   $rm conftest*
52903 +])
52904 +])
52905 +m4trace:/usr/share/aclocal/libtool.m4:1171: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
52906 +
52907 +hard_links="nottested"
52908 +if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
52909 +  # do not overwrite the value of need_locks provided by the user
52910 +  AC_MSG_CHECKING([if we can lock with hard links])
52911 +  hard_links=yes
52912 +  $rm conftest*
52913 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
52914 +  touch conftest.a
52915 +  ln conftest.a conftest.b 2>&5 || hard_links=no
52916 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
52917 +  AC_MSG_RESULT([$hard_links])
52918 +  if test "$hard_links" = no; then
52919 +    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
52920 +    need_locks=warn
52921 +  fi
52922 +else
52923 +  need_locks=no
52924 +fi
52925 +])
52926 +m4trace:/usr/share/aclocal/libtool.m4:1197: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
52927 +[rm -f .libs 2>/dev/null
52928 +mkdir .libs 2>/dev/null
52929 +if test -d .libs; then
52930 +  lt_cv_objdir=.libs
52931 +else
52932 +  # MS-DOS does not allow filenames that begin with a dot.
52933 +  lt_cv_objdir=_libs
52934 +fi
52935 +rmdir .libs 2>/dev/null])
52936 +objdir=$lt_cv_objdir
52937 +])
52938 +m4trace:/usr/share/aclocal/libtool.m4:1215: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
52939 +_LT_AC_TAGVAR(hardcode_action, $1)=
52940 +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
52941 +   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
52942 +   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
52943 +
52944 +  # We can hardcode non-existant directories.
52945 +  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
52946 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
52947 +     # have to relink, otherwise we might link with an installed library
52948 +     # when we should be linking with a yet-to-be-installed one
52949 +     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
52950 +     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
52951 +    # Linking always hardcodes the temporary library directory.
52952 +    _LT_AC_TAGVAR(hardcode_action, $1)=relink
52953 +  else
52954 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
52955 +    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
52956 +  fi
52957 +else
52958 +  # We cannot hardcode anything, or else we can only hardcode existing
52959 +  # directories.
52960 +  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
52961 +fi
52962 +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
52963 +
52964 +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
52965 +  # Fast installation is not supported
52966 +  enable_fast_install=no
52967 +elif test "$shlibpath_overrides_runpath" = yes ||
52968 +     test "$enable_shared" = no; then
52969 +  # Fast installation is not necessary
52970 +  enable_fast_install=needless
52971 +fi
52972 +])
52973 +m4trace:/usr/share/aclocal/libtool.m4:1255: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
52974 +old_striplib=
52975 +AC_MSG_CHECKING([whether stripping libraries is possible])
52976 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
52977 +  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
52978 +  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
52979 +  AC_MSG_RESULT([yes])
52980 +else
52981 +# FIXME - insert some real tests, host_os isn't really good enough
52982 +  case $host_os in
52983 +   darwin*)
52984 +       if test -n "$STRIP" ; then
52985 +         striplib="$STRIP -x"
52986 +         old_striplib="$STRIP -S"
52987 +         AC_MSG_RESULT([yes])
52988 +       else
52989 +  AC_MSG_RESULT([no])
52990 +fi
52991 +       ;;
52992 +   *)
52993 +  AC_MSG_RESULT([no])
52994 +    ;;
52995 +  esac
52996 +fi
52997 +])
52998 +m4trace:/usr/share/aclocal/libtool.m4:1286: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
52999 +AC_MSG_CHECKING([dynamic linker characteristics])
53000 +library_names_spec=
53001 +libname_spec='lib$name'
53002 +soname_spec=
53003 +shrext_cmds=".so"
53004 +postinstall_cmds=
53005 +postuninstall_cmds=
53006 +finish_cmds=
53007 +finish_eval=
53008 +shlibpath_var=
53009 +shlibpath_overrides_runpath=unknown
53010 +version_type=none
53011 +dynamic_linker="$host_os ld.so"
53012 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
53013 +m4_if($1,[],[
53014 +if test "$GCC" = yes; then
53015 +  case $host_os in
53016 +    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
53017 +    *) lt_awk_arg="/^libraries:/" ;;
53018 +  esac
53019 +  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
53020 +  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
53021 +    # if the path contains ";" then we assume it to be the separator
53022 +    # otherwise default to the standard path separator (i.e. ":") - it is
53023 +    # assumed that no part of a normal pathname contains ";" but that should
53024 +    # okay in the real world where ";" in dirpaths is itself problematic.
53025 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
53026 +  else
53027 +    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
53028 +  fi
53029 +  # Ok, now we have the path, separated by spaces, we can step through it
53030 +  # and add multilib dir if necessary.
53031 +  lt_tmp_lt_search_path_spec=
53032 +  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
53033 +  for lt_sys_path in $lt_search_path_spec; do
53034 +    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
53035 +      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
53036 +    else
53037 +      test -d "$lt_sys_path" && \
53038 +       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
53039 +    fi
53040 +  done
53041 +  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
53042 +BEGIN {RS=" "; FS="/|\n";} {
53043 +  lt_foo="";
53044 +  lt_count=0;
53045 +  for (lt_i = NF; lt_i > 0; lt_i--) {
53046 +    if ($lt_i != "" && $lt_i != ".") {
53047 +      if ($lt_i == "..") {
53048 +        lt_count++;
53049 +      } else {
53050 +        if (lt_count == 0) {
53051 +          lt_foo="/" $lt_i lt_foo;
53052 +        } else {
53053 +          lt_count--;
53054 +        }
53055 +      }
53056 +    }
53057 +  }
53058 +  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
53059 +  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
53060 +}'`
53061 +  sys_lib_search_path_spec=`echo $lt_search_path_spec`
53062 +else
53063 +  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
53064 +fi])
53065 +need_lib_prefix=unknown
53066 +hardcode_into_libs=no
53067 +
53068 +# when you set need_version to no, make sure it does not cause -set_version
53069 +# flags to be left without arguments
53070 +need_version=unknown
53071 +
53072 +case $host_os in
53073 +aix3*)
53074 +  version_type=linux
53075 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
53076 +  shlibpath_var=LIBPATH
53077 +
53078 +  # AIX 3 has no versioning support, so we append a major version to the name.
53079 +  soname_spec='${libname}${release}${shared_ext}$major'
53080 +  ;;
53081 +
53082 +aix[[4-9]]*)
53083 +  version_type=linux
53084 +  need_lib_prefix=no
53085 +  need_version=no
53086 +  hardcode_into_libs=yes
53087 +  if test "$host_cpu" = ia64; then
53088 +    # AIX 5 supports IA64
53089 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
53090 +    shlibpath_var=LD_LIBRARY_PATH
53091 +  else
53092 +    # With GCC up to 2.95.x, collect2 would create an import file
53093 +    # for dependence libraries.  The import file would start with
53094 +    # the line `#! .'.  This would cause the generated library to
53095 +    # depend on `.', always an invalid library.  This was fixed in
53096 +    # development snapshots of GCC prior to 3.0.
53097 +    case $host_os in
53098 +      aix4 | aix4.[[01]] | aix4.[[01]].*)
53099 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
53100 +          echo ' yes '
53101 +          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
53102 +       :
53103 +      else
53104 +       can_build_shared=no
53105 +      fi
53106 +      ;;
53107 +    esac
53108 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
53109 +    # soname into executable. Probably we can add versioning support to
53110 +    # collect2, so additional links can be useful in future.
53111 +    if test "$aix_use_runtimelinking" = yes; then
53112 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
53113 +      # instead of lib<name>.a to let people know that these are not
53114 +      # typical AIX shared libraries.
53115 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53116 +    else
53117 +      # We preserve .a as extension for shared libraries through AIX4.2
53118 +      # and later when we are not doing run time linking.
53119 +      library_names_spec='${libname}${release}.a $libname.a'
53120 +      soname_spec='${libname}${release}${shared_ext}$major'
53121 +    fi
53122 +    shlibpath_var=LIBPATH
53123 +  fi
53124 +  ;;
53125 +
53126 +amigaos*)
53127 +  library_names_spec='$libname.ixlibrary $libname.a'
53128 +  # Create ${libname}_ixlibrary.a entries in /sys/libs.
53129 +  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
53130 +  ;;
53131 +
53132 +beos*)
53133 +  library_names_spec='${libname}${shared_ext}'
53134 +  dynamic_linker="$host_os ld.so"
53135 +  shlibpath_var=LIBRARY_PATH
53136 +  ;;
53137 +
53138 +bsdi[[45]]*)
53139 +  version_type=linux
53140 +  need_version=no
53141 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53142 +  soname_spec='${libname}${release}${shared_ext}$major'
53143 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
53144 +  shlibpath_var=LD_LIBRARY_PATH
53145 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
53146 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
53147 +  # the default ld.so.conf also contains /usr/contrib/lib and
53148 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
53149 +  # libtool to hard-code these into programs
53150 +  ;;
53151 +
53152 +cygwin* | mingw* | pw32*)
53153 +  version_type=windows
53154 +  shrext_cmds=".dll"
53155 +  need_version=no
53156 +  need_lib_prefix=no
53157 +
53158 +  case $GCC,$host_os in
53159 +  yes,cygwin* | yes,mingw* | yes,pw32*)
53160 +    library_names_spec='$libname.dll.a'
53161 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
53162 +    postinstall_cmds='base_file=`basename \${file}`~
53163 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
53164 +      dldir=$destdir/`dirname \$dlpath`~
53165 +      test -d \$dldir || mkdir -p \$dldir~
53166 +      $install_prog $dir/$dlname \$dldir/$dlname~
53167 +      chmod a+x \$dldir/$dlname'
53168 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
53169 +      dlpath=$dir/\$dldll~
53170 +       $rm \$dlpath'
53171 +    shlibpath_overrides_runpath=yes
53172 +
53173 +    case $host_os in
53174 +    cygwin*)
53175 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
53176 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
53177 +      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
53178 +      ;;
53179 +    mingw*)
53180 +      # MinGW DLLs use traditional 'lib' prefix
53181 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
53182 +      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
53183 +      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
53184 +        # It is most probably a Windows format PATH printed by
53185 +        # mingw gcc, but we are running on Cygwin. Gcc prints its search
53186 +        # path with ; separators, and with drive letters. We can handle the
53187 +        # drive letters (cygwin fileutils understands them), so leave them,
53188 +        # especially as we might pass files found there to a mingw objdump,
53189 +        # which wouldn't understand a cygwinified path. Ahh.
53190 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
53191 +      else
53192 +        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
53193 +      fi
53194 +      ;;
53195 +    pw32*)
53196 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
53197 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
53198 +      ;;
53199 +    esac
53200 +    ;;
53201 +
53202 +  *)
53203 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
53204 +    ;;
53205 +  esac
53206 +  dynamic_linker='Win32 ld.exe'
53207 +  # FIXME: first we should search . and the directory the executable is in
53208 +  shlibpath_var=PATH
53209 +  ;;
53210 +
53211 +darwin* | rhapsody*)
53212 +  dynamic_linker="$host_os dyld"
53213 +  version_type=darwin
53214 +  need_lib_prefix=no
53215 +  need_version=no
53216 +  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
53217 +  soname_spec='${libname}${release}${major}$shared_ext'
53218 +  shlibpath_overrides_runpath=yes
53219 +  shlibpath_var=DYLD_LIBRARY_PATH
53220 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
53221 +  m4_if([$1], [],[
53222 +  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
53223 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
53224 +  ;;
53225 +
53226 +dgux*)
53227 +  version_type=linux
53228 +  need_lib_prefix=no
53229 +  need_version=no
53230 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
53231 +  soname_spec='${libname}${release}${shared_ext}$major'
53232 +  shlibpath_var=LD_LIBRARY_PATH
53233 +  ;;
53234 +
53235 +freebsd1*)
53236 +  dynamic_linker=no
53237 +  ;;
53238 +
53239 +freebsd* | dragonfly*)
53240 +  # DragonFly does not have aout.  When/if they implement a new
53241 +  # versioning mechanism, adjust this.
53242 +  if test -x /usr/bin/objformat; then
53243 +    objformat=`/usr/bin/objformat`
53244 +  else
53245 +    case $host_os in
53246 +    freebsd[[123]]*) objformat=aout ;;
53247 +    *) objformat=elf ;;
53248 +    esac
53249 +  fi
53250 +  version_type=freebsd-$objformat
53251 +  case $version_type in
53252 +    freebsd-elf*)
53253 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
53254 +      need_version=no
53255 +      need_lib_prefix=no
53256 +      ;;
53257 +    freebsd-*)
53258 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
53259 +      need_version=yes
53260 +      ;;
53261 +  esac
53262 +  shlibpath_var=LD_LIBRARY_PATH
53263 +  case $host_os in
53264 +  freebsd2*)
53265 +    shlibpath_overrides_runpath=yes
53266 +    ;;
53267 +  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
53268 +    shlibpath_overrides_runpath=yes
53269 +    hardcode_into_libs=yes
53270 +    ;;
53271 +  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
53272 +  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
53273 +    shlibpath_overrides_runpath=no
53274 +    hardcode_into_libs=yes
53275 +    ;;
53276 +  *) # from 4.6 on, and DragonFly
53277 +    shlibpath_overrides_runpath=yes
53278 +    hardcode_into_libs=yes
53279 +    ;;
53280 +  esac
53281 +  ;;
53282 +
53283 +gnu*)
53284 +  version_type=linux
53285 +  need_lib_prefix=no
53286 +  need_version=no
53287 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
53288 +  soname_spec='${libname}${release}${shared_ext}$major'
53289 +  shlibpath_var=LD_LIBRARY_PATH
53290 +  hardcode_into_libs=yes
53291 +  ;;
53292 +
53293 +hpux9* | hpux10* | hpux11*)
53294 +  # Give a soname corresponding to the major version so that dld.sl refuses to
53295 +  # link against other versions.
53296 +  version_type=sunos
53297 +  need_lib_prefix=no
53298 +  need_version=no
53299 +  case $host_cpu in
53300 +  ia64*)
53301 +    shrext_cmds='.so'
53302 +    hardcode_into_libs=yes
53303 +    dynamic_linker="$host_os dld.so"
53304 +    shlibpath_var=LD_LIBRARY_PATH
53305 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
53306 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53307 +    soname_spec='${libname}${release}${shared_ext}$major'
53308 +    if test "X$HPUX_IA64_MODE" = X32; then
53309 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
53310 +    else
53311 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
53312 +    fi
53313 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
53314 +    ;;
53315 +   hppa*64*)
53316 +     shrext_cmds='.sl'
53317 +     hardcode_into_libs=yes
53318 +     dynamic_linker="$host_os dld.sl"
53319 +     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
53320 +     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
53321 +     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53322 +     soname_spec='${libname}${release}${shared_ext}$major'
53323 +     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
53324 +     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
53325 +     ;;
53326 +   *)
53327 +    shrext_cmds='.sl'
53328 +    dynamic_linker="$host_os dld.sl"
53329 +    shlibpath_var=SHLIB_PATH
53330 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
53331 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53332 +    soname_spec='${libname}${release}${shared_ext}$major'
53333 +    ;;
53334 +  esac
53335 +  # HP-UX runs *really* slowly unless shared libraries are mode 555.
53336 +  postinstall_cmds='chmod 555 $lib'
53337 +  ;;
53338 +
53339 +interix[[3-9]]*)
53340 +  version_type=linux
53341 +  need_lib_prefix=no
53342 +  need_version=no
53343 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
53344 +  soname_spec='${libname}${release}${shared_ext}$major'
53345 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
53346 +  shlibpath_var=LD_LIBRARY_PATH
53347 +  shlibpath_overrides_runpath=no
53348 +  hardcode_into_libs=yes
53349 +  ;;
53350 +
53351 +irix5* | irix6* | nonstopux*)
53352 +  case $host_os in
53353 +    nonstopux*) version_type=nonstopux ;;
53354 +    *)
53355 +       if test "$lt_cv_prog_gnu_ld" = yes; then
53356 +               version_type=linux
53357 +       else
53358 +               version_type=irix
53359 +       fi ;;
53360 +  esac
53361 +  need_lib_prefix=no
53362 +  need_version=no
53363 +  soname_spec='${libname}${release}${shared_ext}$major'
53364 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
53365 +  case $host_os in
53366 +  irix5* | nonstopux*)
53367 +    libsuff= shlibsuff=
53368 +    ;;
53369 +  *)
53370 +    case $LD in # libtool.m4 will add one of these switches to LD
53371 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
53372 +      libsuff= shlibsuff= libmagic=32-bit;;
53373 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
53374 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
53375 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
53376 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
53377 +    *) libsuff= shlibsuff= libmagic=never-match;;
53378 +    esac
53379 +    ;;
53380 +  esac
53381 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
53382 +  shlibpath_overrides_runpath=no
53383 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
53384 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
53385 +  hardcode_into_libs=yes
53386 +  ;;
53387 +
53388 +# No shared lib support for Linux oldld, aout, or coff.
53389 +linux*oldld* | linux*aout* | linux*coff*)
53390 +  dynamic_linker=no
53391 +  ;;
53392 +
53393 +# This must be Linux ELF.
53394 +linux* | k*bsd*-gnu)
53395 +  version_type=linux
53396 +  need_lib_prefix=no
53397 +  need_version=no
53398 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53399 +  soname_spec='${libname}${release}${shared_ext}$major'
53400 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
53401 +  shlibpath_var=LD_LIBRARY_PATH
53402 +  shlibpath_overrides_runpath=no
53403 +  # This implies no fast_install, which is unacceptable.
53404 +  # Some rework will be needed to allow for fast_install
53405 +  # before this can be enabled.
53406 +  hardcode_into_libs=yes
53407 +
53408 +  # Append ld.so.conf contents to the search path
53409 +  if test -f /etc/ld.so.conf; then
53410 +    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;/^$/d' | tr '\n' ' '`
53411 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
53412 +  fi
53413 +
53414 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
53415 +  # powerpc, because MkLinux only supported shared libraries with the
53416 +  # GNU dynamic linker.  Since this was broken with cross compilers,
53417 +  # most powerpc-linux boxes support dynamic linking these days and
53418 +  # people can always --disable-shared, the test was removed, and we
53419 +  # assume the GNU/Linux dynamic linker is in use.
53420 +  dynamic_linker='GNU/Linux ld.so'
53421 +  ;;
53422 +
53423 +netbsdelf*-gnu)
53424 +  version_type=linux
53425 +  need_lib_prefix=no
53426 +  need_version=no
53427 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
53428 +  soname_spec='${libname}${release}${shared_ext}$major'
53429 +  shlibpath_var=LD_LIBRARY_PATH
53430 +  shlibpath_overrides_runpath=no
53431 +  hardcode_into_libs=yes
53432 +  dynamic_linker='NetBSD ld.elf_so'
53433 +  ;;
53434 +
53435 +netbsd*)
53436 +  version_type=sunos
53437 +  need_lib_prefix=no
53438 +  need_version=no
53439 +  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
53440 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
53441 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
53442 +    dynamic_linker='NetBSD (a.out) ld.so'
53443 +  else
53444 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
53445 +    soname_spec='${libname}${release}${shared_ext}$major'
53446 +    dynamic_linker='NetBSD ld.elf_so'
53447 +  fi
53448 +  shlibpath_var=LD_LIBRARY_PATH
53449 +  shlibpath_overrides_runpath=yes
53450 +  hardcode_into_libs=yes
53451 +  ;;
53452 +
53453 +newsos6)
53454 +  version_type=linux
53455 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53456 +  shlibpath_var=LD_LIBRARY_PATH
53457 +  shlibpath_overrides_runpath=yes
53458 +  ;;
53459 +
53460 +nto-qnx*)
53461 +  version_type=linux
53462 +  need_lib_prefix=no
53463 +  need_version=no
53464 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53465 +  soname_spec='${libname}${release}${shared_ext}$major'
53466 +  shlibpath_var=LD_LIBRARY_PATH
53467 +  shlibpath_overrides_runpath=yes
53468 +  ;;
53469 +
53470 +openbsd*)
53471 +  version_type=sunos
53472 +  sys_lib_dlsearch_path_spec="/usr/lib"
53473 +  need_lib_prefix=no
53474 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
53475 +  case $host_os in
53476 +    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
53477 +    *)                         need_version=no  ;;
53478 +  esac
53479 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
53480 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
53481 +  shlibpath_var=LD_LIBRARY_PATH
53482 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
53483 +    case $host_os in
53484 +      openbsd2.[[89]] | openbsd2.[[89]].*)
53485 +       shlibpath_overrides_runpath=no
53486 +       ;;
53487 +      *)
53488 +       shlibpath_overrides_runpath=yes
53489 +       ;;
53490 +      esac
53491 +  else
53492 +    shlibpath_overrides_runpath=yes
53493 +  fi
53494 +  ;;
53495 +
53496 +os2*)
53497 +  libname_spec='$name'
53498 +  shrext_cmds=".dll"
53499 +  need_lib_prefix=no
53500 +  library_names_spec='$libname${shared_ext} $libname.a'
53501 +  dynamic_linker='OS/2 ld.exe'
53502 +  shlibpath_var=LIBPATH
53503 +  ;;
53504 +
53505 +osf3* | osf4* | osf5*)
53506 +  version_type=osf
53507 +  need_lib_prefix=no
53508 +  need_version=no
53509 +  soname_spec='${libname}${release}${shared_ext}$major'
53510 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53511 +  shlibpath_var=LD_LIBRARY_PATH
53512 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
53513 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
53514 +  ;;
53515 +
53516 +rdos*)
53517 +  dynamic_linker=no
53518 +  ;;
53519 +
53520 +solaris*)
53521 +  version_type=linux
53522 +  need_lib_prefix=no
53523 +  need_version=no
53524 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53525 +  soname_spec='${libname}${release}${shared_ext}$major'
53526 +  shlibpath_var=LD_LIBRARY_PATH
53527 +  shlibpath_overrides_runpath=yes
53528 +  hardcode_into_libs=yes
53529 +  # ldd complains unless libraries are executable
53530 +  postinstall_cmds='chmod +x $lib'
53531 +  ;;
53532 +
53533 +sunos4*)
53534 +  version_type=sunos
53535 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
53536 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
53537 +  shlibpath_var=LD_LIBRARY_PATH
53538 +  shlibpath_overrides_runpath=yes
53539 +  if test "$with_gnu_ld" = yes; then
53540 +    need_lib_prefix=no
53541 +  fi
53542 +  need_version=yes
53543 +  ;;
53544 +
53545 +sysv4 | sysv4.3*)
53546 +  version_type=linux
53547 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53548 +  soname_spec='${libname}${release}${shared_ext}$major'
53549 +  shlibpath_var=LD_LIBRARY_PATH
53550 +  case $host_vendor in
53551 +    sni)
53552 +      shlibpath_overrides_runpath=no
53553 +      need_lib_prefix=no
53554 +      export_dynamic_flag_spec='${wl}-Blargedynsym'
53555 +      runpath_var=LD_RUN_PATH
53556 +      ;;
53557 +    siemens)
53558 +      need_lib_prefix=no
53559 +      ;;
53560 +    motorola)
53561 +      need_lib_prefix=no
53562 +      need_version=no
53563 +      shlibpath_overrides_runpath=no
53564 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
53565 +      ;;
53566 +  esac
53567 +  ;;
53568 +
53569 +sysv4*MP*)
53570 +  if test -d /usr/nec ;then
53571 +    version_type=linux
53572 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
53573 +    soname_spec='$libname${shared_ext}.$major'
53574 +    shlibpath_var=LD_LIBRARY_PATH
53575 +  fi
53576 +  ;;
53577 +
53578 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
53579 +  version_type=freebsd-elf
53580 +  need_lib_prefix=no
53581 +  need_version=no
53582 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
53583 +  soname_spec='${libname}${release}${shared_ext}$major'
53584 +  shlibpath_var=LD_LIBRARY_PATH
53585 +  hardcode_into_libs=yes
53586 +  if test "$with_gnu_ld" = yes; then
53587 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
53588 +    shlibpath_overrides_runpath=no
53589 +  else
53590 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
53591 +    shlibpath_overrides_runpath=yes
53592 +    case $host_os in
53593 +      sco3.2v5*)
53594 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
53595 +       ;;
53596 +    esac
53597 +  fi
53598 +  sys_lib_dlsearch_path_spec='/usr/lib'
53599 +  ;;
53600 +
53601 +uts4*)
53602 +  version_type=linux
53603 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
53604 +  soname_spec='${libname}${release}${shared_ext}$major'
53605 +  shlibpath_var=LD_LIBRARY_PATH
53606 +  ;;
53607 +
53608 +*)
53609 +  dynamic_linker=no
53610 +  ;;
53611 +esac
53612 +AC_MSG_RESULT([$dynamic_linker])
53613 +test "$dynamic_linker" = no && can_build_shared=no
53614 +
53615 +AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
53616 +[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
53617 +sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
53618 +AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
53619 +[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
53620 +sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
53621 +
53622 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
53623 +if test "$GCC" = yes; then
53624 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
53625 +fi
53626 +])
53627 +m4trace:/usr/share/aclocal/libtool.m4:1920: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
53628 +AC_ARG_WITH([tags],
53629 +    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
53630 +        [include additional configurations @<:@automatic@:>@])],
53631 +    [tagnames="$withval"])
53632 +
53633 +if test -f "$ltmain" && test -n "$tagnames"; then
53634 +  if test ! -f "${ofile}"; then
53635 +    AC_MSG_WARN([output file `$ofile' does not exist])
53636 +  fi
53637 +
53638 +  if test -z "$LTCC"; then
53639 +    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
53640 +    if test -z "$LTCC"; then
53641 +      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
53642 +    else
53643 +      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
53644 +    fi
53645 +  fi
53646 +  if test -z "$LTCFLAGS"; then
53647 +    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
53648 +  fi
53649 +
53650 +  # Extract list of available tagged configurations in $ofile.
53651 +  # Note that this assumes the entire list is on one line.
53652 +  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
53653 +
53654 +  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
53655 +  for tagname in $tagnames; do
53656 +    IFS="$lt_save_ifs"
53657 +    # Check whether tagname contains only valid characters
53658 +    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
53659 +    "") ;;
53660 +    *)  AC_MSG_ERROR([invalid tag name: $tagname])
53661 +       ;;
53662 +    esac
53663 +
53664 +    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
53665 +    then
53666 +      AC_MSG_ERROR([tag name \"$tagname\" already exists])
53667 +    fi
53668 +
53669 +    # Update the list of available tags.
53670 +    if test -n "$tagname"; then
53671 +      echo appending configuration tag \"$tagname\" to $ofile
53672 +
53673 +      case $tagname in
53674 +      CXX)
53675 +       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
53676 +           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
53677 +           (test "X$CXX" != "Xg++"))) ; then
53678 +         AC_LIBTOOL_LANG_CXX_CONFIG
53679 +       else
53680 +         tagname=""
53681 +       fi
53682 +       ;;
53683 +
53684 +      F77)
53685 +       if test -n "$F77" && test "X$F77" != "Xno"; then
53686 +         AC_LIBTOOL_LANG_F77_CONFIG
53687 +       else
53688 +         tagname=""
53689 +       fi
53690 +       ;;
53691 +
53692 +      GCJ)
53693 +       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
53694 +         AC_LIBTOOL_LANG_GCJ_CONFIG
53695 +       else
53696 +         tagname=""
53697 +       fi
53698 +       ;;
53699 +
53700 +      RC)
53701 +       AC_LIBTOOL_LANG_RC_CONFIG
53702 +       ;;
53703 +
53704 +      *)
53705 +       AC_MSG_ERROR([Unsupported tag name: $tagname])
53706 +       ;;
53707 +      esac
53708 +
53709 +      # Append the new tag name to the list of available tags.
53710 +      if test -n "$tagname" ; then
53711 +      available_tags="$available_tags $tagname"
53712 +    fi
53713 +    fi
53714 +  done
53715 +  IFS="$lt_save_ifs"
53716 +
53717 +  # Now substitute the updated list of available tags.
53718 +  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
53719 +    mv "${ofile}T" "$ofile"
53720 +    chmod +x "$ofile"
53721 +  else
53722 +    rm -f "${ofile}T"
53723 +    AC_MSG_ERROR([unable to update list of available tagged configurations.])
53724 +  fi
53725 +fi
53726 +])
53727 +m4trace:/usr/share/aclocal/libtool.m4:2026: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
53728 +])
53729 +m4trace:/usr/share/aclocal/libtool.m4:2034: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
53730 +])
53731 +m4trace:/usr/share/aclocal/libtool.m4:2043: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
53732 +AC_ARG_ENABLE([shared],
53733 +    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
53734 +       [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
53735 +    [p=${PACKAGE-default}
53736 +    case $enableval in
53737 +    yes) enable_shared=yes ;;
53738 +    no) enable_shared=no ;;
53739 +    *)
53740 +      enable_shared=no
53741 +      # Look at the argument we got.  We use all the common list separators.
53742 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
53743 +      for pkg in $enableval; do
53744 +       IFS="$lt_save_ifs"
53745 +       if test "X$pkg" = "X$p"; then
53746 +         enable_shared=yes
53747 +       fi
53748 +      done
53749 +      IFS="$lt_save_ifs"
53750 +      ;;
53751 +    esac],
53752 +    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
53753 +])
53754 +m4trace:/usr/share/aclocal/libtool.m4:2072: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
53755 +AC_ENABLE_SHARED(no)
53756 +])
53757 +m4trace:/usr/share/aclocal/libtool.m4:2082: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
53758 +AC_ARG_ENABLE([static],
53759 +    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
53760 +       [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
53761 +    [p=${PACKAGE-default}
53762 +    case $enableval in
53763 +    yes) enable_static=yes ;;
53764 +    no) enable_static=no ;;
53765 +    *)
53766 +     enable_static=no
53767 +      # Look at the argument we got.  We use all the common list separators.
53768 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
53769 +      for pkg in $enableval; do
53770 +       IFS="$lt_save_ifs"
53771 +       if test "X$pkg" = "X$p"; then
53772 +         enable_static=yes
53773 +       fi
53774 +      done
53775 +      IFS="$lt_save_ifs"
53776 +      ;;
53777 +    esac],
53778 +    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
53779 +])
53780 +m4trace:/usr/share/aclocal/libtool.m4:2111: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
53781 +AC_ENABLE_STATIC(no)
53782 +])
53783 +m4trace:/usr/share/aclocal/libtool.m4:2121: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
53784 +AC_ARG_ENABLE([fast-install],
53785 +    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
53786 +    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
53787 +    [p=${PACKAGE-default}
53788 +    case $enableval in
53789 +    yes) enable_fast_install=yes ;;
53790 +    no) enable_fast_install=no ;;
53791 +    *)
53792 +      enable_fast_install=no
53793 +      # Look at the argument we got.  We use all the common list separators.
53794 +      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
53795 +      for pkg in $enableval; do
53796 +       IFS="$lt_save_ifs"
53797 +       if test "X$pkg" = "X$p"; then
53798 +         enable_fast_install=yes
53799 +       fi
53800 +      done
53801 +      IFS="$lt_save_ifs"
53802 +      ;;
53803 +    esac],
53804 +    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
53805 +])
53806 +m4trace:/usr/share/aclocal/libtool.m4:2150: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
53807 +AC_ENABLE_FAST_INSTALL(no)
53808 +])
53809 +m4trace:/usr/share/aclocal/libtool.m4:2160: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
53810 +pic_mode=ifelse($#,1,$1,default)
53811 +])
53812 +m4trace:/usr/share/aclocal/libtool.m4:2184: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
53813 +AC_MSG_CHECKING([for $1])
53814 +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
53815 +[case $MAGIC_CMD in
53816 +[[\\/*] |  ?:[\\/]*])
53817 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
53818 +  ;;
53819 +*)
53820 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
53821 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
53822 +dnl $ac_dummy forces splitting on constant user-supplied paths.
53823 +dnl POSIX.2 word splitting is done only on the output of word expansions,
53824 +dnl not every word.  This closes a longstanding sh security hole.
53825 +  ac_dummy="ifelse([$2], , $PATH, [$2])"
53826 +  for ac_dir in $ac_dummy; do
53827 +    IFS="$lt_save_ifs"
53828 +    test -z "$ac_dir" && ac_dir=.
53829 +    if test -f $ac_dir/$1; then
53830 +      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
53831 +      if test -n "$file_magic_test_file"; then
53832 +       case $deplibs_check_method in
53833 +       "file_magic "*)
53834 +         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
53835 +         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
53836 +         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
53837 +           $EGREP "$file_magic_regex" > /dev/null; then
53838 +           :
53839 +         else
53840 +           cat <<EOF 1>&2
53841 +
53842 +*** Warning: the command libtool uses to detect shared libraries,
53843 +*** $file_magic_cmd, produces output that libtool cannot recognize.
53844 +*** The result is that libtool may fail to recognize shared libraries
53845 +*** as such.  This will affect the creation of libtool libraries that
53846 +*** depend on shared libraries, but programs linked with such libtool
53847 +*** libraries will work regardless of this problem.  Nevertheless, you
53848 +*** may want to report the problem to your system manager and/or to
53849 +*** bug-libtool@gnu.org
53850 +
53851 +EOF
53852 +         fi ;;
53853 +       esac
53854 +      fi
53855 +      break
53856 +    fi
53857 +  done
53858 +  IFS="$lt_save_ifs"
53859 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
53860 +  ;;
53861 +esac])
53862 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
53863 +if test -n "$MAGIC_CMD"; then
53864 +  AC_MSG_RESULT($MAGIC_CMD)
53865 +else
53866 +  AC_MSG_RESULT(no)
53867 +fi
53868 +])
53869 +m4trace:/usr/share/aclocal/libtool.m4:2247: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
53870 +if test -z "$lt_cv_path_MAGIC_CMD"; then
53871 +  if test -n "$ac_tool_prefix"; then
53872 +    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
53873 +  else
53874 +    MAGIC_CMD=:
53875 +  fi
53876 +fi
53877 +])
53878 +m4trace:/usr/share/aclocal/libtool.m4:2262: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
53879 +    [AC_HELP_STRING([--with-gnu-ld],
53880 +       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
53881 +    [test "$withval" = no || with_gnu_ld=yes],
53882 +    [with_gnu_ld=no])
53883 +AC_REQUIRE([LT_AC_PROG_SED])dnl
53884 +AC_REQUIRE([AC_PROG_CC])dnl
53885 +AC_REQUIRE([AC_CANONICAL_HOST])dnl
53886 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
53887 +ac_prog=ld
53888 +if test "$GCC" = yes; then
53889 +  # Check if gcc -print-prog-name=ld gives a path.
53890 +  AC_MSG_CHECKING([for ld used by $CC])
53891 +  case $host in
53892 +  *-*-mingw*)
53893 +    # gcc leaves a trailing carriage return which upsets mingw
53894 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
53895 +  *)
53896 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
53897 +  esac
53898 +  case $ac_prog in
53899 +    # Accept absolute paths.
53900 +    [[\\/]]* | ?:[[\\/]]*)
53901 +      re_direlt='/[[^/]][[^/]]*/\.\./'
53902 +      # Canonicalize the pathname of ld
53903 +      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
53904 +      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
53905 +       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
53906 +      done
53907 +      test -z "$LD" && LD="$ac_prog"
53908 +      ;;
53909 +  "")
53910 +    # If it fails, then pretend we aren't using GCC.
53911 +    ac_prog=ld
53912 +    ;;
53913 +  *)
53914 +    # If it is relative, then search for the first ld in PATH.
53915 +    with_gnu_ld=unknown
53916 +    ;;
53917 +  esac
53918 +elif test "$with_gnu_ld" = yes; then
53919 +  AC_MSG_CHECKING([for GNU ld])
53920 +else
53921 +  AC_MSG_CHECKING([for non-GNU ld])
53922 +fi
53923 +AC_CACHE_VAL(lt_cv_path_LD,
53924 +[if test -z "$LD"; then
53925 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
53926 +  for ac_dir in $PATH; do
53927 +    IFS="$lt_save_ifs"
53928 +    test -z "$ac_dir" && ac_dir=.
53929 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
53930 +      lt_cv_path_LD="$ac_dir/$ac_prog"
53931 +      # Check to see if the program is GNU ld.  I'd rather use --version,
53932 +      # but apparently some variants of GNU ld only accept -v.
53933 +      # Break only if it was the GNU/non-GNU ld that we prefer.
53934 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
53935 +      *GNU* | *'with BFD'*)
53936 +       test "$with_gnu_ld" != no && break
53937 +       ;;
53938 +      *)
53939 +       test "$with_gnu_ld" != yes && break
53940 +       ;;
53941 +      esac
53942 +    fi
53943 +  done
53944 +  IFS="$lt_save_ifs"
53945 +else
53946 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
53947 +fi])
53948 +LD="$lt_cv_path_LD"
53949 +if test -n "$LD"; then
53950 +  AC_MSG_RESULT($LD)
53951 +else
53952 +  AC_MSG_RESULT(no)
53953 +fi
53954 +test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
53955 +AC_PROG_LD_GNU
53956 +])
53957 +m4trace:/usr/share/aclocal/libtool.m4:2346: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
53958 +AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
53959 +[# I'd rather use --version here, but apparently some GNU lds only accept -v.
53960 +case `$LD -v 2>&1 </dev/null` in
53961 +*GNU* | *'with BFD'*)
53962 +  lt_cv_prog_gnu_ld=yes
53963 +  ;;
53964 +*)
53965 +  lt_cv_prog_gnu_ld=no
53966 +  ;;
53967 +esac])
53968 +with_gnu_ld=$lt_cv_prog_gnu_ld
53969 +])
53970 +m4trace:/usr/share/aclocal/libtool.m4:2366: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
53971 +  lt_cv_ld_reload_flag,
53972 +  [lt_cv_ld_reload_flag='-r'])
53973 +reload_flag=$lt_cv_ld_reload_flag
53974 +case $reload_flag in
53975 +"" | " "*) ;;
53976 +*) reload_flag=" $reload_flag" ;;
53977 +esac
53978 +reload_cmds='$LD$reload_flag -o $output$reload_objs'
53979 +case $host_os in
53980 +  darwin*)
53981 +    if test "$GCC" = yes; then
53982 +      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
53983 +    else
53984 +      reload_cmds='$LD$reload_flag -o $output$reload_objs'
53985 +    fi
53986 +    ;;
53987 +esac
53988 +])
53989 +m4trace:/usr/share/aclocal/libtool.m4:2392: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
53990 +lt_cv_deplibs_check_method,
53991 +[lt_cv_file_magic_cmd='$MAGIC_CMD'
53992 +lt_cv_file_magic_test_file=
53993 +lt_cv_deplibs_check_method='unknown'
53994 +# Need to set the preceding variable on all platforms that support
53995 +# interlibrary dependencies.
53996 +# 'none' -- dependencies not supported.
53997 +# `unknown' -- same as none, but documents that we really don't know.
53998 +# 'pass_all' -- all dependencies passed with no checks.
53999 +# 'test_compile' -- check by making test program.
54000 +# 'file_magic [[regex]]' -- check by looking for files in library path
54001 +# which responds to the $file_magic_cmd with a given extended regex.
54002 +# If you have `file' or equivalent on your system and you're not sure
54003 +# whether `pass_all' will *always* work, you probably want this one.
54004 +
54005 +case $host_os in
54006 +aix[[4-9]]*)
54007 +  lt_cv_deplibs_check_method=pass_all
54008 +  ;;
54009 +
54010 +beos*)
54011 +  lt_cv_deplibs_check_method=pass_all
54012 +  ;;
54013 +
54014 +bsdi[[45]]*)
54015 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
54016 +  lt_cv_file_magic_cmd='/usr/bin/file -L'
54017 +  lt_cv_file_magic_test_file=/shlib/libc.so
54018 +  ;;
54019 +
54020 +cygwin*)
54021 +  # func_win32_libid is a shell function defined in ltmain.sh
54022 +  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
54023 +  lt_cv_file_magic_cmd='func_win32_libid'
54024 +  ;;
54025 +
54026 +mingw* | pw32*)
54027 +  # Base MSYS/MinGW do not provide the 'file' command needed by
54028 +  # func_win32_libid shell function, so use a weaker test based on 'objdump',
54029 +  # unless we find 'file', for example because we are cross-compiling.
54030 +  if ( file / ) >/dev/null 2>&1; then
54031 +    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
54032 +    lt_cv_file_magic_cmd='func_win32_libid'
54033 +  else
54034 +    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
54035 +    lt_cv_file_magic_cmd='$OBJDUMP -f'
54036 +  fi
54037 +  ;;
54038 +
54039 +darwin* | rhapsody*)
54040 +  lt_cv_deplibs_check_method=pass_all
54041 +  ;;
54042 +
54043 +freebsd* | dragonfly*)
54044 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
54045 +    case $host_cpu in
54046 +    i*86 )
54047 +      # Not sure whether the presence of OpenBSD here was a mistake.
54048 +      # Let's accept both of them until this is cleared up.
54049 +      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
54050 +      lt_cv_file_magic_cmd=/usr/bin/file
54051 +      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
54052 +      ;;
54053 +    esac
54054 +  else
54055 +    lt_cv_deplibs_check_method=pass_all
54056 +  fi
54057 +  ;;
54058 +
54059 +gnu*)
54060 +  lt_cv_deplibs_check_method=pass_all
54061 +  ;;
54062 +
54063 +hpux10.20* | hpux11*)
54064 +  lt_cv_file_magic_cmd=/usr/bin/file
54065 +  case $host_cpu in
54066 +  ia64*)
54067 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
54068 +    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
54069 +    ;;
54070 +  hppa*64*)
54071 +    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
54072 +    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
54073 +    ;;
54074 +  *)
54075 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
54076 +    lt_cv_file_magic_test_file=/usr/lib/libc.sl
54077 +    ;;
54078 +  esac
54079 +  ;;
54080 +
54081 +interix[[3-9]]*)
54082 +  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
54083 +  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
54084 +  ;;
54085 +
54086 +irix5* | irix6* | nonstopux*)
54087 +  case $LD in
54088 +  *-32|*"-32 ") libmagic=32-bit;;
54089 +  *-n32|*"-n32 ") libmagic=N32;;
54090 +  *-64|*"-64 ") libmagic=64-bit;;
54091 +  *) libmagic=never-match;;
54092 +  esac
54093 +  lt_cv_deplibs_check_method=pass_all
54094 +  ;;
54095 +
54096 +# This must be Linux ELF.
54097 +linux* | k*bsd*-gnu)
54098 +  lt_cv_deplibs_check_method=pass_all
54099 +  ;;
54100 +
54101 +netbsd* | netbsdelf*-gnu)
54102 +  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
54103 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
54104 +  else
54105 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
54106 +  fi
54107 +  ;;
54108 +
54109 +newos6*)
54110 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
54111 +  lt_cv_file_magic_cmd=/usr/bin/file
54112 +  lt_cv_file_magic_test_file=/usr/lib/libnls.so
54113 +  ;;
54114 +
54115 +nto-qnx*)
54116 +  lt_cv_deplibs_check_method=unknown
54117 +  ;;
54118 +
54119 +openbsd*)
54120 +  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
54121 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
54122 +  else
54123 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
54124 +  fi
54125 +  ;;
54126 +
54127 +osf3* | osf4* | osf5*)
54128 +  lt_cv_deplibs_check_method=pass_all
54129 +  ;;
54130 +
54131 +rdos*)
54132 +  lt_cv_deplibs_check_method=pass_all
54133 +  ;;
54134 +
54135 +solaris*)
54136 +  lt_cv_deplibs_check_method=pass_all
54137 +  ;;
54138 +
54139 +sysv4 | sysv4.3*)
54140 +  case $host_vendor in
54141 +  motorola)
54142 +    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]]'
54143 +    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
54144 +    ;;
54145 +  ncr)
54146 +    lt_cv_deplibs_check_method=pass_all
54147 +    ;;
54148 +  sequent)
54149 +    lt_cv_file_magic_cmd='/bin/file'
54150 +    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
54151 +    ;;
54152 +  sni)
54153 +    lt_cv_file_magic_cmd='/bin/file'
54154 +    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
54155 +    lt_cv_file_magic_test_file=/lib/libc.so
54156 +    ;;
54157 +  siemens)
54158 +    lt_cv_deplibs_check_method=pass_all
54159 +    ;;
54160 +  pc)
54161 +    lt_cv_deplibs_check_method=pass_all
54162 +    ;;
54163 +  esac
54164 +  ;;
54165 +
54166 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
54167 +  lt_cv_deplibs_check_method=pass_all
54168 +  ;;
54169 +esac
54170 +])
54171 +file_magic_cmd=$lt_cv_file_magic_cmd
54172 +deplibs_check_method=$lt_cv_deplibs_check_method
54173 +test -z "$deplibs_check_method" && deplibs_check_method=unknown
54174 +])
54175 +m4trace:/usr/share/aclocal/libtool.m4:2584: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
54176 +[if test -n "$NM"; then
54177 +  # Let the user override the test.
54178 +  lt_cv_path_NM="$NM"
54179 +else
54180 +  lt_nm_to_check="${ac_tool_prefix}nm"
54181 +  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
54182 +    lt_nm_to_check="$lt_nm_to_check nm"
54183 +  fi
54184 +  for lt_tmp_nm in $lt_nm_to_check; do
54185 +    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
54186 +    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
54187 +      IFS="$lt_save_ifs"
54188 +      test -z "$ac_dir" && ac_dir=.
54189 +      tmp_nm="$ac_dir/$lt_tmp_nm"
54190 +      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
54191 +       # Check to see if the nm accepts a BSD-compat flag.
54192 +       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
54193 +       #   nm: unknown option "B" ignored
54194 +       # Tru64's nm complains that /dev/null is an invalid object file
54195 +       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
54196 +       */dev/null* | *'Invalid file or object type'*)
54197 +         lt_cv_path_NM="$tmp_nm -B"
54198 +         break
54199 +         ;;
54200 +       *)
54201 +         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
54202 +         */dev/null*)
54203 +           lt_cv_path_NM="$tmp_nm -p"
54204 +           break
54205 +           ;;
54206 +         *)
54207 +           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
54208 +           continue # so that we can try to find one that supports BSD flags
54209 +           ;;
54210 +         esac
54211 +         ;;
54212 +       esac
54213 +      fi
54214 +    done
54215 +    IFS="$lt_save_ifs"
54216 +  done
54217 +  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
54218 +fi])
54219 +NM="$lt_cv_path_NM"
54220 +])
54221 +m4trace:/usr/share/aclocal/libtool.m4:2636: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
54222 +LIBM=
54223 +case $host in
54224 +*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
54225 +  # These system don't have libm, or don't need it
54226 +  ;;
54227 +*-ncr-sysv4.3*)
54228 +  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
54229 +  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
54230 +  ;;
54231 +*)
54232 +  AC_CHECK_LIB(m, cos, LIBM="-lm")
54233 +  ;;
54234 +esac
54235 +])
54236 +m4trace:/usr/share/aclocal/libtool.m4:2665: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
54237 +  case $enable_ltdl_convenience in
54238 +  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
54239 +  "") enable_ltdl_convenience=yes
54240 +      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
54241 +  esac
54242 +  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
54243 +  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
54244 +  # For backwards non-gettext consistent compatibility...
54245 +  INCLTDL="$LTDLINCL"
54246 +])
54247 +m4trace:/usr/share/aclocal/libtool.m4:2691: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
54248 +  AC_CHECK_LIB(ltdl, lt_dlinit,
54249 +  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
54250 +  [if test x"$enable_ltdl_install" = xno; then
54251 +     AC_MSG_WARN([libltdl not installed, but installation disabled])
54252 +   else
54253 +     enable_ltdl_install=yes
54254 +   fi
54255 +  ])
54256 +  if test x"$enable_ltdl_install" = x"yes"; then
54257 +    ac_configure_args="$ac_configure_args --enable-ltdl-install"
54258 +    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
54259 +    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
54260 +  else
54261 +    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
54262 +    LIBLTDL="-lltdl"
54263 +    LTDLINCL=
54264 +  fi
54265 +  # For backwards non-gettext consistent compatibility...
54266 +  INCLTDL="$LTDLINCL"
54267 +])
54268 +m4trace:/usr/share/aclocal/libtool.m4:2718: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
54269 +])
54270 +m4trace:/usr/share/aclocal/libtool.m4:2725: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
54271 +AC_REQUIRE([_LT_AC_PROG_CXXCPP])
54272 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
54273 +])
54274 +m4trace:/usr/share/aclocal/libtool.m4:2733: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
54275 +AC_REQUIRE([AC_PROG_CXX])
54276 +if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
54277 +    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
54278 +    (test "X$CXX" != "Xg++"))) ; then
54279 +  AC_PROG_CXXCPP
54280 +fi
54281 +])
54282 +m4trace:/usr/share/aclocal/libtool.m4:2746: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
54283 +])
54284 +m4trace:/usr/share/aclocal/libtool.m4:2753: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
54285 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
54286 +])
54287 +m4trace:/usr/share/aclocal/libtool.m4:2762: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
54288 +])
54289 +m4trace:/usr/share/aclocal/libtool.m4:2769: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
54290 +  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
54291 +    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
54292 +      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
54293 +        [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
54294 +          [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
54295 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
54296 +])
54297 +m4trace:/usr/share/aclocal/libtool.m4:2783: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
54298 +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
54299 +])
54300 +m4trace:/usr/share/aclocal/libtool.m4:2794: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
54301 +m4trace:/usr/share/aclocal/libtool.m4:2795: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
54302 +AC_LANG_PUSH(C)
54303 +
54304 +# Source file extension for C test sources.
54305 +ac_ext=c
54306 +
54307 +# Object file extension for compiled C test sources.
54308 +objext=o
54309 +_LT_AC_TAGVAR(objext, $1)=$objext
54310 +
54311 +# Code to be used in simple compile tests
54312 +lt_simple_compile_test_code="int some_variable = 0;"
54313 +
54314 +# Code to be used in simple link tests
54315 +lt_simple_link_test_code='int main(){return(0);}'
54316 +
54317 +_LT_AC_SYS_COMPILER
54318 +
54319 +# save warnings/boilerplate of simple test code
54320 +_LT_COMPILER_BOILERPLATE
54321 +_LT_LINKER_BOILERPLATE
54322 +
54323 +## CAVEAT EMPTOR:
54324 +## There is no encapsulation within the following macros, do not change
54325 +## the running order or otherwise move them around unless you know exactly
54326 +## what you are doing...
54327 +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
54328 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
54329 +AC_LIBTOOL_PROG_CC_C_O($1)
54330 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
54331 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
54332 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
54333 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
54334 +AC_LIBTOOL_SYS_LIB_STRIP
54335 +AC_LIBTOOL_DLOPEN_SELF
54336 +
54337 +# Report which library types will actually be built
54338 +AC_MSG_CHECKING([if libtool supports shared libraries])
54339 +AC_MSG_RESULT([$can_build_shared])
54340 +
54341 +AC_MSG_CHECKING([whether to build shared libraries])
54342 +test "$can_build_shared" = "no" && enable_shared=no
54343 +
54344 +# On AIX, shared libraries and static libraries use the same namespace, and
54345 +# are all built from PIC.
54346 +case $host_os in
54347 +aix3*)
54348 +  test "$enable_shared" = yes && enable_static=no
54349 +  if test -n "$RANLIB"; then
54350 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
54351 +    postinstall_cmds='$RANLIB $lib'
54352 +  fi
54353 +  ;;
54354 +
54355 +aix[[4-9]]*)
54356 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
54357 +    test "$enable_shared" = yes && enable_static=no
54358 +  fi
54359 +    ;;
54360 +esac
54361 +AC_MSG_RESULT([$enable_shared])
54362 +
54363 +AC_MSG_CHECKING([whether to build static libraries])
54364 +# Make sure either enable_shared or enable_static is yes.
54365 +test "$enable_shared" = yes || enable_static=yes
54366 +AC_MSG_RESULT([$enable_static])
54367 +
54368 +AC_LIBTOOL_CONFIG($1)
54369 +
54370 +AC_LANG_POP
54371 +CC="$lt_save_CC"
54372 +])
54373 +m4trace:/usr/share/aclocal/libtool.m4:2875: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
54374 +m4trace:/usr/share/aclocal/libtool.m4:2876: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
54375 +AC_REQUIRE([AC_PROG_CXX])
54376 +AC_REQUIRE([_LT_AC_PROG_CXXCPP])
54377 +
54378 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
54379 +_LT_AC_TAGVAR(allow_undefined_flag, $1)=
54380 +_LT_AC_TAGVAR(always_export_symbols, $1)=no
54381 +_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
54382 +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
54383 +_LT_AC_TAGVAR(hardcode_direct, $1)=no
54384 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
54385 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
54386 +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
54387 +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
54388 +_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
54389 +_LT_AC_TAGVAR(hardcode_automatic, $1)=no
54390 +_LT_AC_TAGVAR(module_cmds, $1)=
54391 +_LT_AC_TAGVAR(module_expsym_cmds, $1)=
54392 +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
54393 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
54394 +_LT_AC_TAGVAR(no_undefined_flag, $1)=
54395 +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
54396 +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
54397 +
54398 +# Dependencies to place before and after the object being linked:
54399 +_LT_AC_TAGVAR(predep_objects, $1)=
54400 +_LT_AC_TAGVAR(postdep_objects, $1)=
54401 +_LT_AC_TAGVAR(predeps, $1)=
54402 +_LT_AC_TAGVAR(postdeps, $1)=
54403 +_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
54404 +_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
54405 +
54406 +# Source file extension for C++ test sources.
54407 +ac_ext=cpp
54408 +
54409 +# Object file extension for compiled C++ test sources.
54410 +objext=o
54411 +_LT_AC_TAGVAR(objext, $1)=$objext
54412 +
54413 +# Code to be used in simple compile tests
54414 +lt_simple_compile_test_code="int some_variable = 0;"
54415 +
54416 +# Code to be used in simple link tests
54417 +lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
54418 +
54419 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
54420 +_LT_AC_SYS_COMPILER
54421 +
54422 +# save warnings/boilerplate of simple test code
54423 +_LT_COMPILER_BOILERPLATE
54424 +_LT_LINKER_BOILERPLATE
54425 +
54426 +# Allow CC to be a program name with arguments.
54427 +lt_save_CC=$CC
54428 +lt_save_LD=$LD
54429 +lt_save_GCC=$GCC
54430 +GCC=$GXX
54431 +lt_save_with_gnu_ld=$with_gnu_ld
54432 +lt_save_path_LD=$lt_cv_path_LD
54433 +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
54434 +  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
54435 +else
54436 +  $as_unset lt_cv_prog_gnu_ld
54437 +fi
54438 +if test -n "${lt_cv_path_LDCXX+set}"; then
54439 +  lt_cv_path_LD=$lt_cv_path_LDCXX
54440 +else
54441 +  $as_unset lt_cv_path_LD
54442 +fi
54443 +test -z "${LDCXX+set}" || LD=$LDCXX
54444 +CC=${CXX-"c++"}
54445 +compiler=$CC
54446 +_LT_AC_TAGVAR(compiler, $1)=$CC
54447 +_LT_CC_BASENAME([$compiler])
54448 +
54449 +# We don't want -fno-exception wen compiling C++ code, so set the
54450 +# no_builtin_flag separately
54451 +if test "$GXX" = yes; then
54452 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
54453 +else
54454 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
54455 +fi
54456 +
54457 +if test "$GXX" = yes; then
54458 +  # Set up default GNU C++ configuration
54459 +
54460 +  AC_PROG_LD
54461 +
54462 +  # Check if GNU C++ uses GNU ld as the underlying linker, since the
54463 +  # archiving commands below assume that GNU ld is being used.
54464 +  if test "$with_gnu_ld" = yes; then
54465 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
54466 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
54467 +
54468 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
54469 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
54470 +
54471 +    # If archive_cmds runs LD, not CC, wlarc should be empty
54472 +    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
54473 +    #     investigate it a little bit more. (MM)
54474 +    wlarc='${wl}'
54475 +
54476 +    # ancient GNU ld didn't support --whole-archive et. al.
54477 +    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
54478 +       grep 'no-whole-archive' > /dev/null; then
54479 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
54480 +    else
54481 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
54482 +    fi
54483 +  else
54484 +    with_gnu_ld=no
54485 +    wlarc=
54486 +
54487 +    # A generic and very simple default shared library creation
54488 +    # command for GNU C++ for the case where it uses the native
54489 +    # linker, instead of GNU ld.  If possible, this setting should
54490 +    # overridden to take advantage of the native linker features on
54491 +    # the platform it is being used on.
54492 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
54493 +  fi
54494 +
54495 +  # Commands to make compiler produce verbose output that lists
54496 +  # what "hidden" libraries, object files and flags are used when
54497 +  # linking a shared library.
54498 +  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
54499 +
54500 +else
54501 +  GXX=no
54502 +  with_gnu_ld=no
54503 +  wlarc=
54504 +fi
54505 +
54506 +# PORTME: fill in a description of your system's C++ link characteristics
54507 +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
54508 +_LT_AC_TAGVAR(ld_shlibs, $1)=yes
54509 +case $host_os in
54510 +  aix3*)
54511 +    # FIXME: insert proper C++ library support
54512 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
54513 +    ;;
54514 +  aix[[4-9]]*)
54515 +    if test "$host_cpu" = ia64; then
54516 +      # On IA64, the linker does run time linking by default, so we don't
54517 +      # have to do anything special.
54518 +      aix_use_runtimelinking=no
54519 +      exp_sym_flag='-Bexport'
54520 +      no_entry_flag=""
54521 +    else
54522 +      aix_use_runtimelinking=no
54523 +
54524 +      # Test if we are trying to use run time linking or normal
54525 +      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
54526 +      # need to do runtime linking.
54527 +      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
54528 +       for ld_flag in $LDFLAGS; do
54529 +         case $ld_flag in
54530 +         *-brtl*)
54531 +           aix_use_runtimelinking=yes
54532 +           break
54533 +           ;;
54534 +         esac
54535 +       done
54536 +       ;;
54537 +      esac
54538 +
54539 +      exp_sym_flag='-bexport'
54540 +      no_entry_flag='-bnoentry'
54541 +    fi
54542 +
54543 +    # When large executables or shared objects are built, AIX ld can
54544 +    # have problems creating the table of contents.  If linking a library
54545 +    # or program results in "error TOC overflow" add -mminimal-toc to
54546 +    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
54547 +    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
54548 +
54549 +    _LT_AC_TAGVAR(archive_cmds, $1)=''
54550 +    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
54551 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
54552 +    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
54553 +
54554 +    if test "$GXX" = yes; then
54555 +      case $host_os in aix4.[[012]]|aix4.[[012]].*)
54556 +      # We only want to do this on AIX 4.2 and lower, the check
54557 +      # below for broken collect2 doesn't work under 4.3+
54558 +       collect2name=`${CC} -print-prog-name=collect2`
54559 +       if test -f "$collect2name" && \
54560 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
54561 +       then
54562 +         # We have reworked collect2
54563 +         :
54564 +       else
54565 +         # We have old collect2
54566 +         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
54567 +         # It fails to find uninstalled libraries when the uninstalled
54568 +         # path is not listed in the libpath.  Setting hardcode_minus_L
54569 +         # to unsupported forces relinking
54570 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
54571 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
54572 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
54573 +       fi
54574 +       ;;
54575 +      esac
54576 +      shared_flag='-shared'
54577 +      if test "$aix_use_runtimelinking" = yes; then
54578 +       shared_flag="$shared_flag "'${wl}-G'
54579 +      fi
54580 +    else
54581 +      # not using gcc
54582 +      if test "$host_cpu" = ia64; then
54583 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
54584 +       # chokes on -Wl,-G. The following line is correct:
54585 +       shared_flag='-G'
54586 +      else
54587 +       if test "$aix_use_runtimelinking" = yes; then
54588 +         shared_flag='${wl}-G'
54589 +       else
54590 +         shared_flag='${wl}-bM:SRE'
54591 +       fi
54592 +      fi
54593 +    fi
54594 +
54595 +    # It seems that -bexpall does not export symbols beginning with
54596 +    # underscore (_), so it is better to generate a list of symbols to export.
54597 +    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
54598 +    if test "$aix_use_runtimelinking" = yes; then
54599 +      # Warning - without using the other runtime loading flags (-brtl),
54600 +      # -berok will link without error, but may produce a broken library.
54601 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
54602 +      # Determine the default libpath from the value encoded in an empty executable.
54603 +      _LT_AC_SYS_LIBPATH_AIX
54604 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
54605 +
54606 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
54607 +     else
54608 +      if test "$host_cpu" = ia64; then
54609 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
54610 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
54611 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$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"
54612 +      else
54613 +       # Determine the default libpath from the value encoded in an empty executable.
54614 +       _LT_AC_SYS_LIBPATH_AIX
54615 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
54616 +       # Warning - without using the other run time loading flags,
54617 +       # -berok will link without error, but may produce a broken library.
54618 +       _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
54619 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
54620 +       # Exported symbols can be pulled into shared objects from archives
54621 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
54622 +       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
54623 +       # This is similar to how AIX traditionally builds its shared libraries.
54624 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$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'
54625 +      fi
54626 +    fi
54627 +    ;;
54628 +
54629 +  beos*)
54630 +    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
54631 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
54632 +      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
54633 +      # support --undefined.  This deserves some investigation.  FIXME
54634 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
54635 +    else
54636 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
54637 +    fi
54638 +    ;;
54639 +
54640 +  chorus*)
54641 +    case $cc_basename in
54642 +      *)
54643 +       # FIXME: insert proper C++ library support
54644 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
54645 +       ;;
54646 +    esac
54647 +    ;;
54648 +
54649 +  cygwin* | mingw* | pw32*)
54650 +    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
54651 +    # as there is no search path for DLLs.
54652 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
54653 +    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
54654 +    _LT_AC_TAGVAR(always_export_symbols, $1)=no
54655 +    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
54656 +
54657 +    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
54658 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
54659 +      # If the export-symbols file already is a .def file (1st line
54660 +      # is EXPORTS), use it as is; otherwise, prepend...
54661 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
54662 +       cp $export_symbols $output_objdir/$soname.def;
54663 +      else
54664 +       echo EXPORTS > $output_objdir/$soname.def;
54665 +       cat $export_symbols >> $output_objdir/$soname.def;
54666 +      fi~
54667 +      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
54668 +    else
54669 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
54670 +    fi
54671 +  ;;
54672 +      darwin* | rhapsody*)
54673 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
54674 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
54675 +      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
54676 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
54677 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
54678 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
54679 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
54680 +      if test "$GXX" = yes ; then
54681 +      output_verbose_link_cmd='echo'
54682 +      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
54683 +      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
54684 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="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}"
54685 +      _LT_AC_TAGVAR(module_expsym_cmds, $1)="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}"
54686 +      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
54687 +        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
54688 +        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
54689 +      fi
54690 +      else
54691 +      case $cc_basename in
54692 +        xlc*)
54693 +         output_verbose_link_cmd='echo'
54694 +          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
54695 +          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
54696 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
54697 +          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
54698 +          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
54699 +          ;;
54700 +       *)
54701 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
54702 +          ;;
54703 +      esac
54704 +      fi
54705 +        ;;
54706 +
54707 +  dgux*)
54708 +    case $cc_basename in
54709 +      ec++*)
54710 +       # FIXME: insert proper C++ library support
54711 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
54712 +       ;;
54713 +      ghcx*)
54714 +       # Green Hills C++ Compiler
54715 +       # FIXME: insert proper C++ library support
54716 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
54717 +       ;;
54718 +      *)
54719 +       # FIXME: insert proper C++ library support
54720 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
54721 +       ;;
54722 +    esac
54723 +    ;;
54724 +  freebsd[[12]]*)
54725 +    # C++ shared libraries reported to be fairly broken before switch to ELF
54726 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
54727 +    ;;
54728 +  freebsd-elf*)
54729 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
54730 +    ;;
54731 +  freebsd* | dragonfly*)
54732 +    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
54733 +    # conventions
54734 +    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
54735 +    ;;
54736 +  gnu*)
54737 +    ;;
54738 +  hpux9*)
54739 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
54740 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
54741 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
54742 +    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
54743 +    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
54744 +                               # but as the default
54745 +                               # location of the library.
54746 +
54747 +    case $cc_basename in
54748 +    CC*)
54749 +      # FIXME: insert proper C++ library support
54750 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
54751 +      ;;
54752 +    aCC*)
54753 +      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
54754 +      # Commands to make compiler produce verbose output that lists
54755 +      # what "hidden" libraries, object files and flags are used when
54756 +      # linking a shared library.
54757 +      #
54758 +      # There doesn't appear to be a way to prevent this compiler from
54759 +      # explicitly linking system object files so we need to strip them
54760 +      # from the output so that they don't get included in the library
54761 +      # dependencies.
54762 +      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
54763 +      ;;
54764 +    *)
54765 +      if test "$GXX" = yes; then
54766 +        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
54767 +      else
54768 +        # FIXME: insert proper C++ library support
54769 +        _LT_AC_TAGVAR(ld_shlibs, $1)=no
54770 +      fi
54771 +      ;;
54772 +    esac
54773 +    ;;
54774 +  hpux10*|hpux11*)
54775 +    if test $with_gnu_ld = no; then
54776 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
54777 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
54778 +
54779 +      case $host_cpu in
54780 +      hppa*64*|ia64*) ;;
54781 +      *)
54782 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
54783 +        ;;
54784 +      esac
54785 +    fi
54786 +    case $host_cpu in
54787 +    hppa*64*|ia64*)
54788 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
54789 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
54790 +      ;;
54791 +    *)
54792 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
54793 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
54794 +                                             # but as the default
54795 +                                             # location of the library.
54796 +      ;;
54797 +    esac
54798 +
54799 +    case $cc_basename in
54800 +      CC*)
54801 +       # FIXME: insert proper C++ library support
54802 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
54803 +       ;;
54804 +      aCC*)
54805 +       case $host_cpu in
54806 +       hppa*64*)
54807 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54808 +         ;;
54809 +       ia64*)
54810 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54811 +         ;;
54812 +       *)
54813 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54814 +         ;;
54815 +       esac
54816 +       # Commands to make compiler produce verbose output that lists
54817 +       # what "hidden" libraries, object files and flags are used when
54818 +       # linking a shared library.
54819 +       #
54820 +       # There doesn't appear to be a way to prevent this compiler from
54821 +       # explicitly linking system object files so we need to strip them
54822 +       # from the output so that they don't get included in the library
54823 +       # dependencies.
54824 +       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
54825 +       ;;
54826 +      *)
54827 +       if test "$GXX" = yes; then
54828 +         if test $with_gnu_ld = no; then
54829 +           case $host_cpu in
54830 +           hppa*64*)
54831 +             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54832 +             ;;
54833 +           ia64*)
54834 +             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54835 +             ;;
54836 +           *)
54837 +             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54838 +             ;;
54839 +           esac
54840 +         fi
54841 +       else
54842 +         # FIXME: insert proper C++ library support
54843 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
54844 +       fi
54845 +       ;;
54846 +    esac
54847 +    ;;
54848 +  interix[[3-9]]*)
54849 +    _LT_AC_TAGVAR(hardcode_direct, $1)=no
54850 +    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
54851 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
54852 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
54853 +    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
54854 +    # Instead, shared libraries are loaded at an image base (0x10000000 by
54855 +    # default) and relocated if they conflict, which is a slow very memory
54856 +    # consuming and fragmenting process.  To avoid this, we pick a random,
54857 +    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
54858 +    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
54859 +    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
54860 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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'
54861 +    ;;
54862 +  irix5* | irix6*)
54863 +    case $cc_basename in
54864 +      CC*)
54865 +       # SGI C++
54866 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
54867 +
54868 +       # Archives containing C++ object files must be created using
54869 +       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
54870 +       # necessary to make sure instantiated templates are included
54871 +       # in the archive.
54872 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
54873 +       ;;
54874 +      *)
54875 +       if test "$GXX" = yes; then
54876 +         if test "$with_gnu_ld" = no; then
54877 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
54878 +         else
54879 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
54880 +         fi
54881 +       fi
54882 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
54883 +       ;;
54884 +    esac
54885 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
54886 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
54887 +    ;;
54888 +  linux* | k*bsd*-gnu)
54889 +    case $cc_basename in
54890 +      KCC*)
54891 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
54892 +
54893 +       # KCC will only create a shared library if the output file
54894 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
54895 +       # to its proper name (with version) after linking.
54896 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
54897 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
54898 +       # Commands to make compiler produce verbose output that lists
54899 +       # what "hidden" libraries, object files and flags are used when
54900 +       # linking a shared library.
54901 +       #
54902 +       # There doesn't appear to be a way to prevent this compiler from
54903 +       # explicitly linking system object files so we need to strip them
54904 +       # from the output so that they don't get included in the library
54905 +       # dependencies.
54906 +       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
54907 +
54908 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
54909 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
54910 +
54911 +       # Archives containing C++ object files must be created using
54912 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
54913 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
54914 +       ;;
54915 +      icpc*)
54916 +       # Intel C++
54917 +       with_gnu_ld=yes
54918 +       # version 8.0 and above of icpc choke on multiply defined symbols
54919 +       # if we add $predep_objects and $postdep_objects, however 7.1 and
54920 +       # earlier do not add the objects themselves.
54921 +       case `$CC -V 2>&1` in
54922 +       *"Version 7."*)
54923 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
54924 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
54925 +         ;;
54926 +       *)  # Version 8.0 or newer
54927 +         tmp_idyn=
54928 +         case $host_cpu in
54929 +           ia64*) tmp_idyn=' -i_dynamic';;
54930 +         esac
54931 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
54932 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
54933 +         ;;
54934 +       esac
54935 +       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
54936 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
54937 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
54938 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
54939 +       ;;
54940 +      pgCC* | pgcpp*)
54941 +        # Portland Group C++ compiler
54942 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
54943 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
54944 +
54945 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
54946 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
54947 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
54948 +        ;;
54949 +      cxx*)
54950 +       # Compaq C++
54951 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
54952 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
54953 +
54954 +       runpath_var=LD_RUN_PATH
54955 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
54956 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
54957 +
54958 +       # Commands to make compiler produce verbose output that lists
54959 +       # what "hidden" libraries, object files and flags are used when
54960 +       # linking a shared library.
54961 +       #
54962 +       # There doesn't appear to be a way to prevent this compiler from
54963 +       # explicitly linking system object files so we need to strip them
54964 +       # from the output so that they don't get included in the library
54965 +       # dependencies.
54966 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
54967 +       ;;
54968 +      *)
54969 +       case `$CC -V 2>&1 | sed 5q` in
54970 +       *Sun\ C*)
54971 +         # Sun C++ 5.9
54972 +         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
54973 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
54974 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
54975 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
54976 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
54977 +
54978 +         # Not sure whether something based on
54979 +         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
54980 +         # would be better.
54981 +         output_verbose_link_cmd='echo'
54982 +
54983 +         # Archives containing C++ object files must be created using
54984 +         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
54985 +         # necessary to make sure instantiated templates are included
54986 +         # in the archive.
54987 +         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
54988 +         ;;
54989 +       esac
54990 +       ;;
54991 +    esac
54992 +    ;;
54993 +  lynxos*)
54994 +    # FIXME: insert proper C++ library support
54995 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
54996 +    ;;
54997 +  m88k*)
54998 +    # FIXME: insert proper C++ library support
54999 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
55000 +    ;;
55001 +  mvs*)
55002 +    case $cc_basename in
55003 +      cxx*)
55004 +       # FIXME: insert proper C++ library support
55005 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55006 +       ;;
55007 +      *)
55008 +       # FIXME: insert proper C++ library support
55009 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55010 +       ;;
55011 +    esac
55012 +    ;;
55013 +  netbsd* | netbsdelf*-gnu)
55014 +    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
55015 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
55016 +      wlarc=
55017 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
55018 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
55019 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
55020 +    fi
55021 +    # Workaround some broken pre-1.5 toolchains
55022 +    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
55023 +    ;;
55024 +  openbsd2*)
55025 +    # C++ shared libraries are fairly broken
55026 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
55027 +    ;;
55028 +  openbsd*)
55029 +    if test -f /usr/libexec/ld.so; then
55030 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
55031 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
55032 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
55033 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
55034 +      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
55035 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
55036 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
55037 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
55038 +      fi
55039 +      output_verbose_link_cmd='echo'
55040 +    else
55041 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
55042 +    fi
55043 +    ;;
55044 +  osf3*)
55045 +    case $cc_basename in
55046 +      KCC*)
55047 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
55048 +
55049 +       # KCC will only create a shared library if the output file
55050 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
55051 +       # to its proper name (with version) after linking.
55052 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
55053 +
55054 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
55055 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55056 +
55057 +       # Archives containing C++ object files must be created using
55058 +       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
55059 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
55060 +
55061 +       ;;
55062 +      RCC*)
55063 +       # Rational C++ 2.4.1
55064 +       # FIXME: insert proper C++ library support
55065 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55066 +       ;;
55067 +      cxx*)
55068 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
55069 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
55070 +
55071 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
55072 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55073 +
55074 +       # Commands to make compiler produce verbose output that lists
55075 +       # what "hidden" libraries, object files and flags are used when
55076 +       # linking a shared library.
55077 +       #
55078 +       # There doesn't appear to be a way to prevent this compiler from
55079 +       # explicitly linking system object files so we need to strip them
55080 +       # from the output so that they don't get included in the library
55081 +       # dependencies.
55082 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
55083 +       ;;
55084 +      *)
55085 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
55086 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
55087 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
55088 +
55089 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
55090 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55091 +
55092 +         # Commands to make compiler produce verbose output that lists
55093 +         # what "hidden" libraries, object files and flags are used when
55094 +         # linking a shared library.
55095 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
55096 +
55097 +       else
55098 +         # FIXME: insert proper C++ library support
55099 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
55100 +       fi
55101 +       ;;
55102 +    esac
55103 +    ;;
55104 +  osf4* | osf5*)
55105 +    case $cc_basename in
55106 +      KCC*)
55107 +       # Kuck and Associates, Inc. (KAI) C++ Compiler
55108 +
55109 +       # KCC will only create a shared library if the output file
55110 +       # ends with ".so" (or ".sl" for HP-UX), so rename the library
55111 +       # to its proper name (with version) after linking.
55112 +       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
55113 +
55114 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
55115 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55116 +
55117 +       # Archives containing C++ object files must be created using
55118 +       # the KAI C++ compiler.
55119 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
55120 +       ;;
55121 +      RCC*)
55122 +       # Rational C++ 2.4.1
55123 +       # FIXME: insert proper C++ library support
55124 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55125 +       ;;
55126 +      cxx*)
55127 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
55128 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
55129 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
55130 +         echo "-hidden">> $lib.exp~
55131 +         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
55132 +         $rm $lib.exp'
55133 +
55134 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
55135 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55136 +
55137 +       # Commands to make compiler produce verbose output that lists
55138 +       # what "hidden" libraries, object files and flags are used when
55139 +       # linking a shared library.
55140 +       #
55141 +       # There doesn't appear to be a way to prevent this compiler from
55142 +       # explicitly linking system object files so we need to strip them
55143 +       # from the output so that they don't get included in the library
55144 +       # dependencies.
55145 +       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
55146 +       ;;
55147 +      *)
55148 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
55149 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
55150 +        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
55151 +
55152 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
55153 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
55154 +
55155 +         # Commands to make compiler produce verbose output that lists
55156 +         # what "hidden" libraries, object files and flags are used when
55157 +         # linking a shared library.
55158 +         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
55159 +
55160 +       else
55161 +         # FIXME: insert proper C++ library support
55162 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
55163 +       fi
55164 +       ;;
55165 +    esac
55166 +    ;;
55167 +  psos*)
55168 +    # FIXME: insert proper C++ library support
55169 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
55170 +    ;;
55171 +  sunos4*)
55172 +    case $cc_basename in
55173 +      CC*)
55174 +       # Sun C++ 4.x
55175 +       # FIXME: insert proper C++ library support
55176 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55177 +       ;;
55178 +      lcc*)
55179 +       # Lucid
55180 +       # FIXME: insert proper C++ library support
55181 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55182 +       ;;
55183 +      *)
55184 +       # FIXME: insert proper C++ library support
55185 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55186 +       ;;
55187 +    esac
55188 +    ;;
55189 +  solaris*)
55190 +    case $cc_basename in
55191 +      CC*)
55192 +       # Sun C++ 4.2, 5.x and Centerline C++
55193 +        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
55194 +       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
55195 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
55196 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
55197 +       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
55198 +
55199 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
55200 +       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
55201 +       case $host_os in
55202 +         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
55203 +         *)
55204 +           # The compiler driver will combine and reorder linker options,
55205 +           # but understands `-z linker_flag'.
55206 +           # Supported since Solaris 2.6 (maybe 2.5.1?)
55207 +           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
55208 +           ;;
55209 +       esac
55210 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
55211 +
55212 +       output_verbose_link_cmd='echo'
55213 +
55214 +       # Archives containing C++ object files must be created using
55215 +       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
55216 +       # necessary to make sure instantiated templates are included
55217 +       # in the archive.
55218 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
55219 +       ;;
55220 +      gcx*)
55221 +       # Green Hills C++ Compiler
55222 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
55223 +
55224 +       # The C++ compiler must be used to create the archive.
55225 +       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
55226 +       ;;
55227 +      *)
55228 +       # GNU C++ compiler with Solaris linker
55229 +       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
55230 +         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
55231 +         if $CC --version | grep -v '^2\.7' > /dev/null; then
55232 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
55233 +           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
55234 +               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
55235 +
55236 +           # Commands to make compiler produce verbose output that lists
55237 +           # what "hidden" libraries, object files and flags are used when
55238 +           # linking a shared library.
55239 +           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
55240 +         else
55241 +           # g++ 2.7 appears to require `-G' NOT `-shared' on this
55242 +           # platform.
55243 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
55244 +           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
55245 +               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
55246 +
55247 +           # Commands to make compiler produce verbose output that lists
55248 +           # what "hidden" libraries, object files and flags are used when
55249 +           # linking a shared library.
55250 +           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
55251 +         fi
55252 +
55253 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
55254 +         case $host_os in
55255 +         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
55256 +         *)
55257 +           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
55258 +           ;;
55259 +         esac
55260 +       fi
55261 +       ;;
55262 +    esac
55263 +    ;;
55264 +  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
55265 +    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
55266 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
55267 +    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
55268 +    runpath_var='LD_RUN_PATH'
55269 +
55270 +    case $cc_basename in
55271 +      CC*)
55272 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55273 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55274 +       ;;
55275 +      *)
55276 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55277 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55278 +       ;;
55279 +    esac
55280 +    ;;
55281 +  sysv5* | sco3.2v5* | sco5v6*)
55282 +    # Note: We can NOT use -z defs as we might desire, because we do not
55283 +    # link with -lc, and that would cause any symbols used from libc to
55284 +    # always be unresolved, which means just about no library would
55285 +    # ever link correctly.  If we're not using GNU ld we use -z text
55286 +    # though, which does catch some bad symbols but isn't as heavy-handed
55287 +    # as -z defs.
55288 +    # For security reasons, it is highly recommended that you always
55289 +    # use absolute paths for naming shared libraries, and exclude the
55290 +    # DT_RUNPATH tag from executables and libraries.  But doing so
55291 +    # requires that you compile everything twice, which is a pain.
55292 +    # So that behaviour is only enabled if SCOABSPATH is set to a
55293 +    # non-empty value in the environment.  Most likely only useful for
55294 +    # creating official distributions of packages.
55295 +    # This is a hack until libtool officially supports absolute path
55296 +    # names for shared libraries.
55297 +    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
55298 +    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
55299 +    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
55300 +    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
55301 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
55302 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
55303 +    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
55304 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
55305 +    runpath_var='LD_RUN_PATH'
55306 +
55307 +    case $cc_basename in
55308 +      CC*)
55309 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
55310 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
55311 +       ;;
55312 +      *)
55313 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
55314 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
55315 +       ;;
55316 +    esac
55317 +    ;;
55318 +  tandem*)
55319 +    case $cc_basename in
55320 +      NCC*)
55321 +       # NonStop-UX NCC 3.20
55322 +       # FIXME: insert proper C++ library support
55323 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55324 +       ;;
55325 +      *)
55326 +       # FIXME: insert proper C++ library support
55327 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
55328 +       ;;
55329 +    esac
55330 +    ;;
55331 +  vxworks*)
55332 +    # FIXME: insert proper C++ library support
55333 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
55334 +    ;;
55335 +  *)
55336 +    # FIXME: insert proper C++ library support
55337 +    _LT_AC_TAGVAR(ld_shlibs, $1)=no
55338 +    ;;
55339 +esac
55340 +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
55341 +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
55342 +
55343 +_LT_AC_TAGVAR(GCC, $1)="$GXX"
55344 +_LT_AC_TAGVAR(LD, $1)="$LD"
55345 +
55346 +## CAVEAT EMPTOR:
55347 +## There is no encapsulation within the following macros, do not change
55348 +## the running order or otherwise move them around unless you know exactly
55349 +## what you are doing...
55350 +AC_LIBTOOL_POSTDEP_PREDEP($1)
55351 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
55352 +AC_LIBTOOL_PROG_CC_C_O($1)
55353 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
55354 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
55355 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
55356 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
55357 +
55358 +AC_LIBTOOL_CONFIG($1)
55359 +
55360 +AC_LANG_POP
55361 +CC=$lt_save_CC
55362 +LDCXX=$LD
55363 +LD=$lt_save_LD
55364 +GCC=$lt_save_GCC
55365 +with_gnu_ldcxx=$with_gnu_ld
55366 +with_gnu_ld=$lt_save_with_gnu_ld
55367 +lt_cv_path_LDCXX=$lt_cv_path_LD
55368 +lt_cv_path_LD=$lt_save_path_LD
55369 +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
55370 +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
55371 +])
55372 +m4trace:/usr/share/aclocal/libtool.m4:3882: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [AC_REQUIRE([LT_AC_PROG_SED])dnl
55373 +dnl we can't use the lt_simple_compile_test_code here,
55374 +dnl because it contains code intended for an executable,
55375 +dnl not a library.  It's possible we should let each
55376 +dnl tag define a new lt_????_link_test_code variable,
55377 +dnl but it's only used here...
55378 +ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
55379 +int a;
55380 +void foo (void) { a = 0; }
55381 +EOF
55382 +],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
55383 +class Foo
55384 +{
55385 +public:
55386 +  Foo (void) { a = 0; }
55387 +private:
55388 +  int a;
55389 +};
55390 +EOF
55391 +],[$1],[F77],[cat > conftest.$ac_ext <<EOF
55392 +      subroutine foo
55393 +      implicit none
55394 +      integer*4 a
55395 +      a=0
55396 +      return
55397 +      end
55398 +EOF
55399 +],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
55400 +public class foo {
55401 +  private int a;
55402 +  public void bar (void) {
55403 +    a = 0;
55404 +  }
55405 +};
55406 +EOF
55407 +])
55408 +dnl Parse the compiler output and extract the necessary
55409 +dnl objects, libraries and library flags.
55410 +if AC_TRY_EVAL(ac_compile); then
55411 +  # Parse the compiler output and extract the necessary
55412 +  # objects, libraries and library flags.
55413 +
55414 +  # Sentinel used to keep track of whether or not we are before
55415 +  # the conftest object file.
55416 +  pre_test_object_deps_done=no
55417 +
55418 +  # The `*' in the case matches for architectures that use `case' in
55419 +  # $output_verbose_cmd can trigger glob expansion during the loop
55420 +  # eval without this substitution.
55421 +  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
55422 +
55423 +  for p in `eval $output_verbose_link_cmd`; do
55424 +    case $p in
55425 +
55426 +    -L* | -R* | -l*)
55427 +       # Some compilers place space between "-{L,R}" and the path.
55428 +       # Remove the space.
55429 +       if test $p = "-L" \
55430 +         || test $p = "-R"; then
55431 +        prev=$p
55432 +        continue
55433 +       else
55434 +        prev=
55435 +       fi
55436 +
55437 +       if test "$pre_test_object_deps_done" = no; then
55438 +        case $p in
55439 +        -L* | -R*)
55440 +          # Internal compiler library paths should come after those
55441 +          # provided the user.  The postdeps already come after the
55442 +          # user supplied libs so there is no need to process them.
55443 +          if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
55444 +            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
55445 +          else
55446 +            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
55447 +          fi
55448 +          ;;
55449 +        # The "-l" case would never come before the object being
55450 +        # linked, so don't bother handling this case.
55451 +        esac
55452 +       else
55453 +        if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
55454 +          _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
55455 +        else
55456 +          _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
55457 +        fi
55458 +       fi
55459 +       ;;
55460 +
55461 +    *.$objext)
55462 +       # This assumes that the test object file only shows up
55463 +       # once in the compiler output.
55464 +       if test "$p" = "conftest.$objext"; then
55465 +        pre_test_object_deps_done=yes
55466 +        continue
55467 +       fi
55468 +
55469 +       if test "$pre_test_object_deps_done" = no; then
55470 +        if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
55471 +          _LT_AC_TAGVAR(predep_objects, $1)="$p"
55472 +        else
55473 +          _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
55474 +        fi
55475 +       else
55476 +        if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
55477 +          _LT_AC_TAGVAR(postdep_objects, $1)="$p"
55478 +        else
55479 +          _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
55480 +        fi
55481 +       fi
55482 +       ;;
55483 +
55484 +    *) ;; # Ignore the rest.
55485 +
55486 +    esac
55487 +  done
55488 +
55489 +  # Clean up.
55490 +  rm -f a.out a.exe
55491 +else
55492 +  echo "libtool.m4: error: problem compiling $1 test program"
55493 +fi
55494 +
55495 +$rm -f confest.$objext
55496 +
55497 +_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
55498 +if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
55499 +  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
55500 +fi
55501 +
55502 +# PORTME: override above test on systems where it is broken
55503 +ifelse([$1],[CXX],
55504 +[case $host_os in
55505 +interix[[3-9]]*)
55506 +  # Interix 3.5 installs completely hosed .la files for C++, so rather than
55507 +  # hack all around it, let's just trust "g++" to DTRT.
55508 +  _LT_AC_TAGVAR(predep_objects,$1)=
55509 +  _LT_AC_TAGVAR(postdep_objects,$1)=
55510 +  _LT_AC_TAGVAR(postdeps,$1)=
55511 +  ;;
55512 +
55513 +linux*)
55514 +  case `$CC -V 2>&1 | sed 5q` in
55515 +  *Sun\ C*)
55516 +    # Sun C++ 5.9
55517 +    #
55518 +    # The more standards-conforming stlport4 library is
55519 +    # incompatible with the Cstd library. Avoid specifying
55520 +    # it if it's in CXXFLAGS. Ignore libCrun as
55521 +    # -library=stlport4 depends on it.
55522 +    case " $CXX $CXXFLAGS " in
55523 +    *" -library=stlport4 "*)
55524 +      solaris_use_stlport4=yes
55525 +      ;;
55526 +    esac
55527 +    if test "$solaris_use_stlport4" != yes; then
55528 +      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
55529 +    fi
55530 +    ;;
55531 +  esac
55532 +  ;;
55533 +
55534 +solaris*)
55535 +  case $cc_basename in
55536 +  CC*)
55537 +    # The more standards-conforming stlport4 library is
55538 +    # incompatible with the Cstd library. Avoid specifying
55539 +    # it if it's in CXXFLAGS. Ignore libCrun as
55540 +    # -library=stlport4 depends on it.
55541 +    case " $CXX $CXXFLAGS " in
55542 +    *" -library=stlport4 "*)
55543 +      solaris_use_stlport4=yes
55544 +      ;;
55545 +    esac
55546 +
55547 +    # Adding this requires a known-good setup of shared libraries for
55548 +    # Sun compiler versions before 5.6, else PIC objects from an old
55549 +    # archive will be linked into the output, leading to subtle bugs.
55550 +    if test "$solaris_use_stlport4" != yes; then
55551 +      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
55552 +    fi
55553 +    ;;
55554 +  esac
55555 +  ;;
55556 +esac
55557 +])
55558 +case " $_LT_AC_TAGVAR(postdeps, $1) " in
55559 +*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
55560 +esac
55561 +])
55562 +m4trace:/usr/share/aclocal/libtool.m4:4079: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
55563 +m4trace:/usr/share/aclocal/libtool.m4:4080: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
55564 +AC_LANG_PUSH(Fortran 77)
55565 +
55566 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
55567 +_LT_AC_TAGVAR(allow_undefined_flag, $1)=
55568 +_LT_AC_TAGVAR(always_export_symbols, $1)=no
55569 +_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
55570 +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
55571 +_LT_AC_TAGVAR(hardcode_direct, $1)=no
55572 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
55573 +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
55574 +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
55575 +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
55576 +_LT_AC_TAGVAR(hardcode_automatic, $1)=no
55577 +_LT_AC_TAGVAR(module_cmds, $1)=
55578 +_LT_AC_TAGVAR(module_expsym_cmds, $1)=
55579 +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
55580 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
55581 +_LT_AC_TAGVAR(no_undefined_flag, $1)=
55582 +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
55583 +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
55584 +
55585 +# Source file extension for f77 test sources.
55586 +ac_ext=f
55587 +
55588 +# Object file extension for compiled f77 test sources.
55589 +objext=o
55590 +_LT_AC_TAGVAR(objext, $1)=$objext
55591 +
55592 +# Code to be used in simple compile tests
55593 +lt_simple_compile_test_code="\
55594 +      subroutine t
55595 +      return
55596 +      end
55597 +"
55598 +
55599 +# Code to be used in simple link tests
55600 +lt_simple_link_test_code="\
55601 +      program t
55602 +      end
55603 +"
55604 +
55605 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
55606 +_LT_AC_SYS_COMPILER
55607 +
55608 +# save warnings/boilerplate of simple test code
55609 +_LT_COMPILER_BOILERPLATE
55610 +_LT_LINKER_BOILERPLATE
55611 +
55612 +# Allow CC to be a program name with arguments.
55613 +lt_save_CC="$CC"
55614 +CC=${F77-"f77"}
55615 +compiler=$CC
55616 +_LT_AC_TAGVAR(compiler, $1)=$CC
55617 +_LT_CC_BASENAME([$compiler])
55618 +
55619 +AC_MSG_CHECKING([if libtool supports shared libraries])
55620 +AC_MSG_RESULT([$can_build_shared])
55621 +
55622 +AC_MSG_CHECKING([whether to build shared libraries])
55623 +test "$can_build_shared" = "no" && enable_shared=no
55624 +
55625 +# On AIX, shared libraries and static libraries use the same namespace, and
55626 +# are all built from PIC.
55627 +case $host_os in
55628 +aix3*)
55629 +  test "$enable_shared" = yes && enable_static=no
55630 +  if test -n "$RANLIB"; then
55631 +    archive_cmds="$archive_cmds~\$RANLIB \$lib"
55632 +    postinstall_cmds='$RANLIB $lib'
55633 +  fi
55634 +  ;;
55635 +aix[[4-9]]*)
55636 +  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
55637 +    test "$enable_shared" = yes && enable_static=no
55638 +  fi
55639 +  ;;
55640 +esac
55641 +AC_MSG_RESULT([$enable_shared])
55642 +
55643 +AC_MSG_CHECKING([whether to build static libraries])
55644 +# Make sure either enable_shared or enable_static is yes.
55645 +test "$enable_shared" = yes || enable_static=yes
55646 +AC_MSG_RESULT([$enable_static])
55647 +
55648 +_LT_AC_TAGVAR(GCC, $1)="$G77"
55649 +_LT_AC_TAGVAR(LD, $1)="$LD"
55650 +
55651 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
55652 +AC_LIBTOOL_PROG_CC_C_O($1)
55653 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
55654 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
55655 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
55656 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
55657 +
55658 +AC_LIBTOOL_CONFIG($1)
55659 +
55660 +AC_LANG_POP
55661 +CC="$lt_save_CC"
55662 +])
55663 +m4trace:/usr/share/aclocal/libtool.m4:4188: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
55664 +m4trace:/usr/share/aclocal/libtool.m4:4189: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
55665 +
55666 +# Source file extension for Java test sources.
55667 +ac_ext=java
55668 +
55669 +# Object file extension for compiled Java test sources.
55670 +objext=o
55671 +_LT_AC_TAGVAR(objext, $1)=$objext
55672 +
55673 +# Code to be used in simple compile tests
55674 +lt_simple_compile_test_code="class foo {}"
55675 +
55676 +# Code to be used in simple link tests
55677 +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
55678 +
55679 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
55680 +_LT_AC_SYS_COMPILER
55681 +
55682 +# save warnings/boilerplate of simple test code
55683 +_LT_COMPILER_BOILERPLATE
55684 +_LT_LINKER_BOILERPLATE
55685 +
55686 +# Allow CC to be a program name with arguments.
55687 +lt_save_CC="$CC"
55688 +CC=${GCJ-"gcj"}
55689 +compiler=$CC
55690 +_LT_AC_TAGVAR(compiler, $1)=$CC
55691 +_LT_CC_BASENAME([$compiler])
55692 +
55693 +# GCJ did not exist at the time GCC didn't implicitly link libc in.
55694 +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
55695 +
55696 +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
55697 +
55698 +## CAVEAT EMPTOR:
55699 +## There is no encapsulation within the following macros, do not change
55700 +## the running order or otherwise move them around unless you know exactly
55701 +## what you are doing...
55702 +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
55703 +AC_LIBTOOL_PROG_COMPILER_PIC($1)
55704 +AC_LIBTOOL_PROG_CC_C_O($1)
55705 +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
55706 +AC_LIBTOOL_PROG_LD_SHLIBS($1)
55707 +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
55708 +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
55709 +
55710 +AC_LIBTOOL_CONFIG($1)
55711 +
55712 +AC_LANG_RESTORE
55713 +CC="$lt_save_CC"
55714 +])
55715 +m4trace:/usr/share/aclocal/libtool.m4:4248: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
55716 +m4trace:/usr/share/aclocal/libtool.m4:4249: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
55717 +
55718 +# Source file extension for RC test sources.
55719 +ac_ext=rc
55720 +
55721 +# Object file extension for compiled RC test sources.
55722 +objext=o
55723 +_LT_AC_TAGVAR(objext, $1)=$objext
55724 +
55725 +# Code to be used in simple compile tests
55726 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
55727 +
55728 +# Code to be used in simple link tests
55729 +lt_simple_link_test_code="$lt_simple_compile_test_code"
55730 +
55731 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
55732 +_LT_AC_SYS_COMPILER
55733 +
55734 +# save warnings/boilerplate of simple test code
55735 +_LT_COMPILER_BOILERPLATE
55736 +_LT_LINKER_BOILERPLATE
55737 +
55738 +# Allow CC to be a program name with arguments.
55739 +lt_save_CC="$CC"
55740 +CC=${RC-"windres"}
55741 +compiler=$CC
55742 +_LT_AC_TAGVAR(compiler, $1)=$CC
55743 +_LT_CC_BASENAME([$compiler])
55744 +_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
55745 +
55746 +AC_LIBTOOL_CONFIG($1)
55747 +
55748 +AC_LANG_RESTORE
55749 +CC="$lt_save_CC"
55750 +])
55751 +m4trace:/usr/share/aclocal/libtool.m4:4293: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
55752 +# libtool distribution, otherwise you forgot to ship ltmain.sh
55753 +# with your package, and you will get complaints that there are
55754 +# no rules to generate ltmain.sh.
55755 +if test -f "$ltmain"; then
55756 +  # See if we are running on zsh, and set the options which allow our commands through
55757 +  # without removal of \ escapes.
55758 +  if test -n "${ZSH_VERSION+set}" ; then
55759 +    setopt NO_GLOB_SUBST
55760 +  fi
55761 +  # Now quote all the things that may contain metacharacters while being
55762 +  # careful not to overquote the AC_SUBSTed values.  We take copies of the
55763 +  # variables and quote the copies for generation of the libtool script.
55764 +  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
55765 +    SED SHELL STRIP \
55766 +    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
55767 +    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
55768 +    deplibs_check_method reload_flag reload_cmds need_locks \
55769 +    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
55770 +    lt_cv_sys_global_symbol_to_c_name_address \
55771 +    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
55772 +    old_postinstall_cmds old_postuninstall_cmds \
55773 +    _LT_AC_TAGVAR(compiler, $1) \
55774 +    _LT_AC_TAGVAR(CC, $1) \
55775 +    _LT_AC_TAGVAR(LD, $1) \
55776 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
55777 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
55778 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
55779 +    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
55780 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
55781 +    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
55782 +    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
55783 +    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
55784 +    _LT_AC_TAGVAR(old_archive_cmds, $1) \
55785 +    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
55786 +    _LT_AC_TAGVAR(predep_objects, $1) \
55787 +    _LT_AC_TAGVAR(postdep_objects, $1) \
55788 +    _LT_AC_TAGVAR(predeps, $1) \
55789 +    _LT_AC_TAGVAR(postdeps, $1) \
55790 +    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
55791 +    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
55792 +    _LT_AC_TAGVAR(archive_cmds, $1) \
55793 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
55794 +    _LT_AC_TAGVAR(postinstall_cmds, $1) \
55795 +    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
55796 +    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
55797 +    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
55798 +    _LT_AC_TAGVAR(no_undefined_flag, $1) \
55799 +    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
55800 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
55801 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
55802 +    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
55803 +    _LT_AC_TAGVAR(hardcode_automatic, $1) \
55804 +    _LT_AC_TAGVAR(module_cmds, $1) \
55805 +    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
55806 +    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
55807 +    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
55808 +    _LT_AC_TAGVAR(exclude_expsyms, $1) \
55809 +    _LT_AC_TAGVAR(include_expsyms, $1); do
55810 +
55811 +    case $var in
55812 +    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
55813 +    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
55814 +    _LT_AC_TAGVAR(archive_cmds, $1) | \
55815 +    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
55816 +    _LT_AC_TAGVAR(module_cmds, $1) | \
55817 +    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
55818 +    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
55819 +    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
55820 +    extract_expsyms_cmds | reload_cmds | finish_cmds | \
55821 +    postinstall_cmds | postuninstall_cmds | \
55822 +    old_postinstall_cmds | old_postuninstall_cmds | \
55823 +    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
55824 +      # Double-quote double-evaled strings.
55825 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
55826 +      ;;
55827 +    *)
55828 +      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
55829 +      ;;
55830 +    esac
55831 +  done
55832 +
55833 +  case $lt_echo in
55834 +  *'\[$]0 --fallback-echo"')
55835 +    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
55836 +    ;;
55837 +  esac
55838 +
55839 +ifelse([$1], [],
55840 +  [cfgfile="${ofile}T"
55841 +  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
55842 +  $rm -f "$cfgfile"
55843 +  AC_MSG_NOTICE([creating $ofile])],
55844 +  [cfgfile="$ofile"])
55845 +
55846 +  cat <<__EOF__ >> "$cfgfile"
55847 +ifelse([$1], [],
55848 +[#! $SHELL
55849 +
55850 +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
55851 +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
55852 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
55853 +#
55854 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
55855 +# Free Software Foundation, Inc.
55856 +#
55857 +# This file is part of GNU Libtool:
55858 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
55859 +#
55860 +# This program is free software; you can redistribute it and/or modify
55861 +# it under the terms of the GNU General Public License as published by
55862 +# the Free Software Foundation; either version 2 of the License, or
55863 +# (at your option) any later version.
55864 +#
55865 +# This program is distributed in the hope that it will be useful, but
55866 +# WITHOUT ANY WARRANTY; without even the implied warranty of
55867 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
55868 +# General Public License for more details.
55869 +#
55870 +# You should have received a copy of the GNU General Public License
55871 +# along with this program; if not, write to the Free Software
55872 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
55873 +#
55874 +# As a special exception to the GNU General Public License, if you
55875 +# distribute this file as part of a program that contains a
55876 +# configuration script generated by Autoconf, you may include it under
55877 +# the same distribution terms that you use for the rest of that program.
55878 +
55879 +# A sed program that does not truncate output.
55880 +SED=$lt_SED
55881 +
55882 +# Sed that helps us avoid accidentally triggering echo(1) options like -n.
55883 +Xsed="$SED -e 1s/^X//"
55884 +
55885 +# The HP-UX ksh and POSIX shell print the target directory to stdout
55886 +# if CDPATH is set.
55887 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
55888 +
55889 +# The names of the tagged configurations supported by this script.
55890 +available_tags=
55891 +
55892 +# ### BEGIN LIBTOOL CONFIG],
55893 +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
55894 +
55895 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
55896 +
55897 +# Shell to use when invoking shell scripts.
55898 +SHELL=$lt_SHELL
55899 +
55900 +# Whether or not to build shared libraries.
55901 +build_libtool_libs=$enable_shared
55902 +
55903 +# Whether or not to build static libraries.
55904 +build_old_libs=$enable_static
55905 +
55906 +# Whether or not to add -lc for building shared libraries.
55907 +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
55908 +
55909 +# Whether or not to disallow shared libs when runtime libs are static
55910 +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
55911 +
55912 +# Whether or not to optimize for fast installation.
55913 +fast_install=$enable_fast_install
55914 +
55915 +# The host system.
55916 +host_alias=$host_alias
55917 +host=$host
55918 +host_os=$host_os
55919 +
55920 +# The build system.
55921 +build_alias=$build_alias
55922 +build=$build
55923 +build_os=$build_os
55924 +
55925 +# An echo program that does not interpret backslashes.
55926 +echo=$lt_echo
55927 +
55928 +# The archiver.
55929 +AR=$lt_AR
55930 +AR_FLAGS=$lt_AR_FLAGS
55931 +
55932 +# A C compiler.
55933 +LTCC=$lt_LTCC
55934 +
55935 +# LTCC compiler flags.
55936 +LTCFLAGS=$lt_LTCFLAGS
55937 +
55938 +# A language-specific compiler.
55939 +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
55940 +
55941 +# Is the compiler the GNU C compiler?
55942 +with_gcc=$_LT_AC_TAGVAR(GCC, $1)
55943 +
55944 +# An ERE matcher.
55945 +EGREP=$lt_EGREP
55946 +
55947 +# The linker used to build libraries.
55948 +LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
55949 +
55950 +# Whether we need hard or soft links.
55951 +LN_S=$lt_LN_S
55952 +
55953 +# A BSD-compatible nm program.
55954 +NM=$lt_NM
55955 +
55956 +# A symbol stripping program
55957 +STRIP=$lt_STRIP
55958 +
55959 +# Used to examine libraries when file_magic_cmd begins "file"
55960 +MAGIC_CMD=$MAGIC_CMD
55961 +
55962 +# Used on cygwin: DLL creation program.
55963 +DLLTOOL="$DLLTOOL"
55964 +
55965 +# Used on cygwin: object dumper.
55966 +OBJDUMP="$OBJDUMP"
55967 +
55968 +# Used on cygwin: assembler.
55969 +AS="$AS"
55970 +
55971 +# The name of the directory that contains temporary libtool files.
55972 +objdir=$objdir
55973 +
55974 +# How to create reloadable object files.
55975 +reload_flag=$lt_reload_flag
55976 +reload_cmds=$lt_reload_cmds
55977 +
55978 +# How to pass a linker flag through the compiler.
55979 +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
55980 +
55981 +# Object file suffix (normally "o").
55982 +objext="$ac_objext"
55983 +
55984 +# Old archive suffix (normally "a").
55985 +libext="$libext"
55986 +
55987 +# Shared library suffix (normally ".so").
55988 +shrext_cmds='$shrext_cmds'
55989 +
55990 +# Executable file suffix (normally "").
55991 +exeext="$exeext"
55992 +
55993 +# Additional compiler flags for building library objects.
55994 +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
55995 +pic_mode=$pic_mode
55996 +
55997 +# What is the maximum length of a command?
55998 +max_cmd_len=$lt_cv_sys_max_cmd_len
55999 +
56000 +# Does compiler simultaneously support -c and -o options?
56001 +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
56002 +
56003 +# Must we lock files when doing compilation?
56004 +need_locks=$lt_need_locks
56005 +
56006 +# Do we need the lib prefix for modules?
56007 +need_lib_prefix=$need_lib_prefix
56008 +
56009 +# Do we need a version for libraries?
56010 +need_version=$need_version
56011 +
56012 +# Whether dlopen is supported.
56013 +dlopen_support=$enable_dlopen
56014 +
56015 +# Whether dlopen of programs is supported.
56016 +dlopen_self=$enable_dlopen_self
56017 +
56018 +# Whether dlopen of statically linked programs is supported.
56019 +dlopen_self_static=$enable_dlopen_self_static
56020 +
56021 +# Compiler flag to prevent dynamic linking.
56022 +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
56023 +
56024 +# Compiler flag to turn off builtin functions.
56025 +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
56026 +
56027 +# Compiler flag to allow reflexive dlopens.
56028 +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
56029 +
56030 +# Compiler flag to generate shared objects directly from archives.
56031 +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
56032 +
56033 +# Compiler flag to generate thread-safe objects.
56034 +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
56035 +
56036 +# Library versioning type.
56037 +version_type=$version_type
56038 +
56039 +# Format of library name prefix.
56040 +libname_spec=$lt_libname_spec
56041 +
56042 +# List of archive names.  First name is the real one, the rest are links.
56043 +# The last name is the one that the linker finds with -lNAME.
56044 +library_names_spec=$lt_library_names_spec
56045 +
56046 +# The coded name of the library, if different from the real name.
56047 +soname_spec=$lt_soname_spec
56048 +
56049 +# Commands used to build and install an old-style archive.
56050 +RANLIB=$lt_RANLIB
56051 +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
56052 +old_postinstall_cmds=$lt_old_postinstall_cmds
56053 +old_postuninstall_cmds=$lt_old_postuninstall_cmds
56054 +
56055 +# Create an old-style archive from a shared archive.
56056 +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
56057 +
56058 +# Create a temporary old-style archive to link instead of a shared archive.
56059 +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
56060 +
56061 +# Commands used to build and install a shared archive.
56062 +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
56063 +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
56064 +postinstall_cmds=$lt_postinstall_cmds
56065 +postuninstall_cmds=$lt_postuninstall_cmds
56066 +
56067 +# Commands used to build a loadable module (assumed same as above if empty)
56068 +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
56069 +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
56070 +
56071 +# Commands to strip libraries.
56072 +old_striplib=$lt_old_striplib
56073 +striplib=$lt_striplib
56074 +
56075 +# Dependencies to place before the objects being linked to create a
56076 +# shared library.
56077 +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
56078 +
56079 +# Dependencies to place after the objects being linked to create a
56080 +# shared library.
56081 +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
56082 +
56083 +# Dependencies to place before the objects being linked to create a
56084 +# shared library.
56085 +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
56086 +
56087 +# Dependencies to place after the objects being linked to create a
56088 +# shared library.
56089 +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
56090 +
56091 +# The directories searched by this compiler when creating a shared
56092 +# library
56093 +compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
56094 +
56095 +# The library search path used internally by the compiler when linking
56096 +# a shared library.
56097 +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
56098 +
56099 +# Method to check whether dependent libraries are shared objects.
56100 +deplibs_check_method=$lt_deplibs_check_method
56101 +
56102 +# Command to use when deplibs_check_method == file_magic.
56103 +file_magic_cmd=$lt_file_magic_cmd
56104 +
56105 +# Flag that allows shared libraries with undefined symbols to be built.
56106 +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
56107 +
56108 +# Flag that forces no undefined symbols.
56109 +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
56110 +
56111 +# Commands used to finish a libtool library installation in a directory.
56112 +finish_cmds=$lt_finish_cmds
56113 +
56114 +# Same as above, but a single script fragment to be evaled but not shown.
56115 +finish_eval=$lt_finish_eval
56116 +
56117 +# Take the output of nm and produce a listing of raw symbols and C names.
56118 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
56119 +
56120 +# Transform the output of nm in a proper C declaration
56121 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
56122 +
56123 +# Transform the output of nm in a C name address pair
56124 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
56125 +
56126 +# This is the shared library runtime path variable.
56127 +runpath_var=$runpath_var
56128 +
56129 +# This is the shared library path variable.
56130 +shlibpath_var=$shlibpath_var
56131 +
56132 +# Is shlibpath searched before the hard-coded library search path?
56133 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath
56134 +
56135 +# How to hardcode a shared library path into an executable.
56136 +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
56137 +
56138 +# Whether we should hardcode library paths into libraries.
56139 +hardcode_into_libs=$hardcode_into_libs
56140 +
56141 +# Flag to hardcode \$libdir into a binary during linking.
56142 +# This must work even if \$libdir does not exist.
56143 +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
56144 +
56145 +# If ld is used when linking, flag to hardcode \$libdir into
56146 +# a binary during linking. This must work even if \$libdir does
56147 +# not exist.
56148 +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
56149 +
56150 +# Whether we need a single -rpath flag with a separated argument.
56151 +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
56152 +
56153 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
56154 +# resulting binary.
56155 +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
56156 +
56157 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
56158 +# resulting binary.
56159 +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
56160 +
56161 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
56162 +# the resulting binary.
56163 +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
56164 +
56165 +# Set to yes if building a shared library automatically hardcodes DIR into the library
56166 +# and all subsequent libraries and executables linked against it.
56167 +hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
56168 +
56169 +# Variables whose values should be saved in libtool wrapper scripts and
56170 +# restored at relink time.
56171 +variables_saved_for_relink="$variables_saved_for_relink"
56172 +
56173 +# Whether libtool must link a program against all its dependency libraries.
56174 +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
56175 +
56176 +# Compile-time system search path for libraries
56177 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
56178 +
56179 +# Run-time system search path for libraries
56180 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
56181 +
56182 +# Fix the shell variable \$srcfile for the compiler.
56183 +fix_srcfile_path=$lt_fix_srcfile_path
56184 +
56185 +# Set to yes if exported symbols are required.
56186 +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
56187 +
56188 +# The commands to list exported symbols.
56189 +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
56190 +
56191 +# The commands to extract the exported symbol list from a shared archive.
56192 +extract_expsyms_cmds=$lt_extract_expsyms_cmds
56193 +
56194 +# Symbols that should not be listed in the preloaded symbols.
56195 +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
56196 +
56197 +# Symbols that must always be exported.
56198 +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
56199 +
56200 +ifelse([$1],[],
56201 +[# ### END LIBTOOL CONFIG],
56202 +[# ### END LIBTOOL TAG CONFIG: $tagname])
56203 +
56204 +__EOF__
56205 +
56206 +ifelse([$1],[], [
56207 +  case $host_os in
56208 +  aix3*)
56209 +    cat <<\EOF >> "$cfgfile"
56210 +
56211 +# AIX sometimes has problems with the GCC collect2 program.  For some
56212 +# reason, if we set the COLLECT_NAMES environment variable, the problems
56213 +# vanish in a puff of smoke.
56214 +if test "X${COLLECT_NAMES+set}" != Xset; then
56215 +  COLLECT_NAMES=
56216 +  export COLLECT_NAMES
56217 +fi
56218 +EOF
56219 +    ;;
56220 +  esac
56221 +
56222 +  # We use sed instead of cat because bash on DJGPP gets confused if
56223 +  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
56224 +  # text mode, it properly converts lines to CR/LF.  This bash problem
56225 +  # is reportedly fixed, but why not run on old versions too?
56226 +  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
56227 +
56228 +  mv -f "$cfgfile" "$ofile" || \
56229 +    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
56230 +  chmod +x "$ofile"
56231 +])
56232 +else
56233 +  # If there is no Makefile yet, we rely on a make rule to execute
56234 +  # `config.status --recheck' to rerun these tests and create the
56235 +  # libtool script then.
56236 +  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
56237 +  if test -f "$ltmain_in"; then
56238 +    test -f Makefile && make "$ltmain"
56239 +  fi
56240 +fi
56241 +])
56242 +m4trace:/usr/share/aclocal/libtool.m4:4789: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
56243 +
56244 +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
56245 +
56246 +if test "$GCC" = yes; then
56247 +  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
56248 +
56249 +  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
56250 +    lt_cv_prog_compiler_rtti_exceptions,
56251 +    [-fno-rtti -fno-exceptions], [],
56252 +    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
56253 +fi
56254 +])
56255 +m4trace:/usr/share/aclocal/libtool.m4:4807: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
56256 +AC_REQUIRE([LT_AC_PROG_SED])
56257 +AC_REQUIRE([AC_PROG_NM])
56258 +AC_REQUIRE([AC_OBJEXT])
56259 +# Check for command to grab the raw symbol name followed by C symbol from nm.
56260 +AC_MSG_CHECKING([command to parse $NM output from $compiler object])
56261 +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
56262 +[
56263 +# These are sane defaults that work on at least a few old systems.
56264 +# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
56265 +
56266 +# Character class describing NM global symbol codes.
56267 +symcode='[[BCDEGRST]]'
56268 +
56269 +# Regexp to match symbols that can be accessed directly from C.
56270 +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
56271 +
56272 +# Transform an extracted symbol line into a proper C declaration
56273 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
56274 +
56275 +# Transform an extracted symbol line into symbol name and symbol address
56276 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
56277 +
56278 +# Define system-specific variables.
56279 +case $host_os in
56280 +aix*)
56281 +  symcode='[[BCDT]]'
56282 +  ;;
56283 +cygwin* | mingw* | pw32*)
56284 +  symcode='[[ABCDGISTW]]'
56285 +  ;;
56286 +hpux*) # Its linker distinguishes data from code symbols
56287 +  if test "$host_cpu" = ia64; then
56288 +    symcode='[[ABCDEGRST]]'
56289 +  fi
56290 +  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
56291 +  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
56292 +  ;;
56293 +linux* | k*bsd*-gnu)
56294 +  if test "$host_cpu" = ia64; then
56295 +    symcode='[[ABCDGIRSTW]]'
56296 +    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
56297 +    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
56298 +  fi
56299 +  ;;
56300 +irix* | nonstopux*)
56301 +  symcode='[[BCDEGRST]]'
56302 +  ;;
56303 +osf*)
56304 +  symcode='[[BCDEGQRST]]'
56305 +  ;;
56306 +solaris*)
56307 +  symcode='[[BDRT]]'
56308 +  ;;
56309 +sco3.2v5*)
56310 +  symcode='[[DT]]'
56311 +  ;;
56312 +sysv4.2uw2*)
56313 +  symcode='[[DT]]'
56314 +  ;;
56315 +sysv5* | sco5v6* | unixware* | OpenUNIX*)
56316 +  symcode='[[ABDT]]'
56317 +  ;;
56318 +sysv4)
56319 +  symcode='[[DFNSTU]]'
56320 +  ;;
56321 +esac
56322 +
56323 +# Handle CRLF in mingw tool chain
56324 +opt_cr=
56325 +case $build_os in
56326 +mingw*)
56327 +  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
56328 +  ;;
56329 +esac
56330 +
56331 +# If we're using GNU nm, then use its standard symbol codes.
56332 +case `$NM -V 2>&1` in
56333 +*GNU* | *'with BFD'*)
56334 +  symcode='[[ABCDGIRSTW]]' ;;
56335 +esac
56336 +
56337 +# Try without a prefix undercore, then with it.
56338 +for ac_symprfx in "" "_"; do
56339 +
56340 +  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
56341 +  symxfrm="\\1 $ac_symprfx\\2 \\2"
56342 +
56343 +  # Write the raw and C identifiers.
56344 +  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
56345 +
56346 +  # Check to see that the pipe works correctly.
56347 +  pipe_works=no
56348 +
56349 +  rm -f conftest*
56350 +  cat > conftest.$ac_ext <<EOF
56351 +#ifdef __cplusplus
56352 +extern "C" {
56353 +#endif
56354 +char nm_test_var;
56355 +void nm_test_func(){}
56356 +#ifdef __cplusplus
56357 +}
56358 +#endif
56359 +int main(){nm_test_var='a';nm_test_func();return(0);}
56360 +EOF
56361 +
56362 +  if AC_TRY_EVAL(ac_compile); then
56363 +    # Now try to grab the symbols.
56364 +    nlist=conftest.nm
56365 +    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
56366 +      # Try sorting and uniquifying the output.
56367 +      if sort "$nlist" | uniq > "$nlist"T; then
56368 +       mv -f "$nlist"T "$nlist"
56369 +      else
56370 +       rm -f "$nlist"T
56371 +      fi
56372 +
56373 +      # Make sure that we snagged all the symbols we need.
56374 +      if grep ' nm_test_var$' "$nlist" >/dev/null; then
56375 +       if grep ' nm_test_func$' "$nlist" >/dev/null; then
56376 +         cat <<EOF > conftest.$ac_ext
56377 +#ifdef __cplusplus
56378 +extern "C" {
56379 +#endif
56380 +
56381 +EOF
56382 +         # Now generate the symbol file.
56383 +         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
56384 +
56385 +         cat <<EOF >> conftest.$ac_ext
56386 +#if defined (__STDC__) && __STDC__
56387 +# define lt_ptr_t void *
56388 +#else
56389 +# define lt_ptr_t char *
56390 +# define const
56391 +#endif
56392 +
56393 +/* The mapping between symbol names and symbols. */
56394 +const struct {
56395 +  const char *name;
56396 +  lt_ptr_t address;
56397 +}
56398 +lt_preloaded_symbols[[]] =
56399 +{
56400 +EOF
56401 +         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
56402 +         cat <<\EOF >> conftest.$ac_ext
56403 +  {0, (lt_ptr_t) 0}
56404 +};
56405 +
56406 +#ifdef __cplusplus
56407 +}
56408 +#endif
56409 +EOF
56410 +         # Now try linking the two files.
56411 +         mv conftest.$ac_objext conftstm.$ac_objext
56412 +         lt_save_LIBS="$LIBS"
56413 +         lt_save_CFLAGS="$CFLAGS"
56414 +         LIBS="conftstm.$ac_objext"
56415 +         CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
56416 +         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
56417 +           pipe_works=yes
56418 +         fi
56419 +         LIBS="$lt_save_LIBS"
56420 +         CFLAGS="$lt_save_CFLAGS"
56421 +       else
56422 +         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
56423 +       fi
56424 +      else
56425 +       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
56426 +      fi
56427 +    else
56428 +      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
56429 +    fi
56430 +  else
56431 +    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
56432 +    cat conftest.$ac_ext >&5
56433 +  fi
56434 +  rm -rf conftest* conftst*
56435 +
56436 +  # Do not use the global_symbol_pipe unless it works.
56437 +  if test "$pipe_works" = yes; then
56438 +    break
56439 +  else
56440 +    lt_cv_sys_global_symbol_pipe=
56441 +  fi
56442 +done
56443 +])
56444 +if test -z "$lt_cv_sys_global_symbol_pipe"; then
56445 +  lt_cv_sys_global_symbol_to_cdecl=
56446 +fi
56447 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
56448 +  AC_MSG_RESULT(failed)
56449 +else
56450 +  AC_MSG_RESULT(ok)
56451 +fi
56452 +])
56453 +m4trace:/usr/share/aclocal/libtool.m4:5010: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
56454 +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56455 +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
56456 +
56457 +AC_MSG_CHECKING([for $compiler option to produce PIC])
56458 + ifelse([$1],[CXX],[
56459 +  # C++ specific cases for pic, static, wl, etc.
56460 +  if test "$GXX" = yes; then
56461 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56462 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
56463 +
56464 +    case $host_os in
56465 +    aix*)
56466 +      # All AIX code is PIC.
56467 +      if test "$host_cpu" = ia64; then
56468 +       # AIX 5 now supports IA64 processor
56469 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56470 +      fi
56471 +      ;;
56472 +    amigaos*)
56473 +      # FIXME: we need at least 68020 code to build shared libraries, but
56474 +      # adding the `-m68020' flag to GCC prevents building anything better,
56475 +      # like `-m68040'.
56476 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
56477 +      ;;
56478 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
56479 +      # PIC is the default for these OSes.
56480 +      ;;
56481 +    mingw* | cygwin* | os2* | pw32*)
56482 +      # This hack is so that the source file can tell whether it is being
56483 +      # built for inclusion in a dll (and should export symbols for example).
56484 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
56485 +      # (--disable-auto-import) libraries
56486 +      m4_if([$1], [GCJ], [],
56487 +       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
56488 +      ;;
56489 +    darwin* | rhapsody*)
56490 +      # PIC is the default on this platform
56491 +      # Common symbols not allowed in MH_DYLIB files
56492 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
56493 +      ;;
56494 +    *djgpp*)
56495 +      # DJGPP does not support shared libraries at all
56496 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56497 +      ;;
56498 +    interix[[3-9]]*)
56499 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
56500 +      # Instead, we relocate shared libraries at runtime.
56501 +      ;;
56502 +    sysv4*MP*)
56503 +      if test -d /usr/nec; then
56504 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
56505 +      fi
56506 +      ;;
56507 +    hpux*)
56508 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
56509 +      # not for PA HP-UX.
56510 +      case $host_cpu in
56511 +      hppa*64*|ia64*)
56512 +       ;;
56513 +      *)
56514 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
56515 +       ;;
56516 +      esac
56517 +      ;;
56518 +    *)
56519 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
56520 +      ;;
56521 +    esac
56522 +  else
56523 +    case $host_os in
56524 +      aix[[4-9]]*)
56525 +       # All AIX code is PIC.
56526 +       if test "$host_cpu" = ia64; then
56527 +         # AIX 5 now supports IA64 processor
56528 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56529 +       else
56530 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
56531 +       fi
56532 +       ;;
56533 +      chorus*)
56534 +       case $cc_basename in
56535 +       cxch68*)
56536 +         # Green Hills C++ Compiler
56537 +         # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
56538 +         ;;
56539 +       esac
56540 +       ;;
56541 +       darwin*)
56542 +         # PIC is the default on this platform
56543 +         # Common symbols not allowed in MH_DYLIB files
56544 +         case $cc_basename in
56545 +           xlc*)
56546 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
56547 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56548 +           ;;
56549 +         esac
56550 +       ;;
56551 +      dgux*)
56552 +       case $cc_basename in
56553 +         ec++*)
56554 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56555 +           ;;
56556 +         ghcx*)
56557 +           # Green Hills C++ Compiler
56558 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
56559 +           ;;
56560 +         *)
56561 +           ;;
56562 +       esac
56563 +       ;;
56564 +      freebsd* | dragonfly*)
56565 +       # FreeBSD uses GNU C++
56566 +       ;;
56567 +      hpux9* | hpux10* | hpux11*)
56568 +       case $cc_basename in
56569 +         CC*)
56570 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56571 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
56572 +           if test "$host_cpu" != ia64; then
56573 +             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
56574 +           fi
56575 +           ;;
56576 +         aCC*)
56577 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56578 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
56579 +           case $host_cpu in
56580 +           hppa*64*|ia64*)
56581 +             # +Z the default
56582 +             ;;
56583 +           *)
56584 +             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
56585 +             ;;
56586 +           esac
56587 +           ;;
56588 +         *)
56589 +           ;;
56590 +       esac
56591 +       ;;
56592 +      interix*)
56593 +       # This is c89, which is MS Visual C++ (no shared libs)
56594 +       # Anyone wants to do a port?
56595 +       ;;
56596 +      irix5* | irix6* | nonstopux*)
56597 +       case $cc_basename in
56598 +         CC*)
56599 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56600 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56601 +           # CC pic flag -KPIC is the default.
56602 +           ;;
56603 +         *)
56604 +           ;;
56605 +       esac
56606 +       ;;
56607 +      linux* | k*bsd*-gnu)
56608 +       case $cc_basename in
56609 +         KCC*)
56610 +           # KAI C++ Compiler
56611 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
56612 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
56613 +           ;;
56614 +         icpc* | ecpc*)
56615 +           # Intel C++
56616 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56617 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56618 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
56619 +           ;;
56620 +         pgCC* | pgcpp*)
56621 +           # Portland Group C++ compiler.
56622 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56623 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
56624 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56625 +           ;;
56626 +         cxx*)
56627 +           # Compaq C++
56628 +           # Make sure the PIC flag is empty.  It appears that all Alpha
56629 +           # Linux and Compaq Tru64 Unix objects are PIC.
56630 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56631 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56632 +           ;;
56633 +         *)
56634 +           case `$CC -V 2>&1 | sed 5q` in
56635 +           *Sun\ C*)
56636 +             # Sun C++ 5.9
56637 +             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56638 +             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56639 +             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
56640 +             ;;
56641 +           esac
56642 +           ;;
56643 +       esac
56644 +       ;;
56645 +      lynxos*)
56646 +       ;;
56647 +      m88k*)
56648 +       ;;
56649 +      mvs*)
56650 +       case $cc_basename in
56651 +         cxx*)
56652 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
56653 +           ;;
56654 +         *)
56655 +           ;;
56656 +       esac
56657 +       ;;
56658 +      netbsd* | netbsdelf*-gnu)
56659 +       ;;
56660 +      osf3* | osf4* | osf5*)
56661 +       case $cc_basename in
56662 +         KCC*)
56663 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
56664 +           ;;
56665 +         RCC*)
56666 +           # Rational C++ 2.4.1
56667 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
56668 +           ;;
56669 +         cxx*)
56670 +           # Digital/Compaq C++
56671 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56672 +           # Make sure the PIC flag is empty.  It appears that all Alpha
56673 +           # Linux and Compaq Tru64 Unix objects are PIC.
56674 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56675 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56676 +           ;;
56677 +         *)
56678 +           ;;
56679 +       esac
56680 +       ;;
56681 +      psos*)
56682 +       ;;
56683 +      solaris*)
56684 +       case $cc_basename in
56685 +         CC*)
56686 +           # Sun C++ 4.2, 5.x and Centerline C++
56687 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56688 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56689 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
56690 +           ;;
56691 +         gcx*)
56692 +           # Green Hills C++ Compiler
56693 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
56694 +           ;;
56695 +         *)
56696 +           ;;
56697 +       esac
56698 +       ;;
56699 +      sunos4*)
56700 +       case $cc_basename in
56701 +         CC*)
56702 +           # Sun C++ 4.x
56703 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
56704 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56705 +           ;;
56706 +         lcc*)
56707 +           # Lucid
56708 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
56709 +           ;;
56710 +         *)
56711 +           ;;
56712 +       esac
56713 +       ;;
56714 +      tandem*)
56715 +       case $cc_basename in
56716 +         NCC*)
56717 +           # NonStop-UX NCC 3.20
56718 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56719 +           ;;
56720 +         *)
56721 +           ;;
56722 +       esac
56723 +       ;;
56724 +      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
56725 +       case $cc_basename in
56726 +         CC*)
56727 +           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56728 +           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56729 +           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56730 +           ;;
56731 +       esac
56732 +       ;;
56733 +      vxworks*)
56734 +       ;;
56735 +      *)
56736 +       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
56737 +       ;;
56738 +    esac
56739 +  fi
56740 +],
56741 +[
56742 +  if test "$GCC" = yes; then
56743 +    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56744 +    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
56745 +
56746 +    case $host_os in
56747 +      aix*)
56748 +      # All AIX code is PIC.
56749 +      if test "$host_cpu" = ia64; then
56750 +       # AIX 5 now supports IA64 processor
56751 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56752 +      fi
56753 +      ;;
56754 +
56755 +    amigaos*)
56756 +      # FIXME: we need at least 68020 code to build shared libraries, but
56757 +      # adding the `-m68020' flag to GCC prevents building anything better,
56758 +      # like `-m68040'.
56759 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
56760 +      ;;
56761 +
56762 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
56763 +      # PIC is the default for these OSes.
56764 +      ;;
56765 +
56766 +    mingw* | cygwin* | pw32* | os2*)
56767 +      # This hack is so that the source file can tell whether it is being
56768 +      # built for inclusion in a dll (and should export symbols for example).
56769 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
56770 +      # (--disable-auto-import) libraries
56771 +      m4_if([$1], [GCJ], [],
56772 +       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
56773 +      ;;
56774 +
56775 +    darwin* | rhapsody*)
56776 +      # PIC is the default on this platform
56777 +      # Common symbols not allowed in MH_DYLIB files
56778 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
56779 +      ;;
56780 +
56781 +    interix[[3-9]]*)
56782 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
56783 +      # Instead, we relocate shared libraries at runtime.
56784 +      ;;
56785 +
56786 +    msdosdjgpp*)
56787 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
56788 +      # on systems that don't support them.
56789 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
56790 +      enable_shared=no
56791 +      ;;
56792 +
56793 +    sysv4*MP*)
56794 +      if test -d /usr/nec; then
56795 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
56796 +      fi
56797 +      ;;
56798 +
56799 +    hpux*)
56800 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
56801 +      # not for PA HP-UX.
56802 +      case $host_cpu in
56803 +      hppa*64*|ia64*)
56804 +       # +Z the default
56805 +       ;;
56806 +      *)
56807 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
56808 +       ;;
56809 +      esac
56810 +      ;;
56811 +
56812 +    *)
56813 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
56814 +      ;;
56815 +    esac
56816 +  else
56817 +    # PORTME Check for flag to pass linker flags through the system compiler.
56818 +    case $host_os in
56819 +    aix*)
56820 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56821 +      if test "$host_cpu" = ia64; then
56822 +       # AIX 5 now supports IA64 processor
56823 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56824 +      else
56825 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
56826 +      fi
56827 +      ;;
56828 +      darwin*)
56829 +        # PIC is the default on this platform
56830 +        # Common symbols not allowed in MH_DYLIB files
56831 +       case $cc_basename in
56832 +         xlc*)
56833 +         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
56834 +         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56835 +         ;;
56836 +       esac
56837 +       ;;
56838 +
56839 +    mingw* | cygwin* | pw32* | os2*)
56840 +      # This hack is so that the source file can tell whether it is being
56841 +      # built for inclusion in a dll (and should export symbols for example).
56842 +      m4_if([$1], [GCJ], [],
56843 +       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
56844 +      ;;
56845 +
56846 +    hpux9* | hpux10* | hpux11*)
56847 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56848 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
56849 +      # not for PA HP-UX.
56850 +      case $host_cpu in
56851 +      hppa*64*|ia64*)
56852 +       # +Z the default
56853 +       ;;
56854 +      *)
56855 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
56856 +       ;;
56857 +      esac
56858 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
56859 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
56860 +      ;;
56861 +
56862 +    irix5* | irix6* | nonstopux*)
56863 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56864 +      # PIC (with -KPIC) is the default.
56865 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56866 +      ;;
56867 +
56868 +    newsos6)
56869 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56870 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56871 +      ;;
56872 +
56873 +    linux* | k*bsd*-gnu)
56874 +      case $cc_basename in
56875 +      icc* | ecc*)
56876 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56877 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56878 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
56879 +        ;;
56880 +      pgcc* | pgf77* | pgf90* | pgf95*)
56881 +        # Portland Group compilers (*not* the Pentium gcc compiler,
56882 +       # which looks to be a dead project)
56883 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56884 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
56885 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56886 +        ;;
56887 +      ccc*)
56888 +        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56889 +        # All Alpha code is PIC.
56890 +        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56891 +        ;;
56892 +      *)
56893 +        case `$CC -V 2>&1 | sed 5q` in
56894 +       *Sun\ C*)
56895 +         # Sun C 5.9
56896 +         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56897 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56898 +         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56899 +         ;;
56900 +       *Sun\ F*)
56901 +         # Sun Fortran 8.3 passes all unrecognized flags to the linker
56902 +         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56903 +         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56904 +         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
56905 +         ;;
56906 +       esac
56907 +       ;;
56908 +      esac
56909 +      ;;
56910 +
56911 +    osf3* | osf4* | osf5*)
56912 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56913 +      # All OSF/1 code is PIC.
56914 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56915 +      ;;
56916 +
56917 +    rdos*)
56918 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
56919 +      ;;
56920 +
56921 +    solaris*)
56922 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56923 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56924 +      case $cc_basename in
56925 +      f77* | f90* | f95*)
56926 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
56927 +      *)
56928 +       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
56929 +      esac
56930 +      ;;
56931 +
56932 +    sunos4*)
56933 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
56934 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
56935 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56936 +      ;;
56937 +
56938 +    sysv4 | sysv4.2uw2* | sysv4.3*)
56939 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56940 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56941 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56942 +      ;;
56943 +
56944 +    sysv4*MP*)
56945 +      if test -d /usr/nec ;then
56946 +       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
56947 +       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56948 +      fi
56949 +      ;;
56950 +
56951 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
56952 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56953 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
56954 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56955 +      ;;
56956 +
56957 +    unicos*)
56958 +      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
56959 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
56960 +      ;;
56961 +
56962 +    uts4*)
56963 +      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
56964 +      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
56965 +      ;;
56966 +
56967 +    *)
56968 +      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
56969 +      ;;
56970 +    esac
56971 +  fi
56972 +])
56973 +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
56974 +
56975 +#
56976 +# Check to make sure the PIC flag actually works.
56977 +#
56978 +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
56979 +  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
56980 +    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
56981 +    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
56982 +    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
56983 +     "" | " "*) ;;
56984 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
56985 +     esac],
56986 +    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56987 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
56988 +fi
56989 +case $host_os in
56990 +  # For platforms which do not support PIC, -DPIC is meaningless:
56991 +  *djgpp*)
56992 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
56993 +    ;;
56994 +  *)
56995 +    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
56996 +    ;;
56997 +esac
56998 +
56999 +#
57000 +# Check to make sure the static flag actually works.
57001 +#
57002 +wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
57003 +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
57004 +  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
57005 +  $lt_tmp_static_flag,
57006 +  [],
57007 +  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
57008 +])
57009 +m4trace:/usr/share/aclocal/libtool.m4:5572: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
57010 +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
57011 +ifelse([$1],[CXX],[
57012 +  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
57013 +  case $host_os in
57014 +  aix[[4-9]]*)
57015 +    # If we're using GNU nm, then we don't want the "-C" option.
57016 +    # -C means demangle to AIX nm, but means don't demangle with GNU nm
57017 +    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
57018 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
57019 +    else
57020 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
57021 +    fi
57022 +    ;;
57023 +  pw32*)
57024 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
57025 +  ;;
57026 +  cygwin* | mingw*)
57027 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
57028 +  ;;
57029 +  linux* | k*bsd*-gnu)
57030 +    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
57031 +  ;;
57032 +  *)
57033 +    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
57034 +  ;;
57035 +  esac
57036 +  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
57037 +],[
57038 +  runpath_var=
57039 +  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
57040 +  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
57041 +  _LT_AC_TAGVAR(archive_cmds, $1)=
57042 +  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
57043 +  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
57044 +  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
57045 +  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
57046 +  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
57047 +  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
57048 +  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
57049 +  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
57050 +  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
57051 +  _LT_AC_TAGVAR(hardcode_direct, $1)=no
57052 +  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
57053 +  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
57054 +  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
57055 +  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
57056 +  _LT_AC_TAGVAR(module_cmds, $1)=
57057 +  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
57058 +  _LT_AC_TAGVAR(always_export_symbols, $1)=no
57059 +  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
57060 +  # include_expsyms should be a list of space-separated symbols to be *always*
57061 +  # included in the symbol list
57062 +  _LT_AC_TAGVAR(include_expsyms, $1)=
57063 +  # exclude_expsyms can be an extended regexp of symbols to exclude
57064 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
57065 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
57066 +  # as well as any symbol that contains `d'.
57067 +  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
57068 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
57069 +  # platforms (ab)use it in PIC code, but their linkers get confused if
57070 +  # the symbol is explicitly referenced.  Since portable code cannot
57071 +  # rely on this symbol name, it's probably fine to never include it in
57072 +  # preloaded symbol tables.
57073 +  # Exclude shared library initialization/finalization symbols.
57074 +dnl Note also adjust exclude_expsyms for C++ above.
57075 +  extract_expsyms_cmds=
57076 +  # Just being paranoid about ensuring that cc_basename is set.
57077 +  _LT_CC_BASENAME([$compiler])
57078 +  case $host_os in
57079 +  cygwin* | mingw* | pw32*)
57080 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
57081 +    # When not using gcc, we currently assume that we are using
57082 +    # Microsoft Visual C++.
57083 +    if test "$GCC" != yes; then
57084 +      with_gnu_ld=no
57085 +    fi
57086 +    ;;
57087 +  interix*)
57088 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
57089 +    with_gnu_ld=yes
57090 +    ;;
57091 +  openbsd*)
57092 +    with_gnu_ld=no
57093 +    ;;
57094 +  esac
57095 +
57096 +  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
57097 +  if test "$with_gnu_ld" = yes; then
57098 +    # If archive_cmds runs LD, not CC, wlarc should be empty
57099 +    wlarc='${wl}'
57100 +
57101 +    # Set some defaults for GNU ld with shared library support. These
57102 +    # are reset later if shared libraries are not supported. Putting them
57103 +    # here allows them to be overridden if necessary.
57104 +    runpath_var=LD_RUN_PATH
57105 +    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
57106 +    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
57107 +    # ancient GNU ld didn't support --whole-archive et. al.
57108 +    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
57109 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
57110 +      else
57111 +       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
57112 +    fi
57113 +    supports_anon_versioning=no
57114 +    case `$LD -v 2>/dev/null` in
57115 +      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
57116 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
57117 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
57118 +      *\ 2.11.*) ;; # other 2.11 versions
57119 +      *) supports_anon_versioning=yes ;;
57120 +    esac
57121 +
57122 +    # See if GNU ld supports shared libraries.
57123 +    case $host_os in
57124 +    aix[[3-9]]*)
57125 +      # On AIX/PPC, the GNU linker is very broken
57126 +      if test "$host_cpu" != ia64; then
57127 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57128 +       cat <<EOF 1>&2
57129 +
57130 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported
57131 +*** to be unable to reliably create shared libraries on AIX.
57132 +*** Therefore, libtool is disabling shared libraries support.  If you
57133 +*** really care for shared libraries, you may want to modify your PATH
57134 +*** so that a non-GNU linker is found, and then restart.
57135 +
57136 +EOF
57137 +      fi
57138 +      ;;
57139 +
57140 +    amigaos*)
57141 +      _LT_AC_TAGVAR(archive_cmds, $1)='$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)'
57142 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57143 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57144 +
57145 +      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
57146 +      # that the semantics of dynamic libraries on AmigaOS, at least up
57147 +      # to version 4, is to share data among multiple programs linked
57148 +      # with the same dynamic library.  Since this doesn't match the
57149 +      # behavior of shared libraries on other platforms, we can't use
57150 +      # them.
57151 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
57152 +      ;;
57153 +
57154 +    beos*)
57155 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
57156 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
57157 +       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
57158 +       # support --undefined.  This deserves some investigation.  FIXME
57159 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
57160 +      else
57161 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57162 +      fi
57163 +      ;;
57164 +
57165 +    cygwin* | mingw* | pw32*)
57166 +      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
57167 +      # as there is no search path for DLLs.
57168 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57169 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
57170 +      _LT_AC_TAGVAR(always_export_symbols, $1)=no
57171 +      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
57172 +      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
57173 +
57174 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
57175 +        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
57176 +       # If the export-symbols file already is a .def file (1st line
57177 +       # is EXPORTS), use it as is; otherwise, prepend...
57178 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
57179 +         cp $export_symbols $output_objdir/$soname.def;
57180 +       else
57181 +         echo EXPORTS > $output_objdir/$soname.def;
57182 +         cat $export_symbols >> $output_objdir/$soname.def;
57183 +       fi~
57184 +       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
57185 +      else
57186 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57187 +      fi
57188 +      ;;
57189 +
57190 +    interix[[3-9]]*)
57191 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
57192 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57193 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
57194 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
57195 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
57196 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
57197 +      # default) and relocated if they conflict, which is a slow very memory
57198 +      # consuming and fragmenting process.  To avoid this, we pick a random,
57199 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
57200 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
57201 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
57202 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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'
57203 +      ;;
57204 +
57205 +    gnu* | linux* | k*bsd*-gnu)
57206 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
57207 +       tmp_addflag=
57208 +       case $cc_basename,$host_cpu in
57209 +       pgcc*)                          # Portland Group C compiler
57210 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
57211 +         tmp_addflag=' $pic_flag'
57212 +         ;;
57213 +       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
57214 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
57215 +         tmp_addflag=' $pic_flag -Mnomain' ;;
57216 +       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
57217 +         tmp_addflag=' -i_dynamic' ;;
57218 +       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
57219 +         tmp_addflag=' -i_dynamic -nofor_main' ;;
57220 +       ifc* | ifort*)                  # Intel Fortran compiler
57221 +         tmp_addflag=' -nofor_main' ;;
57222 +       esac
57223 +       case `$CC -V 2>&1 | sed 5q` in
57224 +       *Sun\ C*)                       # Sun C 5.9
57225 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
57226 +         tmp_sharedflag='-G' ;;
57227 +       *Sun\ F*)                       # Sun Fortran 8.3
57228 +         tmp_sharedflag='-G' ;;
57229 +       *)
57230 +         tmp_sharedflag='-shared' ;;
57231 +       esac
57232 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
57233 +
57234 +       if test $supports_anon_versioning = yes; then
57235 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
57236 +  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
57237 +  $echo "local: *; };" >> $output_objdir/$libname.ver~
57238 +         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
57239 +       fi
57240 +       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
57241 +      else
57242 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57243 +      fi
57244 +      ;;
57245 +
57246 +    netbsd* | netbsdelf*-gnu)
57247 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
57248 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
57249 +       wlarc=
57250 +      else
57251 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
57252 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
57253 +      fi
57254 +      ;;
57255 +
57256 +    solaris*)
57257 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
57258 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57259 +       cat <<EOF 1>&2
57260 +
57261 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
57262 +*** create shared libraries on Solaris systems.  Therefore, libtool
57263 +*** is disabling shared libraries support.  We urge you to upgrade GNU
57264 +*** binutils to release 2.9.1 or newer.  Another option is to modify
57265 +*** your PATH or compiler configuration so that the native linker is
57266 +*** used, and then restart.
57267 +
57268 +EOF
57269 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
57270 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
57271 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
57272 +      else
57273 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57274 +      fi
57275 +      ;;
57276 +
57277 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
57278 +      case `$LD -v 2>&1` in
57279 +        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
57280 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57281 +       cat <<_LT_EOF 1>&2
57282 +
57283 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
57284 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
57285 +*** is disabling shared libraries support.  We urge you to upgrade GNU
57286 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
57287 +*** your PATH or compiler configuration so that the native linker is
57288 +*** used, and then restart.
57289 +
57290 +_LT_EOF
57291 +       ;;
57292 +       *)
57293 +         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
57294 +           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
57295 +           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
57296 +           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
57297 +         else
57298 +           _LT_AC_TAGVAR(ld_shlibs, $1)=no
57299 +         fi
57300 +       ;;
57301 +      esac
57302 +      ;;
57303 +
57304 +    sunos4*)
57305 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
57306 +      wlarc=
57307 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57308 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57309 +      ;;
57310 +
57311 +    *)
57312 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
57313 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
57314 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
57315 +      else
57316 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57317 +      fi
57318 +      ;;
57319 +    esac
57320 +
57321 +    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
57322 +      runpath_var=
57323 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
57324 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
57325 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
57326 +    fi
57327 +  else
57328 +    # PORTME fill in a description of your system's linker (not GNU ld)
57329 +    case $host_os in
57330 +    aix3*)
57331 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
57332 +      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
57333 +      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
57334 +      # Note: this linker hardcodes the directories in LIBPATH if there
57335 +      # are no directories specified by -L.
57336 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57337 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
57338 +       # Neither direct hardcoding nor static linking is supported with a
57339 +       # broken collect2.
57340 +       _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
57341 +      fi
57342 +      ;;
57343 +
57344 +    aix[[4-9]]*)
57345 +      if test "$host_cpu" = ia64; then
57346 +       # On IA64, the linker does run time linking by default, so we don't
57347 +       # have to do anything special.
57348 +       aix_use_runtimelinking=no
57349 +       exp_sym_flag='-Bexport'
57350 +       no_entry_flag=""
57351 +      else
57352 +       # If we're using GNU nm, then we don't want the "-C" option.
57353 +       # -C means demangle to AIX nm, but means don't demangle with GNU nm
57354 +       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
57355 +         _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
57356 +       else
57357 +         _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
57358 +       fi
57359 +       aix_use_runtimelinking=no
57360 +
57361 +       # Test if we are trying to use run time linking or normal
57362 +       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
57363 +       # need to do runtime linking.
57364 +       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
57365 +         for ld_flag in $LDFLAGS; do
57366 +         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
57367 +           aix_use_runtimelinking=yes
57368 +           break
57369 +         fi
57370 +         done
57371 +         ;;
57372 +       esac
57373 +
57374 +       exp_sym_flag='-bexport'
57375 +       no_entry_flag='-bnoentry'
57376 +      fi
57377 +
57378 +      # When large executables or shared objects are built, AIX ld can
57379 +      # have problems creating the table of contents.  If linking a library
57380 +      # or program results in "error TOC overflow" add -mminimal-toc to
57381 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
57382 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
57383 +
57384 +      _LT_AC_TAGVAR(archive_cmds, $1)=''
57385 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57386 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
57387 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
57388 +
57389 +      if test "$GCC" = yes; then
57390 +       case $host_os in aix4.[[012]]|aix4.[[012]].*)
57391 +       # We only want to do this on AIX 4.2 and lower, the check
57392 +       # below for broken collect2 doesn't work under 4.3+
57393 +         collect2name=`${CC} -print-prog-name=collect2`
57394 +         if test -f "$collect2name" && \
57395 +          strings "$collect2name" | grep resolve_lib_name >/dev/null
57396 +         then
57397 +         # We have reworked collect2
57398 +         :
57399 +         else
57400 +         # We have old collect2
57401 +         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
57402 +         # It fails to find uninstalled libraries when the uninstalled
57403 +         # path is not listed in the libpath.  Setting hardcode_minus_L
57404 +         # to unsupported forces relinking
57405 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57406 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57407 +         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
57408 +         fi
57409 +         ;;
57410 +       esac
57411 +       shared_flag='-shared'
57412 +       if test "$aix_use_runtimelinking" = yes; then
57413 +         shared_flag="$shared_flag "'${wl}-G'
57414 +       fi
57415 +      else
57416 +       # not using gcc
57417 +       if test "$host_cpu" = ia64; then
57418 +       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
57419 +       # chokes on -Wl,-G. The following line is correct:
57420 +         shared_flag='-G'
57421 +       else
57422 +         if test "$aix_use_runtimelinking" = yes; then
57423 +           shared_flag='${wl}-G'
57424 +         else
57425 +           shared_flag='${wl}-bM:SRE'
57426 +         fi
57427 +       fi
57428 +      fi
57429 +
57430 +      # It seems that -bexpall does not export symbols beginning with
57431 +      # underscore (_), so it is better to generate a list of symbols to export.
57432 +      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
57433 +      if test "$aix_use_runtimelinking" = yes; then
57434 +       # Warning - without using the other runtime loading flags (-brtl),
57435 +       # -berok will link without error, but may produce a broken library.
57436 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
57437 +       # Determine the default libpath from the value encoded in an empty executable.
57438 +       _LT_AC_SYS_LIBPATH_AIX
57439 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
57440 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
57441 +       else
57442 +       if test "$host_cpu" = ia64; then
57443 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
57444 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
57445 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$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"
57446 +       else
57447 +        # Determine the default libpath from the value encoded in an empty executable.
57448 +        _LT_AC_SYS_LIBPATH_AIX
57449 +        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
57450 +         # Warning - without using the other run time loading flags,
57451 +         # -berok will link without error, but may produce a broken library.
57452 +         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
57453 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
57454 +         # Exported symbols can be pulled into shared objects from archives
57455 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
57456 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
57457 +         # This is similar to how AIX traditionally builds its shared libraries.
57458 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$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'
57459 +       fi
57460 +      fi
57461 +      ;;
57462 +
57463 +    amigaos*)
57464 +      _LT_AC_TAGVAR(archive_cmds, $1)='$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)'
57465 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57466 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57467 +      # see comment about different semantics on the GNU ld section
57468 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
57469 +      ;;
57470 +
57471 +    bsdi[[45]]*)
57472 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
57473 +      ;;
57474 +
57475 +    cygwin* | mingw* | pw32*)
57476 +      # When not using gcc, we currently assume that we are using
57477 +      # Microsoft Visual C++.
57478 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
57479 +      # no search path for DLLs.
57480 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
57481 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
57482 +      # Tell ltmain to make .lib files, not .a files.
57483 +      libext=lib
57484 +      # Tell ltmain to make .dll files, not .so files.
57485 +      shrext_cmds=".dll"
57486 +      # FIXME: Setting linknames here is a bad hack.
57487 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
57488 +      # The linker will automatically build a .lib file if we build a DLL.
57489 +      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
57490 +      # FIXME: Should let the user specify the lib program.
57491 +      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
57492 +      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
57493 +      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
57494 +      ;;
57495 +
57496 +    darwin* | rhapsody*)
57497 +      case $host_os in
57498 +        rhapsody* | darwin1.[[012]])
57499 +         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
57500 +         ;;
57501 +       *) # Darwin 1.3 on
57502 +         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
57503 +           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
57504 +         else
57505 +           case ${MACOSX_DEPLOYMENT_TARGET} in
57506 +             10.[[012]])
57507 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
57508 +               ;;
57509 +             10.*)
57510 +               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
57511 +               ;;
57512 +           esac
57513 +         fi
57514 +         ;;
57515 +      esac
57516 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
57517 +      _LT_AC_TAGVAR(hardcode_direct, $1)=no
57518 +      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
57519 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
57520 +      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
57521 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
57522 +    if test "$GCC" = yes ; then
57523 +       output_verbose_link_cmd='echo'
57524 +        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
57525 +        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
57526 +        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="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}"
57527 +        _LT_AC_TAGVAR(module_expsym_cmds, $1)="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}"
57528 +    else
57529 +      case $cc_basename in
57530 +        xlc*)
57531 +         output_verbose_link_cmd='echo'
57532 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
57533 +         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
57534 +          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
57535 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
57536 +          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
57537 +          ;;
57538 +       *)
57539 +         _LT_AC_TAGVAR(ld_shlibs, $1)=no
57540 +          ;;
57541 +      esac
57542 +    fi
57543 +      ;;
57544 +
57545 +    dgux*)
57546 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57547 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57548 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57549 +      ;;
57550 +
57551 +    freebsd1*)
57552 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
57553 +      ;;
57554 +
57555 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
57556 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
57557 +    # does not break anything, and helps significantly (at the cost of a little
57558 +    # extra space).
57559 +    freebsd2.2*)
57560 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
57561 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
57562 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57563 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57564 +      ;;
57565 +
57566 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
57567 +    freebsd2*)
57568 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
57569 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57570 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57571 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57572 +      ;;
57573 +
57574 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
57575 +    freebsd* | dragonfly*)
57576 +      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
57577 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
57578 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57579 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57580 +      ;;
57581 +
57582 +    hpux9*)
57583 +      if test "$GCC" = yes; then
57584 +       _LT_AC_TAGVAR(archive_cmds, $1)='$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'
57585 +      else
57586 +       _LT_AC_TAGVAR(archive_cmds, $1)='$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'
57587 +      fi
57588 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
57589 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57590 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57591 +
57592 +      # hardcode_minus_L: Not really in the search PATH,
57593 +      # but as the default location of the library.
57594 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57595 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
57596 +      ;;
57597 +
57598 +    hpux10*)
57599 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
57600 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
57601 +      else
57602 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
57603 +      fi
57604 +      if test "$with_gnu_ld" = no; then
57605 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
57606 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57607 +
57608 +       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57609 +       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
57610 +
57611 +       # hardcode_minus_L: Not really in the search PATH,
57612 +       # but as the default location of the library.
57613 +       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57614 +      fi
57615 +      ;;
57616 +
57617 +    hpux11*)
57618 +      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
57619 +       case $host_cpu in
57620 +       hppa*64*)
57621 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
57622 +         ;;
57623 +       ia64*)
57624 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
57625 +         ;;
57626 +       *)
57627 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
57628 +         ;;
57629 +       esac
57630 +      else
57631 +       case $host_cpu in
57632 +       hppa*64*)
57633 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
57634 +         ;;
57635 +       ia64*)
57636 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
57637 +         ;;
57638 +       *)
57639 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
57640 +         ;;
57641 +       esac
57642 +      fi
57643 +      if test "$with_gnu_ld" = no; then
57644 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
57645 +       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57646 +
57647 +       case $host_cpu in
57648 +       hppa*64*|ia64*)
57649 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
57650 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no
57651 +         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57652 +         ;;
57653 +       *)
57654 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57655 +         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
57656 +
57657 +         # hardcode_minus_L: Not really in the search PATH,
57658 +         # but as the default location of the library.
57659 +         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57660 +         ;;
57661 +       esac
57662 +      fi
57663 +      ;;
57664 +
57665 +    irix5* | irix6* | nonstopux*)
57666 +      if test "$GCC" = yes; then
57667 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
57668 +      else
57669 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
57670 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
57671 +      fi
57672 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
57673 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57674 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
57675 +      ;;
57676 +
57677 +    netbsd* | netbsdelf*-gnu)
57678 +      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
57679 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
57680 +      else
57681 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
57682 +      fi
57683 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
57684 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57685 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57686 +      ;;
57687 +
57688 +    newsos6)
57689 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57690 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57691 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
57692 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57693 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57694 +      ;;
57695 +
57696 +    openbsd*)
57697 +      if test -f /usr/libexec/ld.so; then
57698 +       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57699 +       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57700 +       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
57701 +         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
57702 +         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
57703 +         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
57704 +         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
57705 +       else
57706 +         case $host_os in
57707 +          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
57708 +            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
57709 +            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
57710 +            ;;
57711 +          *)
57712 +            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
57713 +            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
57714 +            ;;
57715 +         esac
57716 +        fi
57717 +      else
57718 +       _LT_AC_TAGVAR(ld_shlibs, $1)=no
57719 +      fi
57720 +      ;;
57721 +
57722 +    os2*)
57723 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57724 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57725 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
57726 +      _LT_AC_TAGVAR(archive_cmds, $1)='$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'
57727 +      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
57728 +      ;;
57729 +
57730 +    osf3*)
57731 +      if test "$GCC" = yes; then
57732 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
57733 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
57734 +      else
57735 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
57736 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
57737 +      fi
57738 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
57739 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57740 +      ;;
57741 +
57742 +    osf4* | osf5*)     # as osf3* with the addition of -msym flag
57743 +      if test "$GCC" = yes; then
57744 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
57745 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
57746 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
57747 +      else
57748 +       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
57749 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
57750 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
57751 +       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
57752 +
57753 +       # Both c and cxx compiler support -rpath directly
57754 +       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
57755 +      fi
57756 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
57757 +      ;;
57758 +
57759 +    solaris*)
57760 +      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
57761 +      if test "$GCC" = yes; then
57762 +       wlarc='${wl}'
57763 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
57764 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
57765 +         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
57766 +      else
57767 +       wlarc=''
57768 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
57769 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
57770 +       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
57771 +      fi
57772 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
57773 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57774 +      case $host_os in
57775 +      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
57776 +      *)
57777 +       # The compiler driver will combine and reorder linker options,
57778 +       # but understands `-z linker_flag'.  GCC discards it without `$wl',
57779 +       # but is careful enough not to reorder.
57780 +       # Supported since Solaris 2.6 (maybe 2.5.1?)
57781 +       if test "$GCC" = yes; then
57782 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
57783 +       else
57784 +         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
57785 +       fi
57786 +       ;;
57787 +      esac
57788 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
57789 +      ;;
57790 +
57791 +    sunos4*)
57792 +      if test "x$host_vendor" = xsequent; then
57793 +       # Use $CC to link under sequent, because it throws in some extra .o
57794 +       # files that make .init and .fini sections work.
57795 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
57796 +      else
57797 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
57798 +      fi
57799 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57800 +      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
57801 +      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
57802 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57803 +      ;;
57804 +
57805 +    sysv4)
57806 +      case $host_vendor in
57807 +       sni)
57808 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57809 +         _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
57810 +       ;;
57811 +       siemens)
57812 +         ## LD is ld it makes a PLAMLIB
57813 +         ## CC just makes a GrossModule.
57814 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
57815 +         _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
57816 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no
57817 +        ;;
57818 +       motorola)
57819 +         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57820 +         _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
57821 +       ;;
57822 +      esac
57823 +      runpath_var='LD_RUN_PATH'
57824 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57825 +      ;;
57826 +
57827 +    sysv4.3*)
57828 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57829 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57830 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
57831 +      ;;
57832 +
57833 +    sysv4*MP*)
57834 +      if test -d /usr/nec; then
57835 +       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57836 +       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57837 +       runpath_var=LD_RUN_PATH
57838 +       hardcode_runpath_var=yes
57839 +       _LT_AC_TAGVAR(ld_shlibs, $1)=yes
57840 +      fi
57841 +      ;;
57842 +
57843 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
57844 +      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
57845 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
57846 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57847 +      runpath_var='LD_RUN_PATH'
57848 +
57849 +      if test "$GCC" = yes; then
57850 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
57851 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
57852 +      else
57853 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
57854 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
57855 +      fi
57856 +      ;;
57857 +
57858 +    sysv5* | sco3.2v5* | sco5v6*)
57859 +      # Note: We can NOT use -z defs as we might desire, because we do not
57860 +      # link with -lc, and that would cause any symbols used from libc to
57861 +      # always be unresolved, which means just about no library would
57862 +      # ever link correctly.  If we're not using GNU ld we use -z text
57863 +      # though, which does catch some bad symbols but isn't as heavy-handed
57864 +      # as -z defs.
57865 +      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
57866 +      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
57867 +      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
57868 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57869 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
57870 +      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
57871 +      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
57872 +      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
57873 +      runpath_var='LD_RUN_PATH'
57874 +
57875 +      if test "$GCC" = yes; then
57876 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
57877 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
57878 +      else
57879 +       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
57880 +       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
57881 +      fi
57882 +      ;;
57883 +
57884 +    uts4*)
57885 +      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
57886 +      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
57887 +      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
57888 +      ;;
57889 +
57890 +    *)
57891 +      _LT_AC_TAGVAR(ld_shlibs, $1)=no
57892 +      ;;
57893 +    esac
57894 +  fi
57895 +])
57896 +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
57897 +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
57898 +
57899 +#
57900 +# Do we need to explicitly link libc?
57901 +#
57902 +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
57903 +x|xyes)
57904 +  # Assume -lc should be added
57905 +  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
57906 +
57907 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
57908 +    case $_LT_AC_TAGVAR(archive_cmds, $1) in
57909 +    *'~'*)
57910 +      # FIXME: we may have to deal with multi-command sequences.
57911 +      ;;
57912 +    '$CC '*)
57913 +      # Test whether the compiler implicitly links with -lc since on some
57914 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
57915 +      # to ld, don't add -lc before -lgcc.
57916 +      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
57917 +      $rm conftest*
57918 +      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
57919 +
57920 +      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
57921 +        soname=conftest
57922 +        lib=conftest
57923 +        libobjs=conftest.$ac_objext
57924 +        deplibs=
57925 +        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
57926 +       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
57927 +        compiler_flags=-v
57928 +        linker_flags=-v
57929 +        verstring=
57930 +        output_objdir=.
57931 +        libname=conftest
57932 +        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
57933 +        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
57934 +        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
57935 +        then
57936 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
57937 +        else
57938 +         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
57939 +        fi
57940 +        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
57941 +      else
57942 +        cat conftest.err 1>&5
57943 +      fi
57944 +      $rm conftest*
57945 +      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
57946 +      ;;
57947 +    esac
57948 +  fi
57949 +  ;;
57950 +esac
57951 +])
57952 +m4trace:/usr/share/aclocal/libtool.m4:6521: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
57953 +# /* ltdll.c starts here */
57954 +# #define WIN32_LEAN_AND_MEAN
57955 +# #include <windows.h>
57956 +# #undef WIN32_LEAN_AND_MEAN
57957 +# #include <stdio.h>
57958 +#
57959 +# #ifndef __CYGWIN__
57960 +# #  ifdef __CYGWIN32__
57961 +# #    define __CYGWIN__ __CYGWIN32__
57962 +# #  endif
57963 +# #endif
57964 +#
57965 +# #ifdef __cplusplus
57966 +# extern "C" {
57967 +# #endif
57968 +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
57969 +# #ifdef __cplusplus
57970 +# }
57971 +# #endif
57972 +#
57973 +# #ifdef __CYGWIN__
57974 +# #include <cygwin/cygwin_dll.h>
57975 +# DECLARE_CYGWIN_DLL( DllMain );
57976 +# #endif
57977 +# HINSTANCE __hDllInstance_base;
57978 +#
57979 +# BOOL APIENTRY
57980 +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
57981 +# {
57982 +#   __hDllInstance_base = hInst;
57983 +#   return TRUE;
57984 +# }
57985 +# /* ltdll.c ends here */
57986 +])
57987 +m4trace:/usr/share/aclocal/libtool.m4:6560: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
57988 +m4trace:/usr/share/aclocal/libtool.m4:6564: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
57989 +m4trace:/usr/share/aclocal/libtool.m4:6565: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
57990 +m4trace:/usr/share/aclocal/libtool.m4:6566: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
57991 +m4trace:/usr/share/aclocal/libtool.m4:6567: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
57992 +m4trace:/usr/share/aclocal/libtool.m4:6568: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
57993 +m4trace:/usr/share/aclocal/libtool.m4:6569: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
57994 +m4trace:/usr/share/aclocal/libtool.m4:6570: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
57995 +m4trace:/usr/share/aclocal/libtool.m4:6575: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
57996 +  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
57997 +  AC_SUBST(GCJFLAGS)
57998 +])
57999 +m4trace:/usr/share/aclocal/libtool.m4:6581: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
58000 +])
58001 +m4trace:/usr/share/aclocal/libtool.m4:6619: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
58002 +AC_CACHE_VAL(lt_cv_path_SED,
58003 +[# Loop through the user's path and test for sed and gsed.
58004 +# Then use that list of sed's as ones to test for truncation.
58005 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
58006 +for as_dir in $PATH
58007 +do
58008 +  IFS=$as_save_IFS
58009 +  test -z "$as_dir" && as_dir=.
58010 +  for lt_ac_prog in sed gsed; do
58011 +    for ac_exec_ext in '' $ac_executable_extensions; do
58012 +      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
58013 +        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
58014 +      fi
58015 +    done
58016 +  done
58017 +done
58018 +IFS=$as_save_IFS
58019 +lt_ac_max=0
58020 +lt_ac_count=0
58021 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris
58022 +# along with /bin/sed that truncates output.
58023 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
58024 +  test ! -f $lt_ac_sed && continue
58025 +  cat /dev/null > conftest.in
58026 +  lt_ac_count=0
58027 +  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
58028 +  # Check for GNU sed and select it if it is found.
58029 +  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
58030 +    lt_cv_path_SED=$lt_ac_sed
58031 +    break
58032 +  fi
58033 +  while true; do
58034 +    cat conftest.in conftest.in >conftest.tmp
58035 +    mv conftest.tmp conftest.in
58036 +    cp conftest.in conftest.nl
58037 +    echo >>conftest.nl
58038 +    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
58039 +    cmp -s conftest.out conftest.nl || break
58040 +    # 10000 chars as input seems more than enough
58041 +    test $lt_ac_count -gt 10 && break
58042 +    lt_ac_count=`expr $lt_ac_count + 1`
58043 +    if test $lt_ac_count -gt $lt_ac_max; then
58044 +      lt_ac_max=$lt_ac_count
58045 +      lt_cv_path_SED=$lt_ac_sed
58046 +    fi
58047 +  done
58048 +done
58049 +])
58050 +SED=$lt_cv_path_SED
58051 +AC_SUBST([SED])
58052 +AC_MSG_RESULT([$SED])
58053 +])
58054 +m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
58055 +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
58056 +dnl require some minimum version.  Point them to the right macro.
58057 +m4_if([$1], [1.10.1], [],
58058 +      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
58059 +])
58060 +m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
58061 +m4_ifndef([AC_AUTOCONF_VERSION],
58062 +  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
58063 +_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
58064 +m4trace:/usr/share/aclocal-1.10/as.m4:13: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
58065 +AC_REQUIRE([AC_PROG_CC])
58066 +test "${CCAS+set}" = set || CCAS=$CC
58067 +test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
58068 +AC_ARG_VAR([CCAS],      [assembler compiler command (defaults to CC)])
58069 +AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
58070 +_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
58071 +])
58072 +m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
58073 +AC_PREREQ([2.50])dnl
58074 +# expand $ac_aux_dir to an absolute path
58075 +am_aux_dir=`cd $ac_aux_dir && pwd`
58076 +])
58077 +m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
58078 + ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
58079 +       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
58080 +AC_SUBST([$1_TRUE])dnl
58081 +AC_SUBST([$1_FALSE])dnl
58082 +_AM_SUBST_NOTMAKE([$1_TRUE])dnl
58083 +_AM_SUBST_NOTMAKE([$1_FALSE])dnl
58084 +if $2; then
58085 +  $1_TRUE=
58086 +  $1_FALSE='#'
58087 +else
58088 +  $1_TRUE='#'
58089 +  $1_FALSE=
58090 +fi
58091 +AC_CONFIG_COMMANDS_PRE(
58092 +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
58093 +  AC_MSG_ERROR([[conditional "$1" was never defined.
58094 +Usually this means the macro was only invoked conditionally.]])
58095 +fi])])
58096 +m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
58097 +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
58098 +AC_REQUIRE([AM_MAKE_INCLUDE])dnl
58099 +AC_REQUIRE([AM_DEP_TRACK])dnl
58100 +
58101 +ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
58102 +       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
58103 +       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
58104 +       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
58105 +       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
58106 +                   [depcc="$$1"   am_compiler_list=])
58107 +
58108 +AC_CACHE_CHECK([dependency style of $depcc],
58109 +               [am_cv_$1_dependencies_compiler_type],
58110 +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
58111 +  # We make a subdir and do the tests there.  Otherwise we can end up
58112 +  # making bogus files that we don't know about and never remove.  For
58113 +  # instance it was reported that on HP-UX the gcc test will end up
58114 +  # making a dummy file named `D' -- because `-MD' means `put the output
58115 +  # in D'.
58116 +  mkdir conftest.dir
58117 +  # Copy depcomp to subdir because otherwise we won't find it if we're
58118 +  # using a relative directory.
58119 +  cp "$am_depcomp" conftest.dir
58120 +  cd conftest.dir
58121 +  # We will build objects and dependencies in a subdirectory because
58122 +  # it helps to detect inapplicable dependency modes.  For instance
58123 +  # both Tru64's cc and ICC support -MD to output dependencies as a
58124 +  # side effect of compilation, but ICC will put the dependencies in
58125 +  # the current directory while Tru64 will put them in the object
58126 +  # directory.
58127 +  mkdir sub
58128 +
58129 +  am_cv_$1_dependencies_compiler_type=none
58130 +  if test "$am_compiler_list" = ""; then
58131 +     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
58132 +  fi
58133 +  for depmode in $am_compiler_list; do
58134 +    # Setup a source with many dependencies, because some compilers
58135 +    # like to wrap large dependency lists on column 80 (with \), and
58136 +    # we should not choose a depcomp mode which is confused by this.
58137 +    #
58138 +    # We need to recreate these files for each test, as the compiler may
58139 +    # overwrite some of them when testing with obscure command lines.
58140 +    # This happens at least with the AIX C compiler.
58141 +    : > sub/conftest.c
58142 +    for i in 1 2 3 4 5 6; do
58143 +      echo '#include "conftst'$i'.h"' >> sub/conftest.c
58144 +      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
58145 +      # Solaris 8's {/usr,}/bin/sh.
58146 +      touch sub/conftst$i.h
58147 +    done
58148 +    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
58149 +
58150 +    case $depmode in
58151 +    nosideeffect)
58152 +      # after this tag, mechanisms are not by side-effect, so they'll
58153 +      # only be used when explicitly requested
58154 +      if test "x$enable_dependency_tracking" = xyes; then
58155 +       continue
58156 +      else
58157 +       break
58158 +      fi
58159 +      ;;
58160 +    none) break ;;
58161 +    esac
58162 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
58163 +    # mode.  It turns out that the SunPro C++ compiler does not properly
58164 +    # handle `-M -o', and we need to detect this.
58165 +    if depmode=$depmode \
58166 +       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
58167 +       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
58168 +       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
58169 +         >/dev/null 2>conftest.err &&
58170 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
58171 +       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
58172 +       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
58173 +       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
58174 +      # icc doesn't choke on unknown options, it will just issue warnings
58175 +      # or remarks (even with -Werror).  So we grep stderr for any message
58176 +      # that says an option was ignored or not supported.
58177 +      # When given -MP, icc 7.0 and 7.1 complain thusly:
58178 +      #   icc: Command line warning: ignoring option '-M'; no argument required
58179 +      # The diagnosis changed in icc 8.0:
58180 +      #   icc: Command line remark: option '-MP' not supported
58181 +      if (grep 'ignoring option' conftest.err ||
58182 +          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
58183 +        am_cv_$1_dependencies_compiler_type=$depmode
58184 +        break
58185 +      fi
58186 +    fi
58187 +  done
58188 +
58189 +  cd ..
58190 +  rm -rf conftest.dir
58191 +else
58192 +  am_cv_$1_dependencies_compiler_type=none
58193 +fi
58194 +])
58195 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
58196 +AM_CONDITIONAL([am__fastdep$1], [
58197 +  test "x$enable_dependency_tracking" != xno \
58198 +  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
58199 +])
58200 +m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
58201 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
58202 +])
58203 +m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
58204 +[  --disable-dependency-tracking  speeds up one-time build
58205 +  --enable-dependency-tracking   do not reject slow dependency extractors])
58206 +if test "x$enable_dependency_tracking" != xno; then
58207 +  am_depcomp="$ac_aux_dir/depcomp"
58208 +  AMDEPBACKSLASH='\'
58209 +fi
58210 +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
58211 +AC_SUBST([AMDEPBACKSLASH])dnl
58212 +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
58213 +])
58214 +m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
58215 +  # Strip MF so we end up with the name of the file.
58216 +  mf=`echo "$mf" | sed -e 's/:.*$//'`
58217 +  # Check whether this is an Automake generated Makefile or not.
58218 +  # We used to match only the files named `Makefile.in', but
58219 +  # some people rename them; so instead we look at the file content.
58220 +  # Grep'ing the first line is not enough: some people post-process
58221 +  # each Makefile.in and add a new line on top of each file to say so.
58222 +  # Grep'ing the whole file is not good either: AIX grep has a line
58223 +  # limit of 2048, but all sed's we know have understand at least 4000.
58224 +  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
58225 +    dirpart=`AS_DIRNAME("$mf")`
58226 +  else
58227 +    continue
58228 +  fi
58229 +  # Extract the definition of DEPDIR, am__include, and am__quote
58230 +  # from the Makefile without running `make'.
58231 +  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
58232 +  test -z "$DEPDIR" && continue
58233 +  am__include=`sed -n 's/^am__include = //p' < "$mf"`
58234 +  test -z "am__include" && continue
58235 +  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
58236 +  # When using ansi2knr, U may be empty or an underscore; expand it
58237 +  U=`sed -n 's/^U = //p' < "$mf"`
58238 +  # Find all dependency output files, they are included files with
58239 +  # $(DEPDIR) in their names.  We invoke sed twice because it is the
58240 +  # simplest approach to changing $(DEPDIR) to its actual value in the
58241 +  # expansion.
58242 +  for file in `sed -n "
58243 +    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
58244 +       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
58245 +    # Make sure the directory exists.
58246 +    test -f "$dirpart/$file" && continue
58247 +    fdir=`AS_DIRNAME(["$file"])`
58248 +    AS_MKDIR_P([$dirpart/$fdir])
58249 +    # echo "creating $dirpart/$file"
58250 +    echo '# dummy' > "$dirpart/$file"
58251 +  done
58252 +done
58253 +])
58254 +m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
58255 +     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
58256 +     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
58257 +])
58258 +m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
58259 +dnl Autoconf wants to disallow AM_ names.  We explicitly allow
58260 +dnl the ones we care about.
58261 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
58262 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
58263 +AC_REQUIRE([AC_PROG_INSTALL])dnl
58264 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
58265 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
58266 +  # is not polluted with repeated "-I."
58267 +  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
58268 +  # test to see if srcdir already configured
58269 +  if test -f $srcdir/config.status; then
58270 +    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
58271 +  fi
58272 +fi
58273 +
58274 +# test whether we have cygpath
58275 +if test -z "$CYGPATH_W"; then
58276 +  if (cygpath --version) >/dev/null 2>/dev/null; then
58277 +    CYGPATH_W='cygpath -w'
58278 +  else
58279 +    CYGPATH_W=echo
58280 +  fi
58281 +fi
58282 +AC_SUBST([CYGPATH_W])
58283 +
58284 +# Define the identity of the package.
58285 +dnl Distinguish between old-style and new-style calls.
58286 +m4_ifval([$2],
58287 +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
58288 + AC_SUBST([PACKAGE], [$1])dnl
58289 + AC_SUBST([VERSION], [$2])],
58290 +[_AM_SET_OPTIONS([$1])dnl
58291 +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
58292 +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
58293 +  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
58294 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
58295 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
58296 +
58297 +_AM_IF_OPTION([no-define],,
58298 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
58299 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
58300 +
58301 +# Some tools Automake needs.
58302 +AC_REQUIRE([AM_SANITY_CHECK])dnl
58303 +AC_REQUIRE([AC_ARG_PROGRAM])dnl
58304 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
58305 +AM_MISSING_PROG(AUTOCONF, autoconf)
58306 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
58307 +AM_MISSING_PROG(AUTOHEADER, autoheader)
58308 +AM_MISSING_PROG(MAKEINFO, makeinfo)
58309 +AM_PROG_INSTALL_SH
58310 +AM_PROG_INSTALL_STRIP
58311 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl
58312 +# We need awk for the "check" target.  The system "awk" is bad on
58313 +# some platforms.
58314 +AC_REQUIRE([AC_PROG_AWK])dnl
58315 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl
58316 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl
58317 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
58318 +              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
58319 +                            [_AM_PROG_TAR([v7])])])
58320 +_AM_IF_OPTION([no-dependencies],,
58321 +[AC_PROVIDE_IFELSE([AC_PROG_CC],
58322 +                  [_AM_DEPENDENCIES(CC)],
58323 +                  [define([AC_PROG_CC],
58324 +                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
58325 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
58326 +                  [_AM_DEPENDENCIES(CXX)],
58327 +                  [define([AC_PROG_CXX],
58328 +                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
58329 +AC_PROVIDE_IFELSE([AC_PROG_OBJC],
58330 +                  [_AM_DEPENDENCIES(OBJC)],
58331 +                  [define([AC_PROG_OBJC],
58332 +                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
58333 +])
58334 +])
58335 +m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
58336 +_am_arg=$1
58337 +_am_stamp_count=1
58338 +for _am_header in $config_headers :; do
58339 +  case $_am_header in
58340 +    $_am_arg | $_am_arg:* )
58341 +      break ;;
58342 +    * )
58343 +      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
58344 +  esac
58345 +done
58346 +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
58347 +m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
58348 +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
58349 +AC_SUBST(install_sh)])
58350 +m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
58351 +mkdir .tst 2>/dev/null
58352 +if test -d .tst; then
58353 +  am__leading_dot=.
58354 +else
58355 +  am__leading_dot=_
58356 +fi
58357 +rmdir .tst 2>/dev/null
58358 +AC_SUBST([am__leading_dot])])
58359 +m4trace:/usr/share/aclocal-1.10/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
58360 +  dnl maintainer-mode is disabled by default
58361 +  AC_ARG_ENABLE(maintainer-mode,
58362 +[  --enable-maintainer-mode  enable make rules and dependencies not useful
58363 +                         (and sometimes confusing) to the casual installer],
58364 +      USE_MAINTAINER_MODE=$enableval,
58365 +      USE_MAINTAINER_MODE=no)
58366 +  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
58367 +  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
58368 +  MAINT=$MAINTAINER_MODE_TRUE
58369 +  AC_SUBST(MAINT)dnl
58370 +
58371 +])
58372 +m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
58373 +m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
58374 +You should run autoupdate.])dnl
58375 +AM_MAINTAINER_MODE])
58376 +m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
58377 +cat > confinc << 'END'
58378 +am__doit:
58379 +       @echo done
58380 +.PHONY: am__doit
58381 +END
58382 +# If we don't find an include directive, just comment out the code.
58383 +AC_MSG_CHECKING([for style of include used by $am_make])
58384 +am__include="#"
58385 +am__quote=
58386 +_am_result=none
58387 +# First try GNU make style include.
58388 +echo "include confinc" > confmf
58389 +# We grep out `Entering directory' and `Leaving directory'
58390 +# messages which can occur if `w' ends up in MAKEFLAGS.
58391 +# In particular we don't look at `^make:' because GNU make might
58392 +# be invoked under some other name (usually "gmake"), in which
58393 +# case it prints its new name instead of `make'.
58394 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
58395 +   am__include=include
58396 +   am__quote=
58397 +   _am_result=GNU
58398 +fi
58399 +# Now try BSD make style include.
58400 +if test "$am__include" = "#"; then
58401 +   echo '.include "confinc"' > confmf
58402 +   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
58403 +      am__include=.include
58404 +      am__quote="\""
58405 +      _am_result=BSD
58406 +   fi
58407 +fi
58408 +AC_SUBST([am__include])
58409 +AC_SUBST([am__quote])
58410 +AC_MSG_RESULT([$_am_result])
58411 +rm -f confinc confmf
58412 +])
58413 +m4trace:/usr/share/aclocal-1.10/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
58414 +AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
58415 +AC_REQUIRE_AUX_FILE([compile])dnl
58416 +# FIXME: we rely on the cache variable name because
58417 +# there is no other way.
58418 +set dummy $CC
58419 +ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
58420 +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
58421 +   # Losing compiler, so override with the script.
58422 +   # FIXME: It is wrong to rewrite CC.
58423 +   # But if we don't then we get into trouble of one sort or another.
58424 +   # A longer-term fix would be to have automake use am__CC in this case,
58425 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
58426 +   CC="$am_aux_dir/compile $CC"
58427 +fi
58428 +dnl Make sure AC_PROG_CC is never called again, or it will override our
58429 +dnl setting of CC.
58430 +m4_define([AC_PROG_CC],
58431 +          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
58432 +])
58433 +m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
58434 +$1=${$1-"${am_missing_run}$2"}
58435 +AC_SUBST($1)])
58436 +m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
58437 +AC_REQUIRE_AUX_FILE([missing])dnl
58438 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
58439 +# Use eval to expand $SHELL
58440 +if eval "$MISSING --run true"; then
58441 +  am_missing_run="$MISSING --run "
58442 +else
58443 +  am_missing_run=
58444 +  AC_MSG_WARN([`missing' script is too old or missing])
58445 +fi
58446 +])
58447 +m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
58448 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl
58449 +dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
58450 +dnl while keeping a definition of mkdir_p for backward compatibility.
58451 +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
58452 +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
58453 +dnl Makefile.ins that do not define MKDIR_P, so we do our own
58454 +dnl adjustment using top_builddir (which is defined more often than
58455 +dnl MKDIR_P).
58456 +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
58457 +case $mkdir_p in
58458 +  [[\\/$]]* | ?:[[\\/]]*) ;;
58459 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
58460 +esac
58461 +])
58462 +m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
58463 +m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
58464 +m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
58465 +m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
58466 +m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
58467 +   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
58468 +   ac_status=$?
58469 +   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
58470 +   (exit $ac_status); }])
58471 +m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
58472 +# Just in case
58473 +sleep 1
58474 +echo timestamp > conftest.file
58475 +# Do `set' in a subshell so we don't clobber the current shell's
58476 +# arguments.  Must try -L first in case configure is actually a
58477 +# symlink; some systems play weird games with the mod time of symlinks
58478 +# (eg FreeBSD returns the mod time of the symlink's containing
58479 +# directory).
58480 +if (
58481 +   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
58482 +   if test "$[*]" = "X"; then
58483 +      # -L didn't work.
58484 +      set X `ls -t $srcdir/configure conftest.file`
58485 +   fi
58486 +   rm -f conftest.file
58487 +   if test "$[*]" != "X $srcdir/configure conftest.file" \
58488 +      && test "$[*]" != "X conftest.file $srcdir/configure"; then
58489 +
58490 +      # If neither matched, then we have a broken ls.  This can happen
58491 +      # if, for instance, CONFIG_SHELL is bash and it inherits a
58492 +      # broken ls alias from the environment.  This has actually
58493 +      # happened.  Such a system could not be considered "sane".
58494 +      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
58495 +alias in your environment])
58496 +   fi
58497 +
58498 +   test "$[2]" = conftest.file
58499 +   )
58500 +then
58501 +   # Ok.
58502 +   :
58503 +else
58504 +   AC_MSG_ERROR([newly created file is older than distributed files!
58505 +Check your system clock])
58506 +fi
58507 +AC_MSG_RESULT(yes)])
58508 +m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
58509 +# Installed binaries are usually stripped using `strip' when the user
58510 +# run `make install-strip'.  However `strip' might not be the right
58511 +# tool to use in cross-compilation environments, therefore Automake
58512 +# will honor the `STRIP' environment variable to overrule this program.
58513 +dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
58514 +if test "$cross_compiling" != no; then
58515 +  AC_CHECK_TOOL([STRIP], [strip], :)
58516 +fi
58517 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
58518 +AC_SUBST([INSTALL_STRIP_PROGRAM])])
58519 +m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
58520 +m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
58521 +AM_MISSING_PROG([AMTAR], [tar])
58522 +m4_if([$1], [v7],
58523 +     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
58524 +     [m4_case([$1], [ustar],, [pax],,
58525 +              [m4_fatal([Unknown tar format])])
58526 +AC_MSG_CHECKING([how to create a $1 tar archive])
58527 +# Loop over all known methods to create a tar archive until one works.
58528 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
58529 +_am_tools=${am_cv_prog_tar_$1-$_am_tools}
58530 +# Do not fold the above two line into one, because Tru64 sh and
58531 +# Solaris sh will not grok spaces in the rhs of `-'.
58532 +for _am_tool in $_am_tools
58533 +do
58534 +  case $_am_tool in
58535 +  gnutar)
58536 +    for _am_tar in tar gnutar gtar;
58537 +    do
58538 +      AM_RUN_LOG([$_am_tar --version]) && break
58539 +    done
58540 +    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
58541 +    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
58542 +    am__untar="$_am_tar -xf -"
58543 +    ;;
58544 +  plaintar)
58545 +    # Must skip GNU tar: if it does not support --format= it doesn't create
58546 +    # ustar tarball either.
58547 +    (tar --version) >/dev/null 2>&1 && continue
58548 +    am__tar='tar chf - "$$tardir"'
58549 +    am__tar_='tar chf - "$tardir"'
58550 +    am__untar='tar xf -'
58551 +    ;;
58552 +  pax)
58553 +    am__tar='pax -L -x $1 -w "$$tardir"'
58554 +    am__tar_='pax -L -x $1 -w "$tardir"'
58555 +    am__untar='pax -r'
58556 +    ;;
58557 +  cpio)
58558 +    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
58559 +    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
58560 +    am__untar='cpio -i -H $1 -d'
58561 +    ;;
58562 +  none)
58563 +    am__tar=false
58564 +    am__tar_=false
58565 +    am__untar=false
58566 +    ;;
58567 +  esac
58568 +
58569 +  # If the value was cached, stop now.  We just wanted to have am__tar
58570 +  # and am__untar set.
58571 +  test -n "${am_cv_prog_tar_$1}" && break
58572 +
58573 +  # tar/untar a dummy directory, and stop if the command works
58574 +  rm -rf conftest.dir
58575 +  mkdir conftest.dir
58576 +  echo GrepMe > conftest.dir/file
58577 +  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
58578 +  rm -rf conftest.dir
58579 +  if test -s conftest.tar; then
58580 +    AM_RUN_LOG([$am__untar <conftest.tar])
58581 +    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
58582 +  fi
58583 +done
58584 +rm -rf conftest.dir
58585 +
58586 +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
58587 +AC_MSG_RESULT([$am_cv_prog_tar_$1])])
58588 +AC_SUBST([am__tar])
58589 +AC_SUBST([am__untar])
58590 +])
58591 +m4trace:acinclude.m4:3: -1- AC_DEFUN([AC_FUNC_MMAP_BLACKLIST], [
58592 +AC_CHECK_HEADER([sys/mman.h],
58593 +               [libffi_header_sys_mman_h=yes], [libffi_header_sys_mman_h=no])
58594 +AC_CHECK_FUNC([mmap], [libffi_func_mmap=yes], [libffi_func_mmap=no])
58595 +if test "$libffi_header_sys_mman_h" != yes \
58596 + || test "$libffi_func_mmap" != yes; then
58597 +   ac_cv_func_mmap_file=no
58598 +   ac_cv_func_mmap_dev_zero=no
58599 +   ac_cv_func_mmap_anon=no
58600 +else
58601 +   AC_CACHE_CHECK([whether read-only mmap of a plain file works],
58602 +  ac_cv_func_mmap_file,
58603 +  [# Add a system to this blacklist if
58604 +   # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
58605 +   # memory area containing the same data that you'd get if you applied
58606 +   # read() to the same fd.  The only system known to have a problem here
58607 +   # is VMS, where text files have record structure.
58608 +   case "$host_os" in
58609 +     vms* | ultrix*)
58610 +       ac_cv_func_mmap_file=no ;;
58611 +     *)
58612 +       ac_cv_func_mmap_file=yes;;
58613 +   esac])
58614 +   AC_CACHE_CHECK([whether mmap from /dev/zero works],
58615 +  ac_cv_func_mmap_dev_zero,
58616 +  [# Add a system to this blacklist if it has mmap() but /dev/zero
58617 +   # does not exist, or if mmapping /dev/zero does not give anonymous
58618 +   # zeroed pages with both the following properties:
58619 +   # 1. If you map N consecutive pages in with one call, and then
58620 +   #    unmap any subset of those pages, the pages that were not
58621 +   #    explicitly unmapped remain accessible.
58622 +   # 2. If you map two adjacent blocks of memory and then unmap them
58623 +   #    both at once, they must both go away.
58624 +   # Systems known to be in this category are Windows (all variants),
58625 +   # VMS, and Darwin.
58626 +   case "$host_os" in
58627 +     vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
58628 +       ac_cv_func_mmap_dev_zero=no ;;
58629 +     *)
58630 +       ac_cv_func_mmap_dev_zero=yes;;
58631 +   esac])
58632 +
58633 +   # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
58634 +   AC_CACHE_CHECK([for MAP_ANON(YMOUS)], ac_cv_decl_map_anon,
58635 +    [AC_TRY_COMPILE(
58636 +[#include <sys/types.h>
58637 +#include <sys/mman.h>
58638 +#include <unistd.h>
58639 +
58640 +#ifndef MAP_ANONYMOUS
58641 +#define MAP_ANONYMOUS MAP_ANON
58642 +#endif
58643 +],
58644 +[int n = MAP_ANONYMOUS;],
58645 +    ac_cv_decl_map_anon=yes,
58646 +    ac_cv_decl_map_anon=no)])
58647 +
58648 +   if test $ac_cv_decl_map_anon = no; then
58649 +     ac_cv_func_mmap_anon=no
58650 +   else
58651 +     AC_CACHE_CHECK([whether mmap with MAP_ANON(YMOUS) works],
58652 +     ac_cv_func_mmap_anon,
58653 +  [# Add a system to this blacklist if it has mmap() and MAP_ANON or
58654 +   # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
58655 +   # doesn't give anonymous zeroed pages with the same properties listed
58656 +   # above for use of /dev/zero.
58657 +   # Systems known to be in this category are Windows, VMS, and SCO Unix.
58658 +   case "$host_os" in
58659 +     vms* | cygwin* | pe | mingw* | sco* | udk* )
58660 +       ac_cv_func_mmap_anon=no ;;
58661 +     *)
58662 +       ac_cv_func_mmap_anon=yes;;
58663 +   esac])
58664 +   fi
58665 +fi
58666 +
58667 +if test $ac_cv_func_mmap_file = yes; then
58668 +  AC_DEFINE(HAVE_MMAP_FILE, 1,
58669 +           [Define if read-only mmap of a plain file works.])
58670 +fi
58671 +if test $ac_cv_func_mmap_dev_zero = yes; then
58672 +  AC_DEFINE(HAVE_MMAP_DEV_ZERO, 1,
58673 +           [Define if mmap of /dev/zero works.])
58674 +fi
58675 +if test $ac_cv_func_mmap_anon = yes; then
58676 +  AC_DEFINE(HAVE_MMAP_ANON, 1,
58677 +           [Define if mmap with MAP_ANON(YMOUS) works.])
58678 +fi
58679 +])
58680 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
58681 +m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
58682 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
58683 +m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
58684 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
58685 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
58686 +m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
58687 +m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
58688 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
58689 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
58690 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
58691 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
58692 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
58693 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
58694 +m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
58695 +m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
58696 +m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
58697 +m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
58698 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
58699 +m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
58700 +m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
58701 +m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
58702 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
58703 +m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
58704 +m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
58705 +m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
58706 +m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
58707 +m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
58708 +m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
58709 +m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
58710 +m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
58711 +m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
58712 +m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
58713 +m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
58714 +m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
58715 +m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
58716 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
58717 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
58718 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
58719 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
58720 +m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
58721 +m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
58722 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
58723 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
58724 +m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
58725 +m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
58726 +m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
58727 +m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
58728 +m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
58729 +m4trace:configure.ac:8: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
58730 +You should run autoupdate.], [../../lib/autoconf/general.m4:1747: AC_CANONICAL_SYSTEM is expanded from...
58731 +configure.ac:8: the top level])
58732 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build$])
58733 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_cpu$])
58734 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_vendor$])
58735 +m4trace:configure.ac:8: -1- m4_pattern_allow([^build_os$])
58736 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host$])
58737 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_cpu$])
58738 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_vendor$])
58739 +m4trace:configure.ac:8: -1- m4_pattern_allow([^host_os$])
58740 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target$])
58741 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_cpu$])
58742 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_vendor$])
58743 +m4trace:configure.ac:8: -1- m4_pattern_allow([^target_os$])
58744 +m4trace:configure.ac:13: -1- AM_INIT_AUTOMAKE
58745 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
58746 +m4trace:configure.ac:13: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
58747 +m4trace:configure.ac:13: -1- AM_AUTOMAKE_VERSION([1.10.1])
58748 +m4trace:configure.ac:13: -1- _AM_AUTOCONF_VERSION([2.61])
58749 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
58750 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
58751 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_DATA$])
58752 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__isrc$])
58753 +m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__isrc])
58754 +m4trace:configure.ac:13: -1- m4_pattern_allow([^CYGPATH_W$])
58755 +m4trace:configure.ac:13: -1- _AM_SET_OPTIONS([])
58756 +m4trace:configure.ac:13: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
58757 +You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
58758 +/usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
58759 +/usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
58760 +configure.ac:13: the top level])
58761 +m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
58762 +m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
58763 +m4trace:configure.ac:13: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
58764 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
58765 +m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([no-define])
58766 +m4trace:configure.ac:13: -1- m4_pattern_allow([^PACKAGE$])
58767 +m4trace:configure.ac:13: -1- m4_pattern_allow([^VERSION$])
58768 +m4trace:configure.ac:13: -1- AM_SANITY_CHECK
58769 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
58770 +m4trace:configure.ac:13: -1- AM_MISSING_HAS_RUN
58771 +m4trace:configure.ac:13: -1- AM_AUX_DIR_EXPAND
58772 +m4trace:configure.ac:13: -1- m4_pattern_allow([^ACLOCAL$])
58773 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
58774 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOCONF$])
58775 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
58776 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOMAKE$])
58777 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
58778 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AUTOHEADER$])
58779 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
58780 +m4trace:configure.ac:13: -1- m4_pattern_allow([^MAKEINFO$])
58781 +m4trace:configure.ac:13: -1- AM_PROG_INSTALL_SH
58782 +m4trace:configure.ac:13: -1- m4_pattern_allow([^install_sh$])
58783 +m4trace:configure.ac:13: -1- AM_PROG_INSTALL_STRIP
58784 +m4trace:configure.ac:13: -1- m4_pattern_allow([^STRIP$])
58785 +m4trace:configure.ac:13: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
58786 +m4trace:configure.ac:13: -1- AM_PROG_MKDIR_P
58787 +m4trace:configure.ac:13: -1- m4_pattern_allow([^mkdir_p$])
58788 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AWK$])
58789 +m4trace:configure.ac:13: -1- m4_pattern_allow([^SET_MAKE$])
58790 +m4trace:configure.ac:13: -1- AM_SET_LEADING_DOT
58791 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__leading_dot$])
58792 +m4trace:configure.ac:13: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
58793 +                            [_AM_PROG_TAR([v7])])])
58794 +m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([tar-ustar])
58795 +m4trace:configure.ac:13: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
58796 +m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([tar-pax])
58797 +m4trace:configure.ac:13: -1- _AM_PROG_TAR([v7])
58798 +m4trace:configure.ac:13: -1- AM_MISSING_PROG([AMTAR], [tar])
58799 +m4trace:configure.ac:13: -1- m4_pattern_allow([^AMTAR$])
58800 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__tar$])
58801 +m4trace:configure.ac:13: -1- m4_pattern_allow([^am__untar$])
58802 +m4trace:configure.ac:13: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
58803 +                  [_AM_DEPENDENCIES(CC)],
58804 +                  [define([AC_PROG_CC],
58805 +                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
58806 +AC_PROVIDE_IFELSE([AC_PROG_CXX],
58807 +                  [_AM_DEPENDENCIES(CXX)],
58808 +                  [define([AC_PROG_CXX],
58809 +                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
58810 +AC_PROVIDE_IFELSE([AC_PROG_OBJC],
58811 +                  [_AM_DEPENDENCIES(OBJC)],
58812 +                  [define([AC_PROG_OBJC],
58813 +                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
58814 +])
58815 +m4trace:configure.ac:13: -2- _AM_MANGLE_OPTION([no-dependencies])
58816 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
58817 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CFLAGS$])
58818 +m4trace:configure.ac:22: -1- m4_pattern_allow([^LDFLAGS$])
58819 +m4trace:configure.ac:22: -1- m4_pattern_allow([^LIBS$])
58820 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CPPFLAGS$])
58821 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
58822 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
58823 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
58824 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CC$])
58825 +m4trace:configure.ac:22: -1- m4_pattern_allow([^ac_ct_CC$])
58826 +m4trace:configure.ac:22: -1- m4_pattern_allow([^EXEEXT$])
58827 +m4trace:configure.ac:22: -1- m4_pattern_allow([^OBJEXT$])
58828 +m4trace:configure.ac:22: -1- _AM_DEPENDENCIES([CC])
58829 +m4trace:configure.ac:22: -1- AM_SET_DEPDIR
58830 +m4trace:configure.ac:22: -1- m4_pattern_allow([^DEPDIR$])
58831 +m4trace:configure.ac:22: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
58832 +m4trace:configure.ac:22: -1- AM_MAKE_INCLUDE
58833 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__include$])
58834 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__quote$])
58835 +m4trace:configure.ac:22: -1- AM_DEP_TRACK
58836 +m4trace:configure.ac:22: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
58837 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEP_TRUE$])
58838 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEP_FALSE$])
58839 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
58840 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
58841 +m4trace:configure.ac:22: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
58842 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
58843 +m4trace:configure.ac:22: -1- m4_pattern_allow([^CCDEPMODE$])
58844 +m4trace:configure.ac:22: -1- AM_CONDITIONAL([am__fastdepCC], [
58845 +  test "x$enable_dependency_tracking" != xno \
58846 +  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
58847 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
58848 +m4trace:configure.ac:22: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
58849 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
58850 +m4trace:configure.ac:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
58851 +m4trace:configure.ac:25: -1- m4_pattern_allow([^CFLAGS$])
58852 +m4trace:configure.ac:27: -1- AM_PROG_AS
58853 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCAS$])
58854 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCASFLAGS$])
58855 +m4trace:configure.ac:27: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
58856 +m4trace:configure.ac:27: -2- _AM_MANGLE_OPTION([no-dependencies])
58857 +m4trace:configure.ac:27: -1- _AM_DEPENDENCIES([CCAS])
58858 +m4trace:configure.ac:27: -1- m4_pattern_allow([^CCASDEPMODE$])
58859 +m4trace:configure.ac:27: -1- AM_CONDITIONAL([am__fastdepCCAS], [
58860 +  test "x$enable_dependency_tracking" != xno \
58861 +  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
58862 +m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
58863 +m4trace:configure.ac:27: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
58864 +m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
58865 +m4trace:configure.ac:27: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
58866 +m4trace:configure.ac:28: -1- AM_PROG_CC_C_O
58867 +m4trace:configure.ac:28: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
58868 +m4trace:configure.ac:30: -1- AC_LIBTOOL_WIN32_DLL
58869 +m4trace:configure.ac:31: -1- m4_pattern_allow([^LIBFFI_DLL$])
58870 +m4trace:configure.ac:41: -1- m4_pattern_allow([^LIBFFI_LDFLAGS$])
58871 +m4trace:configure.ac:43: -1- AC_PROG_LIBTOOL
58872 +m4trace:configure.ac:43: -1- _AC_PROG_LIBTOOL
58873 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SETUP
58874 +m4trace:configure.ac:43: -1- AC_ENABLE_SHARED
58875 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
58876 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
58877 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
58878 +/usr/share/aclocal/libtool.m4:2043: AC_ENABLE_SHARED is expanded from...
58879 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
58880 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
58881 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
58882 +configure.ac:43: the top level])
58883 +m4trace:configure.ac:43: -1- AC_ENABLE_STATIC
58884 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
58885 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
58886 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
58887 +/usr/share/aclocal/libtool.m4:2082: AC_ENABLE_STATIC is expanded from...
58888 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
58889 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
58890 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
58891 +configure.ac:43: the top level])
58892 +m4trace:configure.ac:43: -1- AC_ENABLE_FAST_INSTALL
58893 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
58894 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
58895 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
58896 +/usr/share/aclocal/libtool.m4:2121: AC_ENABLE_FAST_INSTALL is expanded from...
58897 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
58898 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
58899 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
58900 +configure.ac:43: the top level])
58901 +m4trace:configure.ac:43: -1- AC_PROG_LD
58902 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
58903 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
58904 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
58905 +/usr/share/aclocal/libtool.m4:2262: AC_PROG_LD is expanded from...
58906 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
58907 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
58908 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
58909 +configure.ac:43: the top level])
58910 +m4trace:configure.ac:43: -1- LT_AC_PROG_SED
58911 +m4trace:configure.ac:43: -1- m4_pattern_allow([^SED$])
58912 +m4trace:configure.ac:43: -1- AC_PROG_LD_GNU
58913 +m4trace:configure.ac:43: -1- AC_PROG_EGREP
58914 +m4trace:configure.ac:43: -1- m4_pattern_allow([^GREP$])
58915 +m4trace:configure.ac:43: -1- m4_pattern_allow([^GREP$])
58916 +m4trace:configure.ac:43: -1- m4_pattern_allow([^EGREP$])
58917 +m4trace:configure.ac:43: -1- m4_pattern_allow([^EGREP$])
58918 +m4trace:configure.ac:43: -1- AC_PROG_LD_RELOAD_FLAG
58919 +m4trace:configure.ac:43: -1- AC_PROG_NM
58920 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LN_S$])
58921 +m4trace:configure.ac:43: -1- AC_DEPLIBS_CHECK_METHOD
58922 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
58923 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
58924 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
58925 +m4trace:configure.ac:43: -1- AC_LIBTOOL_OBJDIR
58926 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
58927 +m4trace:configure.ac:43: -1- _LT_AC_PROG_ECHO_BACKSLASH
58928 +m4trace:configure.ac:43: -1- _LT_AC_SHELL_INIT([
58929 +# Check that we are running under the correct shell.
58930 +SHELL=${CONFIG_SHELL-/bin/sh}
58931 +
58932 +case X$ECHO in
58933 +X*--fallback-echo)
58934 +  # Remove one level of quotation (which was required for Make).
58935 +  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
58936 +  ;;
58937 +esac
58938 +
58939 +echo=${ECHO-echo}
58940 +if test "X[$]1" = X--no-reexec; then
58941 +  # Discard the --no-reexec flag, and continue.
58942 +  shift
58943 +elif test "X[$]1" = X--fallback-echo; then
58944 +  # Avoid inline document here, it may be left over
58945 +  :
58946 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
58947 +  # Yippee, $echo works!
58948 +  :
58949 +else
58950 +  # Restart under the correct shell.
58951 +  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
58952 +fi
58953 +
58954 +if test "X[$]1" = X--fallback-echo; then
58955 +  # used as fallback echo
58956 +  shift
58957 +  cat <<EOF
58958 +[$]*
58959 +EOF
58960 +  exit 0
58961 +fi
58962 +
58963 +# The HP-UX ksh and POSIX shell print the target directory to stdout
58964 +# if CDPATH is set.
58965 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
58966 +
58967 +if test -z "$ECHO"; then
58968 +if test "X${echo_test_string+set}" != Xset; then
58969 +# find a string as large as possible, as long as the shell can cope with it
58970 +  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
58971 +    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
58972 +    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
58973 +       echo_test_string=`eval $cmd` &&
58974 +       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
58975 +    then
58976 +      break
58977 +    fi
58978 +  done
58979 +fi
58980 +
58981 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
58982 +   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
58983 +   test "X$echo_testing_string" = "X$echo_test_string"; then
58984 +  :
58985 +else
58986 +  # The Solaris, AIX, and Digital Unix default echo programs unquote
58987 +  # backslashes.  This makes it impossible to quote backslashes using
58988 +  #   echo "$something" | sed 's/\\/\\\\/g'
58989 +  #
58990 +  # So, first we look for a working echo in the user's PATH.
58991 +
58992 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
58993 +  for dir in $PATH /usr/ucb; do
58994 +    IFS="$lt_save_ifs"
58995 +    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
58996 +       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
58997 +       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
58998 +       test "X$echo_testing_string" = "X$echo_test_string"; then
58999 +      echo="$dir/echo"
59000 +      break
59001 +    fi
59002 +  done
59003 +  IFS="$lt_save_ifs"
59004 +
59005 +  if test "X$echo" = Xecho; then
59006 +    # We didn't find a better echo, so look for alternatives.
59007 +    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
59008 +       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
59009 +       test "X$echo_testing_string" = "X$echo_test_string"; then
59010 +      # This shell has a builtin print -r that does the trick.
59011 +      echo='print -r'
59012 +    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
59013 +        test "X$CONFIG_SHELL" != X/bin/ksh; then
59014 +      # If we have ksh, try running configure again with it.
59015 +      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
59016 +      export ORIGINAL_CONFIG_SHELL
59017 +      CONFIG_SHELL=/bin/ksh
59018 +      export CONFIG_SHELL
59019 +      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
59020 +    else
59021 +      # Try using printf.
59022 +      echo='printf %s\n'
59023 +      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
59024 +        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
59025 +        test "X$echo_testing_string" = "X$echo_test_string"; then
59026 +       # Cool, printf works
59027 +       :
59028 +      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
59029 +          test "X$echo_testing_string" = 'X\t' &&
59030 +          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
59031 +          test "X$echo_testing_string" = "X$echo_test_string"; then
59032 +       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
59033 +       export CONFIG_SHELL
59034 +       SHELL="$CONFIG_SHELL"
59035 +       export SHELL
59036 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
59037 +      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
59038 +          test "X$echo_testing_string" = 'X\t' &&
59039 +          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
59040 +          test "X$echo_testing_string" = "X$echo_test_string"; then
59041 +       echo="$CONFIG_SHELL [$]0 --fallback-echo"
59042 +      else
59043 +       # maybe with a smaller string...
59044 +       prev=:
59045 +
59046 +       for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
59047 +         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
59048 +         then
59049 +           break
59050 +         fi
59051 +         prev="$cmd"
59052 +       done
59053 +
59054 +       if test "$prev" != 'sed 50q "[$]0"'; then
59055 +         echo_test_string=`eval $prev`
59056 +         export echo_test_string
59057 +         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
59058 +       else
59059 +         # Oops.  We lost completely, so just stick with echo.
59060 +         echo=echo
59061 +       fi
59062 +      fi
59063 +    fi
59064 +  fi
59065 +fi
59066 +fi
59067 +
59068 +# Copy echo and quote the copy suitably for passing to libtool from
59069 +# the Makefile, instead of quoting the original, which is used later.
59070 +ECHO=$echo
59071 +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
59072 +   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
59073 +fi
59074 +
59075 +AC_SUBST(ECHO)
59076 +])
59077 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ECHO$])
59078 +m4trace:configure.ac:43: -1- m4_pattern_allow([^AR$])
59079 +m4trace:configure.ac:43: -1- m4_pattern_allow([^RANLIB$])
59080 +m4trace:configure.ac:43: -1- m4_pattern_allow([^STRIP$])
59081 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
59082 +m4trace:configure.ac:43: -1- AC_PATH_MAGIC
59083 +m4trace:configure.ac:43: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
59084 +m4trace:configure.ac:43: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
59085 +m4trace:configure.ac:43: -1- _LT_REQUIRED_DARWIN_CHECKS
59086 +m4trace:configure.ac:43: -1- m4_pattern_allow([^DSYMUTIL$])
59087 +m4trace:configure.ac:43: -1- m4_pattern_allow([^NMEDIT$])
59088 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
59089 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
59090 +../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
59091 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59092 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59093 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59094 +configure.ac:43: the top level])
59095 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
59096 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
59097 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
59098 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59099 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59100 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59101 +configure.ac:43: the top level])
59102 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LANG_C_CONFIG
59103 +m4trace:configure.ac:43: -1- _LT_AC_LANG_C_CONFIG
59104 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([objext], [])
59105 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
59106 +m4trace:configure.ac:43: -1- _LT_COMPILER_BOILERPLATE
59107 +m4trace:configure.ac:43: -1- _LT_LINKER_BOILERPLATE
59108 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
59109 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59110 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59111 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
59112 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59113 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59114 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
59115 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59116 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59117 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59118 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59119 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59120 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59121 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59122 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59123 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59124 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
59125 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59126 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59127 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59128 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59129 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59130 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59131 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59132 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59133 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59134 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59135 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59136 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59137 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59138 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59139 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59140 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59141 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59142 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59143 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59144 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59145 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59146 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59147 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59148 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59149 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59150 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59151 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59152 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59153 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59154 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59155 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59156 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59157 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59158 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59159 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59160 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59161 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59162 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59163 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59164 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59165 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59166 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59167 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59168 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59169 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59170 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59171 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59172 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59173 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59174 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
59175 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59176 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59177 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
59178 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59179 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59180 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59181 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [])
59182 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_cv_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
59183 +     "" | " "*) ;;
59184 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
59185 +     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
59186 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
59187 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59188 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59189 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59190 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59191 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59192 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59193 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59194 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
59195 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59196 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59197 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59198 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59199 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59200 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [])
59201 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
59202 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59203 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_CC_C_O([])
59204 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59205 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59206 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59207 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59208 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59209 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59210 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59211 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
59212 +m4trace:configure.ac:43: -1- _LT_AC_LOCK
59213 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
59214 +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
59215 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
59216 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
59217 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
59218 +/usr/share/aclocal/libtool.m4:551: _LT_AC_LOCK is expanded from...
59219 +/usr/share/aclocal/libtool.m4:1171: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
59220 +/usr/share/aclocal/libtool.m4:2795: _LT_AC_LANG_C_CONFIG is expanded from...
59221 +/usr/share/aclocal/libtool.m4:2794: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
59222 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59223 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59224 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59225 +configure.ac:43: the top level])
59226 +m4trace:configure.ac:43: -1- m4_pattern_allow([^DLLTOOL$])
59227 +m4trace:configure.ac:43: -1- m4_pattern_allow([^AS$])
59228 +m4trace:configure.ac:43: -1- m4_pattern_allow([^OBJDUMP$])
59229 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59230 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
59231 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59232 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
59233 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59234 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59235 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
59236 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
59237 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59238 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59239 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
59240 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59241 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
59242 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59243 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59244 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59245 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59246 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59247 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
59248 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59249 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59250 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [])
59251 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59252 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [])
59253 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
59254 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
59255 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59256 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59257 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59258 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59259 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59260 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59261 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59262 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59263 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59264 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59265 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59266 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59267 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59268 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59269 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59270 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [])
59271 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
59272 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59273 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59274 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59275 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59276 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59277 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59278 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59279 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59280 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59281 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59282 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59283 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59284 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59285 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59286 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59287 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59288 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59289 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59290 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59291 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59292 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59293 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59294 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59295 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59296 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59297 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59298 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59299 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59300 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59301 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59302 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59303 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59304 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59305 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59306 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59307 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59308 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59309 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59310 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59311 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59312 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [])
59313 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59314 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59315 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59316 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59317 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59318 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59319 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59320 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59321 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59322 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59323 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59324 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59325 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59326 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [])
59327 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59328 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
59329 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59330 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59331 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59332 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59333 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59334 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
59335 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59336 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59337 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59338 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59339 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59340 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59341 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59342 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59343 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59344 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59345 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59346 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59347 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59348 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59349 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
59350 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
59351 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
59352 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
59353 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59354 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59355 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59356 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59357 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59358 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59359 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
59360 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59361 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59362 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59363 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59364 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59365 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59366 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59367 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59368 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59369 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59370 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59371 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59372 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59373 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59374 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59375 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59376 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59377 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59378 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59379 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59380 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59381 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59382 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59383 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59384 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59385 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59386 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59387 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59388 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59389 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59390 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59391 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59392 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59393 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59394 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59395 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59396 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59397 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59398 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59399 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59400 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59401 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59402 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59403 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59404 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59405 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59406 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59407 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59408 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59409 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59410 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
59411 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59412 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59413 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59414 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59415 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59416 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59417 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59418 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
59419 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59420 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59421 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59422 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59423 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59424 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59425 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59426 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59427 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59428 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59429 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59430 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59431 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59432 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59433 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59434 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59435 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59436 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59437 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59438 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59439 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59440 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59441 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59442 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59443 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59444 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59445 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59446 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59447 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
59448 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59449 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59450 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59451 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59452 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59453 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59454 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59455 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59456 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59457 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59458 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59459 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59460 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59461 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59462 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59463 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59464 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59465 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59466 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59467 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59468 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59469 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59470 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59471 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59472 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59473 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59474 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59475 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59476 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59477 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59478 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59479 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59480 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59481 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([reload_cmds], [])
59482 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59483 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59484 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59485 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59486 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59487 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59488 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59489 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59490 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59491 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59492 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59493 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59494 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59495 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59496 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59497 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59498 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59499 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59500 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59501 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59502 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59503 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59504 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59505 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59506 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59507 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59508 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59509 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59510 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59511 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59512 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59513 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59514 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59515 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59516 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59517 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [])
59518 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59519 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59520 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59521 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59522 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59523 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59524 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59525 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([archive_cmds], [])
59526 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59527 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59528 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59529 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59530 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59531 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
59532 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
59533 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59534 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59535 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([runpath_var], [])
59536 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
59537 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59538 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59539 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59540 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59541 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59542 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59543 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59544 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59545 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_LIB_STRIP
59546 +m4trace:configure.ac:43: -1- AC_LIBTOOL_DLOPEN_SELF
59547 +m4trace:configure.ac:43: -1- _LT_AC_CHECK_DLFCN
59548 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$])
59549 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
59550 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPP$])
59551 +m4trace:configure.ac:43: -1- m4_pattern_allow([^STDC_HEADERS$])
59552 +m4trace:configure.ac:43: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
59553 +m4trace:configure.ac:43: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
59554 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CONFIG([])
59555 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [])
59556 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([CC], [])
59557 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [])
59558 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59559 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59560 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59561 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59562 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59563 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
59564 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59565 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
59566 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
59567 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
59568 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [])
59569 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [])
59570 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [])
59571 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [])
59572 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
59573 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
59574 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59575 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59576 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
59577 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
59578 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
59579 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59580 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59581 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59582 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59583 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
59584 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59585 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
59586 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59587 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59588 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59589 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
59590 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
59591 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [])
59592 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
59593 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
59594 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59595 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59596 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59597 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59598 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
59599 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59600 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
59601 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
59602 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [])
59603 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [])
59604 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [])
59605 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
59606 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
59607 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
59608 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
59609 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
59610 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
59611 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
59612 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
59613 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
59614 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
59615 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
59616 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [])
59617 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
59618 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [])
59619 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
59620 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [])
59621 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [])
59622 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [])
59623 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [])
59624 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
59625 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
59626 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
59627 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
59628 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [])
59629 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
59630 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
59631 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
59632 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [])
59633 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
59634 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
59635 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
59636 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
59637 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [])
59638 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
59639 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
59640 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [])
59641 +m4trace:configure.ac:43: -1- _LT_AC_TAGCONFIG
59642 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
59643 +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
59644 +../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
59645 +/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
59646 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59647 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59648 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59649 +configure.ac:43: the top level])
59650 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
59651 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59652 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59653 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59654 +configure.ac:43: the top level])
59655 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
59656 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
59657 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
59658 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
59659 +configure.ac:43: the top level])
59660 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LANG_CXX_CONFIG
59661 +m4trace:configure.ac:43: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
59662 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXX$])
59663 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXFLAGS$])
59664 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LDFLAGS$])
59665 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBS$])
59666 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
59667 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXX$])
59668 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ac_ct_CXX$])
59669 +m4trace:configure.ac:43: -1- _AM_DEPENDENCIES([CXX])
59670 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXDEPMODE$])
59671 +m4trace:configure.ac:43: -1- AM_CONDITIONAL([am__fastdepCXX], [
59672 +  test "x$enable_dependency_tracking" != xno \
59673 +  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
59674 +m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
59675 +m4trace:configure.ac:43: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
59676 +m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
59677 +m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
59678 +m4trace:configure.ac:43: -1- _LT_AC_PROG_CXXCPP
59679 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXCPP$])
59680 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CPPFLAGS$])
59681 +m4trace:configure.ac:43: -1- m4_pattern_allow([^CXXCPP$])
59682 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59683 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59684 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
59685 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59686 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59687 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59688 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59689 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
59690 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59691 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
59692 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59693 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
59694 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
59695 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
59696 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59697 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59698 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59699 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59700 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
59701 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59702 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59703 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [CXX])
59704 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59705 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59706 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
59707 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([objext], [CXX])
59708 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
59709 +m4trace:configure.ac:43: -1- _LT_COMPILER_BOILERPLATE
59710 +m4trace:configure.ac:43: -1- _LT_LINKER_BOILERPLATE
59711 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [CXX])
59712 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
59713 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
59714 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
59715 +m4trace:configure.ac:43: -1- AC_PROG_LD
59716 +m4trace:configure.ac:43: -1- AC_PROG_LD_GNU
59717 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59718 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59719 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59720 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59721 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59722 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59723 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59724 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59725 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59726 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59727 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59728 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59729 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59730 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59731 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
59732 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59733 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59734 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
59735 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59736 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
59737 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59738 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59739 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59740 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59741 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59742 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
59743 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59744 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59745 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59746 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59747 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59748 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59749 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59750 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59751 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59752 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59753 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59754 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59755 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
59756 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
59757 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59758 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59759 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59760 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59761 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59762 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
59763 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59764 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59765 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59766 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59767 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59768 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
59769 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59770 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
59771 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59772 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59773 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59774 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
59775 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59776 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
59777 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59778 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59779 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59780 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59781 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59782 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59783 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59784 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59785 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59786 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59787 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59788 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
59789 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59790 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59791 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59792 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59793 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59794 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59795 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59796 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59797 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59798 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59799 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
59800 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59801 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59802 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59803 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59804 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59805 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59806 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59807 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59808 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59809 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59810 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59811 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59812 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59813 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59814 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59815 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59816 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59817 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59818 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59819 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59820 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59821 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59822 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59823 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59824 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59825 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59826 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59827 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59828 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59829 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59830 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59831 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59832 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59833 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59834 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59835 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59836 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59837 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59838 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59839 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59840 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59841 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59842 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59843 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59844 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59845 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59846 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59847 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59848 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59849 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59850 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59851 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59852 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59853 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59854 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59855 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59856 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59857 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59858 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
59859 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59860 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59861 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59862 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59863 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59864 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59865 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59866 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59867 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59868 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59869 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59870 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59871 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59872 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59873 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59874 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59875 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59876 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59877 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59878 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59879 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59880 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59881 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59882 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59883 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59884 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59885 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59886 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59887 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59888 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59889 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59890 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59891 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59892 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59893 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59894 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59895 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59896 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59897 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59898 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59899 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59900 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59901 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59902 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59903 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59904 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59905 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59906 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59907 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59908 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59909 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
59910 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59911 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59912 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59913 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59914 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59915 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59916 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
59917 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59918 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59919 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59920 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59921 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59922 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59923 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59924 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
59925 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
59926 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59927 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
59928 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
59929 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
59930 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
59931 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
59932 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59933 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59934 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
59935 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
59936 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59937 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59938 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59939 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59940 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59941 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59942 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
59943 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [CXX])
59944 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [CXX])
59945 +m4trace:configure.ac:43: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
59946 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59947 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59948 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59949 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59950 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59951 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59952 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59953 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59954 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59955 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59956 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59957 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59958 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59959 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59960 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59961 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59962 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
59963 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59964 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
59965 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
59966 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
59967 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
59968 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59969 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59970 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59971 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
59972 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
59973 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
59974 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
59975 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59976 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59977 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
59978 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59979 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59980 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59981 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59982 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59983 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59984 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59985 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59986 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59987 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59988 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59989 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59990 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
59991 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59992 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59993 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
59994 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59995 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59996 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
59997 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
59998 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
59999 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60000 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60001 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60002 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60003 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60004 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60005 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60006 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60007 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60008 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60009 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60010 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60011 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60012 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60013 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60014 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60015 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60016 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60017 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60018 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60019 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60020 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60021 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60022 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60023 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60024 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60025 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60026 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60027 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60028 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60029 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60030 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60031 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
60032 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60033 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60034 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60035 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [CXX])
60036 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_cv_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
60037 +     "" | " "*) ;;
60038 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
60039 +     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
60040 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
60041 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60042 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60043 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60044 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60045 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60046 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60047 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60048 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
60049 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60050 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60051 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60052 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60053 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60054 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [CXX])
60055 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
60056 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60057 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
60058 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60059 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60060 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60061 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60062 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60063 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60064 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60065 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
60066 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60067 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
60068 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60069 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60070 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60071 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60072 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60073 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
60074 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60075 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
60076 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
60077 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
60078 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
60079 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60080 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60081 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
60082 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60083 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60084 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
60085 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
60086 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
60087 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60088 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60089 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
60090 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60091 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60092 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
60093 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
60094 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60095 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
60096 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
60097 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
60098 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
60099 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
60100 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60101 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60102 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60103 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60104 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60105 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60106 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CONFIG([CXX])
60107 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [CXX])
60108 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([CC], [CXX])
60109 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [CXX])
60110 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60111 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60112 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60113 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
60114 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
60115 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
60116 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
60117 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
60118 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
60119 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
60120 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
60121 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
60122 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [CXX])
60123 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
60124 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
60125 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
60126 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
60127 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
60128 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
60129 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
60130 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
60131 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
60132 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
60133 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60134 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
60135 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
60136 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
60137 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
60138 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
60139 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
60140 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60141 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
60142 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
60143 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
60144 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
60145 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
60146 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
60147 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
60148 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
60149 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
60150 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
60151 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60152 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
60153 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
60154 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [CXX])
60155 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [CXX])
60156 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [CXX])
60157 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
60158 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
60159 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
60160 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
60161 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
60162 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
60163 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
60164 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
60165 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
60166 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
60167 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
60168 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
60169 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
60170 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
60171 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
60172 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
60173 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
60174 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [CXX])
60175 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [CXX])
60176 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
60177 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
60178 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
60179 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
60180 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
60181 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
60182 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
60183 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
60184 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
60185 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
60186 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
60187 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
60188 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
60189 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
60190 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
60191 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
60192 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
60193 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LANG_F77_CONFIG
60194 +m4trace:configure.ac:43: -1- _LT_AC_LANG_F77_CONFIG([F77])
60195 +m4trace:configure.ac:43: -1- m4_pattern_allow([^F77$])
60196 +m4trace:configure.ac:43: -1- m4_pattern_allow([^FFLAGS$])
60197 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LDFLAGS$])
60198 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBS$])
60199 +m4trace:configure.ac:43: -1- m4_pattern_allow([^F77$])
60200 +m4trace:configure.ac:43: -1- m4_pattern_allow([^ac_ct_F77$])
60201 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60202 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60203 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60204 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60205 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60206 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60207 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60208 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60209 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60210 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60211 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60212 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60213 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60214 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60215 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
60216 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60217 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60218 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60219 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([objext], [F77])
60220 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
60221 +m4trace:configure.ac:43: -1- _LT_COMPILER_BOILERPLATE
60222 +m4trace:configure.ac:43: -1- _LT_LINKER_BOILERPLATE
60223 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [F77])
60224 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
60225 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [F77])
60226 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [F77])
60227 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
60228 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60229 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60230 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60231 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60232 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60233 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60234 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60235 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60236 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60237 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
60238 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60239 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60240 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60241 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60242 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60243 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60244 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60245 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60246 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60247 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60248 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60249 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60250 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60251 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60252 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60253 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60254 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60255 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60256 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60257 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60258 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60259 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60260 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60261 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60262 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60263 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60264 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60265 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60266 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60267 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60268 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60269 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60270 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60271 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60272 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60273 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60274 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60275 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60276 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60277 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60278 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60279 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60280 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60281 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60282 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60283 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60284 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60285 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60286 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60287 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
60288 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60289 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60290 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
60291 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60292 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60293 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60294 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [F77])
60295 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_cv_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
60296 +     "" | " "*) ;;
60297 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
60298 +     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
60299 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
60300 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60301 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60302 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60303 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60304 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60305 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60306 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60307 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
60308 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60309 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60310 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60311 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60312 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60313 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [F77])
60314 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
60315 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60316 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
60317 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60318 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60319 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60320 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60321 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60322 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60323 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60324 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
60325 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60326 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
60327 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60328 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60329 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60330 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60331 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
60332 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
60333 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60334 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60335 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
60336 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60337 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60338 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60339 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60340 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60341 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60342 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60343 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60344 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60345 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60346 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60347 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60348 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
60349 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
60350 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
60351 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60352 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60353 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60354 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60355 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60356 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60357 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60358 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60359 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60360 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60361 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60362 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60363 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60364 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60365 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60366 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60367 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60368 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60369 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60370 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60371 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60372 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60373 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60374 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60375 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60376 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60377 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60378 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60379 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60380 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60381 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60382 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60383 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60384 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60385 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60386 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60387 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60388 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60389 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60390 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60391 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60392 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60393 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60394 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60395 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60396 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60397 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60398 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60399 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60400 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60401 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60402 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60403 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60404 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60405 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60406 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60407 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60408 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60409 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60410 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60411 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60412 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60413 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60414 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60415 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60416 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60417 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60418 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60419 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60420 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60421 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60422 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60423 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60424 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
60425 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60426 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60427 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60428 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60429 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60430 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
60431 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60432 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60433 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60434 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60435 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60436 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60437 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60438 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60439 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60440 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60441 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60442 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60443 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60444 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60445 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
60446 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
60447 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
60448 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60449 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60450 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60451 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60452 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60453 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60454 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60455 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60456 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60457 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60458 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60459 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60460 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60461 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60462 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60463 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60464 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60465 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60466 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60467 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60468 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60469 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60470 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60471 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60472 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60473 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60474 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60475 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60476 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60477 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60478 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60479 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60480 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60481 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60482 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60483 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60484 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60485 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60486 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60487 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60488 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60489 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60490 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60491 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60492 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60493 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60494 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60495 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60496 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60497 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60498 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60499 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60500 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60501 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60502 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60503 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60504 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60505 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60506 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60507 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60508 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60509 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60510 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60511 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60512 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60513 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60514 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60515 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60516 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60517 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60518 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60519 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60520 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60521 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60522 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60523 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60524 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60525 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60526 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60527 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60528 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60529 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60530 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60531 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60532 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60533 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60534 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60535 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60536 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60537 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60538 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60539 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60540 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60541 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60542 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60543 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
60544 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60545 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60546 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60547 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60548 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60549 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60550 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60551 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60552 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60553 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60554 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60555 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60556 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60557 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60558 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60559 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60560 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60561 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60562 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60563 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60564 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60565 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60566 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60567 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60568 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60569 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60570 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60571 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60572 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60573 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60574 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60575 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60576 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60577 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
60578 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60579 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60580 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60581 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60582 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60583 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60584 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60585 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60586 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60587 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60588 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60589 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60590 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60591 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60592 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60593 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60594 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60595 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60596 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60597 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60598 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60599 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60600 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60601 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60602 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60603 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60604 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60605 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60606 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60607 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60608 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60609 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60610 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60611 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60612 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60613 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
60614 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60615 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60616 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60617 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60618 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60619 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60620 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60621 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
60622 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60623 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60624 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60625 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60626 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60627 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
60628 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
60629 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60630 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60631 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([runpath_var], [F77])
60632 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60633 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60634 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60635 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60636 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60637 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60638 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60639 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60640 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60641 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CONFIG([F77])
60642 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [F77])
60643 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([CC], [F77])
60644 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [F77])
60645 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60646 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60647 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60648 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
60649 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60650 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
60651 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60652 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60653 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
60654 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
60655 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [F77])
60656 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
60657 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [F77])
60658 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [F77])
60659 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
60660 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
60661 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60662 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60663 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
60664 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
60665 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
60666 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60667 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60668 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60669 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60670 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60671 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60672 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60673 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60674 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60675 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60676 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
60677 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
60678 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
60679 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
60680 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
60681 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60682 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60683 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60684 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60685 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
60686 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60687 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
60688 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
60689 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [F77])
60690 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [F77])
60691 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [F77])
60692 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
60693 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
60694 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
60695 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
60696 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
60697 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
60698 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
60699 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
60700 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
60701 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
60702 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
60703 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
60704 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
60705 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [F77])
60706 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
60707 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [F77])
60708 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
60709 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [F77])
60710 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [F77])
60711 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
60712 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
60713 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
60714 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
60715 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
60716 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
60717 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
60718 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
60719 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
60720 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
60721 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
60722 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
60723 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
60724 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
60725 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
60726 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
60727 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
60728 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
60729 +m4trace:configure.ac:43: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
60730 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
60731 +You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
60732 +/usr/share/aclocal/libtool.m4:4189: _LT_AC_LANG_GCJ_CONFIG is expanded from...
60733 +/usr/share/aclocal/libtool.m4:4188: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
60734 +/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
60735 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
60736 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
60737 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
60738 +configure.ac:43: the top level])
60739 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([objext], [GCJ])
60740 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
60741 +m4trace:configure.ac:43: -1- _LT_COMPILER_BOILERPLATE
60742 +m4trace:configure.ac:43: -1- _LT_LINKER_BOILERPLATE
60743 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [GCJ])
60744 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
60745 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
60746 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
60747 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
60748 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
60749 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
60750 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ) -fno-rtti -fno-exceptions"])
60751 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
60752 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
60753 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
60754 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60755 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60756 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60757 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60758 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60759 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60760 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60761 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60762 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
60763 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60764 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60765 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60766 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60767 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60768 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60769 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60770 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60771 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60772 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60773 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60774 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60775 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60776 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60777 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60778 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60779 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60780 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60781 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60782 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60783 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60784 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60785 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60786 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60787 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60788 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60789 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60790 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60791 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60792 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60793 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60794 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60795 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60796 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60797 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60798 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60799 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60800 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60801 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60802 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60803 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60804 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60805 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60806 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60807 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60808 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60809 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60810 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60811 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
60812 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60813 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60814 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
60815 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60816 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60817 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60818 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [GCJ])
60819 +m4trace:configure.ac:43: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_cv_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
60820 +     "" | " "*) ;;
60821 +     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
60822 +     esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
60823 +     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
60824 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60825 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60826 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60827 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60828 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60829 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60830 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60831 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
60832 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60833 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60834 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
60835 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
60836 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60837 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [GCJ])
60838 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
60839 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
60840 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
60841 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60842 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60843 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60844 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60845 +m4trace:configure.ac:43: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60846 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60847 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60848 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
60849 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
60850 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
60851 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60852 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
60853 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60854 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60855 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
60856 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
60857 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
60858 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60859 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
60860 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60861 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
60862 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
60863 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60864 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
60865 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
60866 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
60867 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
60868 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
60869 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
60870 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
60871 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
60872 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
60873 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
60874 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
60875 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60876 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60877 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
60878 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60879 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60880 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60881 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60882 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60883 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
60884 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60885 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60886 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60887 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60888 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60889 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60890 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
60891 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
60892 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
60893 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60894 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60895 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60896 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60897 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
60898 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60899 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
60900 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60901 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60902 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60903 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60904 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60905 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60906 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60907 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
60908 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60909 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60910 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60911 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60912 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60913 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60914 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60915 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60916 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60917 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60918 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60919 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60920 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60921 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60922 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60923 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
60924 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60925 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60926 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60927 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60928 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60929 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
60930 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60931 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60932 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
60933 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60934 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
60935 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60936 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
60937 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
60938 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60939 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60940 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
60941 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
60942 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60943 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
60944 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60945 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
60946 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
60947 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60948 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
60949 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60950 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60951 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60952 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60953 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60954 +m4trace:configure.ac:43: -1- _LT_AC_SYS_LIBPATH_AIX
60955 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60956 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
60957 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60958 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60959 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
60960 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60961 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60962 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60963 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
60964 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60965 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
60966 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60967 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60968 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60969 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
60970 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
60971 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
60972 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
60973 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60974 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60975 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60976 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
60977 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
60978 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60979 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
60980 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
60981 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
60982 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
60983 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60984 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
60985 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60986 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
60987 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60988 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
60989 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
60990 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
60991 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60992 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60993 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60994 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
60995 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
60996 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
60997 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
60998 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
60999 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61000 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61001 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61002 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61003 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61004 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61005 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61006 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61007 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61008 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61009 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61010 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61011 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61012 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61013 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61014 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61015 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61016 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61017 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61018 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61019 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61020 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61021 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61022 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61023 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61024 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61025 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61026 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61027 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61028 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61029 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61030 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
61031 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61032 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61033 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61034 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61035 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61036 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61037 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61038 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
61039 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61040 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61041 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
61042 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61043 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61044 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61045 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61046 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61047 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61048 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61049 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61050 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61051 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61052 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61053 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61054 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61055 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61056 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61057 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61058 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61059 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61060 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61061 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61062 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61063 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61064 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61065 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61066 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61067 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
61068 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61069 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61070 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61071 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61072 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61073 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61074 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61075 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61076 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61077 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61078 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61079 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61080 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61081 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61082 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
61083 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61084 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61085 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61086 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61087 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61088 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61089 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
61090 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
61091 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
61092 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61093 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61094 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61095 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61096 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61097 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61098 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61099 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61100 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61101 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
61102 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61103 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61104 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61105 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61106 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61107 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61108 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61109 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61110 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61111 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61112 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
61113 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61114 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61115 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61116 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61117 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61118 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61119 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
61120 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61121 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61122 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61123 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61124 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61125 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
61126 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61127 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61128 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61129 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61130 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61131 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61132 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61133 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61134 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61135 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61136 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61137 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
61138 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61139 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61140 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61141 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
61142 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
61143 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61144 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61145 +m4trace:configure.ac:43: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61146 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61147 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61148 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61149 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61150 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61151 +m4trace:configure.ac:43: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
61152 +m4trace:configure.ac:43: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
61153 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61154 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61155 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
61156 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
61157 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61158 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61159 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61160 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61161 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61162 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61163 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61164 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61165 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CONFIG([GCJ])
61166 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [GCJ])
61167 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([CC], [GCJ])
61168 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [GCJ])
61169 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
61170 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
61171 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
61172 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
61173 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61174 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
61175 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
61176 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
61177 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
61178 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
61179 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
61180 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
61181 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [GCJ])
61182 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
61183 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
61184 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
61185 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61186 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61187 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
61188 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
61189 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
61190 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61191 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
61192 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
61193 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61194 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
61195 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61196 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
61197 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
61198 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
61199 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
61200 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
61201 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
61202 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
61203 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
61204 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
61205 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61206 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61207 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
61208 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
61209 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
61210 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
61211 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
61212 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
61213 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [GCJ])
61214 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [GCJ])
61215 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [GCJ])
61216 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
61217 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
61218 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
61219 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
61220 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
61221 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
61222 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
61223 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
61224 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
61225 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
61226 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
61227 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
61228 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
61229 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
61230 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
61231 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
61232 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
61233 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [GCJ])
61234 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
61235 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
61236 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
61237 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
61238 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
61239 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
61240 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
61241 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
61242 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
61243 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
61244 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
61245 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
61246 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
61247 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
61248 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
61249 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
61250 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
61251 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
61252 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
61253 +You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
61254 +/usr/share/aclocal/libtool.m4:4189: _LT_AC_LANG_GCJ_CONFIG is expanded from...
61255 +/usr/share/aclocal/libtool.m4:4188: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
61256 +/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
61257 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
61258 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
61259 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
61260 +configure.ac:43: the top level])
61261 +m4trace:configure.ac:43: -1- AC_LIBTOOL_LANG_RC_CONFIG
61262 +m4trace:configure.ac:43: -1- _LT_AC_LANG_RC_CONFIG([RC])
61263 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
61264 +You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
61265 +/usr/share/aclocal/libtool.m4:4249: _LT_AC_LANG_RC_CONFIG is expanded from...
61266 +/usr/share/aclocal/libtool.m4:4248: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
61267 +/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
61268 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
61269 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
61270 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
61271 +configure.ac:43: the top level])
61272 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([objext], [RC])
61273 +m4trace:configure.ac:43: -1- _LT_AC_SYS_COMPILER
61274 +m4trace:configure.ac:43: -1- _LT_COMPILER_BOILERPLATE
61275 +m4trace:configure.ac:43: -1- _LT_LINKER_BOILERPLATE
61276 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [RC])
61277 +m4trace:configure.ac:43: -1- _LT_CC_BASENAME([$compiler])
61278 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
61279 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CONFIG([RC])
61280 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [RC])
61281 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([CC], [RC])
61282 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [RC])
61283 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
61284 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
61285 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
61286 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
61287 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
61288 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
61289 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
61290 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
61291 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
61292 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
61293 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [RC])
61294 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
61295 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [RC])
61296 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [RC])
61297 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
61298 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
61299 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
61300 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
61301 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
61302 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
61303 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
61304 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
61305 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
61306 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
61307 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
61308 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
61309 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
61310 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
61311 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [RC])
61312 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
61313 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
61314 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
61315 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
61316 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
61317 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
61318 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
61319 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
61320 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
61321 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [RC])
61322 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
61323 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
61324 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
61325 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
61326 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
61327 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler], [RC])
61328 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([GCC], [RC])
61329 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([LD], [RC])
61330 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
61331 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
61332 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
61333 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
61334 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
61335 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
61336 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
61337 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
61338 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
61339 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
61340 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
61341 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
61342 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
61343 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_cmds], [RC])
61344 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
61345 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predep_objects], [RC])
61346 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
61347 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([predeps], [RC])
61348 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([postdeps], [RC])
61349 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
61350 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
61351 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
61352 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
61353 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
61354 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
61355 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
61356 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
61357 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
61358 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
61359 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
61360 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
61361 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
61362 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
61363 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
61364 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
61365 +m4trace:configure.ac:43: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
61366 +m4trace:configure.ac:43: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
61367 +You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
61368 +/usr/share/aclocal/libtool.m4:4249: _LT_AC_LANG_RC_CONFIG is expanded from...
61369 +/usr/share/aclocal/libtool.m4:4248: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
61370 +/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
61371 +/usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
61372 +/usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
61373 +/usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
61374 +configure.ac:43: the top level])
61375 +m4trace:configure.ac:43: -1- m4_pattern_allow([^LIBTOOL$])
61376 +m4trace:configure.ac:43: -1- AC_LIBTOOL_CXX
61377 +m4trace:configure.ac:43: -1- _LT_AC_LANG_CXX
61378 +m4trace:configure.ac:43: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
61379 +m4trace:configure.ac:43: -1- AC_LIBTOOL_F77
61380 +m4trace:configure.ac:43: -1- _LT_AC_LANG_F77
61381 +m4trace:configure.ac:43: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
61382 +m4trace:configure.ac:45: -1- AM_MAINTAINER_MODE
61383 +m4trace:configure.ac:45: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
61384 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
61385 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
61386 +m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
61387 +m4trace:configure.ac:45: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
61388 +m4trace:configure.ac:45: -1- m4_pattern_allow([^MAINT$])
61389 +m4trace:configure.ac:49: -1- AC_FUNC_MMAP_BLACKLIST
61390 +m4trace:configure.ac:49: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
61391 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
61392 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
61393 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
61394 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
61395 +acinclude.m4:3: AC_FUNC_MMAP_BLACKLIST is expanded from...
61396 +configure.ac:49: the top level])
61397 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_FILE$])
61398 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_DEV_ZERO$])
61399 +m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_MMAP_ANON$])
61400 +m4trace:configure.ac:52: -1- AM_CONDITIONAL([TESTSUBDIR], [test -d $srcdir/testsuite])
61401 +m4trace:configure.ac:52: -1- m4_pattern_allow([^TESTSUBDIR_TRUE$])
61402 +m4trace:configure.ac:52: -1- m4_pattern_allow([^TESTSUBDIR_FALSE$])
61403 +m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([TESTSUBDIR_TRUE])
61404 +m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([TESTSUBDIR_FALSE])
61405 +m4trace:configure.ac:167: -1- m4_pattern_allow([^AM_RUNTESTFLAGS$])
61406 +m4trace:configure.ac:173: -1- AM_CONDITIONAL([MIPS], [test x$TARGET = xMIPS])
61407 +m4trace:configure.ac:173: -1- m4_pattern_allow([^MIPS_TRUE$])
61408 +m4trace:configure.ac:173: -1- m4_pattern_allow([^MIPS_FALSE$])
61409 +m4trace:configure.ac:173: -1- _AM_SUBST_NOTMAKE([MIPS_TRUE])
61410 +m4trace:configure.ac:173: -1- _AM_SUBST_NOTMAKE([MIPS_FALSE])
61411 +m4trace:configure.ac:174: -1- AM_CONDITIONAL([SPARC], [test x$TARGET = xSPARC])
61412 +m4trace:configure.ac:174: -1- m4_pattern_allow([^SPARC_TRUE$])
61413 +m4trace:configure.ac:174: -1- m4_pattern_allow([^SPARC_FALSE$])
61414 +m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([SPARC_TRUE])
61415 +m4trace:configure.ac:174: -1- _AM_SUBST_NOTMAKE([SPARC_FALSE])
61416 +m4trace:configure.ac:175: -1- AM_CONDITIONAL([X86], [test x$TARGET = xX86])
61417 +m4trace:configure.ac:175: -1- m4_pattern_allow([^X86_TRUE$])
61418 +m4trace:configure.ac:175: -1- m4_pattern_allow([^X86_FALSE$])
61419 +m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([X86_TRUE])
61420 +m4trace:configure.ac:175: -1- _AM_SUBST_NOTMAKE([X86_FALSE])
61421 +m4trace:configure.ac:176: -1- AM_CONDITIONAL([X86_FREEBSD], [test x$TARGET = xX86_FREEBSD])
61422 +m4trace:configure.ac:176: -1- m4_pattern_allow([^X86_FREEBSD_TRUE$])
61423 +m4trace:configure.ac:176: -1- m4_pattern_allow([^X86_FREEBSD_FALSE$])
61424 +m4trace:configure.ac:176: -1- _AM_SUBST_NOTMAKE([X86_FREEBSD_TRUE])
61425 +m4trace:configure.ac:176: -1- _AM_SUBST_NOTMAKE([X86_FREEBSD_FALSE])
61426 +m4trace:configure.ac:177: -1- AM_CONDITIONAL([X86_WIN32], [test x$TARGET = xX86_WIN32])
61427 +m4trace:configure.ac:177: -1- m4_pattern_allow([^X86_WIN32_TRUE$])
61428 +m4trace:configure.ac:177: -1- m4_pattern_allow([^X86_WIN32_FALSE$])
61429 +m4trace:configure.ac:177: -1- _AM_SUBST_NOTMAKE([X86_WIN32_TRUE])
61430 +m4trace:configure.ac:177: -1- _AM_SUBST_NOTMAKE([X86_WIN32_FALSE])
61431 +m4trace:configure.ac:178: -1- AM_CONDITIONAL([X86_DARWIN], [test x$TARGET = xX86_DARWIN])
61432 +m4trace:configure.ac:178: -1- m4_pattern_allow([^X86_DARWIN_TRUE$])
61433 +m4trace:configure.ac:178: -1- m4_pattern_allow([^X86_DARWIN_FALSE$])
61434 +m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([X86_DARWIN_TRUE])
61435 +m4trace:configure.ac:178: -1- _AM_SUBST_NOTMAKE([X86_DARWIN_FALSE])
61436 +m4trace:configure.ac:179: -1- AM_CONDITIONAL([ALPHA], [test x$TARGET = xALPHA])
61437 +m4trace:configure.ac:179: -1- m4_pattern_allow([^ALPHA_TRUE$])
61438 +m4trace:configure.ac:179: -1- m4_pattern_allow([^ALPHA_FALSE$])
61439 +m4trace:configure.ac:179: -1- _AM_SUBST_NOTMAKE([ALPHA_TRUE])
61440 +m4trace:configure.ac:179: -1- _AM_SUBST_NOTMAKE([ALPHA_FALSE])
61441 +m4trace:configure.ac:180: -1- AM_CONDITIONAL([IA64], [test x$TARGET = xIA64])
61442 +m4trace:configure.ac:180: -1- m4_pattern_allow([^IA64_TRUE$])
61443 +m4trace:configure.ac:180: -1- m4_pattern_allow([^IA64_FALSE$])
61444 +m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([IA64_TRUE])
61445 +m4trace:configure.ac:180: -1- _AM_SUBST_NOTMAKE([IA64_FALSE])
61446 +m4trace:configure.ac:181: -1- AM_CONDITIONAL([M32R], [test x$TARGET = xM32R])
61447 +m4trace:configure.ac:181: -1- m4_pattern_allow([^M32R_TRUE$])
61448 +m4trace:configure.ac:181: -1- m4_pattern_allow([^M32R_FALSE$])
61449 +m4trace:configure.ac:181: -1- _AM_SUBST_NOTMAKE([M32R_TRUE])
61450 +m4trace:configure.ac:181: -1- _AM_SUBST_NOTMAKE([M32R_FALSE])
61451 +m4trace:configure.ac:182: -1- AM_CONDITIONAL([M68K], [test x$TARGET = xM68K])
61452 +m4trace:configure.ac:182: -1- m4_pattern_allow([^M68K_TRUE$])
61453 +m4trace:configure.ac:182: -1- m4_pattern_allow([^M68K_FALSE$])
61454 +m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([M68K_TRUE])
61455 +m4trace:configure.ac:182: -1- _AM_SUBST_NOTMAKE([M68K_FALSE])
61456 +m4trace:configure.ac:183: -1- AM_CONDITIONAL([POWERPC], [test x$TARGET = xPOWERPC])
61457 +m4trace:configure.ac:183: -1- m4_pattern_allow([^POWERPC_TRUE$])
61458 +m4trace:configure.ac:183: -1- m4_pattern_allow([^POWERPC_FALSE$])
61459 +m4trace:configure.ac:183: -1- _AM_SUBST_NOTMAKE([POWERPC_TRUE])
61460 +m4trace:configure.ac:183: -1- _AM_SUBST_NOTMAKE([POWERPC_FALSE])
61461 +m4trace:configure.ac:184: -1- AM_CONDITIONAL([POWERPC_AIX], [test x$TARGET = xPOWERPC_AIX])
61462 +m4trace:configure.ac:184: -1- m4_pattern_allow([^POWERPC_AIX_TRUE$])
61463 +m4trace:configure.ac:184: -1- m4_pattern_allow([^POWERPC_AIX_FALSE$])
61464 +m4trace:configure.ac:184: -1- _AM_SUBST_NOTMAKE([POWERPC_AIX_TRUE])
61465 +m4trace:configure.ac:184: -1- _AM_SUBST_NOTMAKE([POWERPC_AIX_FALSE])
61466 +m4trace:configure.ac:185: -1- AM_CONDITIONAL([POWERPC_DARWIN], [test x$TARGET = xPOWERPC_DARWIN])
61467 +m4trace:configure.ac:185: -1- m4_pattern_allow([^POWERPC_DARWIN_TRUE$])
61468 +m4trace:configure.ac:185: -1- m4_pattern_allow([^POWERPC_DARWIN_FALSE$])
61469 +m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([POWERPC_DARWIN_TRUE])
61470 +m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([POWERPC_DARWIN_FALSE])
61471 +m4trace:configure.ac:186: -1- AM_CONDITIONAL([POWERPC_FREEBSD], [test x$TARGET = xPOWERPC_FREEBSD])
61472 +m4trace:configure.ac:186: -1- m4_pattern_allow([^POWERPC_FREEBSD_TRUE$])
61473 +m4trace:configure.ac:186: -1- m4_pattern_allow([^POWERPC_FREEBSD_FALSE$])
61474 +m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([POWERPC_FREEBSD_TRUE])
61475 +m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([POWERPC_FREEBSD_FALSE])
61476 +m4trace:configure.ac:187: -1- AM_CONDITIONAL([ARM], [test x$TARGET = xARM])
61477 +m4trace:configure.ac:187: -1- m4_pattern_allow([^ARM_TRUE$])
61478 +m4trace:configure.ac:187: -1- m4_pattern_allow([^ARM_FALSE$])
61479 +m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([ARM_TRUE])
61480 +m4trace:configure.ac:187: -1- _AM_SUBST_NOTMAKE([ARM_FALSE])
61481 +m4trace:configure.ac:188: -1- AM_CONDITIONAL([LIBFFI_CRIS], [test x$TARGET = xLIBFFI_CRIS])
61482 +m4trace:configure.ac:188: -1- m4_pattern_allow([^LIBFFI_CRIS_TRUE$])
61483 +m4trace:configure.ac:188: -1- m4_pattern_allow([^LIBFFI_CRIS_FALSE$])
61484 +m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([LIBFFI_CRIS_TRUE])
61485 +m4trace:configure.ac:188: -1- _AM_SUBST_NOTMAKE([LIBFFI_CRIS_FALSE])
61486 +m4trace:configure.ac:189: -1- AM_CONDITIONAL([FRV], [test x$TARGET = xFRV])
61487 +m4trace:configure.ac:189: -1- m4_pattern_allow([^FRV_TRUE$])
61488 +m4trace:configure.ac:189: -1- m4_pattern_allow([^FRV_FALSE$])
61489 +m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([FRV_TRUE])
61490 +m4trace:configure.ac:189: -1- _AM_SUBST_NOTMAKE([FRV_FALSE])
61491 +m4trace:configure.ac:190: -1- AM_CONDITIONAL([S390], [test x$TARGET = xS390])
61492 +m4trace:configure.ac:190: -1- m4_pattern_allow([^S390_TRUE$])
61493 +m4trace:configure.ac:190: -1- m4_pattern_allow([^S390_FALSE$])
61494 +m4trace:configure.ac:190: -1- _AM_SUBST_NOTMAKE([S390_TRUE])
61495 +m4trace:configure.ac:190: -1- _AM_SUBST_NOTMAKE([S390_FALSE])
61496 +m4trace:configure.ac:191: -1- AM_CONDITIONAL([X86_64], [test x$TARGET = xX86_64])
61497 +m4trace:configure.ac:191: -1- m4_pattern_allow([^X86_64_TRUE$])
61498 +m4trace:configure.ac:191: -1- m4_pattern_allow([^X86_64_FALSE$])
61499 +m4trace:configure.ac:191: -1- _AM_SUBST_NOTMAKE([X86_64_TRUE])
61500 +m4trace:configure.ac:191: -1- _AM_SUBST_NOTMAKE([X86_64_FALSE])
61501 +m4trace:configure.ac:192: -1- AM_CONDITIONAL([SH], [test x$TARGET = xSH])
61502 +m4trace:configure.ac:192: -1- m4_pattern_allow([^SH_TRUE$])
61503 +m4trace:configure.ac:192: -1- m4_pattern_allow([^SH_FALSE$])
61504 +m4trace:configure.ac:192: -1- _AM_SUBST_NOTMAKE([SH_TRUE])
61505 +m4trace:configure.ac:192: -1- _AM_SUBST_NOTMAKE([SH_FALSE])
61506 +m4trace:configure.ac:193: -1- AM_CONDITIONAL([SH64], [test x$TARGET = xSH64])
61507 +m4trace:configure.ac:193: -1- m4_pattern_allow([^SH64_TRUE$])
61508 +m4trace:configure.ac:193: -1- m4_pattern_allow([^SH64_FALSE$])
61509 +m4trace:configure.ac:193: -1- _AM_SUBST_NOTMAKE([SH64_TRUE])
61510 +m4trace:configure.ac:193: -1- _AM_SUBST_NOTMAKE([SH64_FALSE])
61511 +m4trace:configure.ac:194: -1- AM_CONDITIONAL([PA_LINUX], [test x$TARGET = xPA_LINUX])
61512 +m4trace:configure.ac:194: -1- m4_pattern_allow([^PA_LINUX_TRUE$])
61513 +m4trace:configure.ac:194: -1- m4_pattern_allow([^PA_LINUX_FALSE$])
61514 +m4trace:configure.ac:194: -1- _AM_SUBST_NOTMAKE([PA_LINUX_TRUE])
61515 +m4trace:configure.ac:194: -1- _AM_SUBST_NOTMAKE([PA_LINUX_FALSE])
61516 +m4trace:configure.ac:195: -1- AM_CONDITIONAL([PA_HPUX], [test x$TARGET = xPA_HPUX])
61517 +m4trace:configure.ac:195: -1- m4_pattern_allow([^PA_HPUX_TRUE$])
61518 +m4trace:configure.ac:195: -1- m4_pattern_allow([^PA_HPUX_FALSE$])
61519 +m4trace:configure.ac:195: -1- _AM_SUBST_NOTMAKE([PA_HPUX_TRUE])
61520 +m4trace:configure.ac:195: -1- _AM_SUBST_NOTMAKE([PA_HPUX_FALSE])
61521 +m4trace:configure.ac:196: -1- AM_CONDITIONAL([PA64_HPUX], [test x$TARGET = xPA64_HPUX])
61522 +m4trace:configure.ac:196: -1- m4_pattern_allow([^PA64_HPUX_TRUE$])
61523 +m4trace:configure.ac:196: -1- m4_pattern_allow([^PA64_HPUX_FALSE$])
61524 +m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([PA64_HPUX_TRUE])
61525 +m4trace:configure.ac:196: -1- _AM_SUBST_NOTMAKE([PA64_HPUX_FALSE])
61526 +m4trace:configure.ac:198: -1- m4_pattern_allow([^STDC_HEADERS$])
61527 +m4trace:configure.ac:200: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
61528 +m4trace:configure.ac:200: -1- m4_pattern_allow([^HAVE_ALLOCA$])
61529 +m4trace:configure.ac:200: -1- m4_pattern_allow([^ALLOCA$])
61530 +m4trace:configure.ac:200: -1- m4_pattern_allow([^C_ALLOCA$])
61531 +m4trace:configure.ac:200: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
61532 +m4trace:configure.ac:200: -1- m4_pattern_allow([^STACK_DIRECTION$])
61533 +m4trace:configure.ac:202: -1- m4_pattern_allow([^SIZEOF_DOUBLE$])
61534 +m4trace:configure.ac:203: -1- m4_pattern_allow([^SIZEOF_LONG_DOUBLE$])
61535 +m4trace:configure.ac:211: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
61536 +m4trace:configure.ac:215: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE$])
61537 +m4trace:configure.ac:217: -1- m4_pattern_allow([^WORDS_BIGENDIAN$])
61538 +m4trace:configure.ac:219: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
61539 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
61540 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
61541 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
61542 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
61543 +configure.ac:219: the top level])
61544 +m4trace:configure.ac:227: -1- m4_pattern_allow([^HAVE_AS_CFI_PSEUDO_OP$])
61545 +m4trace:configure.ac:232: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
61546 +You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
61547 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
61548 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
61549 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
61550 +configure.ac:232: the top level])
61551 +m4trace:configure.ac:244: -1- m4_pattern_allow([^HAVE_AS_SPARC_UA_PCREL$])
61552 +m4trace:configure.ac:248: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
61553 +You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
61554 +../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
61555 +../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
61556 +../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
61557 +configure.ac:248: the top level])
61558 +m4trace:configure.ac:257: -1- m4_pattern_allow([^HAVE_AS_REGISTER_PSEUDO_OP$])
61559 +m4trace:configure.ac:272: -1- m4_pattern_allow([^HAVE_AS_X86_PCREL$])
61560 +m4trace:configure.ac:292: -1- m4_pattern_allow([^HAVE_RO_EH_FRAME$])
61561 +m4trace:configure.ac:294: -1- m4_pattern_allow([^EH_FRAME_FLAGS$])
61562 +m4trace:configure.ac:297: -1- m4_pattern_allow([^EH_FRAME_FLAGS$])
61563 +m4trace:configure.ac:313: -1- m4_pattern_allow([^HAVE_HIDDEN_VISIBILITY_ATTRIBUTE$])
61564 +m4trace:configure.ac:333: -1- m4_pattern_allow([^TARGET$])
61565 +m4trace:configure.ac:334: -1- m4_pattern_allow([^TARGETDIR$])
61566 +m4trace:configure.ac:336: -1- m4_pattern_allow([^SHELL$])
61567 +m4trace:configure.ac:341: -2- m4_pattern_allow([^FFI_DEBUG$])
61568 +m4trace:configure.ac:347: -2- m4_pattern_allow([^FFI_NO_STRUCTS$])
61569 +m4trace:configure.ac:353: -2- m4_pattern_allow([^FFI_NO_RAW_API$])
61570 +m4trace:configure.ac:359: -2- m4_pattern_allow([^USING_PURIFY$])
61571 +m4trace:configure.ac:375: -1- m4_pattern_allow([^toolexecdir$])
61572 +m4trace:configure.ac:376: -1- m4_pattern_allow([^toolexeclibdir$])
61573 +m4trace:configure.ac:394: -1- m4_pattern_allow([^LIB@&t@OBJS$])
61574 +m4trace:configure.ac:394: -1- m4_pattern_allow([^LTLIBOBJS$])
61575 +m4trace:configure.ac:394: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
61576 +m4trace:configure.ac:394: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
61577 diff -Nur libffi-3.0.8/config.guess autotools-update-3.0.8/config.guess
61578 --- libffi-3.0.8/config.guess   2008-01-29 12:28:14.000000000 +0000
61579 +++ autotools-update-3.0.8/config.guess 2008-02-17 20:10:30.000000000 +0000
61580 @@ -1,10 +1,10 @@
61581  #! /bin/sh
61582  # Attempt to guess a canonical system name.
61583  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
61584 -#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
61585 -#   Inc.
61586 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
61587 +#   Free Software Foundation, Inc.
61588  
61589 -timestamp='2007-05-17'
61590 +timestamp='2008-01-23'
61591  
61592  # This file is free software; you can redistribute it and/or modify it
61593  # under the terms of the GNU General Public License as published by
61594 @@ -56,8 +56,8 @@
61595  GNU config.guess ($timestamp)
61596  
61597  Originally written by Per Bothner.
61598 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
61599 -Free Software Foundation, Inc.
61600 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
61601 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
61602  
61603  This is free software; see the source for copying conditions.  There is NO
61604  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
61605 @@ -330,7 +330,7 @@
61606      sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
61607         echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
61608         exit ;;
61609 -    i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
61610 +    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
61611         echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
61612         exit ;;
61613      sun4*:SunOS:6*:*)
61614 @@ -532,7 +532,7 @@
61615                 echo rs6000-ibm-aix3.2
61616         fi
61617         exit ;;
61618 -    *:AIX:*:[45])
61619 +    *:AIX:*:[456])
61620         IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
61621         if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
61622                 IBM_ARCH=rs6000
61623 @@ -793,12 +793,15 @@
61624         exit ;;
61625      *:Interix*:[3456]*)
61626         case ${UNAME_MACHINE} in
61627 -           x86) 
61628 +           x86)
61629                 echo i586-pc-interix${UNAME_RELEASE}
61630                 exit ;;
61631             EM64T | authenticamd)
61632                 echo x86_64-unknown-interix${UNAME_RELEASE}
61633                 exit ;;
61634 +           IA64)
61635 +               echo ia64-unknown-interix${UNAME_RELEASE}
61636 +               exit ;;
61637         esac ;;
61638      [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
61639         echo i${UNAME_MACHINE}-pc-mks
61640 @@ -833,7 +836,14 @@
61641         echo ${UNAME_MACHINE}-pc-minix
61642         exit ;;
61643      arm*:Linux:*:*)
61644 -       echo ${UNAME_MACHINE}-unknown-linux-gnu
61645 +       eval $set_cc_for_build
61646 +       if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
61647 +           | grep -q __ARM_EABI__
61648 +       then
61649 +           echo ${UNAME_MACHINE}-unknown-linux-gnu
61650 +       else
61651 +           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
61652 +       fi
61653         exit ;;
61654      avr32*:Linux:*:*)
61655         echo ${UNAME_MACHINE}-unknown-linux-gnu
61656 @@ -954,8 +964,8 @@
61657      x86_64:Linux:*:*)
61658         echo x86_64-unknown-linux-gnu
61659         exit ;;
61660 -    xtensa:Linux:*:*)
61661 -       echo xtensa-unknown-linux-gnu
61662 +    xtensa*:Linux:*:*)
61663 +       echo ${UNAME_MACHINE}-unknown-linux-gnu
61664         exit ;;
61665      i*86:Linux:*:*)
61666         # The BFD linker knows what the default object file format is, so
61667 @@ -1474,9 +1484,9 @@
61668  the operating system you are using. It is advised that you
61669  download the most up to date version of the config scripts from
61670  
61671 -  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
61672 +  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
61673  and
61674 -  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
61675 +  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
61676  
61677  If the version you run ($0) is already up to date, please
61678  send the following data and any information you think might be
61679 diff -Nur libffi-3.0.8/config.sub autotools-update-3.0.8/config.sub
61680 --- libffi-3.0.8/config.sub     2008-01-29 12:28:14.000000000 +0000
61681 +++ autotools-update-3.0.8/config.sub   2008-02-17 20:10:30.000000000 +0000
61682 @@ -1,10 +1,10 @@
61683  #! /bin/sh
61684  # Configuration validation subroutine script.
61685  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
61686 -#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
61687 -#   Inc.
61688 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
61689 +#   Free Software Foundation, Inc.
61690  
61691 -timestamp='2007-04-29'
61692 +timestamp='2008-01-16'
61693  
61694  # This file is (in principle) common to ALL GNU software.
61695  # The presence of a machine in this file suggests that SOME GNU software
61696 @@ -72,8 +72,8 @@
61697  version="\
61698  GNU config.sub ($timestamp)
61699  
61700 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
61701 -Free Software Foundation, Inc.
61702 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
61703 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
61704  
61705  This is free software; see the source for copying conditions.  There is NO
61706  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
61707 @@ -369,10 +369,14 @@
61708         | v850-* | v850e-* | vax-* \
61709         | we32k-* \
61710         | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
61711 -       | xstormy16-* | xtensa-* \
61712 +       | xstormy16-* | xtensa*-* \
61713         | ymp-* \
61714         | z8k-*)
61715                 ;;
61716 +       # Recognize the basic CPU types without company name, with glob match.
61717 +       xtensa*)
61718 +               basic_machine=$basic_machine-unknown
61719 +               ;;
61720         # Recognize the various machine names and aliases which stand
61721         # for a CPU type and a company and sometimes even an OS.
61722         386bsd)
61723 @@ -443,6 +447,14 @@
61724                 basic_machine=ns32k-sequent
61725                 os=-dynix
61726                 ;;
61727 +       blackfin)
61728 +               basic_machine=bfin-unknown
61729 +               os=-linux
61730 +               ;;
61731 +       blackfin-*)
61732 +               basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
61733 +               os=-linux
61734 +               ;;
61735         c90)
61736                 basic_machine=c90-cray
61737                 os=-unicos
61738 @@ -475,8 +487,8 @@
61739                 basic_machine=craynv-cray
61740                 os=-unicosmp
61741                 ;;
61742 -       cr16c)
61743 -               basic_machine=cr16c-unknown
61744 +       cr16)
61745 +               basic_machine=cr16-unknown
61746                 os=-elf
61747                 ;;
61748         crds | unos)
61749 @@ -668,6 +680,14 @@
61750                 basic_machine=m68k-isi
61751                 os=-sysv
61752                 ;;
61753 +       m68knommu)
61754 +               basic_machine=m68k-unknown
61755 +               os=-linux
61756 +               ;;
61757 +       m68knommu-*)
61758 +               basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
61759 +               os=-linux
61760 +               ;;
61761         m88k-omron*)
61762                 basic_machine=m88k-omron
61763                 ;;
61764 @@ -813,6 +833,14 @@
61765                 basic_machine=i860-intel
61766                 os=-osf
61767                 ;;
61768 +       parisc)
61769 +               basic_machine=hppa-unknown
61770 +               os=-linux
61771 +               ;;
61772 +       parisc-*)
61773 +               basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
61774 +               os=-linux
61775 +               ;;
61776         pbd)
61777                 basic_machine=sparc-tti
61778                 ;;
61779 @@ -1021,6 +1049,10 @@
61780                 basic_machine=tic6x-unknown
61781                 os=-coff
61782                 ;;
61783 +       tile*)
61784 +               basic_machine=tile-unknown
61785 +               os=-linux-gnu
61786 +               ;;
61787         tx39)
61788                 basic_machine=mipstx39-unknown
61789                 ;;
61790 diff -Nur libffi-3.0.8/configure autotools-update-3.0.8/configure
61791 --- libffi-3.0.8/configure      2008-12-19 16:12:45.000000000 +0000
61792 +++ autotools-update-3.0.8/configure    2009-06-05 17:56:37.000000000 +0100
61793 @@ -1,11 +1,11 @@
61794  #! /bin/sh
61795  # Guess values for system-dependent variables and create Makefiles.
61796 -# Generated by GNU Autoconf 2.63 for libffi 3.0.8.
61797 +# Generated by GNU Autoconf 2.61 for libffi 3.0.8.
61798  #
61799  # Report bugs to <http://gcc.gnu.org/bugs.html>.
61800  #
61801  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
61802 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
61803 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
61804  # This configure script is free software; the Free Software Foundation
61805  # gives unlimited permission to copy, distribute and modify it.
61806  ## --------------------- ##
61807 @@ -17,7 +17,7 @@
61808  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
61809    emulate sh
61810    NULLCMD=:
61811 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
61812 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
61813    # is contrary to our usage.  Disable this feature.
61814    alias -g '${1+"$@"}'='"$@"'
61815    setopt NO_GLOB_SUBST
61816 @@ -39,45 +39,17 @@
61817  as_cr_digits='0123456789'
61818  as_cr_alnum=$as_cr_Letters$as_cr_digits
61819  
61820 -as_nl='
61821 -'
61822 -export as_nl
61823 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
61824 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
61825 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
61826 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
61827 -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
61828 -  as_echo='printf %s\n'
61829 -  as_echo_n='printf %s'
61830 -else
61831 -  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
61832 -    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
61833 -    as_echo_n='/usr/ucb/echo -n'
61834 -  else
61835 -    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
61836 -    as_echo_n_body='eval
61837 -      arg=$1;
61838 -      case $arg in
61839 -      *"$as_nl"*)
61840 -       expr "X$arg" : "X\\(.*\\)$as_nl";
61841 -       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
61842 -      esac;
61843 -      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
61844 -    '
61845 -    export as_echo_n_body
61846 -    as_echo_n='sh -c $as_echo_n_body as_echo'
61847 -  fi
61848 -  export as_echo_body
61849 -  as_echo='sh -c $as_echo_body as_echo'
61850 -fi
61851 -
61852  # The user is always right.
61853  if test "${PATH_SEPARATOR+set}" != set; then
61854 -  PATH_SEPARATOR=:
61855 -  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
61856 -    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
61857 -      PATH_SEPARATOR=';'
61858 -  }
61859 +  echo "#! /bin/sh" >conf$$.sh
61860 +  echo  "exit 0"   >>conf$$.sh
61861 +  chmod +x conf$$.sh
61862 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
61863 +    PATH_SEPARATOR=';'
61864 +  else
61865 +    PATH_SEPARATOR=:
61866 +  fi
61867 +  rm -f conf$$.sh
61868  fi
61869  
61870  # Support unset when possible.
61871 @@ -93,6 +65,8 @@
61872  # there to prevent editors from complaining about space-tab.
61873  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
61874  # splitting by setting IFS to empty value.)
61875 +as_nl='
61876 +'
61877  IFS=" ""       $as_nl"
61878  
61879  # Find who we are.  Look in the path if we contain no directory separator.
61880 @@ -115,7 +89,7 @@
61881    as_myself=$0
61882  fi
61883  if test ! -f "$as_myself"; then
61884 -  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
61885 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
61886    { (exit 1); exit 1; }
61887  fi
61888  
61889 @@ -128,10 +102,17 @@
61890  PS4='+ '
61891  
61892  # NLS nuisances.
61893 -LC_ALL=C
61894 -export LC_ALL
61895 -LANGUAGE=C
61896 -export LANGUAGE
61897 +for as_var in \
61898 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
61899 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
61900 +  LC_TELEPHONE LC_TIME
61901 +do
61902 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
61903 +    eval $as_var=C; export $as_var
61904 +  else
61905 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
61906 +  fi
61907 +done
61908  
61909  # Required to use basename.
61910  if expr a : '\(a\)' >/dev/null 2>&1 &&
61911 @@ -153,7 +134,7 @@
61912  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
61913          X"$0" : 'X\(//\)$' \| \
61914          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
61915 -$as_echo X/"$0" |
61916 +echo X/"$0" |
61917      sed '/^.*\/\([^/][^/]*\)\/*$/{
61918             s//\1/
61919             q
61920 @@ -179,7 +160,7 @@
61921    as_have_required=no
61922  fi
61923  
61924 -  if test $as_have_required = yes &&    (eval ":
61925 +  if test $as_have_required = yes &&    (eval ":
61926  (as_func_return () {
61927    (exit \$1)
61928  }
61929 @@ -261,7 +242,7 @@
61930  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
61931    emulate sh
61932    NULLCMD=:
61933 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
61934 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
61935    # is contrary to our usage.  Disable this feature.
61936    alias -g '${1+"$@"}'='"$@"'
61937    setopt NO_GLOB_SUBST
61938 @@ -282,7 +263,7 @@
61939  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
61940    emulate sh
61941    NULLCMD=:
61942 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
61943 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
61944    # is contrary to our usage.  Disable this feature.
61945    alias -g '${1+"$@"}'='"$@"'
61946    setopt NO_GLOB_SUBST
61947 @@ -362,10 +343,10 @@
61948  
61949        if test "x$CONFIG_SHELL" != x; then
61950    for as_var in BASH_ENV ENV
61951 -       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
61952 -       done
61953 -       export CONFIG_SHELL
61954 -       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
61955 +        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
61956 +        done
61957 +        export CONFIG_SHELL
61958 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
61959  fi
61960  
61961  
61962 @@ -434,10 +415,9 @@
61963  
61964  test \$exitcode = 0") || {
61965    echo No shell found that supports shell functions.
61966 -  echo Please tell bug-autoconf@gnu.org about your system,
61967 -  echo including any error possibly output before this message.
61968 -  echo This can help us improve future autoconf versions.
61969 -  echo Configuration will now proceed without shell functions.
61970 +  echo Please tell autoconf@gnu.org about your system,
61971 +  echo including any error possibly output before this
61972 +  echo message
61973  }
61974  
61975  
61976 @@ -473,7 +453,7 @@
61977        s/-\n.*//
61978      ' >$as_me.lineno &&
61979    chmod +x "$as_me.lineno" ||
61980 -    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
61981 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
61982     { (exit 1); exit 1; }; }
61983  
61984    # Don't try to exec as it changes $[0], causing all sort of problems
61985 @@ -501,6 +481,7 @@
61986  *)
61987    ECHO_N='-n';;
61988  esac
61989 +
61990  if expr a : '\(a\)' >/dev/null 2>&1 &&
61991     test "X`expr 00001 : '.*\(...\)'`" = X001; then
61992    as_expr=expr
61993 @@ -513,22 +494,19 @@
61994    rm -f conf$$.dir/conf$$.file
61995  else
61996    rm -f conf$$.dir
61997 -  mkdir conf$$.dir 2>/dev/null
61998 +  mkdir conf$$.dir
61999  fi
62000 -if (echo >conf$$.file) 2>/dev/null; then
62001 -  if ln -s conf$$.file conf$$ 2>/dev/null; then
62002 -    as_ln_s='ln -s'
62003 -    # ... but there are two gotchas:
62004 -    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
62005 -    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
62006 -    # In both cases, we have to default to `cp -p'.
62007 -    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
62008 -      as_ln_s='cp -p'
62009 -  elif ln conf$$.file conf$$ 2>/dev/null; then
62010 -    as_ln_s=ln
62011 -  else
62012 +echo >conf$$.file
62013 +if ln -s conf$$.file conf$$ 2>/dev/null; then
62014 +  as_ln_s='ln -s'
62015 +  # ... but there are two gotchas:
62016 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
62017 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
62018 +  # In both cases, we have to default to `cp -p'.
62019 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
62020      as_ln_s='cp -p'
62021 -  fi
62022 +elif ln conf$$.file conf$$ 2>/dev/null; then
62023 +  as_ln_s=ln
62024  else
62025    as_ln_s='cp -p'
62026  fi
62027 @@ -553,10 +531,10 @@
62028    as_test_x='
62029      eval sh -c '\''
62030        if test -d "$1"; then
62031 -       test -d "$1/.";
62032 +        test -d "$1/.";
62033        else
62034         case $1 in
62035 -       -*)set "./$1";;
62036 +        -*)set "./$1";;
62037         esac;
62038         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
62039         ???[sx]*):;;*)false;;esac;fi
62040 @@ -790,199 +768,187 @@
62041  # include <unistd.h>
62042  #endif"
62043  
62044 -ac_subst_vars='LTLIBOBJS
62045 -LIBOBJS
62046 -toolexeclibdir
62047 -toolexecdir
62048 -TARGETDIR
62049 -TARGET
62050 -HAVE_LONG_DOUBLE
62051 -ALLOCA
62052 -PA64_HPUX_FALSE
62053 -PA64_HPUX_TRUE
62054 -PA_HPUX_FALSE
62055 -PA_HPUX_TRUE
62056 -PA_LINUX_FALSE
62057 -PA_LINUX_TRUE
62058 -SH64_FALSE
62059 -SH64_TRUE
62060 -SH_FALSE
62061 -SH_TRUE
62062 -X86_64_FALSE
62063 -X86_64_TRUE
62064 -S390_FALSE
62065 -S390_TRUE
62066 -FRV_FALSE
62067 -FRV_TRUE
62068 -LIBFFI_CRIS_FALSE
62069 -LIBFFI_CRIS_TRUE
62070 -ARM_FALSE
62071 -ARM_TRUE
62072 -POWERPC_FREEBSD_FALSE
62073 -POWERPC_FREEBSD_TRUE
62074 -POWERPC_DARWIN_FALSE
62075 -POWERPC_DARWIN_TRUE
62076 -POWERPC_AIX_FALSE
62077 -POWERPC_AIX_TRUE
62078 -POWERPC_FALSE
62079 -POWERPC_TRUE
62080 -M68K_FALSE
62081 -M68K_TRUE
62082 -M32R_FALSE
62083 -M32R_TRUE
62084 -IA64_FALSE
62085 -IA64_TRUE
62086 -ALPHA_FALSE
62087 -ALPHA_TRUE
62088 -X86_DARWIN_FALSE
62089 -X86_DARWIN_TRUE
62090 -X86_WIN32_FALSE
62091 -X86_WIN32_TRUE
62092 -X86_FREEBSD_FALSE
62093 -X86_FREEBSD_TRUE
62094 -X86_FALSE
62095 -X86_TRUE
62096 -SPARC_FALSE
62097 -SPARC_TRUE
62098 -MIPS_FALSE
62099 -MIPS_TRUE
62100 -AM_RUNTESTFLAGS
62101 -TESTSUBDIR_FALSE
62102 -TESTSUBDIR_TRUE
62103 -MAINT
62104 -MAINTAINER_MODE_FALSE
62105 -MAINTAINER_MODE_TRUE
62106 -LIBTOOL
62107 -ac_ct_F77
62108 -FFLAGS
62109 -F77
62110 -CXXCPP
62111 -am__fastdepCXX_FALSE
62112 -am__fastdepCXX_TRUE
62113 -CXXDEPMODE
62114 -ac_ct_CXX
62115 -CXXFLAGS
62116 -CXX
62117 -CPP
62118 -NMEDIT
62119 -DSYMUTIL
62120 -RANLIB
62121 -AR
62122 -ECHO
62123 -LN_S
62124 -EGREP
62125 -GREP
62126 -SED
62127 -am__fastdepCCAS_FALSE
62128 -am__fastdepCCAS_TRUE
62129 -CCASDEPMODE
62130 -CCASFLAGS
62131 -CCAS
62132 -am__fastdepCC_FALSE
62133 -am__fastdepCC_TRUE
62134 -CCDEPMODE
62135 -AMDEPBACKSLASH
62136 -AMDEP_FALSE
62137 -AMDEP_TRUE
62138 -am__quote
62139 -am__include
62140 -DEPDIR
62141 -OBJEXT
62142 -EXEEXT
62143 -ac_ct_CC
62144 -CPPFLAGS
62145 -LDFLAGS
62146 -CFLAGS
62147 -CC
62148 -am__untar
62149 -am__tar
62150 -AMTAR
62151 -am__leading_dot
62152 -SET_MAKE
62153 -AWK
62154 -mkdir_p
62155 -MKDIR_P
62156 -INSTALL_STRIP_PROGRAM
62157 -STRIP
62158 -install_sh
62159 -MAKEINFO
62160 -AUTOHEADER
62161 -AUTOMAKE
62162 -AUTOCONF
62163 -ACLOCAL
62164 -VERSION
62165 -PACKAGE
62166 -CYGPATH_W
62167 -am__isrc
62168 -INSTALL_DATA
62169 -INSTALL_SCRIPT
62170 -INSTALL_PROGRAM
62171 -target_os
62172 -target_vendor
62173 -target_cpu
62174 -target
62175 -host_os
62176 -host_vendor
62177 -host_cpu
62178 -host
62179 -build_os
62180 -build_vendor
62181 -build_cpu
62182 -build
62183 -target_alias
62184 -host_alias
62185 -build_alias
62186 -LIBS
62187 -ECHO_T
62188 -ECHO_N
62189 -ECHO_C
62190 -DEFS
62191 -mandir
62192 -localedir
62193 -libdir
62194 -psdir
62195 -pdfdir
62196 -dvidir
62197 -htmldir
62198 -infodir
62199 -docdir
62200 -oldincludedir
62201 -includedir
62202 -localstatedir
62203 -sharedstatedir
62204 -sysconfdir
62205 -datadir
62206 -datarootdir
62207 -libexecdir
62208 -sbindir
62209 -bindir
62210 -program_transform_name
62211 -prefix
62212 -exec_prefix
62213 -PACKAGE_BUGREPORT
62214 -PACKAGE_STRING
62215 -PACKAGE_VERSION
62216 -PACKAGE_TARNAME
62217 -PACKAGE_NAME
62218 +ac_subst_vars='SHELL
62219  PATH_SEPARATOR
62220 -SHELL'
62221 +PACKAGE_NAME
62222 +PACKAGE_TARNAME
62223 +PACKAGE_VERSION
62224 +PACKAGE_STRING
62225 +PACKAGE_BUGREPORT
62226 +exec_prefix
62227 +prefix
62228 +program_transform_name
62229 +bindir
62230 +sbindir
62231 +libexecdir
62232 +datarootdir
62233 +datadir
62234 +sysconfdir
62235 +sharedstatedir
62236 +localstatedir
62237 +includedir
62238 +oldincludedir
62239 +docdir
62240 +infodir
62241 +htmldir
62242 +dvidir
62243 +pdfdir
62244 +psdir
62245 +libdir
62246 +localedir
62247 +mandir
62248 +DEFS
62249 +ECHO_C
62250 +ECHO_N
62251 +ECHO_T
62252 +LIBS
62253 +build_alias
62254 +host_alias
62255 +target_alias
62256 +build
62257 +build_cpu
62258 +build_vendor
62259 +build_os
62260 +host
62261 +host_cpu
62262 +host_vendor
62263 +host_os
62264 +target
62265 +target_cpu
62266 +target_vendor
62267 +target_os
62268 +INSTALL_PROGRAM
62269 +INSTALL_SCRIPT
62270 +INSTALL_DATA
62271 +am__isrc
62272 +CYGPATH_W
62273 +PACKAGE
62274 +VERSION
62275 +ACLOCAL
62276 +AUTOCONF
62277 +AUTOMAKE
62278 +AUTOHEADER
62279 +MAKEINFO
62280 +install_sh
62281 +STRIP
62282 +INSTALL_STRIP_PROGRAM
62283 +mkdir_p
62284 +AWK
62285 +SET_MAKE
62286 +am__leading_dot
62287 +AMTAR
62288 +am__tar
62289 +am__untar
62290 +CC
62291 +CFLAGS
62292 +LDFLAGS
62293 +CPPFLAGS
62294 +ac_ct_CC
62295 +EXEEXT
62296 +OBJEXT
62297 +DEPDIR
62298 +am__include
62299 +am__quote
62300 +AMDEP_TRUE
62301 +AMDEP_FALSE
62302 +AMDEPBACKSLASH
62303 +CCDEPMODE
62304 +am__fastdepCC_TRUE
62305 +am__fastdepCC_FALSE
62306 +CCAS
62307 +CCASFLAGS
62308 +CCASDEPMODE
62309 +am__fastdepCCAS_TRUE
62310 +am__fastdepCCAS_FALSE
62311 +LIBFFI_DLL
62312 +LIBFFI_LDFLAGS
62313 +SED
62314 +GREP
62315 +EGREP
62316 +LN_S
62317 +ECHO
62318 +AR
62319 +RANLIB
62320 +DSYMUTIL
62321 +NMEDIT
62322 +DLLTOOL
62323 +AS
62324 +OBJDUMP
62325 +CPP
62326 +CXX
62327 +CXXFLAGS
62328 +ac_ct_CXX
62329 +CXXDEPMODE
62330 +am__fastdepCXX_TRUE
62331 +am__fastdepCXX_FALSE
62332 +CXXCPP
62333 +F77
62334 +FFLAGS
62335 +ac_ct_F77
62336 +LIBTOOL
62337 +MAINTAINER_MODE_TRUE
62338 +MAINTAINER_MODE_FALSE
62339 +MAINT
62340 +TESTSUBDIR_TRUE
62341 +TESTSUBDIR_FALSE
62342 +AM_RUNTESTFLAGS
62343 +MIPS_TRUE
62344 +MIPS_FALSE
62345 +SPARC_TRUE
62346 +SPARC_FALSE
62347 +X86_TRUE
62348 +X86_FALSE
62349 +X86_FREEBSD_TRUE
62350 +X86_FREEBSD_FALSE
62351 +X86_WIN32_TRUE
62352 +X86_WIN32_FALSE
62353 +X86_DARWIN_TRUE
62354 +X86_DARWIN_FALSE
62355 +ALPHA_TRUE
62356 +ALPHA_FALSE
62357 +IA64_TRUE
62358 +IA64_FALSE
62359 +M32R_TRUE
62360 +M32R_FALSE
62361 +M68K_TRUE
62362 +M68K_FALSE
62363 +POWERPC_TRUE
62364 +POWERPC_FALSE
62365 +POWERPC_AIX_TRUE
62366 +POWERPC_AIX_FALSE
62367 +POWERPC_DARWIN_TRUE
62368 +POWERPC_DARWIN_FALSE
62369 +POWERPC_FREEBSD_TRUE
62370 +POWERPC_FREEBSD_FALSE
62371 +ARM_TRUE
62372 +ARM_FALSE
62373 +LIBFFI_CRIS_TRUE
62374 +LIBFFI_CRIS_FALSE
62375 +FRV_TRUE
62376 +FRV_FALSE
62377 +S390_TRUE
62378 +S390_FALSE
62379 +X86_64_TRUE
62380 +X86_64_FALSE
62381 +SH_TRUE
62382 +SH_FALSE
62383 +SH64_TRUE
62384 +SH64_FALSE
62385 +PA_LINUX_TRUE
62386 +PA_LINUX_FALSE
62387 +PA_HPUX_TRUE
62388 +PA_HPUX_FALSE
62389 +PA64_HPUX_TRUE
62390 +PA64_HPUX_FALSE
62391 +ALLOCA
62392 +HAVE_LONG_DOUBLE
62393 +TARGET
62394 +TARGETDIR
62395 +toolexecdir
62396 +toolexeclibdir
62397 +LIBOBJS
62398 +LTLIBOBJS'
62399  ac_subst_files=''
62400 -ac_user_opts='
62401 -enable_option_checking
62402 -enable_dependency_tracking
62403 -enable_shared
62404 -enable_static
62405 -enable_fast_install
62406 -with_gnu_ld
62407 -enable_libtool_lock
62408 -with_pic
62409 -with_tags
62410 -enable_maintainer_mode
62411 -enable_debug
62412 -enable_structs
62413 -enable_raw_api
62414 -enable_purify_safety
62415 -'
62416        ac_precious_vars='build_alias
62417  host_alias
62418  target_alias
62419 @@ -1003,8 +969,6 @@
62420  # Initialize some variables set by options.
62421  ac_init_help=
62422  ac_init_version=false
62423 -ac_unrecognized_opts=
62424 -ac_unrecognized_sep=
62425  # The variables have the same names as the options, with
62426  # dashes changed to underlines.
62427  cache_file=/dev/null
62428 @@ -1103,21 +1067,13 @@
62429      datarootdir=$ac_optarg ;;
62430  
62431    -disable-* | --disable-*)
62432 -    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
62433 +    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
62434      # Reject names that are not valid shell variable names.
62435 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
62436 -      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
62437 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
62438 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
62439     { (exit 1); exit 1; }; }
62440 -    ac_useropt_orig=$ac_useropt
62441 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
62442 -    case $ac_user_opts in
62443 -      *"
62444 -"enable_$ac_useropt"
62445 -"*) ;;
62446 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
62447 -        ac_unrecognized_sep=', ';;
62448 -    esac
62449 -    eval enable_$ac_useropt=no ;;
62450 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
62451 +    eval enable_$ac_feature=no ;;
62452  
62453    -docdir | --docdir | --docdi | --doc | --do)
62454      ac_prev=docdir ;;
62455 @@ -1130,21 +1086,13 @@
62456      dvidir=$ac_optarg ;;
62457  
62458    -enable-* | --enable-*)
62459 -    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
62460 +    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
62461      # Reject names that are not valid shell variable names.
62462 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
62463 -      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
62464 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
62465 +      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
62466     { (exit 1); exit 1; }; }
62467 -    ac_useropt_orig=$ac_useropt
62468 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
62469 -    case $ac_user_opts in
62470 -      *"
62471 -"enable_$ac_useropt"
62472 -"*) ;;
62473 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
62474 -        ac_unrecognized_sep=', ';;
62475 -    esac
62476 -    eval enable_$ac_useropt=\$ac_optarg ;;
62477 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
62478 +    eval enable_$ac_feature=\$ac_optarg ;;
62479  
62480    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
62481    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
62482 @@ -1335,38 +1283,22 @@
62483      ac_init_version=: ;;
62484  
62485    -with-* | --with-*)
62486 -    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
62487 +    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
62488      # Reject names that are not valid shell variable names.
62489 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
62490 -      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
62491 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
62492 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
62493     { (exit 1); exit 1; }; }
62494 -    ac_useropt_orig=$ac_useropt
62495 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
62496 -    case $ac_user_opts in
62497 -      *"
62498 -"with_$ac_useropt"
62499 -"*) ;;
62500 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
62501 -        ac_unrecognized_sep=', ';;
62502 -    esac
62503 -    eval with_$ac_useropt=\$ac_optarg ;;
62504 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
62505 +    eval with_$ac_package=\$ac_optarg ;;
62506  
62507    -without-* | --without-*)
62508 -    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
62509 +    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
62510      # Reject names that are not valid shell variable names.
62511 -    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
62512 -      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
62513 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
62514 +      { echo "$as_me: error: invalid package name: $ac_package" >&2
62515     { (exit 1); exit 1; }; }
62516 -    ac_useropt_orig=$ac_useropt
62517 -    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
62518 -    case $ac_user_opts in
62519 -      *"
62520 -"with_$ac_useropt"
62521 -"*) ;;
62522 -      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
62523 -        ac_unrecognized_sep=', ';;
62524 -    esac
62525 -    eval with_$ac_useropt=no ;;
62526 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
62527 +    eval with_$ac_package=no ;;
62528  
62529    --x)
62530      # Obsolete; use --with-x.
62531 @@ -1386,7 +1318,7 @@
62532    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
62533      x_libraries=$ac_optarg ;;
62534  
62535 -  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
62536 +  -*) { echo "$as_me: error: unrecognized option: $ac_option
62537  Try \`$0 --help' for more information." >&2
62538     { (exit 1); exit 1; }; }
62539      ;;
62540 @@ -1395,16 +1327,16 @@
62541      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
62542      # Reject names that are not valid shell variable names.
62543      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
62544 -      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
62545 +      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
62546     { (exit 1); exit 1; }; }
62547      eval $ac_envvar=\$ac_optarg
62548      export $ac_envvar ;;
62549  
62550    *)
62551      # FIXME: should be removed in autoconf 3.0.
62552 -    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
62553 +    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
62554      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
62555 -      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
62556 +      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
62557      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
62558      ;;
62559  
62560 @@ -1413,38 +1345,22 @@
62561  
62562  if test -n "$ac_prev"; then
62563    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
62564 -  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
62565 +  { echo "$as_me: error: missing argument to $ac_option" >&2
62566     { (exit 1); exit 1; }; }
62567  fi
62568  
62569 -if test -n "$ac_unrecognized_opts"; then
62570 -  case $enable_option_checking in
62571 -    no) ;;
62572 -    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
62573 -   { (exit 1); exit 1; }; } ;;
62574 -    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
62575 -  esac
62576 -fi
62577 -
62578 -# Check all directory arguments for consistency.
62579 +# Be sure to have absolute directory names.
62580  for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
62581                 datadir sysconfdir sharedstatedir localstatedir includedir \
62582                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
62583                 libdir localedir mandir
62584  do
62585    eval ac_val=\$$ac_var
62586 -  # Remove trailing slashes.
62587 -  case $ac_val in
62588 -    */ )
62589 -      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
62590 -      eval $ac_var=\$ac_val;;
62591 -  esac
62592 -  # Be sure to have absolute directory names.
62593    case $ac_val in
62594      [\\/$]* | ?:[\\/]* )  continue;;
62595      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
62596    esac
62597 -  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
62598 +  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
62599     { (exit 1); exit 1; }; }
62600  done
62601  
62602 @@ -1459,7 +1375,7 @@
62603  if test "x$host_alias" != x; then
62604    if test "x$build_alias" = x; then
62605      cross_compiling=maybe
62606 -    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
62607 +    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
62608      If a cross compiler is detected then cross compile mode will be used." >&2
62609    elif test "x$build_alias" != "x$host_alias"; then
62610      cross_compiling=yes
62611 @@ -1475,10 +1391,10 @@
62612  ac_pwd=`pwd` && test -n "$ac_pwd" &&
62613  ac_ls_di=`ls -di .` &&
62614  ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
62615 -  { $as_echo "$as_me: error: working directory cannot be determined" >&2
62616 +  { echo "$as_me: error: Working directory cannot be determined" >&2
62617     { (exit 1); exit 1; }; }
62618  test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
62619 -  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
62620 +  { echo "$as_me: error: pwd does not report name of working directory" >&2
62621     { (exit 1); exit 1; }; }
62622  
62623  
62624 @@ -1486,12 +1402,12 @@
62625  if test -z "$srcdir"; then
62626    ac_srcdir_defaulted=yes
62627    # Try the directory containing this script, then the parent directory.
62628 -  ac_confdir=`$as_dirname -- "$as_myself" ||
62629 -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
62630 -        X"$as_myself" : 'X\(//\)[^/]' \| \
62631 -        X"$as_myself" : 'X\(//\)$' \| \
62632 -        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
62633 -$as_echo X"$as_myself" |
62634 +  ac_confdir=`$as_dirname -- "$0" ||
62635 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
62636 +        X"$0" : 'X\(//\)[^/]' \| \
62637 +        X"$0" : 'X\(//\)$' \| \
62638 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
62639 +echo X"$0" |
62640      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
62641             s//\1/
62642             q
62643 @@ -1518,12 +1434,12 @@
62644  fi
62645  if test ! -r "$srcdir/$ac_unique_file"; then
62646    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
62647 -  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
62648 +  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
62649     { (exit 1); exit 1; }; }
62650  fi
62651  ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
62652  ac_abs_confdir=`(
62653 -       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
62654 +       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
62655     { (exit 1); exit 1; }; }
62656         pwd)`
62657  # When building in place, set srcdir=.
62658 @@ -1572,9 +1488,9 @@
62659  
62660  Installation directories:
62661    --prefix=PREFIX         install architecture-independent files in PREFIX
62662 -                          [$ac_default_prefix]
62663 +                         [$ac_default_prefix]
62664    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
62665 -                          [PREFIX]
62666 +                         [PREFIX]
62667  
62668  By default, \`make install' will install all the files in
62669  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
62670 @@ -1584,25 +1500,25 @@
62671  For better control, use the options below.
62672  
62673  Fine tuning of the installation directories:
62674 -  --bindir=DIR            user executables [EPREFIX/bin]
62675 -  --sbindir=DIR           system admin executables [EPREFIX/sbin]
62676 -  --libexecdir=DIR        program executables [EPREFIX/libexec]
62677 -  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
62678 -  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
62679 -  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
62680 -  --libdir=DIR            object code libraries [EPREFIX/lib]
62681 -  --includedir=DIR        C header files [PREFIX/include]
62682 -  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
62683 -  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
62684 -  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
62685 -  --infodir=DIR           info documentation [DATAROOTDIR/info]
62686 -  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
62687 -  --mandir=DIR            man documentation [DATAROOTDIR/man]
62688 -  --docdir=DIR            documentation root [DATAROOTDIR/doc/libffi]
62689 -  --htmldir=DIR           html documentation [DOCDIR]
62690 -  --dvidir=DIR            dvi documentation [DOCDIR]
62691 -  --pdfdir=DIR            pdf documentation [DOCDIR]
62692 -  --psdir=DIR             ps documentation [DOCDIR]
62693 +  --bindir=DIR           user executables [EPREFIX/bin]
62694 +  --sbindir=DIR          system admin executables [EPREFIX/sbin]
62695 +  --libexecdir=DIR       program executables [EPREFIX/libexec]
62696 +  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
62697 +  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
62698 +  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
62699 +  --libdir=DIR           object code libraries [EPREFIX/lib]
62700 +  --includedir=DIR       C header files [PREFIX/include]
62701 +  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
62702 +  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
62703 +  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
62704 +  --infodir=DIR          info documentation [DATAROOTDIR/info]
62705 +  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
62706 +  --mandir=DIR           man documentation [DATAROOTDIR/man]
62707 +  --docdir=DIR           documentation root [DATAROOTDIR/doc/libffi]
62708 +  --htmldir=DIR          html documentation [DOCDIR]
62709 +  --dvidir=DIR           dvi documentation [DOCDIR]
62710 +  --pdfdir=DIR           pdf documentation [DOCDIR]
62711 +  --psdir=DIR            ps documentation [DOCDIR]
62712  _ACEOF
62713  
62714    cat <<\_ACEOF
62715 @@ -1626,7 +1542,6 @@
62716    cat <<\_ACEOF
62717  
62718  Optional Features:
62719 -  --disable-option-checking  ignore unrecognized --enable/--with options
62720    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
62721    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
62722    --disable-dependency-tracking  speeds up one-time build
62723 @@ -1679,17 +1594,15 @@
62724  if test "$ac_init_help" = "recursive"; then
62725    # If there are subdirs, report their specific --help.
62726    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
62727 -    test -d "$ac_dir" ||
62728 -      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
62729 -      continue
62730 +    test -d "$ac_dir" || continue
62731      ac_builddir=.
62732  
62733  case "$ac_dir" in
62734  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
62735  *)
62736 -  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
62737 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
62738    # A ".." for each directory in $ac_dir_suffix.
62739 -  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
62740 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
62741    case $ac_top_builddir_sub in
62742    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
62743    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
62744 @@ -1725,7 +1638,7 @@
62745        echo &&
62746        $SHELL "$ac_srcdir/configure" --help=recursive
62747      else
62748 -      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
62749 +      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
62750      fi || ac_status=$?
62751      cd "$ac_pwd" || { ac_status=$?; break; }
62752    done
62753 @@ -1735,10 +1648,10 @@
62754  if $ac_init_version; then
62755    cat <<\_ACEOF
62756  libffi configure 3.0.8
62757 -generated by GNU Autoconf 2.63
62758 +generated by GNU Autoconf 2.61
62759  
62760  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
62761 -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
62762 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
62763  This configure script is free software; the Free Software Foundation
62764  gives unlimited permission to copy, distribute and modify it.
62765  _ACEOF
62766 @@ -1749,7 +1662,7 @@
62767  running configure, to aid debugging if configure makes a mistake.
62768  
62769  It was created by libffi $as_me 3.0.8, which was
62770 -generated by GNU Autoconf 2.63.  Invocation command line was
62771 +generated by GNU Autoconf 2.61.  Invocation command line was
62772  
62773    $ $0 $@
62774  
62775 @@ -1785,7 +1698,7 @@
62776  do
62777    IFS=$as_save_IFS
62778    test -z "$as_dir" && as_dir=.
62779 -  $as_echo "PATH: $as_dir"
62780 +  echo "PATH: $as_dir"
62781  done
62782  IFS=$as_save_IFS
62783  
62784 @@ -1820,7 +1733,7 @@
62785      | -silent | --silent | --silen | --sile | --sil)
62786        continue ;;
62787      *\'*)
62788 -      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
62789 +      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
62790      esac
62791      case $ac_pass in
62792      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
62793 @@ -1872,12 +1785,11 @@
62794      case $ac_val in #(
62795      *${as_nl}*)
62796        case $ac_var in #(
62797 -      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
62798 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
62799 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
62800 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
62801        esac
62802        case $ac_var in #(
62803        _ | IFS | as_nl) ;; #(
62804 -      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
62805        *) $as_unset $ac_var ;;
62806        esac ;;
62807      esac
62808 @@ -1907,9 +1819,9 @@
62809      do
62810        eval ac_val=\$$ac_var
62811        case $ac_val in
62812 -      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
62813 +      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
62814        esac
62815 -      $as_echo "$ac_var='\''$ac_val'\''"
62816 +      echo "$ac_var='\''$ac_val'\''"
62817      done | sort
62818      echo
62819  
62820 @@ -1924,9 +1836,9 @@
62821        do
62822         eval ac_val=\$$ac_var
62823         case $ac_val in
62824 -       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
62825 +       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
62826         esac
62827 -       $as_echo "$ac_var='\''$ac_val'\''"
62828 +       echo "$ac_var='\''$ac_val'\''"
62829        done | sort
62830        echo
62831      fi
62832 @@ -1942,8 +1854,8 @@
62833        echo
62834      fi
62835      test "$ac_signal" != 0 &&
62836 -      $as_echo "$as_me: caught signal $ac_signal"
62837 -    $as_echo "$as_me: exit $exit_status"
62838 +      echo "$as_me: caught signal $ac_signal"
62839 +    echo "$as_me: exit $exit_status"
62840    } >&5
62841    rm -f core *.core core.conftest.* &&
62842      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
62843 @@ -1985,24 +1897,21 @@
62844  
62845  
62846  # Let the site file select an alternate cache file if it wants to.
62847 -# Prefer an explicitly selected file to automatically selected ones.
62848 -ac_site_file1=NONE
62849 -ac_site_file2=NONE
62850 +# Prefer explicitly selected file to automatically selected ones.
62851  if test -n "$CONFIG_SITE"; then
62852 -  ac_site_file1=$CONFIG_SITE
62853 +  set x "$CONFIG_SITE"
62854  elif test "x$prefix" != xNONE; then
62855 -  ac_site_file1=$prefix/share/config.site
62856 -  ac_site_file2=$prefix/etc/config.site
62857 +  set x "$prefix/share/config.site" "$prefix/etc/config.site"
62858  else
62859 -  ac_site_file1=$ac_default_prefix/share/config.site
62860 -  ac_site_file2=$ac_default_prefix/etc/config.site
62861 +  set x "$ac_default_prefix/share/config.site" \
62862 +       "$ac_default_prefix/etc/config.site"
62863  fi
62864 -for ac_site_file in "$ac_site_file1" "$ac_site_file2"
62865 +shift
62866 +for ac_site_file
62867  do
62868 -  test "x$ac_site_file" = xNONE && continue
62869    if test -r "$ac_site_file"; then
62870 -    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
62871 -$as_echo "$as_me: loading site script $ac_site_file" >&6;}
62872 +    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
62873 +echo "$as_me: loading site script $ac_site_file" >&6;}
62874      sed 's/^/| /' "$ac_site_file" >&5
62875      . "$ac_site_file"
62876    fi
62877 @@ -2012,16 +1921,16 @@
62878    # Some versions of bash will fail to source /dev/null (special
62879    # files actually), so we avoid doing that.
62880    if test -f "$cache_file"; then
62881 -    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
62882 -$as_echo "$as_me: loading cache $cache_file" >&6;}
62883 +    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
62884 +echo "$as_me: loading cache $cache_file" >&6;}
62885      case $cache_file in
62886        [\\/]* | ?:[\\/]* ) . "$cache_file";;
62887        *)                      . "./$cache_file";;
62888      esac
62889    fi
62890  else
62891 -  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
62892 -$as_echo "$as_me: creating cache $cache_file" >&6;}
62893 +  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
62894 +echo "$as_me: creating cache $cache_file" >&6;}
62895    >$cache_file
62896  fi
62897  
62898 @@ -2035,38 +1944,29 @@
62899    eval ac_new_val=\$ac_env_${ac_var}_value
62900    case $ac_old_set,$ac_new_set in
62901      set,)
62902 -      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
62903 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
62904 +      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
62905 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
62906        ac_cache_corrupted=: ;;
62907      ,set)
62908 -      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
62909 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
62910 +      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
62911 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
62912        ac_cache_corrupted=: ;;
62913      ,);;
62914      *)
62915        if test "x$ac_old_val" != "x$ac_new_val"; then
62916 -       # differences in whitespace do not lead to failure.
62917 -       ac_old_val_w=`echo x $ac_old_val`
62918 -       ac_new_val_w=`echo x $ac_new_val`
62919 -       if test "$ac_old_val_w" != "$ac_new_val_w"; then
62920 -         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
62921 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
62922 -         ac_cache_corrupted=:
62923 -       else
62924 -         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
62925 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
62926 -         eval $ac_var=\$ac_old_val
62927 -       fi
62928 -       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
62929 -$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
62930 -       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
62931 -$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
62932 +       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
62933 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
62934 +       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
62935 +echo "$as_me:   former value:  $ac_old_val" >&2;}
62936 +       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
62937 +echo "$as_me:   current value: $ac_new_val" >&2;}
62938 +       ac_cache_corrupted=:
62939        fi;;
62940    esac
62941    # Pass precious variables to config.status.
62942    if test "$ac_new_set" = set; then
62943      case $ac_new_val in
62944 -    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
62945 +    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
62946      *) ac_arg=$ac_var=$ac_new_val ;;
62947      esac
62948      case " $ac_configure_args " in
62949 @@ -2076,12 +1976,10 @@
62950    fi
62951  done
62952  if $ac_cache_corrupted; then
62953 -  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
62954 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
62955 -  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
62956 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
62957 -  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
62958 -$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
62959 +  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
62960 +echo "$as_me: error: changes in the environment can compromise the build" >&2;}
62961 +  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
62962 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
62963     { (exit 1); exit 1; }; }
62964  fi
62965  
62966 @@ -2136,8 +2034,8 @@
62967    fi
62968  done
62969  if test -z "$ac_aux_dir"; then
62970 -  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
62971 -$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
62972 +  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
62973 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
62974     { (exit 1); exit 1; }; }
62975  fi
62976  
62977 @@ -2152,34 +2050,34 @@
62978  
62979  # Make sure we can run config.sub.
62980  $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
62981 -  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
62982 -$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
62983 +  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
62984 +echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
62985     { (exit 1); exit 1; }; }
62986  
62987 -{ $as_echo "$as_me:$LINENO: checking build system type" >&5
62988 -$as_echo_n "checking build system type... " >&6; }
62989 +{ echo "$as_me:$LINENO: checking build system type" >&5
62990 +echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
62991  if test "${ac_cv_build+set}" = set; then
62992 -  $as_echo_n "(cached) " >&6
62993 +  echo $ECHO_N "(cached) $ECHO_C" >&6
62994  else
62995    ac_build_alias=$build_alias
62996  test "x$ac_build_alias" = x &&
62997    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
62998  test "x$ac_build_alias" = x &&
62999 -  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
63000 -$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
63001 +  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
63002 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
63003     { (exit 1); exit 1; }; }
63004  ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
63005 -  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
63006 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
63007 +  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
63008 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
63009     { (exit 1); exit 1; }; }
63010  
63011  fi
63012 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
63013 -$as_echo "$ac_cv_build" >&6; }
63014 +{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
63015 +echo "${ECHO_T}$ac_cv_build" >&6; }
63016  case $ac_cv_build in
63017  *-*-*) ;;
63018 -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
63019 -$as_echo "$as_me: error: invalid value of canonical build" >&2;}
63020 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
63021 +echo "$as_me: error: invalid value of canonical build" >&2;}
63022     { (exit 1); exit 1; }; };;
63023  esac
63024  build=$ac_cv_build
63025 @@ -2196,27 +2094,27 @@
63026  case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
63027  
63028  
63029 -{ $as_echo "$as_me:$LINENO: checking host system type" >&5
63030 -$as_echo_n "checking host system type... " >&6; }
63031 +{ echo "$as_me:$LINENO: checking host system type" >&5
63032 +echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
63033  if test "${ac_cv_host+set}" = set; then
63034 -  $as_echo_n "(cached) " >&6
63035 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63036  else
63037    if test "x$host_alias" = x; then
63038    ac_cv_host=$ac_cv_build
63039  else
63040    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
63041 -    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
63042 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
63043 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
63044 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
63045     { (exit 1); exit 1; }; }
63046  fi
63047  
63048  fi
63049 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
63050 -$as_echo "$ac_cv_host" >&6; }
63051 +{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
63052 +echo "${ECHO_T}$ac_cv_host" >&6; }
63053  case $ac_cv_host in
63054  *-*-*) ;;
63055 -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
63056 -$as_echo "$as_me: error: invalid value of canonical host" >&2;}
63057 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
63058 +echo "$as_me: error: invalid value of canonical host" >&2;}
63059     { (exit 1); exit 1; }; };;
63060  esac
63061  host=$ac_cv_host
63062 @@ -2233,27 +2131,27 @@
63063  case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
63064  
63065  
63066 -{ $as_echo "$as_me:$LINENO: checking target system type" >&5
63067 -$as_echo_n "checking target system type... " >&6; }
63068 +{ echo "$as_me:$LINENO: checking target system type" >&5
63069 +echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
63070  if test "${ac_cv_target+set}" = set; then
63071 -  $as_echo_n "(cached) " >&6
63072 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63073  else
63074    if test "x$target_alias" = x; then
63075    ac_cv_target=$ac_cv_host
63076  else
63077    ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
63078 -    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
63079 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
63080 +    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
63081 +echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
63082     { (exit 1); exit 1; }; }
63083  fi
63084  
63085  fi
63086 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
63087 -$as_echo "$ac_cv_target" >&6; }
63088 +{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
63089 +echo "${ECHO_T}$ac_cv_target" >&6; }
63090  case $ac_cv_target in
63091  *-*-*) ;;
63092 -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
63093 -$as_echo "$as_me: error: invalid value of canonical target" >&2;}
63094 +*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
63095 +echo "$as_me: error: invalid value of canonical target" >&2;}
63096     { (exit 1); exit 1; }; };;
63097  esac
63098  target=$ac_cv_target
63099 @@ -2295,12 +2193,11 @@
63100  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
63101  # OS/2's system install, which has a completely different semantic
63102  # ./install, which can be erroneously created by make from ./install.sh.
63103 -# Reject install programs that cannot install multiple files.
63104 -{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
63105 -$as_echo_n "checking for a BSD-compatible install... " >&6; }
63106 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
63107 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
63108  if test -z "$INSTALL"; then
63109  if test "${ac_cv_path_install+set}" = set; then
63110 -  $as_echo_n "(cached) " >&6
63111 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63112  else
63113    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
63114  for as_dir in $PATH
63115 @@ -2329,29 +2226,17 @@
63116             # program-specific install script used by HP pwplus--don't use.
63117             :
63118           else
63119 -           rm -rf conftest.one conftest.two conftest.dir
63120 -           echo one > conftest.one
63121 -           echo two > conftest.two
63122 -           mkdir conftest.dir
63123 -           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
63124 -             test -s conftest.one && test -s conftest.two &&
63125 -             test -s conftest.dir/conftest.one &&
63126 -             test -s conftest.dir/conftest.two
63127 -           then
63128 -             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
63129 -             break 3
63130 -           fi
63131 +           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
63132 +           break 3
63133           fi
63134         fi
63135        done
63136      done
63137      ;;
63138  esac
63139 -
63140  done
63141  IFS=$as_save_IFS
63142  
63143 -rm -rf conftest.one conftest.two conftest.dir
63144  
63145  fi
63146    if test "${ac_cv_path_install+set}" = set; then
63147 @@ -2364,8 +2249,8 @@
63148      INSTALL=$ac_install_sh
63149    fi
63150  fi
63151 -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
63152 -$as_echo "$INSTALL" >&6; }
63153 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5
63154 +echo "${ECHO_T}$INSTALL" >&6; }
63155  
63156  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
63157  # It thinks the first close brace ends the variable substitution.
63158 @@ -2375,8 +2260,8 @@
63159  
63160  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
63161  
63162 -{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
63163 -$as_echo_n "checking whether build environment is sane... " >&6; }
63164 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
63165 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
63166  # Just in case
63167  sleep 1
63168  echo timestamp > conftest.file
63169 @@ -2399,9 +2284,9 @@
63170        # if, for instance, CONFIG_SHELL is bash and it inherits a
63171        # broken ls alias from the environment.  This has actually
63172        # happened.  Such a system could not be considered "sane".
63173 -      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
63174 +      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
63175  alias in your environment" >&5
63176 -$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
63177 +echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
63178  alias in your environment" >&2;}
63179     { (exit 1); exit 1; }; }
63180     fi
63181 @@ -2412,23 +2297,26 @@
63182     # Ok.
63183     :
63184  else
63185 -   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
63186 +   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
63187  Check your system clock" >&5
63188 -$as_echo "$as_me: error: newly created file is older than distributed files!
63189 +echo "$as_me: error: newly created file is older than distributed files!
63190  Check your system clock" >&2;}
63191     { (exit 1); exit 1; }; }
63192  fi
63193 -{ $as_echo "$as_me:$LINENO: result: yes" >&5
63194 -$as_echo "yes" >&6; }
63195 +{ echo "$as_me:$LINENO: result: yes" >&5
63196 +echo "${ECHO_T}yes" >&6; }
63197  test "$program_prefix" != NONE &&
63198    program_transform_name="s&^&$program_prefix&;$program_transform_name"
63199  # Use a double $ so make ignores it.
63200  test "$program_suffix" != NONE &&
63201    program_transform_name="s&\$&$program_suffix&;$program_transform_name"
63202 -# Double any \ or $.
63203 +# Double any \ or $.  echo might interpret backslashes.
63204  # By default was `s,x,x', remove it if useless.
63205 -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
63206 -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
63207 +cat <<\_ACEOF >conftest.sed
63208 +s/[\\$]/&&/g;s/;s,x,x,$//
63209 +_ACEOF
63210 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
63211 +rm -f conftest.sed
63212  
63213  # expand $ac_aux_dir to an absolute path
63214  am_aux_dir=`cd $ac_aux_dir && pwd`
63215 @@ -2439,15 +2327,15 @@
63216    am_missing_run="$MISSING --run "
63217  else
63218    am_missing_run=
63219 -  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
63220 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
63221 +  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
63222 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
63223  fi
63224  
63225 -{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
63226 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
63227 +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
63228 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
63229  if test -z "$MKDIR_P"; then
63230    if test "${ac_cv_path_mkdir+set}" = set; then
63231 -  $as_echo_n "(cached) " >&6
63232 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63233  else
63234    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
63235  for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
63236 @@ -2482,8 +2370,8 @@
63237      MKDIR_P="$ac_install_sh -d"
63238    fi
63239  fi
63240 -{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
63241 -$as_echo "$MKDIR_P" >&6; }
63242 +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
63243 +echo "${ECHO_T}$MKDIR_P" >&6; }
63244  
63245  mkdir_p="$MKDIR_P"
63246  case $mkdir_p in
63247 @@ -2495,10 +2383,10 @@
63248  do
63249    # Extract the first word of "$ac_prog", so it can be a program name with args.
63250  set dummy $ac_prog; ac_word=$2
63251 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63252 -$as_echo_n "checking for $ac_word... " >&6; }
63253 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63254 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63255  if test "${ac_cv_prog_AWK+set}" = set; then
63256 -  $as_echo_n "(cached) " >&6
63257 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63258  else
63259    if test -n "$AWK"; then
63260    ac_cv_prog_AWK="$AWK" # Let the user override the test.
63261 @@ -2511,7 +2399,7 @@
63262    for ac_exec_ext in '' $ac_executable_extensions; do
63263    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63264      ac_cv_prog_AWK="$ac_prog"
63265 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63266 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63267      break 2
63268    fi
63269  done
63270 @@ -2522,23 +2410,22 @@
63271  fi
63272  AWK=$ac_cv_prog_AWK
63273  if test -n "$AWK"; then
63274 -  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
63275 -$as_echo "$AWK" >&6; }
63276 +  { echo "$as_me:$LINENO: result: $AWK" >&5
63277 +echo "${ECHO_T}$AWK" >&6; }
63278  else
63279 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63280 -$as_echo "no" >&6; }
63281 +  { echo "$as_me:$LINENO: result: no" >&5
63282 +echo "${ECHO_T}no" >&6; }
63283  fi
63284  
63285  
63286    test -n "$AWK" && break
63287  done
63288  
63289 -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
63290 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
63291 -set x ${MAKE-make}
63292 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
63293 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
63294 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
63295 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
63296  if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
63297 -  $as_echo_n "(cached) " >&6
63298 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63299  else
63300    cat >conftest.make <<\_ACEOF
63301  SHELL = /bin/sh
63302 @@ -2555,12 +2442,12 @@
63303  rm -f conftest.make
63304  fi
63305  if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
63306 -  { $as_echo "$as_me:$LINENO: result: yes" >&5
63307 -$as_echo "yes" >&6; }
63308 +  { echo "$as_me:$LINENO: result: yes" >&5
63309 +echo "${ECHO_T}yes" >&6; }
63310    SET_MAKE=
63311  else
63312 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63313 -$as_echo "no" >&6; }
63314 +  { echo "$as_me:$LINENO: result: no" >&5
63315 +echo "${ECHO_T}no" >&6; }
63316    SET_MAKE="MAKE=${MAKE-make}"
63317  fi
63318  
63319 @@ -2579,8 +2466,8 @@
63320    am__isrc=' -I$(srcdir)'
63321    # test to see if srcdir already configured
63322    if test -f $srcdir/config.status; then
63323 -    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
63324 -$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
63325 +    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
63326 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
63327     { (exit 1); exit 1; }; }
63328    fi
63329  fi
63330 @@ -2635,10 +2522,10 @@
63331    if test -n "$ac_tool_prefix"; then
63332    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
63333  set dummy ${ac_tool_prefix}strip; ac_word=$2
63334 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63335 -$as_echo_n "checking for $ac_word... " >&6; }
63336 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63337 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63338  if test "${ac_cv_prog_STRIP+set}" = set; then
63339 -  $as_echo_n "(cached) " >&6
63340 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63341  else
63342    if test -n "$STRIP"; then
63343    ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
63344 @@ -2651,7 +2538,7 @@
63345    for ac_exec_ext in '' $ac_executable_extensions; do
63346    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63347      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
63348 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63349 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63350      break 2
63351    fi
63352  done
63353 @@ -2662,11 +2549,11 @@
63354  fi
63355  STRIP=$ac_cv_prog_STRIP
63356  if test -n "$STRIP"; then
63357 -  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
63358 -$as_echo "$STRIP" >&6; }
63359 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
63360 +echo "${ECHO_T}$STRIP" >&6; }
63361  else
63362 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63363 -$as_echo "no" >&6; }
63364 +  { echo "$as_me:$LINENO: result: no" >&5
63365 +echo "${ECHO_T}no" >&6; }
63366  fi
63367  
63368  
63369 @@ -2675,10 +2562,10 @@
63370    ac_ct_STRIP=$STRIP
63371    # Extract the first word of "strip", so it can be a program name with args.
63372  set dummy strip; ac_word=$2
63373 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63374 -$as_echo_n "checking for $ac_word... " >&6; }
63375 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63376 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63377  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
63378 -  $as_echo_n "(cached) " >&6
63379 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63380  else
63381    if test -n "$ac_ct_STRIP"; then
63382    ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
63383 @@ -2691,7 +2578,7 @@
63384    for ac_exec_ext in '' $ac_executable_extensions; do
63385    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63386      ac_cv_prog_ac_ct_STRIP="strip"
63387 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63388 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63389      break 2
63390    fi
63391  done
63392 @@ -2702,11 +2589,11 @@
63393  fi
63394  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
63395  if test -n "$ac_ct_STRIP"; then
63396 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
63397 -$as_echo "$ac_ct_STRIP" >&6; }
63398 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
63399 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
63400  else
63401 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63402 -$as_echo "no" >&6; }
63403 +  { echo "$as_me:$LINENO: result: no" >&5
63404 +echo "${ECHO_T}no" >&6; }
63405  fi
63406  
63407    if test "x$ac_ct_STRIP" = x; then
63408 @@ -2714,8 +2601,12 @@
63409    else
63410      case $cross_compiling:$ac_tool_warned in
63411  yes:)
63412 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
63413 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63414 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
63415 +whose name does not start with the host triplet.  If you think this
63416 +configuration is useful to you, please write to autoconf@gnu.org." >&5
63417 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
63418 +whose name does not start with the host triplet.  If you think this
63419 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
63420  ac_tool_warned=yes ;;
63421  esac
63422      STRIP=$ac_ct_STRIP
63423 @@ -2755,10 +2646,10 @@
63424  if test -n "$ac_tool_prefix"; then
63425    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
63426  set dummy ${ac_tool_prefix}gcc; ac_word=$2
63427 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63428 -$as_echo_n "checking for $ac_word... " >&6; }
63429 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63430 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63431  if test "${ac_cv_prog_CC+set}" = set; then
63432 -  $as_echo_n "(cached) " >&6
63433 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63434  else
63435    if test -n "$CC"; then
63436    ac_cv_prog_CC="$CC" # Let the user override the test.
63437 @@ -2771,7 +2662,7 @@
63438    for ac_exec_ext in '' $ac_executable_extensions; do
63439    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63440      ac_cv_prog_CC="${ac_tool_prefix}gcc"
63441 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63442 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63443      break 2
63444    fi
63445  done
63446 @@ -2782,11 +2673,11 @@
63447  fi
63448  CC=$ac_cv_prog_CC
63449  if test -n "$CC"; then
63450 -  { $as_echo "$as_me:$LINENO: result: $CC" >&5
63451 -$as_echo "$CC" >&6; }
63452 +  { echo "$as_me:$LINENO: result: $CC" >&5
63453 +echo "${ECHO_T}$CC" >&6; }
63454  else
63455 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63456 -$as_echo "no" >&6; }
63457 +  { echo "$as_me:$LINENO: result: no" >&5
63458 +echo "${ECHO_T}no" >&6; }
63459  fi
63460  
63461  
63462 @@ -2795,10 +2686,10 @@
63463    ac_ct_CC=$CC
63464    # Extract the first word of "gcc", so it can be a program name with args.
63465  set dummy gcc; ac_word=$2
63466 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63467 -$as_echo_n "checking for $ac_word... " >&6; }
63468 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63469 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63470  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
63471 -  $as_echo_n "(cached) " >&6
63472 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63473  else
63474    if test -n "$ac_ct_CC"; then
63475    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
63476 @@ -2811,7 +2702,7 @@
63477    for ac_exec_ext in '' $ac_executable_extensions; do
63478    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63479      ac_cv_prog_ac_ct_CC="gcc"
63480 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63481 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63482      break 2
63483    fi
63484  done
63485 @@ -2822,11 +2713,11 @@
63486  fi
63487  ac_ct_CC=$ac_cv_prog_ac_ct_CC
63488  if test -n "$ac_ct_CC"; then
63489 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
63490 -$as_echo "$ac_ct_CC" >&6; }
63491 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
63492 +echo "${ECHO_T}$ac_ct_CC" >&6; }
63493  else
63494 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63495 -$as_echo "no" >&6; }
63496 +  { echo "$as_me:$LINENO: result: no" >&5
63497 +echo "${ECHO_T}no" >&6; }
63498  fi
63499  
63500    if test "x$ac_ct_CC" = x; then
63501 @@ -2834,8 +2725,12 @@
63502    else
63503      case $cross_compiling:$ac_tool_warned in
63504  yes:)
63505 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
63506 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63507 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
63508 +whose name does not start with the host triplet.  If you think this
63509 +configuration is useful to you, please write to autoconf@gnu.org." >&5
63510 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
63511 +whose name does not start with the host triplet.  If you think this
63512 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
63513  ac_tool_warned=yes ;;
63514  esac
63515      CC=$ac_ct_CC
63516 @@ -2848,10 +2743,10 @@
63517            if test -n "$ac_tool_prefix"; then
63518      # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
63519  set dummy ${ac_tool_prefix}cc; ac_word=$2
63520 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63521 -$as_echo_n "checking for $ac_word... " >&6; }
63522 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63523 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63524  if test "${ac_cv_prog_CC+set}" = set; then
63525 -  $as_echo_n "(cached) " >&6
63526 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63527  else
63528    if test -n "$CC"; then
63529    ac_cv_prog_CC="$CC" # Let the user override the test.
63530 @@ -2864,7 +2759,7 @@
63531    for ac_exec_ext in '' $ac_executable_extensions; do
63532    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63533      ac_cv_prog_CC="${ac_tool_prefix}cc"
63534 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63535 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63536      break 2
63537    fi
63538  done
63539 @@ -2875,11 +2770,11 @@
63540  fi
63541  CC=$ac_cv_prog_CC
63542  if test -n "$CC"; then
63543 -  { $as_echo "$as_me:$LINENO: result: $CC" >&5
63544 -$as_echo "$CC" >&6; }
63545 +  { echo "$as_me:$LINENO: result: $CC" >&5
63546 +echo "${ECHO_T}$CC" >&6; }
63547  else
63548 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63549 -$as_echo "no" >&6; }
63550 +  { echo "$as_me:$LINENO: result: no" >&5
63551 +echo "${ECHO_T}no" >&6; }
63552  fi
63553  
63554  
63555 @@ -2888,10 +2783,10 @@
63556  if test -z "$CC"; then
63557    # Extract the first word of "cc", so it can be a program name with args.
63558  set dummy cc; ac_word=$2
63559 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63560 -$as_echo_n "checking for $ac_word... " >&6; }
63561 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63562 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63563  if test "${ac_cv_prog_CC+set}" = set; then
63564 -  $as_echo_n "(cached) " >&6
63565 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63566  else
63567    if test -n "$CC"; then
63568    ac_cv_prog_CC="$CC" # Let the user override the test.
63569 @@ -2909,7 +2804,7 @@
63570         continue
63571       fi
63572      ac_cv_prog_CC="cc"
63573 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63574 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63575      break 2
63576    fi
63577  done
63578 @@ -2932,11 +2827,11 @@
63579  fi
63580  CC=$ac_cv_prog_CC
63581  if test -n "$CC"; then
63582 -  { $as_echo "$as_me:$LINENO: result: $CC" >&5
63583 -$as_echo "$CC" >&6; }
63584 +  { echo "$as_me:$LINENO: result: $CC" >&5
63585 +echo "${ECHO_T}$CC" >&6; }
63586  else
63587 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63588 -$as_echo "no" >&6; }
63589 +  { echo "$as_me:$LINENO: result: no" >&5
63590 +echo "${ECHO_T}no" >&6; }
63591  fi
63592  
63593  
63594 @@ -2947,10 +2842,10 @@
63595    do
63596      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
63597  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
63598 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63599 -$as_echo_n "checking for $ac_word... " >&6; }
63600 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63601 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63602  if test "${ac_cv_prog_CC+set}" = set; then
63603 -  $as_echo_n "(cached) " >&6
63604 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63605  else
63606    if test -n "$CC"; then
63607    ac_cv_prog_CC="$CC" # Let the user override the test.
63608 @@ -2963,7 +2858,7 @@
63609    for ac_exec_ext in '' $ac_executable_extensions; do
63610    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63611      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
63612 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63613 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63614      break 2
63615    fi
63616  done
63617 @@ -2974,11 +2869,11 @@
63618  fi
63619  CC=$ac_cv_prog_CC
63620  if test -n "$CC"; then
63621 -  { $as_echo "$as_me:$LINENO: result: $CC" >&5
63622 -$as_echo "$CC" >&6; }
63623 +  { echo "$as_me:$LINENO: result: $CC" >&5
63624 +echo "${ECHO_T}$CC" >&6; }
63625  else
63626 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63627 -$as_echo "no" >&6; }
63628 +  { echo "$as_me:$LINENO: result: no" >&5
63629 +echo "${ECHO_T}no" >&6; }
63630  fi
63631  
63632  
63633 @@ -2991,10 +2886,10 @@
63634  do
63635    # Extract the first word of "$ac_prog", so it can be a program name with args.
63636  set dummy $ac_prog; ac_word=$2
63637 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
63638 -$as_echo_n "checking for $ac_word... " >&6; }
63639 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
63640 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
63641  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
63642 -  $as_echo_n "(cached) " >&6
63643 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63644  else
63645    if test -n "$ac_ct_CC"; then
63646    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
63647 @@ -3007,7 +2902,7 @@
63648    for ac_exec_ext in '' $ac_executable_extensions; do
63649    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
63650      ac_cv_prog_ac_ct_CC="$ac_prog"
63651 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63652 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
63653      break 2
63654    fi
63655  done
63656 @@ -3018,11 +2913,11 @@
63657  fi
63658  ac_ct_CC=$ac_cv_prog_ac_ct_CC
63659  if test -n "$ac_ct_CC"; then
63660 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
63661 -$as_echo "$ac_ct_CC" >&6; }
63662 +  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
63663 +echo "${ECHO_T}$ac_ct_CC" >&6; }
63664  else
63665 -  { $as_echo "$as_me:$LINENO: result: no" >&5
63666 -$as_echo "no" >&6; }
63667 +  { echo "$as_me:$LINENO: result: no" >&5
63668 +echo "${ECHO_T}no" >&6; }
63669  fi
63670  
63671  
63672 @@ -3034,8 +2929,12 @@
63673    else
63674      case $cross_compiling:$ac_tool_warned in
63675  yes:)
63676 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
63677 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63678 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
63679 +whose name does not start with the host triplet.  If you think this
63680 +configuration is useful to you, please write to autoconf@gnu.org." >&5
63681 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
63682 +whose name does not start with the host triplet.  If you think this
63683 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
63684  ac_tool_warned=yes ;;
63685  esac
63686      CC=$ac_ct_CC
63687 @@ -3045,50 +2944,44 @@
63688  fi
63689  
63690  
63691 -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
63692 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63693 -{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
63694 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
63695  See \`config.log' for more details." >&5
63696 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
63697 +echo "$as_me: error: no acceptable C compiler found in \$PATH
63698  See \`config.log' for more details." >&2;}
63699 -   { (exit 1); exit 1; }; }; }
63700 +   { (exit 1); exit 1; }; }
63701  
63702  # Provide some information about the compiler.
63703 -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
63704 -set X $ac_compile
63705 -ac_compiler=$2
63706 +echo "$as_me:$LINENO: checking for C compiler version" >&5
63707 +ac_compiler=`set X $ac_compile; echo $2`
63708  { (ac_try="$ac_compiler --version >&5"
63709  case "(($ac_try" in
63710    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63711    *) ac_try_echo=$ac_try;;
63712  esac
63713 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63714 -$as_echo "$ac_try_echo") >&5
63715 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63716    (eval "$ac_compiler --version >&5") 2>&5
63717    ac_status=$?
63718 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63719 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63720    (exit $ac_status); }
63721  { (ac_try="$ac_compiler -v >&5"
63722  case "(($ac_try" in
63723    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63724    *) ac_try_echo=$ac_try;;
63725  esac
63726 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63727 -$as_echo "$ac_try_echo") >&5
63728 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63729    (eval "$ac_compiler -v >&5") 2>&5
63730    ac_status=$?
63731 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63732 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63733    (exit $ac_status); }
63734  { (ac_try="$ac_compiler -V >&5"
63735  case "(($ac_try" in
63736    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63737    *) ac_try_echo=$ac_try;;
63738  esac
63739 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63740 -$as_echo "$ac_try_echo") >&5
63741 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63742    (eval "$ac_compiler -V >&5") 2>&5
63743    ac_status=$?
63744 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63745 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63746    (exit $ac_status); }
63747  
63748  cat >conftest.$ac_ext <<_ACEOF
63749 @@ -3107,22 +3000,27 @@
63750  }
63751  _ACEOF
63752  ac_clean_files_save=$ac_clean_files
63753 -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
63754 +ac_clean_files="$ac_clean_files a.out a.exe b.out"
63755  # Try to create an executable without -o first, disregard a.out.
63756  # It will help us diagnose broken compilers, and finding out an intuition
63757  # of exeext.
63758 -{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
63759 -$as_echo_n "checking for C compiler default output file name... " >&6; }
63760 -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
63761 -
63762 -# The possible output files:
63763 -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
63764 -
63765 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
63766 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
63767 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
63768 +#
63769 +# List of possible output files, starting from the most likely.
63770 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
63771 +# only as a last resort.  b.out is created by i960 compilers.
63772 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
63773 +#
63774 +# The IRIX 6 linker writes into existing files which may not be
63775 +# executable, retaining their permissions.  Remove them first so a
63776 +# subsequent execution test works.
63777  ac_rmfiles=
63778  for ac_file in $ac_files
63779  do
63780    case $ac_file in
63781 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
63782 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
63783      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
63784    esac
63785  done
63786 @@ -3133,11 +3031,10 @@
63787    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63788    *) ac_try_echo=$ac_try;;
63789  esac
63790 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63791 -$as_echo "$ac_try_echo") >&5
63792 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63793    (eval "$ac_link_default") 2>&5
63794    ac_status=$?
63795 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63796 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63797    (exit $ac_status); }; then
63798    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
63799  # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
63800 @@ -3148,7 +3045,7 @@
63801  do
63802    test -f "$ac_file" || continue
63803    case $ac_file in
63804 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
63805 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
63806         ;;
63807      [ab].out )
63808         # We found the default executable, but exeext='' is most
63809 @@ -3175,27 +3072,25 @@
63810    ac_file=''
63811  fi
63812  
63813 -{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
63814 -$as_echo "$ac_file" >&6; }
63815 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
63816 +echo "${ECHO_T}$ac_file" >&6; }
63817  if test -z "$ac_file"; then
63818 -  $as_echo "$as_me: failed program was:" >&5
63819 +  echo "$as_me: failed program was:" >&5
63820  sed 's/^/| /' conftest.$ac_ext >&5
63821  
63822 -{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
63823 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63824 -{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
63825 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
63826  See \`config.log' for more details." >&5
63827 -$as_echo "$as_me: error: C compiler cannot create executables
63828 +echo "$as_me: error: C compiler cannot create executables
63829  See \`config.log' for more details." >&2;}
63830 -   { (exit 77); exit 77; }; }; }
63831 +   { (exit 77); exit 77; }; }
63832  fi
63833  
63834  ac_exeext=$ac_cv_exeext
63835  
63836  # Check that the compiler produces executables we can run.  If not, either
63837  # the compiler is broken, or we cross compile.
63838 -{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
63839 -$as_echo_n "checking whether the C compiler works... " >&6; }
63840 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
63841 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
63842  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
63843  # If not cross compiling, check that we can run a simple program.
63844  if test "$cross_compiling" != yes; then
63845 @@ -3204,53 +3099,49 @@
63846    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63847    *) ac_try_echo=$ac_try;;
63848  esac
63849 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63850 -$as_echo "$ac_try_echo") >&5
63851 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63852    (eval "$ac_try") 2>&5
63853    ac_status=$?
63854 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63855 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63856    (exit $ac_status); }; }; then
63857      cross_compiling=no
63858    else
63859      if test "$cross_compiling" = maybe; then
63860         cross_compiling=yes
63861      else
63862 -       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
63863 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63864 -{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
63865 +       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
63866  If you meant to cross compile, use \`--host'.
63867  See \`config.log' for more details." >&5
63868 -$as_echo "$as_me: error: cannot run C compiled programs.
63869 +echo "$as_me: error: cannot run C compiled programs.
63870  If you meant to cross compile, use \`--host'.
63871  See \`config.log' for more details." >&2;}
63872 -   { (exit 1); exit 1; }; }; }
63873 +   { (exit 1); exit 1; }; }
63874      fi
63875    fi
63876  fi
63877 -{ $as_echo "$as_me:$LINENO: result: yes" >&5
63878 -$as_echo "yes" >&6; }
63879 +{ echo "$as_me:$LINENO: result: yes" >&5
63880 +echo "${ECHO_T}yes" >&6; }
63881  
63882 -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
63883 +rm -f a.out a.exe conftest$ac_cv_exeext b.out
63884  ac_clean_files=$ac_clean_files_save
63885  # Check that the compiler produces executables we can run.  If not, either
63886  # the compiler is broken, or we cross compile.
63887 -{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
63888 -$as_echo_n "checking whether we are cross compiling... " >&6; }
63889 -{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
63890 -$as_echo "$cross_compiling" >&6; }
63891 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
63892 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
63893 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
63894 +echo "${ECHO_T}$cross_compiling" >&6; }
63895  
63896 -{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
63897 -$as_echo_n "checking for suffix of executables... " >&6; }
63898 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
63899 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
63900  if { (ac_try="$ac_link"
63901  case "(($ac_try" in
63902    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63903    *) ac_try_echo=$ac_try;;
63904  esac
63905 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63906 -$as_echo "$ac_try_echo") >&5
63907 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63908    (eval "$ac_link") 2>&5
63909    ac_status=$?
63910 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63911 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63912    (exit $ac_status); }; then
63913    # If both `conftest.exe' and `conftest' are `present' (well, observable)
63914  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
63915 @@ -3259,33 +3150,31 @@
63916  for ac_file in conftest.exe conftest conftest.*; do
63917    test -f "$ac_file" || continue
63918    case $ac_file in
63919 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
63920 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
63921      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
63922           break;;
63923      * ) break;;
63924    esac
63925  done
63926  else
63927 -  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
63928 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63929 -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
63930 +  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
63931  See \`config.log' for more details." >&5
63932 -$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
63933 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
63934  See \`config.log' for more details." >&2;}
63935 -   { (exit 1); exit 1; }; }; }
63936 +   { (exit 1); exit 1; }; }
63937  fi
63938  
63939  rm -f conftest$ac_cv_exeext
63940 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
63941 -$as_echo "$ac_cv_exeext" >&6; }
63942 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
63943 +echo "${ECHO_T}$ac_cv_exeext" >&6; }
63944  
63945  rm -f conftest.$ac_ext
63946  EXEEXT=$ac_cv_exeext
63947  ac_exeext=$EXEEXT
63948 -{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
63949 -$as_echo_n "checking for suffix of object files... " >&6; }
63950 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
63951 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
63952  if test "${ac_cv_objext+set}" = set; then
63953 -  $as_echo_n "(cached) " >&6
63954 +  echo $ECHO_N "(cached) $ECHO_C" >&6
63955  else
63956    cat >conftest.$ac_ext <<_ACEOF
63957  /* confdefs.h.  */
63958 @@ -3308,43 +3197,40 @@
63959    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63960    *) ac_try_echo=$ac_try;;
63961  esac
63962 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
63963 -$as_echo "$ac_try_echo") >&5
63964 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
63965    (eval "$ac_compile") 2>&5
63966    ac_status=$?
63967 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
63968 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
63969    (exit $ac_status); }; then
63970    for ac_file in conftest.o conftest.obj conftest.*; do
63971    test -f "$ac_file" || continue;
63972    case $ac_file in
63973 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
63974 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
63975      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
63976         break;;
63977    esac
63978  done
63979  else
63980 -  $as_echo "$as_me: failed program was:" >&5
63981 +  echo "$as_me: failed program was:" >&5
63982  sed 's/^/| /' conftest.$ac_ext >&5
63983  
63984 -{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
63985 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63986 -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
63987 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
63988  See \`config.log' for more details." >&5
63989 -$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
63990 +echo "$as_me: error: cannot compute suffix of object files: cannot compile
63991  See \`config.log' for more details." >&2;}
63992 -   { (exit 1); exit 1; }; }; }
63993 +   { (exit 1); exit 1; }; }
63994  fi
63995  
63996  rm -f conftest.$ac_cv_objext conftest.$ac_ext
63997  fi
63998 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
63999 -$as_echo "$ac_cv_objext" >&6; }
64000 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
64001 +echo "${ECHO_T}$ac_cv_objext" >&6; }
64002  OBJEXT=$ac_cv_objext
64003  ac_objext=$OBJEXT
64004 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
64005 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
64006 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
64007 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
64008  if test "${ac_cv_c_compiler_gnu+set}" = set; then
64009 -  $as_echo_n "(cached) " >&6
64010 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64011  else
64012    cat >conftest.$ac_ext <<_ACEOF
64013  /* confdefs.h.  */
64014 @@ -3370,21 +3256,20 @@
64015    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64016    *) ac_try_echo=$ac_try;;
64017  esac
64018 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64019 -$as_echo "$ac_try_echo") >&5
64020 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64021    (eval "$ac_compile") 2>conftest.er1
64022    ac_status=$?
64023    grep -v '^ *+' conftest.er1 >conftest.err
64024    rm -f conftest.er1
64025    cat conftest.err >&5
64026 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64027 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64028    (exit $ac_status); } && {
64029          test -z "$ac_c_werror_flag" ||
64030          test ! -s conftest.err
64031         } && test -s conftest.$ac_objext; then
64032    ac_compiler_gnu=yes
64033  else
64034 -  $as_echo "$as_me: failed program was:" >&5
64035 +  echo "$as_me: failed program was:" >&5
64036  sed 's/^/| /' conftest.$ac_ext >&5
64037  
64038         ac_compiler_gnu=no
64039 @@ -3394,19 +3279,15 @@
64040  ac_cv_c_compiler_gnu=$ac_compiler_gnu
64041  
64042  fi
64043 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
64044 -$as_echo "$ac_cv_c_compiler_gnu" >&6; }
64045 -if test $ac_compiler_gnu = yes; then
64046 -  GCC=yes
64047 -else
64048 -  GCC=
64049 -fi
64050 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
64051 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
64052 +GCC=`test $ac_compiler_gnu = yes && echo yes`
64053  ac_test_CFLAGS=${CFLAGS+set}
64054  ac_save_CFLAGS=$CFLAGS
64055 -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
64056 -$as_echo_n "checking whether $CC accepts -g... " >&6; }
64057 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
64058 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
64059  if test "${ac_cv_prog_cc_g+set}" = set; then
64060 -  $as_echo_n "(cached) " >&6
64061 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64062  else
64063    ac_save_c_werror_flag=$ac_c_werror_flag
64064     ac_c_werror_flag=yes
64065 @@ -3433,21 +3314,20 @@
64066    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64067    *) ac_try_echo=$ac_try;;
64068  esac
64069 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64070 -$as_echo "$ac_try_echo") >&5
64071 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64072    (eval "$ac_compile") 2>conftest.er1
64073    ac_status=$?
64074    grep -v '^ *+' conftest.er1 >conftest.err
64075    rm -f conftest.er1
64076    cat conftest.err >&5
64077 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64078 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64079    (exit $ac_status); } && {
64080          test -z "$ac_c_werror_flag" ||
64081          test ! -s conftest.err
64082         } && test -s conftest.$ac_objext; then
64083    ac_cv_prog_cc_g=yes
64084  else
64085 -  $as_echo "$as_me: failed program was:" >&5
64086 +  echo "$as_me: failed program was:" >&5
64087  sed 's/^/| /' conftest.$ac_ext >&5
64088  
64089         CFLAGS=""
64090 @@ -3472,21 +3352,20 @@
64091    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64092    *) ac_try_echo=$ac_try;;
64093  esac
64094 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64095 -$as_echo "$ac_try_echo") >&5
64096 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64097    (eval "$ac_compile") 2>conftest.er1
64098    ac_status=$?
64099    grep -v '^ *+' conftest.er1 >conftest.err
64100    rm -f conftest.er1
64101    cat conftest.err >&5
64102 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64103 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64104    (exit $ac_status); } && {
64105          test -z "$ac_c_werror_flag" ||
64106          test ! -s conftest.err
64107         } && test -s conftest.$ac_objext; then
64108    :
64109  else
64110 -  $as_echo "$as_me: failed program was:" >&5
64111 +  echo "$as_me: failed program was:" >&5
64112  sed 's/^/| /' conftest.$ac_ext >&5
64113  
64114         ac_c_werror_flag=$ac_save_c_werror_flag
64115 @@ -3512,21 +3391,20 @@
64116    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64117    *) ac_try_echo=$ac_try;;
64118  esac
64119 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64120 -$as_echo "$ac_try_echo") >&5
64121 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64122    (eval "$ac_compile") 2>conftest.er1
64123    ac_status=$?
64124    grep -v '^ *+' conftest.er1 >conftest.err
64125    rm -f conftest.er1
64126    cat conftest.err >&5
64127 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64128 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64129    (exit $ac_status); } && {
64130          test -z "$ac_c_werror_flag" ||
64131          test ! -s conftest.err
64132         } && test -s conftest.$ac_objext; then
64133    ac_cv_prog_cc_g=yes
64134  else
64135 -  $as_echo "$as_me: failed program was:" >&5
64136 +  echo "$as_me: failed program was:" >&5
64137  sed 's/^/| /' conftest.$ac_ext >&5
64138  
64139  
64140 @@ -3541,8 +3419,8 @@
64141  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64142     ac_c_werror_flag=$ac_save_c_werror_flag
64143  fi
64144 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
64145 -$as_echo "$ac_cv_prog_cc_g" >&6; }
64146 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
64147 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
64148  if test "$ac_test_CFLAGS" = set; then
64149    CFLAGS=$ac_save_CFLAGS
64150  elif test $ac_cv_prog_cc_g = yes; then
64151 @@ -3558,10 +3436,10 @@
64152      CFLAGS=
64153    fi
64154  fi
64155 -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
64156 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
64157 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
64158 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
64159  if test "${ac_cv_prog_cc_c89+set}" = set; then
64160 -  $as_echo_n "(cached) " >&6
64161 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64162  else
64163    ac_cv_prog_cc_c89=no
64164  ac_save_CC=$CC
64165 @@ -3632,21 +3510,20 @@
64166    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64167    *) ac_try_echo=$ac_try;;
64168  esac
64169 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64170 -$as_echo "$ac_try_echo") >&5
64171 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64172    (eval "$ac_compile") 2>conftest.er1
64173    ac_status=$?
64174    grep -v '^ *+' conftest.er1 >conftest.err
64175    rm -f conftest.er1
64176    cat conftest.err >&5
64177 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64178 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64179    (exit $ac_status); } && {
64180          test -z "$ac_c_werror_flag" ||
64181          test ! -s conftest.err
64182         } && test -s conftest.$ac_objext; then
64183    ac_cv_prog_cc_c89=$ac_arg
64184  else
64185 -  $as_echo "$as_me: failed program was:" >&5
64186 +  echo "$as_me: failed program was:" >&5
64187  sed 's/^/| /' conftest.$ac_ext >&5
64188  
64189  
64190 @@ -3662,15 +3539,15 @@
64191  # AC_CACHE_VAL
64192  case "x$ac_cv_prog_cc_c89" in
64193    x)
64194 -    { $as_echo "$as_me:$LINENO: result: none needed" >&5
64195 -$as_echo "none needed" >&6; } ;;
64196 +    { echo "$as_me:$LINENO: result: none needed" >&5
64197 +echo "${ECHO_T}none needed" >&6; } ;;
64198    xno)
64199 -    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
64200 -$as_echo "unsupported" >&6; } ;;
64201 +    { echo "$as_me:$LINENO: result: unsupported" >&5
64202 +echo "${ECHO_T}unsupported" >&6; } ;;
64203    *)
64204      CC="$CC $ac_cv_prog_cc_c89"
64205 -    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
64206 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
64207 +    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
64208 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
64209  esac
64210  
64211  
64212 @@ -3691,8 +3568,8 @@
64213  .PHONY: am__doit
64214  END
64215  # If we don't find an include directive, just comment out the code.
64216 -{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
64217 -$as_echo_n "checking for style of include used by $am_make... " >&6; }
64218 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
64219 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
64220  am__include="#"
64221  am__quote=
64222  _am_result=none
64223 @@ -3719,8 +3596,8 @@
64224  fi
64225  
64226  
64227 -{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
64228 -$as_echo "$_am_result" >&6; }
64229 +{ echo "$as_me:$LINENO: result: $_am_result" >&5
64230 +echo "${ECHO_T}$_am_result" >&6; }
64231  rm -f confinc confmf
64232  
64233  # Check whether --enable-dependency-tracking was given.
64234 @@ -3744,10 +3621,10 @@
64235  
64236  depcc="$CC"   am_compiler_list=
64237  
64238 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
64239 -$as_echo_n "checking dependency style of $depcc... " >&6; }
64240 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
64241 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
64242  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
64243 -  $as_echo_n "(cached) " >&6
64244 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64245  else
64246    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
64247    # We make a subdir and do the tests there.  Otherwise we can end up
64248 @@ -3835,8 +3712,8 @@
64249  fi
64250  
64251  fi
64252 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
64253 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
64254 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
64255 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
64256  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
64257  
64258   if
64259 @@ -3863,10 +3740,10 @@
64260  
64261  depcc="$CCAS"   am_compiler_list=
64262  
64263 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
64264 -$as_echo_n "checking dependency style of $depcc... " >&6; }
64265 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
64266 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
64267  if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
64268 -  $as_echo_n "(cached) " >&6
64269 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64270  else
64271    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
64272    # We make a subdir and do the tests there.  Otherwise we can end up
64273 @@ -3954,8 +3831,8 @@
64274  fi
64275  
64276  fi
64277 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
64278 -$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
64279 +{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
64280 +echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; }
64281  CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
64282  
64283   if
64284 @@ -3970,16 +3847,16 @@
64285  
64286  
64287  if test "x$CC" != xcc; then
64288 -  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
64289 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
64290 +  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
64291 +echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
64292  else
64293 -  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
64294 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
64295 +  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
64296 +echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
64297  fi
64298 -set dummy $CC; ac_cc=`$as_echo "$2" |
64299 +set dummy $CC; ac_cc=`echo $2 |
64300                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
64301  if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
64302 -  $as_echo_n "(cached) " >&6
64303 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64304  else
64305    cat >conftest.$ac_ext <<_ACEOF
64306  /* confdefs.h.  */
64307 @@ -4005,21 +3882,19 @@
64308    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64309    *) ac_try_echo=$ac_try;;
64310  esac
64311 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64312 -$as_echo "$ac_try_echo") >&5
64313 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64314    (eval "$ac_try") 2>&5
64315    ac_status=$?
64316 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64317 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64318    (exit $ac_status); } &&
64319     test -f conftest2.$ac_objext && { (case "(($ac_try" in
64320    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64321    *) ac_try_echo=$ac_try;;
64322  esac
64323 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64324 -$as_echo "$ac_try_echo") >&5
64325 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64326    (eval "$ac_try") 2>&5
64327    ac_status=$?
64328 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64329 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64330    (exit $ac_status); };
64331  then
64332    eval ac_cv_prog_cc_${ac_cc}_c_o=yes
64333 @@ -4030,11 +3905,10 @@
64334    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64335    *) ac_try_echo=$ac_try;;
64336  esac
64337 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64338 -$as_echo "$ac_try_echo") >&5
64339 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64340    (eval "$ac_try") 2>&5
64341    ac_status=$?
64342 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64343 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64344    (exit $ac_status); }; }; then
64345        ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
64346        rm -f conftest2.*
64347 @@ -4042,21 +3916,19 @@
64348    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64349    *) ac_try_echo=$ac_try;;
64350  esac
64351 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64352 -$as_echo "$ac_try_echo") >&5
64353 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64354    (eval "$ac_try") 2>&5
64355    ac_status=$?
64356 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64357 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64358    (exit $ac_status); } &&
64359          test -f conftest2.$ac_objext && { (case "(($ac_try" in
64360    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64361    *) ac_try_echo=$ac_try;;
64362  esac
64363 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64364 -$as_echo "$ac_try_echo") >&5
64365 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64366    (eval "$ac_try") 2>&5
64367    ac_status=$?
64368 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64369 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64370    (exit $ac_status); };
64371        then
64372         # cc works too.
64373 @@ -4074,11 +3946,11 @@
64374  
64375  fi
64376  if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
64377 -  { $as_echo "$as_me:$LINENO: result: yes" >&5
64378 -$as_echo "yes" >&6; }
64379 +  { echo "$as_me:$LINENO: result: yes" >&5
64380 +echo "${ECHO_T}yes" >&6; }
64381  else
64382 -  { $as_echo "$as_me:$LINENO: result: no" >&5
64383 -$as_echo "no" >&6; }
64384 +  { echo "$as_me:$LINENO: result: no" >&5
64385 +echo "${ECHO_T}no" >&6; }
64386  
64387  cat >>confdefs.h <<\_ACEOF
64388  #define NO_MINUS_C_MINUS_O 1
64389 @@ -4100,6 +3972,22 @@
64390  fi
64391  
64392  
64393 +
64394 +
64395 +
64396 +LIBFFI_DLL=0
64397 +
64398 +
64399 +case $host in
64400 +  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
64401 +    if test "$enable_shared" = yes; then
64402 +      LIBFFI_LDFLAGS="-no-undefined -Wl,--export-all-symbols"
64403 +      LIBFFI_DLL=1
64404 +    fi
64405 +    ;;
64406 +esac
64407 +
64408 +
64409  # Check whether --enable-shared was given.
64410  if test "${enable_shared+set}" = set; then
64411    enableval=$enable_shared; p=${PACKAGE-default}
64412 @@ -4172,10 +4060,10 @@
64413  fi
64414  
64415  
64416 -{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
64417 -$as_echo_n "checking for a sed that does not truncate output... " >&6; }
64418 +{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
64419 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
64420  if test "${lt_cv_path_SED+set}" = set; then
64421 -  $as_echo_n "(cached) " >&6
64422 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64423  else
64424    # Loop through the user's path and test for sed and gsed.
64425  # Then use that list of sed's as ones to test for truncation.
64426 @@ -4228,40 +4116,45 @@
64427  
64428  SED=$lt_cv_path_SED
64429  
64430 -{ $as_echo "$as_me:$LINENO: result: $SED" >&5
64431 -$as_echo "$SED" >&6; }
64432 +{ echo "$as_me:$LINENO: result: $SED" >&5
64433 +echo "${ECHO_T}$SED" >&6; }
64434  
64435 -{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
64436 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
64437 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
64438 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
64439 +if test "${ac_cv_path_GREP+set}" = set; then
64440 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64441 +else
64442 +  # Extract the first word of "grep ggrep" to use in msg output
64443 +if test -z "$GREP"; then
64444 +set dummy grep ggrep; ac_prog_name=$2
64445  if test "${ac_cv_path_GREP+set}" = set; then
64446 -  $as_echo_n "(cached) " >&6
64447 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64448  else
64449 -  if test -z "$GREP"; then
64450    ac_path_GREP_found=false
64451 -  # Loop through the user's path and test for each of PROGNAME-LIST
64452 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64453 +# Loop through the user's path and test for each of PROGNAME-LIST
64454 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64455  for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
64456  do
64457    IFS=$as_save_IFS
64458    test -z "$as_dir" && as_dir=.
64459    for ac_prog in grep ggrep; do
64460 -    for ac_exec_ext in '' $ac_executable_extensions; do
64461 -      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
64462 -      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
64463 -# Check for GNU ac_path_GREP and select it if it is found.
64464 +  for ac_exec_ext in '' $ac_executable_extensions; do
64465 +    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
64466 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
64467 +    # Check for GNU ac_path_GREP and select it if it is found.
64468    # Check for GNU $ac_path_GREP
64469  case `"$ac_path_GREP" --version 2>&1` in
64470  *GNU*)
64471    ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
64472  *)
64473    ac_count=0
64474 -  $as_echo_n 0123456789 >"conftest.in"
64475 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
64476    while :
64477    do
64478      cat "conftest.in" "conftest.in" >"conftest.tmp"
64479      mv "conftest.tmp" "conftest.in"
64480      cp "conftest.in" "conftest.nl"
64481 -    $as_echo 'GREP' >> "conftest.nl"
64482 +    echo 'GREP' >> "conftest.nl"
64483      "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
64484      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
64485      ac_count=`expr $ac_count + 1`
64486 @@ -4276,60 +4169,74 @@
64487    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
64488  esac
64489  
64490 -      $ac_path_GREP_found && break 3
64491 -    done
64492 +
64493 +    $ac_path_GREP_found && break 3
64494    done
64495  done
64496 +
64497 +done
64498  IFS=$as_save_IFS
64499 -  if test -z "$ac_cv_path_GREP"; then
64500 -    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
64501 -$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
64502 +
64503 +
64504 +fi
64505 +
64506 +GREP="$ac_cv_path_GREP"
64507 +if test -z "$GREP"; then
64508 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
64509 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
64510     { (exit 1); exit 1; }; }
64511 -  fi
64512 +fi
64513 +
64514  else
64515    ac_cv_path_GREP=$GREP
64516  fi
64517  
64518 +
64519  fi
64520 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
64521 -$as_echo "$ac_cv_path_GREP" >&6; }
64522 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
64523 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
64524   GREP="$ac_cv_path_GREP"
64525  
64526  
64527 -{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
64528 -$as_echo_n "checking for egrep... " >&6; }
64529 +{ echo "$as_me:$LINENO: checking for egrep" >&5
64530 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
64531  if test "${ac_cv_path_EGREP+set}" = set; then
64532 -  $as_echo_n "(cached) " >&6
64533 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64534  else
64535    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
64536     then ac_cv_path_EGREP="$GREP -E"
64537     else
64538 -     if test -z "$EGREP"; then
64539 +     # Extract the first word of "egrep" to use in msg output
64540 +if test -z "$EGREP"; then
64541 +set dummy egrep; ac_prog_name=$2
64542 +if test "${ac_cv_path_EGREP+set}" = set; then
64543 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64544 +else
64545    ac_path_EGREP_found=false
64546 -  # Loop through the user's path and test for each of PROGNAME-LIST
64547 -  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64548 +# Loop through the user's path and test for each of PROGNAME-LIST
64549 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64550  for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
64551  do
64552    IFS=$as_save_IFS
64553    test -z "$as_dir" && as_dir=.
64554    for ac_prog in egrep; do
64555 -    for ac_exec_ext in '' $ac_executable_extensions; do
64556 -      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
64557 -      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
64558 -# Check for GNU ac_path_EGREP and select it if it is found.
64559 +  for ac_exec_ext in '' $ac_executable_extensions; do
64560 +    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
64561 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
64562 +    # Check for GNU ac_path_EGREP and select it if it is found.
64563    # Check for GNU $ac_path_EGREP
64564  case `"$ac_path_EGREP" --version 2>&1` in
64565  *GNU*)
64566    ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
64567  *)
64568    ac_count=0
64569 -  $as_echo_n 0123456789 >"conftest.in"
64570 +  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
64571    while :
64572    do
64573      cat "conftest.in" "conftest.in" >"conftest.tmp"
64574      mv "conftest.tmp" "conftest.in"
64575      cp "conftest.in" "conftest.nl"
64576 -    $as_echo 'EGREP' >> "conftest.nl"
64577 +    echo 'EGREP' >> "conftest.nl"
64578      "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
64579      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
64580      ac_count=`expr $ac_count + 1`
64581 @@ -4344,24 +4251,33 @@
64582    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
64583  esac
64584  
64585 -      $ac_path_EGREP_found && break 3
64586 -    done
64587 +
64588 +    $ac_path_EGREP_found && break 3
64589    done
64590  done
64591 +
64592 +done
64593  IFS=$as_save_IFS
64594 -  if test -z "$ac_cv_path_EGREP"; then
64595 -    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
64596 -$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
64597 +
64598 +
64599 +fi
64600 +
64601 +EGREP="$ac_cv_path_EGREP"
64602 +if test -z "$EGREP"; then
64603 +  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
64604 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
64605     { (exit 1); exit 1; }; }
64606 -  fi
64607 +fi
64608 +
64609  else
64610    ac_cv_path_EGREP=$EGREP
64611  fi
64612  
64613 +
64614     fi
64615  fi
64616 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
64617 -$as_echo "$ac_cv_path_EGREP" >&6; }
64618 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
64619 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
64620   EGREP="$ac_cv_path_EGREP"
64621  
64622  
64623 @@ -4376,8 +4292,8 @@
64624  ac_prog=ld
64625  if test "$GCC" = yes; then
64626    # Check if gcc -print-prog-name=ld gives a path.
64627 -  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
64628 -$as_echo_n "checking for ld used by $CC... " >&6; }
64629 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
64630 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
64631    case $host in
64632    *-*-mingw*)
64633      # gcc leaves a trailing carriage return which upsets mingw
64634 @@ -4406,14 +4322,14 @@
64635      ;;
64636    esac
64637  elif test "$with_gnu_ld" = yes; then
64638 -  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
64639 -$as_echo_n "checking for GNU ld... " >&6; }
64640 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
64641 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
64642  else
64643 -  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
64644 -$as_echo_n "checking for non-GNU ld... " >&6; }
64645 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
64646 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
64647  fi
64648  if test "${lt_cv_path_LD+set}" = set; then
64649 -  $as_echo_n "(cached) " >&6
64650 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64651  else
64652    if test -z "$LD"; then
64653    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
64654 @@ -4443,19 +4359,19 @@
64655  
64656  LD="$lt_cv_path_LD"
64657  if test -n "$LD"; then
64658 -  { $as_echo "$as_me:$LINENO: result: $LD" >&5
64659 -$as_echo "$LD" >&6; }
64660 +  { echo "$as_me:$LINENO: result: $LD" >&5
64661 +echo "${ECHO_T}$LD" >&6; }
64662  else
64663 -  { $as_echo "$as_me:$LINENO: result: no" >&5
64664 -$as_echo "no" >&6; }
64665 +  { echo "$as_me:$LINENO: result: no" >&5
64666 +echo "${ECHO_T}no" >&6; }
64667  fi
64668 -test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
64669 -$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
64670 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
64671 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
64672     { (exit 1); exit 1; }; }
64673 -{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
64674 -$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
64675 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
64676 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
64677  if test "${lt_cv_prog_gnu_ld+set}" = set; then
64678 -  $as_echo_n "(cached) " >&6
64679 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64680  else
64681    # I'd rather use --version here, but apparently some GNU lds only accept -v.
64682  case `$LD -v 2>&1 </dev/null` in
64683 @@ -4467,20 +4383,20 @@
64684    ;;
64685  esac
64686  fi
64687 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
64688 -$as_echo "$lt_cv_prog_gnu_ld" >&6; }
64689 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
64690 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
64691  with_gnu_ld=$lt_cv_prog_gnu_ld
64692  
64693  
64694 -{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
64695 -$as_echo_n "checking for $LD option to reload object files... " >&6; }
64696 +{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
64697 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
64698  if test "${lt_cv_ld_reload_flag+set}" = set; then
64699 -  $as_echo_n "(cached) " >&6
64700 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64701  else
64702    lt_cv_ld_reload_flag='-r'
64703  fi
64704 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
64705 -$as_echo "$lt_cv_ld_reload_flag" >&6; }
64706 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
64707 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
64708  reload_flag=$lt_cv_ld_reload_flag
64709  case $reload_flag in
64710  "" | " "*) ;;
64711 @@ -4497,10 +4413,10 @@
64712      ;;
64713  esac
64714  
64715 -{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
64716 -$as_echo_n "checking for BSD-compatible nm... " >&6; }
64717 +{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
64718 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
64719  if test "${lt_cv_path_NM+set}" = set; then
64720 -  $as_echo_n "(cached) " >&6
64721 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64722  else
64723    if test -n "$NM"; then
64724    # Let the user override the test.
64725 @@ -4546,25 +4462,25 @@
64726    test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
64727  fi
64728  fi
64729 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
64730 -$as_echo "$lt_cv_path_NM" >&6; }
64731 +{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
64732 +echo "${ECHO_T}$lt_cv_path_NM" >&6; }
64733  NM="$lt_cv_path_NM"
64734  
64735 -{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
64736 -$as_echo_n "checking whether ln -s works... " >&6; }
64737 +{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
64738 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
64739  LN_S=$as_ln_s
64740  if test "$LN_S" = "ln -s"; then
64741 -  { $as_echo "$as_me:$LINENO: result: yes" >&5
64742 -$as_echo "yes" >&6; }
64743 +  { echo "$as_me:$LINENO: result: yes" >&5
64744 +echo "${ECHO_T}yes" >&6; }
64745  else
64746 -  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
64747 -$as_echo "no, using $LN_S" >&6; }
64748 +  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
64749 +echo "${ECHO_T}no, using $LN_S" >&6; }
64750  fi
64751  
64752 -{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
64753 -$as_echo_n "checking how to recognize dependent libraries... " >&6; }
64754 +{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
64755 +echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
64756  if test "${lt_cv_deplibs_check_method+set}" = set; then
64757 -  $as_echo_n "(cached) " >&6
64758 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64759  else
64760    lt_cv_file_magic_cmd='$MAGIC_CMD'
64761  lt_cv_file_magic_test_file=
64762 @@ -4676,7 +4592,7 @@
64763    lt_cv_deplibs_check_method=pass_all
64764    ;;
64765  
64766 -netbsd*)
64767 +netbsd* | netbsdelf*-gnu)
64768    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
64769      lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
64770    else
64771 @@ -4747,8 +4663,8 @@
64772  esac
64773  
64774  fi
64775 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
64776 -$as_echo "$lt_cv_deplibs_check_method" >&6; }
64777 +{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
64778 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
64779  file_magic_cmd=$lt_cv_file_magic_cmd
64780  deplibs_check_method=$lt_cv_deplibs_check_method
64781  test -z "$deplibs_check_method" && deplibs_check_method=unknown
64782 @@ -4782,7 +4698,7 @@
64783    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
64784    (eval $ac_compile) 2>&5
64785    ac_status=$?
64786 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64787 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64788    (exit $ac_status); }; then
64789      case `/usr/bin/file conftest.$ac_objext` in
64790      *ELF-32*)
64791 @@ -4797,11 +4713,11 @@
64792    ;;
64793  *-*-irix6*)
64794    # Find out which ABI we are using.
64795 -  echo '#line 4800 "configure"' > conftest.$ac_ext
64796 +  echo '#line 4716 "configure"' > conftest.$ac_ext
64797    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
64798    (eval $ac_compile) 2>&5
64799    ac_status=$?
64800 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64801 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64802    (exit $ac_status); }; then
64803     if test "$lt_cv_prog_gnu_ld" = yes; then
64804      case `/usr/bin/file conftest.$ac_objext` in
64805 @@ -4839,7 +4755,7 @@
64806    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
64807    (eval $ac_compile) 2>&5
64808    ac_status=$?
64809 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64810 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64811    (exit $ac_status); }; then
64812      case `/usr/bin/file conftest.o` in
64813      *32-bit*)
64814 @@ -4862,7 +4778,6 @@
64815        esac
64816        ;;
64817      *64-bit*)
64818 -      libsuff=64
64819        case $host in
64820          x86_64-*kfreebsd*-gnu)
64821            LD="${LD-ld} -m elf_x86_64_fbsd"
64822 @@ -4890,10 +4805,10 @@
64823    # On SCO OpenServer 5, we need -belf to get full-featured binaries.
64824    SAVE_CFLAGS="$CFLAGS"
64825    CFLAGS="$CFLAGS -belf"
64826 -  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
64827 -$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
64828 +  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
64829 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
64830  if test "${lt_cv_cc_needs_belf+set}" = set; then
64831 -  $as_echo_n "(cached) " >&6
64832 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64833  else
64834    ac_ext=c
64835  ac_cpp='$CPP $CPPFLAGS'
64836 @@ -4922,30 +4837,26 @@
64837    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64838    *) ac_try_echo=$ac_try;;
64839  esac
64840 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
64841 -$as_echo "$ac_try_echo") >&5
64842 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
64843    (eval "$ac_link") 2>conftest.er1
64844    ac_status=$?
64845    grep -v '^ *+' conftest.er1 >conftest.err
64846    rm -f conftest.er1
64847    cat conftest.err >&5
64848 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64849 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64850    (exit $ac_status); } && {
64851          test -z "$ac_c_werror_flag" ||
64852          test ! -s conftest.err
64853 -       } && test -s conftest$ac_exeext && {
64854 -        test "$cross_compiling" = yes ||
64855 -        $as_test_x conftest$ac_exeext
64856 -       }; then
64857 +       } && test -s conftest$ac_exeext &&
64858 +       $as_test_x conftest$ac_exeext; then
64859    lt_cv_cc_needs_belf=yes
64860  else
64861 -  $as_echo "$as_me: failed program was:" >&5
64862 +  echo "$as_me: failed program was:" >&5
64863  sed 's/^/| /' conftest.$ac_ext >&5
64864  
64865         lt_cv_cc_needs_belf=no
64866  fi
64867  
64868 -rm -rf conftest.dSYM
64869  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
64870        conftest$ac_exeext conftest.$ac_ext
64871       ac_ext=c
64872 @@ -4955,8 +4866,8 @@
64873  ac_compiler_gnu=$ac_cv_c_compiler_gnu
64874  
64875  fi
64876 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
64877 -$as_echo "$lt_cv_cc_needs_belf" >&6; }
64878 +{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
64879 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
64880    if test x"$lt_cv_cc_needs_belf" != x"yes"; then
64881      # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
64882      CFLAGS="$SAVE_CFLAGS"
64883 @@ -4968,7 +4879,7 @@
64884    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
64885    (eval $ac_compile) 2>&5
64886    ac_status=$?
64887 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
64888 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
64889    (exit $ac_status); }; then
64890      case `/usr/bin/file conftest.o` in
64891      *64-bit*)
64892 @@ -4986,6 +4897,296 @@
64893    rm -rf conftest*
64894    ;;
64895  
64896 +*-*-cygwin* | *-*-mingw* | *-*-pw32*)
64897 +  if test -n "$ac_tool_prefix"; then
64898 +  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
64899 +set dummy ${ac_tool_prefix}dlltool; ac_word=$2
64900 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
64901 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
64902 +if test "${ac_cv_prog_DLLTOOL+set}" = set; then
64903 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64904 +else
64905 +  if test -n "$DLLTOOL"; then
64906 +  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
64907 +else
64908 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64909 +for as_dir in $PATH
64910 +do
64911 +  IFS=$as_save_IFS
64912 +  test -z "$as_dir" && as_dir=.
64913 +  for ac_exec_ext in '' $ac_executable_extensions; do
64914 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64915 +    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
64916 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64917 +    break 2
64918 +  fi
64919 +done
64920 +done
64921 +IFS=$as_save_IFS
64922 +
64923 +fi
64924 +fi
64925 +DLLTOOL=$ac_cv_prog_DLLTOOL
64926 +if test -n "$DLLTOOL"; then
64927 +  { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
64928 +echo "${ECHO_T}$DLLTOOL" >&6; }
64929 +else
64930 +  { echo "$as_me:$LINENO: result: no" >&5
64931 +echo "${ECHO_T}no" >&6; }
64932 +fi
64933 +
64934 +
64935 +fi
64936 +if test -z "$ac_cv_prog_DLLTOOL"; then
64937 +  ac_ct_DLLTOOL=$DLLTOOL
64938 +  # Extract the first word of "dlltool", so it can be a program name with args.
64939 +set dummy dlltool; ac_word=$2
64940 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
64941 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
64942 +if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
64943 +  echo $ECHO_N "(cached) $ECHO_C" >&6
64944 +else
64945 +  if test -n "$ac_ct_DLLTOOL"; then
64946 +  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
64947 +else
64948 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
64949 +for as_dir in $PATH
64950 +do
64951 +  IFS=$as_save_IFS
64952 +  test -z "$as_dir" && as_dir=.
64953 +  for ac_exec_ext in '' $ac_executable_extensions; do
64954 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64955 +    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
64956 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64957 +    break 2
64958 +  fi
64959 +done
64960 +done
64961 +IFS=$as_save_IFS
64962 +
64963 +fi
64964 +fi
64965 +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
64966 +if test -n "$ac_ct_DLLTOOL"; then
64967 +  { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
64968 +echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
64969 +else
64970 +  { echo "$as_me:$LINENO: result: no" >&5
64971 +echo "${ECHO_T}no" >&6; }
64972 +fi
64973 +
64974 +  if test "x$ac_ct_DLLTOOL" = x; then
64975 +    DLLTOOL="false"
64976 +  else
64977 +    case $cross_compiling:$ac_tool_warned in
64978 +yes:)
64979 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
64980 +whose name does not start with the host triplet.  If you think this
64981 +configuration is useful to you, please write to autoconf@gnu.org." >&5
64982 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
64983 +whose name does not start with the host triplet.  If you think this
64984 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
64985 +ac_tool_warned=yes ;;
64986 +esac
64987 +    DLLTOOL=$ac_ct_DLLTOOL
64988 +  fi
64989 +else
64990 +  DLLTOOL="$ac_cv_prog_DLLTOOL"
64991 +fi
64992 +
64993 +  if test -n "$ac_tool_prefix"; then
64994 +  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
64995 +set dummy ${ac_tool_prefix}as; ac_word=$2
64996 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
64997 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
64998 +if test "${ac_cv_prog_AS+set}" = set; then
64999 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65000 +else
65001 +  if test -n "$AS"; then
65002 +  ac_cv_prog_AS="$AS" # Let the user override the test.
65003 +else
65004 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
65005 +for as_dir in $PATH
65006 +do
65007 +  IFS=$as_save_IFS
65008 +  test -z "$as_dir" && as_dir=.
65009 +  for ac_exec_ext in '' $ac_executable_extensions; do
65010 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65011 +    ac_cv_prog_AS="${ac_tool_prefix}as"
65012 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65013 +    break 2
65014 +  fi
65015 +done
65016 +done
65017 +IFS=$as_save_IFS
65018 +
65019 +fi
65020 +fi
65021 +AS=$ac_cv_prog_AS
65022 +if test -n "$AS"; then
65023 +  { echo "$as_me:$LINENO: result: $AS" >&5
65024 +echo "${ECHO_T}$AS" >&6; }
65025 +else
65026 +  { echo "$as_me:$LINENO: result: no" >&5
65027 +echo "${ECHO_T}no" >&6; }
65028 +fi
65029 +
65030 +
65031 +fi
65032 +if test -z "$ac_cv_prog_AS"; then
65033 +  ac_ct_AS=$AS
65034 +  # Extract the first word of "as", so it can be a program name with args.
65035 +set dummy as; ac_word=$2
65036 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
65037 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
65038 +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
65039 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65040 +else
65041 +  if test -n "$ac_ct_AS"; then
65042 +  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
65043 +else
65044 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
65045 +for as_dir in $PATH
65046 +do
65047 +  IFS=$as_save_IFS
65048 +  test -z "$as_dir" && as_dir=.
65049 +  for ac_exec_ext in '' $ac_executable_extensions; do
65050 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65051 +    ac_cv_prog_ac_ct_AS="as"
65052 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65053 +    break 2
65054 +  fi
65055 +done
65056 +done
65057 +IFS=$as_save_IFS
65058 +
65059 +fi
65060 +fi
65061 +ac_ct_AS=$ac_cv_prog_ac_ct_AS
65062 +if test -n "$ac_ct_AS"; then
65063 +  { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
65064 +echo "${ECHO_T}$ac_ct_AS" >&6; }
65065 +else
65066 +  { echo "$as_me:$LINENO: result: no" >&5
65067 +echo "${ECHO_T}no" >&6; }
65068 +fi
65069 +
65070 +  if test "x$ac_ct_AS" = x; then
65071 +    AS="false"
65072 +  else
65073 +    case $cross_compiling:$ac_tool_warned in
65074 +yes:)
65075 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
65076 +whose name does not start with the host triplet.  If you think this
65077 +configuration is useful to you, please write to autoconf@gnu.org." >&5
65078 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
65079 +whose name does not start with the host triplet.  If you think this
65080 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
65081 +ac_tool_warned=yes ;;
65082 +esac
65083 +    AS=$ac_ct_AS
65084 +  fi
65085 +else
65086 +  AS="$ac_cv_prog_AS"
65087 +fi
65088 +
65089 +  if test -n "$ac_tool_prefix"; then
65090 +  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
65091 +set dummy ${ac_tool_prefix}objdump; ac_word=$2
65092 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
65093 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
65094 +if test "${ac_cv_prog_OBJDUMP+set}" = set; then
65095 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65096 +else
65097 +  if test -n "$OBJDUMP"; then
65098 +  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
65099 +else
65100 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
65101 +for as_dir in $PATH
65102 +do
65103 +  IFS=$as_save_IFS
65104 +  test -z "$as_dir" && as_dir=.
65105 +  for ac_exec_ext in '' $ac_executable_extensions; do
65106 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65107 +    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
65108 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65109 +    break 2
65110 +  fi
65111 +done
65112 +done
65113 +IFS=$as_save_IFS
65114 +
65115 +fi
65116 +fi
65117 +OBJDUMP=$ac_cv_prog_OBJDUMP
65118 +if test -n "$OBJDUMP"; then
65119 +  { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
65120 +echo "${ECHO_T}$OBJDUMP" >&6; }
65121 +else
65122 +  { echo "$as_me:$LINENO: result: no" >&5
65123 +echo "${ECHO_T}no" >&6; }
65124 +fi
65125 +
65126 +
65127 +fi
65128 +if test -z "$ac_cv_prog_OBJDUMP"; then
65129 +  ac_ct_OBJDUMP=$OBJDUMP
65130 +  # Extract the first word of "objdump", so it can be a program name with args.
65131 +set dummy objdump; ac_word=$2
65132 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
65133 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
65134 +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
65135 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65136 +else
65137 +  if test -n "$ac_ct_OBJDUMP"; then
65138 +  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
65139 +else
65140 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
65141 +for as_dir in $PATH
65142 +do
65143 +  IFS=$as_save_IFS
65144 +  test -z "$as_dir" && as_dir=.
65145 +  for ac_exec_ext in '' $ac_executable_extensions; do
65146 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65147 +    ac_cv_prog_ac_ct_OBJDUMP="objdump"
65148 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65149 +    break 2
65150 +  fi
65151 +done
65152 +done
65153 +IFS=$as_save_IFS
65154 +
65155 +fi
65156 +fi
65157 +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
65158 +if test -n "$ac_ct_OBJDUMP"; then
65159 +  { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
65160 +echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
65161 +else
65162 +  { echo "$as_me:$LINENO: result: no" >&5
65163 +echo "${ECHO_T}no" >&6; }
65164 +fi
65165 +
65166 +  if test "x$ac_ct_OBJDUMP" = x; then
65167 +    OBJDUMP="false"
65168 +  else
65169 +    case $cross_compiling:$ac_tool_warned in
65170 +yes:)
65171 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
65172 +whose name does not start with the host triplet.  If you think this
65173 +configuration is useful to you, please write to autoconf@gnu.org." >&5
65174 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
65175 +whose name does not start with the host triplet.  If you think this
65176 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
65177 +ac_tool_warned=yes ;;
65178 +esac
65179 +    OBJDUMP=$ac_ct_OBJDUMP
65180 +  fi
65181 +else
65182 +  OBJDUMP="$ac_cv_prog_OBJDUMP"
65183 +fi
65184 +
65185 +  ;;
65186  
65187  esac
65188  
65189 @@ -4997,15 +5198,15 @@
65190  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65191  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65192  ac_compiler_gnu=$ac_cv_c_compiler_gnu
65193 -{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
65194 -$as_echo_n "checking how to run the C preprocessor... " >&6; }
65195 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
65196 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
65197  # On Suns, sometimes $CPP names a directory.
65198  if test -n "$CPP" && test -d "$CPP"; then
65199    CPP=
65200  fi
65201  if test -z "$CPP"; then
65202    if test "${ac_cv_prog_CPP+set}" = set; then
65203 -  $as_echo_n "(cached) " >&6
65204 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65205  else
65206        # Double quotes because CPP needs to be expanded
65207      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
65208 @@ -5037,21 +5238,20 @@
65209    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65210    *) ac_try_echo=$ac_try;;
65211  esac
65212 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65213 -$as_echo "$ac_try_echo") >&5
65214 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65215    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
65216    ac_status=$?
65217    grep -v '^ *+' conftest.er1 >conftest.err
65218    rm -f conftest.er1
65219    cat conftest.err >&5
65220 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65221 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65222    (exit $ac_status); } >/dev/null && {
65223          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
65224          test ! -s conftest.err
65225         }; then
65226    :
65227  else
65228 -  $as_echo "$as_me: failed program was:" >&5
65229 +  echo "$as_me: failed program was:" >&5
65230  sed 's/^/| /' conftest.$ac_ext >&5
65231  
65232    # Broken: fails on valid input.
65233 @@ -5075,14 +5275,13 @@
65234    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65235    *) ac_try_echo=$ac_try;;
65236  esac
65237 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65238 -$as_echo "$ac_try_echo") >&5
65239 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65240    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
65241    ac_status=$?
65242    grep -v '^ *+' conftest.er1 >conftest.err
65243    rm -f conftest.er1
65244    cat conftest.err >&5
65245 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65246 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65247    (exit $ac_status); } >/dev/null && {
65248          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
65249          test ! -s conftest.err
65250 @@ -5090,7 +5289,7 @@
65251    # Broken: success on invalid input.
65252  continue
65253  else
65254 -  $as_echo "$as_me: failed program was:" >&5
65255 +  echo "$as_me: failed program was:" >&5
65256  sed 's/^/| /' conftest.$ac_ext >&5
65257  
65258    # Passes both tests.
65259 @@ -5115,8 +5314,8 @@
65260  else
65261    ac_cv_prog_CPP=$CPP
65262  fi
65263 -{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
65264 -$as_echo "$CPP" >&6; }
65265 +{ echo "$as_me:$LINENO: result: $CPP" >&5
65266 +echo "${ECHO_T}$CPP" >&6; }
65267  ac_preproc_ok=false
65268  for ac_c_preproc_warn_flag in '' yes
65269  do
65270 @@ -5144,21 +5343,20 @@
65271    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65272    *) ac_try_echo=$ac_try;;
65273  esac
65274 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65275 -$as_echo "$ac_try_echo") >&5
65276 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65277    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
65278    ac_status=$?
65279    grep -v '^ *+' conftest.er1 >conftest.err
65280    rm -f conftest.er1
65281    cat conftest.err >&5
65282 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65283 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65284    (exit $ac_status); } >/dev/null && {
65285          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
65286          test ! -s conftest.err
65287         }; then
65288    :
65289  else
65290 -  $as_echo "$as_me: failed program was:" >&5
65291 +  echo "$as_me: failed program was:" >&5
65292  sed 's/^/| /' conftest.$ac_ext >&5
65293  
65294    # Broken: fails on valid input.
65295 @@ -5182,14 +5380,13 @@
65296    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65297    *) ac_try_echo=$ac_try;;
65298  esac
65299 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65300 -$as_echo "$ac_try_echo") >&5
65301 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65302    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
65303    ac_status=$?
65304    grep -v '^ *+' conftest.er1 >conftest.err
65305    rm -f conftest.er1
65306    cat conftest.err >&5
65307 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65308 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65309    (exit $ac_status); } >/dev/null && {
65310          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
65311          test ! -s conftest.err
65312 @@ -5197,7 +5394,7 @@
65313    # Broken: success on invalid input.
65314  continue
65315  else
65316 -  $as_echo "$as_me: failed program was:" >&5
65317 +  echo "$as_me: failed program was:" >&5
65318  sed 's/^/| /' conftest.$ac_ext >&5
65319  
65320    # Passes both tests.
65321 @@ -5213,13 +5410,11 @@
65322  if $ac_preproc_ok; then
65323    :
65324  else
65325 -  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
65326 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
65327 -{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
65328 +  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
65329  See \`config.log' for more details." >&5
65330 -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
65331 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
65332  See \`config.log' for more details." >&2;}
65333 -   { (exit 1); exit 1; }; }; }
65334 +   { (exit 1); exit 1; }; }
65335  fi
65336  
65337  ac_ext=c
65338 @@ -5229,10 +5424,10 @@
65339  ac_compiler_gnu=$ac_cv_c_compiler_gnu
65340  
65341  
65342 -{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
65343 -$as_echo_n "checking for ANSI C header files... " >&6; }
65344 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
65345 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
65346  if test "${ac_cv_header_stdc+set}" = set; then
65347 -  $as_echo_n "(cached) " >&6
65348 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65349  else
65350    cat >conftest.$ac_ext <<_ACEOF
65351  /* confdefs.h.  */
65352 @@ -5259,21 +5454,20 @@
65353    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65354    *) ac_try_echo=$ac_try;;
65355  esac
65356 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65357 -$as_echo "$ac_try_echo") >&5
65358 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65359    (eval "$ac_compile") 2>conftest.er1
65360    ac_status=$?
65361    grep -v '^ *+' conftest.er1 >conftest.err
65362    rm -f conftest.er1
65363    cat conftest.err >&5
65364 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65365 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65366    (exit $ac_status); } && {
65367          test -z "$ac_c_werror_flag" ||
65368          test ! -s conftest.err
65369         } && test -s conftest.$ac_objext; then
65370    ac_cv_header_stdc=yes
65371  else
65372 -  $as_echo "$as_me: failed program was:" >&5
65373 +  echo "$as_me: failed program was:" >&5
65374  sed 's/^/| /' conftest.$ac_ext >&5
65375  
65376         ac_cv_header_stdc=no
65377 @@ -5365,40 +5559,37 @@
65378    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65379    *) ac_try_echo=$ac_try;;
65380  esac
65381 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65382 -$as_echo "$ac_try_echo") >&5
65383 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65384    (eval "$ac_link") 2>&5
65385    ac_status=$?
65386 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65387 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65388    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
65389    { (case "(($ac_try" in
65390    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65391    *) ac_try_echo=$ac_try;;
65392  esac
65393 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65394 -$as_echo "$ac_try_echo") >&5
65395 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65396    (eval "$ac_try") 2>&5
65397    ac_status=$?
65398 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65399 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65400    (exit $ac_status); }; }; then
65401    :
65402  else
65403 -  $as_echo "$as_me: program exited with status $ac_status" >&5
65404 -$as_echo "$as_me: failed program was:" >&5
65405 +  echo "$as_me: program exited with status $ac_status" >&5
65406 +echo "$as_me: failed program was:" >&5
65407  sed 's/^/| /' conftest.$ac_ext >&5
65408  
65409  ( exit $ac_status )
65410  ac_cv_header_stdc=no
65411  fi
65412 -rm -rf conftest.dSYM
65413  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
65414  fi
65415  
65416  
65417  fi
65418  fi
65419 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
65420 -$as_echo "$ac_cv_header_stdc" >&6; }
65421 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
65422 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
65423  if test $ac_cv_header_stdc = yes; then
65424  
65425  cat >>confdefs.h <<\_ACEOF
65426 @@ -5420,11 +5611,11 @@
65427  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
65428                   inttypes.h stdint.h unistd.h
65429  do
65430 -as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
65431 -{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
65432 -$as_echo_n "checking for $ac_header... " >&6; }
65433 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
65434 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
65435 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
65436  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
65437 -  $as_echo_n "(cached) " >&6
65438 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65439  else
65440    cat >conftest.$ac_ext <<_ACEOF
65441  /* confdefs.h.  */
65442 @@ -5442,21 +5633,20 @@
65443    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65444    *) ac_try_echo=$ac_try;;
65445  esac
65446 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65447 -$as_echo "$ac_try_echo") >&5
65448 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65449    (eval "$ac_compile") 2>conftest.er1
65450    ac_status=$?
65451    grep -v '^ *+' conftest.er1 >conftest.err
65452    rm -f conftest.er1
65453    cat conftest.err >&5
65454 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65455 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65456    (exit $ac_status); } && {
65457          test -z "$ac_c_werror_flag" ||
65458          test ! -s conftest.err
65459         } && test -s conftest.$ac_objext; then
65460    eval "$as_ac_Header=yes"
65461  else
65462 -  $as_echo "$as_me: failed program was:" >&5
65463 +  echo "$as_me: failed program was:" >&5
65464  sed 's/^/| /' conftest.$ac_ext >&5
65465  
65466         eval "$as_ac_Header=no"
65467 @@ -5464,15 +5654,12 @@
65468  
65469  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65470  fi
65471 -ac_res=`eval 'as_val=${'$as_ac_Header'}
65472 -                $as_echo "$as_val"'`
65473 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
65474 -$as_echo "$ac_res" >&6; }
65475 -as_val=`eval 'as_val=${'$as_ac_Header'}
65476 -                $as_echo "$as_val"'`
65477 -   if test "x$as_val" = x""yes; then
65478 +ac_res=`eval echo '${'$as_ac_Header'}'`
65479 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
65480 +echo "${ECHO_T}$ac_res" >&6; }
65481 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
65482    cat >>confdefs.h <<_ACEOF
65483 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
65484 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
65485  _ACEOF
65486  
65487  fi
65488 @@ -5483,21 +5670,20 @@
65489  
65490  for ac_header in dlfcn.h
65491  do
65492 -as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
65493 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
65494  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
65495 -  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
65496 -$as_echo_n "checking for $ac_header... " >&6; }
65497 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
65498 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
65499  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
65500 -  $as_echo_n "(cached) " >&6
65501 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65502  fi
65503 -ac_res=`eval 'as_val=${'$as_ac_Header'}
65504 -                $as_echo "$as_val"'`
65505 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
65506 -$as_echo "$ac_res" >&6; }
65507 +ac_res=`eval echo '${'$as_ac_Header'}'`
65508 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
65509 +echo "${ECHO_T}$ac_res" >&6; }
65510  else
65511    # Is the header compilable?
65512 -{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
65513 -$as_echo_n "checking $ac_header usability... " >&6; }
65514 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
65515 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
65516  cat >conftest.$ac_ext <<_ACEOF
65517  /* confdefs.h.  */
65518  _ACEOF
65519 @@ -5513,33 +5699,32 @@
65520    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65521    *) ac_try_echo=$ac_try;;
65522  esac
65523 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65524 -$as_echo "$ac_try_echo") >&5
65525 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65526    (eval "$ac_compile") 2>conftest.er1
65527    ac_status=$?
65528    grep -v '^ *+' conftest.er1 >conftest.err
65529    rm -f conftest.er1
65530    cat conftest.err >&5
65531 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65532 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65533    (exit $ac_status); } && {
65534          test -z "$ac_c_werror_flag" ||
65535          test ! -s conftest.err
65536         } && test -s conftest.$ac_objext; then
65537    ac_header_compiler=yes
65538  else
65539 -  $as_echo "$as_me: failed program was:" >&5
65540 +  echo "$as_me: failed program was:" >&5
65541  sed 's/^/| /' conftest.$ac_ext >&5
65542  
65543         ac_header_compiler=no
65544  fi
65545  
65546  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65547 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
65548 -$as_echo "$ac_header_compiler" >&6; }
65549 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
65550 +echo "${ECHO_T}$ac_header_compiler" >&6; }
65551  
65552  # Is the header present?
65553 -{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
65554 -$as_echo_n "checking $ac_header presence... " >&6; }
65555 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
65556 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
65557  cat >conftest.$ac_ext <<_ACEOF
65558  /* confdefs.h.  */
65559  _ACEOF
65560 @@ -5553,52 +5738,51 @@
65561    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65562    *) ac_try_echo=$ac_try;;
65563  esac
65564 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65565 -$as_echo "$ac_try_echo") >&5
65566 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65567    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
65568    ac_status=$?
65569    grep -v '^ *+' conftest.er1 >conftest.err
65570    rm -f conftest.er1
65571    cat conftest.err >&5
65572 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65573 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65574    (exit $ac_status); } >/dev/null && {
65575          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
65576          test ! -s conftest.err
65577         }; then
65578    ac_header_preproc=yes
65579  else
65580 -  $as_echo "$as_me: failed program was:" >&5
65581 +  echo "$as_me: failed program was:" >&5
65582  sed 's/^/| /' conftest.$ac_ext >&5
65583  
65584    ac_header_preproc=no
65585  fi
65586  
65587  rm -f conftest.err conftest.$ac_ext
65588 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
65589 -$as_echo "$ac_header_preproc" >&6; }
65590 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
65591 +echo "${ECHO_T}$ac_header_preproc" >&6; }
65592  
65593  # So?  What about this header?
65594  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
65595    yes:no: )
65596 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
65597 -$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
65598 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
65599 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
65600 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
65601 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
65602 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
65603 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
65604      ac_header_preproc=yes
65605      ;;
65606    no:yes:* )
65607 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
65608 -$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
65609 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
65610 -$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
65611 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
65612 -$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
65613 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
65614 -$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
65615 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
65616 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
65617 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
65618 -$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
65619 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
65620 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
65621 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
65622 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
65623 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
65624 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
65625 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
65626 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
65627 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
65628 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
65629 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
65630 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
65631      ( cat <<\_ASBOX
65632  ## ------------------------------------------- ##
65633  ## Report this to http://gcc.gnu.org/bugs.html ##
65634 @@ -5607,24 +5791,21 @@
65635       ) | sed "s/^/$as_me: WARNING:     /" >&2
65636      ;;
65637  esac
65638 -{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
65639 -$as_echo_n "checking for $ac_header... " >&6; }
65640 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
65641 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
65642  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
65643 -  $as_echo_n "(cached) " >&6
65644 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65645  else
65646    eval "$as_ac_Header=\$ac_header_preproc"
65647  fi
65648 -ac_res=`eval 'as_val=${'$as_ac_Header'}
65649 -                $as_echo "$as_val"'`
65650 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
65651 -$as_echo "$ac_res" >&6; }
65652 +ac_res=`eval echo '${'$as_ac_Header'}'`
65653 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
65654 +echo "${ECHO_T}$ac_res" >&6; }
65655  
65656  fi
65657 -as_val=`eval 'as_val=${'$as_ac_Header'}
65658 -                $as_echo "$as_val"'`
65659 -   if test "x$as_val" = x""yes; then
65660 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
65661    cat >>confdefs.h <<_ACEOF
65662 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
65663 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
65664  _ACEOF
65665  
65666  fi
65667 @@ -5645,10 +5826,10 @@
65668    do
65669      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
65670  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
65671 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
65672 -$as_echo_n "checking for $ac_word... " >&6; }
65673 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
65674 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
65675  if test "${ac_cv_prog_CXX+set}" = set; then
65676 -  $as_echo_n "(cached) " >&6
65677 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65678  else
65679    if test -n "$CXX"; then
65680    ac_cv_prog_CXX="$CXX" # Let the user override the test.
65681 @@ -5661,7 +5842,7 @@
65682    for ac_exec_ext in '' $ac_executable_extensions; do
65683    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65684      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
65685 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65686 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65687      break 2
65688    fi
65689  done
65690 @@ -5672,11 +5853,11 @@
65691  fi
65692  CXX=$ac_cv_prog_CXX
65693  if test -n "$CXX"; then
65694 -  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
65695 -$as_echo "$CXX" >&6; }
65696 +  { echo "$as_me:$LINENO: result: $CXX" >&5
65697 +echo "${ECHO_T}$CXX" >&6; }
65698  else
65699 -  { $as_echo "$as_me:$LINENO: result: no" >&5
65700 -$as_echo "no" >&6; }
65701 +  { echo "$as_me:$LINENO: result: no" >&5
65702 +echo "${ECHO_T}no" >&6; }
65703  fi
65704  
65705  
65706 @@ -5689,10 +5870,10 @@
65707  do
65708    # Extract the first word of "$ac_prog", so it can be a program name with args.
65709  set dummy $ac_prog; ac_word=$2
65710 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
65711 -$as_echo_n "checking for $ac_word... " >&6; }
65712 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
65713 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
65714  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
65715 -  $as_echo_n "(cached) " >&6
65716 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65717  else
65718    if test -n "$ac_ct_CXX"; then
65719    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
65720 @@ -5705,7 +5886,7 @@
65721    for ac_exec_ext in '' $ac_executable_extensions; do
65722    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65723      ac_cv_prog_ac_ct_CXX="$ac_prog"
65724 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65725 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65726      break 2
65727    fi
65728  done
65729 @@ -5716,11 +5897,11 @@
65730  fi
65731  ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
65732  if test -n "$ac_ct_CXX"; then
65733 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
65734 -$as_echo "$ac_ct_CXX" >&6; }
65735 +  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
65736 +echo "${ECHO_T}$ac_ct_CXX" >&6; }
65737  else
65738 -  { $as_echo "$as_me:$LINENO: result: no" >&5
65739 -$as_echo "no" >&6; }
65740 +  { echo "$as_me:$LINENO: result: no" >&5
65741 +echo "${ECHO_T}no" >&6; }
65742  fi
65743  
65744  
65745 @@ -5732,8 +5913,12 @@
65746    else
65747      case $cross_compiling:$ac_tool_warned in
65748  yes:)
65749 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
65750 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65751 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
65752 +whose name does not start with the host triplet.  If you think this
65753 +configuration is useful to you, please write to autoconf@gnu.org." >&5
65754 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
65755 +whose name does not start with the host triplet.  If you think this
65756 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
65757  ac_tool_warned=yes ;;
65758  esac
65759      CXX=$ac_ct_CXX
65760 @@ -5743,47 +5928,43 @@
65761    fi
65762  fi
65763  # Provide some information about the compiler.
65764 -$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
65765 -set X $ac_compile
65766 -ac_compiler=$2
65767 +echo "$as_me:$LINENO: checking for C++ compiler version" >&5
65768 +ac_compiler=`set X $ac_compile; echo $2`
65769  { (ac_try="$ac_compiler --version >&5"
65770  case "(($ac_try" in
65771    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65772    *) ac_try_echo=$ac_try;;
65773  esac
65774 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65775 -$as_echo "$ac_try_echo") >&5
65776 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65777    (eval "$ac_compiler --version >&5") 2>&5
65778    ac_status=$?
65779 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65780 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65781    (exit $ac_status); }
65782  { (ac_try="$ac_compiler -v >&5"
65783  case "(($ac_try" in
65784    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65785    *) ac_try_echo=$ac_try;;
65786  esac
65787 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65788 -$as_echo "$ac_try_echo") >&5
65789 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65790    (eval "$ac_compiler -v >&5") 2>&5
65791    ac_status=$?
65792 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65793 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65794    (exit $ac_status); }
65795  { (ac_try="$ac_compiler -V >&5"
65796  case "(($ac_try" in
65797    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65798    *) ac_try_echo=$ac_try;;
65799  esac
65800 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65801 -$as_echo "$ac_try_echo") >&5
65802 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65803    (eval "$ac_compiler -V >&5") 2>&5
65804    ac_status=$?
65805 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65806 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65807    (exit $ac_status); }
65808  
65809 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
65810 -$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
65811 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
65812 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
65813  if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
65814 -  $as_echo_n "(cached) " >&6
65815 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65816  else
65817    cat >conftest.$ac_ext <<_ACEOF
65818  /* confdefs.h.  */
65819 @@ -5809,21 +5990,20 @@
65820    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65821    *) ac_try_echo=$ac_try;;
65822  esac
65823 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65824 -$as_echo "$ac_try_echo") >&5
65825 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65826    (eval "$ac_compile") 2>conftest.er1
65827    ac_status=$?
65828    grep -v '^ *+' conftest.er1 >conftest.err
65829    rm -f conftest.er1
65830    cat conftest.err >&5
65831 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65832 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65833    (exit $ac_status); } && {
65834          test -z "$ac_cxx_werror_flag" ||
65835          test ! -s conftest.err
65836         } && test -s conftest.$ac_objext; then
65837    ac_compiler_gnu=yes
65838  else
65839 -  $as_echo "$as_me: failed program was:" >&5
65840 +  echo "$as_me: failed program was:" >&5
65841  sed 's/^/| /' conftest.$ac_ext >&5
65842  
65843         ac_compiler_gnu=no
65844 @@ -5833,19 +6013,15 @@
65845  ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
65846  
65847  fi
65848 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
65849 -$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
65850 -if test $ac_compiler_gnu = yes; then
65851 -  GXX=yes
65852 -else
65853 -  GXX=
65854 -fi
65855 +{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
65856 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
65857 +GXX=`test $ac_compiler_gnu = yes && echo yes`
65858  ac_test_CXXFLAGS=${CXXFLAGS+set}
65859  ac_save_CXXFLAGS=$CXXFLAGS
65860 -{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
65861 -$as_echo_n "checking whether $CXX accepts -g... " >&6; }
65862 +{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
65863 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
65864  if test "${ac_cv_prog_cxx_g+set}" = set; then
65865 -  $as_echo_n "(cached) " >&6
65866 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65867  else
65868    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
65869     ac_cxx_werror_flag=yes
65870 @@ -5872,21 +6048,20 @@
65871    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65872    *) ac_try_echo=$ac_try;;
65873  esac
65874 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65875 -$as_echo "$ac_try_echo") >&5
65876 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65877    (eval "$ac_compile") 2>conftest.er1
65878    ac_status=$?
65879    grep -v '^ *+' conftest.er1 >conftest.err
65880    rm -f conftest.er1
65881    cat conftest.err >&5
65882 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65883 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65884    (exit $ac_status); } && {
65885          test -z "$ac_cxx_werror_flag" ||
65886          test ! -s conftest.err
65887         } && test -s conftest.$ac_objext; then
65888    ac_cv_prog_cxx_g=yes
65889  else
65890 -  $as_echo "$as_me: failed program was:" >&5
65891 +  echo "$as_me: failed program was:" >&5
65892  sed 's/^/| /' conftest.$ac_ext >&5
65893  
65894         CXXFLAGS=""
65895 @@ -5911,21 +6086,20 @@
65896    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65897    *) ac_try_echo=$ac_try;;
65898  esac
65899 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65900 -$as_echo "$ac_try_echo") >&5
65901 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65902    (eval "$ac_compile") 2>conftest.er1
65903    ac_status=$?
65904    grep -v '^ *+' conftest.er1 >conftest.err
65905    rm -f conftest.er1
65906    cat conftest.err >&5
65907 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65908 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65909    (exit $ac_status); } && {
65910          test -z "$ac_cxx_werror_flag" ||
65911          test ! -s conftest.err
65912         } && test -s conftest.$ac_objext; then
65913    :
65914  else
65915 -  $as_echo "$as_me: failed program was:" >&5
65916 +  echo "$as_me: failed program was:" >&5
65917  sed 's/^/| /' conftest.$ac_ext >&5
65918  
65919         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
65920 @@ -5951,21 +6125,20 @@
65921    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65922    *) ac_try_echo=$ac_try;;
65923  esac
65924 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
65925 -$as_echo "$ac_try_echo") >&5
65926 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
65927    (eval "$ac_compile") 2>conftest.er1
65928    ac_status=$?
65929    grep -v '^ *+' conftest.er1 >conftest.err
65930    rm -f conftest.er1
65931    cat conftest.err >&5
65932 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
65933 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
65934    (exit $ac_status); } && {
65935          test -z "$ac_cxx_werror_flag" ||
65936          test ! -s conftest.err
65937         } && test -s conftest.$ac_objext; then
65938    ac_cv_prog_cxx_g=yes
65939  else
65940 -  $as_echo "$as_me: failed program was:" >&5
65941 +  echo "$as_me: failed program was:" >&5
65942  sed 's/^/| /' conftest.$ac_ext >&5
65943  
65944  
65945 @@ -5980,8 +6153,8 @@
65946  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65947     ac_cxx_werror_flag=$ac_save_cxx_werror_flag
65948  fi
65949 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
65950 -$as_echo "$ac_cv_prog_cxx_g" >&6; }
65951 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
65952 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
65953  if test "$ac_test_CXXFLAGS" = set; then
65954    CXXFLAGS=$ac_save_CXXFLAGS
65955  elif test $ac_cv_prog_cxx_g = yes; then
65956 @@ -6005,10 +6178,10 @@
65957  
65958  depcc="$CXX"  am_compiler_list=
65959  
65960 -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
65961 -$as_echo_n "checking dependency style of $depcc... " >&6; }
65962 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
65963 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
65964  if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
65965 -  $as_echo_n "(cached) " >&6
65966 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65967  else
65968    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
65969    # We make a subdir and do the tests there.  Otherwise we can end up
65970 @@ -6096,8 +6269,8 @@
65971  fi
65972  
65973  fi
65974 -{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
65975 -$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
65976 +{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
65977 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
65978  CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
65979  
65980   if
65981 @@ -6121,11 +6294,11 @@
65982  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65983  ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65984  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65985 -{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
65986 -$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
65987 +{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
65988 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
65989  if test -z "$CXXCPP"; then
65990    if test "${ac_cv_prog_CXXCPP+set}" = set; then
65991 -  $as_echo_n "(cached) " >&6
65992 +  echo $ECHO_N "(cached) $ECHO_C" >&6
65993  else
65994        # Double quotes because CXXCPP needs to be expanded
65995      for CXXCPP in "$CXX -E" "/lib/cpp"
65996 @@ -6157,21 +6330,20 @@
65997    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
65998    *) ac_try_echo=$ac_try;;
65999  esac
66000 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66001 -$as_echo "$ac_try_echo") >&5
66002 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66003    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
66004    ac_status=$?
66005    grep -v '^ *+' conftest.er1 >conftest.err
66006    rm -f conftest.er1
66007    cat conftest.err >&5
66008 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66009 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66010    (exit $ac_status); } >/dev/null && {
66011          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
66012          test ! -s conftest.err
66013         }; then
66014    :
66015  else
66016 -  $as_echo "$as_me: failed program was:" >&5
66017 +  echo "$as_me: failed program was:" >&5
66018  sed 's/^/| /' conftest.$ac_ext >&5
66019  
66020    # Broken: fails on valid input.
66021 @@ -6195,14 +6367,13 @@
66022    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66023    *) ac_try_echo=$ac_try;;
66024  esac
66025 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66026 -$as_echo "$ac_try_echo") >&5
66027 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66028    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
66029    ac_status=$?
66030    grep -v '^ *+' conftest.er1 >conftest.err
66031    rm -f conftest.er1
66032    cat conftest.err >&5
66033 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66034 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66035    (exit $ac_status); } >/dev/null && {
66036          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
66037          test ! -s conftest.err
66038 @@ -6210,7 +6381,7 @@
66039    # Broken: success on invalid input.
66040  continue
66041  else
66042 -  $as_echo "$as_me: failed program was:" >&5
66043 +  echo "$as_me: failed program was:" >&5
66044  sed 's/^/| /' conftest.$ac_ext >&5
66045  
66046    # Passes both tests.
66047 @@ -6235,8 +6406,8 @@
66048  else
66049    ac_cv_prog_CXXCPP=$CXXCPP
66050  fi
66051 -{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
66052 -$as_echo "$CXXCPP" >&6; }
66053 +{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
66054 +echo "${ECHO_T}$CXXCPP" >&6; }
66055  ac_preproc_ok=false
66056  for ac_cxx_preproc_warn_flag in '' yes
66057  do
66058 @@ -6264,21 +6435,20 @@
66059    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66060    *) ac_try_echo=$ac_try;;
66061  esac
66062 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66063 -$as_echo "$ac_try_echo") >&5
66064 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66065    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
66066    ac_status=$?
66067    grep -v '^ *+' conftest.er1 >conftest.err
66068    rm -f conftest.er1
66069    cat conftest.err >&5
66070 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66071 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66072    (exit $ac_status); } >/dev/null && {
66073          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
66074          test ! -s conftest.err
66075         }; then
66076    :
66077  else
66078 -  $as_echo "$as_me: failed program was:" >&5
66079 +  echo "$as_me: failed program was:" >&5
66080  sed 's/^/| /' conftest.$ac_ext >&5
66081  
66082    # Broken: fails on valid input.
66083 @@ -6302,14 +6472,13 @@
66084    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66085    *) ac_try_echo=$ac_try;;
66086  esac
66087 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66088 -$as_echo "$ac_try_echo") >&5
66089 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66090    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
66091    ac_status=$?
66092    grep -v '^ *+' conftest.er1 >conftest.err
66093    rm -f conftest.er1
66094    cat conftest.err >&5
66095 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66096 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66097    (exit $ac_status); } >/dev/null && {
66098          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
66099          test ! -s conftest.err
66100 @@ -6317,7 +6486,7 @@
66101    # Broken: success on invalid input.
66102  continue
66103  else
66104 -  $as_echo "$as_me: failed program was:" >&5
66105 +  echo "$as_me: failed program was:" >&5
66106  sed 's/^/| /' conftest.$ac_ext >&5
66107  
66108    # Passes both tests.
66109 @@ -6333,13 +6502,11 @@
66110  if $ac_preproc_ok; then
66111    :
66112  else
66113 -  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
66114 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
66115 -{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
66116 +  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
66117  See \`config.log' for more details." >&5
66118 -$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
66119 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
66120  See \`config.log' for more details." >&2;}
66121 -   { (exit 1); exit 1; }; }; }
66122 +   { (exit 1); exit 1; }; }
66123  fi
66124  
66125  ac_ext=cpp
66126 @@ -6360,10 +6527,10 @@
66127    do
66128      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
66129  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
66130 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66131 -$as_echo_n "checking for $ac_word... " >&6; }
66132 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66133 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66134  if test "${ac_cv_prog_F77+set}" = set; then
66135 -  $as_echo_n "(cached) " >&6
66136 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66137  else
66138    if test -n "$F77"; then
66139    ac_cv_prog_F77="$F77" # Let the user override the test.
66140 @@ -6376,7 +6543,7 @@
66141    for ac_exec_ext in '' $ac_executable_extensions; do
66142    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66143      ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
66144 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66145 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66146      break 2
66147    fi
66148  done
66149 @@ -6387,11 +6554,11 @@
66150  fi
66151  F77=$ac_cv_prog_F77
66152  if test -n "$F77"; then
66153 -  { $as_echo "$as_me:$LINENO: result: $F77" >&5
66154 -$as_echo "$F77" >&6; }
66155 +  { echo "$as_me:$LINENO: result: $F77" >&5
66156 +echo "${ECHO_T}$F77" >&6; }
66157  else
66158 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66159 -$as_echo "no" >&6; }
66160 +  { echo "$as_me:$LINENO: result: no" >&5
66161 +echo "${ECHO_T}no" >&6; }
66162  fi
66163  
66164  
66165 @@ -6404,10 +6571,10 @@
66166  do
66167    # Extract the first word of "$ac_prog", so it can be a program name with args.
66168  set dummy $ac_prog; ac_word=$2
66169 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66170 -$as_echo_n "checking for $ac_word... " >&6; }
66171 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66172 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66173  if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
66174 -  $as_echo_n "(cached) " >&6
66175 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66176  else
66177    if test -n "$ac_ct_F77"; then
66178    ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
66179 @@ -6420,7 +6587,7 @@
66180    for ac_exec_ext in '' $ac_executable_extensions; do
66181    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66182      ac_cv_prog_ac_ct_F77="$ac_prog"
66183 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66184 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66185      break 2
66186    fi
66187  done
66188 @@ -6431,11 +6598,11 @@
66189  fi
66190  ac_ct_F77=$ac_cv_prog_ac_ct_F77
66191  if test -n "$ac_ct_F77"; then
66192 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
66193 -$as_echo "$ac_ct_F77" >&6; }
66194 +  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
66195 +echo "${ECHO_T}$ac_ct_F77" >&6; }
66196  else
66197 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66198 -$as_echo "no" >&6; }
66199 +  { echo "$as_me:$LINENO: result: no" >&5
66200 +echo "${ECHO_T}no" >&6; }
66201  fi
66202  
66203  
66204 @@ -6447,8 +6614,12 @@
66205    else
66206      case $cross_compiling:$ac_tool_warned in
66207  yes:)
66208 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66209 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66210 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66211 +whose name does not start with the host triplet.  If you think this
66212 +configuration is useful to you, please write to autoconf@gnu.org." >&5
66213 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
66214 +whose name does not start with the host triplet.  If you think this
66215 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66216  ac_tool_warned=yes ;;
66217  esac
66218      F77=$ac_ct_F77
66219 @@ -6457,41 +6628,37 @@
66220  
66221  
66222  # Provide some information about the compiler.
66223 -$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
66224 -set X $ac_compile
66225 -ac_compiler=$2
66226 +echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
66227 +ac_compiler=`set X $ac_compile; echo $2`
66228  { (ac_try="$ac_compiler --version >&5"
66229  case "(($ac_try" in
66230    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66231    *) ac_try_echo=$ac_try;;
66232  esac
66233 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66234 -$as_echo "$ac_try_echo") >&5
66235 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66236    (eval "$ac_compiler --version >&5") 2>&5
66237    ac_status=$?
66238 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66239 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66240    (exit $ac_status); }
66241  { (ac_try="$ac_compiler -v >&5"
66242  case "(($ac_try" in
66243    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66244    *) ac_try_echo=$ac_try;;
66245  esac
66246 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66247 -$as_echo "$ac_try_echo") >&5
66248 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66249    (eval "$ac_compiler -v >&5") 2>&5
66250    ac_status=$?
66251 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66252 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66253    (exit $ac_status); }
66254  { (ac_try="$ac_compiler -V >&5"
66255  case "(($ac_try" in
66256    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66257    *) ac_try_echo=$ac_try;;
66258  esac
66259 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66260 -$as_echo "$ac_try_echo") >&5
66261 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66262    (eval "$ac_compiler -V >&5") 2>&5
66263    ac_status=$?
66264 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66265 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66266    (exit $ac_status); }
66267  rm -f a.out
66268  
66269 @@ -6499,10 +6666,10 @@
66270  # input file.  (Note that this only needs to work for GNU compilers.)
66271  ac_save_ext=$ac_ext
66272  ac_ext=F
66273 -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
66274 -$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
66275 +{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
66276 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
66277  if test "${ac_cv_f77_compiler_gnu+set}" = set; then
66278 -  $as_echo_n "(cached) " >&6
66279 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66280  else
66281    cat >conftest.$ac_ext <<_ACEOF
66282        program main
66283 @@ -6518,21 +6685,20 @@
66284    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66285    *) ac_try_echo=$ac_try;;
66286  esac
66287 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66288 -$as_echo "$ac_try_echo") >&5
66289 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66290    (eval "$ac_compile") 2>conftest.er1
66291    ac_status=$?
66292    grep -v '^ *+' conftest.er1 >conftest.err
66293    rm -f conftest.er1
66294    cat conftest.err >&5
66295 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66296 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66297    (exit $ac_status); } && {
66298          test -z "$ac_f77_werror_flag" ||
66299          test ! -s conftest.err
66300         } && test -s conftest.$ac_objext; then
66301    ac_compiler_gnu=yes
66302  else
66303 -  $as_echo "$as_me: failed program was:" >&5
66304 +  echo "$as_me: failed program was:" >&5
66305  sed 's/^/| /' conftest.$ac_ext >&5
66306  
66307         ac_compiler_gnu=no
66308 @@ -6542,16 +6708,16 @@
66309  ac_cv_f77_compiler_gnu=$ac_compiler_gnu
66310  
66311  fi
66312 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
66313 -$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
66314 +{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
66315 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
66316  ac_ext=$ac_save_ext
66317  ac_test_FFLAGS=${FFLAGS+set}
66318  ac_save_FFLAGS=$FFLAGS
66319  FFLAGS=
66320 -{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
66321 -$as_echo_n "checking whether $F77 accepts -g... " >&6; }
66322 +{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
66323 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
66324  if test "${ac_cv_prog_f77_g+set}" = set; then
66325 -  $as_echo_n "(cached) " >&6
66326 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66327  else
66328    FFLAGS=-g
66329  cat >conftest.$ac_ext <<_ACEOF
66330 @@ -6565,21 +6731,20 @@
66331    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
66332    *) ac_try_echo=$ac_try;;
66333  esac
66334 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
66335 -$as_echo "$ac_try_echo") >&5
66336 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
66337    (eval "$ac_compile") 2>conftest.er1
66338    ac_status=$?
66339    grep -v '^ *+' conftest.er1 >conftest.err
66340    rm -f conftest.er1
66341    cat conftest.err >&5
66342 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66343 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66344    (exit $ac_status); } && {
66345          test -z "$ac_f77_werror_flag" ||
66346          test ! -s conftest.err
66347         } && test -s conftest.$ac_objext; then
66348    ac_cv_prog_f77_g=yes
66349  else
66350 -  $as_echo "$as_me: failed program was:" >&5
66351 +  echo "$as_me: failed program was:" >&5
66352  sed 's/^/| /' conftest.$ac_ext >&5
66353  
66354         ac_cv_prog_f77_g=no
66355 @@ -6588,8 +6753,8 @@
66356  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66357  
66358  fi
66359 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
66360 -$as_echo "$ac_cv_prog_f77_g" >&6; }
66361 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
66362 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
66363  if test "$ac_test_FFLAGS" = set; then
66364    FFLAGS=$ac_save_FFLAGS
66365  elif test $ac_cv_prog_f77_g = yes; then
66366 @@ -6606,11 +6771,7 @@
66367    fi
66368  fi
66369  
66370 -if test $ac_compiler_gnu = yes; then
66371 -  G77=yes
66372 -else
66373 -  G77=
66374 -fi
66375 +G77=`test $ac_compiler_gnu = yes && echo yes`
66376  ac_ext=c
66377  ac_cpp='$CPP $CPPFLAGS'
66378  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66379 @@ -6621,10 +6782,10 @@
66380  
66381  # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
66382  # find the maximum length of command line arguments
66383 -{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
66384 -$as_echo_n "checking the maximum length of command line arguments... " >&6; }
66385 +{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
66386 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
66387  if test "${lt_cv_sys_max_cmd_len+set}" = set; then
66388 -  $as_echo_n "(cached) " >&6
66389 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66390  else
66391      i=0
66392    teststring="ABCD"
66393 @@ -6733,11 +6894,11 @@
66394  fi
66395  
66396  if test -n $lt_cv_sys_max_cmd_len ; then
66397 -  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
66398 -$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
66399 +  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
66400 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
66401  else
66402 -  { $as_echo "$as_me:$LINENO: result: none" >&5
66403 -$as_echo "none" >&6; }
66404 +  { echo "$as_me:$LINENO: result: none" >&5
66405 +echo "${ECHO_T}none" >&6; }
66406  fi
66407  
66408  
66409 @@ -6745,10 +6906,10 @@
66410  
66411  
66412  # Check for command to grab the raw symbol name followed by C symbol from nm.
66413 -{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
66414 -$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
66415 +{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
66416 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
66417  if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
66418 -  $as_echo_n "(cached) " >&6
66419 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66420  else
66421  
66422  # These are sane defaults that work on at least a few old systems.
66423 @@ -6853,14 +7014,14 @@
66424    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
66425    (eval $ac_compile) 2>&5
66426    ac_status=$?
66427 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66428 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66429    (exit $ac_status); }; then
66430      # Now try to grab the symbols.
66431      nlist=conftest.nm
66432      if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
66433    (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
66434    ac_status=$?
66435 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66436 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66437    (exit $ac_status); } && test -s "$nlist"; then
66438        # Try sorting and uniquifying the output.
66439        if sort "$nlist" | uniq > "$nlist"T; then
66440 @@ -6915,7 +7076,7 @@
66441           if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
66442    (eval $ac_link) 2>&5
66443    ac_status=$?
66444 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
66445 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
66446    (exit $ac_status); } && test -s conftest${ac_exeext}; then
66447             pipe_works=yes
66448           fi
66449 @@ -6950,17 +7111,17 @@
66450    lt_cv_sys_global_symbol_to_cdecl=
66451  fi
66452  if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
66453 -  { $as_echo "$as_me:$LINENO: result: failed" >&5
66454 -$as_echo "failed" >&6; }
66455 +  { echo "$as_me:$LINENO: result: failed" >&5
66456 +echo "${ECHO_T}failed" >&6; }
66457  else
66458 -  { $as_echo "$as_me:$LINENO: result: ok" >&5
66459 -$as_echo "ok" >&6; }
66460 +  { echo "$as_me:$LINENO: result: ok" >&5
66461 +echo "${ECHO_T}ok" >&6; }
66462  fi
66463  
66464 -{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
66465 -$as_echo_n "checking for objdir... " >&6; }
66466 +{ echo "$as_me:$LINENO: checking for objdir" >&5
66467 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
66468  if test "${lt_cv_objdir+set}" = set; then
66469 -  $as_echo_n "(cached) " >&6
66470 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66471  else
66472    rm -f .libs 2>/dev/null
66473  mkdir .libs 2>/dev/null
66474 @@ -6972,8 +7133,8 @@
66475  fi
66476  rmdir .libs 2>/dev/null
66477  fi
66478 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
66479 -$as_echo "$lt_cv_objdir" >&6; }
66480 +{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
66481 +echo "${ECHO_T}$lt_cv_objdir" >&6; }
66482  objdir=$lt_cv_objdir
66483  
66484  
66485 @@ -7024,10 +7185,10 @@
66486  if test -n "$ac_tool_prefix"; then
66487    # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
66488  set dummy ${ac_tool_prefix}ar; ac_word=$2
66489 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66490 -$as_echo_n "checking for $ac_word... " >&6; }
66491 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66492 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66493  if test "${ac_cv_prog_AR+set}" = set; then
66494 -  $as_echo_n "(cached) " >&6
66495 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66496  else
66497    if test -n "$AR"; then
66498    ac_cv_prog_AR="$AR" # Let the user override the test.
66499 @@ -7040,7 +7201,7 @@
66500    for ac_exec_ext in '' $ac_executable_extensions; do
66501    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66502      ac_cv_prog_AR="${ac_tool_prefix}ar"
66503 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66504 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66505      break 2
66506    fi
66507  done
66508 @@ -7051,11 +7212,11 @@
66509  fi
66510  AR=$ac_cv_prog_AR
66511  if test -n "$AR"; then
66512 -  { $as_echo "$as_me:$LINENO: result: $AR" >&5
66513 -$as_echo "$AR" >&6; }
66514 +  { echo "$as_me:$LINENO: result: $AR" >&5
66515 +echo "${ECHO_T}$AR" >&6; }
66516  else
66517 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66518 -$as_echo "no" >&6; }
66519 +  { echo "$as_me:$LINENO: result: no" >&5
66520 +echo "${ECHO_T}no" >&6; }
66521  fi
66522  
66523  
66524 @@ -7064,10 +7225,10 @@
66525    ac_ct_AR=$AR
66526    # Extract the first word of "ar", so it can be a program name with args.
66527  set dummy ar; ac_word=$2
66528 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66529 -$as_echo_n "checking for $ac_word... " >&6; }
66530 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66531 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66532  if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
66533 -  $as_echo_n "(cached) " >&6
66534 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66535  else
66536    if test -n "$ac_ct_AR"; then
66537    ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
66538 @@ -7080,7 +7241,7 @@
66539    for ac_exec_ext in '' $ac_executable_extensions; do
66540    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66541      ac_cv_prog_ac_ct_AR="ar"
66542 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66543 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66544      break 2
66545    fi
66546  done
66547 @@ -7091,11 +7252,11 @@
66548  fi
66549  ac_ct_AR=$ac_cv_prog_ac_ct_AR
66550  if test -n "$ac_ct_AR"; then
66551 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
66552 -$as_echo "$ac_ct_AR" >&6; }
66553 +  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
66554 +echo "${ECHO_T}$ac_ct_AR" >&6; }
66555  else
66556 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66557 -$as_echo "no" >&6; }
66558 +  { echo "$as_me:$LINENO: result: no" >&5
66559 +echo "${ECHO_T}no" >&6; }
66560  fi
66561  
66562    if test "x$ac_ct_AR" = x; then
66563 @@ -7103,8 +7264,12 @@
66564    else
66565      case $cross_compiling:$ac_tool_warned in
66566  yes:)
66567 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66568 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66569 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66570 +whose name does not start with the host triplet.  If you think this
66571 +configuration is useful to you, please write to autoconf@gnu.org." >&5
66572 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
66573 +whose name does not start with the host triplet.  If you think this
66574 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66575  ac_tool_warned=yes ;;
66576  esac
66577      AR=$ac_ct_AR
66578 @@ -7116,10 +7281,10 @@
66579  if test -n "$ac_tool_prefix"; then
66580    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
66581  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
66582 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66583 -$as_echo_n "checking for $ac_word... " >&6; }
66584 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66585 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66586  if test "${ac_cv_prog_RANLIB+set}" = set; then
66587 -  $as_echo_n "(cached) " >&6
66588 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66589  else
66590    if test -n "$RANLIB"; then
66591    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
66592 @@ -7132,7 +7297,7 @@
66593    for ac_exec_ext in '' $ac_executable_extensions; do
66594    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66595      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
66596 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66597 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66598      break 2
66599    fi
66600  done
66601 @@ -7143,11 +7308,11 @@
66602  fi
66603  RANLIB=$ac_cv_prog_RANLIB
66604  if test -n "$RANLIB"; then
66605 -  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
66606 -$as_echo "$RANLIB" >&6; }
66607 +  { echo "$as_me:$LINENO: result: $RANLIB" >&5
66608 +echo "${ECHO_T}$RANLIB" >&6; }
66609  else
66610 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66611 -$as_echo "no" >&6; }
66612 +  { echo "$as_me:$LINENO: result: no" >&5
66613 +echo "${ECHO_T}no" >&6; }
66614  fi
66615  
66616  
66617 @@ -7156,10 +7321,10 @@
66618    ac_ct_RANLIB=$RANLIB
66619    # Extract the first word of "ranlib", so it can be a program name with args.
66620  set dummy ranlib; ac_word=$2
66621 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66622 -$as_echo_n "checking for $ac_word... " >&6; }
66623 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66624 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66625  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
66626 -  $as_echo_n "(cached) " >&6
66627 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66628  else
66629    if test -n "$ac_ct_RANLIB"; then
66630    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
66631 @@ -7172,7 +7337,7 @@
66632    for ac_exec_ext in '' $ac_executable_extensions; do
66633    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66634      ac_cv_prog_ac_ct_RANLIB="ranlib"
66635 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66636 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66637      break 2
66638    fi
66639  done
66640 @@ -7183,11 +7348,11 @@
66641  fi
66642  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
66643  if test -n "$ac_ct_RANLIB"; then
66644 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
66645 -$as_echo "$ac_ct_RANLIB" >&6; }
66646 +  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
66647 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
66648  else
66649 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66650 -$as_echo "no" >&6; }
66651 +  { echo "$as_me:$LINENO: result: no" >&5
66652 +echo "${ECHO_T}no" >&6; }
66653  fi
66654  
66655    if test "x$ac_ct_RANLIB" = x; then
66656 @@ -7195,8 +7360,12 @@
66657    else
66658      case $cross_compiling:$ac_tool_warned in
66659  yes:)
66660 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66661 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66662 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66663 +whose name does not start with the host triplet.  If you think this
66664 +configuration is useful to you, please write to autoconf@gnu.org." >&5
66665 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
66666 +whose name does not start with the host triplet.  If you think this
66667 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66668  ac_tool_warned=yes ;;
66669  esac
66670      RANLIB=$ac_ct_RANLIB
66671 @@ -7208,10 +7377,10 @@
66672  if test -n "$ac_tool_prefix"; then
66673    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
66674  set dummy ${ac_tool_prefix}strip; ac_word=$2
66675 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66676 -$as_echo_n "checking for $ac_word... " >&6; }
66677 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66678 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66679  if test "${ac_cv_prog_STRIP+set}" = set; then
66680 -  $as_echo_n "(cached) " >&6
66681 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66682  else
66683    if test -n "$STRIP"; then
66684    ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
66685 @@ -7224,7 +7393,7 @@
66686    for ac_exec_ext in '' $ac_executable_extensions; do
66687    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66688      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
66689 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66690 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66691      break 2
66692    fi
66693  done
66694 @@ -7235,11 +7404,11 @@
66695  fi
66696  STRIP=$ac_cv_prog_STRIP
66697  if test -n "$STRIP"; then
66698 -  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
66699 -$as_echo "$STRIP" >&6; }
66700 +  { echo "$as_me:$LINENO: result: $STRIP" >&5
66701 +echo "${ECHO_T}$STRIP" >&6; }
66702  else
66703 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66704 -$as_echo "no" >&6; }
66705 +  { echo "$as_me:$LINENO: result: no" >&5
66706 +echo "${ECHO_T}no" >&6; }
66707  fi
66708  
66709  
66710 @@ -7248,10 +7417,10 @@
66711    ac_ct_STRIP=$STRIP
66712    # Extract the first word of "strip", so it can be a program name with args.
66713  set dummy strip; ac_word=$2
66714 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66715 -$as_echo_n "checking for $ac_word... " >&6; }
66716 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66717 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66718  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
66719 -  $as_echo_n "(cached) " >&6
66720 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66721  else
66722    if test -n "$ac_ct_STRIP"; then
66723    ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
66724 @@ -7264,7 +7433,7 @@
66725    for ac_exec_ext in '' $ac_executable_extensions; do
66726    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66727      ac_cv_prog_ac_ct_STRIP="strip"
66728 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66729 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66730      break 2
66731    fi
66732  done
66733 @@ -7275,11 +7444,11 @@
66734  fi
66735  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
66736  if test -n "$ac_ct_STRIP"; then
66737 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
66738 -$as_echo "$ac_ct_STRIP" >&6; }
66739 +  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
66740 +echo "${ECHO_T}$ac_ct_STRIP" >&6; }
66741  else
66742 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66743 -$as_echo "no" >&6; }
66744 +  { echo "$as_me:$LINENO: result: no" >&5
66745 +echo "${ECHO_T}no" >&6; }
66746  fi
66747  
66748    if test "x$ac_ct_STRIP" = x; then
66749 @@ -7287,8 +7456,12 @@
66750    else
66751      case $cross_compiling:$ac_tool_warned in
66752  yes:)
66753 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66754 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66755 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66756 +whose name does not start with the host triplet.  If you think this
66757 +configuration is useful to you, please write to autoconf@gnu.org." >&5
66758 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
66759 +whose name does not start with the host triplet.  If you think this
66760 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66761  ac_tool_warned=yes ;;
66762  esac
66763      STRIP=$ac_ct_STRIP
66764 @@ -7351,10 +7524,10 @@
66765  case $deplibs_check_method in
66766  file_magic*)
66767    if test "$file_magic_cmd" = '$MAGIC_CMD'; then
66768 -    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
66769 -$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
66770 +    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
66771 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
66772  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
66773 -  $as_echo_n "(cached) " >&6
66774 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66775  else
66776    case $MAGIC_CMD in
66777  [\\/*] |  ?:[\\/]*)
66778 @@ -7404,19 +7577,19 @@
66779  
66780  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
66781  if test -n "$MAGIC_CMD"; then
66782 -  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
66783 -$as_echo "$MAGIC_CMD" >&6; }
66784 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
66785 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
66786  else
66787 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66788 -$as_echo "no" >&6; }
66789 +  { echo "$as_me:$LINENO: result: no" >&5
66790 +echo "${ECHO_T}no" >&6; }
66791  fi
66792  
66793  if test -z "$lt_cv_path_MAGIC_CMD"; then
66794    if test -n "$ac_tool_prefix"; then
66795 -    { $as_echo "$as_me:$LINENO: checking for file" >&5
66796 -$as_echo_n "checking for file... " >&6; }
66797 +    { echo "$as_me:$LINENO: checking for file" >&5
66798 +echo $ECHO_N "checking for file... $ECHO_C" >&6; }
66799  if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
66800 -  $as_echo_n "(cached) " >&6
66801 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66802  else
66803    case $MAGIC_CMD in
66804  [\\/*] |  ?:[\\/]*)
66805 @@ -7466,11 +7639,11 @@
66806  
66807  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
66808  if test -n "$MAGIC_CMD"; then
66809 -  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
66810 -$as_echo "$MAGIC_CMD" >&6; }
66811 +  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
66812 +echo "${ECHO_T}$MAGIC_CMD" >&6; }
66813  else
66814 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66815 -$as_echo "no" >&6; }
66816 +  { echo "$as_me:$LINENO: result: no" >&5
66817 +echo "${ECHO_T}no" >&6; }
66818  fi
66819  
66820    else
66821 @@ -7488,10 +7661,10 @@
66822      if test -n "$ac_tool_prefix"; then
66823    # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
66824  set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
66825 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66826 -$as_echo_n "checking for $ac_word... " >&6; }
66827 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66828 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66829  if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
66830 -  $as_echo_n "(cached) " >&6
66831 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66832  else
66833    if test -n "$DSYMUTIL"; then
66834    ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
66835 @@ -7504,7 +7677,7 @@
66836    for ac_exec_ext in '' $ac_executable_extensions; do
66837    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66838      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
66839 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66840 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66841      break 2
66842    fi
66843  done
66844 @@ -7515,11 +7688,11 @@
66845  fi
66846  DSYMUTIL=$ac_cv_prog_DSYMUTIL
66847  if test -n "$DSYMUTIL"; then
66848 -  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
66849 -$as_echo "$DSYMUTIL" >&6; }
66850 +  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
66851 +echo "${ECHO_T}$DSYMUTIL" >&6; }
66852  else
66853 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66854 -$as_echo "no" >&6; }
66855 +  { echo "$as_me:$LINENO: result: no" >&5
66856 +echo "${ECHO_T}no" >&6; }
66857  fi
66858  
66859  
66860 @@ -7528,10 +7701,10 @@
66861    ac_ct_DSYMUTIL=$DSYMUTIL
66862    # Extract the first word of "dsymutil", so it can be a program name with args.
66863  set dummy dsymutil; ac_word=$2
66864 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66865 -$as_echo_n "checking for $ac_word... " >&6; }
66866 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66867 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66868  if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
66869 -  $as_echo_n "(cached) " >&6
66870 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66871  else
66872    if test -n "$ac_ct_DSYMUTIL"; then
66873    ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
66874 @@ -7544,7 +7717,7 @@
66875    for ac_exec_ext in '' $ac_executable_extensions; do
66876    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66877      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
66878 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66879 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66880      break 2
66881    fi
66882  done
66883 @@ -7555,11 +7728,11 @@
66884  fi
66885  ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
66886  if test -n "$ac_ct_DSYMUTIL"; then
66887 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
66888 -$as_echo "$ac_ct_DSYMUTIL" >&6; }
66889 +  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
66890 +echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
66891  else
66892 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66893 -$as_echo "no" >&6; }
66894 +  { echo "$as_me:$LINENO: result: no" >&5
66895 +echo "${ECHO_T}no" >&6; }
66896  fi
66897  
66898    if test "x$ac_ct_DSYMUTIL" = x; then
66899 @@ -7567,8 +7740,12 @@
66900    else
66901      case $cross_compiling:$ac_tool_warned in
66902  yes:)
66903 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66904 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66905 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66906 +whose name does not start with the host triplet.  If you think this
66907 +configuration is useful to you, please write to autoconf@gnu.org." >&5
66908 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
66909 +whose name does not start with the host triplet.  If you think this
66910 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66911  ac_tool_warned=yes ;;
66912  esac
66913      DSYMUTIL=$ac_ct_DSYMUTIL
66914 @@ -7580,10 +7757,10 @@
66915      if test -n "$ac_tool_prefix"; then
66916    # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
66917  set dummy ${ac_tool_prefix}nmedit; ac_word=$2
66918 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66919 -$as_echo_n "checking for $ac_word... " >&6; }
66920 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66921 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66922  if test "${ac_cv_prog_NMEDIT+set}" = set; then
66923 -  $as_echo_n "(cached) " >&6
66924 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66925  else
66926    if test -n "$NMEDIT"; then
66927    ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
66928 @@ -7596,7 +7773,7 @@
66929    for ac_exec_ext in '' $ac_executable_extensions; do
66930    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66931      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
66932 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66933 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66934      break 2
66935    fi
66936  done
66937 @@ -7607,11 +7784,11 @@
66938  fi
66939  NMEDIT=$ac_cv_prog_NMEDIT
66940  if test -n "$NMEDIT"; then
66941 -  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
66942 -$as_echo "$NMEDIT" >&6; }
66943 +  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
66944 +echo "${ECHO_T}$NMEDIT" >&6; }
66945  else
66946 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66947 -$as_echo "no" >&6; }
66948 +  { echo "$as_me:$LINENO: result: no" >&5
66949 +echo "${ECHO_T}no" >&6; }
66950  fi
66951  
66952  
66953 @@ -7620,10 +7797,10 @@
66954    ac_ct_NMEDIT=$NMEDIT
66955    # Extract the first word of "nmedit", so it can be a program name with args.
66956  set dummy nmedit; ac_word=$2
66957 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
66958 -$as_echo_n "checking for $ac_word... " >&6; }
66959 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5
66960 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
66961  if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
66962 -  $as_echo_n "(cached) " >&6
66963 +  echo $ECHO_N "(cached) $ECHO_C" >&6
66964  else
66965    if test -n "$ac_ct_NMEDIT"; then
66966    ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
66967 @@ -7636,7 +7813,7 @@
66968    for ac_exec_ext in '' $ac_executable_extensions; do
66969    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66970      ac_cv_prog_ac_ct_NMEDIT="nmedit"
66971 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66972 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66973      break 2
66974    fi
66975  done
66976 @@ -7647,11 +7824,11 @@
66977  fi
66978  ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
66979  if test -n "$ac_ct_NMEDIT"; then
66980 -  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
66981 -$as_echo "$ac_ct_NMEDIT" >&6; }
66982 +  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
66983 +echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
66984  else
66985 -  { $as_echo "$as_me:$LINENO: result: no" >&5
66986 -$as_echo "no" >&6; }
66987 +  { echo "$as_me:$LINENO: result: no" >&5
66988 +echo "${ECHO_T}no" >&6; }
66989  fi
66990  
66991    if test "x$ac_ct_NMEDIT" = x; then
66992 @@ -7659,8 +7836,12 @@
66993    else
66994      case $cross_compiling:$ac_tool_warned in
66995  yes:)
66996 -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
66997 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66998 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
66999 +whose name does not start with the host triplet.  If you think this
67000 +configuration is useful to you, please write to autoconf@gnu.org." >&5
67001 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
67002 +whose name does not start with the host triplet.  If you think this
67003 +configuration is useful to you, please write to autoconf@gnu.org." >&2;}
67004  ac_tool_warned=yes ;;
67005  esac
67006      NMEDIT=$ac_ct_NMEDIT
67007 @@ -7670,10 +7851,10 @@
67008  fi
67009  
67010  
67011 -    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
67012 -$as_echo_n "checking for -single_module linker flag... " >&6; }
67013 +    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
67014 +echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
67015  if test "${lt_cv_apple_cc_single_mod+set}" = set; then
67016 -  $as_echo_n "(cached) " >&6
67017 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67018  else
67019    lt_cv_apple_cc_single_mod=no
67020        if test -z "${LT_MULTI_MODULE}"; then
67021 @@ -7691,12 +7872,12 @@
67022     rm conftest.c
67023        fi
67024  fi
67025 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
67026 -$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
67027 -    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
67028 -$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
67029 +{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
67030 +echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
67031 +    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
67032 +echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
67033  if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
67034 -  $as_echo_n "(cached) " >&6
67035 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67036  else
67037    lt_cv_ld_exported_symbols_list=no
67038        save_LDFLAGS=$LDFLAGS
67039 @@ -7723,37 +7904,33 @@
67040    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67041    *) ac_try_echo=$ac_try;;
67042  esac
67043 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67044 -$as_echo "$ac_try_echo") >&5
67045 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67046    (eval "$ac_link") 2>conftest.er1
67047    ac_status=$?
67048    grep -v '^ *+' conftest.er1 >conftest.err
67049    rm -f conftest.er1
67050    cat conftest.err >&5
67051 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67052 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67053    (exit $ac_status); } && {
67054          test -z "$ac_c_werror_flag" ||
67055          test ! -s conftest.err
67056 -       } && test -s conftest$ac_exeext && {
67057 -        test "$cross_compiling" = yes ||
67058 -        $as_test_x conftest$ac_exeext
67059 -       }; then
67060 +       } && test -s conftest$ac_exeext &&
67061 +       $as_test_x conftest$ac_exeext; then
67062    lt_cv_ld_exported_symbols_list=yes
67063  else
67064 -  $as_echo "$as_me: failed program was:" >&5
67065 +  echo "$as_me: failed program was:" >&5
67066  sed 's/^/| /' conftest.$ac_ext >&5
67067  
67068         lt_cv_ld_exported_symbols_list=no
67069  fi
67070  
67071 -rm -rf conftest.dSYM
67072  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67073        conftest$ac_exeext conftest.$ac_ext
67074     LDFLAGS="$save_LDFLAGS"
67075  
67076  fi
67077 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
67078 -$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
67079 +{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
67080 +echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
67081      case $host_os in
67082      rhapsody* | darwin1.[0123])
67083        _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
67084 @@ -7791,7 +7968,7 @@
67085  
67086  
67087  enable_dlopen=no
67088 -enable_win32_dll=no
67089 +enable_win32_dll=yes
67090  
67091  # Check whether --enable-libtool-lock was given.
67092  if test "${enable_libtool_lock+set}" = set; then
67093 @@ -7865,10 +8042,10 @@
67094    lt_prog_compiler_no_builtin_flag=' -fno-builtin'
67095  
67096  
67097 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
67098 -$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
67099 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
67100 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
67101  if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
67102 -  $as_echo_n "(cached) " >&6
67103 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67104  else
67105    lt_cv_prog_compiler_rtti_exceptions=no
67106    ac_outfile=conftest.$ac_objext
67107 @@ -7883,11 +8060,11 @@
67108     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
67109     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
67110     -e 's:$: $lt_compiler_flag:'`
67111 -   (eval echo "\"\$as_me:7886: $lt_compile\"" >&5)
67112 +   (eval echo "\"\$as_me:8063: $lt_compile\"" >&5)
67113     (eval "$lt_compile" 2>conftest.err)
67114     ac_status=$?
67115     cat conftest.err >&5
67116 -   echo "$as_me:7890: \$? = $ac_status" >&5
67117 +   echo "$as_me:8067: \$? = $ac_status" >&5
67118     if (exit $ac_status) && test -s "$ac_outfile"; then
67119       # The compiler can only warn and ignore the option if not recognized
67120       # So say no if there are warnings other than the usual output.
67121 @@ -7900,8 +8077,8 @@
67122     $rm conftest*
67123  
67124  fi
67125 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
67126 -$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
67127 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
67128 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
67129  
67130  if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
67131      lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
67132 @@ -7915,8 +8092,8 @@
67133  lt_prog_compiler_pic=
67134  lt_prog_compiler_static=
67135  
67136 -{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
67137 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
67138 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
67139 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
67140  
67141    if test "$GCC" = yes; then
67142      lt_prog_compiler_wl='-Wl,'
67143 @@ -8147,18 +8324,18 @@
67144      esac
67145    fi
67146  
67147 -{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
67148 -$as_echo "$lt_prog_compiler_pic" >&6; }
67149 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
67150 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
67151  
67152  #
67153  # Check to make sure the PIC flag actually works.
67154  #
67155  if test -n "$lt_prog_compiler_pic"; then
67156  
67157 -{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
67158 -$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
67159 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
67160 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
67161  if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
67162 -  $as_echo_n "(cached) " >&6
67163 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67164  else
67165    lt_cv_prog_compiler_pic_works=no
67166    ac_outfile=conftest.$ac_objext
67167 @@ -8173,11 +8350,11 @@
67168     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
67169     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
67170     -e 's:$: $lt_compiler_flag:'`
67171 -   (eval echo "\"\$as_me:8176: $lt_compile\"" >&5)
67172 +   (eval echo "\"\$as_me:8353: $lt_compile\"" >&5)
67173     (eval "$lt_compile" 2>conftest.err)
67174     ac_status=$?
67175     cat conftest.err >&5
67176 -   echo "$as_me:8180: \$? = $ac_status" >&5
67177 +   echo "$as_me:8357: \$? = $ac_status" >&5
67178     if (exit $ac_status) && test -s "$ac_outfile"; then
67179       # The compiler can only warn and ignore the option if not recognized
67180       # So say no if there are warnings other than the usual output.
67181 @@ -8190,8 +8367,8 @@
67182     $rm conftest*
67183  
67184  fi
67185 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
67186 -$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
67187 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
67188 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
67189  
67190  if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
67191      case $lt_prog_compiler_pic in
67192 @@ -8218,10 +8395,10 @@
67193  # Check to make sure the static flag actually works.
67194  #
67195  wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
67196 -{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
67197 -$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
67198 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
67199 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
67200  if test "${lt_cv_prog_compiler_static_works+set}" = set; then
67201 -  $as_echo_n "(cached) " >&6
67202 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67203  else
67204    lt_cv_prog_compiler_static_works=no
67205     save_LDFLAGS="$LDFLAGS"
67206 @@ -8246,8 +8423,8 @@
67207     LDFLAGS="$save_LDFLAGS"
67208  
67209  fi
67210 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
67211 -$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
67212 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
67213 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
67214  
67215  if test x"$lt_cv_prog_compiler_static_works" = xyes; then
67216      :
67217 @@ -8256,10 +8433,10 @@
67218  fi
67219  
67220  
67221 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
67222 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
67223 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
67224 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
67225  if test "${lt_cv_prog_compiler_c_o+set}" = set; then
67226 -  $as_echo_n "(cached) " >&6
67227 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67228  else
67229    lt_cv_prog_compiler_c_o=no
67230     $rm -r conftest 2>/dev/null
67231 @@ -8277,11 +8454,11 @@
67232     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
67233     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
67234     -e 's:$: $lt_compiler_flag:'`
67235 -   (eval echo "\"\$as_me:8280: $lt_compile\"" >&5)
67236 +   (eval echo "\"\$as_me:8457: $lt_compile\"" >&5)
67237     (eval "$lt_compile" 2>out/conftest.err)
67238     ac_status=$?
67239     cat out/conftest.err >&5
67240 -   echo "$as_me:8284: \$? = $ac_status" >&5
67241 +   echo "$as_me:8461: \$? = $ac_status" >&5
67242     if (exit $ac_status) && test -s out/conftest2.$ac_objext
67243     then
67244       # The compiler can only warn and ignore the option if not recognized
67245 @@ -8303,34 +8480,34 @@
67246     $rm conftest*
67247  
67248  fi
67249 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
67250 -$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
67251 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
67252 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
67253  
67254  
67255  hard_links="nottested"
67256  if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
67257    # do not overwrite the value of need_locks provided by the user
67258 -  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
67259 -$as_echo_n "checking if we can lock with hard links... " >&6; }
67260 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
67261 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
67262    hard_links=yes
67263    $rm conftest*
67264    ln conftest.a conftest.b 2>/dev/null && hard_links=no
67265    touch conftest.a
67266    ln conftest.a conftest.b 2>&5 || hard_links=no
67267    ln conftest.a conftest.b 2>/dev/null && hard_links=no
67268 -  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
67269 -$as_echo "$hard_links" >&6; }
67270 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
67271 +echo "${ECHO_T}$hard_links" >&6; }
67272    if test "$hard_links" = no; then
67273 -    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
67274 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
67275 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
67276 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
67277      need_locks=warn
67278    fi
67279  else
67280    need_locks=no
67281  fi
67282  
67283 -{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
67284 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
67285 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
67286 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
67287  
67288    runpath_var=
67289    allow_undefined_flag=
67290 @@ -8542,12 +8719,13 @@
67291    $echo "local: *; };" >> $output_objdir/$libname.ver~
67292           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
67293         fi
67294 +       link_all_deplibs=no
67295        else
67296         ld_shlibs=no
67297        fi
67298        ;;
67299  
67300 -    netbsd*)
67301 +    netbsd* | netbsdelf*-gnu)
67302        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
67303         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
67304         wlarc=
67305 @@ -8760,21 +8938,18 @@
67306    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67307    *) ac_try_echo=$ac_try;;
67308  esac
67309 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67310 -$as_echo "$ac_try_echo") >&5
67311 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67312    (eval "$ac_link") 2>conftest.er1
67313    ac_status=$?
67314    grep -v '^ *+' conftest.er1 >conftest.err
67315    rm -f conftest.er1
67316    cat conftest.err >&5
67317 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67318 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67319    (exit $ac_status); } && {
67320          test -z "$ac_c_werror_flag" ||
67321          test ! -s conftest.err
67322 -       } && test -s conftest$ac_exeext && {
67323 -        test "$cross_compiling" = yes ||
67324 -        $as_test_x conftest$ac_exeext
67325 -       }; then
67326 +       } && test -s conftest$ac_exeext &&
67327 +       $as_test_x conftest$ac_exeext; then
67328  
67329  lt_aix_libpath_sed='
67330      /Import File Strings/,/^$/ {
67331 @@ -8789,13 +8964,12 @@
67332    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
67333  fi
67334  else
67335 -  $as_echo "$as_me: failed program was:" >&5
67336 +  echo "$as_me: failed program was:" >&5
67337  sed 's/^/| /' conftest.$ac_ext >&5
67338  
67339  
67340  fi
67341  
67342 -rm -rf conftest.dSYM
67343  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67344        conftest$ac_exeext conftest.$ac_ext
67345  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
67346 @@ -8830,21 +9004,18 @@
67347    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67348    *) ac_try_echo=$ac_try;;
67349  esac
67350 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67351 -$as_echo "$ac_try_echo") >&5
67352 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67353    (eval "$ac_link") 2>conftest.er1
67354    ac_status=$?
67355    grep -v '^ *+' conftest.er1 >conftest.err
67356    rm -f conftest.er1
67357    cat conftest.err >&5
67358 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67359 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67360    (exit $ac_status); } && {
67361          test -z "$ac_c_werror_flag" ||
67362          test ! -s conftest.err
67363 -       } && test -s conftest$ac_exeext && {
67364 -        test "$cross_compiling" = yes ||
67365 -        $as_test_x conftest$ac_exeext
67366 -       }; then
67367 +       } && test -s conftest$ac_exeext &&
67368 +       $as_test_x conftest$ac_exeext; then
67369  
67370  lt_aix_libpath_sed='
67371      /Import File Strings/,/^$/ {
67372 @@ -8859,13 +9030,12 @@
67373    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
67374  fi
67375  else
67376 -  $as_echo "$as_me: failed program was:" >&5
67377 +  echo "$as_me: failed program was:" >&5
67378  sed 's/^/| /' conftest.$ac_ext >&5
67379  
67380  
67381  fi
67382  
67383 -rm -rf conftest.dSYM
67384  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67385        conftest$ac_exeext conftest.$ac_ext
67386  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
67387 @@ -9098,7 +9268,7 @@
67388        link_all_deplibs=yes
67389        ;;
67390  
67391 -    netbsd*)
67392 +    netbsd* | netbsdelf*-gnu)
67393        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
67394         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
67395        else
67396 @@ -9317,8 +9487,8 @@
67397      esac
67398    fi
67399  
67400 -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
67401 -$as_echo "$ld_shlibs" >&6; }
67402 +{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
67403 +echo "${ECHO_T}$ld_shlibs" >&6; }
67404  test "$ld_shlibs" = no && can_build_shared=no
67405  
67406  #
67407 @@ -9338,15 +9508,15 @@
67408        # Test whether the compiler implicitly links with -lc since on some
67409        # systems, -lgcc has to come before -lc. If gcc already passes -lc
67410        # to ld, don't add -lc before -lgcc.
67411 -      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
67412 -$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
67413 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
67414 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
67415        $rm conftest*
67416        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
67417  
67418        if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
67419    (eval $ac_compile) 2>&5
67420    ac_status=$?
67421 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67422 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67423    (exit $ac_status); } 2>conftest.err; then
67424          soname=conftest
67425          lib=conftest
67426 @@ -9364,7 +9534,7 @@
67427          if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
67428    (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
67429    ac_status=$?
67430 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67431 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67432    (exit $ac_status); }
67433          then
67434           archive_cmds_need_lc=no
67435 @@ -9376,16 +9546,16 @@
67436          cat conftest.err 1>&5
67437        fi
67438        $rm conftest*
67439 -      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
67440 -$as_echo "$archive_cmds_need_lc" >&6; }
67441 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
67442 +echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
67443        ;;
67444      esac
67445    fi
67446    ;;
67447  esac
67448  
67449 -{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
67450 -$as_echo_n "checking dynamic linker characteristics... " >&6; }
67451 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
67452 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
67453  library_names_spec=
67454  libname_spec='lib$name'
67455  soname_spec=
67456 @@ -9793,13 +9963,11 @@
67457    # Some rework will be needed to allow for fast_install
67458    # before this can be enabled.
67459    hardcode_into_libs=yes
67460 -  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
67461 -  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
67462  
67463    # Append ld.so.conf contents to the search path
67464    if test -f /etc/ld.so.conf; then
67465      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;/^$/d' | tr '\n' ' '`
67466 -    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
67467 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
67468    fi
67469  
67470    # We used to test for /lib/ld.so.1 and disable shared libraries on
67471 @@ -9811,6 +9979,18 @@
67472    dynamic_linker='GNU/Linux ld.so'
67473    ;;
67474  
67475 +netbsdelf*-gnu)
67476 +  version_type=linux
67477 +  need_lib_prefix=no
67478 +  need_version=no
67479 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
67480 +  soname_spec='${libname}${release}${shared_ext}$major'
67481 +  shlibpath_var=LD_LIBRARY_PATH
67482 +  shlibpath_overrides_runpath=no
67483 +  hardcode_into_libs=yes
67484 +  dynamic_linker='NetBSD ld.elf_so'
67485 +  ;;
67486 +
67487  netbsd*)
67488    version_type=sunos
67489    need_lib_prefix=no
67490 @@ -9988,19 +10168,19 @@
67491    dynamic_linker=no
67492    ;;
67493  esac
67494 -{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
67495 -$as_echo "$dynamic_linker" >&6; }
67496 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
67497 +echo "${ECHO_T}$dynamic_linker" >&6; }
67498  test "$dynamic_linker" = no && can_build_shared=no
67499  
67500  if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
67501 -  $as_echo_n "(cached) " >&6
67502 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67503  else
67504    lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
67505  fi
67506  
67507  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
67508  if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
67509 -  $as_echo_n "(cached) " >&6
67510 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67511  else
67512    lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
67513  fi
67514 @@ -10012,8 +10192,8 @@
67515    variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
67516  fi
67517  
67518 -{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
67519 -$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
67520 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
67521 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
67522  hardcode_action=
67523  if test -n "$hardcode_libdir_flag_spec" || \
67524     test -n "$runpath_var" || \
67525 @@ -10037,8 +10217,8 @@
67526    # directories.
67527    hardcode_action=unsupported
67528  fi
67529 -{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
67530 -$as_echo "$hardcode_action" >&6; }
67531 +{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
67532 +echo "${ECHO_T}$hardcode_action" >&6; }
67533  
67534  if test "$hardcode_action" = relink; then
67535    # Fast installation is not supported
67536 @@ -10051,13 +10231,13 @@
67537  
67538  striplib=
67539  old_striplib=
67540 -{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
67541 -$as_echo_n "checking whether stripping libraries is possible... " >&6; }
67542 +{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
67543 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
67544  if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
67545    test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
67546    test -z "$striplib" && striplib="$STRIP --strip-unneeded"
67547 -  { $as_echo "$as_me:$LINENO: result: yes" >&5
67548 -$as_echo "yes" >&6; }
67549 +  { echo "$as_me:$LINENO: result: yes" >&5
67550 +echo "${ECHO_T}yes" >&6; }
67551  else
67552  # FIXME - insert some real tests, host_os isn't really good enough
67553    case $host_os in
67554 @@ -10065,16 +10245,16 @@
67555         if test -n "$STRIP" ; then
67556           striplib="$STRIP -x"
67557           old_striplib="$STRIP -S"
67558 -         { $as_echo "$as_me:$LINENO: result: yes" >&5
67559 -$as_echo "yes" >&6; }
67560 +         { echo "$as_me:$LINENO: result: yes" >&5
67561 +echo "${ECHO_T}yes" >&6; }
67562         else
67563 -  { $as_echo "$as_me:$LINENO: result: no" >&5
67564 -$as_echo "no" >&6; }
67565 +  { echo "$as_me:$LINENO: result: no" >&5
67566 +echo "${ECHO_T}no" >&6; }
67567  fi
67568         ;;
67569     *)
67570 -  { $as_echo "$as_me:$LINENO: result: no" >&5
67571 -$as_echo "no" >&6; }
67572 +  { echo "$as_me:$LINENO: result: no" >&5
67573 +echo "${ECHO_T}no" >&6; }
67574      ;;
67575    esac
67576  fi
67577 @@ -10106,10 +10286,10 @@
67578  
67579    darwin*)
67580    # if libdl is installed we need to link against it
67581 -    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
67582 -$as_echo_n "checking for dlopen in -ldl... " >&6; }
67583 +    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
67584 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
67585  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
67586 -  $as_echo_n "(cached) " >&6
67587 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67588  else
67589    ac_check_lib_save_LIBS=$LIBS
67590  LIBS="-ldl  $LIBS"
67591 @@ -10141,37 +10321,33 @@
67592    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67593    *) ac_try_echo=$ac_try;;
67594  esac
67595 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67596 -$as_echo "$ac_try_echo") >&5
67597 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67598    (eval "$ac_link") 2>conftest.er1
67599    ac_status=$?
67600    grep -v '^ *+' conftest.er1 >conftest.err
67601    rm -f conftest.er1
67602    cat conftest.err >&5
67603 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67604 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67605    (exit $ac_status); } && {
67606          test -z "$ac_c_werror_flag" ||
67607          test ! -s conftest.err
67608 -       } && test -s conftest$ac_exeext && {
67609 -        test "$cross_compiling" = yes ||
67610 -        $as_test_x conftest$ac_exeext
67611 -       }; then
67612 +       } && test -s conftest$ac_exeext &&
67613 +       $as_test_x conftest$ac_exeext; then
67614    ac_cv_lib_dl_dlopen=yes
67615  else
67616 -  $as_echo "$as_me: failed program was:" >&5
67617 +  echo "$as_me: failed program was:" >&5
67618  sed 's/^/| /' conftest.$ac_ext >&5
67619  
67620         ac_cv_lib_dl_dlopen=no
67621  fi
67622  
67623 -rm -rf conftest.dSYM
67624  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67625        conftest$ac_exeext conftest.$ac_ext
67626  LIBS=$ac_check_lib_save_LIBS
67627  fi
67628 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
67629 -$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
67630 -if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
67631 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
67632 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
67633 +if test $ac_cv_lib_dl_dlopen = yes; then
67634    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
67635  else
67636  
67637 @@ -10184,10 +10360,10 @@
67638     ;;
67639  
67640    *)
67641 -    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
67642 -$as_echo_n "checking for shl_load... " >&6; }
67643 +    { echo "$as_me:$LINENO: checking for shl_load" >&5
67644 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
67645  if test "${ac_cv_func_shl_load+set}" = set; then
67646 -  $as_echo_n "(cached) " >&6
67647 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67648  else
67649    cat >conftest.$ac_ext <<_ACEOF
67650  /* confdefs.h.  */
67651 @@ -10240,42 +10416,38 @@
67652    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67653    *) ac_try_echo=$ac_try;;
67654  esac
67655 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67656 -$as_echo "$ac_try_echo") >&5
67657 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67658    (eval "$ac_link") 2>conftest.er1
67659    ac_status=$?
67660    grep -v '^ *+' conftest.er1 >conftest.err
67661    rm -f conftest.er1
67662    cat conftest.err >&5
67663 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67664 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67665    (exit $ac_status); } && {
67666          test -z "$ac_c_werror_flag" ||
67667          test ! -s conftest.err
67668 -       } && test -s conftest$ac_exeext && {
67669 -        test "$cross_compiling" = yes ||
67670 -        $as_test_x conftest$ac_exeext
67671 -       }; then
67672 +       } && test -s conftest$ac_exeext &&
67673 +       $as_test_x conftest$ac_exeext; then
67674    ac_cv_func_shl_load=yes
67675  else
67676 -  $as_echo "$as_me: failed program was:" >&5
67677 +  echo "$as_me: failed program was:" >&5
67678  sed 's/^/| /' conftest.$ac_ext >&5
67679  
67680         ac_cv_func_shl_load=no
67681  fi
67682  
67683 -rm -rf conftest.dSYM
67684  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67685        conftest$ac_exeext conftest.$ac_ext
67686  fi
67687 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
67688 -$as_echo "$ac_cv_func_shl_load" >&6; }
67689 -if test "x$ac_cv_func_shl_load" = x""yes; then
67690 +{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
67691 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
67692 +if test $ac_cv_func_shl_load = yes; then
67693    lt_cv_dlopen="shl_load"
67694  else
67695 -  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
67696 -$as_echo_n "checking for shl_load in -ldld... " >&6; }
67697 +  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
67698 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
67699  if test "${ac_cv_lib_dld_shl_load+set}" = set; then
67700 -  $as_echo_n "(cached) " >&6
67701 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67702  else
67703    ac_check_lib_save_LIBS=$LIBS
67704  LIBS="-ldld  $LIBS"
67705 @@ -10307,43 +10479,39 @@
67706    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67707    *) ac_try_echo=$ac_try;;
67708  esac
67709 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67710 -$as_echo "$ac_try_echo") >&5
67711 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67712    (eval "$ac_link") 2>conftest.er1
67713    ac_status=$?
67714    grep -v '^ *+' conftest.er1 >conftest.err
67715    rm -f conftest.er1
67716    cat conftest.err >&5
67717 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67718 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67719    (exit $ac_status); } && {
67720          test -z "$ac_c_werror_flag" ||
67721          test ! -s conftest.err
67722 -       } && test -s conftest$ac_exeext && {
67723 -        test "$cross_compiling" = yes ||
67724 -        $as_test_x conftest$ac_exeext
67725 -       }; then
67726 +       } && test -s conftest$ac_exeext &&
67727 +       $as_test_x conftest$ac_exeext; then
67728    ac_cv_lib_dld_shl_load=yes
67729  else
67730 -  $as_echo "$as_me: failed program was:" >&5
67731 +  echo "$as_me: failed program was:" >&5
67732  sed 's/^/| /' conftest.$ac_ext >&5
67733  
67734         ac_cv_lib_dld_shl_load=no
67735  fi
67736  
67737 -rm -rf conftest.dSYM
67738  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67739        conftest$ac_exeext conftest.$ac_ext
67740  LIBS=$ac_check_lib_save_LIBS
67741  fi
67742 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
67743 -$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
67744 -if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
67745 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
67746 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
67747 +if test $ac_cv_lib_dld_shl_load = yes; then
67748    lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
67749  else
67750 -  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
67751 -$as_echo_n "checking for dlopen... " >&6; }
67752 +  { echo "$as_me:$LINENO: checking for dlopen" >&5
67753 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
67754  if test "${ac_cv_func_dlopen+set}" = set; then
67755 -  $as_echo_n "(cached) " >&6
67756 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67757  else
67758    cat >conftest.$ac_ext <<_ACEOF
67759  /* confdefs.h.  */
67760 @@ -10396,42 +10564,38 @@
67761    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67762    *) ac_try_echo=$ac_try;;
67763  esac
67764 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67765 -$as_echo "$ac_try_echo") >&5
67766 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67767    (eval "$ac_link") 2>conftest.er1
67768    ac_status=$?
67769    grep -v '^ *+' conftest.er1 >conftest.err
67770    rm -f conftest.er1
67771    cat conftest.err >&5
67772 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67773 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67774    (exit $ac_status); } && {
67775          test -z "$ac_c_werror_flag" ||
67776          test ! -s conftest.err
67777 -       } && test -s conftest$ac_exeext && {
67778 -        test "$cross_compiling" = yes ||
67779 -        $as_test_x conftest$ac_exeext
67780 -       }; then
67781 +       } && test -s conftest$ac_exeext &&
67782 +       $as_test_x conftest$ac_exeext; then
67783    ac_cv_func_dlopen=yes
67784  else
67785 -  $as_echo "$as_me: failed program was:" >&5
67786 +  echo "$as_me: failed program was:" >&5
67787  sed 's/^/| /' conftest.$ac_ext >&5
67788  
67789         ac_cv_func_dlopen=no
67790  fi
67791  
67792 -rm -rf conftest.dSYM
67793  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67794        conftest$ac_exeext conftest.$ac_ext
67795  fi
67796 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
67797 -$as_echo "$ac_cv_func_dlopen" >&6; }
67798 -if test "x$ac_cv_func_dlopen" = x""yes; then
67799 +{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
67800 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
67801 +if test $ac_cv_func_dlopen = yes; then
67802    lt_cv_dlopen="dlopen"
67803  else
67804 -  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
67805 -$as_echo_n "checking for dlopen in -ldl... " >&6; }
67806 +  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
67807 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
67808  if test "${ac_cv_lib_dl_dlopen+set}" = set; then
67809 -  $as_echo_n "(cached) " >&6
67810 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67811  else
67812    ac_check_lib_save_LIBS=$LIBS
67813  LIBS="-ldl  $LIBS"
67814 @@ -10463,43 +10627,39 @@
67815    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67816    *) ac_try_echo=$ac_try;;
67817  esac
67818 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67819 -$as_echo "$ac_try_echo") >&5
67820 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67821    (eval "$ac_link") 2>conftest.er1
67822    ac_status=$?
67823    grep -v '^ *+' conftest.er1 >conftest.err
67824    rm -f conftest.er1
67825    cat conftest.err >&5
67826 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67827 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67828    (exit $ac_status); } && {
67829          test -z "$ac_c_werror_flag" ||
67830          test ! -s conftest.err
67831 -       } && test -s conftest$ac_exeext && {
67832 -        test "$cross_compiling" = yes ||
67833 -        $as_test_x conftest$ac_exeext
67834 -       }; then
67835 +       } && test -s conftest$ac_exeext &&
67836 +       $as_test_x conftest$ac_exeext; then
67837    ac_cv_lib_dl_dlopen=yes
67838  else
67839 -  $as_echo "$as_me: failed program was:" >&5
67840 +  echo "$as_me: failed program was:" >&5
67841  sed 's/^/| /' conftest.$ac_ext >&5
67842  
67843         ac_cv_lib_dl_dlopen=no
67844  fi
67845  
67846 -rm -rf conftest.dSYM
67847  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67848        conftest$ac_exeext conftest.$ac_ext
67849  LIBS=$ac_check_lib_save_LIBS
67850  fi
67851 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
67852 -$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
67853 -if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
67854 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
67855 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
67856 +if test $ac_cv_lib_dl_dlopen = yes; then
67857    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
67858  else
67859 -  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
67860 -$as_echo_n "checking for dlopen in -lsvld... " >&6; }
67861 +  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
67862 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
67863  if test "${ac_cv_lib_svld_dlopen+set}" = set; then
67864 -  $as_echo_n "(cached) " >&6
67865 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67866  else
67867    ac_check_lib_save_LIBS=$LIBS
67868  LIBS="-lsvld  $LIBS"
67869 @@ -10531,43 +10691,39 @@
67870    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67871    *) ac_try_echo=$ac_try;;
67872  esac
67873 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67874 -$as_echo "$ac_try_echo") >&5
67875 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67876    (eval "$ac_link") 2>conftest.er1
67877    ac_status=$?
67878    grep -v '^ *+' conftest.er1 >conftest.err
67879    rm -f conftest.er1
67880    cat conftest.err >&5
67881 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67882 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67883    (exit $ac_status); } && {
67884          test -z "$ac_c_werror_flag" ||
67885          test ! -s conftest.err
67886 -       } && test -s conftest$ac_exeext && {
67887 -        test "$cross_compiling" = yes ||
67888 -        $as_test_x conftest$ac_exeext
67889 -       }; then
67890 +       } && test -s conftest$ac_exeext &&
67891 +       $as_test_x conftest$ac_exeext; then
67892    ac_cv_lib_svld_dlopen=yes
67893  else
67894 -  $as_echo "$as_me: failed program was:" >&5
67895 +  echo "$as_me: failed program was:" >&5
67896  sed 's/^/| /' conftest.$ac_ext >&5
67897  
67898         ac_cv_lib_svld_dlopen=no
67899  fi
67900  
67901 -rm -rf conftest.dSYM
67902  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67903        conftest$ac_exeext conftest.$ac_ext
67904  LIBS=$ac_check_lib_save_LIBS
67905  fi
67906 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
67907 -$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
67908 -if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
67909 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
67910 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
67911 +if test $ac_cv_lib_svld_dlopen = yes; then
67912    lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
67913  else
67914 -  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
67915 -$as_echo_n "checking for dld_link in -ldld... " >&6; }
67916 +  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
67917 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
67918  if test "${ac_cv_lib_dld_dld_link+set}" = set; then
67919 -  $as_echo_n "(cached) " >&6
67920 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67921  else
67922    ac_check_lib_save_LIBS=$LIBS
67923  LIBS="-ldld  $LIBS"
67924 @@ -10599,37 +10755,33 @@
67925    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67926    *) ac_try_echo=$ac_try;;
67927  esac
67928 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
67929 -$as_echo "$ac_try_echo") >&5
67930 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
67931    (eval "$ac_link") 2>conftest.er1
67932    ac_status=$?
67933    grep -v '^ *+' conftest.er1 >conftest.err
67934    rm -f conftest.er1
67935    cat conftest.err >&5
67936 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67937 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67938    (exit $ac_status); } && {
67939          test -z "$ac_c_werror_flag" ||
67940          test ! -s conftest.err
67941 -       } && test -s conftest$ac_exeext && {
67942 -        test "$cross_compiling" = yes ||
67943 -        $as_test_x conftest$ac_exeext
67944 -       }; then
67945 +       } && test -s conftest$ac_exeext &&
67946 +       $as_test_x conftest$ac_exeext; then
67947    ac_cv_lib_dld_dld_link=yes
67948  else
67949 -  $as_echo "$as_me: failed program was:" >&5
67950 +  echo "$as_me: failed program was:" >&5
67951  sed 's/^/| /' conftest.$ac_ext >&5
67952  
67953         ac_cv_lib_dld_dld_link=no
67954  fi
67955  
67956 -rm -rf conftest.dSYM
67957  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67958        conftest$ac_exeext conftest.$ac_ext
67959  LIBS=$ac_check_lib_save_LIBS
67960  fi
67961 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
67962 -$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
67963 -if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
67964 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
67965 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
67966 +if test $ac_cv_lib_dld_dld_link = yes; then
67967    lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
67968  fi
67969  
67970 @@ -10668,10 +10820,10 @@
67971      save_LIBS="$LIBS"
67972      LIBS="$lt_cv_dlopen_libs $LIBS"
67973  
67974 -    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
67975 -$as_echo_n "checking whether a program can dlopen itself... " >&6; }
67976 +    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
67977 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
67978  if test "${lt_cv_dlopen_self+set}" = set; then
67979 -  $as_echo_n "(cached) " >&6
67980 +  echo $ECHO_N "(cached) $ECHO_C" >&6
67981  else
67982           if test "$cross_compiling" = yes; then :
67983    lt_cv_dlopen_self=cross
67984 @@ -10679,7 +10831,7 @@
67985    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
67986    lt_status=$lt_dlunknown
67987    cat > conftest.$ac_ext <<EOF
67988 -#line 10682 "configure"
67989 +#line 10834 "configure"
67990  #include "confdefs.h"
67991  
67992  #if HAVE_DLFCN_H
67993 @@ -10745,7 +10897,7 @@
67994    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
67995    (eval $ac_link) 2>&5
67996    ac_status=$?
67997 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
67998 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
67999    (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
68000      (./conftest; exit; ) >&5 2>/dev/null
68001      lt_status=$?
68002 @@ -10763,15 +10915,15 @@
68003  
68004  
68005  fi
68006 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
68007 -$as_echo "$lt_cv_dlopen_self" >&6; }
68008 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
68009 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
68010  
68011      if test "x$lt_cv_dlopen_self" = xyes; then
68012        wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
68013 -      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
68014 -$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
68015 +      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
68016 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
68017  if test "${lt_cv_dlopen_self_static+set}" = set; then
68018 -  $as_echo_n "(cached) " >&6
68019 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68020  else
68021           if test "$cross_compiling" = yes; then :
68022    lt_cv_dlopen_self_static=cross
68023 @@ -10779,7 +10931,7 @@
68024    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
68025    lt_status=$lt_dlunknown
68026    cat > conftest.$ac_ext <<EOF
68027 -#line 10782 "configure"
68028 +#line 10934 "configure"
68029  #include "confdefs.h"
68030  
68031  #if HAVE_DLFCN_H
68032 @@ -10845,7 +10997,7 @@
68033    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
68034    (eval $ac_link) 2>&5
68035    ac_status=$?
68036 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68037 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68038    (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
68039      (./conftest; exit; ) >&5 2>/dev/null
68040      lt_status=$?
68041 @@ -10863,8 +11015,8 @@
68042  
68043  
68044  fi
68045 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
68046 -$as_echo "$lt_cv_dlopen_self_static" >&6; }
68047 +{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
68048 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
68049      fi
68050  
68051      CPPFLAGS="$save_CPPFLAGS"
68052 @@ -10886,13 +11038,13 @@
68053  
68054  
68055  # Report which library types will actually be built
68056 -{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
68057 -$as_echo_n "checking if libtool supports shared libraries... " >&6; }
68058 -{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
68059 -$as_echo "$can_build_shared" >&6; }
68060 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
68061 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
68062 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
68063 +echo "${ECHO_T}$can_build_shared" >&6; }
68064  
68065 -{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
68066 -$as_echo_n "checking whether to build shared libraries... " >&6; }
68067 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
68068 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
68069  test "$can_build_shared" = "no" && enable_shared=no
68070  
68071  # On AIX, shared libraries and static libraries use the same namespace, and
68072 @@ -10912,15 +11064,15 @@
68073    fi
68074      ;;
68075  esac
68076 -{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
68077 -$as_echo "$enable_shared" >&6; }
68078 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
68079 +echo "${ECHO_T}$enable_shared" >&6; }
68080  
68081 -{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
68082 -$as_echo_n "checking whether to build static libraries... " >&6; }
68083 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
68084 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
68085  # Make sure either enable_shared or enable_static is yes.
68086  test "$enable_shared" = yes || enable_static=yes
68087 -{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
68088 -$as_echo "$enable_static" >&6; }
68089 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
68090 +echo "${ECHO_T}$enable_static" >&6; }
68091  
68092  # The else clause should only fire when bootstrapping the
68093  # libtool distribution, otherwise you forgot to ship ltmain.sh
68094 @@ -11013,8 +11165,8 @@
68095  cfgfile="${ofile}T"
68096    trap "$rm \"$cfgfile\"; exit 1" 1 2 15
68097    $rm -f "$cfgfile"
68098 -  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
68099 -$as_echo "$as_me: creating $ofile" >&6;}
68100 +  { echo "$as_me:$LINENO: creating $ofile" >&5
68101 +echo "$as_me: creating $ofile" >&6;}
68102  
68103    cat <<__EOF__ >> "$cfgfile"
68104  #! $SHELL
68105 @@ -11426,18 +11578,18 @@
68106  
68107  if test -f "$ltmain" && test -n "$tagnames"; then
68108    if test ! -f "${ofile}"; then
68109 -    { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
68110 -$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
68111 +    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
68112 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
68113    fi
68114  
68115    if test -z "$LTCC"; then
68116      eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
68117      if test -z "$LTCC"; then
68118 -      { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
68119 -$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
68120 +      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
68121 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
68122      else
68123 -      { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
68124 -$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
68125 +      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
68126 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
68127      fi
68128    fi
68129    if test -z "$LTCFLAGS"; then
68130 @@ -11454,16 +11606,16 @@
68131      # Check whether tagname contains only valid characters
68132      case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
68133      "") ;;
68134 -    *)  { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
68135 -$as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
68136 +    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
68137 +echo "$as_me: error: invalid tag name: $tagname" >&2;}
68138     { (exit 1); exit 1; }; }
68139         ;;
68140      esac
68141  
68142      if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
68143      then
68144 -      { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
68145 -$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
68146 +      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
68147 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
68148     { (exit 1); exit 1; }; }
68149      fi
68150  
68151 @@ -11606,8 +11758,8 @@
68152  ac_prog=ld
68153  if test "$GCC" = yes; then
68154    # Check if gcc -print-prog-name=ld gives a path.
68155 -  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
68156 -$as_echo_n "checking for ld used by $CC... " >&6; }
68157 +  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
68158 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
68159    case $host in
68160    *-*-mingw*)
68161      # gcc leaves a trailing carriage return which upsets mingw
68162 @@ -11636,14 +11788,14 @@
68163      ;;
68164    esac
68165  elif test "$with_gnu_ld" = yes; then
68166 -  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
68167 -$as_echo_n "checking for GNU ld... " >&6; }
68168 +  { echo "$as_me:$LINENO: checking for GNU ld" >&5
68169 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
68170  else
68171 -  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
68172 -$as_echo_n "checking for non-GNU ld... " >&6; }
68173 +  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
68174 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
68175  fi
68176  if test "${lt_cv_path_LD+set}" = set; then
68177 -  $as_echo_n "(cached) " >&6
68178 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68179  else
68180    if test -z "$LD"; then
68181    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
68182 @@ -11673,19 +11825,19 @@
68183  
68184  LD="$lt_cv_path_LD"
68185  if test -n "$LD"; then
68186 -  { $as_echo "$as_me:$LINENO: result: $LD" >&5
68187 -$as_echo "$LD" >&6; }
68188 +  { echo "$as_me:$LINENO: result: $LD" >&5
68189 +echo "${ECHO_T}$LD" >&6; }
68190  else
68191 -  { $as_echo "$as_me:$LINENO: result: no" >&5
68192 -$as_echo "no" >&6; }
68193 +  { echo "$as_me:$LINENO: result: no" >&5
68194 +echo "${ECHO_T}no" >&6; }
68195  fi
68196 -test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
68197 -$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
68198 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
68199 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
68200     { (exit 1); exit 1; }; }
68201 -{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
68202 -$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
68203 +{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
68204 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
68205  if test "${lt_cv_prog_gnu_ld+set}" = set; then
68206 -  $as_echo_n "(cached) " >&6
68207 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68208  else
68209    # I'd rather use --version here, but apparently some GNU lds only accept -v.
68210  case `$LD -v 2>&1 </dev/null` in
68211 @@ -11697,8 +11849,8 @@
68212    ;;
68213  esac
68214  fi
68215 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
68216 -$as_echo "$lt_cv_prog_gnu_ld" >&6; }
68217 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
68218 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
68219  with_gnu_ld=$lt_cv_prog_gnu_ld
68220  
68221  
68222 @@ -11748,8 +11900,8 @@
68223  fi
68224  
68225  # PORTME: fill in a description of your system's C++ link characteristics
68226 -{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68227 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
68228 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68229 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
68230  ld_shlibs_CXX=yes
68231  case $host_os in
68232    aix3*)
68233 @@ -11866,21 +12018,18 @@
68234    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
68235    *) ac_try_echo=$ac_try;;
68236  esac
68237 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
68238 -$as_echo "$ac_try_echo") >&5
68239 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
68240    (eval "$ac_link") 2>conftest.er1
68241    ac_status=$?
68242    grep -v '^ *+' conftest.er1 >conftest.err
68243    rm -f conftest.er1
68244    cat conftest.err >&5
68245 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68246 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68247    (exit $ac_status); } && {
68248          test -z "$ac_cxx_werror_flag" ||
68249          test ! -s conftest.err
68250 -       } && test -s conftest$ac_exeext && {
68251 -        test "$cross_compiling" = yes ||
68252 -        $as_test_x conftest$ac_exeext
68253 -       }; then
68254 +       } && test -s conftest$ac_exeext &&
68255 +       $as_test_x conftest$ac_exeext; then
68256  
68257  lt_aix_libpath_sed='
68258      /Import File Strings/,/^$/ {
68259 @@ -11895,13 +12044,12 @@
68260    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
68261  fi
68262  else
68263 -  $as_echo "$as_me: failed program was:" >&5
68264 +  echo "$as_me: failed program was:" >&5
68265  sed 's/^/| /' conftest.$ac_ext >&5
68266  
68267  
68268  fi
68269  
68270 -rm -rf conftest.dSYM
68271  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
68272        conftest$ac_exeext conftest.$ac_ext
68273  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
68274 @@ -11937,21 +12085,18 @@
68275    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
68276    *) ac_try_echo=$ac_try;;
68277  esac
68278 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
68279 -$as_echo "$ac_try_echo") >&5
68280 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
68281    (eval "$ac_link") 2>conftest.er1
68282    ac_status=$?
68283    grep -v '^ *+' conftest.er1 >conftest.err
68284    rm -f conftest.er1
68285    cat conftest.err >&5
68286 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68287 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68288    (exit $ac_status); } && {
68289          test -z "$ac_cxx_werror_flag" ||
68290          test ! -s conftest.err
68291 -       } && test -s conftest$ac_exeext && {
68292 -        test "$cross_compiling" = yes ||
68293 -        $as_test_x conftest$ac_exeext
68294 -       }; then
68295 +       } && test -s conftest$ac_exeext &&
68296 +       $as_test_x conftest$ac_exeext; then
68297  
68298  lt_aix_libpath_sed='
68299      /Import File Strings/,/^$/ {
68300 @@ -11966,13 +12111,12 @@
68301    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
68302  fi
68303  else
68304 -  $as_echo "$as_me: failed program was:" >&5
68305 +  echo "$as_me: failed program was:" >&5
68306  sed 's/^/| /' conftest.$ac_ext >&5
68307  
68308  
68309  fi
68310  
68311 -rm -rf conftest.dSYM
68312  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
68313        conftest$ac_exeext conftest.$ac_ext
68314  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
68315 @@ -12375,7 +12519,7 @@
68316         ;;
68317      esac
68318      ;;
68319 -  netbsd*)
68320 +  netbsd* | netbsdelf*-gnu)
68321      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
68322        archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
68323        wlarc=
68324 @@ -12702,8 +12846,8 @@
68325      ld_shlibs_CXX=no
68326      ;;
68327  esac
68328 -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
68329 -$as_echo "$ld_shlibs_CXX" >&6; }
68330 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
68331 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
68332  test "$ld_shlibs_CXX" = no && can_build_shared=no
68333  
68334  GCC_CXX="$GXX"
68335 @@ -12722,7 +12866,7 @@
68336  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
68337    (eval $ac_compile) 2>&5
68338    ac_status=$?
68339 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68340 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68341    (exit $ac_status); }; then
68342    # Parse the compiler output and extract the necessary
68343    # objects, libraries and library flags.
68344 @@ -12878,8 +13022,8 @@
68345  lt_prog_compiler_pic_CXX=
68346  lt_prog_compiler_static_CXX=
68347  
68348 -{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
68349 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
68350 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
68351 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
68352  
68353    # C++ specific cases for pic, static, wl, etc.
68354    if test "$GXX" = yes; then
68355 @@ -13079,7 +13223,7 @@
68356             ;;
68357         esac
68358         ;;
68359 -      netbsd*)
68360 +      netbsd* | netbsdelf*-gnu)
68361         ;;
68362        osf3* | osf4* | osf5*)
68363         case $cc_basename in
68364 @@ -13162,18 +13306,18 @@
68365      esac
68366    fi
68367  
68368 -{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
68369 -$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
68370 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
68371 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
68372  
68373  #
68374  # Check to make sure the PIC flag actually works.
68375  #
68376  if test -n "$lt_prog_compiler_pic_CXX"; then
68377  
68378 -{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
68379 -$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
68380 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
68381 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
68382  if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
68383 -  $as_echo_n "(cached) " >&6
68384 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68385  else
68386    lt_cv_prog_compiler_pic_works_CXX=no
68387    ac_outfile=conftest.$ac_objext
68388 @@ -13188,11 +13332,11 @@
68389     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
68390     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
68391     -e 's:$: $lt_compiler_flag:'`
68392 -   (eval echo "\"\$as_me:13191: $lt_compile\"" >&5)
68393 +   (eval echo "\"\$as_me:13335: $lt_compile\"" >&5)
68394     (eval "$lt_compile" 2>conftest.err)
68395     ac_status=$?
68396     cat conftest.err >&5
68397 -   echo "$as_me:13195: \$? = $ac_status" >&5
68398 +   echo "$as_me:13339: \$? = $ac_status" >&5
68399     if (exit $ac_status) && test -s "$ac_outfile"; then
68400       # The compiler can only warn and ignore the option if not recognized
68401       # So say no if there are warnings other than the usual output.
68402 @@ -13205,8 +13349,8 @@
68403     $rm conftest*
68404  
68405  fi
68406 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
68407 -$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
68408 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
68409 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
68410  
68411  if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
68412      case $lt_prog_compiler_pic_CXX in
68413 @@ -13233,10 +13377,10 @@
68414  # Check to make sure the static flag actually works.
68415  #
68416  wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
68417 -{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
68418 -$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
68419 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
68420 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
68421  if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
68422 -  $as_echo_n "(cached) " >&6
68423 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68424  else
68425    lt_cv_prog_compiler_static_works_CXX=no
68426     save_LDFLAGS="$LDFLAGS"
68427 @@ -13261,8 +13405,8 @@
68428     LDFLAGS="$save_LDFLAGS"
68429  
68430  fi
68431 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
68432 -$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
68433 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
68434 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
68435  
68436  if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
68437      :
68438 @@ -13271,10 +13415,10 @@
68439  fi
68440  
68441  
68442 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
68443 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
68444 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
68445 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
68446  if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
68447 -  $as_echo_n "(cached) " >&6
68448 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68449  else
68450    lt_cv_prog_compiler_c_o_CXX=no
68451     $rm -r conftest 2>/dev/null
68452 @@ -13292,11 +13436,11 @@
68453     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
68454     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
68455     -e 's:$: $lt_compiler_flag:'`
68456 -   (eval echo "\"\$as_me:13295: $lt_compile\"" >&5)
68457 +   (eval echo "\"\$as_me:13439: $lt_compile\"" >&5)
68458     (eval "$lt_compile" 2>out/conftest.err)
68459     ac_status=$?
68460     cat out/conftest.err >&5
68461 -   echo "$as_me:13299: \$? = $ac_status" >&5
68462 +   echo "$as_me:13443: \$? = $ac_status" >&5
68463     if (exit $ac_status) && test -s out/conftest2.$ac_objext
68464     then
68465       # The compiler can only warn and ignore the option if not recognized
68466 @@ -13318,34 +13462,34 @@
68467     $rm conftest*
68468  
68469  fi
68470 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
68471 -$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
68472 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
68473 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
68474  
68475  
68476  hard_links="nottested"
68477  if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
68478    # do not overwrite the value of need_locks provided by the user
68479 -  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
68480 -$as_echo_n "checking if we can lock with hard links... " >&6; }
68481 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
68482 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
68483    hard_links=yes
68484    $rm conftest*
68485    ln conftest.a conftest.b 2>/dev/null && hard_links=no
68486    touch conftest.a
68487    ln conftest.a conftest.b 2>&5 || hard_links=no
68488    ln conftest.a conftest.b 2>/dev/null && hard_links=no
68489 -  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
68490 -$as_echo "$hard_links" >&6; }
68491 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
68492 +echo "${ECHO_T}$hard_links" >&6; }
68493    if test "$hard_links" = no; then
68494 -    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
68495 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
68496 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
68497 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
68498      need_locks=warn
68499    fi
68500  else
68501    need_locks=no
68502  fi
68503  
68504 -{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68505 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
68506 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68507 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
68508  
68509    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
68510    case $host_os in
68511 @@ -13364,14 +13508,17 @@
68512    cygwin* | mingw*)
68513      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
68514    ;;
68515 +  linux* | k*bsd*-gnu)
68516 +    link_all_deplibs_CXX=no
68517 +  ;;
68518    *)
68519      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
68520    ;;
68521    esac
68522    exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
68523  
68524 -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
68525 -$as_echo "$ld_shlibs_CXX" >&6; }
68526 +{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
68527 +echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
68528  test "$ld_shlibs_CXX" = no && can_build_shared=no
68529  
68530  #
68531 @@ -13391,15 +13538,15 @@
68532        # Test whether the compiler implicitly links with -lc since on some
68533        # systems, -lgcc has to come before -lc. If gcc already passes -lc
68534        # to ld, don't add -lc before -lgcc.
68535 -      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
68536 -$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
68537 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
68538 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
68539        $rm conftest*
68540        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
68541  
68542        if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
68543    (eval $ac_compile) 2>&5
68544    ac_status=$?
68545 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68546 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68547    (exit $ac_status); } 2>conftest.err; then
68548          soname=conftest
68549          lib=conftest
68550 @@ -13417,7 +13564,7 @@
68551          if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
68552    (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
68553    ac_status=$?
68554 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68555 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68556    (exit $ac_status); }
68557          then
68558           archive_cmds_need_lc_CXX=no
68559 @@ -13429,16 +13576,16 @@
68560          cat conftest.err 1>&5
68561        fi
68562        $rm conftest*
68563 -      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
68564 -$as_echo "$archive_cmds_need_lc_CXX" >&6; }
68565 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
68566 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
68567        ;;
68568      esac
68569    fi
68570    ;;
68571  esac
68572  
68573 -{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
68574 -$as_echo_n "checking dynamic linker characteristics... " >&6; }
68575 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
68576 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
68577  library_names_spec=
68578  libname_spec='lib$name'
68579  soname_spec=
68580 @@ -13794,13 +13941,11 @@
68581    # Some rework will be needed to allow for fast_install
68582    # before this can be enabled.
68583    hardcode_into_libs=yes
68584 -  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
68585 -  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
68586  
68587    # Append ld.so.conf contents to the search path
68588    if test -f /etc/ld.so.conf; then
68589      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;/^$/d' | tr '\n' ' '`
68590 -    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
68591 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
68592    fi
68593  
68594    # We used to test for /lib/ld.so.1 and disable shared libraries on
68595 @@ -13812,6 +13957,18 @@
68596    dynamic_linker='GNU/Linux ld.so'
68597    ;;
68598  
68599 +netbsdelf*-gnu)
68600 +  version_type=linux
68601 +  need_lib_prefix=no
68602 +  need_version=no
68603 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
68604 +  soname_spec='${libname}${release}${shared_ext}$major'
68605 +  shlibpath_var=LD_LIBRARY_PATH
68606 +  shlibpath_overrides_runpath=no
68607 +  hardcode_into_libs=yes
68608 +  dynamic_linker='NetBSD ld.elf_so'
68609 +  ;;
68610 +
68611  netbsd*)
68612    version_type=sunos
68613    need_lib_prefix=no
68614 @@ -13989,19 +14146,19 @@
68615    dynamic_linker=no
68616    ;;
68617  esac
68618 -{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
68619 -$as_echo "$dynamic_linker" >&6; }
68620 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
68621 +echo "${ECHO_T}$dynamic_linker" >&6; }
68622  test "$dynamic_linker" = no && can_build_shared=no
68623  
68624  if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
68625 -  $as_echo_n "(cached) " >&6
68626 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68627  else
68628    lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
68629  fi
68630  
68631  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
68632  if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
68633 -  $as_echo_n "(cached) " >&6
68634 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68635  else
68636    lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
68637  fi
68638 @@ -14013,8 +14170,8 @@
68639    variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
68640  fi
68641  
68642 -{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
68643 -$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
68644 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
68645 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
68646  hardcode_action_CXX=
68647  if test -n "$hardcode_libdir_flag_spec_CXX" || \
68648     test -n "$runpath_var_CXX" || \
68649 @@ -14038,8 +14195,8 @@
68650    # directories.
68651    hardcode_action_CXX=unsupported
68652  fi
68653 -{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
68654 -$as_echo "$hardcode_action_CXX" >&6; }
68655 +{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
68656 +echo "${ECHO_T}$hardcode_action_CXX" >&6; }
68657  
68658  if test "$hardcode_action_CXX" = relink; then
68659    # Fast installation is not supported
68660 @@ -14577,13 +14734,13 @@
68661  cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
68662  
68663  
68664 -{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
68665 -$as_echo_n "checking if libtool supports shared libraries... " >&6; }
68666 -{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
68667 -$as_echo "$can_build_shared" >&6; }
68668 +{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
68669 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
68670 +{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
68671 +echo "${ECHO_T}$can_build_shared" >&6; }
68672  
68673 -{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
68674 -$as_echo_n "checking whether to build shared libraries... " >&6; }
68675 +{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
68676 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
68677  test "$can_build_shared" = "no" && enable_shared=no
68678  
68679  # On AIX, shared libraries and static libraries use the same namespace, and
68680 @@ -14602,15 +14759,15 @@
68681    fi
68682    ;;
68683  esac
68684 -{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
68685 -$as_echo "$enable_shared" >&6; }
68686 +{ echo "$as_me:$LINENO: result: $enable_shared" >&5
68687 +echo "${ECHO_T}$enable_shared" >&6; }
68688  
68689 -{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
68690 -$as_echo_n "checking whether to build static libraries... " >&6; }
68691 +{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
68692 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
68693  # Make sure either enable_shared or enable_static is yes.
68694  test "$enable_shared" = yes || enable_static=yes
68695 -{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
68696 -$as_echo "$enable_static" >&6; }
68697 +{ echo "$as_me:$LINENO: result: $enable_static" >&5
68698 +echo "${ECHO_T}$enable_static" >&6; }
68699  
68700  GCC_F77="$G77"
68701  LD_F77="$LD"
68702 @@ -14619,8 +14776,8 @@
68703  lt_prog_compiler_pic_F77=
68704  lt_prog_compiler_static_F77=
68705  
68706 -{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
68707 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
68708 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
68709 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
68710  
68711    if test "$GCC" = yes; then
68712      lt_prog_compiler_wl_F77='-Wl,'
68713 @@ -14851,18 +15008,18 @@
68714      esac
68715    fi
68716  
68717 -{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
68718 -$as_echo "$lt_prog_compiler_pic_F77" >&6; }
68719 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
68720 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
68721  
68722  #
68723  # Check to make sure the PIC flag actually works.
68724  #
68725  if test -n "$lt_prog_compiler_pic_F77"; then
68726  
68727 -{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
68728 -$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
68729 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
68730 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
68731  if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
68732 -  $as_echo_n "(cached) " >&6
68733 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68734  else
68735    lt_cv_prog_compiler_pic_works_F77=no
68736    ac_outfile=conftest.$ac_objext
68737 @@ -14877,11 +15034,11 @@
68738     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
68739     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
68740     -e 's:$: $lt_compiler_flag:'`
68741 -   (eval echo "\"\$as_me:14880: $lt_compile\"" >&5)
68742 +   (eval echo "\"\$as_me:15037: $lt_compile\"" >&5)
68743     (eval "$lt_compile" 2>conftest.err)
68744     ac_status=$?
68745     cat conftest.err >&5
68746 -   echo "$as_me:14884: \$? = $ac_status" >&5
68747 +   echo "$as_me:15041: \$? = $ac_status" >&5
68748     if (exit $ac_status) && test -s "$ac_outfile"; then
68749       # The compiler can only warn and ignore the option if not recognized
68750       # So say no if there are warnings other than the usual output.
68751 @@ -14894,8 +15051,8 @@
68752     $rm conftest*
68753  
68754  fi
68755 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
68756 -$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
68757 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
68758 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
68759  
68760  if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
68761      case $lt_prog_compiler_pic_F77 in
68762 @@ -14922,10 +15079,10 @@
68763  # Check to make sure the static flag actually works.
68764  #
68765  wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
68766 -{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
68767 -$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
68768 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
68769 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
68770  if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
68771 -  $as_echo_n "(cached) " >&6
68772 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68773  else
68774    lt_cv_prog_compiler_static_works_F77=no
68775     save_LDFLAGS="$LDFLAGS"
68776 @@ -14950,8 +15107,8 @@
68777     LDFLAGS="$save_LDFLAGS"
68778  
68779  fi
68780 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
68781 -$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
68782 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
68783 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
68784  
68785  if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
68786      :
68787 @@ -14960,10 +15117,10 @@
68788  fi
68789  
68790  
68791 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
68792 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
68793 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
68794 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
68795  if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
68796 -  $as_echo_n "(cached) " >&6
68797 +  echo $ECHO_N "(cached) $ECHO_C" >&6
68798  else
68799    lt_cv_prog_compiler_c_o_F77=no
68800     $rm -r conftest 2>/dev/null
68801 @@ -14981,11 +15138,11 @@
68802     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
68803     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
68804     -e 's:$: $lt_compiler_flag:'`
68805 -   (eval echo "\"\$as_me:14984: $lt_compile\"" >&5)
68806 +   (eval echo "\"\$as_me:15141: $lt_compile\"" >&5)
68807     (eval "$lt_compile" 2>out/conftest.err)
68808     ac_status=$?
68809     cat out/conftest.err >&5
68810 -   echo "$as_me:14988: \$? = $ac_status" >&5
68811 +   echo "$as_me:15145: \$? = $ac_status" >&5
68812     if (exit $ac_status) && test -s out/conftest2.$ac_objext
68813     then
68814       # The compiler can only warn and ignore the option if not recognized
68815 @@ -15007,34 +15164,34 @@
68816     $rm conftest*
68817  
68818  fi
68819 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
68820 -$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
68821 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
68822 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
68823  
68824  
68825  hard_links="nottested"
68826  if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
68827    # do not overwrite the value of need_locks provided by the user
68828 -  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
68829 -$as_echo_n "checking if we can lock with hard links... " >&6; }
68830 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
68831 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
68832    hard_links=yes
68833    $rm conftest*
68834    ln conftest.a conftest.b 2>/dev/null && hard_links=no
68835    touch conftest.a
68836    ln conftest.a conftest.b 2>&5 || hard_links=no
68837    ln conftest.a conftest.b 2>/dev/null && hard_links=no
68838 -  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
68839 -$as_echo "$hard_links" >&6; }
68840 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
68841 +echo "${ECHO_T}$hard_links" >&6; }
68842    if test "$hard_links" = no; then
68843 -    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
68844 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
68845 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
68846 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
68847      need_locks=warn
68848    fi
68849  else
68850    need_locks=no
68851  fi
68852  
68853 -{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68854 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
68855 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
68856 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
68857  
68858    runpath_var=
68859    allow_undefined_flag_F77=
68860 @@ -15246,12 +15403,13 @@
68861    $echo "local: *; };" >> $output_objdir/$libname.ver~
68862           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
68863         fi
68864 +       link_all_deplibs_F77=no
68865        else
68866         ld_shlibs_F77=no
68867        fi
68868        ;;
68869  
68870 -    netbsd*)
68871 +    netbsd* | netbsdelf*-gnu)
68872        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
68873         archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
68874         wlarc=
68875 @@ -15454,21 +15612,18 @@
68876    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
68877    *) ac_try_echo=$ac_try;;
68878  esac
68879 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
68880 -$as_echo "$ac_try_echo") >&5
68881 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
68882    (eval "$ac_link") 2>conftest.er1
68883    ac_status=$?
68884    grep -v '^ *+' conftest.er1 >conftest.err
68885    rm -f conftest.er1
68886    cat conftest.err >&5
68887 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68888 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68889    (exit $ac_status); } && {
68890          test -z "$ac_f77_werror_flag" ||
68891          test ! -s conftest.err
68892 -       } && test -s conftest$ac_exeext && {
68893 -        test "$cross_compiling" = yes ||
68894 -        $as_test_x conftest$ac_exeext
68895 -       }; then
68896 +       } && test -s conftest$ac_exeext &&
68897 +       $as_test_x conftest$ac_exeext; then
68898  
68899  lt_aix_libpath_sed='
68900      /Import File Strings/,/^$/ {
68901 @@ -15483,13 +15638,12 @@
68902    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
68903  fi
68904  else
68905 -  $as_echo "$as_me: failed program was:" >&5
68906 +  echo "$as_me: failed program was:" >&5
68907  sed 's/^/| /' conftest.$ac_ext >&5
68908  
68909  
68910  fi
68911  
68912 -rm -rf conftest.dSYM
68913  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
68914        conftest$ac_exeext conftest.$ac_ext
68915  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
68916 @@ -15514,21 +15668,18 @@
68917    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
68918    *) ac_try_echo=$ac_try;;
68919  esac
68920 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
68921 -$as_echo "$ac_try_echo") >&5
68922 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
68923    (eval "$ac_link") 2>conftest.er1
68924    ac_status=$?
68925    grep -v '^ *+' conftest.er1 >conftest.err
68926    rm -f conftest.er1
68927    cat conftest.err >&5
68928 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68929 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68930    (exit $ac_status); } && {
68931          test -z "$ac_f77_werror_flag" ||
68932          test ! -s conftest.err
68933 -       } && test -s conftest$ac_exeext && {
68934 -        test "$cross_compiling" = yes ||
68935 -        $as_test_x conftest$ac_exeext
68936 -       }; then
68937 +       } && test -s conftest$ac_exeext &&
68938 +       $as_test_x conftest$ac_exeext; then
68939  
68940  lt_aix_libpath_sed='
68941      /Import File Strings/,/^$/ {
68942 @@ -15543,13 +15694,12 @@
68943    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
68944  fi
68945  else
68946 -  $as_echo "$as_me: failed program was:" >&5
68947 +  echo "$as_me: failed program was:" >&5
68948  sed 's/^/| /' conftest.$ac_ext >&5
68949  
68950  
68951  fi
68952  
68953 -rm -rf conftest.dSYM
68954  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
68955        conftest$ac_exeext conftest.$ac_ext
68956  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
68957 @@ -15782,7 +15932,7 @@
68958        link_all_deplibs_F77=yes
68959        ;;
68960  
68961 -    netbsd*)
68962 +    netbsd* | netbsdelf*-gnu)
68963        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
68964         archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
68965        else
68966 @@ -16001,8 +16151,8 @@
68967      esac
68968    fi
68969  
68970 -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
68971 -$as_echo "$ld_shlibs_F77" >&6; }
68972 +{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
68973 +echo "${ECHO_T}$ld_shlibs_F77" >&6; }
68974  test "$ld_shlibs_F77" = no && can_build_shared=no
68975  
68976  #
68977 @@ -16022,15 +16172,15 @@
68978        # Test whether the compiler implicitly links with -lc since on some
68979        # systems, -lgcc has to come before -lc. If gcc already passes -lc
68980        # to ld, don't add -lc before -lgcc.
68981 -      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
68982 -$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
68983 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
68984 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
68985        $rm conftest*
68986        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
68987  
68988        if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
68989    (eval $ac_compile) 2>&5
68990    ac_status=$?
68991 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
68992 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
68993    (exit $ac_status); } 2>conftest.err; then
68994          soname=conftest
68995          lib=conftest
68996 @@ -16048,7 +16198,7 @@
68997          if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
68998    (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
68999    ac_status=$?
69000 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69001 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69002    (exit $ac_status); }
69003          then
69004           archive_cmds_need_lc_F77=no
69005 @@ -16060,16 +16210,16 @@
69006          cat conftest.err 1>&5
69007        fi
69008        $rm conftest*
69009 -      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
69010 -$as_echo "$archive_cmds_need_lc_F77" >&6; }
69011 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
69012 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
69013        ;;
69014      esac
69015    fi
69016    ;;
69017  esac
69018  
69019 -{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
69020 -$as_echo_n "checking dynamic linker characteristics... " >&6; }
69021 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
69022 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
69023  library_names_spec=
69024  libname_spec='lib$name'
69025  soname_spec=
69026 @@ -16425,13 +16575,11 @@
69027    # Some rework will be needed to allow for fast_install
69028    # before this can be enabled.
69029    hardcode_into_libs=yes
69030 -  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
69031 -  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
69032  
69033    # Append ld.so.conf contents to the search path
69034    if test -f /etc/ld.so.conf; then
69035      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;/^$/d' | tr '\n' ' '`
69036 -    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
69037 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
69038    fi
69039  
69040    # We used to test for /lib/ld.so.1 and disable shared libraries on
69041 @@ -16443,6 +16591,18 @@
69042    dynamic_linker='GNU/Linux ld.so'
69043    ;;
69044  
69045 +netbsdelf*-gnu)
69046 +  version_type=linux
69047 +  need_lib_prefix=no
69048 +  need_version=no
69049 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
69050 +  soname_spec='${libname}${release}${shared_ext}$major'
69051 +  shlibpath_var=LD_LIBRARY_PATH
69052 +  shlibpath_overrides_runpath=no
69053 +  hardcode_into_libs=yes
69054 +  dynamic_linker='NetBSD ld.elf_so'
69055 +  ;;
69056 +
69057  netbsd*)
69058    version_type=sunos
69059    need_lib_prefix=no
69060 @@ -16620,19 +16780,19 @@
69061    dynamic_linker=no
69062    ;;
69063  esac
69064 -{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
69065 -$as_echo "$dynamic_linker" >&6; }
69066 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
69067 +echo "${ECHO_T}$dynamic_linker" >&6; }
69068  test "$dynamic_linker" = no && can_build_shared=no
69069  
69070  if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
69071 -  $as_echo_n "(cached) " >&6
69072 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69073  else
69074    lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
69075  fi
69076  
69077  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
69078  if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
69079 -  $as_echo_n "(cached) " >&6
69080 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69081  else
69082    lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
69083  fi
69084 @@ -16644,8 +16804,8 @@
69085    variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
69086  fi
69087  
69088 -{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
69089 -$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
69090 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
69091 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
69092  hardcode_action_F77=
69093  if test -n "$hardcode_libdir_flag_spec_F77" || \
69094     test -n "$runpath_var_F77" || \
69095 @@ -16669,8 +16829,8 @@
69096    # directories.
69097    hardcode_action_F77=unsupported
69098  fi
69099 -{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
69100 -$as_echo "$hardcode_action_F77" >&6; }
69101 +{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
69102 +echo "${ECHO_T}$hardcode_action_F77" >&6; }
69103  
69104  if test "$hardcode_action_F77" = relink; then
69105    # Fast installation is not supported
69106 @@ -17180,10 +17340,10 @@
69107    lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
69108  
69109  
69110 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
69111 -$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
69112 +{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
69113 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
69114  if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
69115 -  $as_echo_n "(cached) " >&6
69116 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69117  else
69118    lt_cv_prog_compiler_rtti_exceptions=no
69119    ac_outfile=conftest.$ac_objext
69120 @@ -17198,11 +17358,11 @@
69121     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
69122     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
69123     -e 's:$: $lt_compiler_flag:'`
69124 -   (eval echo "\"\$as_me:17201: $lt_compile\"" >&5)
69125 +   (eval echo "\"\$as_me:17361: $lt_compile\"" >&5)
69126     (eval "$lt_compile" 2>conftest.err)
69127     ac_status=$?
69128     cat conftest.err >&5
69129 -   echo "$as_me:17205: \$? = $ac_status" >&5
69130 +   echo "$as_me:17365: \$? = $ac_status" >&5
69131     if (exit $ac_status) && test -s "$ac_outfile"; then
69132       # The compiler can only warn and ignore the option if not recognized
69133       # So say no if there are warnings other than the usual output.
69134 @@ -17215,8 +17375,8 @@
69135     $rm conftest*
69136  
69137  fi
69138 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
69139 -$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
69140 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
69141 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
69142  
69143  if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
69144      lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
69145 @@ -17230,8 +17390,8 @@
69146  lt_prog_compiler_pic_GCJ=
69147  lt_prog_compiler_static_GCJ=
69148  
69149 -{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
69150 -$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
69151 +{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
69152 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
69153  
69154    if test "$GCC" = yes; then
69155      lt_prog_compiler_wl_GCJ='-Wl,'
69156 @@ -17462,18 +17622,18 @@
69157      esac
69158    fi
69159  
69160 -{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
69161 -$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
69162 +{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
69163 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
69164  
69165  #
69166  # Check to make sure the PIC flag actually works.
69167  #
69168  if test -n "$lt_prog_compiler_pic_GCJ"; then
69169  
69170 -{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
69171 -$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
69172 +{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
69173 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
69174  if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
69175 -  $as_echo_n "(cached) " >&6
69176 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69177  else
69178    lt_cv_prog_compiler_pic_works_GCJ=no
69179    ac_outfile=conftest.$ac_objext
69180 @@ -17488,11 +17648,11 @@
69181     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
69182     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
69183     -e 's:$: $lt_compiler_flag:'`
69184 -   (eval echo "\"\$as_me:17491: $lt_compile\"" >&5)
69185 +   (eval echo "\"\$as_me:17651: $lt_compile\"" >&5)
69186     (eval "$lt_compile" 2>conftest.err)
69187     ac_status=$?
69188     cat conftest.err >&5
69189 -   echo "$as_me:17495: \$? = $ac_status" >&5
69190 +   echo "$as_me:17655: \$? = $ac_status" >&5
69191     if (exit $ac_status) && test -s "$ac_outfile"; then
69192       # The compiler can only warn and ignore the option if not recognized
69193       # So say no if there are warnings other than the usual output.
69194 @@ -17505,8 +17665,8 @@
69195     $rm conftest*
69196  
69197  fi
69198 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
69199 -$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
69200 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
69201 +echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
69202  
69203  if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
69204      case $lt_prog_compiler_pic_GCJ in
69205 @@ -17533,10 +17693,10 @@
69206  # Check to make sure the static flag actually works.
69207  #
69208  wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
69209 -{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
69210 -$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
69211 +{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
69212 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
69213  if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
69214 -  $as_echo_n "(cached) " >&6
69215 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69216  else
69217    lt_cv_prog_compiler_static_works_GCJ=no
69218     save_LDFLAGS="$LDFLAGS"
69219 @@ -17561,8 +17721,8 @@
69220     LDFLAGS="$save_LDFLAGS"
69221  
69222  fi
69223 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
69224 -$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
69225 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
69226 +echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
69227  
69228  if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
69229      :
69230 @@ -17571,10 +17731,10 @@
69231  fi
69232  
69233  
69234 -{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
69235 -$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
69236 +{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
69237 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
69238  if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
69239 -  $as_echo_n "(cached) " >&6
69240 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69241  else
69242    lt_cv_prog_compiler_c_o_GCJ=no
69243     $rm -r conftest 2>/dev/null
69244 @@ -17592,11 +17752,11 @@
69245     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
69246     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
69247     -e 's:$: $lt_compiler_flag:'`
69248 -   (eval echo "\"\$as_me:17595: $lt_compile\"" >&5)
69249 +   (eval echo "\"\$as_me:17755: $lt_compile\"" >&5)
69250     (eval "$lt_compile" 2>out/conftest.err)
69251     ac_status=$?
69252     cat out/conftest.err >&5
69253 -   echo "$as_me:17599: \$? = $ac_status" >&5
69254 +   echo "$as_me:17759: \$? = $ac_status" >&5
69255     if (exit $ac_status) && test -s out/conftest2.$ac_objext
69256     then
69257       # The compiler can only warn and ignore the option if not recognized
69258 @@ -17618,34 +17778,34 @@
69259     $rm conftest*
69260  
69261  fi
69262 -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
69263 -$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
69264 +{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
69265 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
69266  
69267  
69268  hard_links="nottested"
69269  if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
69270    # do not overwrite the value of need_locks provided by the user
69271 -  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
69272 -$as_echo_n "checking if we can lock with hard links... " >&6; }
69273 +  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
69274 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
69275    hard_links=yes
69276    $rm conftest*
69277    ln conftest.a conftest.b 2>/dev/null && hard_links=no
69278    touch conftest.a
69279    ln conftest.a conftest.b 2>&5 || hard_links=no
69280    ln conftest.a conftest.b 2>/dev/null && hard_links=no
69281 -  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
69282 -$as_echo "$hard_links" >&6; }
69283 +  { echo "$as_me:$LINENO: result: $hard_links" >&5
69284 +echo "${ECHO_T}$hard_links" >&6; }
69285    if test "$hard_links" = no; then
69286 -    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
69287 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
69288 +    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
69289 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
69290      need_locks=warn
69291    fi
69292  else
69293    need_locks=no
69294  fi
69295  
69296 -{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
69297 -$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
69298 +{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
69299 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
69300  
69301    runpath_var=
69302    allow_undefined_flag_GCJ=
69303 @@ -17857,12 +18017,13 @@
69304    $echo "local: *; };" >> $output_objdir/$libname.ver~
69305           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
69306         fi
69307 +       link_all_deplibs_GCJ=no
69308        else
69309         ld_shlibs_GCJ=no
69310        fi
69311        ;;
69312  
69313 -    netbsd*)
69314 +    netbsd* | netbsdelf*-gnu)
69315        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
69316         archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
69317         wlarc=
69318 @@ -18075,21 +18236,18 @@
69319    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69320    *) ac_try_echo=$ac_try;;
69321  esac
69322 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69323 -$as_echo "$ac_try_echo") >&5
69324 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69325    (eval "$ac_link") 2>conftest.er1
69326    ac_status=$?
69327    grep -v '^ *+' conftest.er1 >conftest.err
69328    rm -f conftest.er1
69329    cat conftest.err >&5
69330 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69331 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69332    (exit $ac_status); } && {
69333          test -z "$ac_c_werror_flag" ||
69334          test ! -s conftest.err
69335 -       } && test -s conftest$ac_exeext && {
69336 -        test "$cross_compiling" = yes ||
69337 -        $as_test_x conftest$ac_exeext
69338 -       }; then
69339 +       } && test -s conftest$ac_exeext &&
69340 +       $as_test_x conftest$ac_exeext; then
69341  
69342  lt_aix_libpath_sed='
69343      /Import File Strings/,/^$/ {
69344 @@ -18104,13 +18262,12 @@
69345    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
69346  fi
69347  else
69348 -  $as_echo "$as_me: failed program was:" >&5
69349 +  echo "$as_me: failed program was:" >&5
69350  sed 's/^/| /' conftest.$ac_ext >&5
69351  
69352  
69353  fi
69354  
69355 -rm -rf conftest.dSYM
69356  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
69357        conftest$ac_exeext conftest.$ac_ext
69358  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
69359 @@ -18145,21 +18302,18 @@
69360    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69361    *) ac_try_echo=$ac_try;;
69362  esac
69363 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69364 -$as_echo "$ac_try_echo") >&5
69365 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69366    (eval "$ac_link") 2>conftest.er1
69367    ac_status=$?
69368    grep -v '^ *+' conftest.er1 >conftest.err
69369    rm -f conftest.er1
69370    cat conftest.err >&5
69371 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69372 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69373    (exit $ac_status); } && {
69374          test -z "$ac_c_werror_flag" ||
69375          test ! -s conftest.err
69376 -       } && test -s conftest$ac_exeext && {
69377 -        test "$cross_compiling" = yes ||
69378 -        $as_test_x conftest$ac_exeext
69379 -       }; then
69380 +       } && test -s conftest$ac_exeext &&
69381 +       $as_test_x conftest$ac_exeext; then
69382  
69383  lt_aix_libpath_sed='
69384      /Import File Strings/,/^$/ {
69385 @@ -18174,13 +18328,12 @@
69386    aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
69387  fi
69388  else
69389 -  $as_echo "$as_me: failed program was:" >&5
69390 +  echo "$as_me: failed program was:" >&5
69391  sed 's/^/| /' conftest.$ac_ext >&5
69392  
69393  
69394  fi
69395  
69396 -rm -rf conftest.dSYM
69397  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
69398        conftest$ac_exeext conftest.$ac_ext
69399  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
69400 @@ -18413,7 +18566,7 @@
69401        link_all_deplibs_GCJ=yes
69402        ;;
69403  
69404 -    netbsd*)
69405 +    netbsd* | netbsdelf*-gnu)
69406        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
69407         archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
69408        else
69409 @@ -18632,8 +18785,8 @@
69410      esac
69411    fi
69412  
69413 -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
69414 -$as_echo "$ld_shlibs_GCJ" >&6; }
69415 +{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
69416 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
69417  test "$ld_shlibs_GCJ" = no && can_build_shared=no
69418  
69419  #
69420 @@ -18653,15 +18806,15 @@
69421        # Test whether the compiler implicitly links with -lc since on some
69422        # systems, -lgcc has to come before -lc. If gcc already passes -lc
69423        # to ld, don't add -lc before -lgcc.
69424 -      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
69425 -$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
69426 +      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
69427 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
69428        $rm conftest*
69429        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
69430  
69431        if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
69432    (eval $ac_compile) 2>&5
69433    ac_status=$?
69434 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69435 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69436    (exit $ac_status); } 2>conftest.err; then
69437          soname=conftest
69438          lib=conftest
69439 @@ -18679,7 +18832,7 @@
69440          if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
69441    (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
69442    ac_status=$?
69443 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69444 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69445    (exit $ac_status); }
69446          then
69447           archive_cmds_need_lc_GCJ=no
69448 @@ -18691,16 +18844,16 @@
69449          cat conftest.err 1>&5
69450        fi
69451        $rm conftest*
69452 -      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
69453 -$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
69454 +      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
69455 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
69456        ;;
69457      esac
69458    fi
69459    ;;
69460  esac
69461  
69462 -{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
69463 -$as_echo_n "checking dynamic linker characteristics... " >&6; }
69464 +{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
69465 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
69466  library_names_spec=
69467  libname_spec='lib$name'
69468  soname_spec=
69469 @@ -19056,13 +19209,11 @@
69470    # Some rework will be needed to allow for fast_install
69471    # before this can be enabled.
69472    hardcode_into_libs=yes
69473 -  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
69474 -  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
69475  
69476    # Append ld.so.conf contents to the search path
69477    if test -f /etc/ld.so.conf; then
69478      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;/^$/d' | tr '\n' ' '`
69479 -    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
69480 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
69481    fi
69482  
69483    # We used to test for /lib/ld.so.1 and disable shared libraries on
69484 @@ -19074,6 +19225,18 @@
69485    dynamic_linker='GNU/Linux ld.so'
69486    ;;
69487  
69488 +netbsdelf*-gnu)
69489 +  version_type=linux
69490 +  need_lib_prefix=no
69491 +  need_version=no
69492 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
69493 +  soname_spec='${libname}${release}${shared_ext}$major'
69494 +  shlibpath_var=LD_LIBRARY_PATH
69495 +  shlibpath_overrides_runpath=no
69496 +  hardcode_into_libs=yes
69497 +  dynamic_linker='NetBSD ld.elf_so'
69498 +  ;;
69499 +
69500  netbsd*)
69501    version_type=sunos
69502    need_lib_prefix=no
69503 @@ -19251,19 +19414,19 @@
69504    dynamic_linker=no
69505    ;;
69506  esac
69507 -{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
69508 -$as_echo "$dynamic_linker" >&6; }
69509 +{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
69510 +echo "${ECHO_T}$dynamic_linker" >&6; }
69511  test "$dynamic_linker" = no && can_build_shared=no
69512  
69513  if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
69514 -  $as_echo_n "(cached) " >&6
69515 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69516  else
69517    lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
69518  fi
69519  
69520  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
69521  if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
69522 -  $as_echo_n "(cached) " >&6
69523 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69524  else
69525    lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
69526  fi
69527 @@ -19275,8 +19438,8 @@
69528    variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
69529  fi
69530  
69531 -{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
69532 -$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
69533 +{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
69534 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
69535  hardcode_action_GCJ=
69536  if test -n "$hardcode_libdir_flag_spec_GCJ" || \
69537     test -n "$runpath_var_GCJ" || \
69538 @@ -19300,8 +19463,8 @@
69539    # directories.
69540    hardcode_action_GCJ=unsupported
69541  fi
69542 -{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
69543 -$as_echo "$hardcode_action_GCJ" >&6; }
69544 +{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
69545 +echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
69546  
69547  if test "$hardcode_action_GCJ" = relink; then
69548    # Fast installation is not supported
69549 @@ -20224,8 +20387,8 @@
69550         ;;
69551  
69552        *)
69553 -       { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
69554 -$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
69555 +       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
69556 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
69557     { (exit 1); exit 1; }; }
69558         ;;
69559        esac
69560 @@ -20244,8 +20407,8 @@
69561      chmod +x "$ofile"
69562    else
69563      rm -f "${ofile}T"
69564 -    { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
69565 -$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
69566 +    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
69567 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
69568     { (exit 1); exit 1; }; }
69569    fi
69570  fi
69571 @@ -20280,8 +20443,8 @@
69572  
69573  
69574  
69575 -{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
69576 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
69577 +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
69578 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
69579      # Check whether --enable-maintainer-mode was given.
69580  if test "${enable_maintainer_mode+set}" = set; then
69581    enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
69582 @@ -20289,8 +20452,8 @@
69583    USE_MAINTAINER_MODE=no
69584  fi
69585  
69586 -  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
69587 -$as_echo "$USE_MAINTAINER_MODE" >&6; }
69588 +  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
69589 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
69590     if test $USE_MAINTAINER_MODE = yes; then
69591    MAINTAINER_MODE_TRUE=
69592    MAINTAINER_MODE_FALSE='#'
69593 @@ -20306,21 +20469,20 @@
69594  
69595  for ac_header in sys/mman.h
69596  do
69597 -as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
69598 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
69599  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
69600 -  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
69601 -$as_echo_n "checking for $ac_header... " >&6; }
69602 +  { echo "$as_me:$LINENO: checking for $ac_header" >&5
69603 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
69604  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
69605 -  $as_echo_n "(cached) " >&6
69606 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69607  fi
69608 -ac_res=`eval 'as_val=${'$as_ac_Header'}
69609 -                $as_echo "$as_val"'`
69610 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
69611 -$as_echo "$ac_res" >&6; }
69612 +ac_res=`eval echo '${'$as_ac_Header'}'`
69613 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
69614 +echo "${ECHO_T}$ac_res" >&6; }
69615  else
69616    # Is the header compilable?
69617 -{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
69618 -$as_echo_n "checking $ac_header usability... " >&6; }
69619 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
69620 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
69621  cat >conftest.$ac_ext <<_ACEOF
69622  /* confdefs.h.  */
69623  _ACEOF
69624 @@ -20336,33 +20498,32 @@
69625    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69626    *) ac_try_echo=$ac_try;;
69627  esac
69628 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69629 -$as_echo "$ac_try_echo") >&5
69630 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69631    (eval "$ac_compile") 2>conftest.er1
69632    ac_status=$?
69633    grep -v '^ *+' conftest.er1 >conftest.err
69634    rm -f conftest.er1
69635    cat conftest.err >&5
69636 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69637 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69638    (exit $ac_status); } && {
69639          test -z "$ac_c_werror_flag" ||
69640          test ! -s conftest.err
69641         } && test -s conftest.$ac_objext; then
69642    ac_header_compiler=yes
69643  else
69644 -  $as_echo "$as_me: failed program was:" >&5
69645 +  echo "$as_me: failed program was:" >&5
69646  sed 's/^/| /' conftest.$ac_ext >&5
69647  
69648         ac_header_compiler=no
69649  fi
69650  
69651  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69652 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
69653 -$as_echo "$ac_header_compiler" >&6; }
69654 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
69655 +echo "${ECHO_T}$ac_header_compiler" >&6; }
69656  
69657  # Is the header present?
69658 -{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
69659 -$as_echo_n "checking $ac_header presence... " >&6; }
69660 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
69661 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
69662  cat >conftest.$ac_ext <<_ACEOF
69663  /* confdefs.h.  */
69664  _ACEOF
69665 @@ -20376,52 +20537,51 @@
69666    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69667    *) ac_try_echo=$ac_try;;
69668  esac
69669 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69670 -$as_echo "$ac_try_echo") >&5
69671 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69672    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
69673    ac_status=$?
69674    grep -v '^ *+' conftest.er1 >conftest.err
69675    rm -f conftest.er1
69676    cat conftest.err >&5
69677 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69678 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69679    (exit $ac_status); } >/dev/null && {
69680          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
69681          test ! -s conftest.err
69682         }; then
69683    ac_header_preproc=yes
69684  else
69685 -  $as_echo "$as_me: failed program was:" >&5
69686 +  echo "$as_me: failed program was:" >&5
69687  sed 's/^/| /' conftest.$ac_ext >&5
69688  
69689    ac_header_preproc=no
69690  fi
69691  
69692  rm -f conftest.err conftest.$ac_ext
69693 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
69694 -$as_echo "$ac_header_preproc" >&6; }
69695 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
69696 +echo "${ECHO_T}$ac_header_preproc" >&6; }
69697  
69698  # So?  What about this header?
69699  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
69700    yes:no: )
69701 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
69702 -$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
69703 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
69704 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
69705 +    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
69706 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
69707 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
69708 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
69709      ac_header_preproc=yes
69710      ;;
69711    no:yes:* )
69712 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
69713 -$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
69714 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
69715 -$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
69716 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
69717 -$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
69718 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
69719 -$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
69720 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
69721 -$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
69722 -    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
69723 -$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
69724 +    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
69725 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
69726 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
69727 +echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
69728 +    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
69729 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
69730 +    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
69731 +echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
69732 +    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
69733 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
69734 +    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
69735 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
69736      ( cat <<\_ASBOX
69737  ## ------------------------------------------- ##
69738  ## Report this to http://gcc.gnu.org/bugs.html ##
69739 @@ -20430,24 +20590,21 @@
69740       ) | sed "s/^/$as_me: WARNING:     /" >&2
69741      ;;
69742  esac
69743 -{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
69744 -$as_echo_n "checking for $ac_header... " >&6; }
69745 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5
69746 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
69747  if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
69748 -  $as_echo_n "(cached) " >&6
69749 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69750  else
69751    eval "$as_ac_Header=\$ac_header_preproc"
69752  fi
69753 -ac_res=`eval 'as_val=${'$as_ac_Header'}
69754 -                $as_echo "$as_val"'`
69755 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
69756 -$as_echo "$ac_res" >&6; }
69757 +ac_res=`eval echo '${'$as_ac_Header'}'`
69758 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
69759 +echo "${ECHO_T}$ac_res" >&6; }
69760  
69761  fi
69762 -as_val=`eval 'as_val=${'$as_ac_Header'}
69763 -                $as_echo "$as_val"'`
69764 -   if test "x$as_val" = x""yes; then
69765 +if test `eval echo '${'$as_ac_Header'}'` = yes; then
69766    cat >>confdefs.h <<_ACEOF
69767 -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
69768 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
69769  _ACEOF
69770  
69771  fi
69772 @@ -20457,11 +20614,11 @@
69773  
69774  for ac_func in mmap
69775  do
69776 -as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
69777 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
69778 -$as_echo_n "checking for $ac_func... " >&6; }
69779 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
69780 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
69781 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
69782  if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
69783 -  $as_echo_n "(cached) " >&6
69784 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69785  else
69786    cat >conftest.$ac_ext <<_ACEOF
69787  /* confdefs.h.  */
69788 @@ -20514,42 +20671,35 @@
69789    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69790    *) ac_try_echo=$ac_try;;
69791  esac
69792 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69793 -$as_echo "$ac_try_echo") >&5
69794 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69795    (eval "$ac_link") 2>conftest.er1
69796    ac_status=$?
69797    grep -v '^ *+' conftest.er1 >conftest.err
69798    rm -f conftest.er1
69799    cat conftest.err >&5
69800 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69801 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69802    (exit $ac_status); } && {
69803          test -z "$ac_c_werror_flag" ||
69804          test ! -s conftest.err
69805 -       } && test -s conftest$ac_exeext && {
69806 -        test "$cross_compiling" = yes ||
69807 -        $as_test_x conftest$ac_exeext
69808 -       }; then
69809 +       } && test -s conftest$ac_exeext &&
69810 +       $as_test_x conftest$ac_exeext; then
69811    eval "$as_ac_var=yes"
69812  else
69813 -  $as_echo "$as_me: failed program was:" >&5
69814 +  echo "$as_me: failed program was:" >&5
69815  sed 's/^/| /' conftest.$ac_ext >&5
69816  
69817         eval "$as_ac_var=no"
69818  fi
69819  
69820 -rm -rf conftest.dSYM
69821  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
69822        conftest$ac_exeext conftest.$ac_ext
69823  fi
69824 -ac_res=`eval 'as_val=${'$as_ac_var'}
69825 -                $as_echo "$as_val"'`
69826 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
69827 -$as_echo "$ac_res" >&6; }
69828 -as_val=`eval 'as_val=${'$as_ac_var'}
69829 -                $as_echo "$as_val"'`
69830 -   if test "x$as_val" = x""yes; then
69831 +ac_res=`eval echo '${'$as_ac_var'}'`
69832 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
69833 +echo "${ECHO_T}$ac_res" >&6; }
69834 +if test `eval echo '${'$as_ac_var'}'` = yes; then
69835    cat >>confdefs.h <<_ACEOF
69836 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
69837 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
69838  _ACEOF
69839  
69840  fi
69841 @@ -20557,17 +20707,17 @@
69842  
69843  
69844  if test "${ac_cv_header_sys_mman_h+set}" = set; then
69845 -  { $as_echo "$as_me:$LINENO: checking for sys/mman.h" >&5
69846 -$as_echo_n "checking for sys/mman.h... " >&6; }
69847 +  { echo "$as_me:$LINENO: checking for sys/mman.h" >&5
69848 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
69849  if test "${ac_cv_header_sys_mman_h+set}" = set; then
69850 -  $as_echo_n "(cached) " >&6
69851 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69852  fi
69853 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
69854 -$as_echo "$ac_cv_header_sys_mman_h" >&6; }
69855 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
69856 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
69857  else
69858    # Is the header compilable?
69859 -{ $as_echo "$as_me:$LINENO: checking sys/mman.h usability" >&5
69860 -$as_echo_n "checking sys/mman.h usability... " >&6; }
69861 +{ echo "$as_me:$LINENO: checking sys/mman.h usability" >&5
69862 +echo $ECHO_N "checking sys/mman.h usability... $ECHO_C" >&6; }
69863  cat >conftest.$ac_ext <<_ACEOF
69864  /* confdefs.h.  */
69865  _ACEOF
69866 @@ -20583,33 +20733,32 @@
69867    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69868    *) ac_try_echo=$ac_try;;
69869  esac
69870 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69871 -$as_echo "$ac_try_echo") >&5
69872 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69873    (eval "$ac_compile") 2>conftest.er1
69874    ac_status=$?
69875    grep -v '^ *+' conftest.er1 >conftest.err
69876    rm -f conftest.er1
69877    cat conftest.err >&5
69878 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69879 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69880    (exit $ac_status); } && {
69881          test -z "$ac_c_werror_flag" ||
69882          test ! -s conftest.err
69883         } && test -s conftest.$ac_objext; then
69884    ac_header_compiler=yes
69885  else
69886 -  $as_echo "$as_me: failed program was:" >&5
69887 +  echo "$as_me: failed program was:" >&5
69888  sed 's/^/| /' conftest.$ac_ext >&5
69889  
69890         ac_header_compiler=no
69891  fi
69892  
69893  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69894 -{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
69895 -$as_echo "$ac_header_compiler" >&6; }
69896 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
69897 +echo "${ECHO_T}$ac_header_compiler" >&6; }
69898  
69899  # Is the header present?
69900 -{ $as_echo "$as_me:$LINENO: checking sys/mman.h presence" >&5
69901 -$as_echo_n "checking sys/mman.h presence... " >&6; }
69902 +{ echo "$as_me:$LINENO: checking sys/mman.h presence" >&5
69903 +echo $ECHO_N "checking sys/mman.h presence... $ECHO_C" >&6; }
69904  cat >conftest.$ac_ext <<_ACEOF
69905  /* confdefs.h.  */
69906  _ACEOF
69907 @@ -20623,52 +20772,51 @@
69908    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
69909    *) ac_try_echo=$ac_try;;
69910  esac
69911 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
69912 -$as_echo "$ac_try_echo") >&5
69913 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
69914    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
69915    ac_status=$?
69916    grep -v '^ *+' conftest.er1 >conftest.err
69917    rm -f conftest.er1
69918    cat conftest.err >&5
69919 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
69920 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
69921    (exit $ac_status); } >/dev/null && {
69922          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
69923          test ! -s conftest.err
69924         }; then
69925    ac_header_preproc=yes
69926  else
69927 -  $as_echo "$as_me: failed program was:" >&5
69928 +  echo "$as_me: failed program was:" >&5
69929  sed 's/^/| /' conftest.$ac_ext >&5
69930  
69931    ac_header_preproc=no
69932  fi
69933  
69934  rm -f conftest.err conftest.$ac_ext
69935 -{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
69936 -$as_echo "$ac_header_preproc" >&6; }
69937 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
69938 +echo "${ECHO_T}$ac_header_preproc" >&6; }
69939  
69940  # So?  What about this header?
69941  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
69942    yes:no: )
69943 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&5
69944 -$as_echo "$as_me: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
69945 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the compiler's result" >&5
69946 -$as_echo "$as_me: WARNING: sys/mman.h: proceeding with the compiler's result" >&2;}
69947 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&5
69948 +echo "$as_me: WARNING: sys/mman.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
69949 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the compiler's result" >&5
69950 +echo "$as_me: WARNING: sys/mman.h: proceeding with the compiler's result" >&2;}
69951      ac_header_preproc=yes
69952      ;;
69953    no:yes:* )
69954 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: present but cannot be compiled" >&5
69955 -$as_echo "$as_me: WARNING: sys/mman.h: present but cannot be compiled" >&2;}
69956 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&5
69957 -$as_echo "$as_me: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&2;}
69958 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: see the Autoconf documentation" >&5
69959 -$as_echo "$as_me: WARNING: sys/mman.h: see the Autoconf documentation" >&2;}
69960 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&5
69961 -$as_echo "$as_me: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&2;}
69962 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&5
69963 -$as_echo "$as_me: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&2;}
69964 -    { $as_echo "$as_me:$LINENO: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&5
69965 -$as_echo "$as_me: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&2;}
69966 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: present but cannot be compiled" >&5
69967 +echo "$as_me: WARNING: sys/mman.h: present but cannot be compiled" >&2;}
69968 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&5
69969 +echo "$as_me: WARNING: sys/mman.h:     check for missing prerequisite headers?" >&2;}
69970 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: see the Autoconf documentation" >&5
69971 +echo "$as_me: WARNING: sys/mman.h: see the Autoconf documentation" >&2;}
69972 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&5
69973 +echo "$as_me: WARNING: sys/mman.h:     section \"Present But Cannot Be Compiled\"" >&2;}
69974 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&5
69975 +echo "$as_me: WARNING: sys/mman.h: proceeding with the preprocessor's result" >&2;}
69976 +    { echo "$as_me:$LINENO: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&5
69977 +echo "$as_me: WARNING: sys/mman.h: in the future, the compiler will take precedence" >&2;}
69978      ( cat <<\_ASBOX
69979  ## ------------------------------------------- ##
69980  ## Report this to http://gcc.gnu.org/bugs.html ##
69981 @@ -20677,28 +20825,28 @@
69982       ) | sed "s/^/$as_me: WARNING:     /" >&2
69983      ;;
69984  esac
69985 -{ $as_echo "$as_me:$LINENO: checking for sys/mman.h" >&5
69986 -$as_echo_n "checking for sys/mman.h... " >&6; }
69987 +{ echo "$as_me:$LINENO: checking for sys/mman.h" >&5
69988 +echo $ECHO_N "checking for sys/mman.h... $ECHO_C" >&6; }
69989  if test "${ac_cv_header_sys_mman_h+set}" = set; then
69990 -  $as_echo_n "(cached) " >&6
69991 +  echo $ECHO_N "(cached) $ECHO_C" >&6
69992  else
69993    ac_cv_header_sys_mman_h=$ac_header_preproc
69994  fi
69995 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
69996 -$as_echo "$ac_cv_header_sys_mman_h" >&6; }
69997 +{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_mman_h" >&5
69998 +echo "${ECHO_T}$ac_cv_header_sys_mman_h" >&6; }
69999  
70000  fi
70001 -if test "x$ac_cv_header_sys_mman_h" = x""yes; then
70002 +if test $ac_cv_header_sys_mman_h = yes; then
70003    libffi_header_sys_mman_h=yes
70004  else
70005    libffi_header_sys_mman_h=no
70006  fi
70007  
70008  
70009 -{ $as_echo "$as_me:$LINENO: checking for mmap" >&5
70010 -$as_echo_n "checking for mmap... " >&6; }
70011 +{ echo "$as_me:$LINENO: checking for mmap" >&5
70012 +echo $ECHO_N "checking for mmap... $ECHO_C" >&6; }
70013  if test "${ac_cv_func_mmap+set}" = set; then
70014 -  $as_echo_n "(cached) " >&6
70015 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70016  else
70017    cat >conftest.$ac_ext <<_ACEOF
70018  /* confdefs.h.  */
70019 @@ -20751,36 +20899,32 @@
70020    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70021    *) ac_try_echo=$ac_try;;
70022  esac
70023 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70024 -$as_echo "$ac_try_echo") >&5
70025 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70026    (eval "$ac_link") 2>conftest.er1
70027    ac_status=$?
70028    grep -v '^ *+' conftest.er1 >conftest.err
70029    rm -f conftest.er1
70030    cat conftest.err >&5
70031 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70032 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70033    (exit $ac_status); } && {
70034          test -z "$ac_c_werror_flag" ||
70035          test ! -s conftest.err
70036 -       } && test -s conftest$ac_exeext && {
70037 -        test "$cross_compiling" = yes ||
70038 -        $as_test_x conftest$ac_exeext
70039 -       }; then
70040 +       } && test -s conftest$ac_exeext &&
70041 +       $as_test_x conftest$ac_exeext; then
70042    ac_cv_func_mmap=yes
70043  else
70044 -  $as_echo "$as_me: failed program was:" >&5
70045 +  echo "$as_me: failed program was:" >&5
70046  sed 's/^/| /' conftest.$ac_ext >&5
70047  
70048         ac_cv_func_mmap=no
70049  fi
70050  
70051 -rm -rf conftest.dSYM
70052  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
70053        conftest$ac_exeext conftest.$ac_ext
70054  fi
70055 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap" >&5
70056 -$as_echo "$ac_cv_func_mmap" >&6; }
70057 -if test "x$ac_cv_func_mmap" = x""yes; then
70058 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap" >&5
70059 +echo "${ECHO_T}$ac_cv_func_mmap" >&6; }
70060 +if test $ac_cv_func_mmap = yes; then
70061    libffi_func_mmap=yes
70062  else
70063    libffi_func_mmap=no
70064 @@ -20792,10 +20936,10 @@
70065     ac_cv_func_mmap_dev_zero=no
70066     ac_cv_func_mmap_anon=no
70067  else
70068 -   { $as_echo "$as_me:$LINENO: checking whether read-only mmap of a plain file works" >&5
70069 -$as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
70070 +   { echo "$as_me:$LINENO: checking whether read-only mmap of a plain file works" >&5
70071 +echo $ECHO_N "checking whether read-only mmap of a plain file works... $ECHO_C" >&6; }
70072  if test "${ac_cv_func_mmap_file+set}" = set; then
70073 -  $as_echo_n "(cached) " >&6
70074 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70075  else
70076    # Add a system to this blacklist if
70077     # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
70078 @@ -20809,12 +20953,12 @@
70079         ac_cv_func_mmap_file=yes;;
70080     esac
70081  fi
70082 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_file" >&5
70083 -$as_echo "$ac_cv_func_mmap_file" >&6; }
70084 -   { $as_echo "$as_me:$LINENO: checking whether mmap from /dev/zero works" >&5
70085 -$as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
70086 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_file" >&5
70087 +echo "${ECHO_T}$ac_cv_func_mmap_file" >&6; }
70088 +   { echo "$as_me:$LINENO: checking whether mmap from /dev/zero works" >&5
70089 +echo $ECHO_N "checking whether mmap from /dev/zero works... $ECHO_C" >&6; }
70090  if test "${ac_cv_func_mmap_dev_zero+set}" = set; then
70091 -  $as_echo_n "(cached) " >&6
70092 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70093  else
70094    # Add a system to this blacklist if it has mmap() but /dev/zero
70095     # does not exist, or if mmapping /dev/zero does not give anonymous
70096 @@ -20833,14 +20977,14 @@
70097         ac_cv_func_mmap_dev_zero=yes;;
70098     esac
70099  fi
70100 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_dev_zero" >&5
70101 -$as_echo "$ac_cv_func_mmap_dev_zero" >&6; }
70102 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_dev_zero" >&5
70103 +echo "${ECHO_T}$ac_cv_func_mmap_dev_zero" >&6; }
70104  
70105     # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
70106 -   { $as_echo "$as_me:$LINENO: checking for MAP_ANON(YMOUS)" >&5
70107 -$as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
70108 +   { echo "$as_me:$LINENO: checking for MAP_ANON(YMOUS)" >&5
70109 +echo $ECHO_N "checking for MAP_ANON(YMOUS)... $ECHO_C" >&6; }
70110  if test "${ac_cv_decl_map_anon+set}" = set; then
70111 -  $as_echo_n "(cached) " >&6
70112 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70113  else
70114    cat >conftest.$ac_ext <<_ACEOF
70115  /* confdefs.h.  */
70116 @@ -20870,21 +21014,20 @@
70117    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70118    *) ac_try_echo=$ac_try;;
70119  esac
70120 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70121 -$as_echo "$ac_try_echo") >&5
70122 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70123    (eval "$ac_compile") 2>conftest.er1
70124    ac_status=$?
70125    grep -v '^ *+' conftest.er1 >conftest.err
70126    rm -f conftest.er1
70127    cat conftest.err >&5
70128 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70129 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70130    (exit $ac_status); } && {
70131          test -z "$ac_c_werror_flag" ||
70132          test ! -s conftest.err
70133         } && test -s conftest.$ac_objext; then
70134    ac_cv_decl_map_anon=yes
70135  else
70136 -  $as_echo "$as_me: failed program was:" >&5
70137 +  echo "$as_me: failed program was:" >&5
70138  sed 's/^/| /' conftest.$ac_ext >&5
70139  
70140         ac_cv_decl_map_anon=no
70141 @@ -20892,16 +21035,16 @@
70142  
70143  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70144  fi
70145 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_decl_map_anon" >&5
70146 -$as_echo "$ac_cv_decl_map_anon" >&6; }
70147 +{ echo "$as_me:$LINENO: result: $ac_cv_decl_map_anon" >&5
70148 +echo "${ECHO_T}$ac_cv_decl_map_anon" >&6; }
70149  
70150     if test $ac_cv_decl_map_anon = no; then
70151       ac_cv_func_mmap_anon=no
70152     else
70153 -     { $as_echo "$as_me:$LINENO: checking whether mmap with MAP_ANON(YMOUS) works" >&5
70154 -$as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
70155 +     { echo "$as_me:$LINENO: checking whether mmap with MAP_ANON(YMOUS) works" >&5
70156 +echo $ECHO_N "checking whether mmap with MAP_ANON(YMOUS) works... $ECHO_C" >&6; }
70157  if test "${ac_cv_func_mmap_anon+set}" = set; then
70158 -  $as_echo_n "(cached) " >&6
70159 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70160  else
70161    # Add a system to this blacklist if it has mmap() and MAP_ANON or
70162     # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
70163 @@ -20915,8 +21058,8 @@
70164         ac_cv_func_mmap_anon=yes;;
70165     esac
70166  fi
70167 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_anon" >&5
70168 -$as_echo "$ac_cv_func_mmap_anon" >&6; }
70169 +{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_anon" >&5
70170 +echo "${ECHO_T}$ac_cv_func_mmap_anon" >&6; }
70171     fi
70172  fi
70173  
70174 @@ -21068,8 +21211,8 @@
70175  
70176  
70177  if test $TARGETDIR = unknown; then
70178 -  { { $as_echo "$as_me:$LINENO: error: \"libffi has not been ported to $host.\"" >&5
70179 -$as_echo "$as_me: error: \"libffi has not been ported to $host.\"" >&2;}
70180 +  { { echo "$as_me:$LINENO: error: \"libffi has not been ported to $host.\"" >&5
70181 +echo "$as_me: error: \"libffi has not been ported to $host.\"" >&2;}
70182     { (exit 1); exit 1; }; }
70183  fi
70184  
70185 @@ -21266,10 +21409,10 @@
70186  fi
70187  
70188  
70189 -{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
70190 -$as_echo_n "checking for ANSI C header files... " >&6; }
70191 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
70192 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
70193  if test "${ac_cv_header_stdc+set}" = set; then
70194 -  $as_echo_n "(cached) " >&6
70195 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70196  else
70197    cat >conftest.$ac_ext <<_ACEOF
70198  /* confdefs.h.  */
70199 @@ -21296,21 +21439,20 @@
70200    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70201    *) ac_try_echo=$ac_try;;
70202  esac
70203 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70204 -$as_echo "$ac_try_echo") >&5
70205 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70206    (eval "$ac_compile") 2>conftest.er1
70207    ac_status=$?
70208    grep -v '^ *+' conftest.er1 >conftest.err
70209    rm -f conftest.er1
70210    cat conftest.err >&5
70211 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70212 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70213    (exit $ac_status); } && {
70214          test -z "$ac_c_werror_flag" ||
70215          test ! -s conftest.err
70216         } && test -s conftest.$ac_objext; then
70217    ac_cv_header_stdc=yes
70218  else
70219 -  $as_echo "$as_me: failed program was:" >&5
70220 +  echo "$as_me: failed program was:" >&5
70221  sed 's/^/| /' conftest.$ac_ext >&5
70222  
70223         ac_cv_header_stdc=no
70224 @@ -21402,40 +21544,37 @@
70225    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70226    *) ac_try_echo=$ac_try;;
70227  esac
70228 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70229 -$as_echo "$ac_try_echo") >&5
70230 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70231    (eval "$ac_link") 2>&5
70232    ac_status=$?
70233 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70234 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70235    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
70236    { (case "(($ac_try" in
70237    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70238    *) ac_try_echo=$ac_try;;
70239  esac
70240 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70241 -$as_echo "$ac_try_echo") >&5
70242 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70243    (eval "$ac_try") 2>&5
70244    ac_status=$?
70245 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70246 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70247    (exit $ac_status); }; }; then
70248    :
70249  else
70250 -  $as_echo "$as_me: program exited with status $ac_status" >&5
70251 -$as_echo "$as_me: failed program was:" >&5
70252 +  echo "$as_me: program exited with status $ac_status" >&5
70253 +echo "$as_me: failed program was:" >&5
70254  sed 's/^/| /' conftest.$ac_ext >&5
70255  
70256  ( exit $ac_status )
70257  ac_cv_header_stdc=no
70258  fi
70259 -rm -rf conftest.dSYM
70260  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
70261  fi
70262  
70263  
70264  fi
70265  fi
70266 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
70267 -$as_echo "$ac_cv_header_stdc" >&6; }
70268 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
70269 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
70270  if test $ac_cv_header_stdc = yes; then
70271  
70272  cat >>confdefs.h <<\_ACEOF
70273 @@ -21447,11 +21586,11 @@
70274  
70275  for ac_func in memcpy
70276  do
70277 -as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70278 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
70279 -$as_echo_n "checking for $ac_func... " >&6; }
70280 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
70281 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
70282 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
70283  if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
70284 -  $as_echo_n "(cached) " >&6
70285 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70286  else
70287    cat >conftest.$ac_ext <<_ACEOF
70288  /* confdefs.h.  */
70289 @@ -21504,42 +21643,35 @@
70290    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70291    *) ac_try_echo=$ac_try;;
70292  esac
70293 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70294 -$as_echo "$ac_try_echo") >&5
70295 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70296    (eval "$ac_link") 2>conftest.er1
70297    ac_status=$?
70298    grep -v '^ *+' conftest.er1 >conftest.err
70299    rm -f conftest.er1
70300    cat conftest.err >&5
70301 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70302 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70303    (exit $ac_status); } && {
70304          test -z "$ac_c_werror_flag" ||
70305          test ! -s conftest.err
70306 -       } && test -s conftest$ac_exeext && {
70307 -        test "$cross_compiling" = yes ||
70308 -        $as_test_x conftest$ac_exeext
70309 -       }; then
70310 +       } && test -s conftest$ac_exeext &&
70311 +       $as_test_x conftest$ac_exeext; then
70312    eval "$as_ac_var=yes"
70313  else
70314 -  $as_echo "$as_me: failed program was:" >&5
70315 +  echo "$as_me: failed program was:" >&5
70316  sed 's/^/| /' conftest.$ac_ext >&5
70317  
70318         eval "$as_ac_var=no"
70319  fi
70320  
70321 -rm -rf conftest.dSYM
70322  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
70323        conftest$ac_exeext conftest.$ac_ext
70324  fi
70325 -ac_res=`eval 'as_val=${'$as_ac_var'}
70326 -                $as_echo "$as_val"'`
70327 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
70328 -$as_echo "$ac_res" >&6; }
70329 -as_val=`eval 'as_val=${'$as_ac_var'}
70330 -                $as_echo "$as_val"'`
70331 -   if test "x$as_val" = x""yes; then
70332 +ac_res=`eval echo '${'$as_ac_var'}'`
70333 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
70334 +echo "${ECHO_T}$ac_res" >&6; }
70335 +if test `eval echo '${'$as_ac_var'}'` = yes; then
70336    cat >>confdefs.h <<_ACEOF
70337 -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
70338 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
70339  _ACEOF
70340  
70341  fi
70342 @@ -21547,10 +21679,10 @@
70343  
70344  # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
70345  # for constant arguments.  Useless!
70346 -{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
70347 -$as_echo_n "checking for working alloca.h... " >&6; }
70348 +{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
70349 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
70350  if test "${ac_cv_working_alloca_h+set}" = set; then
70351 -  $as_echo_n "(cached) " >&6
70352 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70353  else
70354    cat >conftest.$ac_ext <<_ACEOF
70355  /* confdefs.h.  */
70356 @@ -21574,35 +21706,31 @@
70357    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70358    *) ac_try_echo=$ac_try;;
70359  esac
70360 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70361 -$as_echo "$ac_try_echo") >&5
70362 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70363    (eval "$ac_link") 2>conftest.er1
70364    ac_status=$?
70365    grep -v '^ *+' conftest.er1 >conftest.err
70366    rm -f conftest.er1
70367    cat conftest.err >&5
70368 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70369 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70370    (exit $ac_status); } && {
70371          test -z "$ac_c_werror_flag" ||
70372          test ! -s conftest.err
70373 -       } && test -s conftest$ac_exeext && {
70374 -        test "$cross_compiling" = yes ||
70375 -        $as_test_x conftest$ac_exeext
70376 -       }; then
70377 +       } && test -s conftest$ac_exeext &&
70378 +       $as_test_x conftest$ac_exeext; then
70379    ac_cv_working_alloca_h=yes
70380  else
70381 -  $as_echo "$as_me: failed program was:" >&5
70382 +  echo "$as_me: failed program was:" >&5
70383  sed 's/^/| /' conftest.$ac_ext >&5
70384  
70385         ac_cv_working_alloca_h=no
70386  fi
70387  
70388 -rm -rf conftest.dSYM
70389  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
70390        conftest$ac_exeext conftest.$ac_ext
70391  fi
70392 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
70393 -$as_echo "$ac_cv_working_alloca_h" >&6; }
70394 +{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
70395 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
70396  if test $ac_cv_working_alloca_h = yes; then
70397  
70398  cat >>confdefs.h <<\_ACEOF
70399 @@ -21611,10 +21739,10 @@
70400  
70401  fi
70402  
70403 -{ $as_echo "$as_me:$LINENO: checking for alloca" >&5
70404 -$as_echo_n "checking for alloca... " >&6; }
70405 +{ echo "$as_me:$LINENO: checking for alloca" >&5
70406 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
70407  if test "${ac_cv_func_alloca_works+set}" = set; then
70408 -  $as_echo_n "(cached) " >&6
70409 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70410  else
70411    cat >conftest.$ac_ext <<_ACEOF
70412  /* confdefs.h.  */
70413 @@ -21658,35 +21786,31 @@
70414    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70415    *) ac_try_echo=$ac_try;;
70416  esac
70417 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70418 -$as_echo "$ac_try_echo") >&5
70419 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70420    (eval "$ac_link") 2>conftest.er1
70421    ac_status=$?
70422    grep -v '^ *+' conftest.er1 >conftest.err
70423    rm -f conftest.er1
70424    cat conftest.err >&5
70425 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70426 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70427    (exit $ac_status); } && {
70428          test -z "$ac_c_werror_flag" ||
70429          test ! -s conftest.err
70430 -       } && test -s conftest$ac_exeext && {
70431 -        test "$cross_compiling" = yes ||
70432 -        $as_test_x conftest$ac_exeext
70433 -       }; then
70434 +       } && test -s conftest$ac_exeext &&
70435 +       $as_test_x conftest$ac_exeext; then
70436    ac_cv_func_alloca_works=yes
70437  else
70438 -  $as_echo "$as_me: failed program was:" >&5
70439 +  echo "$as_me: failed program was:" >&5
70440  sed 's/^/| /' conftest.$ac_ext >&5
70441  
70442         ac_cv_func_alloca_works=no
70443  fi
70444  
70445 -rm -rf conftest.dSYM
70446  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
70447        conftest$ac_exeext conftest.$ac_ext
70448  fi
70449 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
70450 -$as_echo "$ac_cv_func_alloca_works" >&6; }
70451 +{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
70452 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
70453  
70454  if test $ac_cv_func_alloca_works = yes; then
70455  
70456 @@ -21707,10 +21831,10 @@
70457  _ACEOF
70458  
70459  
70460 -{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
70461 -$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
70462 +{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
70463 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
70464  if test "${ac_cv_os_cray+set}" = set; then
70465 -  $as_echo_n "(cached) " >&6
70466 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70467  else
70468    cat >conftest.$ac_ext <<_ACEOF
70469  /* confdefs.h.  */
70470 @@ -21734,15 +21858,15 @@
70471  rm -f conftest*
70472  
70473  fi
70474 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
70475 -$as_echo "$ac_cv_os_cray" >&6; }
70476 +{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
70477 +echo "${ECHO_T}$ac_cv_os_cray" >&6; }
70478  if test $ac_cv_os_cray = yes; then
70479    for ac_func in _getb67 GETB67 getb67; do
70480 -    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70481 -{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
70482 -$as_echo_n "checking for $ac_func... " >&6; }
70483 +    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
70484 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5
70485 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
70486  if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
70487 -  $as_echo_n "(cached) " >&6
70488 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70489  else
70490    cat >conftest.$ac_ext <<_ACEOF
70491  /* confdefs.h.  */
70492 @@ -21795,40 +21919,33 @@
70493    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70494    *) ac_try_echo=$ac_try;;
70495  esac
70496 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70497 -$as_echo "$ac_try_echo") >&5
70498 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70499    (eval "$ac_link") 2>conftest.er1
70500    ac_status=$?
70501    grep -v '^ *+' conftest.er1 >conftest.err
70502    rm -f conftest.er1
70503    cat conftest.err >&5
70504 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70505 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70506    (exit $ac_status); } && {
70507          test -z "$ac_c_werror_flag" ||
70508          test ! -s conftest.err
70509 -       } && test -s conftest$ac_exeext && {
70510 -        test "$cross_compiling" = yes ||
70511 -        $as_test_x conftest$ac_exeext
70512 -       }; then
70513 +       } && test -s conftest$ac_exeext &&
70514 +       $as_test_x conftest$ac_exeext; then
70515    eval "$as_ac_var=yes"
70516  else
70517 -  $as_echo "$as_me: failed program was:" >&5
70518 +  echo "$as_me: failed program was:" >&5
70519  sed 's/^/| /' conftest.$ac_ext >&5
70520  
70521         eval "$as_ac_var=no"
70522  fi
70523  
70524 -rm -rf conftest.dSYM
70525  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
70526        conftest$ac_exeext conftest.$ac_ext
70527  fi
70528 -ac_res=`eval 'as_val=${'$as_ac_var'}
70529 -                $as_echo "$as_val"'`
70530 -              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
70531 -$as_echo "$ac_res" >&6; }
70532 -as_val=`eval 'as_val=${'$as_ac_var'}
70533 -                $as_echo "$as_val"'`
70534 -   if test "x$as_val" = x""yes; then
70535 +ac_res=`eval echo '${'$as_ac_var'}'`
70536 +              { echo "$as_me:$LINENO: result: $ac_res" >&5
70537 +echo "${ECHO_T}$ac_res" >&6; }
70538 +if test `eval echo '${'$as_ac_var'}'` = yes; then
70539  
70540  cat >>confdefs.h <<_ACEOF
70541  #define CRAY_STACKSEG_END $ac_func
70542 @@ -21840,10 +21957,10 @@
70543    done
70544  fi
70545  
70546 -{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
70547 -$as_echo_n "checking stack direction for C alloca... " >&6; }
70548 +{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
70549 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
70550  if test "${ac_cv_c_stack_direction+set}" = set; then
70551 -  $as_echo_n "(cached) " >&6
70552 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70553  else
70554    if test "$cross_compiling" = yes; then
70555    ac_cv_c_stack_direction=0
70556 @@ -21881,39 +21998,36 @@
70557    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70558    *) ac_try_echo=$ac_try;;
70559  esac
70560 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70561 -$as_echo "$ac_try_echo") >&5
70562 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70563    (eval "$ac_link") 2>&5
70564    ac_status=$?
70565 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70566 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70567    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
70568    { (case "(($ac_try" in
70569    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70570    *) ac_try_echo=$ac_try;;
70571  esac
70572 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70573 -$as_echo "$ac_try_echo") >&5
70574 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70575    (eval "$ac_try") 2>&5
70576    ac_status=$?
70577 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70578 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70579    (exit $ac_status); }; }; then
70580    ac_cv_c_stack_direction=1
70581  else
70582 -  $as_echo "$as_me: program exited with status $ac_status" >&5
70583 -$as_echo "$as_me: failed program was:" >&5
70584 +  echo "$as_me: program exited with status $ac_status" >&5
70585 +echo "$as_me: failed program was:" >&5
70586  sed 's/^/| /' conftest.$ac_ext >&5
70587  
70588  ( exit $ac_status )
70589  ac_cv_c_stack_direction=-1
70590  fi
70591 -rm -rf conftest.dSYM
70592  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
70593  fi
70594  
70595  
70596  fi
70597 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
70598 -$as_echo "$ac_cv_c_stack_direction" >&6; }
70599 +{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
70600 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
70601  
70602  cat >>confdefs.h <<_ACEOF
70603  #define STACK_DIRECTION $ac_cv_c_stack_direction
70604 @@ -21923,14 +22037,68 @@
70605  fi
70606  
70607  
70608 +{ echo "$as_me:$LINENO: checking for double" >&5
70609 +echo $ECHO_N "checking for double... $ECHO_C" >&6; }
70610 +if test "${ac_cv_type_double+set}" = set; then
70611 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70612 +else
70613 +  cat >conftest.$ac_ext <<_ACEOF
70614 +/* confdefs.h.  */
70615 +_ACEOF
70616 +cat confdefs.h >>conftest.$ac_ext
70617 +cat >>conftest.$ac_ext <<_ACEOF
70618 +/* end confdefs.h.  */
70619 +$ac_includes_default
70620 +typedef double ac__type_new_;
70621 +int
70622 +main ()
70623 +{
70624 +if ((ac__type_new_ *) 0)
70625 +  return 0;
70626 +if (sizeof (ac__type_new_))
70627 +  return 0;
70628 +  ;
70629 +  return 0;
70630 +}
70631 +_ACEOF
70632 +rm -f conftest.$ac_objext
70633 +if { (ac_try="$ac_compile"
70634 +case "(($ac_try" in
70635 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70636 +  *) ac_try_echo=$ac_try;;
70637 +esac
70638 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70639 +  (eval "$ac_compile") 2>conftest.er1
70640 +  ac_status=$?
70641 +  grep -v '^ *+' conftest.er1 >conftest.err
70642 +  rm -f conftest.er1
70643 +  cat conftest.err >&5
70644 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70645 +  (exit $ac_status); } && {
70646 +        test -z "$ac_c_werror_flag" ||
70647 +        test ! -s conftest.err
70648 +       } && test -s conftest.$ac_objext; then
70649 +  ac_cv_type_double=yes
70650 +else
70651 +  echo "$as_me: failed program was:" >&5
70652 +sed 's/^/| /' conftest.$ac_ext >&5
70653 +
70654 +       ac_cv_type_double=no
70655 +fi
70656 +
70657 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70658 +fi
70659 +{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5
70660 +echo "${ECHO_T}$ac_cv_type_double" >&6; }
70661 +
70662  # The cast to long int works around a bug in the HP C Compiler
70663  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
70664  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
70665  # This bug is HP SR number 8606223364.
70666 -{ $as_echo "$as_me:$LINENO: checking size of double" >&5
70667 -$as_echo_n "checking size of double... " >&6; }
70668 +{ echo "$as_me:$LINENO: checking size of double" >&5
70669 +echo $ECHO_N "checking size of double... $ECHO_C" >&6; }
70670  if test "${ac_cv_sizeof_double+set}" = set; then
70671 -  $as_echo_n "(cached) " >&6
70672 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70673  else
70674    if test "$cross_compiling" = yes; then
70675    # Depending upon the size, compute the lo and hi bounds.
70676 @@ -21941,10 +22109,11 @@
70677  cat >>conftest.$ac_ext <<_ACEOF
70678  /* end confdefs.h.  */
70679  $ac_includes_default
70680 +   typedef double ac__type_sizeof_;
70681  int
70682  main ()
70683  {
70684 -static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)];
70685 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
70686  test_array [0] = 0
70687  
70688    ;
70689 @@ -21957,14 +22126,13 @@
70690    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70691    *) ac_try_echo=$ac_try;;
70692  esac
70693 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70694 -$as_echo "$ac_try_echo") >&5
70695 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70696    (eval "$ac_compile") 2>conftest.er1
70697    ac_status=$?
70698    grep -v '^ *+' conftest.er1 >conftest.err
70699    rm -f conftest.er1
70700    cat conftest.err >&5
70701 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70702 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70703    (exit $ac_status); } && {
70704          test -z "$ac_c_werror_flag" ||
70705          test ! -s conftest.err
70706 @@ -21978,10 +22146,11 @@
70707  cat >>conftest.$ac_ext <<_ACEOF
70708  /* end confdefs.h.  */
70709  $ac_includes_default
70710 +   typedef double ac__type_sizeof_;
70711  int
70712  main ()
70713  {
70714 -static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)];
70715 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
70716  test_array [0] = 0
70717  
70718    ;
70719 @@ -21994,21 +22163,20 @@
70720    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70721    *) ac_try_echo=$ac_try;;
70722  esac
70723 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70724 -$as_echo "$ac_try_echo") >&5
70725 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70726    (eval "$ac_compile") 2>conftest.er1
70727    ac_status=$?
70728    grep -v '^ *+' conftest.er1 >conftest.err
70729    rm -f conftest.er1
70730    cat conftest.err >&5
70731 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70732 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70733    (exit $ac_status); } && {
70734          test -z "$ac_c_werror_flag" ||
70735          test ! -s conftest.err
70736         } && test -s conftest.$ac_objext; then
70737    ac_hi=$ac_mid; break
70738  else
70739 -  $as_echo "$as_me: failed program was:" >&5
70740 +  echo "$as_me: failed program was:" >&5
70741  sed 's/^/| /' conftest.$ac_ext >&5
70742  
70743         ac_lo=`expr $ac_mid + 1`
70744 @@ -22022,7 +22190,7 @@
70745  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70746    done
70747  else
70748 -  $as_echo "$as_me: failed program was:" >&5
70749 +  echo "$as_me: failed program was:" >&5
70750  sed 's/^/| /' conftest.$ac_ext >&5
70751  
70752         cat >conftest.$ac_ext <<_ACEOF
70753 @@ -22032,10 +22200,11 @@
70754  cat >>conftest.$ac_ext <<_ACEOF
70755  /* end confdefs.h.  */
70756  $ac_includes_default
70757 +   typedef double ac__type_sizeof_;
70758  int
70759  main ()
70760  {
70761 -static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)];
70762 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
70763  test_array [0] = 0
70764  
70765    ;
70766 @@ -22048,14 +22217,13 @@
70767    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70768    *) ac_try_echo=$ac_try;;
70769  esac
70770 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70771 -$as_echo "$ac_try_echo") >&5
70772 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70773    (eval "$ac_compile") 2>conftest.er1
70774    ac_status=$?
70775    grep -v '^ *+' conftest.er1 >conftest.err
70776    rm -f conftest.er1
70777    cat conftest.err >&5
70778 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70779 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70780    (exit $ac_status); } && {
70781          test -z "$ac_c_werror_flag" ||
70782          test ! -s conftest.err
70783 @@ -22069,10 +22237,11 @@
70784  cat >>conftest.$ac_ext <<_ACEOF
70785  /* end confdefs.h.  */
70786  $ac_includes_default
70787 +   typedef double ac__type_sizeof_;
70788  int
70789  main ()
70790  {
70791 -static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)];
70792 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
70793  test_array [0] = 0
70794  
70795    ;
70796 @@ -22085,21 +22254,20 @@
70797    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70798    *) ac_try_echo=$ac_try;;
70799  esac
70800 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70801 -$as_echo "$ac_try_echo") >&5
70802 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70803    (eval "$ac_compile") 2>conftest.er1
70804    ac_status=$?
70805    grep -v '^ *+' conftest.er1 >conftest.err
70806    rm -f conftest.er1
70807    cat conftest.err >&5
70808 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70809 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70810    (exit $ac_status); } && {
70811          test -z "$ac_c_werror_flag" ||
70812          test ! -s conftest.err
70813         } && test -s conftest.$ac_objext; then
70814    ac_lo=$ac_mid; break
70815  else
70816 -  $as_echo "$as_me: failed program was:" >&5
70817 +  echo "$as_me: failed program was:" >&5
70818  sed 's/^/| /' conftest.$ac_ext >&5
70819  
70820         ac_hi=`expr '(' $ac_mid ')' - 1`
70821 @@ -22113,7 +22281,7 @@
70822  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70823    done
70824  else
70825 -  $as_echo "$as_me: failed program was:" >&5
70826 +  echo "$as_me: failed program was:" >&5
70827  sed 's/^/| /' conftest.$ac_ext >&5
70828  
70829         ac_lo= ac_hi=
70830 @@ -22133,10 +22301,11 @@
70831  cat >>conftest.$ac_ext <<_ACEOF
70832  /* end confdefs.h.  */
70833  $ac_includes_default
70834 +   typedef double ac__type_sizeof_;
70835  int
70836  main ()
70837  {
70838 -static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)];
70839 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
70840  test_array [0] = 0
70841  
70842    ;
70843 @@ -22149,21 +22318,20 @@
70844    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70845    *) ac_try_echo=$ac_try;;
70846  esac
70847 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70848 -$as_echo "$ac_try_echo") >&5
70849 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70850    (eval "$ac_compile") 2>conftest.er1
70851    ac_status=$?
70852    grep -v '^ *+' conftest.er1 >conftest.err
70853    rm -f conftest.er1
70854    cat conftest.err >&5
70855 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70856 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70857    (exit $ac_status); } && {
70858          test -z "$ac_c_werror_flag" ||
70859          test ! -s conftest.err
70860         } && test -s conftest.$ac_objext; then
70861    ac_hi=$ac_mid
70862  else
70863 -  $as_echo "$as_me: failed program was:" >&5
70864 +  echo "$as_me: failed program was:" >&5
70865  sed 's/^/| /' conftest.$ac_ext >&5
70866  
70867         ac_lo=`expr '(' $ac_mid ')' + 1`
70868 @@ -22174,13 +22342,11 @@
70869  case $ac_lo in
70870  ?*) ac_cv_sizeof_double=$ac_lo;;
70871  '') if test "$ac_cv_type_double" = yes; then
70872 -     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
70873 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
70874 -{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double)
70875 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
70876  See \`config.log' for more details." >&5
70877 -$as_echo "$as_me: error: cannot compute sizeof (double)
70878 +echo "$as_me: error: cannot compute sizeof (double)
70879  See \`config.log' for more details." >&2;}
70880 -   { (exit 77); exit 77; }; }; }
70881 +   { (exit 77); exit 77; }; }
70882     else
70883       ac_cv_sizeof_double=0
70884     fi ;;
70885 @@ -22193,8 +22359,9 @@
70886  cat >>conftest.$ac_ext <<_ACEOF
70887  /* end confdefs.h.  */
70888  $ac_includes_default
70889 -static long int longval () { return (long int) (sizeof (double)); }
70890 -static unsigned long int ulongval () { return (long int) (sizeof (double)); }
70891 +   typedef double ac__type_sizeof_;
70892 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
70893 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
70894  #include <stdio.h>
70895  #include <stdlib.h>
70896  int
70897 @@ -22204,22 +22371,20 @@
70898    FILE *f = fopen ("conftest.val", "w");
70899    if (! f)
70900      return 1;
70901 -  if (((long int) (sizeof (double))) < 0)
70902 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
70903      {
70904        long int i = longval ();
70905 -      if (i != ((long int) (sizeof (double))))
70906 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
70907         return 1;
70908 -      fprintf (f, "%ld", i);
70909 +      fprintf (f, "%ld\n", i);
70910      }
70911    else
70912      {
70913        unsigned long int i = ulongval ();
70914 -      if (i != ((long int) (sizeof (double))))
70915 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
70916         return 1;
70917 -      fprintf (f, "%lu", i);
70918 +      fprintf (f, "%lu\n", i);
70919      }
70920 -  /* Do not output a trailing newline, as this causes \r\n confusion
70921 -     on some platforms.  */
70922    return ferror (f) || fclose (f) != 0;
70923  
70924    ;
70925 @@ -22232,48 +22397,43 @@
70926    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70927    *) ac_try_echo=$ac_try;;
70928  esac
70929 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70930 -$as_echo "$ac_try_echo") >&5
70931 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70932    (eval "$ac_link") 2>&5
70933    ac_status=$?
70934 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70935 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70936    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
70937    { (case "(($ac_try" in
70938    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
70939    *) ac_try_echo=$ac_try;;
70940  esac
70941 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
70942 -$as_echo "$ac_try_echo") >&5
70943 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
70944    (eval "$ac_try") 2>&5
70945    ac_status=$?
70946 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
70947 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
70948    (exit $ac_status); }; }; then
70949    ac_cv_sizeof_double=`cat conftest.val`
70950  else
70951 -  $as_echo "$as_me: program exited with status $ac_status" >&5
70952 -$as_echo "$as_me: failed program was:" >&5
70953 +  echo "$as_me: program exited with status $ac_status" >&5
70954 +echo "$as_me: failed program was:" >&5
70955  sed 's/^/| /' conftest.$ac_ext >&5
70956  
70957  ( exit $ac_status )
70958  if test "$ac_cv_type_double" = yes; then
70959 -     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
70960 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
70961 -{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double)
70962 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (double)
70963  See \`config.log' for more details." >&5
70964 -$as_echo "$as_me: error: cannot compute sizeof (double)
70965 +echo "$as_me: error: cannot compute sizeof (double)
70966  See \`config.log' for more details." >&2;}
70967 -   { (exit 77); exit 77; }; }; }
70968 +   { (exit 77); exit 77; }; }
70969     else
70970       ac_cv_sizeof_double=0
70971     fi
70972  fi
70973 -rm -rf conftest.dSYM
70974  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
70975  fi
70976  rm -f conftest.val
70977  fi
70978 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
70979 -$as_echo "$ac_cv_sizeof_double" >&6; }
70980 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5
70981 +echo "${ECHO_T}$ac_cv_sizeof_double" >&6; }
70982  
70983  
70984  
70985 @@ -22282,14 +22442,68 @@
70986  _ACEOF
70987  
70988  
70989 +{ echo "$as_me:$LINENO: checking for long double" >&5
70990 +echo $ECHO_N "checking for long double... $ECHO_C" >&6; }
70991 +if test "${ac_cv_type_long_double+set}" = set; then
70992 +  echo $ECHO_N "(cached) $ECHO_C" >&6
70993 +else
70994 +  cat >conftest.$ac_ext <<_ACEOF
70995 +/* confdefs.h.  */
70996 +_ACEOF
70997 +cat confdefs.h >>conftest.$ac_ext
70998 +cat >>conftest.$ac_ext <<_ACEOF
70999 +/* end confdefs.h.  */
71000 +$ac_includes_default
71001 +typedef long double ac__type_new_;
71002 +int
71003 +main ()
71004 +{
71005 +if ((ac__type_new_ *) 0)
71006 +  return 0;
71007 +if (sizeof (ac__type_new_))
71008 +  return 0;
71009 +  ;
71010 +  return 0;
71011 +}
71012 +_ACEOF
71013 +rm -f conftest.$ac_objext
71014 +if { (ac_try="$ac_compile"
71015 +case "(($ac_try" in
71016 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71017 +  *) ac_try_echo=$ac_try;;
71018 +esac
71019 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71020 +  (eval "$ac_compile") 2>conftest.er1
71021 +  ac_status=$?
71022 +  grep -v '^ *+' conftest.er1 >conftest.err
71023 +  rm -f conftest.er1
71024 +  cat conftest.err >&5
71025 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71026 +  (exit $ac_status); } && {
71027 +        test -z "$ac_c_werror_flag" ||
71028 +        test ! -s conftest.err
71029 +       } && test -s conftest.$ac_objext; then
71030 +  ac_cv_type_long_double=yes
71031 +else
71032 +  echo "$as_me: failed program was:" >&5
71033 +sed 's/^/| /' conftest.$ac_ext >&5
71034 +
71035 +       ac_cv_type_long_double=no
71036 +fi
71037 +
71038 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71039 +fi
71040 +{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
71041 +echo "${ECHO_T}$ac_cv_type_long_double" >&6; }
71042 +
71043  # The cast to long int works around a bug in the HP C Compiler
71044  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
71045  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
71046  # This bug is HP SR number 8606223364.
71047 -{ $as_echo "$as_me:$LINENO: checking size of long double" >&5
71048 -$as_echo_n "checking size of long double... " >&6; }
71049 +{ echo "$as_me:$LINENO: checking size of long double" >&5
71050 +echo $ECHO_N "checking size of long double... $ECHO_C" >&6; }
71051  if test "${ac_cv_sizeof_long_double+set}" = set; then
71052 -  $as_echo_n "(cached) " >&6
71053 +  echo $ECHO_N "(cached) $ECHO_C" >&6
71054  else
71055    if test "$cross_compiling" = yes; then
71056    # Depending upon the size, compute the lo and hi bounds.
71057 @@ -22300,10 +22514,11 @@
71058  cat >>conftest.$ac_ext <<_ACEOF
71059  /* end confdefs.h.  */
71060  $ac_includes_default
71061 +   typedef long double ac__type_sizeof_;
71062  int
71063  main ()
71064  {
71065 -static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)];
71066 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
71067  test_array [0] = 0
71068  
71069    ;
71070 @@ -22316,14 +22531,13 @@
71071    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71072    *) ac_try_echo=$ac_try;;
71073  esac
71074 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71075 -$as_echo "$ac_try_echo") >&5
71076 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71077    (eval "$ac_compile") 2>conftest.er1
71078    ac_status=$?
71079    grep -v '^ *+' conftest.er1 >conftest.err
71080    rm -f conftest.er1
71081    cat conftest.err >&5
71082 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71083 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71084    (exit $ac_status); } && {
71085          test -z "$ac_c_werror_flag" ||
71086          test ! -s conftest.err
71087 @@ -22337,10 +22551,11 @@
71088  cat >>conftest.$ac_ext <<_ACEOF
71089  /* end confdefs.h.  */
71090  $ac_includes_default
71091 +   typedef long double ac__type_sizeof_;
71092  int
71093  main ()
71094  {
71095 -static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)];
71096 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
71097  test_array [0] = 0
71098  
71099    ;
71100 @@ -22353,21 +22568,20 @@
71101    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71102    *) ac_try_echo=$ac_try;;
71103  esac
71104 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71105 -$as_echo "$ac_try_echo") >&5
71106 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71107    (eval "$ac_compile") 2>conftest.er1
71108    ac_status=$?
71109    grep -v '^ *+' conftest.er1 >conftest.err
71110    rm -f conftest.er1
71111    cat conftest.err >&5
71112 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71113 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71114    (exit $ac_status); } && {
71115          test -z "$ac_c_werror_flag" ||
71116          test ! -s conftest.err
71117         } && test -s conftest.$ac_objext; then
71118    ac_hi=$ac_mid; break
71119  else
71120 -  $as_echo "$as_me: failed program was:" >&5
71121 +  echo "$as_me: failed program was:" >&5
71122  sed 's/^/| /' conftest.$ac_ext >&5
71123  
71124         ac_lo=`expr $ac_mid + 1`
71125 @@ -22381,7 +22595,7 @@
71126  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71127    done
71128  else
71129 -  $as_echo "$as_me: failed program was:" >&5
71130 +  echo "$as_me: failed program was:" >&5
71131  sed 's/^/| /' conftest.$ac_ext >&5
71132  
71133         cat >conftest.$ac_ext <<_ACEOF
71134 @@ -22391,10 +22605,11 @@
71135  cat >>conftest.$ac_ext <<_ACEOF
71136  /* end confdefs.h.  */
71137  $ac_includes_default
71138 +   typedef long double ac__type_sizeof_;
71139  int
71140  main ()
71141  {
71142 -static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)];
71143 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
71144  test_array [0] = 0
71145  
71146    ;
71147 @@ -22407,14 +22622,13 @@
71148    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71149    *) ac_try_echo=$ac_try;;
71150  esac
71151 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71152 -$as_echo "$ac_try_echo") >&5
71153 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71154    (eval "$ac_compile") 2>conftest.er1
71155    ac_status=$?
71156    grep -v '^ *+' conftest.er1 >conftest.err
71157    rm -f conftest.er1
71158    cat conftest.err >&5
71159 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71160 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71161    (exit $ac_status); } && {
71162          test -z "$ac_c_werror_flag" ||
71163          test ! -s conftest.err
71164 @@ -22428,10 +22642,11 @@
71165  cat >>conftest.$ac_ext <<_ACEOF
71166  /* end confdefs.h.  */
71167  $ac_includes_default
71168 +   typedef long double ac__type_sizeof_;
71169  int
71170  main ()
71171  {
71172 -static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= $ac_mid)];
71173 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
71174  test_array [0] = 0
71175  
71176    ;
71177 @@ -22444,21 +22659,20 @@
71178    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71179    *) ac_try_echo=$ac_try;;
71180  esac
71181 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71182 -$as_echo "$ac_try_echo") >&5
71183 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71184    (eval "$ac_compile") 2>conftest.er1
71185    ac_status=$?
71186    grep -v '^ *+' conftest.er1 >conftest.err
71187    rm -f conftest.er1
71188    cat conftest.err >&5
71189 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71190 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71191    (exit $ac_status); } && {
71192          test -z "$ac_c_werror_flag" ||
71193          test ! -s conftest.err
71194         } && test -s conftest.$ac_objext; then
71195    ac_lo=$ac_mid; break
71196  else
71197 -  $as_echo "$as_me: failed program was:" >&5
71198 +  echo "$as_me: failed program was:" >&5
71199  sed 's/^/| /' conftest.$ac_ext >&5
71200  
71201         ac_hi=`expr '(' $ac_mid ')' - 1`
71202 @@ -22472,7 +22686,7 @@
71203  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71204    done
71205  else
71206 -  $as_echo "$as_me: failed program was:" >&5
71207 +  echo "$as_me: failed program was:" >&5
71208  sed 's/^/| /' conftest.$ac_ext >&5
71209  
71210         ac_lo= ac_hi=
71211 @@ -22492,10 +22706,11 @@
71212  cat >>conftest.$ac_ext <<_ACEOF
71213  /* end confdefs.h.  */
71214  $ac_includes_default
71215 +   typedef long double ac__type_sizeof_;
71216  int
71217  main ()
71218  {
71219 -static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= $ac_mid)];
71220 +static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
71221  test_array [0] = 0
71222  
71223    ;
71224 @@ -22508,21 +22723,20 @@
71225    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71226    *) ac_try_echo=$ac_try;;
71227  esac
71228 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71229 -$as_echo "$ac_try_echo") >&5
71230 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71231    (eval "$ac_compile") 2>conftest.er1
71232    ac_status=$?
71233    grep -v '^ *+' conftest.er1 >conftest.err
71234    rm -f conftest.er1
71235    cat conftest.err >&5
71236 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71237 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71238    (exit $ac_status); } && {
71239          test -z "$ac_c_werror_flag" ||
71240          test ! -s conftest.err
71241         } && test -s conftest.$ac_objext; then
71242    ac_hi=$ac_mid
71243  else
71244 -  $as_echo "$as_me: failed program was:" >&5
71245 +  echo "$as_me: failed program was:" >&5
71246  sed 's/^/| /' conftest.$ac_ext >&5
71247  
71248         ac_lo=`expr '(' $ac_mid ')' + 1`
71249 @@ -22533,299 +22747,145 @@
71250  case $ac_lo in
71251  ?*) ac_cv_sizeof_long_double=$ac_lo;;
71252  '') if test "$ac_cv_type_long_double" = yes; then
71253 -     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
71254 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
71255 -{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
71256 -See \`config.log' for more details." >&5
71257 -$as_echo "$as_me: error: cannot compute sizeof (long double)
71258 -See \`config.log' for more details." >&2;}
71259 -   { (exit 77); exit 77; }; }; }
71260 -   else
71261 -     ac_cv_sizeof_long_double=0
71262 -   fi ;;
71263 -esac
71264 -else
71265 -  cat >conftest.$ac_ext <<_ACEOF
71266 -/* confdefs.h.  */
71267 -_ACEOF
71268 -cat confdefs.h >>conftest.$ac_ext
71269 -cat >>conftest.$ac_ext <<_ACEOF
71270 -/* end confdefs.h.  */
71271 -$ac_includes_default
71272 -static long int longval () { return (long int) (sizeof (long double)); }
71273 -static unsigned long int ulongval () { return (long int) (sizeof (long double)); }
71274 -#include <stdio.h>
71275 -#include <stdlib.h>
71276 -int
71277 -main ()
71278 -{
71279 -
71280 -  FILE *f = fopen ("conftest.val", "w");
71281 -  if (! f)
71282 -    return 1;
71283 -  if (((long int) (sizeof (long double))) < 0)
71284 -    {
71285 -      long int i = longval ();
71286 -      if (i != ((long int) (sizeof (long double))))
71287 -       return 1;
71288 -      fprintf (f, "%ld", i);
71289 -    }
71290 -  else
71291 -    {
71292 -      unsigned long int i = ulongval ();
71293 -      if (i != ((long int) (sizeof (long double))))
71294 -       return 1;
71295 -      fprintf (f, "%lu", i);
71296 -    }
71297 -  /* Do not output a trailing newline, as this causes \r\n confusion
71298 -     on some platforms.  */
71299 -  return ferror (f) || fclose (f) != 0;
71300 -
71301 -  ;
71302 -  return 0;
71303 -}
71304 -_ACEOF
71305 -rm -f conftest$ac_exeext
71306 -if { (ac_try="$ac_link"
71307 -case "(($ac_try" in
71308 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71309 -  *) ac_try_echo=$ac_try;;
71310 -esac
71311 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71312 -$as_echo "$ac_try_echo") >&5
71313 -  (eval "$ac_link") 2>&5
71314 -  ac_status=$?
71315 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71316 -  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
71317 -  { (case "(($ac_try" in
71318 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71319 -  *) ac_try_echo=$ac_try;;
71320 -esac
71321 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71322 -$as_echo "$ac_try_echo") >&5
71323 -  (eval "$ac_try") 2>&5
71324 -  ac_status=$?
71325 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71326 -  (exit $ac_status); }; }; then
71327 -  ac_cv_sizeof_long_double=`cat conftest.val`
71328 -else
71329 -  $as_echo "$as_me: program exited with status $ac_status" >&5
71330 -$as_echo "$as_me: failed program was:" >&5
71331 -sed 's/^/| /' conftest.$ac_ext >&5
71332 -
71333 -( exit $ac_status )
71334 -if test "$ac_cv_type_long_double" = yes; then
71335 -     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
71336 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
71337 -{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
71338 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
71339  See \`config.log' for more details." >&5
71340 -$as_echo "$as_me: error: cannot compute sizeof (long double)
71341 +echo "$as_me: error: cannot compute sizeof (long double)
71342  See \`config.log' for more details." >&2;}
71343 -   { (exit 77); exit 77; }; }; }
71344 -   else
71345 -     ac_cv_sizeof_long_double=0
71346 -   fi
71347 -fi
71348 -rm -rf conftest.dSYM
71349 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
71350 -fi
71351 -rm -f conftest.val
71352 -fi
71353 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5
71354 -$as_echo "$ac_cv_sizeof_long_double" >&6; }
71355 -
71356 -
71357 -
71358 -cat >>confdefs.h <<_ACEOF
71359 -#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
71360 -_ACEOF
71361 -
71362 -
71363 -
71364 -# Also AC_SUBST this variable for ffi.h.
71365 -if test -z "$HAVE_LONG_DOUBLE"; then
71366 -  HAVE_LONG_DOUBLE=0
71367 -  if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
71368 -    if test $ac_cv_sizeof_long_double != 0; then
71369 -      HAVE_LONG_DOUBLE=1
71370 -
71371 -cat >>confdefs.h <<\_ACEOF
71372 -#define HAVE_LONG_DOUBLE 1
71373 -_ACEOF
71374 -
71375 -    fi
71376 -  fi
71377 -fi
71378 -
71379 -
71380 -
71381 - { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
71382 -$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
71383 -if test "${ac_cv_c_bigendian+set}" = set; then
71384 -  $as_echo_n "(cached) " >&6
71385 -else
71386 -  ac_cv_c_bigendian=unknown
71387 -    # See if we're dealing with a universal compiler.
71388 -    cat >conftest.$ac_ext <<_ACEOF
71389 -/* confdefs.h.  */
71390 -_ACEOF
71391 -cat confdefs.h >>conftest.$ac_ext
71392 -cat >>conftest.$ac_ext <<_ACEOF
71393 -/* end confdefs.h.  */
71394 -#ifndef __APPLE_CC__
71395 -              not a universal capable compiler
71396 -            #endif
71397 -            typedef int dummy;
71398 -
71399 -_ACEOF
71400 -rm -f conftest.$ac_objext
71401 -if { (ac_try="$ac_compile"
71402 -case "(($ac_try" in
71403 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71404 -  *) ac_try_echo=$ac_try;;
71405 -esac
71406 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71407 -$as_echo "$ac_try_echo") >&5
71408 -  (eval "$ac_compile") 2>conftest.er1
71409 -  ac_status=$?
71410 -  grep -v '^ *+' conftest.er1 >conftest.err
71411 -  rm -f conftest.er1
71412 -  cat conftest.err >&5
71413 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71414 -  (exit $ac_status); } && {
71415 -        test -z "$ac_c_werror_flag" ||
71416 -        test ! -s conftest.err
71417 -       } && test -s conftest.$ac_objext; then
71418 -
71419 -       # Check for potential -arch flags.  It is not universal unless
71420 -       # there are some -arch flags.  Note that *ppc* also matches
71421 -       # ppc64.  This check is also rather less than ideal.
71422 -       case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
71423 -         *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
71424 -       esac
71425 -else
71426 -  $as_echo "$as_me: failed program was:" >&5
71427 -sed 's/^/| /' conftest.$ac_ext >&5
71428 -
71429 -
71430 -fi
71431 -
71432 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71433 -    if test $ac_cv_c_bigendian = unknown; then
71434 -      # See if sys/param.h defines the BYTE_ORDER macro.
71435 -      cat >conftest.$ac_ext <<_ACEOF
71436 -/* confdefs.h.  */
71437 -_ACEOF
71438 -cat confdefs.h >>conftest.$ac_ext
71439 -cat >>conftest.$ac_ext <<_ACEOF
71440 -/* end confdefs.h.  */
71441 -#include <sys/types.h>
71442 -            #include <sys/param.h>
71443 -
71444 -int
71445 -main ()
71446 -{
71447 -#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
71448 -                    && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
71449 -                    && LITTLE_ENDIAN)
71450 -             bogus endian macros
71451 -            #endif
71452 -
71453 -  ;
71454 -  return 0;
71455 -}
71456 -_ACEOF
71457 -rm -f conftest.$ac_objext
71458 -if { (ac_try="$ac_compile"
71459 -case "(($ac_try" in
71460 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71461 -  *) ac_try_echo=$ac_try;;
71462 +   { (exit 77); exit 77; }; }
71463 +   else
71464 +     ac_cv_sizeof_long_double=0
71465 +   fi ;;
71466  esac
71467 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71468 -$as_echo "$ac_try_echo") >&5
71469 -  (eval "$ac_compile") 2>conftest.er1
71470 -  ac_status=$?
71471 -  grep -v '^ *+' conftest.er1 >conftest.err
71472 -  rm -f conftest.er1
71473 -  cat conftest.err >&5
71474 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71475 -  (exit $ac_status); } && {
71476 -        test -z "$ac_c_werror_flag" ||
71477 -        test ! -s conftest.err
71478 -       } && test -s conftest.$ac_objext; then
71479 -  # It does; now see whether it defined to BIG_ENDIAN or not.
71480 -        cat >conftest.$ac_ext <<_ACEOF
71481 +else
71482 +  cat >conftest.$ac_ext <<_ACEOF
71483  /* confdefs.h.  */
71484  _ACEOF
71485  cat confdefs.h >>conftest.$ac_ext
71486  cat >>conftest.$ac_ext <<_ACEOF
71487  /* end confdefs.h.  */
71488 -#include <sys/types.h>
71489 -               #include <sys/param.h>
71490 -
71491 +$ac_includes_default
71492 +   typedef long double ac__type_sizeof_;
71493 +static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
71494 +static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
71495 +#include <stdio.h>
71496 +#include <stdlib.h>
71497  int
71498  main ()
71499  {
71500 -#if BYTE_ORDER != BIG_ENDIAN
71501 -                not big endian
71502 -               #endif
71503 +
71504 +  FILE *f = fopen ("conftest.val", "w");
71505 +  if (! f)
71506 +    return 1;
71507 +  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
71508 +    {
71509 +      long int i = longval ();
71510 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
71511 +       return 1;
71512 +      fprintf (f, "%ld\n", i);
71513 +    }
71514 +  else
71515 +    {
71516 +      unsigned long int i = ulongval ();
71517 +      if (i != ((long int) (sizeof (ac__type_sizeof_))))
71518 +       return 1;
71519 +      fprintf (f, "%lu\n", i);
71520 +    }
71521 +  return ferror (f) || fclose (f) != 0;
71522  
71523    ;
71524    return 0;
71525  }
71526  _ACEOF
71527 -rm -f conftest.$ac_objext
71528 -if { (ac_try="$ac_compile"
71529 +rm -f conftest$ac_exeext
71530 +if { (ac_try="$ac_link"
71531  case "(($ac_try" in
71532    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71533    *) ac_try_echo=$ac_try;;
71534  esac
71535 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71536 -$as_echo "$ac_try_echo") >&5
71537 -  (eval "$ac_compile") 2>conftest.er1
71538 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71539 +  (eval "$ac_link") 2>&5
71540    ac_status=$?
71541 -  grep -v '^ *+' conftest.er1 >conftest.err
71542 -  rm -f conftest.er1
71543 -  cat conftest.err >&5
71544 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71545 -  (exit $ac_status); } && {
71546 -        test -z "$ac_c_werror_flag" ||
71547 -        test ! -s conftest.err
71548 -       } && test -s conftest.$ac_objext; then
71549 -  ac_cv_c_bigendian=yes
71550 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71551 +  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
71552 +  { (case "(($ac_try" in
71553 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71554 +  *) ac_try_echo=$ac_try;;
71555 +esac
71556 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71557 +  (eval "$ac_try") 2>&5
71558 +  ac_status=$?
71559 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71560 +  (exit $ac_status); }; }; then
71561 +  ac_cv_sizeof_long_double=`cat conftest.val`
71562  else
71563 -  $as_echo "$as_me: failed program was:" >&5
71564 +  echo "$as_me: program exited with status $ac_status" >&5
71565 +echo "$as_me: failed program was:" >&5
71566  sed 's/^/| /' conftest.$ac_ext >&5
71567  
71568 -       ac_cv_c_bigendian=no
71569 +( exit $ac_status )
71570 +if test "$ac_cv_type_long_double" = yes; then
71571 +     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double)
71572 +See \`config.log' for more details." >&5
71573 +echo "$as_me: error: cannot compute sizeof (long double)
71574 +See \`config.log' for more details." >&2;}
71575 +   { (exit 77); exit 77; }; }
71576 +   else
71577 +     ac_cv_sizeof_long_double=0
71578 +   fi
71579 +fi
71580 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
71581 +fi
71582 +rm -f conftest.val
71583  fi
71584 +{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_double" >&5
71585 +echo "${ECHO_T}$ac_cv_sizeof_long_double" >&6; }
71586  
71587 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71588 -else
71589 -  $as_echo "$as_me: failed program was:" >&5
71590 -sed 's/^/| /' conftest.$ac_ext >&5
71591  
71592  
71593 -fi
71594 +cat >>confdefs.h <<_ACEOF
71595 +#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
71596 +_ACEOF
71597 +
71598 +
71599 +
71600 +# Also AC_SUBST this variable for ffi.h.
71601 +if test -z "$HAVE_LONG_DOUBLE"; then
71602 +  HAVE_LONG_DOUBLE=0
71603 +  if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
71604 +    if test $ac_cv_sizeof_long_double != 0; then
71605 +      HAVE_LONG_DOUBLE=1
71606 +
71607 +cat >>confdefs.h <<\_ACEOF
71608 +#define HAVE_LONG_DOUBLE 1
71609 +_ACEOF
71610  
71611 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71612      fi
71613 -    if test $ac_cv_c_bigendian = unknown; then
71614 -      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
71615 -      cat >conftest.$ac_ext <<_ACEOF
71616 +  fi
71617 +fi
71618 +
71619 +
71620 +{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
71621 +echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
71622 +if test "${ac_cv_c_bigendian+set}" = set; then
71623 +  echo $ECHO_N "(cached) $ECHO_C" >&6
71624 +else
71625 +  # See if sys/param.h defines the BYTE_ORDER macro.
71626 +cat >conftest.$ac_ext <<_ACEOF
71627  /* confdefs.h.  */
71628  _ACEOF
71629  cat confdefs.h >>conftest.$ac_ext
71630  cat >>conftest.$ac_ext <<_ACEOF
71631  /* end confdefs.h.  */
71632 -#include <limits.h>
71633 +#include <sys/types.h>
71634 +#include <sys/param.h>
71635  
71636  int
71637  main ()
71638  {
71639 -#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
71640 -             bogus endian macros
71641 -            #endif
71642 +#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
71643 +       && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
71644 + bogus endian macros
71645 +#endif
71646  
71647    ;
71648    return 0;
71649 @@ -22837,33 +22897,33 @@
71650    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71651    *) ac_try_echo=$ac_try;;
71652  esac
71653 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71654 -$as_echo "$ac_try_echo") >&5
71655 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71656    (eval "$ac_compile") 2>conftest.er1
71657    ac_status=$?
71658    grep -v '^ *+' conftest.er1 >conftest.err
71659    rm -f conftest.er1
71660    cat conftest.err >&5
71661 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71662 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71663    (exit $ac_status); } && {
71664          test -z "$ac_c_werror_flag" ||
71665          test ! -s conftest.err
71666         } && test -s conftest.$ac_objext; then
71667 -  # It does; now see whether it defined to _BIG_ENDIAN or not.
71668 -        cat >conftest.$ac_ext <<_ACEOF
71669 +  # It does; now see whether it defined to BIG_ENDIAN or not.
71670 +cat >conftest.$ac_ext <<_ACEOF
71671  /* confdefs.h.  */
71672  _ACEOF
71673  cat confdefs.h >>conftest.$ac_ext
71674  cat >>conftest.$ac_ext <<_ACEOF
71675  /* end confdefs.h.  */
71676 -#include <limits.h>
71677 +#include <sys/types.h>
71678 +#include <sys/param.h>
71679  
71680  int
71681  main ()
71682  {
71683 -#ifndef _BIG_ENDIAN
71684 -                not big endian
71685 -               #endif
71686 +#if BYTE_ORDER != BIG_ENDIAN
71687 + not big endian
71688 +#endif
71689  
71690    ;
71691    return 0;
71692 @@ -22875,21 +22935,20 @@
71693    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71694    *) ac_try_echo=$ac_try;;
71695  esac
71696 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71697 -$as_echo "$ac_try_echo") >&5
71698 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71699    (eval "$ac_compile") 2>conftest.er1
71700    ac_status=$?
71701    grep -v '^ *+' conftest.er1 >conftest.err
71702    rm -f conftest.er1
71703    cat conftest.err >&5
71704 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71705 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71706    (exit $ac_status); } && {
71707          test -z "$ac_c_werror_flag" ||
71708          test ! -s conftest.err
71709         } && test -s conftest.$ac_objext; then
71710    ac_cv_c_bigendian=yes
71711  else
71712 -  $as_echo "$as_me: failed program was:" >&5
71713 +  echo "$as_me: failed program was:" >&5
71714  sed 's/^/| /' conftest.$ac_ext >&5
71715  
71716         ac_cv_c_bigendian=no
71717 @@ -22897,44 +22956,29 @@
71718  
71719  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71720  else
71721 -  $as_echo "$as_me: failed program was:" >&5
71722 +  echo "$as_me: failed program was:" >&5
71723  sed 's/^/| /' conftest.$ac_ext >&5
71724  
71725 -
71726 -fi
71727 -
71728 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71729 -    fi
71730 -    if test $ac_cv_c_bigendian = unknown; then
71731 -      # Compile a test program.
71732 -      if test "$cross_compiling" = yes; then
71733 -  # Try to guess by grepping values from an object file.
71734 -        cat >conftest.$ac_ext <<_ACEOF
71735 +       # It does not; compile a test program.
71736 +if test "$cross_compiling" = yes; then
71737 +  # try to guess the endianness by grepping values into an object file
71738 +  ac_cv_c_bigendian=unknown
71739 +  cat >conftest.$ac_ext <<_ACEOF
71740  /* confdefs.h.  */
71741  _ACEOF
71742  cat confdefs.h >>conftest.$ac_ext
71743  cat >>conftest.$ac_ext <<_ACEOF
71744  /* end confdefs.h.  */
71745 -short int ascii_mm[] =
71746 -                 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
71747 -               short int ascii_ii[] =
71748 -                 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
71749 -               int use_ascii (int i) {
71750 -                 return ascii_mm[i] + ascii_ii[i];
71751 -               }
71752 -               short int ebcdic_ii[] =
71753 -                 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
71754 -               short int ebcdic_mm[] =
71755 -                 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
71756 -               int use_ebcdic (int i) {
71757 -                 return ebcdic_mm[i] + ebcdic_ii[i];
71758 -               }
71759 -               extern int foo;
71760 -
71761 +short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
71762 +short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
71763 +void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
71764 +short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
71765 +short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
71766 +void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
71767  int
71768  main ()
71769  {
71770 -return use_ascii (foo) == use_ebcdic (foo);
71771 + _ascii (); _ebcdic ();
71772    ;
71773    return 0;
71774  }
71775 @@ -22945,31 +22989,30 @@
71776    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71777    *) ac_try_echo=$ac_try;;
71778  esac
71779 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71780 -$as_echo "$ac_try_echo") >&5
71781 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71782    (eval "$ac_compile") 2>conftest.er1
71783    ac_status=$?
71784    grep -v '^ *+' conftest.er1 >conftest.err
71785    rm -f conftest.er1
71786    cat conftest.err >&5
71787 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71788 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71789    (exit $ac_status); } && {
71790          test -z "$ac_c_werror_flag" ||
71791          test ! -s conftest.err
71792         } && test -s conftest.$ac_objext; then
71793 -  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
71794 -             ac_cv_c_bigendian=yes
71795 -           fi
71796 -           if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
71797 -             if test "$ac_cv_c_bigendian" = unknown; then
71798 -               ac_cv_c_bigendian=no
71799 -             else
71800 -               # finding both strings is unlikely to happen, but who knows?
71801 -               ac_cv_c_bigendian=unknown
71802 -             fi
71803 -           fi
71804 +  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
71805 +  ac_cv_c_bigendian=yes
71806 +fi
71807 +if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
71808 +  if test "$ac_cv_c_bigendian" = unknown; then
71809 +    ac_cv_c_bigendian=no
71810 +  else
71811 +    # finding both strings is unlikely to happen, but who knows?
71812 +    ac_cv_c_bigendian=unknown
71813 +  fi
71814 +fi
71815  else
71816 -  $as_echo "$as_me: failed program was:" >&5
71817 +  echo "$as_me: failed program was:" >&5
71818  sed 's/^/| /' conftest.$ac_ext >&5
71819  
71820  
71821 @@ -22988,14 +23031,14 @@
71822  main ()
71823  {
71824  
71825 -            /* Are we little or big endian?  From Harbison&Steele.  */
71826 -            union
71827 -            {
71828 -              long int l;
71829 -              char c[sizeof (long int)];
71830 -            } u;
71831 -            u.l = 1;
71832 -            return u.c[sizeof (long int) - 1] == 1;
71833 +  /* Are we little or big endian?  From Harbison&Steele.  */
71834 +  union
71835 +  {
71836 +    long int l;
71837 +    char c[sizeof (long int)];
71838 +  } u;
71839 +  u.l = 1;
71840 +  return u.c[sizeof (long int) - 1] == 1;
71841  
71842    ;
71843    return 0;
71844 @@ -23007,68 +23050,61 @@
71845    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71846    *) ac_try_echo=$ac_try;;
71847  esac
71848 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71849 -$as_echo "$ac_try_echo") >&5
71850 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71851    (eval "$ac_link") 2>&5
71852    ac_status=$?
71853 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71854 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71855    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
71856    { (case "(($ac_try" in
71857    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71858    *) ac_try_echo=$ac_try;;
71859  esac
71860 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71861 -$as_echo "$ac_try_echo") >&5
71862 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71863    (eval "$ac_try") 2>&5
71864    ac_status=$?
71865 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71866 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71867    (exit $ac_status); }; }; then
71868    ac_cv_c_bigendian=no
71869  else
71870 -  $as_echo "$as_me: program exited with status $ac_status" >&5
71871 -$as_echo "$as_me: failed program was:" >&5
71872 +  echo "$as_me: program exited with status $ac_status" >&5
71873 +echo "$as_me: failed program was:" >&5
71874  sed 's/^/| /' conftest.$ac_ext >&5
71875  
71876  ( exit $ac_status )
71877  ac_cv_c_bigendian=yes
71878  fi
71879 -rm -rf conftest.dSYM
71880  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
71881  fi
71882  
71883  
71884 -    fi
71885  fi
71886 -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
71887 -$as_echo "$ac_cv_c_bigendian" >&6; }
71888 - case $ac_cv_c_bigendian in #(
71889 -   yes)
71890 -     cat >>confdefs.h <<\_ACEOF
71891 -#define WORDS_BIGENDIAN 1
71892 -_ACEOF
71893 -;; #(
71894 -   no)
71895 -      ;; #(
71896 -   universal)
71897 +
71898 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71899 +fi
71900 +{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
71901 +echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
71902 +case $ac_cv_c_bigendian in
71903 +  yes)
71904  
71905  cat >>confdefs.h <<\_ACEOF
71906 -#define AC_APPLE_UNIVERSAL_BUILD 1
71907 +#define WORDS_BIGENDIAN 1
71908  _ACEOF
71909 -
71910 -     ;; #(
71911 -   *)
71912 -     { { $as_echo "$as_me:$LINENO: error: unknown endianness
71913 - presetting ac_cv_c_bigendian=no (or yes) will help" >&5
71914 -$as_echo "$as_me: error: unknown endianness
71915 - presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
71916 + ;;
71917 +  no)
71918 +     ;;
71919 +  *)
71920 +    { { echo "$as_me:$LINENO: error: unknown endianness
71921 +presetting ac_cv_c_bigendian=no (or yes) will help" >&5
71922 +echo "$as_me: error: unknown endianness
71923 +presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
71924     { (exit 1); exit 1; }; } ;;
71925 - esac
71926 +esac
71927  
71928  
71929 -{ $as_echo "$as_me:$LINENO: checking assembler .cfi pseudo-op support" >&5
71930 -$as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
71931 +{ echo "$as_me:$LINENO: checking assembler .cfi pseudo-op support" >&5
71932 +echo $ECHO_N "checking assembler .cfi pseudo-op support... $ECHO_C" >&6; }
71933  if test "${libffi_cv_as_cfi_pseudo_op+set}" = set; then
71934 -  $as_echo_n "(cached) " >&6
71935 +  echo $ECHO_N "(cached) $ECHO_C" >&6
71936  else
71937  
71938      libffi_cv_as_cfi_pseudo_op=unknown
71939 @@ -23093,21 +23129,20 @@
71940    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71941    *) ac_try_echo=$ac_try;;
71942  esac
71943 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71944 -$as_echo "$ac_try_echo") >&5
71945 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71946    (eval "$ac_compile") 2>conftest.er1
71947    ac_status=$?
71948    grep -v '^ *+' conftest.er1 >conftest.err
71949    rm -f conftest.er1
71950    cat conftest.err >&5
71951 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
71952 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
71953    (exit $ac_status); } && {
71954          test -z "$ac_c_werror_flag" ||
71955          test ! -s conftest.err
71956         } && test -s conftest.$ac_objext; then
71957    libffi_cv_as_cfi_pseudo_op=yes
71958  else
71959 -  $as_echo "$as_me: failed program was:" >&5
71960 +  echo "$as_me: failed program was:" >&5
71961  sed 's/^/| /' conftest.$ac_ext >&5
71962  
71963         libffi_cv_as_cfi_pseudo_op=no
71964 @@ -23116,8 +23151,8 @@
71965  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71966  
71967  fi
71968 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_as_cfi_pseudo_op" >&5
71969 -$as_echo "$libffi_cv_as_cfi_pseudo_op" >&6; }
71970 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_cfi_pseudo_op" >&5
71971 +echo "${ECHO_T}$libffi_cv_as_cfi_pseudo_op" >&6; }
71972  if test "x$libffi_cv_as_cfi_pseudo_op" = xyes; then
71973  
71974  cat >>confdefs.h <<\_ACEOF
71975 @@ -23127,10 +23162,10 @@
71976  fi
71977  
71978  if test x$TARGET = xSPARC; then
71979 -    { $as_echo "$as_me:$LINENO: checking assembler and linker support unaligned pc related relocs" >&5
71980 -$as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; }
71981 +    { echo "$as_me:$LINENO: checking assembler and linker support unaligned pc related relocs" >&5
71982 +echo $ECHO_N "checking assembler and linker support unaligned pc related relocs... $ECHO_C" >&6; }
71983  if test "${libffi_cv_as_sparc_ua_pcrel+set}" = set; then
71984 -  $as_echo_n "(cached) " >&6
71985 +  echo $ECHO_N "(cached) $ECHO_C" >&6
71986  else
71987  
71988         save_CFLAGS="$CFLAGS"
71989 @@ -23158,37 +23193,33 @@
71990    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71991    *) ac_try_echo=$ac_try;;
71992  esac
71993 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
71994 -$as_echo "$ac_try_echo") >&5
71995 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
71996    (eval "$ac_link") 2>conftest.er1
71997    ac_status=$?
71998    grep -v '^ *+' conftest.er1 >conftest.err
71999    rm -f conftest.er1
72000    cat conftest.err >&5
72001 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
72002 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
72003    (exit $ac_status); } && {
72004          test -z "$ac_c_werror_flag" ||
72005          test ! -s conftest.err
72006 -       } && test -s conftest$ac_exeext && {
72007 -        test "$cross_compiling" = yes ||
72008 -        $as_test_x conftest$ac_exeext
72009 -       }; then
72010 +       } && test -s conftest$ac_exeext &&
72011 +       $as_test_x conftest$ac_exeext; then
72012    libffi_cv_as_sparc_ua_pcrel=yes
72013  else
72014 -  $as_echo "$as_me: failed program was:" >&5
72015 +  echo "$as_me: failed program was:" >&5
72016  sed 's/^/| /' conftest.$ac_ext >&5
72017  
72018         libffi_cv_as_sparc_ua_pcrel=no
72019  fi
72020  
72021 -rm -rf conftest.dSYM
72022  rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
72023        conftest$ac_exeext conftest.$ac_ext
72024         CFLAGS="$save_CFLAGS"
72025         LDFLAGS="$save_LDFLAGS"
72026  fi
72027 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_as_sparc_ua_pcrel" >&5
72028 -$as_echo "$libffi_cv_as_sparc_ua_pcrel" >&6; }
72029 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_sparc_ua_pcrel" >&5
72030 +echo "${ECHO_T}$libffi_cv_as_sparc_ua_pcrel" >&6; }
72031      if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
72032  
72033  cat >>confdefs.h <<\_ACEOF
72034 @@ -23197,10 +23228,10 @@
72035  
72036      fi
72037  
72038 -    { $as_echo "$as_me:$LINENO: checking assembler .register pseudo-op support" >&5
72039 -$as_echo_n "checking assembler .register pseudo-op support... " >&6; }
72040 +    { echo "$as_me:$LINENO: checking assembler .register pseudo-op support" >&5
72041 +echo $ECHO_N "checking assembler .register pseudo-op support... $ECHO_C" >&6; }
72042  if test "${libffi_cv_as_register_pseudo_op+set}" = set; then
72043 -  $as_echo_n "(cached) " >&6
72044 +  echo $ECHO_N "(cached) $ECHO_C" >&6
72045  else
72046  
72047         libffi_cv_as_register_pseudo_op=unknown
72048 @@ -23226,21 +23257,20 @@
72049    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
72050    *) ac_try_echo=$ac_try;;
72051  esac
72052 -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
72053 -$as_echo "$ac_try_echo") >&5
72054 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
72055    (eval "$ac_compile") 2>conftest.er1
72056    ac_status=$?
72057    grep -v '^ *+' conftest.er1 >conftest.err
72058    rm -f conftest.er1
72059    cat conftest.err >&5
72060 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
72061 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
72062    (exit $ac_status); } && {
72063          test -z "$ac_c_werror_flag" ||
72064          test ! -s conftest.err
72065         } && test -s conftest.$ac_objext; then
72066    libffi_cv_as_register_pseudo_op=yes
72067  else
72068 -  $as_echo "$as_me: failed program was:" >&5
72069 +  echo "$as_me: failed program was:" >&5
72070  sed 's/^/| /' conftest.$ac_ext >&5
72071  
72072         libffi_cv_as_register_pseudo_op=no
72073 @@ -23249,8 +23279,8 @@
72074  rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72075  
72076  fi
72077 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_as_register_pseudo_op" >&5
72078 -$as_echo "$libffi_cv_as_register_pseudo_op" >&6; }
72079 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_register_pseudo_op" >&5
72080 +echo "${ECHO_T}$libffi_cv_as_register_pseudo_op" >&6; }
72081      if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
72082  
72083  cat >>confdefs.h <<\_ACEOF
72084 @@ -23261,10 +23291,10 @@
72085  fi
72086  
72087  if test x$TARGET = xX86 || test x$TARGET = xX86_64; then
72088 -    { $as_echo "$as_me:$LINENO: checking assembler supports pc related relocs" >&5
72089 -$as_echo_n "checking assembler supports pc related relocs... " >&6; }
72090 +    { echo "$as_me:$LINENO: checking assembler supports pc related relocs" >&5
72091 +echo $ECHO_N "checking assembler supports pc related relocs... $ECHO_C" >&6; }
72092  if test "${libffi_cv_as_x86_pcrel+set}" = set; then
72093 -  $as_echo_n "(cached) " >&6
72094 +  echo $ECHO_N "(cached) $ECHO_C" >&6
72095  else
72096  
72097         libffi_cv_as_x86_pcrel=yes
72098 @@ -23274,8 +23304,8 @@
72099         fi
72100  
72101  fi
72102 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_as_x86_pcrel" >&5
72103 -$as_echo "$libffi_cv_as_x86_pcrel" >&6; }
72104 +{ echo "$as_me:$LINENO: result: $libffi_cv_as_x86_pcrel" >&5
72105 +echo "${ECHO_T}$libffi_cv_as_x86_pcrel" >&6; }
72106      if test "x$libffi_cv_as_x86_pcrel" = xyes; then
72107  
72108  cat >>confdefs.h <<\_ACEOF
72109 @@ -23285,10 +23315,10 @@
72110      fi
72111  fi
72112  
72113 -{ $as_echo "$as_me:$LINENO: checking whether .eh_frame section should be read-only" >&5
72114 -$as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
72115 +{ echo "$as_me:$LINENO: checking whether .eh_frame section should be read-only" >&5
72116 +echo $ECHO_N "checking whether .eh_frame section should be read-only... $ECHO_C" >&6; }
72117  if test "${libffi_cv_ro_eh_frame+set}" = set; then
72118 -  $as_echo_n "(cached) " >&6
72119 +  echo $ECHO_N "(cached) $ECHO_C" >&6
72120  else
72121  
72122         libffi_cv_ro_eh_frame=no
72123 @@ -23304,8 +23334,8 @@
72124         rm -f conftest.*
72125  
72126  fi
72127 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_ro_eh_frame" >&5
72128 -$as_echo "$libffi_cv_ro_eh_frame" >&6; }
72129 +{ echo "$as_me:$LINENO: result: $libffi_cv_ro_eh_frame" >&5
72130 +echo "${ECHO_T}$libffi_cv_ro_eh_frame" >&6; }
72131  if test "x$libffi_cv_ro_eh_frame" = xyes; then
72132  
72133  cat >>confdefs.h <<\_ACEOF
72134 @@ -23325,10 +23355,10 @@
72135  
72136  fi
72137  
72138 -{ $as_echo "$as_me:$LINENO: checking for __attribute__((visibility(\"hidden\")))" >&5
72139 -$as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
72140 +{ echo "$as_me:$LINENO: checking for __attribute__((visibility(\"hidden\")))" >&5
72141 +echo $ECHO_N "checking for __attribute__((visibility(\"hidden\")))... $ECHO_C" >&6; }
72142  if test "${libffi_cv_hidden_visibility_attribute+set}" = set; then
72143 -  $as_echo_n "(cached) " >&6
72144 +  echo $ECHO_N "(cached) $ECHO_C" >&6
72145  else
72146  
72147         echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
72148 @@ -23337,7 +23367,7 @@
72149    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
72150    (eval $ac_try) 2>&5
72151    ac_status=$?
72152 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
72153 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
72154    (exit $ac_status); }; }; then
72155             if grep '\.hidden.*foo' conftest.s >/dev/null; then
72156                 libffi_cv_hidden_visibility_attribute=yes
72157 @@ -23346,8 +23376,8 @@
72158         rm -f conftest.*
72159  
72160  fi
72161 -{ $as_echo "$as_me:$LINENO: result: $libffi_cv_hidden_visibility_attribute" >&5
72162 -$as_echo "$libffi_cv_hidden_visibility_attribute" >&6; }
72163 +{ echo "$as_me:$LINENO: result: $libffi_cv_hidden_visibility_attribute" >&5
72164 +echo "${ECHO_T}$libffi_cv_hidden_visibility_attribute" >&6; }
72165  if test $libffi_cv_hidden_visibility_attribute = yes; then
72166  
72167  cat >>confdefs.h <<\_ACEOF
72168 @@ -23472,12 +23502,11 @@
72169      case $ac_val in #(
72170      *${as_nl}*)
72171        case $ac_var in #(
72172 -      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
72173 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
72174 +      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
72175 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
72176        esac
72177        case $ac_var in #(
72178        _ | IFS | as_nl) ;; #(
72179 -      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
72180        *) $as_unset $ac_var ;;
72181        esac ;;
72182      esac
72183 @@ -23510,12 +23539,12 @@
72184  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
72185    if test -w "$cache_file"; then
72186      test "x$cache_file" != "x/dev/null" &&
72187 -      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
72188 -$as_echo "$as_me: updating cache $cache_file" >&6;}
72189 +      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
72190 +echo "$as_me: updating cache $cache_file" >&6;}
72191      cat confcache >$cache_file
72192    else
72193 -    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
72194 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
72195 +    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
72196 +echo "$as_me: not updating unwritable cache $cache_file" >&6;}
72197    fi
72198  fi
72199  rm -f confcache
72200 @@ -23531,7 +23560,7 @@
72201  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
72202    # 1. Remove the extension, and $U if already installed.
72203    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
72204 -  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
72205 +  ac_i=`echo "$ac_i" | sed "$ac_script"`
72206    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
72207    #    will be set to the directory where LIBOBJS objects are built.
72208    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
72209 @@ -23543,224 +23572,222 @@
72210  
72211  
72212  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
72213 -  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
72214 +  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
72215  Usually this means the macro was only invoked conditionally." >&5
72216 -$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
72217 +echo "$as_me: error: conditional \"AMDEP\" was never defined.
72218  Usually this means the macro was only invoked conditionally." >&2;}
72219     { (exit 1); exit 1; }; }
72220  fi
72221  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
72222 -  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
72223 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
72224  Usually this means the macro was only invoked conditionally." >&5
72225 -$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
72226 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
72227  Usually this means the macro was only invoked conditionally." >&2;}
72228     { (exit 1); exit 1; }; }
72229  fi
72230  if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
72231 -  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
72232 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
72233  Usually this means the macro was only invoked conditionally." >&5
72234 -$as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
72235 +echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
72236  Usually this means the macro was only invoked conditionally." >&2;}
72237     { (exit 1); exit 1; }; }
72238  fi
72239  if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
72240 -  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
72241 +  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
72242  Usually this means the macro was only invoked conditionally." >&5
72243 -$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
72244 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
72245  Usually this means the macro was only invoked conditionally." >&2;}
72246     { (exit 1); exit 1; }; }
72247  fi
72248  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
72249 -  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
72250 +  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
72251  Usually this means the macro was only invoked conditionally." >&5
72252 -$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
72253 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
72254  Usually this means the macro was only invoked conditionally." >&2;}
72255     { (exit 1); exit 1; }; }
72256  fi
72257  if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
72258 -  { { $as_echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
72259 +  { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
72260  Usually this means the macro was only invoked conditionally." >&5
72261 -$as_echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
72262 +echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
72263  Usually this means the macro was only invoked conditionally." >&2;}
72264     { (exit 1); exit 1; }; }
72265  fi
72266  if test -z "${MIPS_TRUE}" && test -z "${MIPS_FALSE}"; then
72267 -  { { $as_echo "$as_me:$LINENO: error: conditional \"MIPS\" was never defined.
72268 +  { { echo "$as_me:$LINENO: error: conditional \"MIPS\" was never defined.
72269  Usually this means the macro was only invoked conditionally." >&5
72270 -$as_echo "$as_me: error: conditional \"MIPS\" was never defined.
72271 +echo "$as_me: error: conditional \"MIPS\" was never defined.
72272  Usually this means the macro was only invoked conditionally." >&2;}
72273     { (exit 1); exit 1; }; }
72274  fi
72275  if test -z "${SPARC_TRUE}" && test -z "${SPARC_FALSE}"; then
72276 -  { { $as_echo "$as_me:$LINENO: error: conditional \"SPARC\" was never defined.
72277 +  { { echo "$as_me:$LINENO: error: conditional \"SPARC\" was never defined.
72278  Usually this means the macro was only invoked conditionally." >&5
72279 -$as_echo "$as_me: error: conditional \"SPARC\" was never defined.
72280 +echo "$as_me: error: conditional \"SPARC\" was never defined.
72281  Usually this means the macro was only invoked conditionally." >&2;}
72282     { (exit 1); exit 1; }; }
72283  fi
72284  if test -z "${X86_TRUE}" && test -z "${X86_FALSE}"; then
72285 -  { { $as_echo "$as_me:$LINENO: error: conditional \"X86\" was never defined.
72286 +  { { echo "$as_me:$LINENO: error: conditional \"X86\" was never defined.
72287  Usually this means the macro was only invoked conditionally." >&5
72288 -$as_echo "$as_me: error: conditional \"X86\" was never defined.
72289 +echo "$as_me: error: conditional \"X86\" was never defined.
72290  Usually this means the macro was only invoked conditionally." >&2;}
72291     { (exit 1); exit 1; }; }
72292  fi
72293  if test -z "${X86_FREEBSD_TRUE}" && test -z "${X86_FREEBSD_FALSE}"; then
72294 -  { { $as_echo "$as_me:$LINENO: error: conditional \"X86_FREEBSD\" was never defined.
72295 +  { { echo "$as_me:$LINENO: error: conditional \"X86_FREEBSD\" was never defined.
72296  Usually this means the macro was only invoked conditionally." >&5
72297 -$as_echo "$as_me: error: conditional \"X86_FREEBSD\" was never defined.
72298 +echo "$as_me: error: conditional \"X86_FREEBSD\" was never defined.
72299  Usually this means the macro was only invoked conditionally." >&2;}
72300     { (exit 1); exit 1; }; }
72301  fi
72302  if test -z "${X86_WIN32_TRUE}" && test -z "${X86_WIN32_FALSE}"; then
72303 -  { { $as_echo "$as_me:$LINENO: error: conditional \"X86_WIN32\" was never defined.
72304 +  { { echo "$as_me:$LINENO: error: conditional \"X86_WIN32\" was never defined.
72305  Usually this means the macro was only invoked conditionally." >&5
72306 -$as_echo "$as_me: error: conditional \"X86_WIN32\" was never defined.
72307 +echo "$as_me: error: conditional \"X86_WIN32\" was never defined.
72308  Usually this means the macro was only invoked conditionally." >&2;}
72309     { (exit 1); exit 1; }; }
72310  fi
72311  if test -z "${X86_DARWIN_TRUE}" && test -z "${X86_DARWIN_FALSE}"; then
72312 -  { { $as_echo "$as_me:$LINENO: error: conditional \"X86_DARWIN\" was never defined.
72313 +  { { echo "$as_me:$LINENO: error: conditional \"X86_DARWIN\" was never defined.
72314  Usually this means the macro was only invoked conditionally." >&5
72315 -$as_echo "$as_me: error: conditional \"X86_DARWIN\" was never defined.
72316 +echo "$as_me: error: conditional \"X86_DARWIN\" was never defined.
72317  Usually this means the macro was only invoked conditionally." >&2;}
72318     { (exit 1); exit 1; }; }
72319  fi
72320  if test -z "${ALPHA_TRUE}" && test -z "${ALPHA_FALSE}"; then
72321 -  { { $as_echo "$as_me:$LINENO: error: conditional \"ALPHA\" was never defined.
72322 +  { { echo "$as_me:$LINENO: error: conditional \"ALPHA\" was never defined.
72323  Usually this means the macro was only invoked conditionally." >&5
72324 -$as_echo "$as_me: error: conditional \"ALPHA\" was never defined.
72325 +echo "$as_me: error: conditional \"ALPHA\" was never defined.
72326  Usually this means the macro was only invoked conditionally." >&2;}
72327     { (exit 1); exit 1; }; }
72328  fi
72329  if test -z "${IA64_TRUE}" && test -z "${IA64_FALSE}"; then
72330 -  { { $as_echo "$as_me:$LINENO: error: conditional \"IA64\" was never defined.
72331 +  { { echo "$as_me:$LINENO: error: conditional \"IA64\" was never defined.
72332  Usually this means the macro was only invoked conditionally." >&5
72333 -$as_echo "$as_me: error: conditional \"IA64\" was never defined.
72334 +echo "$as_me: error: conditional \"IA64\" was never defined.
72335  Usually this means the macro was only invoked conditionally." >&2;}
72336     { (exit 1); exit 1; }; }
72337  fi
72338  if test -z "${M32R_TRUE}" && test -z "${M32R_FALSE}"; then
72339 -  { { $as_echo "$as_me:$LINENO: error: conditional \"M32R\" was never defined.
72340 +  { { echo "$as_me:$LINENO: error: conditional \"M32R\" was never defined.
72341  Usually this means the macro was only invoked conditionally." >&5
72342 -$as_echo "$as_me: error: conditional \"M32R\" was never defined.
72343 +echo "$as_me: error: conditional \"M32R\" was never defined.
72344  Usually this means the macro was only invoked conditionally." >&2;}
72345     { (exit 1); exit 1; }; }
72346  fi
72347  if test -z "${M68K_TRUE}" && test -z "${M68K_FALSE}"; then
72348 -  { { $as_echo "$as_me:$LINENO: error: conditional \"M68K\" was never defined.
72349 +  { { echo "$as_me:$LINENO: error: conditional \"M68K\" was never defined.
72350  Usually this means the macro was only invoked conditionally." >&5
72351 -$as_echo "$as_me: error: conditional \"M68K\" was never defined.
72352 +echo "$as_me: error: conditional \"M68K\" was never defined.
72353  Usually this means the macro was only invoked conditionally." >&2;}
72354     { (exit 1); exit 1; }; }
72355  fi
72356  if test -z "${POWERPC_TRUE}" && test -z "${POWERPC_FALSE}"; then
72357 -  { { $as_echo "$as_me:$LINENO: error: conditional \"POWERPC\" was never defined.
72358 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC\" was never defined.
72359  Usually this means the macro was only invoked conditionally." >&5
72360 -$as_echo "$as_me: error: conditional \"POWERPC\" was never defined.
72361 +echo "$as_me: error: conditional \"POWERPC\" was never defined.
72362  Usually this means the macro was only invoked conditionally." >&2;}
72363     { (exit 1); exit 1; }; }
72364  fi
72365  if test -z "${POWERPC_AIX_TRUE}" && test -z "${POWERPC_AIX_FALSE}"; then
72366 -  { { $as_echo "$as_me:$LINENO: error: conditional \"POWERPC_AIX\" was never defined.
72367 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_AIX\" was never defined.
72368  Usually this means the macro was only invoked conditionally." >&5
72369 -$as_echo "$as_me: error: conditional \"POWERPC_AIX\" was never defined.
72370 +echo "$as_me: error: conditional \"POWERPC_AIX\" was never defined.
72371  Usually this means the macro was only invoked conditionally." >&2;}
72372     { (exit 1); exit 1; }; }
72373  fi
72374  if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
72375 -  { { $as_echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
72376 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
72377  Usually this means the macro was only invoked conditionally." >&5
72378 -$as_echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
72379 +echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
72380  Usually this means the macro was only invoked conditionally." >&2;}
72381     { (exit 1); exit 1; }; }
72382  fi
72383  if test -z "${POWERPC_FREEBSD_TRUE}" && test -z "${POWERPC_FREEBSD_FALSE}"; then
72384 -  { { $as_echo "$as_me:$LINENO: error: conditional \"POWERPC_FREEBSD\" was never defined.
72385 +  { { echo "$as_me:$LINENO: error: conditional \"POWERPC_FREEBSD\" was never defined.
72386  Usually this means the macro was only invoked conditionally." >&5
72387 -$as_echo "$as_me: error: conditional \"POWERPC_FREEBSD\" was never defined.
72388 +echo "$as_me: error: conditional \"POWERPC_FREEBSD\" was never defined.
72389  Usually this means the macro was only invoked conditionally." >&2;}
72390     { (exit 1); exit 1; }; }
72391  fi
72392  if test -z "${ARM_TRUE}" && test -z "${ARM_FALSE}"; then
72393 -  { { $as_echo "$as_me:$LINENO: error: conditional \"ARM\" was never defined.
72394 +  { { echo "$as_me:$LINENO: error: conditional \"ARM\" was never defined.
72395  Usually this means the macro was only invoked conditionally." >&5
72396 -$as_echo "$as_me: error: conditional \"ARM\" was never defined.
72397 +echo "$as_me: error: conditional \"ARM\" was never defined.
72398  Usually this means the macro was only invoked conditionally." >&2;}
72399     { (exit 1); exit 1; }; }
72400  fi
72401  if test -z "${LIBFFI_CRIS_TRUE}" && test -z "${LIBFFI_CRIS_FALSE}"; then
72402 -  { { $as_echo "$as_me:$LINENO: error: conditional \"LIBFFI_CRIS\" was never defined.
72403 +  { { echo "$as_me:$LINENO: error: conditional \"LIBFFI_CRIS\" was never defined.
72404  Usually this means the macro was only invoked conditionally." >&5
72405 -$as_echo "$as_me: error: conditional \"LIBFFI_CRIS\" was never defined.
72406 +echo "$as_me: error: conditional \"LIBFFI_CRIS\" was never defined.
72407  Usually this means the macro was only invoked conditionally." >&2;}
72408     { (exit 1); exit 1; }; }
72409  fi
72410  if test -z "${FRV_TRUE}" && test -z "${FRV_FALSE}"; then
72411 -  { { $as_echo "$as_me:$LINENO: error: conditional \"FRV\" was never defined.
72412 +  { { echo "$as_me:$LINENO: error: conditional \"FRV\" was never defined.
72413  Usually this means the macro was only invoked conditionally." >&5
72414 -$as_echo "$as_me: error: conditional \"FRV\" was never defined.
72415 +echo "$as_me: error: conditional \"FRV\" was never defined.
72416  Usually this means the macro was only invoked conditionally." >&2;}
72417     { (exit 1); exit 1; }; }
72418  fi
72419  if test -z "${S390_TRUE}" && test -z "${S390_FALSE}"; then
72420 -  { { $as_echo "$as_me:$LINENO: error: conditional \"S390\" was never defined.
72421 +  { { echo "$as_me:$LINENO: error: conditional \"S390\" was never defined.
72422  Usually this means the macro was only invoked conditionally." >&5
72423 -$as_echo "$as_me: error: conditional \"S390\" was never defined.
72424 +echo "$as_me: error: conditional \"S390\" was never defined.
72425  Usually this means the macro was only invoked conditionally." >&2;}
72426     { (exit 1); exit 1; }; }
72427  fi
72428  if test -z "${X86_64_TRUE}" && test -z "${X86_64_FALSE}"; then
72429 -  { { $as_echo "$as_me:$LINENO: error: conditional \"X86_64\" was never defined.
72430 +  { { echo "$as_me:$LINENO: error: conditional \"X86_64\" was never defined.
72431  Usually this means the macro was only invoked conditionally." >&5
72432 -$as_echo "$as_me: error: conditional \"X86_64\" was never defined.
72433 +echo "$as_me: error: conditional \"X86_64\" was never defined.
72434  Usually this means the macro was only invoked conditionally." >&2;}
72435     { (exit 1); exit 1; }; }
72436  fi
72437  if test -z "${SH_TRUE}" && test -z "${SH_FALSE}"; then
72438 -  { { $as_echo "$as_me:$LINENO: error: conditional \"SH\" was never defined.
72439 +  { { echo "$as_me:$LINENO: error: conditional \"SH\" was never defined.
72440  Usually this means the macro was only invoked conditionally." >&5
72441 -$as_echo "$as_me: error: conditional \"SH\" was never defined.
72442 +echo "$as_me: error: conditional \"SH\" was never defined.
72443  Usually this means the macro was only invoked conditionally." >&2;}
72444     { (exit 1); exit 1; }; }
72445  fi
72446  if test -z "${SH64_TRUE}" && test -z "${SH64_FALSE}"; then
72447 -  { { $as_echo "$as_me:$LINENO: error: conditional \"SH64\" was never defined.
72448 +  { { echo "$as_me:$LINENO: error: conditional \"SH64\" was never defined.
72449  Usually this means the macro was only invoked conditionally." >&5
72450 -$as_echo "$as_me: error: conditional \"SH64\" was never defined.
72451 +echo "$as_me: error: conditional \"SH64\" was never defined.
72452  Usually this means the macro was only invoked conditionally." >&2;}
72453     { (exit 1); exit 1; }; }
72454  fi
72455  if test -z "${PA_LINUX_TRUE}" && test -z "${PA_LINUX_FALSE}"; then
72456 -  { { $as_echo "$as_me:$LINENO: error: conditional \"PA_LINUX\" was never defined.
72457 +  { { echo "$as_me:$LINENO: error: conditional \"PA_LINUX\" was never defined.
72458  Usually this means the macro was only invoked conditionally." >&5
72459 -$as_echo "$as_me: error: conditional \"PA_LINUX\" was never defined.
72460 +echo "$as_me: error: conditional \"PA_LINUX\" was never defined.
72461  Usually this means the macro was only invoked conditionally." >&2;}
72462     { (exit 1); exit 1; }; }
72463  fi
72464  if test -z "${PA_HPUX_TRUE}" && test -z "${PA_HPUX_FALSE}"; then
72465 -  { { $as_echo "$as_me:$LINENO: error: conditional \"PA_HPUX\" was never defined.
72466 +  { { echo "$as_me:$LINENO: error: conditional \"PA_HPUX\" was never defined.
72467  Usually this means the macro was only invoked conditionally." >&5
72468 -$as_echo "$as_me: error: conditional \"PA_HPUX\" was never defined.
72469 +echo "$as_me: error: conditional \"PA_HPUX\" was never defined.
72470  Usually this means the macro was only invoked conditionally." >&2;}
72471     { (exit 1); exit 1; }; }
72472  fi
72473  if test -z "${PA64_HPUX_TRUE}" && test -z "${PA64_HPUX_FALSE}"; then
72474 -  { { $as_echo "$as_me:$LINENO: error: conditional \"PA64_HPUX\" was never defined.
72475 +  { { echo "$as_me:$LINENO: error: conditional \"PA64_HPUX\" was never defined.
72476  Usually this means the macro was only invoked conditionally." >&5
72477 -$as_echo "$as_me: error: conditional \"PA64_HPUX\" was never defined.
72478 +echo "$as_me: error: conditional \"PA64_HPUX\" was never defined.
72479  Usually this means the macro was only invoked conditionally." >&2;}
72480     { (exit 1); exit 1; }; }
72481  fi
72482  
72483 -
72484  : ${CONFIG_STATUS=./config.status}
72485 -ac_write_fail=0
72486  ac_clean_files_save=$ac_clean_files
72487  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
72488 -{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
72489 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
72490 -cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72491 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
72492 +echo "$as_me: creating $CONFIG_STATUS" >&6;}
72493 +cat >$CONFIG_STATUS <<_ACEOF
72494  #! $SHELL
72495  # Generated by $as_me.
72496  # Run this file to recreate the current configuration.
72497 @@ -23773,7 +23800,7 @@
72498  SHELL=\${CONFIG_SHELL-$SHELL}
72499  _ACEOF
72500  
72501 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72502 +cat >>$CONFIG_STATUS <<\_ACEOF
72503  ## --------------------- ##
72504  ## M4sh Initialization.  ##
72505  ## --------------------- ##
72506 @@ -23783,7 +23810,7 @@
72507  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
72508    emulate sh
72509    NULLCMD=:
72510 -  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
72511 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
72512    # is contrary to our usage.  Disable this feature.
72513    alias -g '${1+"$@"}'='"$@"'
72514    setopt NO_GLOB_SUBST
72515 @@ -23805,45 +23832,17 @@
72516  as_cr_digits='0123456789'
72517  as_cr_alnum=$as_cr_Letters$as_cr_digits
72518  
72519 -as_nl='
72520 -'
72521 -export as_nl
72522 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
72523 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
72524 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
72525 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
72526 -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
72527 -  as_echo='printf %s\n'
72528 -  as_echo_n='printf %s'
72529 -else
72530 -  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
72531 -    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
72532 -    as_echo_n='/usr/ucb/echo -n'
72533 -  else
72534 -    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
72535 -    as_echo_n_body='eval
72536 -      arg=$1;
72537 -      case $arg in
72538 -      *"$as_nl"*)
72539 -       expr "X$arg" : "X\\(.*\\)$as_nl";
72540 -       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
72541 -      esac;
72542 -      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
72543 -    '
72544 -    export as_echo_n_body
72545 -    as_echo_n='sh -c $as_echo_n_body as_echo'
72546 -  fi
72547 -  export as_echo_body
72548 -  as_echo='sh -c $as_echo_body as_echo'
72549 -fi
72550 -
72551  # The user is always right.
72552  if test "${PATH_SEPARATOR+set}" != set; then
72553 -  PATH_SEPARATOR=:
72554 -  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
72555 -    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
72556 -      PATH_SEPARATOR=';'
72557 -  }
72558 +  echo "#! /bin/sh" >conf$$.sh
72559 +  echo  "exit 0"   >>conf$$.sh
72560 +  chmod +x conf$$.sh
72561 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
72562 +    PATH_SEPARATOR=';'
72563 +  else
72564 +    PATH_SEPARATOR=:
72565 +  fi
72566 +  rm -f conf$$.sh
72567  fi
72568  
72569  # Support unset when possible.
72570 @@ -23859,6 +23858,8 @@
72571  # there to prevent editors from complaining about space-tab.
72572  # (If _AS_PATH_WALK were called with IFS unset, it would disable word
72573  # splitting by setting IFS to empty value.)
72574 +as_nl='
72575 +'
72576  IFS=" ""       $as_nl"
72577  
72578  # Find who we are.  Look in the path if we contain no directory separator.
72579 @@ -23881,7 +23882,7 @@
72580    as_myself=$0
72581  fi
72582  if test ! -f "$as_myself"; then
72583 -  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
72584 +  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
72585    { (exit 1); exit 1; }
72586  fi
72587  
72588 @@ -23894,10 +23895,17 @@
72589  PS4='+ '
72590  
72591  # NLS nuisances.
72592 -LC_ALL=C
72593 -export LC_ALL
72594 -LANGUAGE=C
72595 -export LANGUAGE
72596 +for as_var in \
72597 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
72598 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
72599 +  LC_TELEPHONE LC_TIME
72600 +do
72601 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
72602 +    eval $as_var=C; export $as_var
72603 +  else
72604 +    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
72605 +  fi
72606 +done
72607  
72608  # Required to use basename.
72609  if expr a : '\(a\)' >/dev/null 2>&1 &&
72610 @@ -23919,7 +23927,7 @@
72611  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
72612          X"$0" : 'X\(//\)$' \| \
72613          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
72614 -$as_echo X/"$0" |
72615 +echo X/"$0" |
72616      sed '/^.*\/\([^/][^/]*\)\/*$/{
72617             s//\1/
72618             q
72619 @@ -23970,7 +23978,7 @@
72620        s/-\n.*//
72621      ' >$as_me.lineno &&
72622    chmod +x "$as_me.lineno" ||
72623 -    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
72624 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
72625     { (exit 1); exit 1; }; }
72626  
72627    # Don't try to exec as it changes $[0], causing all sort of problems
72628 @@ -23998,6 +24006,7 @@
72629  *)
72630    ECHO_N='-n';;
72631  esac
72632 +
72633  if expr a : '\(a\)' >/dev/null 2>&1 &&
72634     test "X`expr 00001 : '.*\(...\)'`" = X001; then
72635    as_expr=expr
72636 @@ -24010,22 +24019,19 @@
72637    rm -f conf$$.dir/conf$$.file
72638  else
72639    rm -f conf$$.dir
72640 -  mkdir conf$$.dir 2>/dev/null
72641 +  mkdir conf$$.dir
72642  fi
72643 -if (echo >conf$$.file) 2>/dev/null; then
72644 -  if ln -s conf$$.file conf$$ 2>/dev/null; then
72645 -    as_ln_s='ln -s'
72646 -    # ... but there are two gotchas:
72647 -    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
72648 -    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
72649 -    # In both cases, we have to default to `cp -p'.
72650 -    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
72651 -      as_ln_s='cp -p'
72652 -  elif ln conf$$.file conf$$ 2>/dev/null; then
72653 -    as_ln_s=ln
72654 -  else
72655 +echo >conf$$.file
72656 +if ln -s conf$$.file conf$$ 2>/dev/null; then
72657 +  as_ln_s='ln -s'
72658 +  # ... but there are two gotchas:
72659 +  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
72660 +  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
72661 +  # In both cases, we have to default to `cp -p'.
72662 +  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
72663      as_ln_s='cp -p'
72664 -  fi
72665 +elif ln conf$$.file conf$$ 2>/dev/null; then
72666 +  as_ln_s=ln
72667  else
72668    as_ln_s='cp -p'
72669  fi
72670 @@ -24050,10 +24056,10 @@
72671    as_test_x='
72672      eval sh -c '\''
72673        if test -d "$1"; then
72674 -       test -d "$1/.";
72675 +        test -d "$1/.";
72676        else
72677         case $1 in
72678 -       -*)set "./$1";;
72679 +        -*)set "./$1";;
72680         esac;
72681         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
72682         ???[sx]*):;;*)false;;esac;fi
72683 @@ -24076,7 +24082,7 @@
72684  # values after options handling.
72685  ac_log="
72686  This file was extended by libffi $as_me 3.0.8, which was
72687 -generated by GNU Autoconf 2.63.  Invocation command line was
72688 +generated by GNU Autoconf 2.61.  Invocation command line was
72689  
72690    CONFIG_FILES    = $CONFIG_FILES
72691    CONFIG_HEADERS  = $CONFIG_HEADERS
72692 @@ -24089,16 +24095,7 @@
72693  
72694  _ACEOF
72695  
72696 -case $ac_config_files in *"
72697 -"*) set x $ac_config_files; shift; ac_config_files=$*;;
72698 -esac
72699 -
72700 -case $ac_config_headers in *"
72701 -"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
72702 -esac
72703 -
72704 -
72705 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72706 +cat >>$CONFIG_STATUS <<_ACEOF
72707  # Files that config.status was made for.
72708  config_files="$ac_config_files"
72709  config_headers="$ac_config_headers"
72710 @@ -24107,23 +24104,22 @@
72711  
72712  _ACEOF
72713  
72714 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72715 +cat >>$CONFIG_STATUS <<\_ACEOF
72716  ac_cs_usage="\
72717  \`$as_me' instantiates files from templates according to the
72718  current configuration.
72719  
72720 -Usage: $0 [OPTION]... [FILE]...
72721 +Usage: $0 [OPTIONS] [FILE]...
72722  
72723    -h, --help       print this help, then exit
72724    -V, --version    print version number and configuration settings, then exit
72725 -  -q, --quiet, --silent
72726 -                   do not print progress messages
72727 +  -q, --quiet      do not print progress messages
72728    -d, --debug      don't remove temporary files
72729        --recheck    update $as_me by reconfiguring in the same conditions
72730 -      --file=FILE[:TEMPLATE]
72731 -                   instantiate the configuration file FILE
72732 -      --header=FILE[:TEMPLATE]
72733 -                   instantiate the configuration header FILE
72734 +  --file=FILE[:TEMPLATE]
72735 +                  instantiate the configuration file FILE
72736 +  --header=FILE[:TEMPLATE]
72737 +                  instantiate the configuration header FILE
72738  
72739  Configuration files:
72740  $config_files
72741 @@ -24140,13 +24136,13 @@
72742  Report bugs to <bug-autoconf@gnu.org>."
72743  
72744  _ACEOF
72745 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72746 +cat >>$CONFIG_STATUS <<_ACEOF
72747  ac_cs_version="\\
72748  libffi config.status 3.0.8
72749 -configured by $0, generated by GNU Autoconf 2.63,
72750 -  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
72751 +configured by $0, generated by GNU Autoconf 2.61,
72752 +  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
72753  
72754 -Copyright (C) 2008 Free Software Foundation, Inc.
72755 +Copyright (C) 2006 Free Software Foundation, Inc.
72756  This config.status script is free software; the Free Software Foundation
72757  gives unlimited permission to copy, distribute and modify it."
72758  
72759 @@ -24154,12 +24150,11 @@
72760  srcdir='$srcdir'
72761  INSTALL='$INSTALL'
72762  MKDIR_P='$MKDIR_P'
72763 -AWK='$AWK'
72764 -test -n "\$AWK" || AWK=awk
72765  _ACEOF
72766  
72767 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72768 -# The default lists apply if the user does not specify any file.
72769 +cat >>$CONFIG_STATUS <<\_ACEOF
72770 +# If no file are specified by the user, then we need to provide default
72771 +# value.  By we need to know if files were specified by the user.
72772  ac_need_defaults=:
72773  while test $# != 0
72774  do
72775 @@ -24181,36 +24176,30 @@
72776    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
72777      ac_cs_recheck=: ;;
72778    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
72779 -    $as_echo "$ac_cs_version"; exit ;;
72780 +    echo "$ac_cs_version"; exit ;;
72781    --debug | --debu | --deb | --de | --d | -d )
72782      debug=: ;;
72783    --file | --fil | --fi | --f )
72784      $ac_shift
72785 -    case $ac_optarg in
72786 -    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
72787 -    esac
72788 -    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
72789 +    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
72790      ac_need_defaults=false;;
72791    --header | --heade | --head | --hea )
72792      $ac_shift
72793 -    case $ac_optarg in
72794 -    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
72795 -    esac
72796 -    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
72797 +    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
72798      ac_need_defaults=false;;
72799    --he | --h)
72800      # Conflict between --help and --header
72801 -    { $as_echo "$as_me: error: ambiguous option: $1
72802 +    { echo "$as_me: error: ambiguous option: $1
72803  Try \`$0 --help' for more information." >&2
72804     { (exit 1); exit 1; }; };;
72805    --help | --hel | -h )
72806 -    $as_echo "$ac_cs_usage"; exit ;;
72807 +    echo "$ac_cs_usage"; exit ;;
72808    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
72809    | -silent | --silent | --silen | --sile | --sil | --si | --s)
72810      ac_cs_silent=: ;;
72811  
72812    # This is an error.
72813 -  -*) { $as_echo "$as_me: error: unrecognized option: $1
72814 +  -*) { echo "$as_me: error: unrecognized option: $1
72815  Try \`$0 --help' for more information." >&2
72816     { (exit 1); exit 1; }; } ;;
72817  
72818 @@ -24229,29 +24218,27 @@
72819  fi
72820  
72821  _ACEOF
72822 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72823 +cat >>$CONFIG_STATUS <<_ACEOF
72824  if \$ac_cs_recheck; then
72825 -  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
72826 -  shift
72827 -  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
72828 -  CONFIG_SHELL='$SHELL'
72829 +  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
72830 +  CONFIG_SHELL=$SHELL
72831    export CONFIG_SHELL
72832 -  exec "\$@"
72833 +  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
72834  fi
72835  
72836  _ACEOF
72837 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72838 +cat >>$CONFIG_STATUS <<\_ACEOF
72839  exec 5>>config.log
72840  {
72841    echo
72842    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
72843  ## Running $as_me. ##
72844  _ASBOX
72845 -  $as_echo "$ac_log"
72846 +  echo "$ac_log"
72847  } >&5
72848  
72849  _ACEOF
72850 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72851 +cat >>$CONFIG_STATUS <<_ACEOF
72852  #
72853  # INIT-COMMANDS
72854  #
72855 @@ -24260,7 +24247,7 @@
72856  
72857  _ACEOF
72858  
72859 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
72860 +cat >>$CONFIG_STATUS <<\_ACEOF
72861  
72862  # Handling of arguments.
72863  for ac_config_target in $ac_config_targets
72864 @@ -24278,8 +24265,8 @@
72865      "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
72866      "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
72867  
72868 -  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
72869 -$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
72870 +  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
72871 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
72872     { (exit 1); exit 1; }; };;
72873    esac
72874  done
72875 @@ -24321,144 +24308,286 @@
72876    (umask 077 && mkdir "$tmp")
72877  } ||
72878  {
72879 -   $as_echo "$as_me: cannot create a temporary directory in ." >&2
72880 +   echo "$me: cannot create a temporary directory in ." >&2
72881     { (exit 1); exit 1; }
72882  }
72883  
72884 -# Set up the scripts for CONFIG_FILES section.
72885 -# No need to generate them if there are no CONFIG_FILES.
72886 -# This happens for instance with `./config.status config.h'.
72887 -if test -n "$CONFIG_FILES"; then
72888 -
72889 +#
72890 +# Set up the sed scripts for CONFIG_FILES section.
72891 +#
72892  
72893 -ac_cr='\r'
72894 -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
72895 -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
72896 -  ac_cs_awk_cr='\\r'
72897 -else
72898 -  ac_cs_awk_cr=$ac_cr
72899 -fi
72900 +# No need to generate the scripts if there are no CONFIG_FILES.
72901 +# This happens for instance when ./config.status config.h
72902 +if test -n "$CONFIG_FILES"; then
72903  
72904 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
72905  _ACEOF
72906  
72907  
72908 -{
72909 -  echo "cat >conf$$subs.awk <<_ACEOF" &&
72910 -  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
72911 -  echo "_ACEOF"
72912 -} >conf$$subs.sh ||
72913 -  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
72914 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
72915 -   { (exit 1); exit 1; }; }
72916 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
72917 +
72918  ac_delim='%!_!# '
72919  for ac_last_try in false false false false false :; do
72920 -  . ./conf$$subs.sh ||
72921 -    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
72922 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
72923 -   { (exit 1); exit 1; }; }
72924 +  cat >conf$$subs.sed <<_ACEOF
72925 +SHELL!$SHELL$ac_delim
72926 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
72927 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim
72928 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
72929 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
72930 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim
72931 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
72932 +exec_prefix!$exec_prefix$ac_delim
72933 +prefix!$prefix$ac_delim
72934 +program_transform_name!$program_transform_name$ac_delim
72935 +bindir!$bindir$ac_delim
72936 +sbindir!$sbindir$ac_delim
72937 +libexecdir!$libexecdir$ac_delim
72938 +datarootdir!$datarootdir$ac_delim
72939 +datadir!$datadir$ac_delim
72940 +sysconfdir!$sysconfdir$ac_delim
72941 +sharedstatedir!$sharedstatedir$ac_delim
72942 +localstatedir!$localstatedir$ac_delim
72943 +includedir!$includedir$ac_delim
72944 +oldincludedir!$oldincludedir$ac_delim
72945 +docdir!$docdir$ac_delim
72946 +infodir!$infodir$ac_delim
72947 +htmldir!$htmldir$ac_delim
72948 +dvidir!$dvidir$ac_delim
72949 +pdfdir!$pdfdir$ac_delim
72950 +psdir!$psdir$ac_delim
72951 +libdir!$libdir$ac_delim
72952 +localedir!$localedir$ac_delim
72953 +mandir!$mandir$ac_delim
72954 +DEFS!$DEFS$ac_delim
72955 +ECHO_C!$ECHO_C$ac_delim
72956 +ECHO_N!$ECHO_N$ac_delim
72957 +ECHO_T!$ECHO_T$ac_delim
72958 +LIBS!$LIBS$ac_delim
72959 +build_alias!$build_alias$ac_delim
72960 +host_alias!$host_alias$ac_delim
72961 +target_alias!$target_alias$ac_delim
72962 +build!$build$ac_delim
72963 +build_cpu!$build_cpu$ac_delim
72964 +build_vendor!$build_vendor$ac_delim
72965 +build_os!$build_os$ac_delim
72966 +host!$host$ac_delim
72967 +host_cpu!$host_cpu$ac_delim
72968 +host_vendor!$host_vendor$ac_delim
72969 +host_os!$host_os$ac_delim
72970 +target!$target$ac_delim
72971 +target_cpu!$target_cpu$ac_delim
72972 +target_vendor!$target_vendor$ac_delim
72973 +target_os!$target_os$ac_delim
72974 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
72975 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
72976 +INSTALL_DATA!$INSTALL_DATA$ac_delim
72977 +am__isrc!$am__isrc$ac_delim
72978 +CYGPATH_W!$CYGPATH_W$ac_delim
72979 +PACKAGE!$PACKAGE$ac_delim
72980 +VERSION!$VERSION$ac_delim
72981 +ACLOCAL!$ACLOCAL$ac_delim
72982 +AUTOCONF!$AUTOCONF$ac_delim
72983 +AUTOMAKE!$AUTOMAKE$ac_delim
72984 +AUTOHEADER!$AUTOHEADER$ac_delim
72985 +MAKEINFO!$MAKEINFO$ac_delim
72986 +install_sh!$install_sh$ac_delim
72987 +STRIP!$STRIP$ac_delim
72988 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
72989 +mkdir_p!$mkdir_p$ac_delim
72990 +AWK!$AWK$ac_delim
72991 +SET_MAKE!$SET_MAKE$ac_delim
72992 +am__leading_dot!$am__leading_dot$ac_delim
72993 +AMTAR!$AMTAR$ac_delim
72994 +am__tar!$am__tar$ac_delim
72995 +am__untar!$am__untar$ac_delim
72996 +CC!$CC$ac_delim
72997 +CFLAGS!$CFLAGS$ac_delim
72998 +LDFLAGS!$LDFLAGS$ac_delim
72999 +CPPFLAGS!$CPPFLAGS$ac_delim
73000 +ac_ct_CC!$ac_ct_CC$ac_delim
73001 +EXEEXT!$EXEEXT$ac_delim
73002 +OBJEXT!$OBJEXT$ac_delim
73003 +DEPDIR!$DEPDIR$ac_delim
73004 +am__include!$am__include$ac_delim
73005 +am__quote!$am__quote$ac_delim
73006 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim
73007 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim
73008 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
73009 +CCDEPMODE!$CCDEPMODE$ac_delim
73010 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
73011 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
73012 +CCAS!$CCAS$ac_delim
73013 +CCASFLAGS!$CCASFLAGS$ac_delim
73014 +CCASDEPMODE!$CCASDEPMODE$ac_delim
73015 +am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim
73016 +am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim
73017 +LIBFFI_DLL!$LIBFFI_DLL$ac_delim
73018 +LIBFFI_LDFLAGS!$LIBFFI_LDFLAGS$ac_delim
73019 +SED!$SED$ac_delim
73020 +GREP!$GREP$ac_delim
73021 +EGREP!$EGREP$ac_delim
73022 +_ACEOF
73023  
73024 -  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
73025 -  if test $ac_delim_n = $ac_delim_num; then
73026 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
73027      break
73028    elif $ac_last_try; then
73029 -    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
73030 -$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
73031 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
73032 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
73033     { (exit 1); exit 1; }; }
73034    else
73035      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
73036    fi
73037  done
73038 -rm -f conf$$subs.sh
73039  
73040 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73041 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
73042 -_ACEOF
73043 -sed -n '
73044 -h
73045 -s/^/S["/; s/!.*/"]=/
73046 -p
73047 -g
73048 -s/^[^!]*!//
73049 -:repl
73050 -t repl
73051 -s/'"$ac_delim"'$//
73052 -t delim
73053 -:nl
73054 -h
73055 -s/\(.\{148\}\).*/\1/
73056 -t more1
73057 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
73058 -p
73059 -n
73060 -b repl
73061 -:more1
73062 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
73063 -p
73064 -g
73065 -s/.\{148\}//
73066 -t nl
73067 -:delim
73068 -h
73069 -s/\(.\{148\}\).*/\1/
73070 -t more2
73071 -s/["\\]/\\&/g; s/^/"/; s/$/"/
73072 -p
73073 -b
73074 -:more2
73075 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
73076 -p
73077 -g
73078 -s/.\{148\}//
73079 -t delim
73080 -' <conf$$subs.awk | sed '
73081 -/^[^""]/{
73082 -  N
73083 -  s/\n//
73084 -}
73085 -' >>$CONFIG_STATUS || ac_write_fail=1
73086 -rm -f conf$$subs.awk
73087 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73088 -_ACAWK
73089 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
73090 -  for (key in S) S_is_set[key] = 1
73091 -  FS = "\a"
73092 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
73093 +if test -n "$ac_eof"; then
73094 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
73095 +  ac_eof=`expr $ac_eof + 1`
73096 +fi
73097  
73098 -}
73099 -{
73100 -  line = $ 0
73101 -  nfields = split(line, field, "@")
73102 -  substed = 0
73103 -  len = length(field[1])
73104 -  for (i = 2; i < nfields; i++) {
73105 -    key = field[i]
73106 -    keylen = length(key)
73107 -    if (S_is_set[key]) {
73108 -      value = S[key]
73109 -      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
73110 -      len += length(value) + length(field[++i])
73111 -      substed = 1
73112 -    } else
73113 -      len += 1 + keylen
73114 -  }
73115 +cat >>$CONFIG_STATUS <<_ACEOF
73116 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
73117 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
73118 +_ACEOF
73119 +sed '
73120 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
73121 +s/^/s,@/; s/!/@,|#_!!_#|/
73122 +:n
73123 +t n
73124 +s/'"$ac_delim"'$/,g/; t
73125 +s/$/\\/; p
73126 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
73127 +' >>$CONFIG_STATUS <conf$$subs.sed
73128 +rm -f conf$$subs.sed
73129 +cat >>$CONFIG_STATUS <<_ACEOF
73130 +CEOF$ac_eof
73131 +_ACEOF
73132  
73133 -  print line
73134 -}
73135  
73136 -_ACAWK
73137 +ac_delim='%!_!# '
73138 +for ac_last_try in false false false false false :; do
73139 +  cat >conf$$subs.sed <<_ACEOF
73140 +LN_S!$LN_S$ac_delim
73141 +ECHO!$ECHO$ac_delim
73142 +AR!$AR$ac_delim
73143 +RANLIB!$RANLIB$ac_delim
73144 +DSYMUTIL!$DSYMUTIL$ac_delim
73145 +NMEDIT!$NMEDIT$ac_delim
73146 +DLLTOOL!$DLLTOOL$ac_delim
73147 +AS!$AS$ac_delim
73148 +OBJDUMP!$OBJDUMP$ac_delim
73149 +CPP!$CPP$ac_delim
73150 +CXX!$CXX$ac_delim
73151 +CXXFLAGS!$CXXFLAGS$ac_delim
73152 +ac_ct_CXX!$ac_ct_CXX$ac_delim
73153 +CXXDEPMODE!$CXXDEPMODE$ac_delim
73154 +am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
73155 +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
73156 +CXXCPP!$CXXCPP$ac_delim
73157 +F77!$F77$ac_delim
73158 +FFLAGS!$FFLAGS$ac_delim
73159 +ac_ct_F77!$ac_ct_F77$ac_delim
73160 +LIBTOOL!$LIBTOOL$ac_delim
73161 +MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
73162 +MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
73163 +MAINT!$MAINT$ac_delim
73164 +TESTSUBDIR_TRUE!$TESTSUBDIR_TRUE$ac_delim
73165 +TESTSUBDIR_FALSE!$TESTSUBDIR_FALSE$ac_delim
73166 +AM_RUNTESTFLAGS!$AM_RUNTESTFLAGS$ac_delim
73167 +MIPS_TRUE!$MIPS_TRUE$ac_delim
73168 +MIPS_FALSE!$MIPS_FALSE$ac_delim
73169 +SPARC_TRUE!$SPARC_TRUE$ac_delim
73170 +SPARC_FALSE!$SPARC_FALSE$ac_delim
73171 +X86_TRUE!$X86_TRUE$ac_delim
73172 +X86_FALSE!$X86_FALSE$ac_delim
73173 +X86_FREEBSD_TRUE!$X86_FREEBSD_TRUE$ac_delim
73174 +X86_FREEBSD_FALSE!$X86_FREEBSD_FALSE$ac_delim
73175 +X86_WIN32_TRUE!$X86_WIN32_TRUE$ac_delim
73176 +X86_WIN32_FALSE!$X86_WIN32_FALSE$ac_delim
73177 +X86_DARWIN_TRUE!$X86_DARWIN_TRUE$ac_delim
73178 +X86_DARWIN_FALSE!$X86_DARWIN_FALSE$ac_delim
73179 +ALPHA_TRUE!$ALPHA_TRUE$ac_delim
73180 +ALPHA_FALSE!$ALPHA_FALSE$ac_delim
73181 +IA64_TRUE!$IA64_TRUE$ac_delim
73182 +IA64_FALSE!$IA64_FALSE$ac_delim
73183 +M32R_TRUE!$M32R_TRUE$ac_delim
73184 +M32R_FALSE!$M32R_FALSE$ac_delim
73185 +M68K_TRUE!$M68K_TRUE$ac_delim
73186 +M68K_FALSE!$M68K_FALSE$ac_delim
73187 +POWERPC_TRUE!$POWERPC_TRUE$ac_delim
73188 +POWERPC_FALSE!$POWERPC_FALSE$ac_delim
73189 +POWERPC_AIX_TRUE!$POWERPC_AIX_TRUE$ac_delim
73190 +POWERPC_AIX_FALSE!$POWERPC_AIX_FALSE$ac_delim
73191 +POWERPC_DARWIN_TRUE!$POWERPC_DARWIN_TRUE$ac_delim
73192 +POWERPC_DARWIN_FALSE!$POWERPC_DARWIN_FALSE$ac_delim
73193 +POWERPC_FREEBSD_TRUE!$POWERPC_FREEBSD_TRUE$ac_delim
73194 +POWERPC_FREEBSD_FALSE!$POWERPC_FREEBSD_FALSE$ac_delim
73195 +ARM_TRUE!$ARM_TRUE$ac_delim
73196 +ARM_FALSE!$ARM_FALSE$ac_delim
73197 +LIBFFI_CRIS_TRUE!$LIBFFI_CRIS_TRUE$ac_delim
73198 +LIBFFI_CRIS_FALSE!$LIBFFI_CRIS_FALSE$ac_delim
73199 +FRV_TRUE!$FRV_TRUE$ac_delim
73200 +FRV_FALSE!$FRV_FALSE$ac_delim
73201 +S390_TRUE!$S390_TRUE$ac_delim
73202 +S390_FALSE!$S390_FALSE$ac_delim
73203 +X86_64_TRUE!$X86_64_TRUE$ac_delim
73204 +X86_64_FALSE!$X86_64_FALSE$ac_delim
73205 +SH_TRUE!$SH_TRUE$ac_delim
73206 +SH_FALSE!$SH_FALSE$ac_delim
73207 +SH64_TRUE!$SH64_TRUE$ac_delim
73208 +SH64_FALSE!$SH64_FALSE$ac_delim
73209 +PA_LINUX_TRUE!$PA_LINUX_TRUE$ac_delim
73210 +PA_LINUX_FALSE!$PA_LINUX_FALSE$ac_delim
73211 +PA_HPUX_TRUE!$PA_HPUX_TRUE$ac_delim
73212 +PA_HPUX_FALSE!$PA_HPUX_FALSE$ac_delim
73213 +PA64_HPUX_TRUE!$PA64_HPUX_TRUE$ac_delim
73214 +PA64_HPUX_FALSE!$PA64_HPUX_FALSE$ac_delim
73215 +ALLOCA!$ALLOCA$ac_delim
73216 +HAVE_LONG_DOUBLE!$HAVE_LONG_DOUBLE$ac_delim
73217 +TARGET!$TARGET$ac_delim
73218 +TARGETDIR!$TARGETDIR$ac_delim
73219 +toolexecdir!$toolexecdir$ac_delim
73220 +toolexeclibdir!$toolexeclibdir$ac_delim
73221 +LIBOBJS!$LIBOBJS$ac_delim
73222 +LTLIBOBJS!$LTLIBOBJS$ac_delim
73223  _ACEOF
73224 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73225 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
73226 -  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
73227 -else
73228 -  cat
73229 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
73230 -  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
73231 -$as_echo "$as_me: error: could not setup config files machinery" >&2;}
73232 +
73233 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
73234 +    break
73235 +  elif $ac_last_try; then
73236 +    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
73237 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
73238     { (exit 1); exit 1; }; }
73239 +  else
73240 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
73241 +  fi
73242 +done
73243 +
73244 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
73245 +if test -n "$ac_eof"; then
73246 +  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
73247 +  ac_eof=`expr $ac_eof + 1`
73248 +fi
73249 +
73250 +cat >>$CONFIG_STATUS <<_ACEOF
73251 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
73252 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
73253 +_ACEOF
73254 +sed '
73255 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
73256 +s/^/s,@/; s/!/@,|#_!!_#|/
73257 +:n
73258 +t n
73259 +s/'"$ac_delim"'$/,g/; t
73260 +s/$/\\/; p
73261 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
73262 +' >>$CONFIG_STATUS <conf$$subs.sed
73263 +rm -f conf$$subs.sed
73264 +cat >>$CONFIG_STATUS <<_ACEOF
73265 +:end
73266 +s/|#_!!_#|//g
73267 +CEOF$ac_eof
73268  _ACEOF
73269  
73270 +
73271  # VPATH may cause trouble with some makes, so we remove $(srcdir),
73272  # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
73273  # trailing colons and then remove the whole line if VPATH becomes empty
73274 @@ -24474,133 +24603,19 @@
73275  }'
73276  fi
73277  
73278 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73279 +cat >>$CONFIG_STATUS <<\_ACEOF
73280  fi # test -n "$CONFIG_FILES"
73281  
73282 -# Set up the scripts for CONFIG_HEADERS section.
73283 -# No need to generate them if there are no CONFIG_HEADERS.
73284 -# This happens for instance with `./config.status Makefile'.
73285 -if test -n "$CONFIG_HEADERS"; then
73286 -cat >"$tmp/defines.awk" <<\_ACAWK ||
73287 -BEGIN {
73288 -_ACEOF
73289 -
73290 -# Transform confdefs.h into an awk script `defines.awk', embedded as
73291 -# here-document in config.status, that substitutes the proper values into
73292 -# config.h.in to produce config.h.
73293 -
73294 -# Create a delimiter string that does not exist in confdefs.h, to ease
73295 -# handling of long lines.
73296 -ac_delim='%!_!# '
73297 -for ac_last_try in false false :; do
73298 -  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
73299 -  if test -z "$ac_t"; then
73300 -    break
73301 -  elif $ac_last_try; then
73302 -    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
73303 -$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
73304 -   { (exit 1); exit 1; }; }
73305 -  else
73306 -    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
73307 -  fi
73308 -done
73309 -
73310 -# For the awk script, D is an array of macro values keyed by name,
73311 -# likewise P contains macro parameters if any.  Preserve backslash
73312 -# newline sequences.
73313 -
73314 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
73315 -sed -n '
73316 -s/.\{148\}/&'"$ac_delim"'/g
73317 -t rset
73318 -:rset
73319 -s/^[    ]*#[    ]*define[       ][      ]*/ /
73320 -t def
73321 -d
73322 -:def
73323 -s/\\$//
73324 -t bsnl
73325 -s/["\\]/\\&/g
73326 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
73327 -D["\1"]=" \3"/p
73328 -s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
73329 -d
73330 -:bsnl
73331 -s/["\\]/\\&/g
73332 -s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
73333 -D["\1"]=" \3\\\\\\n"\\/p
73334 -t cont
73335 -s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
73336 -t cont
73337 -d
73338 -:cont
73339 -n
73340 -s/.\{148\}/&'"$ac_delim"'/g
73341 -t clear
73342 -:clear
73343 -s/\\$//
73344 -t bsnlc
73345 -s/["\\]/\\&/g; s/^/"/; s/$/"/p
73346 -d
73347 -:bsnlc
73348 -s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
73349 -b cont
73350 -' <confdefs.h | sed '
73351 -s/'"$ac_delim"'/"\\\
73352 -"/g' >>$CONFIG_STATUS || ac_write_fail=1
73353 -
73354 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73355 -  for (key in D) D_is_set[key] = 1
73356 -  FS = "\a"
73357 -}
73358 -/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
73359 -  line = \$ 0
73360 -  split(line, arg, " ")
73361 -  if (arg[1] == "#") {
73362 -    defundef = arg[2]
73363 -    mac1 = arg[3]
73364 -  } else {
73365 -    defundef = substr(arg[1], 2)
73366 -    mac1 = arg[2]
73367 -  }
73368 -  split(mac1, mac2, "(") #)
73369 -  macro = mac2[1]
73370 -  prefix = substr(line, 1, index(line, defundef) - 1)
73371 -  if (D_is_set[macro]) {
73372 -    # Preserve the white space surrounding the "#".
73373 -    print prefix "define", macro P[macro] D[macro]
73374 -    next
73375 -  } else {
73376 -    # Replace #undef with comments.  This is necessary, for example,
73377 -    # in the case of _POSIX_SOURCE, which is predefined and required
73378 -    # on some systems where configure will not decide to define it.
73379 -    if (defundef == "undef") {
73380 -      print "/*", prefix defundef, macro, "*/"
73381 -      next
73382 -    }
73383 -  }
73384 -}
73385 -{ print }
73386 -_ACAWK
73387 -_ACEOF
73388 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73389 -  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
73390 -$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
73391 -   { (exit 1); exit 1; }; }
73392 -fi # test -n "$CONFIG_HEADERS"
73393 -
73394  
73395 -eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
73396 -shift
73397 -for ac_tag
73398 +for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS
73399  do
73400    case $ac_tag in
73401    :[FHLC]) ac_mode=$ac_tag; continue;;
73402    esac
73403    case $ac_mode$ac_tag in
73404    :[FHL]*:*);;
73405 -  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
73406 -$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
73407 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
73408 +echo "$as_me: error: Invalid tag $ac_tag." >&2;}
73409     { (exit 1); exit 1; }; };;
73410    :[FH]-) ac_tag=-:-;;
73411    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
73412 @@ -24629,38 +24644,26 @@
73413            [\\/$]*) false;;
73414            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
73415            esac ||
73416 -          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
73417 -$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
73418 +          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
73419 +echo "$as_me: error: cannot find input file: $ac_f" >&2;}
73420     { (exit 1); exit 1; }; };;
73421        esac
73422 -      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
73423 -      ac_file_inputs="$ac_file_inputs '$ac_f'"
73424 +      ac_file_inputs="$ac_file_inputs $ac_f"
73425      done
73426  
73427      # Let's still pretend it is `configure' which instantiates (i.e., don't
73428      # use $as_me), people would be surprised to read:
73429      #    /* config.h.  Generated by config.status.  */
73430 -    configure_input='Generated from '`
73431 -         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
73432 -       `' by configure.'
73433 +    configure_input="Generated from "`IFS=:
73434 +         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
73435      if test x"$ac_file" != x-; then
73436        configure_input="$ac_file.  $configure_input"
73437 -      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
73438 -$as_echo "$as_me: creating $ac_file" >&6;}
73439 +      { echo "$as_me:$LINENO: creating $ac_file" >&5
73440 +echo "$as_me: creating $ac_file" >&6;}
73441      fi
73442 -    # Neutralize special characters interpreted by sed in replacement strings.
73443 -    case $configure_input in #(
73444 -    *\&* | *\|* | *\\* )
73445 -       ac_sed_conf_input=`$as_echo "$configure_input" |
73446 -       sed 's/[\\\\&|]/\\\\&/g'`;; #(
73447 -    *) ac_sed_conf_input=$configure_input;;
73448 -    esac
73449  
73450      case $ac_tag in
73451 -    *:-:* | *:-) cat >"$tmp/stdin" \
73452 -      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
73453 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
73454 -   { (exit 1); exit 1; }; } ;;
73455 +    *:-:* | *:-) cat >"$tmp/stdin";;
73456      esac
73457      ;;
73458    esac
73459 @@ -24670,7 +24673,7 @@
73460          X"$ac_file" : 'X\(//\)[^/]' \| \
73461          X"$ac_file" : 'X\(//\)$' \| \
73462          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
73463 -$as_echo X"$ac_file" |
73464 +echo X"$ac_file" |
73465      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73466             s//\1/
73467             q
73468 @@ -24696,7 +24699,7 @@
73469      as_dirs=
73470      while :; do
73471        case $as_dir in #(
73472 -      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
73473 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
73474        *) as_qdir=$as_dir;;
73475        esac
73476        as_dirs="'$as_qdir' $as_dirs"
73477 @@ -24705,7 +24708,7 @@
73478          X"$as_dir" : 'X\(//\)[^/]' \| \
73479          X"$as_dir" : 'X\(//\)$' \| \
73480          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
73481 -$as_echo X"$as_dir" |
73482 +echo X"$as_dir" |
73483      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73484             s//\1/
73485             q
73486 @@ -24726,17 +24729,17 @@
73487        test -d "$as_dir" && break
73488      done
73489      test -z "$as_dirs" || eval "mkdir $as_dirs"
73490 -  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
73491 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
73492 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
73493 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
73494     { (exit 1); exit 1; }; }; }
73495    ac_builddir=.
73496  
73497  case "$ac_dir" in
73498  .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
73499  *)
73500 -  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
73501 +  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
73502    # A ".." for each directory in $ac_dir_suffix.
73503 -  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
73504 +  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
73505    case $ac_top_builddir_sub in
73506    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
73507    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
73508 @@ -24781,13 +24784,12 @@
73509    esac
73510  _ACEOF
73511  
73512 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73513 +cat >>$CONFIG_STATUS <<\_ACEOF
73514  # If the template does not know about datarootdir, expand it.
73515  # FIXME: This hack should be removed a few years after 2.60.
73516  ac_datarootdir_hack=; ac_datarootdir_seen=
73517  
73518 -ac_sed_dataroot='
73519 -/datarootdir/ {
73520 +case `sed -n '/datarootdir/ {
73521    p
73522    q
73523  }
73524 @@ -24796,14 +24798,13 @@
73525  /@infodir@/p
73526  /@localedir@/p
73527  /@mandir@/p
73528 -'
73529 -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
73530 +' $ac_file_inputs` in
73531  *datarootdir*) ac_datarootdir_seen=yes;;
73532  *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
73533 -  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
73534 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
73535 +  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
73536 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
73537  _ACEOF
73538 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73539 +cat >>$CONFIG_STATUS <<_ACEOF
73540    ac_datarootdir_hack='
73541    s&@datadir@&$datadir&g
73542    s&@docdir@&$docdir&g
73543 @@ -24817,16 +24818,15 @@
73544  # Neutralize VPATH when `$srcdir' = `.'.
73545  # Shell code in configure.ac might set extrasub.
73546  # FIXME: do we really want to maintain this feature?
73547 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
73548 -ac_sed_extra="$ac_vpsub
73549 +cat >>$CONFIG_STATUS <<_ACEOF
73550 +  sed "$ac_vpsub
73551  $extrasub
73552  _ACEOF
73553 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
73554 +cat >>$CONFIG_STATUS <<\_ACEOF
73555  :t
73556  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
73557 -s|@configure_input@|$ac_sed_conf_input|;t t
73558 +s&@configure_input@&$configure_input&;t t
73559  s&@top_builddir@&$ac_top_builddir_sub&;t t
73560 -s&@top_build_prefix@&$ac_top_build_prefix&;t t
73561  s&@srcdir@&$ac_srcdir&;t t
73562  s&@abs_srcdir@&$ac_abs_srcdir&;t t
73563  s&@top_srcdir@&$ac_top_srcdir&;t t
73564 @@ -24837,60 +24837,121 @@
73565  s&@INSTALL@&$ac_INSTALL&;t t
73566  s&@MKDIR_P@&$ac_MKDIR_P&;t t
73567  $ac_datarootdir_hack
73568 -"
73569 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
73570 -  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
73571 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
73572 -   { (exit 1); exit 1; }; }
73573 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
73574  
73575  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
73576    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
73577    { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
73578 -  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73579 +  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73580  which seems to be undefined.  Please make sure it is defined." >&5
73581 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73582 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
73583  which seems to be undefined.  Please make sure it is defined." >&2;}
73584  
73585    rm -f "$tmp/stdin"
73586    case $ac_file in
73587 -  -) cat "$tmp/out" && rm -f "$tmp/out";;
73588 -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
73589 -  esac \
73590 -  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
73591 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
73592 -   { (exit 1); exit 1; }; }
73593 +  -) cat "$tmp/out"; rm -f "$tmp/out";;
73594 +  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
73595 +  esac
73596   ;;
73597    :H)
73598    #
73599    # CONFIG_HEADER
73600    #
73601 +_ACEOF
73602 +
73603 +# Transform confdefs.h into a sed script `conftest.defines', that
73604 +# substitutes the proper values into config.h.in to produce config.h.
73605 +rm -f conftest.defines conftest.tail
73606 +# First, append a space to every undef/define line, to ease matching.
73607 +echo 's/$/ /' >conftest.defines
73608 +# Then, protect against being on the right side of a sed subst, or in
73609 +# an unquoted here document, in config.status.  If some macros were
73610 +# called several times there might be several #defines for the same
73611 +# symbol, which is useless.  But do not sort them, since the last
73612 +# AC_DEFINE must be honored.
73613 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
73614 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
73615 +# NAME is the cpp macro being defined, VALUE is the value it is being given.
73616 +# PARAMS is the parameter list in the macro definition--in most cases, it's
73617 +# just an empty string.
73618 +ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
73619 +ac_dB='\\)[     (].*,\\1define\\2'
73620 +ac_dC=' '
73621 +ac_dD=' ,'
73622 +
73623 +uniq confdefs.h |
73624 +  sed -n '
73625 +       t rset
73626 +       :rset
73627 +       s/^[     ]*#[    ]*define[       ][      ]*//
73628 +       t ok
73629 +       d
73630 +       :ok
73631 +       s/[\\&,]/\\&/g
73632 +       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
73633 +       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
73634 +  ' >>conftest.defines
73635 +
73636 +# Remove the space that was appended to ease matching.
73637 +# Then replace #undef with comments.  This is necessary, for
73638 +# example, in the case of _POSIX_SOURCE, which is predefined and required
73639 +# on some systems where configure will not decide to define it.
73640 +# (The regexp can be short, since the line contains either #define or #undef.)
73641 +echo 's/ $//
73642 +s,^[    #]*u.*,/* & */,' >>conftest.defines
73643 +
73644 +# Break up conftest.defines:
73645 +ac_max_sed_lines=50
73646 +
73647 +# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
73648 +# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
73649 +# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
73650 +# et cetera.
73651 +ac_in='$ac_file_inputs'
73652 +ac_out='"$tmp/out1"'
73653 +ac_nxt='"$tmp/out2"'
73654 +
73655 +while :
73656 +do
73657 +  # Write a here document:
73658 +    cat >>$CONFIG_STATUS <<_ACEOF
73659 +    # First, check the format of the line:
73660 +    cat >"\$tmp/defines.sed" <<\\CEOF
73661 +/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
73662 +/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
73663 +b
73664 +:def
73665 +_ACEOF
73666 +  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
73667 +  echo 'CEOF
73668 +    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
73669 +  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
73670 +  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
73671 +  grep . conftest.tail >/dev/null || break
73672 +  rm -f conftest.defines
73673 +  mv conftest.tail conftest.defines
73674 +done
73675 +rm -f conftest.defines conftest.tail
73676 +
73677 +echo "ac_result=$ac_in" >>$CONFIG_STATUS
73678 +cat >>$CONFIG_STATUS <<\_ACEOF
73679    if test x"$ac_file" != x-; then
73680 -    {
73681 -      $as_echo "/* $configure_input  */" \
73682 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
73683 -    } >"$tmp/config.h" \
73684 -      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
73685 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
73686 -   { (exit 1); exit 1; }; }
73687 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
73688 -      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
73689 -$as_echo "$as_me: $ac_file is unchanged" >&6;}
73690 +    echo "/* $configure_input  */" >"$tmp/config.h"
73691 +    cat "$ac_result" >>"$tmp/config.h"
73692 +    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
73693 +      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
73694 +echo "$as_me: $ac_file is unchanged" >&6;}
73695      else
73696 -      rm -f "$ac_file"
73697 -      mv "$tmp/config.h" "$ac_file" \
73698 -       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
73699 -$as_echo "$as_me: error: could not create $ac_file" >&2;}
73700 -   { (exit 1); exit 1; }; }
73701 +      rm -f $ac_file
73702 +      mv "$tmp/config.h" $ac_file
73703      fi
73704    else
73705 -    $as_echo "/* $configure_input  */" \
73706 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
73707 -      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
73708 -$as_echo "$as_me: error: could not create -" >&2;}
73709 -   { (exit 1); exit 1; }; }
73710 +    echo "/* $configure_input  */"
73711 +    cat "$ac_result"
73712    fi
73713 -# Compute "$ac_file"'s index in $config_headers.
73714 -_am_arg="$ac_file"
73715 +  rm -f "$tmp/out12"
73716 +# Compute $ac_file's index in $config_headers.
73717 +_am_arg=$ac_file
73718  _am_stamp_count=1
73719  for _am_header in $config_headers :; do
73720    case $_am_header in
73721 @@ -24905,7 +24966,7 @@
73722          X"$_am_arg" : 'X\(//\)[^/]' \| \
73723          X"$_am_arg" : 'X\(//\)$' \| \
73724          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
73725 -$as_echo X"$_am_arg" |
73726 +echo X"$_am_arg" |
73727      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73728             s//\1/
73729             q
73730 @@ -24929,39 +24990,30 @@
73731    # CONFIG_LINK
73732    #
73733  
73734 -  if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
73735 -    :
73736 -  else
73737 -    # Prefer the file from the source tree if names are identical.
73738 -    if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
73739 -      ac_source=$srcdir/$ac_source
73740 -    fi
73741 -
73742 -    { $as_echo "$as_me:$LINENO: linking $ac_source to $ac_file" >&5
73743 -$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
73744 +  { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_file" >&5
73745 +echo "$as_me: linking $srcdir/$ac_source to $ac_file" >&6;}
73746  
73747 -    if test ! -r "$ac_source"; then
73748 -      { { $as_echo "$as_me:$LINENO: error: $ac_source: file not found" >&5
73749 -$as_echo "$as_me: error: $ac_source: file not found" >&2;}
73750 +  if test ! -r "$srcdir/$ac_source"; then
73751 +    { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
73752 +echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
73753     { (exit 1); exit 1; }; }
73754 -    fi
73755 -    rm -f "$ac_file"
73756 +  fi
73757 +  rm -f "$ac_file"
73758  
73759 -    # Try a relative symlink, then a hard link, then a copy.
73760 -    case $srcdir in
73761 -    [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
73762 -       *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
73763 -    esac
73764 -    ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
73765 -      ln "$ac_source" "$ac_file" 2>/dev/null ||
73766 -      cp -p "$ac_source" "$ac_file" ||
73767 -      { { $as_echo "$as_me:$LINENO: error: cannot link or copy $ac_source to $ac_file" >&5
73768 -$as_echo "$as_me: error: cannot link or copy $ac_source to $ac_file" >&2;}
73769 +  # Try a relative symlink, then a hard link, then a copy.
73770 +  case $srcdir in
73771 +  [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
73772 +      *) ac_rel_source=$ac_top_build_prefix$srcdir/$ac_source ;;
73773 +  esac
73774 +  ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
73775 +    ln "$srcdir/$ac_source" "$ac_file" 2>/dev/null ||
73776 +    cp -p "$srcdir/$ac_source" "$ac_file" ||
73777 +    { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&5
73778 +echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_file" >&2;}
73779     { (exit 1); exit 1; }; }
73780 -  fi
73781   ;;
73782 -  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
73783 -$as_echo "$as_me: executing $ac_file commands" >&6;}
73784 +  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
73785 +echo "$as_me: executing $ac_file commands" >&6;}
73786   ;;
73787    esac
73788  
73789 @@ -24983,7 +25035,7 @@
73790          X"$mf" : 'X\(//\)[^/]' \| \
73791          X"$mf" : 'X\(//\)$' \| \
73792          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
73793 -$as_echo X"$mf" |
73794 +echo X"$mf" |
73795      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73796             s//\1/
73797             q
73798 @@ -25027,7 +25079,7 @@
73799          X"$file" : 'X\(//\)[^/]' \| \
73800          X"$file" : 'X\(//\)$' \| \
73801          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
73802 -$as_echo X"$file" |
73803 +echo X"$file" |
73804      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73805             s//\1/
73806             q
73807 @@ -25053,7 +25105,7 @@
73808      as_dirs=
73809      while :; do
73810        case $as_dir in #(
73811 -      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
73812 +      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
73813        *) as_qdir=$as_dir;;
73814        esac
73815        as_dirs="'$as_qdir' $as_dirs"
73816 @@ -25062,7 +25114,7 @@
73817          X"$as_dir" : 'X\(//\)[^/]' \| \
73818          X"$as_dir" : 'X\(//\)$' \| \
73819          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
73820 -$as_echo X"$as_dir" |
73821 +echo X"$as_dir" |
73822      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
73823             s//\1/
73824             q
73825 @@ -25083,8 +25135,8 @@
73826        test -d "$as_dir" && break
73827      done
73828      test -z "$as_dirs" || eval "mkdir $as_dirs"
73829 -  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
73830 -$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
73831 +  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
73832 +echo "$as_me: error: cannot create directory $as_dir" >&2;}
73833     { (exit 1); exit 1; }; }; }
73834      # echo "creating $dirpart/$file"
73835      echo '# dummy' > "$dirpart/$file"
73836 @@ -25106,11 +25158,6 @@
73837  chmod +x $CONFIG_STATUS
73838  ac_clean_files=$ac_clean_files_save
73839  
73840 -test $ac_write_fail = 0 ||
73841 -  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
73842 -$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
73843 -   { (exit 1); exit 1; }; }
73844 -
73845  
73846  # configure is writing to config.log, and then calls config.status.
73847  # config.status does its own redirection, appending to config.log.
73848 @@ -25132,8 +25179,4 @@
73849    # would make configure fail if this is the last instruction.
73850    $ac_cs_success || { (exit 1); exit 1; }
73851  fi
73852 -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
73853 -  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
73854 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
73855 -fi
73856  
73857 diff -Nur libffi-3.0.8/include/Makefile.in autotools-update-3.0.8/include/Makefile.in
73858 --- libffi-3.0.8/include/Makefile.in    2008-12-19 16:09:13.000000000 +0000
73859 +++ autotools-update-3.0.8/include/Makefile.in  2009-06-05 17:56:38.000000000 +0100
73860 @@ -63,6 +63,7 @@
73861  AMTAR = @AMTAR@
73862  AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
73863  AR = @AR@
73864 +AS = @AS@
73865  AUTOCONF = @AUTOCONF@
73866  AUTOHEADER = @AUTOHEADER@
73867  AUTOMAKE = @AUTOMAKE@
73868 @@ -82,6 +83,7 @@
73869  CYGPATH_W = @CYGPATH_W@
73870  DEFS = @DEFS@
73871  DEPDIR = @DEPDIR@
73872 +DLLTOOL = @DLLTOOL@
73873  DSYMUTIL = @DSYMUTIL@
73874  ECHO = @ECHO@
73875  ECHO_C = @ECHO_C@
73876 @@ -99,6 +101,8 @@
73877  INSTALL_SCRIPT = @INSTALL_SCRIPT@
73878  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73879  LDFLAGS = @LDFLAGS@
73880 +LIBFFI_DLL = @LIBFFI_DLL@
73881 +LIBFFI_LDFLAGS = @LIBFFI_LDFLAGS@
73882  LIBOBJS = @LIBOBJS@
73883  LIBS = @LIBS@
73884  LIBTOOL = @LIBTOOL@
73885 @@ -108,6 +112,7 @@
73886  MAKEINFO = @MAKEINFO@
73887  MKDIR_P = @MKDIR_P@
73888  NMEDIT = @NMEDIT@
73889 +OBJDUMP = @OBJDUMP@
73890  OBJEXT = @OBJEXT@
73891  PACKAGE = @PACKAGE@
73892  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
73893 @@ -179,7 +184,6 @@
73894  target_vendor = @target_vendor@
73895  toolexecdir = @toolexecdir@
73896  toolexeclibdir = @toolexeclibdir@
73897 -top_build_prefix = @top_build_prefix@
73898  top_builddir = @top_builddir@
73899  top_srcdir = @top_srcdir@
73900  AUTOMAKE_OPTIONS = foreign
73901 diff -Nur libffi-3.0.8/ltmain.sh autotools-update-3.0.8/ltmain.sh
73902 --- libffi-3.0.8/ltmain.sh      2008-01-29 12:28:14.000000000 +0000
73903 +++ autotools-update-3.0.8/ltmain.sh    2008-04-29 21:21:21.000000000 +0100
73904 @@ -2,7 +2,7 @@
73905  # NOTE: Changing this file will not affect anything until you rerun configure.
73906  #
73907  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
73908 -# 2007  Free Software Foundation, Inc.
73909 +# 2007, 2008  Free Software Foundation, Inc.
73910  # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
73911  #
73912  # This program is free software; you can redistribute it and/or modify
73913 @@ -43,8 +43,8 @@
73914  
73915  PROGRAM=ltmain.sh
73916  PACKAGE=libtool
73917 -VERSION=1.5.24
73918 -TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
73919 +VERSION="1.5.26 Debian 1.5.26-4"
73920 +TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
73921  
73922  # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
73923  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
73924 @@ -113,15 +113,21 @@
73925  # These must not be set unconditionally because not all systems understand
73926  # e.g. LANG=C (notably SCO).
73927  # We save the old values to restore during execute mode.
73928 -for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
73929 +lt_env=
73930 +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
73931  do
73932    eval "if test \"\${$lt_var+set}\" = set; then
73933           save_$lt_var=\$$lt_var
73934 +         lt_env=\"$lt_var=\$$lt_var \$lt_env\"
73935           $lt_var=C
73936           export $lt_var
73937         fi"
73938  done
73939  
73940 +if test -n "$lt_env"; then
73941 +  lt_env="env $lt_env"
73942 +fi
73943 +
73944  # Make sure IFS has a sensible default
73945  lt_nl='
73946  '
73947 @@ -485,7 +491,7 @@
73948      echo "\
73949  $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
73950  
73951 -Copyright (C) 2007  Free Software Foundation, Inc.
73952 +Copyright (C) 2008  Free Software Foundation, Inc.
73953  This is free software; see the source for copying conditions.  There is NO
73954  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
73955      exit $?
73956 @@ -788,6 +794,7 @@
73957      *.for) xform=for ;;
73958      *.java) xform=java ;;
73959      *.obj) xform=obj ;;
73960 +    *.sx) xform=sx ;;
73961      esac
73962  
73963      libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
73964 @@ -956,7 +963,7 @@
73965        $run $rm "$lobj" "$output_obj"
73966  
73967        $show "$command"
73968 -      if $run eval "$command"; then :
73969 +      if $run eval $lt_env "$command"; then :
73970        else
73971         test -n "$output_obj" && $run $rm $removelist
73972         exit $EXIT_FAILURE
73973 @@ -1028,7 +1035,7 @@
73974        command="$command$suppress_output"
73975        $run $rm "$obj" "$output_obj"
73976        $show "$command"
73977 -      if $run eval "$command"; then :
73978 +      if $run eval $lt_env "$command"; then :
73979        else
73980         $run $rm $removelist
73981         exit $EXIT_FAILURE
73982 @@ -1161,6 +1168,7 @@
73983      thread_safe=no
73984      vinfo=
73985      vinfo_number=no
73986 +    single_module="${wl}-single_module"
73987  
73988      func_infer_tag $base_compile
73989  
73990 @@ -1646,6 +1654,11 @@
73991         continue
73992         ;;
73993  
73994 +      -multi_module)
73995 +       single_module="${wl}-multi_module"
73996 +       continue
73997 +       ;;
73998 +
73999        -module)
74000         module=yes
74001         continue
74002 @@ -2122,7 +2135,10 @@
74003         case $pass in
74004         dlopen) libs="$dlfiles" ;;
74005         dlpreopen) libs="$dlprefiles" ;;
74006 -       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
74007 +       link)
74008 +         libs="$deplibs %DEPLIBS%"
74009 +         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
74010 +         ;;
74011         esac
74012        fi
74013        if test "$pass" = dlopen; then
74014 @@ -2149,7 +2165,12 @@
74015             continue
74016           fi
74017           name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
74018 -         for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
74019 +         if test "$linkmode" = lib; then
74020 +           searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
74021 +         else
74022 +           searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
74023 +         fi
74024 +         for searchdir in $searchdirs; do
74025             for search_ext in .la $std_shrext .so .a; do
74026               # Search the libtool library
74027               lib="$searchdir/lib${name}${search_ext}"
74028 @@ -2945,12 +2966,18 @@
74029                   # we do not want to link against static libs,
74030                   # but need to link against shared
74031                   eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
74032 +                 eval deplibdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
74033                   if test -n "$deplibrary_names" ; then
74034                     for tmp in $deplibrary_names ; do
74035                       depdepl=$tmp
74036                     done
74037 -                   if test -f "$path/$depdepl" ; then
74038 +                   if test -f "$deplibdir/$depdepl" ; then
74039 +                     depdepl="$deplibdir/$depdepl"
74040 +                   elif test -f "$path/$depdepl" ; then
74041                       depdepl="$path/$depdepl"
74042 +                   else
74043 +                     # Can't find it, oh well...
74044 +                     depdepl=
74045                     fi
74046                     # do not add paths which are already there
74047                     case " $newlib_search_path " in
74048 @@ -3098,9 +3125,10 @@
74049  
74050      case $linkmode in
74051      oldlib)
74052 -      if test -n "$deplibs"; then
74053 -       $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
74054 -      fi
74055 +      case " $deplibs" in
74056 +      *\ -l* | *\ -L*)
74057 +       $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 ;;
74058 +      esac
74059  
74060        if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
74061         $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
74062 @@ -3244,6 +3272,11 @@
74063             revision="$number_minor"
74064             lt_irix_increment=no
74065             ;;
74066 +         *)
74067 +           $echo "$modename: unknown library version type \`$version_type'" 1>&2
74068 +           $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
74069 +           exit $EXIT_FAILURE
74070 +           ;;
74071           esac
74072           ;;
74073         no)
74074 @@ -4237,9 +4270,10 @@
74075        ;;
74076  
74077      obj)
74078 -      if test -n "$deplibs"; then
74079 -       $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
74080 -      fi
74081 +      case " $deplibs" in
74082 +      *\ -l* | *\ -L*)
74083 +       $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 ;;
74084 +      esac
74085  
74086        if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
74087         $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
74088 @@ -6478,7 +6512,7 @@
74089        fi
74090  
74091        # Restore saved environment variables
74092 -      for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
74093 +      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
74094        do
74095         eval "if test \"\${save_$lt_var+set}\" = set; then
74096                 $lt_var=\$save_$lt_var; export $lt_var
74097 diff -Nur libffi-3.0.8/man/Makefile.in autotools-update-3.0.8/man/Makefile.in
74098 --- libffi-3.0.8/man/Makefile.in        2008-12-19 16:09:13.000000000 +0000
74099 +++ autotools-update-3.0.8/man/Makefile.in      2009-06-05 17:56:38.000000000 +0100
74100 @@ -54,6 +54,7 @@
74101  AMTAR = @AMTAR@
74102  AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
74103  AR = @AR@
74104 +AS = @AS@
74105  AUTOCONF = @AUTOCONF@
74106  AUTOHEADER = @AUTOHEADER@
74107  AUTOMAKE = @AUTOMAKE@
74108 @@ -73,6 +74,7 @@
74109  CYGPATH_W = @CYGPATH_W@
74110  DEFS = @DEFS@
74111  DEPDIR = @DEPDIR@
74112 +DLLTOOL = @DLLTOOL@
74113  DSYMUTIL = @DSYMUTIL@
74114  ECHO = @ECHO@
74115  ECHO_C = @ECHO_C@
74116 @@ -90,6 +92,8 @@
74117  INSTALL_SCRIPT = @INSTALL_SCRIPT@
74118  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74119  LDFLAGS = @LDFLAGS@
74120 +LIBFFI_DLL = @LIBFFI_DLL@
74121 +LIBFFI_LDFLAGS = @LIBFFI_LDFLAGS@
74122  LIBOBJS = @LIBOBJS@
74123  LIBS = @LIBS@
74124  LIBTOOL = @LIBTOOL@
74125 @@ -99,6 +103,7 @@
74126  MAKEINFO = @MAKEINFO@
74127  MKDIR_P = @MKDIR_P@
74128  NMEDIT = @NMEDIT@
74129 +OBJDUMP = @OBJDUMP@
74130  OBJEXT = @OBJEXT@
74131  PACKAGE = @PACKAGE@
74132  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
74133 @@ -170,7 +175,6 @@
74134  target_vendor = @target_vendor@
74135  toolexecdir = @toolexecdir@
74136  toolexeclibdir = @toolexeclibdir@
74137 -top_build_prefix = @top_build_prefix@
74138  top_builddir = @top_builddir@
74139  top_srcdir = @top_srcdir@
74140  AUTOMAKE_OPTIONS = foreign
74141 diff -Nur libffi-3.0.8/testsuite/Makefile.in autotools-update-3.0.8/testsuite/Makefile.in
74142 --- libffi-3.0.8/testsuite/Makefile.in  2008-12-19 16:09:13.000000000 +0000
74143 +++ autotools-update-3.0.8/testsuite/Makefile.in        2009-06-05 17:56:38.000000000 +0100
74144 @@ -52,6 +52,7 @@
74145  AMTAR = @AMTAR@
74146  AM_RUNTESTFLAGS = 
74147  AR = @AR@
74148 +AS = @AS@
74149  AUTOCONF = @AUTOCONF@
74150  AUTOHEADER = @AUTOHEADER@
74151  AUTOMAKE = @AUTOMAKE@
74152 @@ -71,6 +72,7 @@
74153  CYGPATH_W = @CYGPATH_W@
74154  DEFS = @DEFS@
74155  DEPDIR = @DEPDIR@
74156 +DLLTOOL = @DLLTOOL@
74157  DSYMUTIL = @DSYMUTIL@
74158  ECHO = @ECHO@
74159  ECHO_C = @ECHO_C@
74160 @@ -88,6 +90,8 @@
74161  INSTALL_SCRIPT = @INSTALL_SCRIPT@
74162  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74163  LDFLAGS = @LDFLAGS@
74164 +LIBFFI_DLL = @LIBFFI_DLL@
74165 +LIBFFI_LDFLAGS = @LIBFFI_LDFLAGS@
74166  LIBOBJS = @LIBOBJS@
74167  LIBS = @LIBS@
74168  LIBTOOL = @LIBTOOL@
74169 @@ -97,6 +101,7 @@
74170  MAKEINFO = @MAKEINFO@
74171  MKDIR_P = @MKDIR_P@
74172  NMEDIT = @NMEDIT@
74173 +OBJDUMP = @OBJDUMP@
74174  OBJEXT = @OBJEXT@
74175  PACKAGE = @PACKAGE@
74176  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
74177 @@ -168,7 +173,6 @@
74178  target_vendor = @target_vendor@
74179  toolexecdir = @toolexecdir@
74180  toolexeclibdir = @toolexeclibdir@
74181 -top_build_prefix = @top_build_prefix@
74182  top_builddir = @top_builddir@
74183  top_srcdir = @top_srcdir@
74184  AUTOMAKE_OPTIONS = foreign dejagnu