]> git.decadent.org.uk Git - nfs-utils.git/blob - autom4te.cache/traces.0
Imported Upstream version 1.0.11~git-20070212
[nfs-utils.git] / autom4te.cache / traces.0
1 m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4   AC_PROVIDE_IFELSE([AC_PROG_CXX],
5     [AC_LIBTOOL_CXX],
6     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7   ])])
8 dnl And a similar setup for Fortran 77 support
9   AC_PROVIDE_IFELSE([AC_PROG_F77],
10     [AC_LIBTOOL_F77],
11     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12 ])])
13
14 dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15 dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18     [AC_LIBTOOL_GCJ],
19     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20       [AC_LIBTOOL_GCJ],
21       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22         [AC_LIBTOOL_GCJ],
23       [ifdef([AC_PROG_GCJ],
24              [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25        ifdef([A][M_PROG_GCJ],
26              [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27        ifdef([LT_AC_PROG_GCJ],
28              [define([LT_AC_PROG_GCJ],
29                 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30 ])])
31 m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36 # This can be used to rebuild libtool when needed
37 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39 # Always use our own libtool.
40 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41 AC_SUBST(LIBTOOL)dnl
42
43 # Prevent multiple expansion
44 define([AC_PROG_LIBTOOL], [])
45 ])
46 m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47 AC_REQUIRE([AC_ENABLE_SHARED])dnl
48 AC_REQUIRE([AC_ENABLE_STATIC])dnl
49 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50 AC_REQUIRE([AC_CANONICAL_HOST])dnl
51 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52 AC_REQUIRE([AC_PROG_CC])dnl
53 AC_REQUIRE([AC_PROG_LD])dnl
54 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55 AC_REQUIRE([AC_PROG_NM])dnl
56
57 AC_REQUIRE([AC_PROG_LN_S])dnl
58 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60 AC_REQUIRE([AC_OBJEXT])dnl
61 AC_REQUIRE([AC_EXEEXT])dnl
62 dnl
63
64 AC_LIBTOOL_SYS_MAX_CMD_LEN
65 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66 AC_LIBTOOL_OBJDIR
67
68 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69 _LT_AC_PROG_ECHO_BACKSLASH
70
71 case $host_os in
72 aix3*)
73   # AIX sometimes has problems with the GCC collect2 program.  For some
74   # reason, if we set the COLLECT_NAMES environment variable, the problems
75   # vanish in a puff of smoke.
76   if test "X${COLLECT_NAMES+set}" != Xset; then
77     COLLECT_NAMES=
78     export COLLECT_NAMES
79   fi
80   ;;
81 esac
82
83 # Sed substitution that helps us do robust quoting.  It backslashifies
84 # metacharacters that are still active within double-quoted strings.
85 Xsed='sed -e 1s/^X//'
86 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
88 # Same as above, but do not quote variable references.
89 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
91 # Sed substitution to delay expansion of an escaped shell variable in a
92 # double_quote_subst'ed string.
93 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
95 # Sed substitution to avoid accidental globbing in evaled expressions
96 no_glob_subst='s/\*/\\\*/g'
97
98 # Constants:
99 rm="rm -f"
100
101 # Global variables:
102 default_ofile=libtool
103 can_build_shared=yes
104
105 # All known linkers require a `.a' archive for static linking (except MSVC,
106 # which needs '.lib').
107 libext=a
108 ltmain="$ac_aux_dir/ltmain.sh"
109 ofile="$default_ofile"
110 with_gnu_ld="$lt_cv_prog_gnu_ld"
111
112 AC_CHECK_TOOL(AR, ar, false)
113 AC_CHECK_TOOL(RANLIB, ranlib, :)
114 AC_CHECK_TOOL(STRIP, strip, :)
115
116 old_CC="$CC"
117 old_CFLAGS="$CFLAGS"
118
119 # Set sane defaults for various variables
120 test -z "$AR" && AR=ar
121 test -z "$AR_FLAGS" && AR_FLAGS=cru
122 test -z "$AS" && AS=as
123 test -z "$CC" && CC=cc
124 test -z "$LTCC" && LTCC=$CC
125 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
126 test -z "$DLLTOOL" && DLLTOOL=dlltool
127 test -z "$LD" && LD=ld
128 test -z "$LN_S" && LN_S="ln -s"
129 test -z "$MAGIC_CMD" && MAGIC_CMD=file
130 test -z "$NM" && NM=nm
131 test -z "$SED" && SED=sed
132 test -z "$OBJDUMP" && OBJDUMP=objdump
133 test -z "$RANLIB" && RANLIB=:
134 test -z "$STRIP" && STRIP=:
135 test -z "$ac_objext" && ac_objext=o
136
137 # Determine commands to create old-style static archives.
138 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
139 old_postinstall_cmds='chmod 644 $oldlib'
140 old_postuninstall_cmds=
141
142 if test -n "$RANLIB"; then
143   case $host_os in
144   openbsd*)
145     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
146     ;;
147   *)
148     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
149     ;;
150   esac
151   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
152 fi
153
154 _LT_CC_BASENAME([$compiler])
155
156 # Only perform the check for file, if the check method requires it
157 case $deplibs_check_method in
158 file_magic*)
159   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
160     AC_PATH_MAGIC
161   fi
162   ;;
163 esac
164
165 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
166 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
167 enable_win32_dll=yes, enable_win32_dll=no)
168
169 AC_ARG_ENABLE([libtool-lock],
170     [AC_HELP_STRING([--disable-libtool-lock],
171         [avoid locking (might break parallel builds)])])
172 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173
174 AC_ARG_WITH([pic],
175     [AC_HELP_STRING([--with-pic],
176         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
177     [pic_mode="$withval"],
178     [pic_mode=default])
179 test -z "$pic_mode" && pic_mode=default
180
181 # Use C for the default configuration in the libtool script
182 tagname=
183 AC_LIBTOOL_LANG_C_CONFIG
184 _LT_AC_TAGCONFIG
185 ])
186 m4trace:/usr/share/aclocal/libtool.m4:225: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187
188 # If no C compiler was specified, use CC.
189 LTCC=${LTCC-"$CC"}
190
191 # If no C compiler flags were specified, use CFLAGS.
192 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
193
194 # Allow CC to be a program name with arguments.
195 compiler=$CC
196 ])
197 m4trace:/usr/share/aclocal/libtool.m4:242: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
198   case $cc_temp in
199     compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
200     distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
201     \-*) ;;
202     *) break;;
203   esac
204 done
205 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
206 ])
207 m4trace:/usr/share/aclocal/libtool.m4:259: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
208 printf "$lt_simple_compile_test_code" >conftest.$ac_ext
209 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
210 _lt_compiler_boilerplate=`cat conftest.err`
211 $rm conftest*
212 ])
213 m4trace:/usr/share/aclocal/libtool.m4:272: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
214 printf "$lt_simple_link_test_code" >conftest.$ac_ext
215 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
216 _lt_linker_boilerplate=`cat conftest.err`
217 $rm conftest*
218 ])
219 m4trace:/usr/share/aclocal/libtool.m4:289: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
220 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
221 }'`
222 # Check for a 64-bit object if we didn't find anything.
223 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
224 }'`; fi],[])
225 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
226 ])
227 m4trace:/usr/share/aclocal/libtool.m4:302: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
228              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
229          [AC_DIVERT_PUSH(NOTICE)])
230 $1
231 AC_DIVERT_POP
232 ])
233 m4trace:/usr/share/aclocal/libtool.m4:315: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
234 # Check that we are running under the correct shell.
235 SHELL=${CONFIG_SHELL-/bin/sh}
236
237 case X$ECHO in
238 X*--fallback-echo)
239   # Remove one level of quotation (which was required for Make).
240   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
241   ;;
242 esac
243
244 echo=${ECHO-echo}
245 if test "X[$]1" = X--no-reexec; then
246   # Discard the --no-reexec flag, and continue.
247   shift
248 elif test "X[$]1" = X--fallback-echo; then
249   # Avoid inline document here, it may be left over
250   :
251 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
252   # Yippee, $echo works!
253   :
254 else
255   # Restart under the correct shell.
256   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
257 fi
258
259 if test "X[$]1" = X--fallback-echo; then
260   # used as fallback echo
261   shift
262   cat <<EOF
263 [$]*
264 EOF
265   exit 0
266 fi
267
268 # The HP-UX ksh and POSIX shell print the target directory to stdout
269 # if CDPATH is set.
270 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
271
272 if test -z "$ECHO"; then
273 if test "X${echo_test_string+set}" != Xset; then
274 # find a string as large as possible, as long as the shell can cope with it
275   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
276     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
277     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
278        echo_test_string=`eval $cmd` &&
279        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
280     then
281       break
282     fi
283   done
284 fi
285
286 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
287    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
288    test "X$echo_testing_string" = "X$echo_test_string"; then
289   :
290 else
291   # The Solaris, AIX, and Digital Unix default echo programs unquote
292   # backslashes.  This makes it impossible to quote backslashes using
293   #   echo "$something" | sed 's/\\/\\\\/g'
294   #
295   # So, first we look for a working echo in the user's PATH.
296
297   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
298   for dir in $PATH /usr/ucb; do
299     IFS="$lt_save_ifs"
300     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
301        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
302        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
303        test "X$echo_testing_string" = "X$echo_test_string"; then
304       echo="$dir/echo"
305       break
306     fi
307   done
308   IFS="$lt_save_ifs"
309
310   if test "X$echo" = Xecho; then
311     # We didn't find a better echo, so look for alternatives.
312     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
313        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
314        test "X$echo_testing_string" = "X$echo_test_string"; then
315       # This shell has a builtin print -r that does the trick.
316       echo='print -r'
317     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
318          test "X$CONFIG_SHELL" != X/bin/ksh; then
319       # If we have ksh, try running configure again with it.
320       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
321       export ORIGINAL_CONFIG_SHELL
322       CONFIG_SHELL=/bin/ksh
323       export CONFIG_SHELL
324       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
325     else
326       # Try using printf.
327       echo='printf %s\n'
328       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
329          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
330          test "X$echo_testing_string" = "X$echo_test_string"; then
331         # Cool, printf works
332         :
333       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
334            test "X$echo_testing_string" = 'X\t' &&
335            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
336            test "X$echo_testing_string" = "X$echo_test_string"; then
337         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
338         export CONFIG_SHELL
339         SHELL="$CONFIG_SHELL"
340         export SHELL
341         echo="$CONFIG_SHELL [$]0 --fallback-echo"
342       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
343            test "X$echo_testing_string" = 'X\t' &&
344            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
345            test "X$echo_testing_string" = "X$echo_test_string"; then
346         echo="$CONFIG_SHELL [$]0 --fallback-echo"
347       else
348         # maybe with a smaller string...
349         prev=:
350
351         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
352           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
353           then
354             break
355           fi
356           prev="$cmd"
357         done
358
359         if test "$prev" != 'sed 50q "[$]0"'; then
360           echo_test_string=`eval $prev`
361           export echo_test_string
362           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
363         else
364           # Oops.  We lost completely, so just stick with echo.
365           echo=echo
366         fi
367       fi
368     fi
369   fi
370 fi
371 fi
372
373 # Copy echo and quote the copy suitably for passing to libtool from
374 # the Makefile, instead of quoting the original, which is used later.
375 ECHO=$echo
376 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
377    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
378 fi
379
380 AC_SUBST(ECHO)
381 ])])
382 m4trace:/usr/share/aclocal/libtool.m4:469: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
383     [AC_HELP_STRING([--disable-libtool-lock],
384         [avoid locking (might break parallel builds)])])
385 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
386
387 # Some flags need to be propagated to the compiler or linker for good
388 # libtool support.
389 case $host in
390 ia64-*-hpux*)
391   # Find out which ABI we are using.
392   echo 'int i;' > conftest.$ac_ext
393   if AC_TRY_EVAL(ac_compile); then
394     case `/usr/bin/file conftest.$ac_objext` in
395     *ELF-32*)
396       HPUX_IA64_MODE="32"
397       ;;
398     *ELF-64*)
399       HPUX_IA64_MODE="64"
400       ;;
401     esac
402   fi
403   rm -rf conftest*
404   ;;
405 *-*-irix6*)
406   # Find out which ABI we are using.
407   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
408   if AC_TRY_EVAL(ac_compile); then
409    if test "$lt_cv_prog_gnu_ld" = yes; then
410     case `/usr/bin/file conftest.$ac_objext` in
411     *32-bit*)
412       LD="${LD-ld} -melf32bsmip"
413       ;;
414     *N32*)
415       LD="${LD-ld} -melf32bmipn32"
416       ;;
417     *64-bit*)
418       LD="${LD-ld} -melf64bmip"
419       ;;
420     esac
421    else
422     case `/usr/bin/file conftest.$ac_objext` in
423     *32-bit*)
424       LD="${LD-ld} -32"
425       ;;
426     *N32*)
427       LD="${LD-ld} -n32"
428       ;;
429     *64-bit*)
430       LD="${LD-ld} -64"
431       ;;
432     esac
433    fi
434   fi
435   rm -rf conftest*
436   ;;
437
438 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
439   # Find out which ABI we are using.
440   echo 'int i;' > conftest.$ac_ext
441   if AC_TRY_EVAL(ac_compile); then
442     case `/usr/bin/file conftest.o` in
443     *32-bit*)
444       case $host in
445         x86_64-*linux*)
446           LD="${LD-ld} -m elf_i386"
447           ;;
448         ppc64-*linux*|powerpc64-*linux*)
449           LD="${LD-ld} -m elf32ppclinux"
450           ;;
451         s390x-*linux*)
452           LD="${LD-ld} -m elf_s390"
453           ;;
454         sparc64-*linux*)
455           LD="${LD-ld} -m elf32_sparc"
456           ;;
457       esac
458       ;;
459     *64-bit*)
460       case $host in
461         x86_64-*linux*)
462           LD="${LD-ld} -m elf_x86_64"
463           ;;
464         ppc*-*linux*|powerpc*-*linux*)
465           LD="${LD-ld} -m elf64ppc"
466           ;;
467         s390*-*linux*)
468           LD="${LD-ld} -m elf64_s390"
469           ;;
470         sparc*-*linux*)
471           LD="${LD-ld} -m elf64_sparc"
472           ;;
473       esac
474       ;;
475     esac
476   fi
477   rm -rf conftest*
478   ;;
479
480 *-*-sco3.2v5*)
481   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
482   SAVE_CFLAGS="$CFLAGS"
483   CFLAGS="$CFLAGS -belf"
484   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
485     [AC_LANG_PUSH(C)
486      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
487      AC_LANG_POP])
488   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
489     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
490     CFLAGS="$SAVE_CFLAGS"
491   fi
492   ;;
493 sparc*-*solaris*)
494   # Find out which ABI we are using.
495   echo 'int i;' > conftest.$ac_ext
496   if AC_TRY_EVAL(ac_compile); then
497     case `/usr/bin/file conftest.o` in
498     *64-bit*)
499       case $lt_cv_prog_gnu_ld in
500       yes*) LD="${LD-ld} -m elf64_sparc" ;;
501       *)    LD="${LD-ld} -64" ;;
502       esac
503       ;;
504     esac
505   fi
506   rm -rf conftest*
507   ;;
508
509 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
510 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
511   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
512   AC_CHECK_TOOL(AS, as, false)
513   AC_CHECK_TOOL(OBJDUMP, objdump, false)
514   ;;
515   ])
516 esac
517
518 need_locks="$enable_libtool_lock"
519
520 ])
521 m4trace:/usr/share/aclocal/libtool.m4:615: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
522 AC_CACHE_CHECK([$1], [$2],
523   [$2=no
524   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
525    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
526    lt_compiler_flag="$3"
527    # Insert the option either (1) after the last *FLAGS variable, or
528    # (2) before a word containing "conftest.", or (3) at the end.
529    # Note that $ac_compile itself does not contain backslashes and begins
530    # with a dollar sign (not a hyphen), so the echo should work correctly.
531    # The option is referenced via a variable to avoid confusing sed.
532    lt_compile=`echo "$ac_compile" | $SED \
533    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
534    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
535    -e 's:$: $lt_compiler_flag:'`
536    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
537    (eval "$lt_compile" 2>conftest.err)
538    ac_status=$?
539    cat conftest.err >&AS_MESSAGE_LOG_FD
540    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
541    if (exit $ac_status) && test -s "$ac_outfile"; then
542      # The compiler can only warn and ignore the option if not recognized
543      # So say no if there are warnings other than the usual output.
544      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
545      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
546      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
547        $2=yes
548      fi
549    fi
550    $rm conftest*
551 ])
552
553 if test x"[$]$2" = xyes; then
554     ifelse([$5], , :, [$5])
555 else
556     ifelse([$6], , :, [$6])
557 fi
558 ])
559 m4trace:/usr/share/aclocal/libtool.m4:660: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
560   [$2=no
561    save_LDFLAGS="$LDFLAGS"
562    LDFLAGS="$LDFLAGS $3"
563    printf "$lt_simple_link_test_code" > conftest.$ac_ext
564    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
565      # The linker can only warn and ignore the option if not recognized
566      # So say no if there are warnings
567      if test -s conftest.err; then
568        # Append any errors to the config.log.
569        cat conftest.err 1>&AS_MESSAGE_LOG_FD
570        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
571        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
572        if diff conftest.exp conftest.er2 >/dev/null; then
573          $2=yes
574        fi
575      else
576        $2=yes
577      fi
578    fi
579    $rm conftest*
580    LDFLAGS="$save_LDFLAGS"
581 ])
582
583 if test x"[$]$2" = xyes; then
584     ifelse([$4], , :, [$4])
585 else
586     ifelse([$5], , :, [$5])
587 fi
588 ])
589 m4trace:/usr/share/aclocal/libtool.m4:695: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
590 AC_MSG_CHECKING([the maximum length of command line arguments])
591 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
592   i=0
593   teststring="ABCD"
594
595   case $build_os in
596   msdosdjgpp*)
597     # On DJGPP, this test can blow up pretty badly due to problems in libc
598     # (any single argument exceeding 2000 bytes causes a buffer overrun
599     # during glob expansion).  Even if it were fixed, the result of this
600     # check would be larger than it should be.
601     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
602     ;;
603
604   gnu*)
605     # Under GNU Hurd, this test is not required because there is
606     # no limit to the length of command line arguments.
607     # Libtool will interpret -1 as no limit whatsoever
608     lt_cv_sys_max_cmd_len=-1;
609     ;;
610
611   cygwin* | mingw*)
612     # On Win9x/ME, this test blows up -- it succeeds, but takes
613     # about 5 minutes as the teststring grows exponentially.
614     # Worse, since 9x/ME are not pre-emptively multitasking,
615     # you end up with a "frozen" computer, even though with patience
616     # the test eventually succeeds (with a max line length of 256k).
617     # Instead, let's just punt: use the minimum linelength reported by
618     # all of the supported platforms: 8192 (on NT/2K/XP).
619     lt_cv_sys_max_cmd_len=8192;
620     ;;
621
622   amigaos*)
623     # On AmigaOS with pdksh, this test takes hours, literally.
624     # So we just punt and use a minimum line length of 8192.
625     lt_cv_sys_max_cmd_len=8192;
626     ;;
627
628   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
629     # This has been around since 386BSD, at least.  Likely further.
630     if test -x /sbin/sysctl; then
631       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
632     elif test -x /usr/sbin/sysctl; then
633       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
634     else
635       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
636     fi
637     # And add a safety zone
638     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
639     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
640     ;;
641
642   interix*)
643     # We know the value 262144 and hardcode it with a safety zone (like BSD)
644     lt_cv_sys_max_cmd_len=196608
645     ;;
646
647   osf*)
648     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
649     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
650     # nice to cause kernel panics so lets avoid the loop below.
651     # First set a reasonable default.
652     lt_cv_sys_max_cmd_len=16384
653     #
654     if test -x /sbin/sysconfig; then
655       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
656         *1*) lt_cv_sys_max_cmd_len=-1 ;;
657       esac
658     fi
659     ;;
660   sco3.2v5*)
661     lt_cv_sys_max_cmd_len=102400
662     ;;
663   sysv5* | sco5v6* | sysv4.2uw2*)
664     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
665     if test -n "$kargmax"; then
666       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
667     else
668       lt_cv_sys_max_cmd_len=32768
669     fi
670     ;;
671   *)
672     # If test is not a shell built-in, we'll probably end up computing a
673     # maximum length that is only half of the actual maximum length, but
674     # we can't tell.
675     SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
676     while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
677                = "XX$teststring") >/dev/null 2>&1 &&
678             new_result=`expr "X$teststring" : ".*" 2>&1` &&
679             lt_cv_sys_max_cmd_len=$new_result &&
680             test $i != 17 # 1/2 MB should be enough
681     do
682       i=`expr $i + 1`
683       teststring=$teststring$teststring
684     done
685     teststring=
686     # Add a significant safety factor because C++ compilers can tack on massive
687     # amounts of additional arguments before passing them to the linker.
688     # It appears as though 1/2 is a usable value.
689     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
690     ;;
691   esac
692 ])
693 if test -n $lt_cv_sys_max_cmd_len ; then
694   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
695 else
696   AC_MSG_RESULT(none)
697 fi
698 ])
699 m4trace:/usr/share/aclocal/libtool.m4:810: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
700 ])
701 m4trace:/usr/share/aclocal/libtool.m4:818: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
702 if test "$cross_compiling" = yes; then :
703   [$4]
704 else
705   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
706   lt_status=$lt_dlunknown
707   cat > conftest.$ac_ext <<EOF
708 [#line __oline__ "configure"
709 #include "confdefs.h"
710
711 #if HAVE_DLFCN_H
712 #include <dlfcn.h>
713 #endif
714
715 #include <stdio.h>
716
717 #ifdef RTLD_GLOBAL
718 #  define LT_DLGLOBAL           RTLD_GLOBAL
719 #else
720 #  ifdef DL_GLOBAL
721 #    define LT_DLGLOBAL         DL_GLOBAL
722 #  else
723 #    define LT_DLGLOBAL         0
724 #  endif
725 #endif
726
727 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
728    find out it does not work in some platform. */
729 #ifndef LT_DLLAZY_OR_NOW
730 #  ifdef RTLD_LAZY
731 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
732 #  else
733 #    ifdef DL_LAZY
734 #      define LT_DLLAZY_OR_NOW          DL_LAZY
735 #    else
736 #      ifdef RTLD_NOW
737 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
738 #      else
739 #        ifdef DL_NOW
740 #          define LT_DLLAZY_OR_NOW      DL_NOW
741 #        else
742 #          define LT_DLLAZY_OR_NOW      0
743 #        endif
744 #      endif
745 #    endif
746 #  endif
747 #endif
748
749 #ifdef __cplusplus
750 extern "C" void exit (int);
751 #endif
752
753 void fnord() { int i=42;}
754 int main ()
755 {
756   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
757   int status = $lt_dlunknown;
758
759   if (self)
760     {
761       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
762       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
763       /* dlclose (self); */
764     }
765   else
766     puts (dlerror ());
767
768     exit (status);
769 }]
770 EOF
771   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
772     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
773     lt_status=$?
774     case x$lt_status in
775       x$lt_dlno_uscore) $1 ;;
776       x$lt_dlneed_uscore) $2 ;;
777       x$lt_dlunknown|x*) $3 ;;
778     esac
779   else :
780     # compilation failed
781     $3
782   fi
783 fi
784 rm -fr conftest*
785 ])
786 m4trace:/usr/share/aclocal/libtool.m4:908: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
787 if test "x$enable_dlopen" != xyes; then
788   enable_dlopen=unknown
789   enable_dlopen_self=unknown
790   enable_dlopen_self_static=unknown
791 else
792   lt_cv_dlopen=no
793   lt_cv_dlopen_libs=
794
795   case $host_os in
796   beos*)
797     lt_cv_dlopen="load_add_on"
798     lt_cv_dlopen_libs=
799     lt_cv_dlopen_self=yes
800     ;;
801
802   mingw* | pw32*)
803     lt_cv_dlopen="LoadLibrary"
804     lt_cv_dlopen_libs=
805    ;;
806
807   cygwin*)
808     lt_cv_dlopen="dlopen"
809     lt_cv_dlopen_libs=
810    ;;
811
812   darwin*)
813   # if libdl is installed we need to link against it
814     AC_CHECK_LIB([dl], [dlopen],
815                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
816     lt_cv_dlopen="dyld"
817     lt_cv_dlopen_libs=
818     lt_cv_dlopen_self=yes
819     ])
820    ;;
821
822   *)
823     AC_CHECK_FUNC([shl_load],
824           [lt_cv_dlopen="shl_load"],
825       [AC_CHECK_LIB([dld], [shl_load],
826             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
827         [AC_CHECK_FUNC([dlopen],
828               [lt_cv_dlopen="dlopen"],
829           [AC_CHECK_LIB([dl], [dlopen],
830                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
831             [AC_CHECK_LIB([svld], [dlopen],
832                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
833               [AC_CHECK_LIB([dld], [dld_link],
834                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
835               ])
836             ])
837           ])
838         ])
839       ])
840     ;;
841   esac
842
843   if test "x$lt_cv_dlopen" != xno; then
844     enable_dlopen=yes
845   else
846     enable_dlopen=no
847   fi
848
849   case $lt_cv_dlopen in
850   dlopen)
851     save_CPPFLAGS="$CPPFLAGS"
852     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
853
854     save_LDFLAGS="$LDFLAGS"
855     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
856
857     save_LIBS="$LIBS"
858     LIBS="$lt_cv_dlopen_libs $LIBS"
859
860     AC_CACHE_CHECK([whether a program can dlopen itself],
861           lt_cv_dlopen_self, [dnl
862           _LT_AC_TRY_DLOPEN_SELF(
863             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
864             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
865     ])
866
867     if test "x$lt_cv_dlopen_self" = xyes; then
868       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
869       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
870           lt_cv_dlopen_self_static, [dnl
871           _LT_AC_TRY_DLOPEN_SELF(
872             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
873             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
874       ])
875     fi
876
877     CPPFLAGS="$save_CPPFLAGS"
878     LDFLAGS="$save_LDFLAGS"
879     LIBS="$save_LIBS"
880     ;;
881   esac
882
883   case $lt_cv_dlopen_self in
884   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
885   *) enable_dlopen_self=unknown ;;
886   esac
887
888   case $lt_cv_dlopen_self_static in
889   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
890   *) enable_dlopen_self_static=unknown ;;
891   esac
892 fi
893 ])
894 m4trace:/usr/share/aclocal/libtool.m4:1022: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
895 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
896   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
897   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
898    $rm -r conftest 2>/dev/null
899    mkdir conftest
900    cd conftest
901    mkdir out
902    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
903
904    lt_compiler_flag="-o out/conftest2.$ac_objext"
905    # Insert the option either (1) after the last *FLAGS variable, or
906    # (2) before a word containing "conftest.", or (3) at the end.
907    # Note that $ac_compile itself does not contain backslashes and begins
908    # with a dollar sign (not a hyphen), so the echo should work correctly.
909    lt_compile=`echo "$ac_compile" | $SED \
910    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
911    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
912    -e 's:$: $lt_compiler_flag:'`
913    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
914    (eval "$lt_compile" 2>out/conftest.err)
915    ac_status=$?
916    cat out/conftest.err >&AS_MESSAGE_LOG_FD
917    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
918    if (exit $ac_status) && test -s out/conftest2.$ac_objext
919    then
920      # The compiler can only warn and ignore the option if not recognized
921      # So say no if there are warnings
922      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
923      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
924      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
925        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
926      fi
927    fi
928    chmod u+w . 2>&AS_MESSAGE_LOG_FD
929    $rm conftest*
930    # SGI C++ compiler will create directory out/ii_files/ for
931    # template instantiation
932    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
933    $rm out/* && rmdir out
934    cd ..
935    rmdir conftest
936    $rm conftest*
937 ])
938 ])
939 m4trace:/usr/share/aclocal/libtool.m4:1073: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
940
941 hard_links="nottested"
942 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
943   # do not overwrite the value of need_locks provided by the user
944   AC_MSG_CHECKING([if we can lock with hard links])
945   hard_links=yes
946   $rm conftest*
947   ln conftest.a conftest.b 2>/dev/null && hard_links=no
948   touch conftest.a
949   ln conftest.a conftest.b 2>&5 || hard_links=no
950   ln conftest.a conftest.b 2>/dev/null && hard_links=no
951   AC_MSG_RESULT([$hard_links])
952   if test "$hard_links" = no; then
953     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
954     need_locks=warn
955   fi
956 else
957   need_locks=no
958 fi
959 ])
960 m4trace:/usr/share/aclocal/libtool.m4:1099: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
961 [rm -f .libs 2>/dev/null
962 mkdir .libs 2>/dev/null
963 if test -d .libs; then
964   lt_cv_objdir=.libs
965 else
966   # MS-DOS does not allow filenames that begin with a dot.
967   lt_cv_objdir=_libs
968 fi
969 rmdir .libs 2>/dev/null])
970 objdir=$lt_cv_objdir
971 ])
972 m4trace:/usr/share/aclocal/libtool.m4:1117: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
973 _LT_AC_TAGVAR(hardcode_action, $1)=
974 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
975    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
976    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
977
978   # We can hardcode non-existant directories.
979   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
980      # If the only mechanism to avoid hardcoding is shlibpath_var, we
981      # have to relink, otherwise we might link with an installed library
982      # when we should be linking with a yet-to-be-installed one
983      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
984      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
985     # Linking always hardcodes the temporary library directory.
986     _LT_AC_TAGVAR(hardcode_action, $1)=relink
987   else
988     # We can link without hardcoding, and we can hardcode nonexisting dirs.
989     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
990   fi
991 else
992   # We cannot hardcode anything, or else we can only hardcode existing
993   # directories.
994   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
995 fi
996 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
997
998 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
999   # Fast installation is not supported
1000   enable_fast_install=no
1001 elif test "$shlibpath_overrides_runpath" = yes ||
1002      test "$enable_shared" = no; then
1003   # Fast installation is not necessary
1004   enable_fast_install=needless
1005 fi
1006 ])
1007 m4trace:/usr/share/aclocal/libtool.m4:1157: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1008 old_striplib=
1009 AC_MSG_CHECKING([whether stripping libraries is possible])
1010 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1011   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1012   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1013   AC_MSG_RESULT([yes])
1014 else
1015 # FIXME - insert some real tests, host_os isn't really good enough
1016   case $host_os in
1017    darwin*)
1018        if test -n "$STRIP" ; then
1019          striplib="$STRIP -x"
1020          AC_MSG_RESULT([yes])
1021        else
1022   AC_MSG_RESULT([no])
1023 fi
1024        ;;
1025    *)
1026   AC_MSG_RESULT([no])
1027     ;;
1028   esac
1029 fi
1030 ])
1031 m4trace:/usr/share/aclocal/libtool.m4:1187: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
1032 library_names_spec=
1033 libname_spec='lib$name'
1034 soname_spec=
1035 shrext_cmds=".so"
1036 postinstall_cmds=
1037 postuninstall_cmds=
1038 finish_cmds=
1039 finish_eval=
1040 shlibpath_var=
1041 shlibpath_overrides_runpath=unknown
1042 version_type=none
1043 dynamic_linker="$host_os ld.so"
1044 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1045 if test "$GCC" = yes; then
1046   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1047   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1048     # if the path contains ";" then we assume it to be the separator
1049     # otherwise default to the standard path separator (i.e. ":") - it is
1050     # assumed that no part of a normal pathname contains ";" but that should
1051     # okay in the real world where ";" in dirpaths is itself problematic.
1052     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1053   else
1054     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1055   fi
1056 else
1057   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1058 fi
1059 need_lib_prefix=unknown
1060 hardcode_into_libs=no
1061
1062 # when you set need_version to no, make sure it does not cause -set_version
1063 # flags to be left without arguments
1064 need_version=unknown
1065
1066 case $host_os in
1067 aix3*)
1068   version_type=linux
1069   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1070   shlibpath_var=LIBPATH
1071
1072   # AIX 3 has no versioning support, so we append a major version to the name.
1073   soname_spec='${libname}${release}${shared_ext}$major'
1074   ;;
1075
1076 aix4* | aix5*)
1077   version_type=linux
1078   need_lib_prefix=no
1079   need_version=no
1080   hardcode_into_libs=yes
1081   if test "$host_cpu" = ia64; then
1082     # AIX 5 supports IA64
1083     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1084     shlibpath_var=LD_LIBRARY_PATH
1085   else
1086     # With GCC up to 2.95.x, collect2 would create an import file
1087     # for dependence libraries.  The import file would start with
1088     # the line `#! .'.  This would cause the generated library to
1089     # depend on `.', always an invalid library.  This was fixed in
1090     # development snapshots of GCC prior to 3.0.
1091     case $host_os in
1092       aix4 | aix4.[[01]] | aix4.[[01]].*)
1093       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1094            echo ' yes '
1095            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1096         :
1097       else
1098         can_build_shared=no
1099       fi
1100       ;;
1101     esac
1102     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1103     # soname into executable. Probably we can add versioning support to
1104     # collect2, so additional links can be useful in future.
1105     if test "$aix_use_runtimelinking" = yes; then
1106       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1107       # instead of lib<name>.a to let people know that these are not
1108       # typical AIX shared libraries.
1109       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1110     else
1111       # We preserve .a as extension for shared libraries through AIX4.2
1112       # and later when we are not doing run time linking.
1113       library_names_spec='${libname}${release}.a $libname.a'
1114       soname_spec='${libname}${release}${shared_ext}$major'
1115     fi
1116     shlibpath_var=LIBPATH
1117   fi
1118   ;;
1119
1120 amigaos*)
1121   library_names_spec='$libname.ixlibrary $libname.a'
1122   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1123   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'
1124   ;;
1125
1126 beos*)
1127   library_names_spec='${libname}${shared_ext}'
1128   dynamic_linker="$host_os ld.so"
1129   shlibpath_var=LIBRARY_PATH
1130   ;;
1131
1132 bsdi[[45]]*)
1133   version_type=linux
1134   need_version=no
1135   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1136   soname_spec='${libname}${release}${shared_ext}$major'
1137   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1138   shlibpath_var=LD_LIBRARY_PATH
1139   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1140   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1141   # the default ld.so.conf also contains /usr/contrib/lib and
1142   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1143   # libtool to hard-code these into programs
1144   ;;
1145
1146 cygwin* | mingw* | pw32*)
1147   version_type=windows
1148   shrext_cmds=".dll"
1149   need_version=no
1150   need_lib_prefix=no
1151
1152   case $GCC,$host_os in
1153   yes,cygwin* | yes,mingw* | yes,pw32*)
1154     library_names_spec='$libname.dll.a'
1155     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1156     postinstall_cmds='base_file=`basename \${file}`~
1157       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1158       dldir=$destdir/`dirname \$dlpath`~
1159       test -d \$dldir || mkdir -p \$dldir~
1160       $install_prog $dir/$dlname \$dldir/$dlname~
1161       chmod a+x \$dldir/$dlname'
1162     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1163       dlpath=$dir/\$dldll~
1164        $rm \$dlpath'
1165     shlibpath_overrides_runpath=yes
1166
1167     case $host_os in
1168     cygwin*)
1169       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1170       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1171       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1172       ;;
1173     mingw*)
1174       # MinGW DLLs use traditional 'lib' prefix
1175       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1176       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1177       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1178         # It is most probably a Windows format PATH printed by
1179         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1180         # path with ; separators, and with drive letters. We can handle the
1181         # drive letters (cygwin fileutils understands them), so leave them,
1182         # especially as we might pass files found there to a mingw objdump,
1183         # which wouldn't understand a cygwinified path. Ahh.
1184         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1185       else
1186         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1187       fi
1188       ;;
1189     pw32*)
1190       # pw32 DLLs use 'pw' prefix rather than 'lib'
1191       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1192       ;;
1193     esac
1194     ;;
1195
1196   *)
1197     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1198     ;;
1199   esac
1200   dynamic_linker='Win32 ld.exe'
1201   # FIXME: first we should search . and the directory the executable is in
1202   shlibpath_var=PATH
1203   ;;
1204
1205 darwin* | rhapsody*)
1206   dynamic_linker="$host_os dyld"
1207   version_type=darwin
1208   need_lib_prefix=no
1209   need_version=no
1210   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1211   soname_spec='${libname}${release}${major}$shared_ext'
1212   shlibpath_overrides_runpath=yes
1213   shlibpath_var=DYLD_LIBRARY_PATH
1214   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1215   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1216   if test "$GCC" = yes; then
1217     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1218   else
1219     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1220   fi
1221   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1222   ;;
1223
1224 dgux*)
1225   version_type=linux
1226   need_lib_prefix=no
1227   need_version=no
1228   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1229   soname_spec='${libname}${release}${shared_ext}$major'
1230   shlibpath_var=LD_LIBRARY_PATH
1231   ;;
1232
1233 freebsd1*)
1234   dynamic_linker=no
1235   ;;
1236
1237 freebsd* | dragonfly*)
1238   # DragonFly does not have aout.  When/if they implement a new
1239   # versioning mechanism, adjust this.
1240   if test -x /usr/bin/objformat; then
1241     objformat=`/usr/bin/objformat`
1242   else
1243     case $host_os in
1244     freebsd[[123]]*) objformat=aout ;;
1245     *) objformat=elf ;;
1246     esac
1247   fi
1248   version_type=freebsd-$objformat
1249   case $version_type in
1250     freebsd-elf*)
1251       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1252       need_version=no
1253       need_lib_prefix=no
1254       ;;
1255     freebsd-*)
1256       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1257       need_version=yes
1258       ;;
1259   esac
1260   shlibpath_var=LD_LIBRARY_PATH
1261   case $host_os in
1262   freebsd2*)
1263     shlibpath_overrides_runpath=yes
1264     ;;
1265   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1266     shlibpath_overrides_runpath=yes
1267     hardcode_into_libs=yes
1268     ;;
1269   freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1270   freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1271     shlibpath_overrides_runpath=no
1272     hardcode_into_libs=yes
1273     ;;
1274   freebsd*) # from 4.6 on
1275     shlibpath_overrides_runpath=yes
1276     hardcode_into_libs=yes
1277     ;;
1278   esac
1279   ;;
1280
1281 gnu*)
1282   version_type=linux
1283   need_lib_prefix=no
1284   need_version=no
1285   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1286   soname_spec='${libname}${release}${shared_ext}$major'
1287   shlibpath_var=LD_LIBRARY_PATH
1288   hardcode_into_libs=yes
1289   ;;
1290
1291 hpux9* | hpux10* | hpux11*)
1292   # Give a soname corresponding to the major version so that dld.sl refuses to
1293   # link against other versions.
1294   version_type=sunos
1295   need_lib_prefix=no
1296   need_version=no
1297   case $host_cpu in
1298   ia64*)
1299     shrext_cmds='.so'
1300     hardcode_into_libs=yes
1301     dynamic_linker="$host_os dld.so"
1302     shlibpath_var=LD_LIBRARY_PATH
1303     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1304     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1305     soname_spec='${libname}${release}${shared_ext}$major'
1306     if test "X$HPUX_IA64_MODE" = X32; then
1307       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1308     else
1309       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1310     fi
1311     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1312     ;;
1313    hppa*64*)
1314      shrext_cmds='.sl'
1315      hardcode_into_libs=yes
1316      dynamic_linker="$host_os dld.sl"
1317      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1318      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1319      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1320      soname_spec='${libname}${release}${shared_ext}$major'
1321      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1322      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1323      ;;
1324    *)
1325     shrext_cmds='.sl'
1326     dynamic_linker="$host_os dld.sl"
1327     shlibpath_var=SHLIB_PATH
1328     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1329     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1330     soname_spec='${libname}${release}${shared_ext}$major'
1331     ;;
1332   esac
1333   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1334   postinstall_cmds='chmod 555 $lib'
1335   ;;
1336
1337 interix3*)
1338   version_type=linux
1339   need_lib_prefix=no
1340   need_version=no
1341   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1342   soname_spec='${libname}${release}${shared_ext}$major'
1343   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1344   shlibpath_var=LD_LIBRARY_PATH
1345   shlibpath_overrides_runpath=no
1346   hardcode_into_libs=yes
1347   ;;
1348
1349 irix5* | irix6* | nonstopux*)
1350   case $host_os in
1351     nonstopux*) version_type=nonstopux ;;
1352     *)
1353         if test "$lt_cv_prog_gnu_ld" = yes; then
1354                 version_type=linux
1355         else
1356                 version_type=irix
1357         fi ;;
1358   esac
1359   need_lib_prefix=no
1360   need_version=no
1361   soname_spec='${libname}${release}${shared_ext}$major'
1362   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1363   case $host_os in
1364   irix5* | nonstopux*)
1365     libsuff= shlibsuff=
1366     ;;
1367   *)
1368     case $LD in # libtool.m4 will add one of these switches to LD
1369     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1370       libsuff= shlibsuff= libmagic=32-bit;;
1371     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1372       libsuff=32 shlibsuff=N32 libmagic=N32;;
1373     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1374       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1375     *) libsuff= shlibsuff= libmagic=never-match;;
1376     esac
1377     ;;
1378   esac
1379   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1380   shlibpath_overrides_runpath=no
1381   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1382   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1383   hardcode_into_libs=yes
1384   ;;
1385
1386 # No shared lib support for Linux oldld, aout, or coff.
1387 linux*oldld* | linux*aout* | linux*coff*)
1388   dynamic_linker=no
1389   ;;
1390
1391 # This must be Linux ELF.
1392 linux* | k*bsd*-gnu)
1393   version_type=linux
1394   need_lib_prefix=no
1395   need_version=no
1396   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1397   soname_spec='${libname}${release}${shared_ext}$major'
1398   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1399   shlibpath_var=LD_LIBRARY_PATH
1400   shlibpath_overrides_runpath=no
1401   # This implies no fast_install, which is unacceptable.
1402   # Some rework will be needed to allow for fast_install
1403   # before this can be enabled.
1404   hardcode_into_libs=yes
1405
1406   # Append ld.so.conf contents to the search path
1407   if test -f /etc/ld.so.conf; then
1408     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,    ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1409     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1410   fi
1411
1412   # We used to test for /lib/ld.so.1 and disable shared libraries on
1413   # powerpc, because MkLinux only supported shared libraries with the
1414   # GNU dynamic linker.  Since this was broken with cross compilers,
1415   # most powerpc-linux boxes support dynamic linking these days and
1416   # people can always --disable-shared, the test was removed, and we
1417   # assume the GNU/Linux dynamic linker is in use.
1418   dynamic_linker='GNU/Linux ld.so'
1419   ;;
1420
1421 netbsdelf*-gnu)
1422   version_type=linux
1423   need_lib_prefix=no
1424   need_version=no
1425   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1426   soname_spec='${libname}${release}${shared_ext}$major'
1427   shlibpath_var=LD_LIBRARY_PATH
1428   shlibpath_overrides_runpath=no
1429   hardcode_into_libs=yes
1430   dynamic_linker='NetBSD ld.elf_so'
1431   ;;
1432
1433 netbsd*)
1434   version_type=sunos
1435   need_lib_prefix=no
1436   need_version=no
1437   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1438     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1439     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1440     dynamic_linker='NetBSD (a.out) ld.so'
1441   else
1442     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1443     soname_spec='${libname}${release}${shared_ext}$major'
1444     dynamic_linker='NetBSD ld.elf_so'
1445   fi
1446   shlibpath_var=LD_LIBRARY_PATH
1447   shlibpath_overrides_runpath=yes
1448   hardcode_into_libs=yes
1449   ;;
1450
1451 newsos6)
1452   version_type=linux
1453   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1454   shlibpath_var=LD_LIBRARY_PATH
1455   shlibpath_overrides_runpath=yes
1456   ;;
1457
1458 nto-qnx*)
1459   version_type=linux
1460   need_lib_prefix=no
1461   need_version=no
1462   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1463   soname_spec='${libname}${release}${shared_ext}$major'
1464   shlibpath_var=LD_LIBRARY_PATH
1465   shlibpath_overrides_runpath=yes
1466   ;;
1467
1468 openbsd*)
1469   version_type=sunos
1470   sys_lib_dlsearch_path_spec="/usr/lib"
1471   need_lib_prefix=no
1472   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1473   case $host_os in
1474     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1475     *)                         need_version=no  ;;
1476   esac
1477   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1478   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1479   shlibpath_var=LD_LIBRARY_PATH
1480   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1481     case $host_os in
1482       openbsd2.[[89]] | openbsd2.[[89]].*)
1483         shlibpath_overrides_runpath=no
1484         ;;
1485       *)
1486         shlibpath_overrides_runpath=yes
1487         ;;
1488       esac
1489   else
1490     shlibpath_overrides_runpath=yes
1491   fi
1492   ;;
1493
1494 os2*)
1495   libname_spec='$name'
1496   shrext_cmds=".dll"
1497   need_lib_prefix=no
1498   library_names_spec='$libname${shared_ext} $libname.a'
1499   dynamic_linker='OS/2 ld.exe'
1500   shlibpath_var=LIBPATH
1501   ;;
1502
1503 osf3* | osf4* | osf5*)
1504   version_type=osf
1505   need_lib_prefix=no
1506   need_version=no
1507   soname_spec='${libname}${release}${shared_ext}$major'
1508   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1509   shlibpath_var=LD_LIBRARY_PATH
1510   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1511   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1512   ;;
1513
1514 solaris*)
1515   version_type=linux
1516   need_lib_prefix=no
1517   need_version=no
1518   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1519   soname_spec='${libname}${release}${shared_ext}$major'
1520   shlibpath_var=LD_LIBRARY_PATH
1521   shlibpath_overrides_runpath=yes
1522   hardcode_into_libs=yes
1523   # ldd complains unless libraries are executable
1524   postinstall_cmds='chmod +x $lib'
1525   ;;
1526
1527 sunos4*)
1528   version_type=sunos
1529   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1530   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1531   shlibpath_var=LD_LIBRARY_PATH
1532   shlibpath_overrides_runpath=yes
1533   if test "$with_gnu_ld" = yes; then
1534     need_lib_prefix=no
1535   fi
1536   need_version=yes
1537   ;;
1538
1539 sysv4 | sysv4.3*)
1540   version_type=linux
1541   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1542   soname_spec='${libname}${release}${shared_ext}$major'
1543   shlibpath_var=LD_LIBRARY_PATH
1544   case $host_vendor in
1545     sni)
1546       shlibpath_overrides_runpath=no
1547       need_lib_prefix=no
1548       export_dynamic_flag_spec='${wl}-Blargedynsym'
1549       runpath_var=LD_RUN_PATH
1550       ;;
1551     siemens)
1552       need_lib_prefix=no
1553       ;;
1554     motorola)
1555       need_lib_prefix=no
1556       need_version=no
1557       shlibpath_overrides_runpath=no
1558       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1559       ;;
1560   esac
1561   ;;
1562
1563 sysv4*MP*)
1564   if test -d /usr/nec ;then
1565     version_type=linux
1566     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1567     soname_spec='$libname${shared_ext}.$major'
1568     shlibpath_var=LD_LIBRARY_PATH
1569   fi
1570   ;;
1571
1572 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1573   version_type=freebsd-elf
1574   need_lib_prefix=no
1575   need_version=no
1576   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1577   soname_spec='${libname}${release}${shared_ext}$major'
1578   shlibpath_var=LD_LIBRARY_PATH
1579   hardcode_into_libs=yes
1580   if test "$with_gnu_ld" = yes; then
1581     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1582     shlibpath_overrides_runpath=no
1583   else
1584     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1585     shlibpath_overrides_runpath=yes
1586     case $host_os in
1587       sco3.2v5*)
1588         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1589         ;;
1590     esac
1591   fi
1592   sys_lib_dlsearch_path_spec='/usr/lib'
1593   ;;
1594
1595 uts4*)
1596   version_type=linux
1597   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1598   soname_spec='${libname}${release}${shared_ext}$major'
1599   shlibpath_var=LD_LIBRARY_PATH
1600   ;;
1601
1602 *)
1603   dynamic_linker=no
1604   ;;
1605 esac
1606 AC_MSG_RESULT([$dynamic_linker])
1607 test "$dynamic_linker" = no && can_build_shared=no
1608
1609 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1610 if test "$GCC" = yes; then
1611   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1612 fi
1613 ])
1614 m4trace:/usr/share/aclocal/libtool.m4:1775: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1615     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1616         [include additional configurations @<:@automatic@:>@])],
1617     [tagnames="$withval"])
1618
1619 if test -f "$ltmain" && test -n "$tagnames"; then
1620   if test ! -f "${ofile}"; then
1621     AC_MSG_WARN([output file `$ofile' does not exist])
1622   fi
1623
1624   if test -z "$LTCC"; then
1625     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1626     if test -z "$LTCC"; then
1627       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1628     else
1629       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1630     fi
1631   fi
1632   if test -z "$LTCFLAGS"; then
1633     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1634   fi
1635
1636   # Extract list of available tagged configurations in $ofile.
1637   # Note that this assumes the entire list is on one line.
1638   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1639
1640   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1641   for tagname in $tagnames; do
1642     IFS="$lt_save_ifs"
1643     # Check whether tagname contains only valid characters
1644     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1645     "") ;;
1646     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1647         ;;
1648     esac
1649
1650     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1651     then
1652       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1653     fi
1654
1655     # Update the list of available tags.
1656     if test -n "$tagname"; then
1657       echo appending configuration tag \"$tagname\" to $ofile
1658
1659       case $tagname in
1660       CXX)
1661         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1662             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1663             (test "X$CXX" != "Xg++"))) ; then
1664           AC_LIBTOOL_LANG_CXX_CONFIG
1665         else
1666           tagname=""
1667         fi
1668         ;;
1669
1670       F77)
1671         if test -n "$F77" && test "X$F77" != "Xno"; then
1672           AC_LIBTOOL_LANG_F77_CONFIG
1673         else
1674           tagname=""
1675         fi
1676         ;;
1677
1678       GCJ)
1679         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1680           AC_LIBTOOL_LANG_GCJ_CONFIG
1681         else
1682           tagname=""
1683         fi
1684         ;;
1685
1686       RC)
1687         AC_LIBTOOL_LANG_RC_CONFIG
1688         ;;
1689
1690       *)
1691         AC_MSG_ERROR([Unsupported tag name: $tagname])
1692         ;;
1693       esac
1694
1695       # Append the new tag name to the list of available tags.
1696       if test -n "$tagname" ; then
1697       available_tags="$available_tags $tagname"
1698     fi
1699     fi
1700   done
1701   IFS="$lt_save_ifs"
1702
1703   # Now substitute the updated list of available tags.
1704   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1705     mv "${ofile}T" "$ofile"
1706     chmod +x "$ofile"
1707   else
1708     rm -f "${ofile}T"
1709     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1710   fi
1711 fi
1712 ])
1713 m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1714 ])
1715 m4trace:/usr/share/aclocal/libtool.m4:1888: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1716 ])
1717 m4trace:/usr/share/aclocal/libtool.m4:1897: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1718 AC_ARG_ENABLE([shared],
1719     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1720         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1721     [p=${PACKAGE-default}
1722     case $enableval in
1723     yes) enable_shared=yes ;;
1724     no) enable_shared=no ;;
1725     *)
1726       enable_shared=no
1727       # Look at the argument we got.  We use all the common list separators.
1728       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1729       for pkg in $enableval; do
1730         IFS="$lt_save_ifs"
1731         if test "X$pkg" = "X$p"; then
1732           enable_shared=yes
1733         fi
1734       done
1735       IFS="$lt_save_ifs"
1736       ;;
1737     esac],
1738     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1739 ])
1740 m4trace:/usr/share/aclocal/libtool.m4:1926: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1741 AC_ENABLE_SHARED(no)
1742 ])
1743 m4trace:/usr/share/aclocal/libtool.m4:1936: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1744 AC_ARG_ENABLE([static],
1745     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1746         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1747     [p=${PACKAGE-default}
1748     case $enableval in
1749     yes) enable_static=yes ;;
1750     no) enable_static=no ;;
1751     *)
1752      enable_static=no
1753       # Look at the argument we got.  We use all the common list separators.
1754       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1755       for pkg in $enableval; do
1756         IFS="$lt_save_ifs"
1757         if test "X$pkg" = "X$p"; then
1758           enable_static=yes
1759         fi
1760       done
1761       IFS="$lt_save_ifs"
1762       ;;
1763     esac],
1764     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1765 ])
1766 m4trace:/usr/share/aclocal/libtool.m4:1965: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1767 AC_ENABLE_STATIC(no)
1768 ])
1769 m4trace:/usr/share/aclocal/libtool.m4:1975: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1770 AC_ARG_ENABLE([fast-install],
1771     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1772     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1773     [p=${PACKAGE-default}
1774     case $enableval in
1775     yes) enable_fast_install=yes ;;
1776     no) enable_fast_install=no ;;
1777     *)
1778       enable_fast_install=no
1779       # Look at the argument we got.  We use all the common list separators.
1780       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1781       for pkg in $enableval; do
1782         IFS="$lt_save_ifs"
1783         if test "X$pkg" = "X$p"; then
1784           enable_fast_install=yes
1785         fi
1786       done
1787       IFS="$lt_save_ifs"
1788       ;;
1789     esac],
1790     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1791 ])
1792 m4trace:/usr/share/aclocal/libtool.m4:2004: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1793 AC_ENABLE_FAST_INSTALL(no)
1794 ])
1795 m4trace:/usr/share/aclocal/libtool.m4:2014: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1796 pic_mode=ifelse($#,1,$1,default)
1797 ])
1798 m4trace:/usr/share/aclocal/libtool.m4:2038: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1799 AC_MSG_CHECKING([for $1])
1800 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1801 [case $MAGIC_CMD in
1802 [[\\/*] |  ?:[\\/]*])
1803   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1804   ;;
1805 *)
1806   lt_save_MAGIC_CMD="$MAGIC_CMD"
1807   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1808 dnl $ac_dummy forces splitting on constant user-supplied paths.
1809 dnl POSIX.2 word splitting is done only on the output of word expansions,
1810 dnl not every word.  This closes a longstanding sh security hole.
1811   ac_dummy="ifelse([$2], , $PATH, [$2])"
1812   for ac_dir in $ac_dummy; do
1813     IFS="$lt_save_ifs"
1814     test -z "$ac_dir" && ac_dir=.
1815     if test -f $ac_dir/$1; then
1816       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1817       if test -n "$file_magic_test_file"; then
1818         case $deplibs_check_method in
1819         "file_magic "*)
1820           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1821           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1822           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1823             $EGREP "$file_magic_regex" > /dev/null; then
1824             :
1825           else
1826             cat <<EOF 1>&2
1827
1828 *** Warning: the command libtool uses to detect shared libraries,
1829 *** $file_magic_cmd, produces output that libtool cannot recognize.
1830 *** The result is that libtool may fail to recognize shared libraries
1831 *** as such.  This will affect the creation of libtool libraries that
1832 *** depend on shared libraries, but programs linked with such libtool
1833 *** libraries will work regardless of this problem.  Nevertheless, you
1834 *** may want to report the problem to your system manager and/or to
1835 *** bug-libtool@gnu.org
1836
1837 EOF
1838           fi ;;
1839         esac
1840       fi
1841       break
1842     fi
1843   done
1844   IFS="$lt_save_ifs"
1845   MAGIC_CMD="$lt_save_MAGIC_CMD"
1846   ;;
1847 esac])
1848 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1849 if test -n "$MAGIC_CMD"; then
1850   AC_MSG_RESULT($MAGIC_CMD)
1851 else
1852   AC_MSG_RESULT(no)
1853 fi
1854 ])
1855 m4trace:/usr/share/aclocal/libtool.m4:2101: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1856 if test -z "$lt_cv_path_MAGIC_CMD"; then
1857   if test -n "$ac_tool_prefix"; then
1858     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1859   else
1860     MAGIC_CMD=:
1861   fi
1862 fi
1863 ])
1864 m4trace:/usr/share/aclocal/libtool.m4:2116: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1865     [AC_HELP_STRING([--with-gnu-ld],
1866         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1867     [test "$withval" = no || with_gnu_ld=yes],
1868     [with_gnu_ld=no])
1869 AC_REQUIRE([LT_AC_PROG_SED])dnl
1870 AC_REQUIRE([AC_PROG_CC])dnl
1871 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1872 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1873 ac_prog=ld
1874 if test "$GCC" = yes; then
1875   # Check if gcc -print-prog-name=ld gives a path.
1876   AC_MSG_CHECKING([for ld used by $CC])
1877   case $host in
1878   *-*-mingw*)
1879     # gcc leaves a trailing carriage return which upsets mingw
1880     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1881   *)
1882     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1883   esac
1884   case $ac_prog in
1885     # Accept absolute paths.
1886     [[\\/]]* | ?:[[\\/]]*)
1887       re_direlt='/[[^/]][[^/]]*/\.\./'
1888       # Canonicalize the pathname of ld
1889       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1890       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1891         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1892       done
1893       test -z "$LD" && LD="$ac_prog"
1894       ;;
1895   "")
1896     # If it fails, then pretend we aren't using GCC.
1897     ac_prog=ld
1898     ;;
1899   *)
1900     # If it is relative, then search for the first ld in PATH.
1901     with_gnu_ld=unknown
1902     ;;
1903   esac
1904 elif test "$with_gnu_ld" = yes; then
1905   AC_MSG_CHECKING([for GNU ld])
1906 else
1907   AC_MSG_CHECKING([for non-GNU ld])
1908 fi
1909 AC_CACHE_VAL(lt_cv_path_LD,
1910 [if test -z "$LD"; then
1911   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1912   for ac_dir in $PATH; do
1913     IFS="$lt_save_ifs"
1914     test -z "$ac_dir" && ac_dir=.
1915     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1916       lt_cv_path_LD="$ac_dir/$ac_prog"
1917       # Check to see if the program is GNU ld.  I'd rather use --version,
1918       # but apparently some variants of GNU ld only accept -v.
1919       # Break only if it was the GNU/non-GNU ld that we prefer.
1920       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1921       *GNU* | *'with BFD'*)
1922         test "$with_gnu_ld" != no && break
1923         ;;
1924       *)
1925         test "$with_gnu_ld" != yes && break
1926         ;;
1927       esac
1928     fi
1929   done
1930   IFS="$lt_save_ifs"
1931 else
1932   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1933 fi])
1934 LD="$lt_cv_path_LD"
1935 if test -n "$LD"; then
1936   AC_MSG_RESULT($LD)
1937 else
1938   AC_MSG_RESULT(no)
1939 fi
1940 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1941 AC_PROG_LD_GNU
1942 ])
1943 m4trace:/usr/share/aclocal/libtool.m4:2200: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1944 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1945 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
1946 case `$LD -v 2>&1 </dev/null` in
1947 *GNU* | *'with BFD'*)
1948   lt_cv_prog_gnu_ld=yes
1949   ;;
1950 *)
1951   lt_cv_prog_gnu_ld=no
1952   ;;
1953 esac])
1954 with_gnu_ld=$lt_cv_prog_gnu_ld
1955 ])
1956 m4trace:/usr/share/aclocal/libtool.m4:2220: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1957   lt_cv_ld_reload_flag,
1958   [lt_cv_ld_reload_flag='-r'])
1959 reload_flag=$lt_cv_ld_reload_flag
1960 case $reload_flag in
1961 "" | " "*) ;;
1962 *) reload_flag=" $reload_flag" ;;
1963 esac
1964 reload_cmds='$LD$reload_flag -o $output$reload_objs'
1965 case $host_os in
1966   darwin*)
1967     if test "$GCC" = yes; then
1968       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
1969     else
1970       reload_cmds='$LD$reload_flag -o $output$reload_objs'
1971     fi
1972     ;;
1973 esac
1974 ])
1975 m4trace:/usr/share/aclocal/libtool.m4:2246: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1976 lt_cv_deplibs_check_method,
1977 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1978 lt_cv_file_magic_test_file=
1979 lt_cv_deplibs_check_method='unknown'
1980 # Need to set the preceding variable on all platforms that support
1981 # interlibrary dependencies.
1982 # 'none' -- dependencies not supported.
1983 # `unknown' -- same as none, but documents that we really don't know.
1984 # 'pass_all' -- all dependencies passed with no checks.
1985 # 'test_compile' -- check by making test program.
1986 # 'file_magic [[regex]]' -- check by looking for files in library path
1987 # which responds to the $file_magic_cmd with a given extended regex.
1988 # If you have `file' or equivalent on your system and you're not sure
1989 # whether `pass_all' will *always* work, you probably want this one.
1990
1991 case $host_os in
1992 aix4* | aix5*)
1993   lt_cv_deplibs_check_method=pass_all
1994   ;;
1995
1996 beos*)
1997   lt_cv_deplibs_check_method=pass_all
1998   ;;
1999
2000 bsdi[[45]]*)
2001   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2002   lt_cv_file_magic_cmd='/usr/bin/file -L'
2003   lt_cv_file_magic_test_file=/shlib/libc.so
2004   ;;
2005
2006 cygwin*)
2007   # func_win32_libid is a shell function defined in ltmain.sh
2008   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2009   lt_cv_file_magic_cmd='func_win32_libid'
2010   ;;
2011
2012 mingw* | pw32*)
2013   # Base MSYS/MinGW do not provide the 'file' command needed by
2014   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2015   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2016   lt_cv_file_magic_cmd='$OBJDUMP -f'
2017   ;;
2018
2019 darwin* | rhapsody*)
2020   lt_cv_deplibs_check_method=pass_all
2021   ;;
2022
2023 freebsd* | dragonfly*)
2024   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2025     case $host_cpu in
2026     i*86 )
2027       # Not sure whether the presence of OpenBSD here was a mistake.
2028       # Let's accept both of them until this is cleared up.
2029       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2030       lt_cv_file_magic_cmd=/usr/bin/file
2031       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2032       ;;
2033     esac
2034   else
2035     lt_cv_deplibs_check_method=pass_all
2036   fi
2037   ;;
2038
2039 gnu*)
2040   lt_cv_deplibs_check_method=pass_all
2041   ;;
2042
2043 hpux10.20* | hpux11*)
2044   lt_cv_file_magic_cmd=/usr/bin/file
2045   case $host_cpu in
2046   ia64*)
2047     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2048     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2049     ;;
2050   hppa*64*)
2051     [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]']
2052     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2053     ;;
2054   *)
2055     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2056     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2057     ;;
2058   esac
2059   ;;
2060
2061 interix3*)
2062   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2063   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2064   ;;
2065
2066 irix5* | irix6* | nonstopux*)
2067   case $LD in
2068   *-32|*"-32 ") libmagic=32-bit;;
2069   *-n32|*"-n32 ") libmagic=N32;;
2070   *-64|*"-64 ") libmagic=64-bit;;
2071   *) libmagic=never-match;;
2072   esac
2073   lt_cv_deplibs_check_method=pass_all
2074   ;;
2075
2076 # This must be Linux ELF.
2077 linux* | k*bsd*-gnu)
2078   lt_cv_deplibs_check_method=pass_all
2079   ;;
2080
2081 netbsd* | netbsdelf*-gnu)
2082   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2083     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2084   else
2085     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2086   fi
2087   ;;
2088
2089 newos6*)
2090   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2091   lt_cv_file_magic_cmd=/usr/bin/file
2092   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2093   ;;
2094
2095 nto-qnx*)
2096   lt_cv_deplibs_check_method=unknown
2097   ;;
2098
2099 openbsd*)
2100   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2101     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2102   else
2103     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2104   fi
2105   ;;
2106
2107 osf3* | osf4* | osf5*)
2108   lt_cv_deplibs_check_method=pass_all
2109   ;;
2110
2111 solaris*)
2112   lt_cv_deplibs_check_method=pass_all
2113   ;;
2114
2115 sysv4 | sysv4.3*)
2116   case $host_vendor in
2117   motorola)
2118     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]]'
2119     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2120     ;;
2121   ncr)
2122     lt_cv_deplibs_check_method=pass_all
2123     ;;
2124   sequent)
2125     lt_cv_file_magic_cmd='/bin/file'
2126     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2127     ;;
2128   sni)
2129     lt_cv_file_magic_cmd='/bin/file'
2130     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2131     lt_cv_file_magic_test_file=/lib/libc.so
2132     ;;
2133   siemens)
2134     lt_cv_deplibs_check_method=pass_all
2135     ;;
2136   pc)
2137     lt_cv_deplibs_check_method=pass_all
2138     ;;
2139   esac
2140   ;;
2141
2142 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2143   lt_cv_deplibs_check_method=pass_all
2144   ;;
2145 esac
2146 ])
2147 file_magic_cmd=$lt_cv_file_magic_cmd
2148 deplibs_check_method=$lt_cv_deplibs_check_method
2149 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2150 ])
2151 m4trace:/usr/share/aclocal/libtool.m4:2428: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2152 [if test -n "$NM"; then
2153   # Let the user override the test.
2154   lt_cv_path_NM="$NM"
2155 else
2156   lt_nm_to_check="${ac_tool_prefix}nm"
2157   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
2158     lt_nm_to_check="$lt_nm_to_check nm"
2159   fi
2160   for lt_tmp_nm in $lt_nm_to_check; do
2161     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2162     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2163       IFS="$lt_save_ifs"
2164       test -z "$ac_dir" && ac_dir=.
2165       tmp_nm="$ac_dir/$lt_tmp_nm"
2166       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2167         # Check to see if the nm accepts a BSD-compat flag.
2168         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2169         #   nm: unknown option "B" ignored
2170         # Tru64's nm complains that /dev/null is an invalid object file
2171         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2172         */dev/null* | *'Invalid file or object type'*)
2173           lt_cv_path_NM="$tmp_nm -B"
2174           break
2175           ;;
2176         *)
2177           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2178           */dev/null*)
2179             lt_cv_path_NM="$tmp_nm -p"
2180             break
2181             ;;
2182           *)
2183             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2184             continue # so that we can try to find one that supports BSD flags
2185             ;;
2186           esac
2187           ;;
2188         esac
2189       fi
2190     done
2191     IFS="$lt_save_ifs"
2192   done
2193   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2194 fi])
2195 NM="$lt_cv_path_NM"
2196 ])
2197 m4trace:/usr/share/aclocal/libtool.m4:2480: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2198 LIBM=
2199 case $host in
2200 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2201   # These system don't have libm, or don't need it
2202   ;;
2203 *-ncr-sysv4.3*)
2204   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2205   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2206   ;;
2207 *)
2208   AC_CHECK_LIB(m, cos, LIBM="-lm")
2209   ;;
2210 esac
2211 ])
2212 m4trace:/usr/share/aclocal/libtool.m4:2509: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2213   case $enable_ltdl_convenience in
2214   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2215   "") enable_ltdl_convenience=yes
2216       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2217   esac
2218   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2219   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2220   # For backwards non-gettext consistent compatibility...
2221   INCLTDL="$LTDLINCL"
2222 ])
2223 m4trace:/usr/share/aclocal/libtool.m4:2535: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2224   AC_CHECK_LIB(ltdl, lt_dlinit,
2225   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2226   [if test x"$enable_ltdl_install" = xno; then
2227      AC_MSG_WARN([libltdl not installed, but installation disabled])
2228    else
2229      enable_ltdl_install=yes
2230    fi
2231   ])
2232   if test x"$enable_ltdl_install" = x"yes"; then
2233     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2234     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2235     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2236   else
2237     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2238     LIBLTDL="-lltdl"
2239     LTDLINCL=
2240   fi
2241   # For backwards non-gettext consistent compatibility...
2242   INCLTDL="$LTDLINCL"
2243 ])
2244 m4trace:/usr/share/aclocal/libtool.m4:2562: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2245 ])
2246 m4trace:/usr/share/aclocal/libtool.m4:2569: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2247 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2248 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2249 ])
2250 m4trace:/usr/share/aclocal/libtool.m4:2577: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2251 AC_REQUIRE([AC_PROG_CXX])
2252 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2253     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2254     (test "X$CXX" != "Xg++"))) ; then
2255   AC_PROG_CXXCPP
2256 fi
2257 ])
2258 m4trace:/usr/share/aclocal/libtool.m4:2590: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2259 ])
2260 m4trace:/usr/share/aclocal/libtool.m4:2597: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2261 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2262 ])
2263 m4trace:/usr/share/aclocal/libtool.m4:2606: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2264 ])
2265 m4trace:/usr/share/aclocal/libtool.m4:2613: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2266   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2267     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2268       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2269          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2270            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2271 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2272 ])
2273 m4trace:/usr/share/aclocal/libtool.m4:2627: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2274 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2275 ])
2276 m4trace:/usr/share/aclocal/libtool.m4:2638: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2277 m4trace:/usr/share/aclocal/libtool.m4:2639: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2278 AC_LANG_PUSH(C)
2279
2280 # Source file extension for C test sources.
2281 ac_ext=c
2282
2283 # Object file extension for compiled C test sources.
2284 objext=o
2285 _LT_AC_TAGVAR(objext, $1)=$objext
2286
2287 # Code to be used in simple compile tests
2288 lt_simple_compile_test_code="int some_variable = 0;\n"
2289
2290 # Code to be used in simple link tests
2291 lt_simple_link_test_code='int main(){return(0);}\n'
2292
2293 _LT_AC_SYS_COMPILER
2294
2295 # save warnings/boilerplate of simple test code
2296 _LT_COMPILER_BOILERPLATE
2297 _LT_LINKER_BOILERPLATE
2298
2299 ## CAVEAT EMPTOR:
2300 ## There is no encapsulation within the following macros, do not change
2301 ## the running order or otherwise move them around unless you know exactly
2302 ## what you are doing...
2303 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2304 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2305 AC_LIBTOOL_PROG_CC_C_O($1)
2306 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2307 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2308 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2309 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2310 AC_LIBTOOL_SYS_LIB_STRIP
2311 AC_LIBTOOL_DLOPEN_SELF
2312
2313 # Report which library types will actually be built
2314 AC_MSG_CHECKING([if libtool supports shared libraries])
2315 AC_MSG_RESULT([$can_build_shared])
2316
2317 AC_MSG_CHECKING([whether to build shared libraries])
2318 test "$can_build_shared" = "no" && enable_shared=no
2319
2320 # On AIX, shared libraries and static libraries use the same namespace, and
2321 # are all built from PIC.
2322 case $host_os in
2323 aix3*)
2324   test "$enable_shared" = yes && enable_static=no
2325   if test -n "$RANLIB"; then
2326     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2327     postinstall_cmds='$RANLIB $lib'
2328   fi
2329   ;;
2330
2331 aix4* | aix5*)
2332   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2333     test "$enable_shared" = yes && enable_static=no
2334   fi
2335     ;;
2336 esac
2337 AC_MSG_RESULT([$enable_shared])
2338
2339 AC_MSG_CHECKING([whether to build static libraries])
2340 # Make sure either enable_shared or enable_static is yes.
2341 test "$enable_shared" = yes || enable_static=yes
2342 AC_MSG_RESULT([$enable_static])
2343
2344 AC_LIBTOOL_CONFIG($1)
2345
2346 AC_LANG_POP
2347 CC="$lt_save_CC"
2348 ])
2349 m4trace:/usr/share/aclocal/libtool.m4:2719: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2350 m4trace:/usr/share/aclocal/libtool.m4:2720: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2351 AC_REQUIRE([AC_PROG_CXX])
2352 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2353
2354 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2355 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2356 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2357 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2358 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2359 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2360 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2361 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2362 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2363 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2364 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2365 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2366 _LT_AC_TAGVAR(module_cmds, $1)=
2367 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2368 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2369 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2370 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2371 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2372 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2373
2374 # Dependencies to place before and after the object being linked:
2375 _LT_AC_TAGVAR(predep_objects, $1)=
2376 _LT_AC_TAGVAR(postdep_objects, $1)=
2377 _LT_AC_TAGVAR(predeps, $1)=
2378 _LT_AC_TAGVAR(postdeps, $1)=
2379 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2380
2381 # Source file extension for C++ test sources.
2382 ac_ext=cpp
2383
2384 # Object file extension for compiled C++ test sources.
2385 objext=o
2386 _LT_AC_TAGVAR(objext, $1)=$objext
2387
2388 # Code to be used in simple compile tests
2389 lt_simple_compile_test_code="int some_variable = 0;\n"
2390
2391 # Code to be used in simple link tests
2392 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
2393
2394 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2395 _LT_AC_SYS_COMPILER
2396
2397 # save warnings/boilerplate of simple test code
2398 _LT_COMPILER_BOILERPLATE
2399 _LT_LINKER_BOILERPLATE
2400
2401 # Allow CC to be a program name with arguments.
2402 lt_save_CC=$CC
2403 lt_save_LD=$LD
2404 lt_save_GCC=$GCC
2405 GCC=$GXX
2406 lt_save_with_gnu_ld=$with_gnu_ld
2407 lt_save_path_LD=$lt_cv_path_LD
2408 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2409   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2410 else
2411   $as_unset lt_cv_prog_gnu_ld
2412 fi
2413 if test -n "${lt_cv_path_LDCXX+set}"; then
2414   lt_cv_path_LD=$lt_cv_path_LDCXX
2415 else
2416   $as_unset lt_cv_path_LD
2417 fi
2418 test -z "${LDCXX+set}" || LD=$LDCXX
2419 CC=${CXX-"c++"}
2420 compiler=$CC
2421 _LT_AC_TAGVAR(compiler, $1)=$CC
2422 _LT_CC_BASENAME([$compiler])
2423
2424 # We don't want -fno-exception wen compiling C++ code, so set the
2425 # no_builtin_flag separately
2426 if test "$GXX" = yes; then
2427   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2428 else
2429   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2430 fi
2431
2432 if test "$GXX" = yes; then
2433   # Set up default GNU C++ configuration
2434
2435   AC_PROG_LD
2436
2437   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2438   # archiving commands below assume that GNU ld is being used.
2439   if test "$with_gnu_ld" = yes; then
2440     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2441     _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'
2442
2443     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2444     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2445
2446     # If archive_cmds runs LD, not CC, wlarc should be empty
2447     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2448     #     investigate it a little bit more. (MM)
2449     wlarc='${wl}'
2450
2451     # ancient GNU ld didn't support --whole-archive et. al.
2452     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2453         grep 'no-whole-archive' > /dev/null; then
2454       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2455     else
2456       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2457     fi
2458   else
2459     with_gnu_ld=no
2460     wlarc=
2461
2462     # A generic and very simple default shared library creation
2463     # command for GNU C++ for the case where it uses the native
2464     # linker, instead of GNU ld.  If possible, this setting should
2465     # overridden to take advantage of the native linker features on
2466     # the platform it is being used on.
2467     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2468   fi
2469
2470   # Commands to make compiler produce verbose output that lists
2471   # what "hidden" libraries, object files and flags are used when
2472   # linking a shared library.
2473   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2474
2475 else
2476   GXX=no
2477   with_gnu_ld=no
2478   wlarc=
2479 fi
2480
2481 # PORTME: fill in a description of your system's C++ link characteristics
2482 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2483 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2484 case $host_os in
2485   aix3*)
2486     # FIXME: insert proper C++ library support
2487     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2488     ;;
2489   aix4* | aix5*)
2490     if test "$host_cpu" = ia64; then
2491       # On IA64, the linker does run time linking by default, so we don't
2492       # have to do anything special.
2493       aix_use_runtimelinking=no
2494       exp_sym_flag='-Bexport'
2495       no_entry_flag=""
2496     else
2497       aix_use_runtimelinking=no
2498
2499       # Test if we are trying to use run time linking or normal
2500       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2501       # need to do runtime linking.
2502       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2503         for ld_flag in $LDFLAGS; do
2504           case $ld_flag in
2505           *-brtl*)
2506             aix_use_runtimelinking=yes
2507             break
2508             ;;
2509           esac
2510         done
2511         ;;
2512       esac
2513
2514       exp_sym_flag='-bexport'
2515       no_entry_flag='-bnoentry'
2516     fi
2517
2518     # When large executables or shared objects are built, AIX ld can
2519     # have problems creating the table of contents.  If linking a library
2520     # or program results in "error TOC overflow" add -mminimal-toc to
2521     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2522     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2523
2524     _LT_AC_TAGVAR(archive_cmds, $1)=''
2525     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2526     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2527     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2528
2529     if test "$GXX" = yes; then
2530       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2531       # We only want to do this on AIX 4.2 and lower, the check
2532       # below for broken collect2 doesn't work under 4.3+
2533         collect2name=`${CC} -print-prog-name=collect2`
2534         if test -f "$collect2name" && \
2535            strings "$collect2name" | grep resolve_lib_name >/dev/null
2536         then
2537           # We have reworked collect2
2538           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2539         else
2540           # We have old collect2
2541           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2542           # It fails to find uninstalled libraries when the uninstalled
2543           # path is not listed in the libpath.  Setting hardcode_minus_L
2544           # to unsupported forces relinking
2545           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2546           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2547           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2548         fi
2549         ;;
2550       esac
2551       shared_flag='-shared'
2552       if test "$aix_use_runtimelinking" = yes; then
2553         shared_flag="$shared_flag "'${wl}-G'
2554       fi
2555     else
2556       # not using gcc
2557       if test "$host_cpu" = ia64; then
2558         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2559         # chokes on -Wl,-G. The following line is correct:
2560         shared_flag='-G'
2561       else
2562         if test "$aix_use_runtimelinking" = yes; then
2563           shared_flag='${wl}-G'
2564         else
2565           shared_flag='${wl}-bM:SRE'
2566         fi
2567       fi
2568     fi
2569
2570     # It seems that -bexpall does not export symbols beginning with
2571     # underscore (_), so it is better to generate a list of symbols to export.
2572     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2573     if test "$aix_use_runtimelinking" = yes; then
2574       # Warning - without using the other runtime loading flags (-brtl),
2575       # -berok will link without error, but may produce a broken library.
2576       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2577       # Determine the default libpath from the value encoded in an empty executable.
2578       _LT_AC_SYS_LIBPATH_AIX
2579       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2580
2581       _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"
2582      else
2583       if test "$host_cpu" = ia64; then
2584         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2585         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2586         _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"
2587       else
2588         # Determine the default libpath from the value encoded in an empty executable.
2589         _LT_AC_SYS_LIBPATH_AIX
2590         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2591         # Warning - without using the other run time loading flags,
2592         # -berok will link without error, but may produce a broken library.
2593         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2594         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2595         # Exported symbols can be pulled into shared objects from archives
2596         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2597         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2598         # This is similar to how AIX traditionally builds its shared libraries.
2599         _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'
2600       fi
2601     fi
2602     ;;
2603
2604   beos*)
2605     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2606       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2607       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2608       # support --undefined.  This deserves some investigation.  FIXME
2609       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2610     else
2611       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2612     fi
2613     ;;
2614
2615   chorus*)
2616     case $cc_basename in
2617       *)
2618         # FIXME: insert proper C++ library support
2619         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2620         ;;
2621     esac
2622     ;;
2623
2624   cygwin* | mingw* | pw32*)
2625     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2626     # as there is no search path for DLLs.
2627     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2628     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2629     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2630     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2631
2632     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2633       _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'
2634       # If the export-symbols file already is a .def file (1st line
2635       # is EXPORTS), use it as is; otherwise, prepend...
2636       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2637         cp $export_symbols $output_objdir/$soname.def;
2638       else
2639         echo EXPORTS > $output_objdir/$soname.def;
2640         cat $export_symbols >> $output_objdir/$soname.def;
2641       fi~
2642       $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'
2643     else
2644       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2645     fi
2646   ;;
2647       darwin* | rhapsody*)
2648         case $host_os in
2649         rhapsody* | darwin1.[[012]])
2650          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2651          ;;
2652        *) # Darwin 1.3 on
2653          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2654            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2655          else
2656            case ${MACOSX_DEPLOYMENT_TARGET} in
2657              10.[[012]])
2658                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2659                ;;
2660              10.*)
2661                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2662                ;;
2663            esac
2664          fi
2665          ;;
2666         esac
2667       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2668       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2669       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2670       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2671       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2672       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2673
2674     if test "$GXX" = yes ; then
2675       lt_int_apple_cc_single_mod=no
2676       output_verbose_link_cmd='echo'
2677       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2678        lt_int_apple_cc_single_mod=yes
2679       fi
2680       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2681        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2682       else
2683           _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'
2684         fi
2685         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2686         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2687           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2688             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2689           else
2690             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2691           fi
2692             _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}'
2693       else
2694       case $cc_basename in
2695         xlc*)
2696          output_verbose_link_cmd='echo'
2697           _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` $verstring'
2698           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2699           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2700           _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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2701           _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}'
2702           ;;
2703        *)
2704          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2705           ;;
2706       esac
2707       fi
2708         ;;
2709
2710   dgux*)
2711     case $cc_basename in
2712       ec++*)
2713         # FIXME: insert proper C++ library support
2714         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2715         ;;
2716       ghcx*)
2717         # Green Hills C++ Compiler
2718         # FIXME: insert proper C++ library support
2719         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2720         ;;
2721       *)
2722         # FIXME: insert proper C++ library support
2723         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2724         ;;
2725     esac
2726     ;;
2727   freebsd[[12]]*)
2728     # C++ shared libraries reported to be fairly broken before switch to ELF
2729     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2730     ;;
2731   freebsd-elf*)
2732     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2733     ;;
2734   freebsd* | dragonfly*)
2735     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2736     # conventions
2737     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2738     ;;
2739   gnu*)
2740     ;;
2741   hpux9*)
2742     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2743     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2744     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2745     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2746     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2747                                 # but as the default
2748                                 # location of the library.
2749
2750     case $cc_basename in
2751     CC*)
2752       # FIXME: insert proper C++ library support
2753       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2754       ;;
2755     aCC*)
2756       _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'
2757       # Commands to make compiler produce verbose output that lists
2758       # what "hidden" libraries, object files and flags are used when
2759       # linking a shared library.
2760       #
2761       # There doesn't appear to be a way to prevent this compiler from
2762       # explicitly linking system object files so we need to strip them
2763       # from the output so that they don't get included in the library
2764       # dependencies.
2765       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'
2766       ;;
2767     *)
2768       if test "$GXX" = yes; then
2769         _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'
2770       else
2771         # FIXME: insert proper C++ library support
2772         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2773       fi
2774       ;;
2775     esac
2776     ;;
2777   hpux10*|hpux11*)
2778     if test $with_gnu_ld = no; then
2779       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2780       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2781
2782       case $host_cpu in
2783       hppa*64*|ia64*)
2784         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2785         ;;
2786       *)
2787         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2788         ;;
2789       esac
2790     fi
2791     case $host_cpu in
2792     hppa*64*|ia64*)
2793       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2794       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2795       ;;
2796     *)
2797       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2798       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2799                                               # but as the default
2800                                               # location of the library.
2801       ;;
2802     esac
2803
2804     case $cc_basename in
2805       CC*)
2806         # FIXME: insert proper C++ library support
2807         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2808         ;;
2809       aCC*)
2810         case $host_cpu in
2811         hppa*64*)
2812           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2813           ;;
2814         ia64*)
2815           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2816           ;;
2817         *)
2818           _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'
2819           ;;
2820         esac
2821         # Commands to make compiler produce verbose output that lists
2822         # what "hidden" libraries, object files and flags are used when
2823         # linking a shared library.
2824         #
2825         # There doesn't appear to be a way to prevent this compiler from
2826         # explicitly linking system object files so we need to strip them
2827         # from the output so that they don't get included in the library
2828         # dependencies.
2829         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'
2830         ;;
2831       *)
2832         if test "$GXX" = yes; then
2833           if test $with_gnu_ld = no; then
2834             case $host_cpu in
2835             hppa*64*)
2836               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2837               ;;
2838             ia64*)
2839               _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'
2840               ;;
2841             *)
2842               _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'
2843               ;;
2844             esac
2845           fi
2846         else
2847           # FIXME: insert proper C++ library support
2848           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2849         fi
2850         ;;
2851     esac
2852     ;;
2853   interix3*)
2854     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2855     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2856     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2857     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2858     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2859     # Instead, shared libraries are loaded at an image base (0x10000000 by
2860     # default) and relocated if they conflict, which is a slow very memory
2861     # consuming and fragmenting process.  To avoid this, we pick a random,
2862     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2863     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2864     _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'
2865     _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'
2866     ;;
2867   irix5* | irix6*)
2868     case $cc_basename in
2869       CC*)
2870         # SGI C++
2871         _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'
2872
2873         # Archives containing C++ object files must be created using
2874         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2875         # necessary to make sure instantiated templates are included
2876         # in the archive.
2877         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2878         ;;
2879       *)
2880         if test "$GXX" = yes; then
2881           if test "$with_gnu_ld" = no; then
2882             _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'
2883           else
2884             _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'
2885           fi
2886         fi
2887         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2888         ;;
2889     esac
2890     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2891     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2892     ;;
2893   linux* | k*bsd*-gnu)
2894     case $cc_basename in
2895       KCC*)
2896         # Kuck and Associates, Inc. (KAI) C++ Compiler
2897
2898         # KCC will only create a shared library if the output file
2899         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2900         # to its proper name (with version) after linking.
2901         _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'
2902         _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'
2903         # Commands to make compiler produce verbose output that lists
2904         # what "hidden" libraries, object files and flags are used when
2905         # linking a shared library.
2906         #
2907         # There doesn't appear to be a way to prevent this compiler from
2908         # explicitly linking system object files so we need to strip them
2909         # from the output so that they don't get included in the library
2910         # dependencies.
2911         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'
2912
2913         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2914         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2915
2916         # Archives containing C++ object files must be created using
2917         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2918         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2919         ;;
2920       icpc*)
2921         # Intel C++
2922         with_gnu_ld=yes
2923         # version 8.0 and above of icpc choke on multiply defined symbols
2924         # if we add $predep_objects and $postdep_objects, however 7.1 and
2925         # earlier do not add the objects themselves.
2926         case `$CC -V 2>&1` in
2927         *"Version 7."*)
2928           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2929           _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'
2930           ;;
2931         *)  # Version 8.0 or newer
2932           tmp_idyn=
2933           case $host_cpu in
2934             ia64*) tmp_idyn=' -i_dynamic';;
2935           esac
2936           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2937           _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'
2938           ;;
2939         esac
2940         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2941         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2942         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2943         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2944         ;;
2945       pgCC*)
2946         # Portland Group C++ compiler
2947         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2948         _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'
2949
2950         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2951         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2952         _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'
2953         ;;
2954       cxx*)
2955         # Compaq C++
2956         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2957         _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'
2958
2959         runpath_var=LD_RUN_PATH
2960         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2961         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2962
2963         # Commands to make compiler produce verbose output that lists
2964         # what "hidden" libraries, object files and flags are used when
2965         # linking a shared library.
2966         #
2967         # There doesn't appear to be a way to prevent this compiler from
2968         # explicitly linking system object files so we need to strip them
2969         # from the output so that they don't get included in the library
2970         # dependencies.
2971         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'
2972         ;;
2973     esac
2974     ;;
2975   lynxos*)
2976     # FIXME: insert proper C++ library support
2977     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2978     ;;
2979   m88k*)
2980     # FIXME: insert proper C++ library support
2981     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2982     ;;
2983   mvs*)
2984     case $cc_basename in
2985       cxx*)
2986         # FIXME: insert proper C++ library support
2987         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2988         ;;
2989       *)
2990         # FIXME: insert proper C++ library support
2991         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2992         ;;
2993     esac
2994     ;;
2995   netbsd* | netbsdelf*-gnu)
2996     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2997       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2998       wlarc=
2999       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3000       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3001       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3002     fi
3003     # Workaround some broken pre-1.5 toolchains
3004     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3005     ;;
3006   openbsd2*)
3007     # C++ shared libraries are fairly broken
3008     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3009     ;;
3010   openbsd*)
3011     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3012     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3013     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3014     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3015     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3016       _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'
3017       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3018       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3019     fi
3020     output_verbose_link_cmd='echo'
3021     ;;
3022   osf3*)
3023     case $cc_basename in
3024       KCC*)
3025         # Kuck and Associates, Inc. (KAI) C++ Compiler
3026
3027         # KCC will only create a shared library if the output file
3028         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3029         # to its proper name (with version) after linking.
3030         _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'
3031
3032         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3033         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3034
3035         # Archives containing C++ object files must be created using
3036         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3037         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3038
3039         ;;
3040       RCC*)
3041         # Rational C++ 2.4.1
3042         # FIXME: insert proper C++ library support
3043         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3044         ;;
3045       cxx*)
3046         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3047         _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'
3048
3049         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3050         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3051
3052         # Commands to make compiler produce verbose output that lists
3053         # what "hidden" libraries, object files and flags are used when
3054         # linking a shared library.
3055         #
3056         # There doesn't appear to be a way to prevent this compiler from
3057         # explicitly linking system object files so we need to strip them
3058         # from the output so that they don't get included in the library
3059         # dependencies.
3060         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'
3061         ;;
3062       *)
3063         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3064           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3065           _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'
3066
3067           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3068           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3069
3070           # Commands to make compiler produce verbose output that lists
3071           # what "hidden" libraries, object files and flags are used when
3072           # linking a shared library.
3073           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3074
3075         else
3076           # FIXME: insert proper C++ library support
3077           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3078         fi
3079         ;;
3080     esac
3081     ;;
3082   osf4* | osf5*)
3083     case $cc_basename in
3084       KCC*)
3085         # Kuck and Associates, Inc. (KAI) C++ Compiler
3086
3087         # KCC will only create a shared library if the output file
3088         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3089         # to its proper name (with version) after linking.
3090         _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'
3091
3092         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3093         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3094
3095         # Archives containing C++ object files must be created using
3096         # the KAI C++ compiler.
3097         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3098         ;;
3099       RCC*)
3100         # Rational C++ 2.4.1
3101         # FIXME: insert proper C++ library support
3102         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3103         ;;
3104       cxx*)
3105         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3106         _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'
3107         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3108           echo "-hidden">> $lib.exp~
3109           $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~
3110           $rm $lib.exp'
3111
3112         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3113         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3114
3115         # Commands to make compiler produce verbose output that lists
3116         # what "hidden" libraries, object files and flags are used when
3117         # linking a shared library.
3118         #
3119         # There doesn't appear to be a way to prevent this compiler from
3120         # explicitly linking system object files so we need to strip them
3121         # from the output so that they don't get included in the library
3122         # dependencies.
3123         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'
3124         ;;
3125       *)
3126         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3127           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3128          _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'
3129
3130           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3131           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3132
3133           # Commands to make compiler produce verbose output that lists
3134           # what "hidden" libraries, object files and flags are used when
3135           # linking a shared library.
3136           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3137
3138         else
3139           # FIXME: insert proper C++ library support
3140           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3141         fi
3142         ;;
3143     esac
3144     ;;
3145   psos*)
3146     # FIXME: insert proper C++ library support
3147     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3148     ;;
3149   sunos4*)
3150     case $cc_basename in
3151       CC*)
3152         # Sun C++ 4.x
3153         # FIXME: insert proper C++ library support
3154         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3155         ;;
3156       lcc*)
3157         # Lucid
3158         # FIXME: insert proper C++ library support
3159         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3160         ;;
3161       *)
3162         # FIXME: insert proper C++ library support
3163         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3164         ;;
3165     esac
3166     ;;
3167   solaris*)
3168     case $cc_basename in
3169       CC*)
3170         # Sun C++ 4.2, 5.x and Centerline C++
3171         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3172         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3173         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3174         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3175         $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'
3176
3177         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3178         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3179         case $host_os in
3180           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3181           *)
3182             # The C++ compiler is used as linker so we must use $wl
3183             # flag to pass the commands to the underlying system
3184             # linker. We must also pass each convience library through
3185             # to the system linker between allextract/defaultextract.
3186             # The C++ compiler will combine linker options so we
3187             # cannot just pass the convience library names through
3188             # without $wl.
3189             # Supported since Solaris 2.6 (maybe 2.5.1?)
3190             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
3191             ;;
3192         esac
3193         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3194
3195         output_verbose_link_cmd='echo'
3196
3197         # Archives containing C++ object files must be created using
3198         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3199         # necessary to make sure instantiated templates are included
3200         # in the archive.
3201         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3202         ;;
3203       gcx*)
3204         # Green Hills C++ Compiler
3205         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3206
3207         # The C++ compiler must be used to create the archive.
3208         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3209         ;;
3210       *)
3211         # GNU C++ compiler with Solaris linker
3212         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3213           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3214           if $CC --version | grep -v '^2\.7' > /dev/null; then
3215             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3216             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3217                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3218
3219             # Commands to make compiler produce verbose output that lists
3220             # what "hidden" libraries, object files and flags are used when
3221             # linking a shared library.
3222             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3223           else
3224             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3225             # platform.
3226             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3227             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3228                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3229
3230             # Commands to make compiler produce verbose output that lists
3231             # what "hidden" libraries, object files and flags are used when
3232             # linking a shared library.
3233             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3234           fi
3235
3236           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3237         fi
3238         ;;
3239     esac
3240     ;;
3241   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3242     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3243     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3244     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3245     runpath_var='LD_RUN_PATH'
3246
3247     case $cc_basename in
3248       CC*)
3249         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3250         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3251         ;;
3252       *)
3253         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3254         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3255         ;;
3256     esac
3257     ;;
3258   sysv5* | sco3.2v5* | sco5v6*)
3259     # Note: We can NOT use -z defs as we might desire, because we do not
3260     # link with -lc, and that would cause any symbols used from libc to
3261     # always be unresolved, which means just about no library would
3262     # ever link correctly.  If we're not using GNU ld we use -z text
3263     # though, which does catch some bad symbols but isn't as heavy-handed
3264     # as -z defs.
3265     # For security reasons, it is highly recommended that you always
3266     # use absolute paths for naming shared libraries, and exclude the
3267     # DT_RUNPATH tag from executables and libraries.  But doing so
3268     # requires that you compile everything twice, which is a pain.
3269     # So that behaviour is only enabled if SCOABSPATH is set to a
3270     # non-empty value in the environment.  Most likely only useful for
3271     # creating official distributions of packages.
3272     # This is a hack until libtool officially supports absolute path
3273     # names for shared libraries.
3274     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3275     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3276     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3277     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3278     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3279     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3280     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3281     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3282     runpath_var='LD_RUN_PATH'
3283
3284     case $cc_basename in
3285       CC*)
3286         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3287         _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'
3288         ;;
3289       *)
3290         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3291         _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'
3292         ;;
3293     esac
3294     ;;
3295   tandem*)
3296     case $cc_basename in
3297       NCC*)
3298         # NonStop-UX NCC 3.20
3299         # FIXME: insert proper C++ library support
3300         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3301         ;;
3302       *)
3303         # FIXME: insert proper C++ library support
3304         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3305         ;;
3306     esac
3307     ;;
3308   vxworks*)
3309     # FIXME: insert proper C++ library support
3310     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3311     ;;
3312   *)
3313     # FIXME: insert proper C++ library support
3314     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3315     ;;
3316 esac
3317 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3318 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3319
3320 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3321 _LT_AC_TAGVAR(LD, $1)="$LD"
3322
3323 ## CAVEAT EMPTOR:
3324 ## There is no encapsulation within the following macros, do not change
3325 ## the running order or otherwise move them around unless you know exactly
3326 ## what you are doing...
3327 AC_LIBTOOL_POSTDEP_PREDEP($1)
3328 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3329 AC_LIBTOOL_PROG_CC_C_O($1)
3330 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3331 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3332 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3333 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3334
3335 AC_LIBTOOL_CONFIG($1)
3336
3337 AC_LANG_POP
3338 CC=$lt_save_CC
3339 LDCXX=$LD
3340 LD=$lt_save_LD
3341 GCC=$lt_save_GCC
3342 with_gnu_ldcxx=$with_gnu_ld
3343 with_gnu_ld=$lt_save_with_gnu_ld
3344 lt_cv_path_LDCXX=$lt_cv_path_LD
3345 lt_cv_path_LD=$lt_save_path_LD
3346 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3347 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3348 ])
3349 m4trace:/usr/share/aclocal/libtool.m4:3727: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3350 dnl we can't use the lt_simple_compile_test_code here,
3351 dnl because it contains code intended for an executable,
3352 dnl not a library.  It's possible we should let each
3353 dnl tag define a new lt_????_link_test_code variable,
3354 dnl but it's only used here...
3355 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3356 int a;
3357 void foo (void) { a = 0; }
3358 EOF
3359 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3360 class Foo
3361 {
3362 public:
3363   Foo (void) { a = 0; }
3364 private:
3365   int a;
3366 };
3367 EOF
3368 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3369       subroutine foo
3370       implicit none
3371       integer*4 a
3372       a=0
3373       return
3374       end
3375 EOF
3376 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3377 public class foo {
3378   private int a;
3379   public void bar (void) {
3380     a = 0;
3381   }
3382 };
3383 EOF
3384 ])
3385 dnl Parse the compiler output and extract the necessary
3386 dnl objects, libraries and library flags.
3387 if AC_TRY_EVAL(ac_compile); then
3388   # Parse the compiler output and extract the necessary
3389   # objects, libraries and library flags.
3390
3391   # Sentinel used to keep track of whether or not we are before
3392   # the conftest object file.
3393   pre_test_object_deps_done=no
3394
3395   # The `*' in the case matches for architectures that use `case' in
3396   # $output_verbose_cmd can trigger glob expansion during the loop
3397   # eval without this substitution.
3398   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3399
3400   for p in `eval $output_verbose_link_cmd`; do
3401     case $p in
3402
3403     -L* | -R* | -l*)
3404        # Some compilers place space between "-{L,R}" and the path.
3405        # Remove the space.
3406        if test $p = "-L" \
3407           || test $p = "-R"; then
3408          prev=$p
3409          continue
3410        else
3411          prev=
3412        fi
3413
3414        if test "$pre_test_object_deps_done" = no; then
3415          case $p in
3416          -L* | -R*)
3417            # Internal compiler library paths should come after those
3418            # provided the user.  The postdeps already come after the
3419            # user supplied libs so there is no need to process them.
3420            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3421              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3422            else
3423              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3424            fi
3425            ;;
3426          # The "-l" case would never come before the object being
3427          # linked, so don't bother handling this case.
3428          esac
3429        else
3430          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3431            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3432          else
3433            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3434          fi
3435        fi
3436        ;;
3437
3438     *.$objext)
3439        # This assumes that the test object file only shows up
3440        # once in the compiler output.
3441        if test "$p" = "conftest.$objext"; then
3442          pre_test_object_deps_done=yes
3443          continue
3444        fi
3445
3446        if test "$pre_test_object_deps_done" = no; then
3447          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3448            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3449          else
3450            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3451          fi
3452        else
3453          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3454            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3455          else
3456            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3457          fi
3458        fi
3459        ;;
3460
3461     *) ;; # Ignore the rest.
3462
3463     esac
3464   done
3465
3466   # Clean up.
3467   rm -f a.out a.exe
3468 else
3469   echo "libtool.m4: error: problem compiling $1 test program"
3470 fi
3471
3472 $rm -f confest.$objext
3473
3474 # PORTME: override above test on systems where it is broken
3475 ifelse([$1],[CXX],
3476 [case $host_os in
3477 interix3*)
3478   # Interix 3.5 installs completely hosed .la files for C++, so rather than
3479   # hack all around it, let's just trust "g++" to DTRT.
3480   _LT_AC_TAGVAR(predep_objects,$1)=
3481   _LT_AC_TAGVAR(postdep_objects,$1)=
3482   _LT_AC_TAGVAR(postdeps,$1)=
3483   ;;
3484
3485 solaris*)
3486   case $cc_basename in
3487   CC*)
3488     # Adding this requires a known-good setup of shared libraries for
3489     # Sun compiler versions before 5.6, else PIC objects from an old
3490     # archive will be linked into the output, leading to subtle bugs.
3491     _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3492     ;;
3493   esac
3494   ;;
3495 esac
3496 ])
3497
3498 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3499 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3500 esac
3501 ])
3502 m4trace:/usr/share/aclocal/libtool.m4:3886: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3503 m4trace:/usr/share/aclocal/libtool.m4:3887: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3504 AC_LANG_PUSH(Fortran 77)
3505
3506 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3507 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3508 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3509 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3510 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3511 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3512 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3513 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3514 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3515 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3516 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3517 _LT_AC_TAGVAR(module_cmds, $1)=
3518 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3519 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3520 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3521 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3522 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3523 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3524
3525 # Source file extension for f77 test sources.
3526 ac_ext=f
3527
3528 # Object file extension for compiled f77 test sources.
3529 objext=o
3530 _LT_AC_TAGVAR(objext, $1)=$objext
3531
3532 # Code to be used in simple compile tests
3533 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3534
3535 # Code to be used in simple link tests
3536 lt_simple_link_test_code="      program t\n      end\n"
3537
3538 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3539 _LT_AC_SYS_COMPILER
3540
3541 # save warnings/boilerplate of simple test code
3542 _LT_COMPILER_BOILERPLATE
3543 _LT_LINKER_BOILERPLATE
3544
3545 # Allow CC to be a program name with arguments.
3546 lt_save_CC="$CC"
3547 CC=${F77-"f77"}
3548 compiler=$CC
3549 _LT_AC_TAGVAR(compiler, $1)=$CC
3550 _LT_CC_BASENAME([$compiler])
3551
3552 AC_MSG_CHECKING([if libtool supports shared libraries])
3553 AC_MSG_RESULT([$can_build_shared])
3554
3555 AC_MSG_CHECKING([whether to build shared libraries])
3556 test "$can_build_shared" = "no" && enable_shared=no
3557
3558 # On AIX, shared libraries and static libraries use the same namespace, and
3559 # are all built from PIC.
3560 case $host_os in
3561 aix3*)
3562   test "$enable_shared" = yes && enable_static=no
3563   if test -n "$RANLIB"; then
3564     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3565     postinstall_cmds='$RANLIB $lib'
3566   fi
3567   ;;
3568 aix4* | aix5*)
3569   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3570     test "$enable_shared" = yes && enable_static=no
3571   fi
3572   ;;
3573 esac
3574 AC_MSG_RESULT([$enable_shared])
3575
3576 AC_MSG_CHECKING([whether to build static libraries])
3577 # Make sure either enable_shared or enable_static is yes.
3578 test "$enable_shared" = yes || enable_static=yes
3579 AC_MSG_RESULT([$enable_static])
3580
3581 _LT_AC_TAGVAR(GCC, $1)="$G77"
3582 _LT_AC_TAGVAR(LD, $1)="$LD"
3583
3584 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3585 AC_LIBTOOL_PROG_CC_C_O($1)
3586 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3587 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3588 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3589 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3590
3591 AC_LIBTOOL_CONFIG($1)
3592
3593 AC_LANG_POP
3594 CC="$lt_save_CC"
3595 ])
3596 m4trace:/usr/share/aclocal/libtool.m4:3988: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3597 m4trace:/usr/share/aclocal/libtool.m4:3989: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3598
3599 # Source file extension for Java test sources.
3600 ac_ext=java
3601
3602 # Object file extension for compiled Java test sources.
3603 objext=o
3604 _LT_AC_TAGVAR(objext, $1)=$objext
3605
3606 # Code to be used in simple compile tests
3607 lt_simple_compile_test_code="class foo {}\n"
3608
3609 # Code to be used in simple link tests
3610 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3611
3612 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3613 _LT_AC_SYS_COMPILER
3614
3615 # save warnings/boilerplate of simple test code
3616 _LT_COMPILER_BOILERPLATE
3617 _LT_LINKER_BOILERPLATE
3618
3619 # Allow CC to be a program name with arguments.
3620 lt_save_CC="$CC"
3621 CC=${GCJ-"gcj"}
3622 compiler=$CC
3623 _LT_AC_TAGVAR(compiler, $1)=$CC
3624 _LT_CC_BASENAME([$compiler])
3625
3626 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3627 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3628
3629 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3630
3631 ## CAVEAT EMPTOR:
3632 ## There is no encapsulation within the following macros, do not change
3633 ## the running order or otherwise move them around unless you know exactly
3634 ## what you are doing...
3635 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3636 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3637 AC_LIBTOOL_PROG_CC_C_O($1)
3638 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3639 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3640 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3641 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3642
3643 AC_LIBTOOL_CONFIG($1)
3644
3645 AC_LANG_RESTORE
3646 CC="$lt_save_CC"
3647 ])
3648 m4trace:/usr/share/aclocal/libtool.m4:4048: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3649 m4trace:/usr/share/aclocal/libtool.m4:4049: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3650
3651 # Source file extension for RC test sources.
3652 ac_ext=rc
3653
3654 # Object file extension for compiled RC test sources.
3655 objext=o
3656 _LT_AC_TAGVAR(objext, $1)=$objext
3657
3658 # Code to be used in simple compile tests
3659 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3660
3661 # Code to be used in simple link tests
3662 lt_simple_link_test_code="$lt_simple_compile_test_code"
3663
3664 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3665 _LT_AC_SYS_COMPILER
3666
3667 # save warnings/boilerplate of simple test code
3668 _LT_COMPILER_BOILERPLATE
3669 _LT_LINKER_BOILERPLATE
3670
3671 # Allow CC to be a program name with arguments.
3672 lt_save_CC="$CC"
3673 CC=${RC-"windres"}
3674 compiler=$CC
3675 _LT_AC_TAGVAR(compiler, $1)=$CC
3676 _LT_CC_BASENAME([$compiler])
3677 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3678
3679 AC_LIBTOOL_CONFIG($1)
3680
3681 AC_LANG_RESTORE
3682 CC="$lt_save_CC"
3683 ])
3684 m4trace:/usr/share/aclocal/libtool.m4:4093: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3685 # libtool distribution, otherwise you forgot to ship ltmain.sh
3686 # with your package, and you will get complaints that there are
3687 # no rules to generate ltmain.sh.
3688 if test -f "$ltmain"; then
3689   # See if we are running on zsh, and set the options which allow our commands through
3690   # without removal of \ escapes.
3691   if test -n "${ZSH_VERSION+set}" ; then
3692     setopt NO_GLOB_SUBST
3693   fi
3694   # Now quote all the things that may contain metacharacters while being
3695   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3696   # variables and quote the copies for generation of the libtool script.
3697   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3698     SED SHELL STRIP \
3699     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3700     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3701     deplibs_check_method reload_flag reload_cmds need_locks \
3702     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3703     lt_cv_sys_global_symbol_to_c_name_address \
3704     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3705     old_postinstall_cmds old_postuninstall_cmds \
3706     _LT_AC_TAGVAR(compiler, $1) \
3707     _LT_AC_TAGVAR(CC, $1) \
3708     _LT_AC_TAGVAR(LD, $1) \
3709     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3710     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3711     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3712     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3713     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3714     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3715     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3716     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3717     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3718     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3719     _LT_AC_TAGVAR(predep_objects, $1) \
3720     _LT_AC_TAGVAR(postdep_objects, $1) \
3721     _LT_AC_TAGVAR(predeps, $1) \
3722     _LT_AC_TAGVAR(postdeps, $1) \
3723     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3724     _LT_AC_TAGVAR(archive_cmds, $1) \
3725     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3726     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3727     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3728     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3729     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3730     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3731     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3732     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3733     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3734     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3735     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3736     _LT_AC_TAGVAR(module_cmds, $1) \
3737     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3738     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3739     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3740     _LT_AC_TAGVAR(include_expsyms, $1); do
3741
3742     case $var in
3743     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3744     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3745     _LT_AC_TAGVAR(archive_cmds, $1) | \
3746     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3747     _LT_AC_TAGVAR(module_cmds, $1) | \
3748     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3749     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3750     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3751     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3752     postinstall_cmds | postuninstall_cmds | \
3753     old_postinstall_cmds | old_postuninstall_cmds | \
3754     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3755       # Double-quote double-evaled strings.
3756       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3757       ;;
3758     *)
3759       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3760       ;;
3761     esac
3762   done
3763
3764   case $lt_echo in
3765   *'\[$]0 --fallback-echo"')
3766     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3767     ;;
3768   esac
3769
3770 ifelse([$1], [],
3771   [cfgfile="${ofile}T"
3772   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3773   $rm -f "$cfgfile"
3774   AC_MSG_NOTICE([creating $ofile])],
3775   [cfgfile="$ofile"])
3776
3777   cat <<__EOF__ >> "$cfgfile"
3778 ifelse([$1], [],
3779 [#! $SHELL
3780
3781 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3782 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3783 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3784 #
3785 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3786 # Free Software Foundation, Inc.
3787 #
3788 # This file is part of GNU Libtool:
3789 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3790 #
3791 # This program is free software; you can redistribute it and/or modify
3792 # it under the terms of the GNU General Public License as published by
3793 # the Free Software Foundation; either version 2 of the License, or
3794 # (at your option) any later version.
3795 #
3796 # This program is distributed in the hope that it will be useful, but
3797 # WITHOUT ANY WARRANTY; without even the implied warranty of
3798 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3799 # General Public License for more details.
3800 #
3801 # You should have received a copy of the GNU General Public License
3802 # along with this program; if not, write to the Free Software
3803 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3804 #
3805 # As a special exception to the GNU General Public License, if you
3806 # distribute this file as part of a program that contains a
3807 # configuration script generated by Autoconf, you may include it under
3808 # the same distribution terms that you use for the rest of that program.
3809
3810 # A sed program that does not truncate output.
3811 SED=$lt_SED
3812
3813 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3814 Xsed="$SED -e 1s/^X//"
3815
3816 # The HP-UX ksh and POSIX shell print the target directory to stdout
3817 # if CDPATH is set.
3818 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3819
3820 # The names of the tagged configurations supported by this script.
3821 available_tags=
3822
3823 # ### BEGIN LIBTOOL CONFIG],
3824 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3825
3826 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3827
3828 # Shell to use when invoking shell scripts.
3829 SHELL=$lt_SHELL
3830
3831 # Whether or not to build shared libraries.
3832 build_libtool_libs=$enable_shared
3833
3834 # Whether or not to build static libraries.
3835 build_old_libs=$enable_static
3836
3837 # Whether or not to add -lc for building shared libraries.
3838 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3839
3840 # Whether or not to disallow shared libs when runtime libs are static
3841 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3842
3843 # Whether or not to optimize for fast installation.
3844 fast_install=$enable_fast_install
3845
3846 # The host system.
3847 host_alias=$host_alias
3848 host=$host
3849 host_os=$host_os
3850
3851 # The build system.
3852 build_alias=$build_alias
3853 build=$build
3854 build_os=$build_os
3855
3856 # An echo program that does not interpret backslashes.
3857 echo=$lt_echo
3858
3859 # The archiver.
3860 AR=$lt_AR
3861 AR_FLAGS=$lt_AR_FLAGS
3862
3863 # A C compiler.
3864 LTCC=$lt_LTCC
3865
3866 # LTCC compiler flags.
3867 LTCFLAGS=$lt_LTCFLAGS
3868
3869 # A language-specific compiler.
3870 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3871
3872 # Is the compiler the GNU C compiler?
3873 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3874
3875 # An ERE matcher.
3876 EGREP=$lt_EGREP
3877
3878 # The linker used to build libraries.
3879 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3880
3881 # Whether we need hard or soft links.
3882 LN_S=$lt_LN_S
3883
3884 # A BSD-compatible nm program.
3885 NM=$lt_NM
3886
3887 # A symbol stripping program
3888 STRIP=$lt_STRIP
3889
3890 # Used to examine libraries when file_magic_cmd begins "file"
3891 MAGIC_CMD=$MAGIC_CMD
3892
3893 # Used on cygwin: DLL creation program.
3894 DLLTOOL="$DLLTOOL"
3895
3896 # Used on cygwin: object dumper.
3897 OBJDUMP="$OBJDUMP"
3898
3899 # Used on cygwin: assembler.
3900 AS="$AS"
3901
3902 # The name of the directory that contains temporary libtool files.
3903 objdir=$objdir
3904
3905 # How to create reloadable object files.
3906 reload_flag=$lt_reload_flag
3907 reload_cmds=$lt_reload_cmds
3908
3909 # How to pass a linker flag through the compiler.
3910 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3911
3912 # Object file suffix (normally "o").
3913 objext="$ac_objext"
3914
3915 # Old archive suffix (normally "a").
3916 libext="$libext"
3917
3918 # Shared library suffix (normally ".so").
3919 shrext_cmds='$shrext_cmds'
3920
3921 # Executable file suffix (normally "").
3922 exeext="$exeext"
3923
3924 # Additional compiler flags for building library objects.
3925 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3926 pic_mode=$pic_mode
3927
3928 # What is the maximum length of a command?
3929 max_cmd_len=$lt_cv_sys_max_cmd_len
3930
3931 # Does compiler simultaneously support -c and -o options?
3932 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3933
3934 # Must we lock files when doing compilation?
3935 need_locks=$lt_need_locks
3936
3937 # Do we need the lib prefix for modules?
3938 need_lib_prefix=$need_lib_prefix
3939
3940 # Do we need a version for libraries?
3941 need_version=$need_version
3942
3943 # Whether dlopen is supported.
3944 dlopen_support=$enable_dlopen
3945
3946 # Whether dlopen of programs is supported.
3947 dlopen_self=$enable_dlopen_self
3948
3949 # Whether dlopen of statically linked programs is supported.
3950 dlopen_self_static=$enable_dlopen_self_static
3951
3952 # Compiler flag to prevent dynamic linking.
3953 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3954
3955 # Compiler flag to turn off builtin functions.
3956 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3957
3958 # Compiler flag to allow reflexive dlopens.
3959 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3960
3961 # Compiler flag to generate shared objects directly from archives.
3962 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3963
3964 # Compiler flag to generate thread-safe objects.
3965 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3966
3967 # Library versioning type.
3968 version_type=$version_type
3969
3970 # Format of library name prefix.
3971 libname_spec=$lt_libname_spec
3972
3973 # List of archive names.  First name is the real one, the rest are links.
3974 # The last name is the one that the linker finds with -lNAME.
3975 library_names_spec=$lt_library_names_spec
3976
3977 # The coded name of the library, if different from the real name.
3978 soname_spec=$lt_soname_spec
3979
3980 # Commands used to build and install an old-style archive.
3981 RANLIB=$lt_RANLIB
3982 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3983 old_postinstall_cmds=$lt_old_postinstall_cmds
3984 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3985
3986 # Create an old-style archive from a shared archive.
3987 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3988
3989 # Create a temporary old-style archive to link instead of a shared archive.
3990 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3991
3992 # Commands used to build and install a shared archive.
3993 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3994 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3995 postinstall_cmds=$lt_postinstall_cmds
3996 postuninstall_cmds=$lt_postuninstall_cmds
3997
3998 # Commands used to build a loadable module (assumed same as above if empty)
3999 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4000 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4001
4002 # Commands to strip libraries.
4003 old_striplib=$lt_old_striplib
4004 striplib=$lt_striplib
4005
4006 # Dependencies to place before the objects being linked to create a
4007 # shared library.
4008 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4009
4010 # Dependencies to place after the objects being linked to create a
4011 # shared library.
4012 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4013
4014 # Dependencies to place before the objects being linked to create a
4015 # shared library.
4016 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4017
4018 # Dependencies to place after the objects being linked to create a
4019 # shared library.
4020 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4021
4022 # The library search path used internally by the compiler when linking
4023 # a shared library.
4024 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4025
4026 # Method to check whether dependent libraries are shared objects.
4027 deplibs_check_method=$lt_deplibs_check_method
4028
4029 # Command to use when deplibs_check_method == file_magic.
4030 file_magic_cmd=$lt_file_magic_cmd
4031
4032 # Flag that allows shared libraries with undefined symbols to be built.
4033 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4034
4035 # Flag that forces no undefined symbols.
4036 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4037
4038 # Commands used to finish a libtool library installation in a directory.
4039 finish_cmds=$lt_finish_cmds
4040
4041 # Same as above, but a single script fragment to be evaled but not shown.
4042 finish_eval=$lt_finish_eval
4043
4044 # Take the output of nm and produce a listing of raw symbols and C names.
4045 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4046
4047 # Transform the output of nm in a proper C declaration
4048 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4049
4050 # Transform the output of nm in a C name address pair
4051 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4052
4053 # This is the shared library runtime path variable.
4054 runpath_var=$runpath_var
4055
4056 # This is the shared library path variable.
4057 shlibpath_var=$shlibpath_var
4058
4059 # Is shlibpath searched before the hard-coded library search path?
4060 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4061
4062 # How to hardcode a shared library path into an executable.
4063 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4064
4065 # Whether we should hardcode library paths into libraries.
4066 hardcode_into_libs=$hardcode_into_libs
4067
4068 # Flag to hardcode \$libdir into a binary during linking.
4069 # This must work even if \$libdir does not exist.
4070 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4071
4072 # If ld is used when linking, flag to hardcode \$libdir into
4073 # a binary during linking. This must work even if \$libdir does
4074 # not exist.
4075 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4076
4077 # Whether we need a single -rpath flag with a separated argument.
4078 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4079
4080 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4081 # resulting binary.
4082 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4083
4084 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4085 # resulting binary.
4086 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4087
4088 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4089 # the resulting binary.
4090 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4091
4092 # Set to yes if building a shared library automatically hardcodes DIR into the library
4093 # and all subsequent libraries and executables linked against it.
4094 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4095
4096 # Variables whose values should be saved in libtool wrapper scripts and
4097 # restored at relink time.
4098 variables_saved_for_relink="$variables_saved_for_relink"
4099
4100 # Whether libtool must link a program against all its dependency libraries.
4101 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4102
4103 # Compile-time system search path for libraries
4104 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4105
4106 # Run-time system search path for libraries
4107 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4108
4109 # Fix the shell variable \$srcfile for the compiler.
4110 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4111
4112 # Set to yes if exported symbols are required.
4113 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4114
4115 # The commands to list exported symbols.
4116 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4117
4118 # The commands to extract the exported symbol list from a shared archive.
4119 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4120
4121 # Symbols that should not be listed in the preloaded symbols.
4122 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4123
4124 # Symbols that must always be exported.
4125 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4126
4127 ifelse([$1],[],
4128 [# ### END LIBTOOL CONFIG],
4129 [# ### END LIBTOOL TAG CONFIG: $tagname])
4130
4131 __EOF__
4132
4133 ifelse([$1],[], [
4134   case $host_os in
4135   aix3*)
4136     cat <<\EOF >> "$cfgfile"
4137
4138 # AIX sometimes has problems with the GCC collect2 program.  For some
4139 # reason, if we set the COLLECT_NAMES environment variable, the problems
4140 # vanish in a puff of smoke.
4141 if test "X${COLLECT_NAMES+set}" != Xset; then
4142   COLLECT_NAMES=
4143   export COLLECT_NAMES
4144 fi
4145 EOF
4146     ;;
4147   esac
4148
4149   # We use sed instead of cat because bash on DJGPP gets confused if
4150   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4151   # text mode, it properly converts lines to CR/LF.  This bash problem
4152   # is reportedly fixed, but why not run on old versions too?
4153   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4154
4155   mv -f "$cfgfile" "$ofile" || \
4156     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4157   chmod +x "$ofile"
4158 ])
4159 else
4160   # If there is no Makefile yet, we rely on a make rule to execute
4161   # `config.status --recheck' to rerun these tests and create the
4162   # libtool script then.
4163   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4164   if test -f "$ltmain_in"; then
4165     test -f Makefile && make "$ltmain"
4166   fi
4167 fi
4168 ])
4169 m4trace:/usr/share/aclocal/libtool.m4:4583: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4170
4171 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4172
4173 if test "$GCC" = yes; then
4174   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4175
4176   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4177     lt_cv_prog_compiler_rtti_exceptions,
4178     [-fno-rtti -fno-exceptions], [],
4179     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4180 fi
4181 ])
4182 m4trace:/usr/share/aclocal/libtool.m4:4601: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4183 AC_REQUIRE([AC_PROG_NM])
4184 AC_REQUIRE([AC_OBJEXT])
4185 # Check for command to grab the raw symbol name followed by C symbol from nm.
4186 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4187 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4188 [
4189 # These are sane defaults that work on at least a few old systems.
4190 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4191
4192 # Character class describing NM global symbol codes.
4193 symcode='[[BCDEGRST]]'
4194
4195 # Regexp to match symbols that can be accessed directly from C.
4196 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4197
4198 # Transform an extracted symbol line into a proper C declaration
4199 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4200
4201 # Transform an extracted symbol line into symbol name and symbol address
4202 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'"
4203
4204 # Define system-specific variables.
4205 case $host_os in
4206 aix*)
4207   symcode='[[BCDT]]'
4208   ;;
4209 cygwin* | mingw* | pw32*)
4210   symcode='[[ABCDGISTW]]'
4211   ;;
4212 hpux*) # Its linker distinguishes data from code symbols
4213   if test "$host_cpu" = ia64; then
4214     symcode='[[ABCDEGRST]]'
4215   fi
4216   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4217   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'"
4218   ;;
4219 linux* | k*bsd*-gnu)
4220   if test "$host_cpu" = ia64; then
4221     symcode='[[ABCDGIRSTW]]'
4222     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4223     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'"
4224   fi
4225   ;;
4226 irix* | nonstopux*)
4227   symcode='[[BCDEGRST]]'
4228   ;;
4229 osf*)
4230   symcode='[[BCDEGQRST]]'
4231   ;;
4232 solaris*)
4233   symcode='[[BDRT]]'
4234   ;;
4235 sco3.2v5*)
4236   symcode='[[DT]]'
4237   ;;
4238 sysv4.2uw2*)
4239   symcode='[[DT]]'
4240   ;;
4241 sysv5* | sco5v6* | unixware* | OpenUNIX*)
4242   symcode='[[ABDT]]'
4243   ;;
4244 sysv4)
4245   symcode='[[DFNSTU]]'
4246   ;;
4247 esac
4248
4249 # Handle CRLF in mingw tool chain
4250 opt_cr=
4251 case $build_os in
4252 mingw*)
4253   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4254   ;;
4255 esac
4256
4257 # If we're using GNU nm, then use its standard symbol codes.
4258 case `$NM -V 2>&1` in
4259 *GNU* | *'with BFD'*)
4260   symcode='[[ABCDGIRSTW]]' ;;
4261 esac
4262
4263 # Try without a prefix undercore, then with it.
4264 for ac_symprfx in "" "_"; do
4265
4266   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4267   symxfrm="\\1 $ac_symprfx\\2 \\2"
4268
4269   # Write the raw and C identifiers.
4270   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4271
4272   # Check to see that the pipe works correctly.
4273   pipe_works=no
4274
4275   rm -f conftest*
4276   cat > conftest.$ac_ext <<EOF
4277 #ifdef __cplusplus
4278 extern "C" {
4279 #endif
4280 char nm_test_var;
4281 void nm_test_func(){}
4282 #ifdef __cplusplus
4283 }
4284 #endif
4285 int main(){nm_test_var='a';nm_test_func();return(0);}
4286 EOF
4287
4288   if AC_TRY_EVAL(ac_compile); then
4289     # Now try to grab the symbols.
4290     nlist=conftest.nm
4291     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4292       # Try sorting and uniquifying the output.
4293       if sort "$nlist" | uniq > "$nlist"T; then
4294         mv -f "$nlist"T "$nlist"
4295       else
4296         rm -f "$nlist"T
4297       fi
4298
4299       # Make sure that we snagged all the symbols we need.
4300       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4301         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4302           cat <<EOF > conftest.$ac_ext
4303 #ifdef __cplusplus
4304 extern "C" {
4305 #endif
4306
4307 EOF
4308           # Now generate the symbol file.
4309           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4310
4311           cat <<EOF >> conftest.$ac_ext
4312 #if defined (__STDC__) && __STDC__
4313 # define lt_ptr_t void *
4314 #else
4315 # define lt_ptr_t char *
4316 # define const
4317 #endif
4318
4319 /* The mapping between symbol names and symbols. */
4320 const struct {
4321   const char *name;
4322   lt_ptr_t address;
4323 }
4324 lt_preloaded_symbols[[]] =
4325 {
4326 EOF
4327           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4328           cat <<\EOF >> conftest.$ac_ext
4329   {0, (lt_ptr_t) 0}
4330 };
4331
4332 #ifdef __cplusplus
4333 }
4334 #endif
4335 EOF
4336           # Now try linking the two files.
4337           mv conftest.$ac_objext conftstm.$ac_objext
4338           lt_save_LIBS="$LIBS"
4339           lt_save_CFLAGS="$CFLAGS"
4340           LIBS="conftstm.$ac_objext"
4341           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4342           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4343             pipe_works=yes
4344           fi
4345           LIBS="$lt_save_LIBS"
4346           CFLAGS="$lt_save_CFLAGS"
4347         else
4348           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4349         fi
4350       else
4351         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4352       fi
4353     else
4354       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4355     fi
4356   else
4357     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4358     cat conftest.$ac_ext >&5
4359   fi
4360   rm -f conftest* conftst*
4361
4362   # Do not use the global_symbol_pipe unless it works.
4363   if test "$pipe_works" = yes; then
4364     break
4365   else
4366     lt_cv_sys_global_symbol_pipe=
4367   fi
4368 done
4369 ])
4370 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4371   lt_cv_sys_global_symbol_to_cdecl=
4372 fi
4373 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4374   AC_MSG_RESULT(failed)
4375 else
4376   AC_MSG_RESULT(ok)
4377 fi
4378 ])
4379 m4trace:/usr/share/aclocal/libtool.m4:4803: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4380 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4381 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4382
4383 AC_MSG_CHECKING([for $compiler option to produce PIC])
4384  ifelse([$1],[CXX],[
4385   # C++ specific cases for pic, static, wl, etc.
4386   if test "$GXX" = yes; then
4387     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4388     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4389
4390     case $host_os in
4391     aix*)
4392       # All AIX code is PIC.
4393       if test "$host_cpu" = ia64; then
4394         # AIX 5 now supports IA64 processor
4395         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4396       fi
4397       ;;
4398     amigaos*)
4399       # FIXME: we need at least 68020 code to build shared libraries, but
4400       # adding the `-m68020' flag to GCC prevents building anything better,
4401       # like `-m68040'.
4402       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4403       ;;
4404     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4405       # PIC is the default for these OSes.
4406       ;;
4407     mingw* | os2* | pw32*)
4408       # This hack is so that the source file can tell whether it is being
4409       # built for inclusion in a dll (and should export symbols for example).
4410       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4411       ;;
4412     darwin* | rhapsody*)
4413       # PIC is the default on this platform
4414       # Common symbols not allowed in MH_DYLIB files
4415       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4416       ;;
4417     *djgpp*)
4418       # DJGPP does not support shared libraries at all
4419       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4420       ;;
4421     interix3*)
4422       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4423       # Instead, we relocate shared libraries at runtime.
4424       ;;
4425     sysv4*MP*)
4426       if test -d /usr/nec; then
4427         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4428       fi
4429       ;;
4430     hpux*)
4431       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4432       # not for PA HP-UX.
4433       case $host_cpu in
4434       hppa*64*|ia64*)
4435         ;;
4436       *)
4437         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4438         ;;
4439       esac
4440       ;;
4441     *)
4442       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4443       ;;
4444     esac
4445   else
4446     case $host_os in
4447       aix4* | aix5*)
4448         # All AIX code is PIC.
4449         if test "$host_cpu" = ia64; then
4450           # AIX 5 now supports IA64 processor
4451           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4452         else
4453           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4454         fi
4455         ;;
4456       chorus*)
4457         case $cc_basename in
4458         cxch68*)
4459           # Green Hills C++ Compiler
4460           # _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"
4461           ;;
4462         esac
4463         ;;
4464        darwin*)
4465          # PIC is the default on this platform
4466          # Common symbols not allowed in MH_DYLIB files
4467          case $cc_basename in
4468            xlc*)
4469            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4470            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4471            ;;
4472          esac
4473        ;;
4474       dgux*)
4475         case $cc_basename in
4476           ec++*)
4477             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4478             ;;
4479           ghcx*)
4480             # Green Hills C++ Compiler
4481             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4482             ;;
4483           *)
4484             ;;
4485         esac
4486         ;;
4487       freebsd* | dragonfly*)
4488         # FreeBSD uses GNU C++
4489         ;;
4490       hpux9* | hpux10* | hpux11*)
4491         case $cc_basename in
4492           CC*)
4493             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4494             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4495             if test "$host_cpu" != ia64; then
4496               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4497             fi
4498             ;;
4499           aCC*)
4500             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4501             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4502             case $host_cpu in
4503             hppa*64*|ia64*)
4504               # +Z the default
4505               ;;
4506             *)
4507               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4508               ;;
4509             esac
4510             ;;
4511           *)
4512             ;;
4513         esac
4514         ;;
4515       interix*)
4516         # This is c89, which is MS Visual C++ (no shared libs)
4517         # Anyone wants to do a port?
4518         ;;
4519       irix5* | irix6* | nonstopux*)
4520         case $cc_basename in
4521           CC*)
4522             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4523             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4524             # CC pic flag -KPIC is the default.
4525             ;;
4526           *)
4527             ;;
4528         esac
4529         ;;
4530       linux* | k*bsd*-gnu)
4531         case $cc_basename in
4532           KCC*)
4533             # KAI C++ Compiler
4534             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4535             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4536             ;;
4537           icpc* | ecpc*)
4538             # Intel C++
4539             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4540             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4541             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4542             ;;
4543           pgCC*)
4544             # Portland Group C++ compiler.
4545             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4546             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4547             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4548             ;;
4549           cxx*)
4550             # Compaq C++
4551             # Make sure the PIC flag is empty.  It appears that all Alpha
4552             # Linux and Compaq Tru64 Unix objects are PIC.
4553             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4555             ;;
4556           *)
4557             ;;
4558         esac
4559         ;;
4560       lynxos*)
4561         ;;
4562       m88k*)
4563         ;;
4564       mvs*)
4565         case $cc_basename in
4566           cxx*)
4567             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4568             ;;
4569           *)
4570             ;;
4571         esac
4572         ;;
4573       netbsd* | netbsdelf*-gnu)
4574         ;;
4575       osf3* | osf4* | osf5*)
4576         case $cc_basename in
4577           KCC*)
4578             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4579             ;;
4580           RCC*)
4581             # Rational C++ 2.4.1
4582             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4583             ;;
4584           cxx*)
4585             # Digital/Compaq C++
4586             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4587             # Make sure the PIC flag is empty.  It appears that all Alpha
4588             # Linux and Compaq Tru64 Unix objects are PIC.
4589             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4590             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4591             ;;
4592           *)
4593             ;;
4594         esac
4595         ;;
4596       psos*)
4597         ;;
4598       solaris*)
4599         case $cc_basename in
4600           CC*)
4601             # Sun C++ 4.2, 5.x and Centerline C++
4602             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4603             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4604             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4605             ;;
4606           gcx*)
4607             # Green Hills C++ Compiler
4608             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4609             ;;
4610           *)
4611             ;;
4612         esac
4613         ;;
4614       sunos4*)
4615         case $cc_basename in
4616           CC*)
4617             # Sun C++ 4.x
4618             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4619             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4620             ;;
4621           lcc*)
4622             # Lucid
4623             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4624             ;;
4625           *)
4626             ;;
4627         esac
4628         ;;
4629       tandem*)
4630         case $cc_basename in
4631           NCC*)
4632             # NonStop-UX NCC 3.20
4633             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4634             ;;
4635           *)
4636             ;;
4637         esac
4638         ;;
4639       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4640         case $cc_basename in
4641           CC*)
4642             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4643             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4644             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4645             ;;
4646         esac
4647         ;;
4648       vxworks*)
4649         ;;
4650       *)
4651         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4652         ;;
4653     esac
4654   fi
4655 ],
4656 [
4657   if test "$GCC" = yes; then
4658     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4659     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4660
4661     case $host_os in
4662       aix*)
4663       # All AIX code is PIC.
4664       if test "$host_cpu" = ia64; then
4665         # AIX 5 now supports IA64 processor
4666         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4667       fi
4668       ;;
4669
4670     amigaos*)
4671       # FIXME: we need at least 68020 code to build shared libraries, but
4672       # adding the `-m68020' flag to GCC prevents building anything better,
4673       # like `-m68040'.
4674       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4675       ;;
4676
4677     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4678       # PIC is the default for these OSes.
4679       ;;
4680
4681     mingw* | pw32* | os2*)
4682       # This hack is so that the source file can tell whether it is being
4683       # built for inclusion in a dll (and should export symbols for example).
4684       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4685       ;;
4686
4687     darwin* | rhapsody*)
4688       # PIC is the default on this platform
4689       # Common symbols not allowed in MH_DYLIB files
4690       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4691       ;;
4692
4693     interix3*)
4694       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4695       # Instead, we relocate shared libraries at runtime.
4696       ;;
4697
4698     msdosdjgpp*)
4699       # Just because we use GCC doesn't mean we suddenly get shared libraries
4700       # on systems that don't support them.
4701       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4702       enable_shared=no
4703       ;;
4704
4705     sysv4*MP*)
4706       if test -d /usr/nec; then
4707         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4708       fi
4709       ;;
4710
4711     hpux*)
4712       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4713       # not for PA HP-UX.
4714       case $host_cpu in
4715       hppa*64*|ia64*)
4716         # +Z the default
4717         ;;
4718       *)
4719         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4720         ;;
4721       esac
4722       ;;
4723
4724     *)
4725       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4726       ;;
4727     esac
4728   else
4729     # PORTME Check for flag to pass linker flags through the system compiler.
4730     case $host_os in
4731     aix*)
4732       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4733       if test "$host_cpu" = ia64; then
4734         # AIX 5 now supports IA64 processor
4735         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4736       else
4737         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4738       fi
4739       ;;
4740       darwin*)
4741         # PIC is the default on this platform
4742         # Common symbols not allowed in MH_DYLIB files
4743        case $cc_basename in
4744          xlc*)
4745          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4746          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4747          ;;
4748        esac
4749        ;;
4750
4751     mingw* | pw32* | os2*)
4752       # This hack is so that the source file can tell whether it is being
4753       # built for inclusion in a dll (and should export symbols for example).
4754       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4755       ;;
4756
4757     hpux9* | hpux10* | hpux11*)
4758       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4759       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4760       # not for PA HP-UX.
4761       case $host_cpu in
4762       hppa*64*|ia64*)
4763         # +Z the default
4764         ;;
4765       *)
4766         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4767         ;;
4768       esac
4769       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4770       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4771       ;;
4772
4773     irix5* | irix6* | nonstopux*)
4774       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4775       # PIC (with -KPIC) is the default.
4776       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4777       ;;
4778
4779     newsos6)
4780       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4781       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4782       ;;
4783
4784     linux* | k*bsd*-gnu)
4785       case $cc_basename in
4786       icc* | ecc*)
4787         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4788         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4789         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4790         ;;
4791       pgcc* | pgf77* | pgf90* | pgf95*)
4792         # Portland Group compilers (*not* the Pentium gcc compiler,
4793         # which looks to be a dead project)
4794         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4795         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4796         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4797         ;;
4798       ccc*)
4799         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4800         # All Alpha code is PIC.
4801         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4802         ;;
4803       esac
4804       ;;
4805
4806     osf3* | osf4* | osf5*)
4807       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4808       # All OSF/1 code is PIC.
4809       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4810       ;;
4811
4812     solaris*)
4813       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4814       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4815       case $cc_basename in
4816       f77* | f90* | f95*)
4817         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4818       *)
4819         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4820       esac
4821       ;;
4822
4823     sunos4*)
4824       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4825       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4826       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4827       ;;
4828
4829     sysv4 | sysv4.2uw2* | sysv4.3*)
4830       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4831       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4832       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4833       ;;
4834
4835     sysv4*MP*)
4836       if test -d /usr/nec ;then
4837         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4838         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4839       fi
4840       ;;
4841
4842     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4843       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4844       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4845       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4846       ;;
4847
4848     unicos*)
4849       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4850       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4851       ;;
4852
4853     uts4*)
4854       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4855       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4856       ;;
4857
4858     *)
4859       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4860       ;;
4861     esac
4862   fi
4863 ])
4864 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4865
4866 #
4867 # Check to make sure the PIC flag actually works.
4868 #
4869 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4870   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4871     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4872     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4873     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4874      "" | " "*) ;;
4875      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4876      esac],
4877     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4878      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4879 fi
4880 case $host_os in
4881   # For platforms which do not support PIC, -DPIC is meaningless:
4882   *djgpp*)
4883     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4884     ;;
4885   *)
4886     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4887     ;;
4888 esac
4889
4890 #
4891 # Check to make sure the static flag actually works.
4892 #
4893 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
4894 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4895   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
4896   $lt_tmp_static_flag,
4897   [],
4898   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
4899 ])
4900 m4trace:/usr/share/aclocal/libtool.m4:5330: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4901 ifelse([$1],[CXX],[
4902   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4903   case $host_os in
4904   aix4* | aix5*)
4905     # If we're using GNU nm, then we don't want the "-C" option.
4906     # -C means demangle to AIX nm, but means don't demangle with GNU nm
4907     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4908       _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'
4909     else
4910       _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'
4911     fi
4912     ;;
4913   pw32*)
4914     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4915   ;;
4916   cygwin* | mingw*)
4917     _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'
4918   ;;
4919   linux* | k*bsd*-gnu)
4920     _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4921   ;;
4922   *)
4923     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4924   ;;
4925   esac
4926 ],[
4927   runpath_var=
4928   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4929   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4930   _LT_AC_TAGVAR(archive_cmds, $1)=
4931   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4932   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4933   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4934   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4935   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4936   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4937   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4938   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4939   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4940   _LT_AC_TAGVAR(hardcode_direct, $1)=no
4941   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4942   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4943   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4944   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4945   _LT_AC_TAGVAR(module_cmds, $1)=
4946   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4947   _LT_AC_TAGVAR(always_export_symbols, $1)=no
4948   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4949   # include_expsyms should be a list of space-separated symbols to be *always*
4950   # included in the symbol list
4951   _LT_AC_TAGVAR(include_expsyms, $1)=
4952   # exclude_expsyms can be an extended regexp of symbols to exclude
4953   # it will be wrapped by ` (' and `)$', so one must not match beginning or
4954   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4955   # as well as any symbol that contains `d'.
4956   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4957   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4958   # platforms (ab)use it in PIC code, but their linkers get confused if
4959   # the symbol is explicitly referenced.  Since portable code cannot
4960   # rely on this symbol name, it's probably fine to never include it in
4961   # preloaded symbol tables.
4962   extract_expsyms_cmds=
4963   # Just being paranoid about ensuring that cc_basename is set.
4964   _LT_CC_BASENAME([$compiler])
4965   case $host_os in
4966   cygwin* | mingw* | pw32*)
4967     # FIXME: the MSVC++ port hasn't been tested in a loooong time
4968     # When not using gcc, we currently assume that we are using
4969     # Microsoft Visual C++.
4970     if test "$GCC" != yes; then
4971       with_gnu_ld=no
4972     fi
4973     ;;
4974   interix*)
4975     # we just hope/assume this is gcc and not c89 (= MSVC++)
4976     with_gnu_ld=yes
4977     ;;
4978   openbsd*)
4979     with_gnu_ld=no
4980     ;;
4981   esac
4982
4983   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4984   if test "$with_gnu_ld" = yes; then
4985     # If archive_cmds runs LD, not CC, wlarc should be empty
4986     wlarc='${wl}'
4987
4988     # Set some defaults for GNU ld with shared library support. These
4989     # are reset later if shared libraries are not supported. Putting them
4990     # here allows them to be overridden if necessary.
4991     runpath_var=LD_RUN_PATH
4992     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4993     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4994     # ancient GNU ld didn't support --whole-archive et. al.
4995     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4996         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4997       else
4998         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4999     fi
5000     supports_anon_versioning=no
5001     case `$LD -v 2>/dev/null` in
5002       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5003       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5004       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5005       *\ 2.11.*) ;; # other 2.11 versions
5006       *) supports_anon_versioning=yes ;;
5007     esac
5008
5009     # See if GNU ld supports shared libraries.
5010     case $host_os in
5011     aix3* | aix4* | aix5*)
5012       # On AIX/PPC, the GNU linker is very broken
5013       if test "$host_cpu" != ia64; then
5014         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5015         cat <<EOF 1>&2
5016
5017 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5018 *** to be unable to reliably create shared libraries on AIX.
5019 *** Therefore, libtool is disabling shared libraries support.  If you
5020 *** really care for shared libraries, you may want to modify your PATH
5021 *** so that a non-GNU linker is found, and then restart.
5022
5023 EOF
5024       fi
5025       ;;
5026
5027     amigaos*)
5028       _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)'
5029       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5030       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5031
5032       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5033       # that the semantics of dynamic libraries on AmigaOS, at least up
5034       # to version 4, is to share data among multiple programs linked
5035       # with the same dynamic library.  Since this doesn't match the
5036       # behavior of shared libraries on other platforms, we can't use
5037       # them.
5038       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5039       ;;
5040
5041     beos*)
5042       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5043         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5044         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5045         # support --undefined.  This deserves some investigation.  FIXME
5046         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5047       else
5048         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5049       fi
5050       ;;
5051
5052     cygwin* | mingw* | pw32*)
5053       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5054       # as there is no search path for DLLs.
5055       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5056       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5057       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5058       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5059       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5060
5061       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5062         _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'
5063         # If the export-symbols file already is a .def file (1st line
5064         # is EXPORTS), use it as is; otherwise, prepend...
5065         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5066           cp $export_symbols $output_objdir/$soname.def;
5067         else
5068           echo EXPORTS > $output_objdir/$soname.def;
5069           cat $export_symbols >> $output_objdir/$soname.def;
5070         fi~
5071         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5072       else
5073         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5074       fi
5075       ;;
5076
5077     interix3*)
5078       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5079       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5080       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5081       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5082       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5083       # Instead, shared libraries are loaded at an image base (0x10000000 by
5084       # default) and relocated if they conflict, which is a slow very memory
5085       # consuming and fragmenting process.  To avoid this, we pick a random,
5086       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5087       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5088       _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'
5089       _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'
5090       ;;
5091
5092     linux* | k*bsd*-gnu)
5093       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5094         tmp_addflag=
5095         case $cc_basename,$host_cpu in
5096         pgcc*)                          # Portland Group C compiler
5097           _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'
5098           tmp_addflag=' $pic_flag'
5099           ;;
5100         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5101           _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'
5102           tmp_addflag=' $pic_flag -Mnomain' ;;
5103         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5104           tmp_addflag=' -i_dynamic' ;;
5105         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5106           tmp_addflag=' -i_dynamic -nofor_main' ;;
5107         ifc* | ifort*)                  # Intel Fortran compiler
5108           tmp_addflag=' -nofor_main' ;;
5109         esac
5110         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5111
5112         if test $supports_anon_versioning = yes; then
5113           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5114   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5115   $echo "local: *; };" >> $output_objdir/$libname.ver~
5116           $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5117         fi
5118         _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5119       else
5120         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5121       fi
5122       ;;
5123
5124     netbsd* | netbsdelf*-gnu)
5125       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5126         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5127         wlarc=
5128       else
5129         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5130         _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'
5131       fi
5132       ;;
5133
5134     solaris*)
5135       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5136         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5137         cat <<EOF 1>&2
5138
5139 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5140 *** create shared libraries on Solaris systems.  Therefore, libtool
5141 *** is disabling shared libraries support.  We urge you to upgrade GNU
5142 *** binutils to release 2.9.1 or newer.  Another option is to modify
5143 *** your PATH or compiler configuration so that the native linker is
5144 *** used, and then restart.
5145
5146 EOF
5147       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5148         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5149         _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'
5150       else
5151         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5152       fi
5153       ;;
5154
5155     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5156       case `$LD -v 2>&1` in
5157         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
5158         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5159         cat <<_LT_EOF 1>&2
5160
5161 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5162 *** reliably create shared libraries on SCO systems.  Therefore, libtool
5163 *** is disabling shared libraries support.  We urge you to upgrade GNU
5164 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5165 *** your PATH or compiler configuration so that the native linker is
5166 *** used, and then restart.
5167
5168 _LT_EOF
5169         ;;
5170         *)
5171           if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5172             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5173             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5174             _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'
5175           else
5176             _LT_AC_TAGVAR(ld_shlibs, $1)=no
5177           fi
5178         ;;
5179       esac
5180       ;;
5181
5182     sunos4*)
5183       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5184       wlarc=
5185       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5186       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5187       ;;
5188
5189     *)
5190       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5191         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5192         _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'
5193       else
5194         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5195       fi
5196       ;;
5197     esac
5198
5199     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5200       runpath_var=
5201       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5202       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5203       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5204     fi
5205   else
5206     # PORTME fill in a description of your system's linker (not GNU ld)
5207     case $host_os in
5208     aix3*)
5209       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5210       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5211       _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'
5212       # Note: this linker hardcodes the directories in LIBPATH if there
5213       # are no directories specified by -L.
5214       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5215       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5216         # Neither direct hardcoding nor static linking is supported with a
5217         # broken collect2.
5218         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5219       fi
5220       ;;
5221
5222     aix4* | aix5*)
5223       if test "$host_cpu" = ia64; then
5224         # On IA64, the linker does run time linking by default, so we don't
5225         # have to do anything special.
5226         aix_use_runtimelinking=no
5227         exp_sym_flag='-Bexport'
5228         no_entry_flag=""
5229       else
5230         # If we're using GNU nm, then we don't want the "-C" option.
5231         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5232         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5233           _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'
5234         else
5235           _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'
5236         fi
5237         aix_use_runtimelinking=no
5238
5239         # Test if we are trying to use run time linking or normal
5240         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5241         # need to do runtime linking.
5242         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5243           for ld_flag in $LDFLAGS; do
5244           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5245             aix_use_runtimelinking=yes
5246             break
5247           fi
5248           done
5249           ;;
5250         esac
5251
5252         exp_sym_flag='-bexport'
5253         no_entry_flag='-bnoentry'
5254       fi
5255
5256       # When large executables or shared objects are built, AIX ld can
5257       # have problems creating the table of contents.  If linking a library
5258       # or program results in "error TOC overflow" add -mminimal-toc to
5259       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5260       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5261
5262       _LT_AC_TAGVAR(archive_cmds, $1)=''
5263       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5264       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5265       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5266
5267       if test "$GCC" = yes; then
5268         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5269         # We only want to do this on AIX 4.2 and lower, the check
5270         # below for broken collect2 doesn't work under 4.3+
5271           collect2name=`${CC} -print-prog-name=collect2`
5272           if test -f "$collect2name" && \
5273            strings "$collect2name" | grep resolve_lib_name >/dev/null
5274           then
5275           # We have reworked collect2
5276           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5277           else
5278           # We have old collect2
5279           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5280           # It fails to find uninstalled libraries when the uninstalled
5281           # path is not listed in the libpath.  Setting hardcode_minus_L
5282           # to unsupported forces relinking
5283           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5284           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5285           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5286           fi
5287           ;;
5288         esac
5289         shared_flag='-shared'
5290         if test "$aix_use_runtimelinking" = yes; then
5291           shared_flag="$shared_flag "'${wl}-G'
5292         fi
5293       else
5294         # not using gcc
5295         if test "$host_cpu" = ia64; then
5296         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5297         # chokes on -Wl,-G. The following line is correct:
5298           shared_flag='-G'
5299         else
5300           if test "$aix_use_runtimelinking" = yes; then
5301             shared_flag='${wl}-G'
5302           else
5303             shared_flag='${wl}-bM:SRE'
5304           fi
5305         fi
5306       fi
5307
5308       # It seems that -bexpall does not export symbols beginning with
5309       # underscore (_), so it is better to generate a list of symbols to export.
5310       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5311       if test "$aix_use_runtimelinking" = yes; then
5312         # Warning - without using the other runtime loading flags (-brtl),
5313         # -berok will link without error, but may produce a broken library.
5314         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5315        # Determine the default libpath from the value encoded in an empty executable.
5316        _LT_AC_SYS_LIBPATH_AIX
5317        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5318         _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"
5319        else
5320         if test "$host_cpu" = ia64; then
5321           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5322           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5323           _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"
5324         else
5325          # Determine the default libpath from the value encoded in an empty executable.
5326          _LT_AC_SYS_LIBPATH_AIX
5327          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5328           # Warning - without using the other run time loading flags,
5329           # -berok will link without error, but may produce a broken library.
5330           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5331           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5332           # Exported symbols can be pulled into shared objects from archives
5333           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5334           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5335           # This is similar to how AIX traditionally builds its shared libraries.
5336           _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'
5337         fi
5338       fi
5339       ;;
5340
5341     amigaos*)
5342       _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)'
5343       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5344       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5345       # see comment about different semantics on the GNU ld section
5346       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5347       ;;
5348
5349     bsdi[[45]]*)
5350       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5351       ;;
5352
5353     cygwin* | mingw* | pw32*)
5354       # When not using gcc, we currently assume that we are using
5355       # Microsoft Visual C++.
5356       # hardcode_libdir_flag_spec is actually meaningless, as there is
5357       # no search path for DLLs.
5358       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5359       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5360       # Tell ltmain to make .lib files, not .a files.
5361       libext=lib
5362       # Tell ltmain to make .dll files, not .so files.
5363       shrext_cmds=".dll"
5364       # FIXME: Setting linknames here is a bad hack.
5365       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5366       # The linker will automatically build a .lib file if we build a DLL.
5367       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5368       # FIXME: Should let the user specify the lib program.
5369       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5370       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5371       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5372       ;;
5373
5374     darwin* | rhapsody*)
5375       case $host_os in
5376         rhapsody* | darwin1.[[012]])
5377          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5378          ;;
5379        *) # Darwin 1.3 on
5380          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5381            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5382          else
5383            case ${MACOSX_DEPLOYMENT_TARGET} in
5384              10.[[012]])
5385                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5386                ;;
5387              10.*)
5388                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5389                ;;
5390            esac
5391          fi
5392          ;;
5393       esac
5394       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5395       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5396       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5397       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5398       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5399       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5400     if test "$GCC" = yes ; then
5401         output_verbose_link_cmd='echo'
5402         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5403       _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5404       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5405       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5406       _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}'
5407     else
5408       case $cc_basename in
5409         xlc*)
5410          output_verbose_link_cmd='echo'
5411          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
5412          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5413           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5414          _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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5415           _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}'
5416           ;;
5417        *)
5418          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5419           ;;
5420       esac
5421     fi
5422       ;;
5423
5424     dgux*)
5425       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5426       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5427       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5428       ;;
5429
5430     freebsd1*)
5431       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5432       ;;
5433
5434     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5435     # support.  Future versions do this automatically, but an explicit c++rt0.o
5436     # does not break anything, and helps significantly (at the cost of a little
5437     # extra space).
5438     freebsd2.2*)
5439       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5440       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5441       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5442       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5443       ;;
5444
5445     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5446     freebsd2*)
5447       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5448       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5449       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5450       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5451       ;;
5452
5453     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5454     freebsd* | dragonfly*)
5455       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5456       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5457       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5458       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5459       ;;
5460
5461     hpux9*)
5462       if test "$GCC" = yes; then
5463         _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'
5464       else
5465         _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'
5466       fi
5467       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5468       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5469       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5470
5471       # hardcode_minus_L: Not really in the search PATH,
5472       # but as the default location of the library.
5473       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5474       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5475       ;;
5476
5477     hpux10*)
5478       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5479         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5480       else
5481         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5482       fi
5483       if test "$with_gnu_ld" = no; then
5484         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5485         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5486
5487         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5488         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5489
5490         # hardcode_minus_L: Not really in the search PATH,
5491         # but as the default location of the library.
5492         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5493       fi
5494       ;;
5495
5496     hpux11*)
5497       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5498         case $host_cpu in
5499         hppa*64*)
5500           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5501           ;;
5502         ia64*)
5503           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5504           ;;
5505         *)
5506           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5507           ;;
5508         esac
5509       else
5510         case $host_cpu in
5511         hppa*64*)
5512           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5513           ;;
5514         ia64*)
5515           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5516           ;;
5517         *)
5518           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5519           ;;
5520         esac
5521       fi
5522       if test "$with_gnu_ld" = no; then
5523         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5524         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5525
5526         case $host_cpu in
5527         hppa*64*|ia64*)
5528           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5529           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5530           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5531           ;;
5532         *)
5533           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5534           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5535
5536           # hardcode_minus_L: Not really in the search PATH,
5537           # but as the default location of the library.
5538           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5539           ;;
5540         esac
5541       fi
5542       ;;
5543
5544     irix5* | irix6* | nonstopux*)
5545       if test "$GCC" = yes; then
5546         _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'
5547       else
5548         _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'
5549         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5550       fi
5551       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5552       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5553       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5554       ;;
5555
5556     netbsd* | netbsdelf*-gnu)
5557       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5558         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5559       else
5560         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5561       fi
5562       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5563       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5564       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5565       ;;
5566
5567     newsos6)
5568       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5569       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5570       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5571       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5572       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5573       ;;
5574
5575     openbsd*)
5576       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5577       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5578       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5579         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5580         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5581         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5582         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5583       else
5584        case $host_os in
5585          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5586            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5587            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5588            ;;
5589          *)
5590            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5591            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5592            ;;
5593        esac
5594       fi
5595       ;;
5596
5597     os2*)
5598       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5599       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5600       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5601       _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'
5602       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5603       ;;
5604
5605     osf3*)
5606       if test "$GCC" = yes; then
5607         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5608         _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'
5609       else
5610         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5611         _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'
5612       fi
5613       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5614       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5615       ;;
5616
5617     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5618       if test "$GCC" = yes; then
5619         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5620         _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'
5621         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5622       else
5623         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5624         _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'
5625         _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~
5626         $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'
5627
5628         # Both c and cxx compiler support -rpath directly
5629         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5630       fi
5631       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5632       ;;
5633
5634     solaris*)
5635       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5636       if test "$GCC" = yes; then
5637         wlarc='${wl}'
5638         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5639         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5640           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5641       else
5642         wlarc=''
5643         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5644         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5645         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5646       fi
5647       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5648       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5649       case $host_os in
5650       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5651       *)
5652         # The compiler driver will combine linker options so we
5653         # cannot just pass the convience library names through
5654         # without $wl, iff we do not link with $LD.
5655         # Luckily, gcc supports the same syntax we need for Sun Studio.
5656         # Supported since Solaris 2.6 (maybe 2.5.1?)
5657         case $wlarc in
5658         '')
5659           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5660         *)
5661           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
5662         esac ;;
5663       esac
5664       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5665       ;;
5666
5667     sunos4*)
5668       if test "x$host_vendor" = xsequent; then
5669         # Use $CC to link under sequent, because it throws in some extra .o
5670         # files that make .init and .fini sections work.
5671         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5672       else
5673         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5674       fi
5675       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5676       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5677       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5678       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5679       ;;
5680
5681     sysv4)
5682       case $host_vendor in
5683         sni)
5684           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5685           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5686         ;;
5687         siemens)
5688           ## LD is ld it makes a PLAMLIB
5689           ## CC just makes a GrossModule.
5690           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5691           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5692           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5693         ;;
5694         motorola)
5695           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5696           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5697         ;;
5698       esac
5699       runpath_var='LD_RUN_PATH'
5700       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5701       ;;
5702
5703     sysv4.3*)
5704       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5705       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5706       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5707       ;;
5708
5709     sysv4*MP*)
5710       if test -d /usr/nec; then
5711         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5712         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5713         runpath_var=LD_RUN_PATH
5714         hardcode_runpath_var=yes
5715         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5716       fi
5717       ;;
5718
5719     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
5720       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5721       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5722       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5723       runpath_var='LD_RUN_PATH'
5724
5725       if test "$GCC" = yes; then
5726         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5727         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5728       else
5729         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5730         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5731       fi
5732       ;;
5733
5734     sysv5* | sco3.2v5* | sco5v6*)
5735       # Note: We can NOT use -z defs as we might desire, because we do not
5736       # link with -lc, and that would cause any symbols used from libc to
5737       # always be unresolved, which means just about no library would
5738       # ever link correctly.  If we're not using GNU ld we use -z text
5739       # though, which does catch some bad symbols but isn't as heavy-handed
5740       # as -z defs.
5741       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5742       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5743       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5744       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5745       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5746       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5747       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5748       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5749       runpath_var='LD_RUN_PATH'
5750
5751       if test "$GCC" = yes; then
5752         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5753         _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'
5754       else
5755         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5756         _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'
5757       fi
5758       ;;
5759
5760     uts4*)
5761       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5762       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5763       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5764       ;;
5765
5766     *)
5767       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5768       ;;
5769     esac
5770   fi
5771 ])
5772 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5773 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5774
5775 #
5776 # Do we need to explicitly link libc?
5777 #
5778 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5779 x|xyes)
5780   # Assume -lc should be added
5781   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5782
5783   if test "$enable_shared" = yes && test "$GCC" = yes; then
5784     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5785     *'~'*)
5786       # FIXME: we may have to deal with multi-command sequences.
5787       ;;
5788     '$CC '*)
5789       # Test whether the compiler implicitly links with -lc since on some
5790       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5791       # to ld, don't add -lc before -lgcc.
5792       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5793       $rm conftest*
5794       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5795
5796       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5797         soname=conftest
5798         lib=conftest
5799         libobjs=conftest.$ac_objext
5800         deplibs=
5801         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5802         pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5803         compiler_flags=-v
5804         linker_flags=-v
5805         verstring=
5806         output_objdir=.
5807         libname=conftest
5808         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5809         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5810         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5811         then
5812           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5813         else
5814           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5815         fi
5816         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5817       else
5818         cat conftest.err 1>&5
5819       fi
5820       $rm conftest*
5821       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5822       ;;
5823     esac
5824   fi
5825   ;;
5826 esac
5827 ])
5828 m4trace:/usr/share/aclocal/libtool.m4:6264: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5829 # /* ltdll.c starts here */
5830 # #define WIN32_LEAN_AND_MEAN
5831 # #include <windows.h>
5832 # #undef WIN32_LEAN_AND_MEAN
5833 # #include <stdio.h>
5834 #
5835 # #ifndef __CYGWIN__
5836 # #  ifdef __CYGWIN32__
5837 # #    define __CYGWIN__ __CYGWIN32__
5838 # #  endif
5839 # #endif
5840 #
5841 # #ifdef __cplusplus
5842 # extern "C" {
5843 # #endif
5844 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5845 # #ifdef __cplusplus
5846 # }
5847 # #endif
5848 #
5849 # #ifdef __CYGWIN__
5850 # #include <cygwin/cygwin_dll.h>
5851 # DECLARE_CYGWIN_DLL( DllMain );
5852 # #endif
5853 # HINSTANCE __hDllInstance_base;
5854 #
5855 # BOOL APIENTRY
5856 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5857 # {
5858 #   __hDllInstance_base = hInst;
5859 #   return TRUE;
5860 # }
5861 # /* ltdll.c ends here */
5862 ])
5863 m4trace:/usr/share/aclocal/libtool.m4:6303: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5864 m4trace:/usr/share/aclocal/libtool.m4:6307: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5865 m4trace:/usr/share/aclocal/libtool.m4:6308: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5866 m4trace:/usr/share/aclocal/libtool.m4:6309: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5867 m4trace:/usr/share/aclocal/libtool.m4:6310: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5868 m4trace:/usr/share/aclocal/libtool.m4:6311: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5869 m4trace:/usr/share/aclocal/libtool.m4:6312: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5870 m4trace:/usr/share/aclocal/libtool.m4:6313: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5871 m4trace:/usr/share/aclocal/libtool.m4:6318: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5872   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5873   AC_SUBST(GCJFLAGS)
5874 ])
5875 m4trace:/usr/share/aclocal/libtool.m4:6324: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5876 ])
5877 m4trace:/usr/share/aclocal/libtool.m4:6338: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5878 AC_CACHE_VAL(lt_cv_path_SED,
5879 [# Loop through the user's path and test for sed and gsed.
5880 # Then use that list of sed's as ones to test for truncation.
5881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5882 for as_dir in $PATH
5883 do
5884   IFS=$as_save_IFS
5885   test -z "$as_dir" && as_dir=.
5886   for lt_ac_prog in sed gsed; do
5887     for ac_exec_ext in '' $ac_executable_extensions; do
5888       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5889         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5890       fi
5891     done
5892   done
5893 done
5894 lt_ac_max=0
5895 lt_ac_count=0
5896 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5897 # along with /bin/sed that truncates output.
5898 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5899   test ! -f $lt_ac_sed && continue
5900   cat /dev/null > conftest.in
5901   lt_ac_count=0
5902   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5903   # Check for GNU sed and select it if it is found.
5904   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5905     lt_cv_path_SED=$lt_ac_sed
5906     break
5907   fi
5908   while true; do
5909     cat conftest.in conftest.in >conftest.tmp
5910     mv conftest.tmp conftest.in
5911     cp conftest.in conftest.nl
5912     echo >>conftest.nl
5913     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5914     cmp -s conftest.out conftest.nl || break
5915     # 10000 chars as input seems more than enough
5916     test $lt_ac_count -gt 10 && break
5917     lt_ac_count=`expr $lt_ac_count + 1`
5918     if test $lt_ac_count -gt $lt_ac_max; then
5919       lt_ac_max=$lt_ac_count
5920       lt_cv_path_SED=$lt_ac_sed
5921     fi
5922   done
5923 done
5924 ])
5925 SED=$lt_cv_path_SED
5926 AC_MSG_RESULT([$SED])
5927 ])
5928 m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5929 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5930 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
5931 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5932         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
5933 fi
5934 if test -n "$PKG_CONFIG"; then
5935         _pkg_min_version=m4_default([$1], [0.9.0])
5936         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
5937         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5938                 AC_MSG_RESULT([yes])
5939         else
5940                 AC_MSG_RESULT([no])
5941                 PKG_CONFIG=""
5942         fi
5943                 
5944 fi[]dnl
5945 ])
5946 m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5947 if test -n "$PKG_CONFIG" && \
5948     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
5949   m4_ifval([$2], [$2], [:])
5950 m4_ifvaln([$3], [else
5951   $3])dnl
5952 fi])
5953 m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
5954 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5955         _pkg_short_errors_supported=yes
5956 else
5957         _pkg_short_errors_supported=no
5958 fi[]dnl
5959 ])
5960 m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5961 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
5962 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
5963
5964 pkg_failed=no
5965 AC_MSG_CHECKING([for $1])
5966
5967 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
5968 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
5969
5970 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
5971 and $1[]_LIBS to avoid the need to call pkg-config.
5972 See the pkg-config man page for more details.])
5973
5974 if test $pkg_failed = yes; then
5975         _PKG_SHORT_ERRORS_SUPPORTED
5976         if test $_pkg_short_errors_supported = yes; then
5977                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
5978         else 
5979                 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5980         fi
5981         # Put the nasty error message in config.log where it belongs
5982         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
5983
5984         ifelse([$4], , [AC_MSG_ERROR(dnl
5985 [Package requirements ($2) were not met:
5986
5987 $$1_PKG_ERRORS
5988
5989 Consider adjusting the PKG_CONFIG_PATH environment variable if you
5990 installed software in a non-standard prefix.
5991
5992 _PKG_TEXT
5993 ])],
5994                 [AC_MSG_RESULT([no])
5995                 $4])
5996 elif test $pkg_failed = untried; then
5997         ifelse([$4], , [AC_MSG_FAILURE(dnl
5998 [The pkg-config script could not be found or is too old.  Make sure it
5999 is in your PATH or set the PKG_CONFIG environment variable to the full
6000 path to pkg-config.
6001
6002 _PKG_TEXT
6003
6004 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
6005                 [$4])
6006 else
6007         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
6008         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
6009         AC_MSG_RESULT([yes])
6010         ifelse([$3], , :, [$3])
6011 fi[]dnl
6012 ])
6013 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6014 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6015 dnl require some minimum version.  Point them to the right macro.
6016 m4_if([$1], [1.10], [],
6017       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6018 ])
6019 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
6020 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
6021 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.
6022 AC_PREREQ([2.50])dnl
6023 # expand $ac_aux_dir to an absolute path
6024 am_aux_dir=`cd $ac_aux_dir && pwd`
6025 ])
6026 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6027  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6028         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6029 AC_SUBST([$1_TRUE])dnl
6030 AC_SUBST([$1_FALSE])dnl
6031 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6032 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6033 if $2; then
6034   $1_TRUE=
6035   $1_FALSE='#'
6036 else
6037   $1_TRUE='#'
6038   $1_FALSE=
6039 fi
6040 AC_CONFIG_COMMANDS_PRE(
6041 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6042   AC_MSG_ERROR([[conditional "$1" was never defined.
6043 Usually this means the macro was only invoked conditionally.]])
6044 fi])])
6045 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6046 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6047 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6048 AC_REQUIRE([AM_DEP_TRACK])dnl
6049
6050 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6051        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6052        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6053        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6054        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6055                    [depcc="$$1"   am_compiler_list=])
6056
6057 AC_CACHE_CHECK([dependency style of $depcc],
6058                [am_cv_$1_dependencies_compiler_type],
6059 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6060   # We make a subdir and do the tests there.  Otherwise we can end up
6061   # making bogus files that we don't know about and never remove.  For
6062   # instance it was reported that on HP-UX the gcc test will end up
6063   # making a dummy file named `D' -- because `-MD' means `put the output
6064   # in D'.
6065   mkdir conftest.dir
6066   # Copy depcomp to subdir because otherwise we won't find it if we're
6067   # using a relative directory.
6068   cp "$am_depcomp" conftest.dir
6069   cd conftest.dir
6070   # We will build objects and dependencies in a subdirectory because
6071   # it helps to detect inapplicable dependency modes.  For instance
6072   # both Tru64's cc and ICC support -MD to output dependencies as a
6073   # side effect of compilation, but ICC will put the dependencies in
6074   # the current directory while Tru64 will put them in the object
6075   # directory.
6076   mkdir sub
6077
6078   am_cv_$1_dependencies_compiler_type=none
6079   if test "$am_compiler_list" = ""; then
6080      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6081   fi
6082   for depmode in $am_compiler_list; do
6083     # Setup a source with many dependencies, because some compilers
6084     # like to wrap large dependency lists on column 80 (with \), and
6085     # we should not choose a depcomp mode which is confused by this.
6086     #
6087     # We need to recreate these files for each test, as the compiler may
6088     # overwrite some of them when testing with obscure command lines.
6089     # This happens at least with the AIX C compiler.
6090     : > sub/conftest.c
6091     for i in 1 2 3 4 5 6; do
6092       echo '#include "conftst'$i'.h"' >> sub/conftest.c
6093       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6094       # Solaris 8's {/usr,}/bin/sh.
6095       touch sub/conftst$i.h
6096     done
6097     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6098
6099     case $depmode in
6100     nosideeffect)
6101       # after this tag, mechanisms are not by side-effect, so they'll
6102       # only be used when explicitly requested
6103       if test "x$enable_dependency_tracking" = xyes; then
6104         continue
6105       else
6106         break
6107       fi
6108       ;;
6109     none) break ;;
6110     esac
6111     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6112     # mode.  It turns out that the SunPro C++ compiler does not properly
6113     # handle `-M -o', and we need to detect this.
6114     if depmode=$depmode \
6115        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6116        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6117        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6118          >/dev/null 2>conftest.err &&
6119        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6120        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6121        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6122        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6123       # icc doesn't choke on unknown options, it will just issue warnings
6124       # or remarks (even with -Werror).  So we grep stderr for any message
6125       # that says an option was ignored or not supported.
6126       # When given -MP, icc 7.0 and 7.1 complain thusly:
6127       #   icc: Command line warning: ignoring option '-M'; no argument required
6128       # The diagnosis changed in icc 8.0:
6129       #   icc: Command line remark: option '-MP' not supported
6130       if (grep 'ignoring option' conftest.err ||
6131           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6132         am_cv_$1_dependencies_compiler_type=$depmode
6133         break
6134       fi
6135     fi
6136   done
6137
6138   cd ..
6139   rm -rf conftest.dir
6140 else
6141   am_cv_$1_dependencies_compiler_type=none
6142 fi
6143 ])
6144 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6145 AM_CONDITIONAL([am__fastdep$1], [
6146   test "x$enable_dependency_tracking" != xno \
6147   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6148 ])
6149 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6150 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6151 ])
6152 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6153 [  --disable-dependency-tracking  speeds up one-time build
6154   --enable-dependency-tracking   do not reject slow dependency extractors])
6155 if test "x$enable_dependency_tracking" != xno; then
6156   am_depcomp="$ac_aux_dir/depcomp"
6157   AMDEPBACKSLASH='\'
6158 fi
6159 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6160 AC_SUBST([AMDEPBACKSLASH])dnl
6161 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6162 ])
6163 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6164   # Strip MF so we end up with the name of the file.
6165   mf=`echo "$mf" | sed -e 's/:.*$//'`
6166   # Check whether this is an Automake generated Makefile or not.
6167   # We used to match only the files named `Makefile.in', but
6168   # some people rename them; so instead we look at the file content.
6169   # Grep'ing the first line is not enough: some people post-process
6170   # each Makefile.in and add a new line on top of each file to say so.
6171   # Grep'ing the whole file is not good either: AIX grep has a line
6172   # limit of 2048, but all sed's we know have understand at least 4000.
6173   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
6174     dirpart=`AS_DIRNAME("$mf")`
6175   else
6176     continue
6177   fi
6178   # Extract the definition of DEPDIR, am__include, and am__quote
6179   # from the Makefile without running `make'.
6180   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6181   test -z "$DEPDIR" && continue
6182   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6183   test -z "am__include" && continue
6184   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6185   # When using ansi2knr, U may be empty or an underscore; expand it
6186   U=`sed -n 's/^U = //p' < "$mf"`
6187   # Find all dependency output files, they are included files with
6188   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6189   # simplest approach to changing $(DEPDIR) to its actual value in the
6190   # expansion.
6191   for file in `sed -n "
6192     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6193        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6194     # Make sure the directory exists.
6195     test -f "$dirpart/$file" && continue
6196     fdir=`AS_DIRNAME(["$file"])`
6197     AS_MKDIR_P([$dirpart/$fdir])
6198     # echo "creating $dirpart/$file"
6199     echo '# dummy' > "$dirpart/$file"
6200   done
6201 done
6202 ])
6203 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6204      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6205      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6206 ])
6207 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6208 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6209 dnl the ones we care about.
6210 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6211 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6212 AC_REQUIRE([AC_PROG_INSTALL])dnl
6213 if test "`cd $srcdir && pwd`" != "`pwd`"; then
6214   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6215   # is not polluted with repeated "-I."
6216   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6217   # test to see if srcdir already configured
6218   if test -f $srcdir/config.status; then
6219     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6220   fi
6221 fi
6222
6223 # test whether we have cygpath
6224 if test -z "$CYGPATH_W"; then
6225   if (cygpath --version) >/dev/null 2>/dev/null; then
6226     CYGPATH_W='cygpath -w'
6227   else
6228     CYGPATH_W=echo
6229   fi
6230 fi
6231 AC_SUBST([CYGPATH_W])
6232
6233 # Define the identity of the package.
6234 dnl Distinguish between old-style and new-style calls.
6235 m4_ifval([$2],
6236 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6237  AC_SUBST([PACKAGE], [$1])dnl
6238  AC_SUBST([VERSION], [$2])],
6239 [_AM_SET_OPTIONS([$1])dnl
6240 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6241 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6242   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6243  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6244  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6245
6246 _AM_IF_OPTION([no-define],,
6247 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6248  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6249
6250 # Some tools Automake needs.
6251 AC_REQUIRE([AM_SANITY_CHECK])dnl
6252 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6253 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6254 AM_MISSING_PROG(AUTOCONF, autoconf)
6255 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6256 AM_MISSING_PROG(AUTOHEADER, autoheader)
6257 AM_MISSING_PROG(MAKEINFO, makeinfo)
6258 AM_PROG_INSTALL_SH
6259 AM_PROG_INSTALL_STRIP
6260 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6261 # We need awk for the "check" target.  The system "awk" is bad on
6262 # some platforms.
6263 AC_REQUIRE([AC_PROG_AWK])dnl
6264 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6265 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6266 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6267               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6268                              [_AM_PROG_TAR([v7])])])
6269 _AM_IF_OPTION([no-dependencies],,
6270 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6271                   [_AM_DEPENDENCIES(CC)],
6272                   [define([AC_PROG_CC],
6273                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6274 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6275                   [_AM_DEPENDENCIES(CXX)],
6276                   [define([AC_PROG_CXX],
6277                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6278 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6279                   [_AM_DEPENDENCIES(OBJC)],
6280                   [define([AC_PROG_OBJC],
6281                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6282 ])
6283 ])
6284 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6285 _am_stamp_count=1
6286 for _am_header in $config_headers :; do
6287   case $_am_header in
6288     $1 | $1:* )
6289       break ;;
6290     * )
6291       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6292   esac
6293 done
6294 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6295 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6296 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6297 AC_SUBST(install_sh)])
6298 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6299 mkdir .tst 2>/dev/null
6300 if test -d .tst; then
6301   am__leading_dot=.
6302 else
6303   am__leading_dot=_
6304 fi
6305 rmdir .tst 2>/dev/null
6306 AC_SUBST([am__leading_dot])])
6307 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])
6308   dnl maintainer-mode is disabled by default
6309   AC_ARG_ENABLE(maintainer-mode,
6310 [  --enable-maintainer-mode  enable make rules and dependencies not useful
6311                           (and sometimes confusing) to the casual installer],
6312       USE_MAINTAINER_MODE=$enableval,
6313       USE_MAINTAINER_MODE=no)
6314   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
6315   AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
6316   MAINT=$MAINTAINER_MODE_TRUE
6317   AC_SUBST(MAINT)dnl
6318
6319 ])
6320 m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
6321 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.
6322 You should run autoupdate.])dnl
6323 AM_MAINTAINER_MODE])
6324 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6325 cat > confinc << 'END'
6326 am__doit:
6327         @echo done
6328 .PHONY: am__doit
6329 END
6330 # If we don't find an include directive, just comment out the code.
6331 AC_MSG_CHECKING([for style of include used by $am_make])
6332 am__include="#"
6333 am__quote=
6334 _am_result=none
6335 # First try GNU make style include.
6336 echo "include confinc" > confmf
6337 # We grep out `Entering directory' and `Leaving directory'
6338 # messages which can occur if `w' ends up in MAKEFLAGS.
6339 # In particular we don't look at `^make:' because GNU make might
6340 # be invoked under some other name (usually "gmake"), in which
6341 # case it prints its new name instead of `make'.
6342 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6343    am__include=include
6344    am__quote=
6345    _am_result=GNU
6346 fi
6347 # Now try BSD make style include.
6348 if test "$am__include" = "#"; then
6349    echo '.include "confinc"' > confmf
6350    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6351       am__include=.include
6352       am__quote="\""
6353       _am_result=BSD
6354    fi
6355 fi
6356 AC_SUBST([am__include])
6357 AC_SUBST([am__quote])
6358 AC_MSG_RESULT([$_am_result])
6359 rm -f confinc confmf
6360 ])
6361 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6362 $1=${$1-"${am_missing_run}$2"}
6363 AC_SUBST($1)])
6364 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6365 AC_REQUIRE_AUX_FILE([missing])dnl
6366 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6367 # Use eval to expand $SHELL
6368 if eval "$MISSING --run true"; then
6369   am_missing_run="$MISSING --run "
6370 else
6371   am_missing_run=
6372   AC_MSG_WARN([`missing' script is too old or missing])
6373 fi
6374 ])
6375 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6376 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6377 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6378 dnl while keeping a definition of mkdir_p for backward compatibility.
6379 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6380 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6381 dnl Makefile.ins that do not define MKDIR_P, so we do our own
6382 dnl adjustment using top_builddir (which is defined more often than
6383 dnl MKDIR_P).
6384 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6385 case $mkdir_p in
6386   [[\\/$]]* | ?:[[\\/]]*) ;;
6387   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6388 esac
6389 ])
6390 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6391 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6392 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)])])
6393 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6394 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6395    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6396    ac_status=$?
6397    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6398    (exit $ac_status); }])
6399 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6400 # Just in case
6401 sleep 1
6402 echo timestamp > conftest.file
6403 # Do `set' in a subshell so we don't clobber the current shell's
6404 # arguments.  Must try -L first in case configure is actually a
6405 # symlink; some systems play weird games with the mod time of symlinks
6406 # (eg FreeBSD returns the mod time of the symlink's containing
6407 # directory).
6408 if (
6409    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6410    if test "$[*]" = "X"; then
6411       # -L didn't work.
6412       set X `ls -t $srcdir/configure conftest.file`
6413    fi
6414    rm -f conftest.file
6415    if test "$[*]" != "X $srcdir/configure conftest.file" \
6416       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6417
6418       # If neither matched, then we have a broken ls.  This can happen
6419       # if, for instance, CONFIG_SHELL is bash and it inherits a
6420       # broken ls alias from the environment.  This has actually
6421       # happened.  Such a system could not be considered "sane".
6422       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6423 alias in your environment])
6424    fi
6425
6426    test "$[2]" = conftest.file
6427    )
6428 then
6429    # Ok.
6430    :
6431 else
6432    AC_MSG_ERROR([newly created file is older than distributed files!
6433 Check your system clock])
6434 fi
6435 AC_MSG_RESULT(yes)])
6436 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6437 # Installed binaries are usually stripped using `strip' when the user
6438 # run `make install-strip'.  However `strip' might not be the right
6439 # tool to use in cross-compilation environments, therefore Automake
6440 # will honor the `STRIP' environment variable to overrule this program.
6441 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6442 if test "$cross_compiling" != no; then
6443   AC_CHECK_TOOL([STRIP], [strip], :)
6444 fi
6445 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6446 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6447 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6448 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6449 AM_MISSING_PROG([AMTAR], [tar])
6450 m4_if([$1], [v7],
6451      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6452      [m4_case([$1], [ustar],, [pax],,
6453               [m4_fatal([Unknown tar format])])
6454 AC_MSG_CHECKING([how to create a $1 tar archive])
6455 # Loop over all known methods to create a tar archive until one works.
6456 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6457 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6458 # Do not fold the above two line into one, because Tru64 sh and
6459 # Solaris sh will not grok spaces in the rhs of `-'.
6460 for _am_tool in $_am_tools
6461 do
6462   case $_am_tool in
6463   gnutar)
6464     for _am_tar in tar gnutar gtar;
6465     do
6466       AM_RUN_LOG([$_am_tar --version]) && break
6467     done
6468     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6469     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6470     am__untar="$_am_tar -xf -"
6471     ;;
6472   plaintar)
6473     # Must skip GNU tar: if it does not support --format= it doesn't create
6474     # ustar tarball either.
6475     (tar --version) >/dev/null 2>&1 && continue
6476     am__tar='tar chf - "$$tardir"'
6477     am__tar_='tar chf - "$tardir"'
6478     am__untar='tar xf -'
6479     ;;
6480   pax)
6481     am__tar='pax -L -x $1 -w "$$tardir"'
6482     am__tar_='pax -L -x $1 -w "$tardir"'
6483     am__untar='pax -r'
6484     ;;
6485   cpio)
6486     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6487     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6488     am__untar='cpio -i -H $1 -d'
6489     ;;
6490   none)
6491     am__tar=false
6492     am__tar_=false
6493     am__untar=false
6494     ;;
6495   esac
6496
6497   # If the value was cached, stop now.  We just wanted to have am__tar
6498   # and am__untar set.
6499   test -n "${am_cv_prog_tar_$1}" && break
6500
6501   # tar/untar a dummy directory, and stop if the command works
6502   rm -rf conftest.dir
6503   mkdir conftest.dir
6504   echo GrepMe > conftest.dir/file
6505   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6506   rm -rf conftest.dir
6507   if test -s conftest.tar; then
6508     AM_RUN_LOG([$am__untar <conftest.tar])
6509     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6510   fi
6511 done
6512 rm -rf conftest.dir
6513
6514 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6515 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6516 AC_SUBST([am__tar])
6517 AC_SUBST([am__untar])
6518 ])
6519 m4trace:aclocal/bsdsignals.m4:2: -1- AC_DEFUN([AC_BSD_SIGNALS], [
6520   AC_MSG_CHECKING(for BSD signal semantics)
6521   AC_CACHE_VAL(knfsd_cv_bsd_signals,
6522     [AC_TRY_RUN([
6523         #include <signal.h>
6524         #include <unistd.h>
6525         #include <sys/wait.h>
6526
6527         static int counter = 0;
6528         static RETSIGTYPE handler(int num) { counter++; }
6529
6530         int main()
6531         {
6532                 int     s;
6533                 if ((s = fork()) < 0) return 1;
6534                 if (s != 0) {
6535                         if (wait(&s) < 0) return 1;
6536                         return WIFSIGNALED(s)? 1 : 0;
6537                 }
6538
6539                 signal(SIGHUP, handler);
6540                 kill(getpid(), SIGHUP); kill(getpid(), SIGHUP);
6541                 return (counter == 2)? 0 : 1;
6542         }
6543     ], knfsd_cv_bsd_signals=yes, knfsd_cv_bsd_signals=no,
6544     [
6545       case "$host_os" in
6546         *linux*) knfsd_cv_bsd_signals=no;;
6547         *bsd*)   knfsd_cv_bsd_signals=yes;;
6548         *)       AC_MSG_ERROR([unable to guess signal semantics for $host_os; please set knfsd_cv_bsd_signals]);;
6549       esac
6550     ])]) dnl
6551     AC_MSG_RESULT($knfsd_cv_bsd_signals)
6552     test $knfsd_cv_bsd_signals = yes && AC_DEFINE(HAVE_BSD_SIGNALS, 1, [Define this if you want to use BSD signal semantics])
6553 ])
6554 m4trace:aclocal/kerberos5.m4:6: -1- AC_DEFUN([AC_KERBEROS_V5], [
6555   AC_MSG_CHECKING(for Kerberos v5)
6556   AC_ARG_WITH(krb5,
6557   [AC_HELP_STRING([--with-krb5=DIR], [use Kerberos v5 installation in DIR])],
6558   [ case "$withval" in
6559     yes|no)
6560        krb5_with=""
6561        ;;
6562     *)
6563        krb5_with="$withval"
6564        ;;
6565     esac ]
6566   )
6567
6568   for dir in $krb5_with /usr /usr/kerberos /usr/local /usr/local/krb5 \
6569              /usr/krb5 /usr/heimdal /usr/local/heimdal /usr/athena ; do
6570     dnl This ugly hack brought on by the split installation of
6571     dnl MIT Kerberos on Fedora Core 1
6572     K5CONFIG=""
6573     if test -f $dir/bin/krb5-config; then
6574       K5CONFIG=$dir/bin/krb5-config
6575     elif test -f "/usr/kerberos/bin/krb5-config"; then
6576       K5CONFIG="/usr/kerberos/bin/krb5-config"
6577     elif test -f "/usr/lib/mit/bin/krb5-config"; then
6578       K5CONFIG="/usr/lib/mit/bin/krb5-config"
6579     fi
6580     if test "$K5CONFIG" != ""; then
6581       KRBCFLAGS=`$K5CONFIG --cflags`
6582       KRBLIBS=`$K5CONFIG --libs gssapi`
6583       K5VERS=`$K5CONFIG --version | head -n 1 | awk '{split($(4),v,"."); if (v@<:@"3"@:>@ == "") v@<:@"3"@:>@ = "0"; print v@<:@"1"@:>@v@<:@"2"@:>@v@<:@"3"@:>@ }'`
6584       AC_DEFINE_UNQUOTED(KRB5_VERSION, $K5VERS, [Define this as the Kerberos version number])
6585       if test -f $dir/include/gssapi/gssapi_krb5.h -a \
6586                 \( -f $dir/lib/libgssapi_krb5.a -o \
6587                    -f $dir/lib/libgssapi_krb5.so \) ; then
6588          AC_DEFINE(HAVE_KRB5, 1, [Define this if you have MIT Kerberos libraries])
6589          KRBDIR="$dir"
6590   dnl If we are using MIT K5 1.3.1 and before, we *MUST* use the
6591   dnl private function (gss_krb5_ccache_name) to get correct
6592   dnl behavior of changing the ccache used by gssapi.
6593   dnl Starting in 1.3.2, we *DO NOT* want to use
6594   dnl gss_krb5_ccache_name, instead we want to set KRB5CCNAME
6595   dnl to get gssapi to use a different ccache
6596          if test $K5VERS -le 131; then
6597            AC_DEFINE(USE_GSS_KRB5_CCACHE_NAME, 1, [Define this if the private function, gss_krb5_cache_name, must be used to tell the Kerberos library which credentials cache to use. Otherwise, this is done by setting the KRB5CCNAME environment variable])
6598          fi
6599          gssapi_lib=gssapi_krb5
6600          break
6601       dnl The following ugly hack brought on by the split installation
6602       dnl of Heimdal Kerberos on SuSe
6603       elif test \( -f $dir/include/heim_err.h -o\
6604                  -f $dir/include/heimdal/heim_err.h \) -a \
6605                 -f $dir/lib/libroken.a; then
6606          AC_DEFINE(HAVE_HEIMDAL, 1, [Define this if you have Heimdal Kerberos libraries])
6607          KRBDIR="$dir"
6608          gssapi_lib=gssapi
6609         break
6610       fi
6611     fi
6612   done
6613   dnl We didn't find a usable Kerberos environment
6614   if test "x$KRBDIR" = "x"; then
6615     if test "x$krb5_with" = "x"; then
6616       AC_MSG_ERROR(Kerberos v5 with GSS support not found: consider --disable-gss or --with-krb5=)
6617     else
6618       AC_MSG_ERROR(Kerberos v5 with GSS support not found at $krb5_with)
6619     fi
6620   fi
6621   AC_MSG_RESULT($KRBDIR)
6622
6623   dnl Check if -rpath=$(KRBDIR)/lib is needed
6624   echo "The current KRBDIR is $KRBDIR"
6625   if test "$KRBDIR/lib" = "/lib" -o "$KRBDIR/lib" = "/usr/lib" \
6626        -o "$KRBDIR/lib" = "//lib" -o "$KRBDIR/lib" = "/usr//lib" ; then
6627     KRBLDFLAGS="";
6628   elif /sbin/ldconfig -p | grep > /dev/null "=> $KRBDIR/lib/"; then
6629     KRBLDFLAGS="";
6630   else
6631     KRBLDFLAGS="-Wl,-rpath=$KRBDIR/lib"
6632   fi
6633
6634   dnl Now check for functions within gssapi library
6635   AC_CHECK_LIB($gssapi_lib, gss_krb5_export_lucid_sec_context,
6636     AC_DEFINE(HAVE_LUCID_CONTEXT_SUPPORT, 1, [Define this if the Kerberos GSS library supports gss_krb5_export_lucid_sec_context]), ,$KRBLIBS)
6637   AC_CHECK_LIB($gssapi_lib, gss_krb5_set_allowable_enctypes,
6638     AC_DEFINE(HAVE_SET_ALLOWABLE_ENCTYPES, 1, [Define this if the Kerberos GSS library supports gss_krb5_set_allowable_enctypes]), ,$KRBLIBS)
6639   AC_CHECK_LIB($gssapi_lib, gss_krb5_ccache_name,
6640     AC_DEFINE(HAVE_GSS_KRB5_CCACHE_NAME, 1, [Define this if the Kerberos GSS library supports gss_krb5_ccache_name]), ,$KRBLIBS)
6641
6642   dnl If they specified a directory and it didn't work, give them a warning
6643   if test "x$krb5_with" != "x" -a "$krb5_with" != "$KRBDIR"; then
6644     AC_MSG_WARN(Using $KRBDIR instead of requested value of $krb5_with for Kerberos!)
6645   fi
6646
6647   AC_SUBST([KRBDIR])
6648   AC_SUBST([KRBLIBS])
6649   AC_SUBST([KRBCFLAGS])
6650   AC_SUBST([KRBLDFLAGS])
6651   AC_SUBST([K5VERS])
6652
6653 ])
6654 m4trace:aclocal/nfs-utils.m4:2: -1- AC_DEFUN([AC_GNULIBC], [
6655   AC_MSG_CHECKING(for GNU libc2)
6656   AC_CACHE_VAL(knfsd_cv_glibc2,
6657   [AC_TRY_CPP([
6658       #include <features.h>
6659       #if !defined(__GLIBC__)
6660       # error Nope
6661       #endif
6662       ],
6663   knfsd_cv_glibc2=yes, knfsd_cv_glibc2=no)])
6664   AC_MSG_RESULT($knfsd_cv_glibc2)
6665   if test $knfsd_cv_glibc2 = yes; then
6666     CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
6667     CPPFLAGS_FOR_BUILD="$CPPFLAGS_FOR_BUILD -D_GNU_SOURCE"
6668   fi
6669 ])
6670 m4trace:aclocal/tcp-wrappers.m4:2: -1- AC_DEFUN([AC_TCP_WRAPPERS], [
6671   TCPW_MSG="no"
6672   AC_ARG_WITH(tcp-wrappers,
6673     [  --with-tcp-wrappers[[=PATH]]      Enable tcpwrappers support
6674                  (optionally in PATH)],
6675     with_tcpw=$withval, $with_tcpw=yes)
6676         if test "x$with_tcpw" != "xno" ; then
6677             saved_LIBS="$LIBS"
6678             saved_LDFLAGS="$LDFLAGS"
6679             saved_CPPFLAGS="$CPPFLAGS"
6680             if test -n "${with_tcpw}" -a "${with_tcpw}" != "yes"; then
6681                 if test -d "${with_tcpw}/lib"; then
6682                     if test -n "${need_dash_r}"; then
6683                         LDFLAGS="-L${with_tcpw}/lib -R${with_tcpw}/lib ${LDFLAGS}"
6684                     else
6685                         LDFLAGS="-L${with_tcpw}/lib ${LDFLAGS}"
6686                     fi
6687                 else
6688                     if test -n "${need_dash_r}"; then
6689                         LDFLAGS="-L${with_tcpw} -R${with_tcpw} ${LDFLAGS}"
6690                     else
6691                         LDFLAGS="-L${with_tcpw} ${LDFLAGS}"
6692                     fi
6693                 fi
6694                 if test -d "${with_tcpw}/include"; then
6695                     CPPFLAGS="-I${with_tcpw}/include ${CPPFLAGS}"
6696                 else
6697                     CPPFLAGS="-I${with_tcpw} ${CPPFLAGS}"
6698                 fi
6699             fi
6700             LIBWRAP="-lwrap"
6701             LIBS="$LIBWRAP $LIBS"
6702             AC_MSG_CHECKING(for libwrap)
6703             AC_LINK_IFELSE([AC_LANG_PROGRAM([[
6704                 #include <tcpd.h>
6705                 int deny_severity = 0, allow_severity = 0;
6706                 ]], [[hosts_access(0);]])],[
6707                 AC_MSG_RESULT(yes)
6708                 AC_SUBST(LIBWRAP)
6709                 AC_DEFINE([LIBWRAP], [1], [tcp-wrapper])
6710                 AC_DEFINE([HAVE_LIBWRAP], [1], [tcp-wrapper])
6711                 AC_DEFINE([HAVE_TCP_WRAPPER], [1], [tcp-wrapper])
6712                 TCPW_MSG="yes"
6713                 ],[
6714                 AC_MSG_ERROR([*** libwrap missing])
6715                 
6716             ])
6717             LIBS="$saved_LIBS"
6718         fi
6719   AC_SUBST(LIBWRAP)
6720   AC_SUBST(HAVE_LIBWRAP)
6721   AC_SUBST(HAVE_TCP_WRAPPER)
6722 ])
6723 m4trace:configure.in:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
6724 m4trace:configure.in:3: -1- m4_pattern_forbid([_AC_])
6725 m4trace:configure.in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6726 m4trace:configure.in:3: -1- m4_pattern_allow([^AS_FLAGS$])
6727 m4trace:configure.in:3: -1- m4_pattern_forbid([^_?m4_])
6728 m4trace:configure.in:3: -1- m4_pattern_forbid([^dnl$])
6729 m4trace:configure.in:3: -1- m4_pattern_forbid([^_?AS_])
6730 m4trace:configure.in:3: -1- m4_pattern_allow([^SHELL$])
6731 m4trace:configure.in:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6732 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
6733 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6734 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6735 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
6736 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6737 m4trace:configure.in:3: -1- m4_pattern_allow([^exec_prefix$])
6738 m4trace:configure.in:3: -1- m4_pattern_allow([^prefix$])
6739 m4trace:configure.in:3: -1- m4_pattern_allow([^program_transform_name$])
6740 m4trace:configure.in:3: -1- m4_pattern_allow([^bindir$])
6741 m4trace:configure.in:3: -1- m4_pattern_allow([^sbindir$])
6742 m4trace:configure.in:3: -1- m4_pattern_allow([^libexecdir$])
6743 m4trace:configure.in:3: -1- m4_pattern_allow([^datarootdir$])
6744 m4trace:configure.in:3: -1- m4_pattern_allow([^datadir$])
6745 m4trace:configure.in:3: -1- m4_pattern_allow([^sysconfdir$])
6746 m4trace:configure.in:3: -1- m4_pattern_allow([^sharedstatedir$])
6747 m4trace:configure.in:3: -1- m4_pattern_allow([^localstatedir$])
6748 m4trace:configure.in:3: -1- m4_pattern_allow([^includedir$])
6749 m4trace:configure.in:3: -1- m4_pattern_allow([^oldincludedir$])
6750 m4trace:configure.in:3: -1- m4_pattern_allow([^docdir$])
6751 m4trace:configure.in:3: -1- m4_pattern_allow([^infodir$])
6752 m4trace:configure.in:3: -1- m4_pattern_allow([^htmldir$])
6753 m4trace:configure.in:3: -1- m4_pattern_allow([^dvidir$])
6754 m4trace:configure.in:3: -1- m4_pattern_allow([^pdfdir$])
6755 m4trace:configure.in:3: -1- m4_pattern_allow([^psdir$])
6756 m4trace:configure.in:3: -1- m4_pattern_allow([^libdir$])
6757 m4trace:configure.in:3: -1- m4_pattern_allow([^localedir$])
6758 m4trace:configure.in:3: -1- m4_pattern_allow([^mandir$])
6759 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
6760 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6761 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6762 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
6763 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6764 m4trace:configure.in:3: -1- m4_pattern_allow([^DEFS$])
6765 m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_C$])
6766 m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_N$])
6767 m4trace:configure.in:3: -1- m4_pattern_allow([^ECHO_T$])
6768 m4trace:configure.in:3: -1- m4_pattern_allow([^LIBS$])
6769 m4trace:configure.in:3: -1- m4_pattern_allow([^build_alias$])
6770 m4trace:configure.in:3: -1- m4_pattern_allow([^host_alias$])
6771 m4trace:configure.in:3: -1- m4_pattern_allow([^target_alias$])
6772 m4trace:configure.in:4: -1- m4_pattern_allow([^build$])
6773 m4trace:configure.in:4: -1- m4_pattern_allow([^build_cpu$])
6774 m4trace:configure.in:4: -1- m4_pattern_allow([^build_vendor$])
6775 m4trace:configure.in:4: -1- m4_pattern_allow([^build_os$])
6776 m4trace:configure.in:5: -1- m4_pattern_allow([^host$])
6777 m4trace:configure.in:5: -1- m4_pattern_allow([^host_cpu$])
6778 m4trace:configure.in:5: -1- m4_pattern_allow([^host_vendor$])
6779 m4trace:configure.in:5: -1- m4_pattern_allow([^host_os$])
6780 m4trace:configure.in:8: -1- AM_INIT_AUTOMAKE
6781 m4trace:configure.in:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6782 m4trace:configure.in:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6783 m4trace:configure.in:8: -1- AM_AUTOMAKE_VERSION([1.10])
6784 m4trace:configure.in:8: -1- _AM_AUTOCONF_VERSION([2.61])
6785 m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6786 m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6787 m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_DATA$])
6788 m4trace:configure.in:8: -1- m4_pattern_allow([^am__isrc$])
6789 m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__isrc])
6790 m4trace:configure.in:8: -1- m4_pattern_allow([^CYGPATH_W$])
6791 m4trace:configure.in:8: -1- _AM_SET_OPTIONS([])
6792 m4trace:configure.in:8: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
6793 You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
6794 /usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
6795 /usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
6796 configure.in:8: the top level])
6797 m4trace:configure.in:8: -1- m4_pattern_allow([^PACKAGE$])
6798 m4trace:configure.in:8: -1- m4_pattern_allow([^VERSION$])
6799 m4trace:configure.in:8: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6800  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6801 m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([no-define])
6802 m4trace:configure.in:8: -1- m4_pattern_allow([^PACKAGE$])
6803 m4trace:configure.in:8: -1- m4_pattern_allow([^VERSION$])
6804 m4trace:configure.in:8: -1- AM_SANITY_CHECK
6805 m4trace:configure.in:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6806 m4trace:configure.in:8: -1- AM_MISSING_HAS_RUN
6807 m4trace:configure.in:8: -1- AM_AUX_DIR_EXPAND
6808 m4trace:configure.in:8: -1- m4_pattern_allow([^ACLOCAL$])
6809 m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6810 m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOCONF$])
6811 m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6812 m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOMAKE$])
6813 m4trace:configure.in:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6814 m4trace:configure.in:8: -1- m4_pattern_allow([^AUTOHEADER$])
6815 m4trace:configure.in:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6816 m4trace:configure.in:8: -1- m4_pattern_allow([^MAKEINFO$])
6817 m4trace:configure.in:8: -1- AM_PROG_INSTALL_SH
6818 m4trace:configure.in:8: -1- m4_pattern_allow([^install_sh$])
6819 m4trace:configure.in:8: -1- AM_PROG_INSTALL_STRIP
6820 m4trace:configure.in:8: -1- m4_pattern_allow([^STRIP$])
6821 m4trace:configure.in:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6822 m4trace:configure.in:8: -1- AM_PROG_MKDIR_P
6823 m4trace:configure.in:8: -1- m4_pattern_allow([^mkdir_p$])
6824 m4trace:configure.in:8: -1- m4_pattern_allow([^AWK$])
6825 m4trace:configure.in:8: -1- m4_pattern_allow([^SET_MAKE$])
6826 m4trace:configure.in:8: -1- AM_SET_LEADING_DOT
6827 m4trace:configure.in:8: -1- m4_pattern_allow([^am__leading_dot$])
6828 m4trace:configure.in:8: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6829                              [_AM_PROG_TAR([v7])])])
6830 m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([tar-ustar])
6831 m4trace:configure.in:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6832 m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([tar-pax])
6833 m4trace:configure.in:8: -1- _AM_PROG_TAR([v7])
6834 m4trace:configure.in:8: -1- AM_MISSING_PROG([AMTAR], [tar])
6835 m4trace:configure.in:8: -1- m4_pattern_allow([^AMTAR$])
6836 m4trace:configure.in:8: -1- m4_pattern_allow([^am__tar$])
6837 m4trace:configure.in:8: -1- m4_pattern_allow([^am__untar$])
6838 m4trace:configure.in:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6839                   [_AM_DEPENDENCIES(CC)],
6840                   [define([AC_PROG_CC],
6841                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6842 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6843                   [_AM_DEPENDENCIES(CXX)],
6844                   [define([AC_PROG_CXX],
6845                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6846 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6847                   [_AM_DEPENDENCIES(OBJC)],
6848                   [define([AC_PROG_OBJC],
6849                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6850 ])
6851 m4trace:configure.in:8: -2- _AM_MANGLE_OPTION([no-dependencies])
6852 m4trace:configure.in:11: -1- AM_MAINTAINER_MODE
6853 m4trace:configure.in:11: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
6854 m4trace:configure.in:11: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
6855 m4trace:configure.in:11: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
6856 m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
6857 m4trace:configure.in:11: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
6858 m4trace:configure.in:11: -1- m4_pattern_allow([^MAINT$])
6859 m4trace:configure.in:16: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6860 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6861 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6862 configure.in:16: the top level])
6863 m4trace:configure.in:20: -1- m4_pattern_allow([^RELEASE$])
6864 m4trace:configure.in:25: -1- m4_pattern_allow([^statedir$])
6865 m4trace:configure.in:26: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6866 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6867 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6868 configure.in:26: the top level])
6869 m4trace:configure.in:40: -1- m4_pattern_allow([^statduser$])
6870 m4trace:configure.in:41: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6871 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6872 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6873 configure.in:41: the top level])
6874 m4trace:configure.in:47: -1- m4_pattern_allow([^NFS3_SUPPORTED$])
6875 m4trace:configure.in:51: -1- m4_pattern_allow([^enable_nfsv3$])
6876 m4trace:configure.in:52: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6877 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6878 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6879 configure.in:52: the top level])
6880 m4trace:configure.in:58: -1- m4_pattern_allow([^NFS4_SUPPORTED$])
6881 m4trace:configure.in:64: -1- m4_pattern_allow([^IDMAPD$])
6882 m4trace:configure.in:65: -1- m4_pattern_allow([^enable_nfsv4$])
6883 m4trace:configure.in:66: -1- AM_CONDITIONAL([CONFIG_NFSV4], [test "$enable_nfsv4" = "yes"])
6884 m4trace:configure.in:66: -1- m4_pattern_allow([^CONFIG_NFSV4_TRUE$])
6885 m4trace:configure.in:66: -1- m4_pattern_allow([^CONFIG_NFSV4_FALSE$])
6886 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([CONFIG_NFSV4_TRUE])
6887 m4trace:configure.in:66: -1- _AM_SUBST_NOTMAKE([CONFIG_NFSV4_FALSE])
6888 m4trace:configure.in:67: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6889 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6890 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6891 configure.in:67: the top level])
6892 m4trace:configure.in:73: -1- m4_pattern_allow([^GSS_SUPPORTED$])
6893 m4trace:configure.in:81: -1- m4_pattern_allow([^GSSD$])
6894 m4trace:configure.in:82: -1- m4_pattern_allow([^SVCGSSD$])
6895 m4trace:configure.in:83: -1- m4_pattern_allow([^enable_gss$])
6896 m4trace:configure.in:84: -1- AM_CONDITIONAL([CONFIG_GSS], [test "$enable_gss" = "yes"])
6897 m4trace:configure.in:84: -1- m4_pattern_allow([^CONFIG_GSS_TRUE$])
6898 m4trace:configure.in:84: -1- m4_pattern_allow([^CONFIG_GSS_FALSE$])
6899 m4trace:configure.in:84: -1- _AM_SUBST_NOTMAKE([CONFIG_GSS_TRUE])
6900 m4trace:configure.in:84: -1- _AM_SUBST_NOTMAKE([CONFIG_GSS_FALSE])
6901 m4trace:configure.in:85: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6902 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6903 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6904 configure.in:85: the top level])
6905 m4trace:configure.in:89: -1- m4_pattern_allow([^kprefix$])
6906 m4trace:configure.in:90: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6907 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6908 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6909 configure.in:90: the top level])
6910 m4trace:configure.in:96: -1- m4_pattern_allow([^RESTRICTED_STATD$])
6911 m4trace:configure.in:98: -1- m4_pattern_allow([^secure_statd$])
6912 m4trace:configure.in:99: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6913 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6914 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6915 configure.in:99: the top level])
6916 m4trace:configure.in:109: -1- AM_CONDITIONAL([CONFIG_RQUOTAD], [test "$enable_rquotad" = "yes"])
6917 m4trace:configure.in:109: -1- m4_pattern_allow([^CONFIG_RQUOTAD_TRUE$])
6918 m4trace:configure.in:109: -1- m4_pattern_allow([^CONFIG_RQUOTAD_FALSE$])
6919 m4trace:configure.in:109: -1- _AM_SUBST_NOTMAKE([CONFIG_RQUOTAD_TRUE])
6920 m4trace:configure.in:109: -1- _AM_SUBST_NOTMAKE([CONFIG_RQUOTAD_FALSE])
6921 m4trace:configure.in:111: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6922 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6923 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6924 configure.in:111: the top level])
6925 m4trace:configure.in:116: -1- AM_CONDITIONAL([CONFIG_MOUNT], [test "$enable_mount" = "yes"])
6926 m4trace:configure.in:116: -1- m4_pattern_allow([^CONFIG_MOUNT_TRUE$])
6927 m4trace:configure.in:116: -1- m4_pattern_allow([^CONFIG_MOUNT_FALSE$])
6928 m4trace:configure.in:116: -1- _AM_SUBST_NOTMAKE([CONFIG_MOUNT_TRUE])
6929 m4trace:configure.in:116: -1- _AM_SUBST_NOTMAKE([CONFIG_MOUNT_FALSE])
6930 m4trace:configure.in:119: -1- AC_TCP_WRAPPERS
6931 m4trace:configure.in:119: -1- m4_pattern_allow([^CC$])
6932 m4trace:configure.in:119: -1- m4_pattern_allow([^CFLAGS$])
6933 m4trace:configure.in:119: -1- m4_pattern_allow([^LDFLAGS$])
6934 m4trace:configure.in:119: -1- m4_pattern_allow([^LIBS$])
6935 m4trace:configure.in:119: -1- m4_pattern_allow([^CPPFLAGS$])
6936 m4trace:configure.in:119: -1- m4_pattern_allow([^CC$])
6937 m4trace:configure.in:119: -1- m4_pattern_allow([^CC$])
6938 m4trace:configure.in:119: -1- m4_pattern_allow([^CC$])
6939 m4trace:configure.in:119: -1- m4_pattern_allow([^CC$])
6940 m4trace:configure.in:119: -1- m4_pattern_allow([^ac_ct_CC$])
6941 m4trace:configure.in:119: -1- m4_pattern_allow([^EXEEXT$])
6942 m4trace:configure.in:119: -1- m4_pattern_allow([^OBJEXT$])
6943 m4trace:configure.in:119: -1- _AM_DEPENDENCIES([CC])
6944 m4trace:configure.in:119: -1- AM_SET_DEPDIR
6945 m4trace:configure.in:119: -1- m4_pattern_allow([^DEPDIR$])
6946 m4trace:configure.in:119: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6947 m4trace:configure.in:119: -1- AM_MAKE_INCLUDE
6948 m4trace:configure.in:119: -1- m4_pattern_allow([^am__include$])
6949 m4trace:configure.in:119: -1- m4_pattern_allow([^am__quote$])
6950 m4trace:configure.in:119: -1- AM_DEP_TRACK
6951 m4trace:configure.in:119: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6952 m4trace:configure.in:119: -1- m4_pattern_allow([^AMDEP_TRUE$])
6953 m4trace:configure.in:119: -1- m4_pattern_allow([^AMDEP_FALSE$])
6954 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6955 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6956 m4trace:configure.in:119: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6957 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6958 m4trace:configure.in:119: -1- m4_pattern_allow([^CCDEPMODE$])
6959 m4trace:configure.in:119: -1- AM_CONDITIONAL([am__fastdepCC], [
6960   test "x$enable_dependency_tracking" != xno \
6961   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6962 m4trace:configure.in:119: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6963 m4trace:configure.in:119: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6964 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6965 m4trace:configure.in:119: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6966 m4trace:configure.in:119: -1- m4_pattern_allow([^LIBWRAP$])
6967 m4trace:configure.in:119: -1- m4_pattern_allow([^LIBWRAP$])
6968 m4trace:configure.in:119: -1- m4_pattern_allow([^HAVE_LIBWRAP$])
6969 m4trace:configure.in:119: -1- m4_pattern_allow([^HAVE_TCP_WRAPPER$])
6970 m4trace:configure.in:119: -1- m4_pattern_allow([^LIBWRAP$])
6971 m4trace:configure.in:119: -1- m4_pattern_allow([^HAVE_LIBWRAP$])
6972 m4trace:configure.in:119: -1- m4_pattern_allow([^HAVE_TCP_WRAPPER$])
6973 m4trace:configure.in:125: -1- m4_pattern_allow([^CXX$])
6974 m4trace:configure.in:125: -1- m4_pattern_allow([^CXXFLAGS$])
6975 m4trace:configure.in:125: -1- m4_pattern_allow([^LDFLAGS$])
6976 m4trace:configure.in:125: -1- m4_pattern_allow([^LIBS$])
6977 m4trace:configure.in:125: -1- m4_pattern_allow([^CPPFLAGS$])
6978 m4trace:configure.in:125: -1- m4_pattern_allow([^CXX$])
6979 m4trace:configure.in:125: -1- m4_pattern_allow([^ac_ct_CXX$])
6980 m4trace:configure.in:125: -1- _AM_DEPENDENCIES([CXX])
6981 m4trace:configure.in:125: -1- m4_pattern_allow([^CXXDEPMODE$])
6982 m4trace:configure.in:125: -1- AM_CONDITIONAL([am__fastdepCXX], [
6983   test "x$enable_dependency_tracking" != xno \
6984   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6985 m4trace:configure.in:125: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
6986 m4trace:configure.in:125: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
6987 m4trace:configure.in:125: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
6988 m4trace:configure.in:125: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
6989 m4trace:configure.in:126: -1- m4_pattern_allow([^CC$])
6990 m4trace:configure.in:126: -1- m4_pattern_allow([^CFLAGS$])
6991 m4trace:configure.in:126: -1- m4_pattern_allow([^LDFLAGS$])
6992 m4trace:configure.in:126: -1- m4_pattern_allow([^LIBS$])
6993 m4trace:configure.in:126: -1- m4_pattern_allow([^CPPFLAGS$])
6994 m4trace:configure.in:126: -1- m4_pattern_allow([^CC$])
6995 m4trace:configure.in:126: -1- m4_pattern_allow([^CC$])
6996 m4trace:configure.in:126: -1- m4_pattern_allow([^CC$])
6997 m4trace:configure.in:126: -1- m4_pattern_allow([^CC$])
6998 m4trace:configure.in:126: -1- m4_pattern_allow([^ac_ct_CC$])
6999 m4trace:configure.in:126: -1- _AM_DEPENDENCIES([CC])
7000 m4trace:configure.in:126: -1- m4_pattern_allow([^CCDEPMODE$])
7001 m4trace:configure.in:126: -1- AM_CONDITIONAL([am__fastdepCC], [
7002   test "x$enable_dependency_tracking" != xno \
7003   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
7004 m4trace:configure.in:126: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
7005 m4trace:configure.in:126: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
7006 m4trace:configure.in:126: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
7007 m4trace:configure.in:126: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
7008 m4trace:configure.in:127: -1- m4_pattern_allow([^CPP$])
7009 m4trace:configure.in:127: -1- m4_pattern_allow([^CPPFLAGS$])
7010 m4trace:configure.in:127: -1- m4_pattern_allow([^CPP$])
7011 m4trace:configure.in:128: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
7012 m4trace:configure.in:128: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
7013 m4trace:configure.in:128: -1- m4_pattern_allow([^INSTALL_DATA$])
7014 m4trace:configure.in:129: -1- m4_pattern_allow([^LN_S$])
7015 m4trace:configure.in:130: -1- m4_pattern_allow([^SET_MAKE$])
7016 m4trace:configure.in:131: -1- AC_PROG_LIBTOOL
7017 m4trace:configure.in:131: -1- _AC_PROG_LIBTOOL
7018 m4trace:configure.in:131: -1- AC_LIBTOOL_SETUP
7019 m4trace:configure.in:131: -1- AC_ENABLE_SHARED
7020 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7021 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7022 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7023 /usr/share/aclocal/libtool.m4:1897: AC_ENABLE_SHARED is expanded from...
7024 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7025 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7026 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7027 configure.in:131: the top level])
7028 m4trace:configure.in:131: -1- AC_ENABLE_STATIC
7029 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7030 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7031 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7032 /usr/share/aclocal/libtool.m4:1936: AC_ENABLE_STATIC is expanded from...
7033 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7034 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7035 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7036 configure.in:131: the top level])
7037 m4trace:configure.in:131: -1- AC_ENABLE_FAST_INSTALL
7038 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7039 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7040 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7041 /usr/share/aclocal/libtool.m4:1975: AC_ENABLE_FAST_INSTALL is expanded from...
7042 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7043 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7044 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7045 configure.in:131: the top level])
7046 m4trace:configure.in:131: -1- AC_PROG_LD
7047 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7048 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7049 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7050 /usr/share/aclocal/libtool.m4:2116: AC_PROG_LD is expanded from...
7051 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7052 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7053 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7054 configure.in:131: the top level])
7055 m4trace:configure.in:131: -1- LT_AC_PROG_SED
7056 m4trace:configure.in:131: -1- AC_PROG_LD_GNU
7057 m4trace:configure.in:131: -1- AC_PROG_EGREP
7058 m4trace:configure.in:131: -1- m4_pattern_allow([^GREP$])
7059 m4trace:configure.in:131: -1- m4_pattern_allow([^GREP$])
7060 m4trace:configure.in:131: -1- m4_pattern_allow([^EGREP$])
7061 m4trace:configure.in:131: -1- m4_pattern_allow([^EGREP$])
7062 m4trace:configure.in:131: -1- AC_PROG_LD_RELOAD_FLAG
7063 m4trace:configure.in:131: -1- AC_PROG_NM
7064 m4trace:configure.in:131: -1- AC_DEPLIBS_CHECK_METHOD
7065 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
7066 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
7067 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7068 m4trace:configure.in:131: -1- AC_LIBTOOL_OBJDIR
7069 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
7070 m4trace:configure.in:131: -1- _LT_AC_PROG_ECHO_BACKSLASH
7071 m4trace:configure.in:131: -1- _LT_AC_SHELL_INIT([
7072 # Check that we are running under the correct shell.
7073 SHELL=${CONFIG_SHELL-/bin/sh}
7074
7075 case X$ECHO in
7076 X*--fallback-echo)
7077   # Remove one level of quotation (which was required for Make).
7078   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
7079   ;;
7080 esac
7081
7082 echo=${ECHO-echo}
7083 if test "X[$]1" = X--no-reexec; then
7084   # Discard the --no-reexec flag, and continue.
7085   shift
7086 elif test "X[$]1" = X--fallback-echo; then
7087   # Avoid inline document here, it may be left over
7088   :
7089 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
7090   # Yippee, $echo works!
7091   :
7092 else
7093   # Restart under the correct shell.
7094   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
7095 fi
7096
7097 if test "X[$]1" = X--fallback-echo; then
7098   # used as fallback echo
7099   shift
7100   cat <<EOF
7101 [$]*
7102 EOF
7103   exit 0
7104 fi
7105
7106 # The HP-UX ksh and POSIX shell print the target directory to stdout
7107 # if CDPATH is set.
7108 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7109
7110 if test -z "$ECHO"; then
7111 if test "X${echo_test_string+set}" != Xset; then
7112 # find a string as large as possible, as long as the shell can cope with it
7113   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7114     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7115     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7116        echo_test_string=`eval $cmd` &&
7117        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7118     then
7119       break
7120     fi
7121   done
7122 fi
7123
7124 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7125    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7126    test "X$echo_testing_string" = "X$echo_test_string"; then
7127   :
7128 else
7129   # The Solaris, AIX, and Digital Unix default echo programs unquote
7130   # backslashes.  This makes it impossible to quote backslashes using
7131   #   echo "$something" | sed 's/\\/\\\\/g'
7132   #
7133   # So, first we look for a working echo in the user's PATH.
7134
7135   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7136   for dir in $PATH /usr/ucb; do
7137     IFS="$lt_save_ifs"
7138     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7139        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7140        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7141        test "X$echo_testing_string" = "X$echo_test_string"; then
7142       echo="$dir/echo"
7143       break
7144     fi
7145   done
7146   IFS="$lt_save_ifs"
7147
7148   if test "X$echo" = Xecho; then
7149     # We didn't find a better echo, so look for alternatives.
7150     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7151        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7152        test "X$echo_testing_string" = "X$echo_test_string"; then
7153       # This shell has a builtin print -r that does the trick.
7154       echo='print -r'
7155     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7156          test "X$CONFIG_SHELL" != X/bin/ksh; then
7157       # If we have ksh, try running configure again with it.
7158       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7159       export ORIGINAL_CONFIG_SHELL
7160       CONFIG_SHELL=/bin/ksh
7161       export CONFIG_SHELL
7162       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7163     else
7164       # Try using printf.
7165       echo='printf %s\n'
7166       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7167          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7168          test "X$echo_testing_string" = "X$echo_test_string"; then
7169         # Cool, printf works
7170         :
7171       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7172            test "X$echo_testing_string" = 'X\t' &&
7173            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7174            test "X$echo_testing_string" = "X$echo_test_string"; then
7175         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7176         export CONFIG_SHELL
7177         SHELL="$CONFIG_SHELL"
7178         export SHELL
7179         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7180       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7181            test "X$echo_testing_string" = 'X\t' &&
7182            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7183            test "X$echo_testing_string" = "X$echo_test_string"; then
7184         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7185       else
7186         # maybe with a smaller string...
7187         prev=:
7188
7189         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7190           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7191           then
7192             break
7193           fi
7194           prev="$cmd"
7195         done
7196
7197         if test "$prev" != 'sed 50q "[$]0"'; then
7198           echo_test_string=`eval $prev`
7199           export echo_test_string
7200           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7201         else
7202           # Oops.  We lost completely, so just stick with echo.
7203           echo=echo
7204         fi
7205       fi
7206     fi
7207   fi
7208 fi
7209 fi
7210
7211 # Copy echo and quote the copy suitably for passing to libtool from
7212 # the Makefile, instead of quoting the original, which is used later.
7213 ECHO=$echo
7214 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7215    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7216 fi
7217
7218 AC_SUBST(ECHO)
7219 ])
7220 m4trace:configure.in:131: -1- m4_pattern_allow([^ECHO$])
7221 m4trace:configure.in:131: -1- m4_pattern_allow([^AR$])
7222 m4trace:configure.in:131: -1- m4_pattern_allow([^RANLIB$])
7223 m4trace:configure.in:131: -1- m4_pattern_allow([^STRIP$])
7224 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
7225 m4trace:configure.in:131: -1- AC_PATH_MAGIC
7226 m4trace:configure.in:131: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7227 m4trace:configure.in:131: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7228 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7229 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7230 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7231 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7232 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7233 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7234 configure.in:131: the top level])
7235 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7236 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7237 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7238 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7239 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7240 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7241 configure.in:131: the top level])
7242 m4trace:configure.in:131: -1- AC_LIBTOOL_LANG_C_CONFIG
7243 m4trace:configure.in:131: -1- _LT_AC_LANG_C_CONFIG
7244 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([objext], [])
7245 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
7246 m4trace:configure.in:131: -1- _LT_COMPILER_BOILERPLATE
7247 m4trace:configure.in:131: -1- _LT_LINKER_BOILERPLATE
7248 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7249 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7250 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7251 m4trace:configure.in:131: -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"])
7252 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7253 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7254 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7255 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7256 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7257 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7258 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7259 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7260 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7261 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7262 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7263 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7264 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7265 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7266 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7267 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7268 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7269 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7270 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7271 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7272 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7273 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7274 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7275 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7276 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7277 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7278 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7279 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7280 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7281 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7282 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7283 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7284 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7285 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7286 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7287 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7288 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7289 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7290 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7291 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7292 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7293 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7294 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7295 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7296 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7297 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7298 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7299 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7300 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7301 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7302 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7303 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7304 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7305 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7306 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7307 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7308 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7309 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7310 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7311 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7312 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7313 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7314 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7315 m4trace:configure.in:131: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_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
7316      "" | " "*) ;;
7317      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7318      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7319      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7320 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7321 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7322 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7323 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7324 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7325 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7326 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7327 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7328 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7329 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7330 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7331 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7332 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7333 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7334 m4trace:configure.in:131: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7335 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7336 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_CC_C_O([])
7337 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7338 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7339 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7340 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7341 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7342 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7343 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7344 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7345 m4trace:configure.in:131: -1- _LT_AC_LOCK
7346 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7347 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7348 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7349 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7350 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7351 /usr/share/aclocal/libtool.m4:469: _LT_AC_LOCK is expanded from...
7352 /usr/share/aclocal/libtool.m4:1073: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7353 /usr/share/aclocal/libtool.m4:2639: _LT_AC_LANG_C_CONFIG is expanded from...
7354 /usr/share/aclocal/libtool.m4:2638: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7355 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7356 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7357 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7358 configure.in:131: the top level])
7359 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7360 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7361 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7362 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7363 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7364 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7365 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7366 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7367 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7368 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7369 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7370 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7371 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7372 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7373 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7374 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7375 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7376 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7377 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7378 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7379 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7380 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7381 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7382 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [])
7383 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7384 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
7385 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7386 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7387 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7388 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7389 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7390 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7391 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7392 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7393 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7394 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7395 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7396 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7398 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7399 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7400 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7401 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7402 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7403 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7404 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7405 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7406 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7407 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7408 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7409 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7410 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7411 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7412 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7413 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7414 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7415 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7416 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7417 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7418 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7419 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7420 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7421 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7422 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7423 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7424 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7425 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7426 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7427 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7428 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7429 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7430 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7431 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7432 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7433 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7434 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7435 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7436 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7437 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7438 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7439 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7440 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7441 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7442 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7443 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7444 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7445 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7446 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7447 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7448 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7449 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7450 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7451 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7452 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7453 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7454 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7455 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7456 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7457 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7458 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
7459 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7460 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7461 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7462 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7463 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7464 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
7465 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7466 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7467 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7468 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7469 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7470 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7471 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7472 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7473 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7474 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7475 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7476 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7477 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7478 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7479 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7480 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7481 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7482 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7483 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7484 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7485 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7486 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7487 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7488 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7489 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7490 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7491 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7492 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7493 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7494 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7495 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7496 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7497 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7498 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7499 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7500 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7501 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7502 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7503 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7504 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7505 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7506 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7507 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7508 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7509 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7510 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7511 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7512 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7513 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7514 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7515 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7516 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7517 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7518 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7519 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7520 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7521 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7522 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7523 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7524 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7525 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7526 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7527 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7528 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7529 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7530 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7531 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7532 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7533 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7534 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7535 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7536 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7537 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7538 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7539 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7540 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7541 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7542 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7543 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7544 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7545 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7546 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7547 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7548 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7549 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7550 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7551 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7552 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7553 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7554 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7555 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7556 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7557 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7558 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7559 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7560 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7561 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7562 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7563 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7564 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7565 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7566 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7567 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7568 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7569 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7570 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7571 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7572 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7573 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7574 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7575 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7576 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7577 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7578 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7579 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7580 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7581 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7582 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7583 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7584 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7585 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7586 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7587 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7588 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7589 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7590 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7591 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7592 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7593 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7594 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7595 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7596 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7597 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7598 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7599 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7600 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7601 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7602 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7603 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7604 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7605 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7606 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7607 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7608 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7609 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7610 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([reload_cmds], [])
7611 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7612 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7613 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7614 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7615 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7616 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7617 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7618 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7619 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7620 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7621 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7622 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7623 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7624 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7625 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7626 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7627 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7628 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7629 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7630 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7631 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7632 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7633 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7634 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7635 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7636 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7637 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7638 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7639 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7640 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7641 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7642 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7643 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7644 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7645 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7646 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7647 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7648 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7649 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7650 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7651 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7652 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7653 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7654 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([archive_cmds], [])
7655 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7656 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7657 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7658 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7659 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7660 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7661 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7662 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7663 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7664 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([runpath_var], [])
7665 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7666 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7667 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7668 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7669 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7670 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7671 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7672 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7673 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7674 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_LIB_STRIP
7675 m4trace:configure.in:131: -1- AC_LIBTOOL_DLOPEN_SELF
7676 m4trace:configure.in:131: -1- _LT_AC_CHECK_DLFCN
7677 m4trace:configure.in:131: -1- m4_pattern_allow([^STDC_HEADERS$])
7678 m4trace:configure.in:131: -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])
7679 m4trace:configure.in:131: -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])
7680 m4trace:configure.in:131: -1- AC_LIBTOOL_CONFIG([])
7681 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [])
7682 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([CC], [])
7683 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [])
7684 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7685 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7686 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7687 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7688 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7689 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7690 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7691 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7692 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7693 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7694 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [])
7695 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [])
7696 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [])
7697 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [])
7698 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7699 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7700 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7701 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7702 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7703 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7704 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7705 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7706 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7707 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7708 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7709 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7710 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7711 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7712 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7713 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7714 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7715 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [])
7716 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7717 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7718 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7719 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7720 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7721 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7722 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7723 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7724 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7725 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7726 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [])
7727 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [])
7728 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [])
7729 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7730 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7731 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7732 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7733 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7734 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7735 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7736 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7737 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7738 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7739 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7740 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [])
7741 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7742 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [])
7743 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7744 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [])
7745 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [])
7746 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [])
7747 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [])
7748 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7749 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7750 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7751 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [])
7752 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7753 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7754 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7755 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7756 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7757 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7758 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7759 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7760 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7761 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7762 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7763 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7764 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [])
7765 m4trace:configure.in:131: -1- _LT_AC_TAGCONFIG
7766 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7767 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7768 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7769 /usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
7770 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7771 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7772 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7773 configure.in:131: the top level])
7774 m4trace:configure.in:131: -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:1775: _LT_AC_TAGCONFIG is expanded from...
7775 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7776 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7777 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7778 configure.in:131: the top level])
7779 m4trace:configure.in:131: -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:1775: _LT_AC_TAGCONFIG is expanded from...
7780 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7781 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7782 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7783 configure.in:131: the top level])
7784 m4trace:configure.in:131: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7785 m4trace:configure.in:131: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7786 m4trace:configure.in:131: -1- _LT_AC_PROG_CXXCPP
7787 m4trace:configure.in:131: -1- m4_pattern_allow([^CXXCPP$])
7788 m4trace:configure.in:131: -1- m4_pattern_allow([^CPPFLAGS$])
7789 m4trace:configure.in:131: -1- m4_pattern_allow([^CXXCPP$])
7790 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7791 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7792 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7793 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7794 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7795 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7796 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7797 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7798 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7799 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7800 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7801 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7802 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7803 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7804 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7805 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7806 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7807 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7808 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7809 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7810 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7811 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [CXX])
7812 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7813 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7814 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([objext], [CXX])
7815 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
7816 m4trace:configure.in:131: -1- _LT_COMPILER_BOILERPLATE
7817 m4trace:configure.in:131: -1- _LT_LINKER_BOILERPLATE
7818 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [CXX])
7819 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
7820 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7821 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7822 m4trace:configure.in:131: -1- AC_PROG_LD
7823 m4trace:configure.in:131: -1- AC_PROG_LD_GNU
7824 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7825 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7826 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7827 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7828 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7829 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7830 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7831 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7832 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7833 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7834 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7835 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7836 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7837 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7838 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7839 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7840 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7841 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7842 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7843 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7844 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
7845 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7846 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7847 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7848 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7849 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7850 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
7851 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7852 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7853 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7854 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7855 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7856 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7857 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7858 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7859 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7860 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7861 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7862 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7863 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7864 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7865 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7866 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7867 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7868 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7869 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7870 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7871 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7872 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7873 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7874 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7875 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7876 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7877 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7878 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7879 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7880 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7881 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7882 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7883 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7884 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7885 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7886 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7887 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7888 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7889 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7890 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7891 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7892 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7893 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7894 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7895 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7896 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7897 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7898 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7899 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7900 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7901 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7902 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7903 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7904 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7905 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7906 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7907 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7908 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7909 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7910 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7911 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7912 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7913 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7914 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7915 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7916 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7917 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7918 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7919 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7920 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7921 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7922 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7923 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7924 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7925 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7926 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7927 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7928 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7929 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7930 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7931 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7932 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7933 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7934 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7935 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7936 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7937 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7938 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7939 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7940 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7941 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7942 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7943 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7944 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7945 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7946 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7947 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7948 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7949 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7950 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7951 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7952 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7953 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7954 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7955 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7956 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7957 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7958 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7959 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7960 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7961 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7962 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7963 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7964 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7965 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7966 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7967 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7968 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7969 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7970 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7971 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7972 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7973 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7974 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7975 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7976 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7977 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7978 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7979 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7980 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7981 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7982 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7983 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7984 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7985 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7986 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7987 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7988 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7989 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7990 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7991 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7992 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7993 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7994 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7995 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7996 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7997 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7998 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7999 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8000 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8001 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8002 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8003 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8004 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8005 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8006 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8007 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8008 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8009 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8010 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8011 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8012 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8013 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8014 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8015 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8016 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8017 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8018 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8019 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8020 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8021 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8022 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8023 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8024 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8025 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8026 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8027 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8028 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8029 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8030 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8031 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8032 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8033 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8034 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8035 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8036 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8037 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8038 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8039 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8040 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8041 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8042 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8043 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8044 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8045 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8046 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8047 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [CXX])
8048 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [CXX])
8049 m4trace:configure.in:131: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
8050 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8051 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8052 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8053 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8054 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8055 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8056 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8057 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8058 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8059 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8060 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8061 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8062 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8063 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8064 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8065 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8066 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8067 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8068 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8069 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8070 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8071 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8072 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
8073 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8074 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8075 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8076 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8077 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8078 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8079 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8080 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8081 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8082 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8083 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8084 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8085 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8086 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8087 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8088 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8089 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8090 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8091 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8092 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8093 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8094 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8095 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8096 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8097 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8098 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8099 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8100 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8101 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8102 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8103 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8104 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8105 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8106 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8107 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8108 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8109 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8110 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8111 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8112 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8113 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8114 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8115 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8116 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8117 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8118 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8119 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8120 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8121 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8122 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8123 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8124 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8125 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8126 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8127 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8128 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8129 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8130 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8131 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
8132 m4trace:configure.in:131: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_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
8133      "" | " "*) ;;
8134      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8135      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8136      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8137 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8138 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8139 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8140 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8141 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8142 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8143 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8144 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8145 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8146 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8147 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8148 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8149 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8150 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
8151 m4trace:configure.in:131: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
8152 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8153 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8154 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8155 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8156 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8157 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8158 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8159 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8160 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8161 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8162 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8163 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8164 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8165 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8166 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8167 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8168 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8169 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8170 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8171 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8172 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8173 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8174 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8175 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8176 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8177 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8178 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8179 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8180 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8181 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8182 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8183 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8184 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8185 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8186 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8187 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8188 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8189 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8190 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8191 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8192 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8193 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8194 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8195 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8196 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8197 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8198 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8199 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8200 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8201 m4trace:configure.in:131: -1- AC_LIBTOOL_CONFIG([CXX])
8202 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [CXX])
8203 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([CC], [CXX])
8204 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [CXX])
8205 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8206 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8207 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8208 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8209 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8210 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8211 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8212 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8213 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8214 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8215 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8216 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8217 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [CXX])
8218 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8219 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8220 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8221 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8222 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8223 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8224 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8225 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8226 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8227 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8228 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8229 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8230 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8231 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8232 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8233 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8234 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8235 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8236 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8237 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8238 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8239 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8240 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8241 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8242 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8243 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8244 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8245 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8246 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8247 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [CXX])
8248 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [CXX])
8249 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [CXX])
8250 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8251 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8252 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8253 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8254 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8255 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8256 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8257 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8258 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8259 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8260 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8261 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8262 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8263 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8264 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8265 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8266 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8267 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [CXX])
8268 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8269 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8270 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8271 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8272 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8273 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8274 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8275 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8276 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8277 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8278 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8279 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8280 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8281 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8282 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8283 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8284 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8285 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8286 m4trace:configure.in:131: -1- AC_LIBTOOL_LANG_F77_CONFIG
8287 m4trace:configure.in:131: -1- _LT_AC_LANG_F77_CONFIG([F77])
8288 m4trace:configure.in:131: -1- m4_pattern_allow([^F77$])
8289 m4trace:configure.in:131: -1- m4_pattern_allow([^FFLAGS$])
8290 m4trace:configure.in:131: -1- m4_pattern_allow([^LDFLAGS$])
8291 m4trace:configure.in:131: -1- m4_pattern_allow([^LIBS$])
8292 m4trace:configure.in:131: -1- m4_pattern_allow([^F77$])
8293 m4trace:configure.in:131: -1- m4_pattern_allow([^ac_ct_F77$])
8294 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8295 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8296 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8297 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8298 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8299 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8300 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8301 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8302 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8303 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8304 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8305 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8306 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8307 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8308 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8309 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8310 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8311 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8312 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([objext], [F77])
8313 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
8314 m4trace:configure.in:131: -1- _LT_COMPILER_BOILERPLATE
8315 m4trace:configure.in:131: -1- _LT_LINKER_BOILERPLATE
8316 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [F77])
8317 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
8318 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [F77])
8319 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [F77])
8320 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8321 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8322 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8323 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8324 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8325 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8326 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8327 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8328 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8329 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8330 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8331 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8332 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8333 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8334 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8335 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8336 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8337 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8338 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8339 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8340 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8341 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8342 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8343 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8344 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8345 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8346 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8347 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8348 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8349 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8350 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8351 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8352 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8353 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8354 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8355 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8356 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8357 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8358 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8359 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8360 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8361 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8362 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8363 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8364 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8365 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8366 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8367 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8368 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8369 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8370 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8371 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8372 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8373 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8374 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8375 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8376 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8377 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8378 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8379 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8380 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8381 m4trace:configure.in:131: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_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
8382      "" | " "*) ;;
8383      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8384      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8385      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8386 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8387 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8388 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8389 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8390 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8391 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8392 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8393 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8394 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8395 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8396 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8397 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8398 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8399 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8400 m4trace:configure.in:131: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8401 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8402 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8403 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8404 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8405 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8406 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8407 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8408 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8409 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8410 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8411 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8412 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8413 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8414 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8415 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8416 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8417 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8418 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8419 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8420 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8421 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8422 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8423 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8424 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8425 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8426 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8427 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8428 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8429 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8430 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8431 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8432 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8433 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8434 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8435 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8436 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
8437 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8438 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8439 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8440 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8441 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8442 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8443 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8444 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8445 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8446 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8447 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8448 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8449 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8450 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8451 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8452 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8453 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8454 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8455 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8456 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8457 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8458 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8459 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8460 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8461 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8462 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8463 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8464 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8465 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8466 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8467 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8468 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8469 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8470 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8471 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8472 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8473 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8474 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8475 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8476 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8477 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8478 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8479 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8480 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8481 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8482 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8483 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8484 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8485 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8486 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8487 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8488 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8489 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8490 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8491 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8492 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8493 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8494 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8495 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8496 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8497 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8498 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8499 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8500 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8501 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8502 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8503 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8504 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8505 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8506 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8507 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8508 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8509 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8510 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
8511 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8512 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8513 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8514 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8515 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8516 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
8517 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8518 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8519 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8520 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8521 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8522 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8523 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8524 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8525 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8526 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8527 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8528 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8529 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8530 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8531 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8532 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8533 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8534 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8535 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8536 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8537 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8538 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8539 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8540 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8541 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8542 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8543 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8544 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8545 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8546 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8547 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8548 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8549 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8550 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8551 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8552 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8553 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8554 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8555 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8556 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8557 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8558 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8559 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8560 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8561 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8562 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8563 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8564 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8565 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8566 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8567 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8568 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8569 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8570 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8571 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8572 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8573 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8574 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8575 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8576 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8577 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8578 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8579 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8580 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8581 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8582 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8583 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8584 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8585 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8586 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8587 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8588 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8589 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8590 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8591 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8592 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8593 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8594 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8595 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8596 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8597 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8598 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8599 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8600 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8601 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8602 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8603 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8604 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8605 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8606 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8607 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8608 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8609 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8610 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8611 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8612 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8613 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8614 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8615 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8616 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8617 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8618 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8619 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8620 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8621 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8622 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8623 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8624 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8625 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8626 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8627 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8628 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8629 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8630 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8631 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8632 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8633 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8634 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8635 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8636 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8637 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8638 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8639 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8640 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8641 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8642 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8643 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8644 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8645 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8646 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8647 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8648 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8649 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8650 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8651 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8652 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8653 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8654 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8655 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8656 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8657 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8658 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8659 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8660 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8661 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8662 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8663 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8664 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8665 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8666 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8667 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8668 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8669 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8670 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8671 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8672 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8673 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8674 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8675 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8676 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8677 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8678 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8679 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8680 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8681 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8682 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8683 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8684 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8685 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8686 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8687 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8688 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8689 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8690 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8691 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8692 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8693 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8694 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8695 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8696 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8697 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8698 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8699 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8700 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8701 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8702 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8703 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8704 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8705 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8706 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8707 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8708 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8709 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8710 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8711 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8712 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8713 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8714 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8715 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8716 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8717 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8718 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8719 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8720 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8721 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8722 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8723 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8724 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8725 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8726 m4trace:configure.in:131: -1- AC_LIBTOOL_CONFIG([F77])
8727 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [F77])
8728 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([CC], [F77])
8729 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [F77])
8730 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8731 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8732 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8733 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8734 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8735 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8736 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8737 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8738 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8739 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8740 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8741 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8742 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [F77])
8743 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [F77])
8744 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8745 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8746 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8747 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8748 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8749 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8750 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8751 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8752 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8753 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8754 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8755 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8756 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8757 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8758 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8759 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8760 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8761 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8762 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8763 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8764 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8765 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8766 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8767 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8768 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8769 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8770 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8771 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8772 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [F77])
8773 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [F77])
8774 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [F77])
8775 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8776 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8777 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8778 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8779 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8780 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8781 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8782 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8783 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8784 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8785 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8786 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8787 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8788 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8789 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8790 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8791 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8792 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [F77])
8793 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [F77])
8794 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8795 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8796 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8797 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8798 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8799 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8800 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8801 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8802 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8803 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8804 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8805 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8806 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8807 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8808 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8809 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8810 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8811 m4trace:configure.in:131: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8812 m4trace:configure.in:131: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8813 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8814 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8815 /usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8816 /usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8817 /usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
8818 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8819 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8820 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8821 configure.in:131: the top level])
8822 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([objext], [GCJ])
8823 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
8824 m4trace:configure.in:131: -1- _LT_COMPILER_BOILERPLATE
8825 m4trace:configure.in:131: -1- _LT_LINKER_BOILERPLATE
8826 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8827 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
8828 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8829 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8830 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8831 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8832 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8833 m4trace:configure.in:131: -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"])
8834 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8835 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8836 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8837 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8838 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8839 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8840 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8841 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8842 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8843 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8844 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8845 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8846 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8847 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8848 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8849 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8850 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8851 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8852 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8853 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8854 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8855 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8856 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8857 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8858 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8859 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8860 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8861 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8862 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8863 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8864 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8865 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8866 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8867 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8868 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8869 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8870 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8871 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8872 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8873 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8874 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8875 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8876 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8877 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8878 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8879 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8880 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8881 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8882 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8883 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8884 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8885 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8886 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8887 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8888 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8889 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8890 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8891 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8892 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8893 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8894 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8895 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8896 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8897 m4trace:configure.in:131: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_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
8898      "" | " "*) ;;
8899      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8900      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8901      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8902 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8903 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8904 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8905 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8906 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8907 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8908 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8909 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8910 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8911 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8912 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8913 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8914 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8915 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8916 m4trace:configure.in:131: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8917 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8918 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8919 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8920 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8921 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8922 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8923 m4trace:configure.in:131: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8924 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8925 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8926 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8927 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8928 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8929 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8930 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8931 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8932 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8933 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8934 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8935 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8936 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8937 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8938 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8939 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8940 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8941 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8942 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8943 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8944 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8945 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8946 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8947 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8948 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8949 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8950 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8951 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8952 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
8953 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8954 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8955 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8956 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8957 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8958 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8959 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8960 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8961 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8962 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8963 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8964 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8965 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8966 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8967 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8968 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8969 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8970 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8971 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8972 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8973 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8974 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8975 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8976 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8977 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8978 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8979 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8980 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8981 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8982 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8983 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8984 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8985 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8986 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8987 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8988 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8989 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8990 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8991 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8992 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8993 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8994 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8995 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8996 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8997 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8998 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8999 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9000 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9001 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9002 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9003 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9004 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9005 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9006 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9007 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9008 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9009 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9010 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9011 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9012 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9013 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9014 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9015 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9016 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9017 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9018 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9019 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9020 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9021 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9022 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9023 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9024 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9025 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9026 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
9027 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9028 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9029 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9030 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9031 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9032 m4trace:configure.in:131: -1- _LT_AC_SYS_LIBPATH_AIX
9033 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9034 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9035 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9036 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9037 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9038 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9039 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9040 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9041 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9042 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9043 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9044 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9045 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9046 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9047 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9048 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9049 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9050 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9051 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9052 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9053 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9054 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9055 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9056 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9057 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9058 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9059 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9060 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9061 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9062 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9063 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9064 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9065 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9066 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9067 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9068 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9069 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9070 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9071 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9072 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9073 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9074 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9075 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9076 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9077 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9078 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9079 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9080 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9081 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9082 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9083 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9084 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9085 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9086 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9087 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9088 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9089 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9090 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9091 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9092 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9093 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9094 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9095 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9096 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9097 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9098 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9099 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9100 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9101 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9102 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9103 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9104 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9105 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9106 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9107 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9108 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9109 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9110 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9111 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9112 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9113 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9114 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9115 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9116 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9117 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9118 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9119 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9120 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9121 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9122 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9123 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9124 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9125 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9126 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9127 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9128 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9129 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9130 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9131 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9132 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9133 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9134 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9135 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9136 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9137 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9138 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9139 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9140 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9141 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9142 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9143 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9144 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9145 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9146 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9147 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9148 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9149 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9150 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9151 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9152 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9153 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9154 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9155 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9156 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9157 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9158 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9159 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9160 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9161 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9162 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9163 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9164 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9165 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9166 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9167 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9168 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9169 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9170 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9171 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9172 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9173 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9174 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9175 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9176 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9177 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9178 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9179 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9180 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9181 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9182 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9183 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9184 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9185 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9186 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9187 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9188 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9189 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9190 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9191 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9192 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9193 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9194 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9195 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9196 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9197 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9198 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9199 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9200 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9201 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9202 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9203 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9204 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9205 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9206 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9207 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9208 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9209 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9210 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9211 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9212 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9213 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9214 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9215 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9216 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9217 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9218 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9219 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9220 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9221 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9222 m4trace:configure.in:131: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9223 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9224 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9225 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9226 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9227 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9228 m4trace:configure.in:131: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9229 m4trace:configure.in:131: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9230 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9231 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9232 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9233 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9234 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9235 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9236 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9237 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9238 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9239 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9240 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9241 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9242 m4trace:configure.in:131: -1- AC_LIBTOOL_CONFIG([GCJ])
9243 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9244 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([CC], [GCJ])
9245 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [GCJ])
9246 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9247 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9248 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9249 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9250 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9251 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9252 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9253 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9254 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9255 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9256 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9257 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9258 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9259 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9260 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9261 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9262 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9263 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9264 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9265 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9266 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9267 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9268 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9269 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9270 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9271 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9272 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9273 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9274 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9275 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9276 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9277 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9278 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9279 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9280 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9281 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9282 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9283 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9284 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9285 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9286 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9287 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9288 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9289 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9290 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [GCJ])
9291 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9292 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9293 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9294 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9295 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9296 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9297 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9298 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9299 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9300 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9301 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9302 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9303 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9304 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9305 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9306 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9307 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9308 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9309 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9310 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9311 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9312 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9313 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9314 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9315 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9316 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9317 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9318 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9319 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9320 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9321 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9322 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9323 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9324 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9325 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9326 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9327 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9328 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9329 /usr/share/aclocal/libtool.m4:3989: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9330 /usr/share/aclocal/libtool.m4:3988: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9331 /usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
9332 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9333 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9334 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9335 configure.in:131: the top level])
9336 m4trace:configure.in:131: -1- AC_LIBTOOL_LANG_RC_CONFIG
9337 m4trace:configure.in:131: -1- _LT_AC_LANG_RC_CONFIG([RC])
9338 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9339 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9340 /usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
9341 /usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9342 /usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
9343 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9344 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9345 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9346 configure.in:131: the top level])
9347 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([objext], [RC])
9348 m4trace:configure.in:131: -1- _LT_AC_SYS_COMPILER
9349 m4trace:configure.in:131: -1- _LT_COMPILER_BOILERPLATE
9350 m4trace:configure.in:131: -1- _LT_LINKER_BOILERPLATE
9351 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [RC])
9352 m4trace:configure.in:131: -1- _LT_CC_BASENAME([$compiler])
9353 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9354 m4trace:configure.in:131: -1- AC_LIBTOOL_CONFIG([RC])
9355 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [RC])
9356 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([CC], [RC])
9357 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [RC])
9358 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9359 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9360 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9361 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9362 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9363 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9364 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9365 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9366 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9367 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9368 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9369 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9370 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [RC])
9371 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [RC])
9372 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9373 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9374 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9375 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9376 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9377 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9378 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9379 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9380 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9381 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9382 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9383 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9384 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9385 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9386 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9387 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9388 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9389 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9390 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9391 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9392 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9393 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9394 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9395 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9396 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9397 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9398 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9399 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9400 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler], [RC])
9401 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([GCC], [RC])
9402 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([LD], [RC])
9403 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9404 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9405 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9406 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9407 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9408 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9409 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9410 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9411 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9412 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9413 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9414 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9415 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9416 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9417 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9418 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9419 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9420 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([predeps], [RC])
9421 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([postdeps], [RC])
9422 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9423 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9424 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9425 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9426 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9427 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9428 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9429 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9430 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9431 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9432 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9433 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9434 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9435 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9436 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9437 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9438 m4trace:configure.in:131: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9439 m4trace:configure.in:131: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9440 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9441 /usr/share/aclocal/libtool.m4:4049: _LT_AC_LANG_RC_CONFIG is expanded from...
9442 /usr/share/aclocal/libtool.m4:4048: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9443 /usr/share/aclocal/libtool.m4:1775: _LT_AC_TAGCONFIG is expanded from...
9444 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9445 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9446 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9447 configure.in:131: the top level])
9448 m4trace:configure.in:131: -1- m4_pattern_allow([^LIBTOOL$])
9449 m4trace:configure.in:131: -1- AC_LIBTOOL_CXX
9450 m4trace:configure.in:131: -1- _LT_AC_LANG_CXX
9451 m4trace:configure.in:131: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9452 m4trace:configure.in:131: -1- AC_LIBTOOL_F77
9453 m4trace:configure.in:131: -1- _LT_AC_LANG_F77
9454 m4trace:configure.in:131: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9455 m4trace:configure.in:139: -1- m4_pattern_allow([^CC_FOR_BUILD$])
9456 m4trace:configure.in:141: -1- m4_pattern_allow([^AR$])
9457 m4trace:configure.in:142: -1- m4_pattern_allow([^LD$])
9458 m4trace:configure.in:144: -1- m4_pattern_allow([^STDC_HEADERS$])
9459 m4trace:configure.in:145: -1- AC_GNULIBC
9460 m4trace:configure.in:145: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
9461 You should run autoupdate.], [../../lib/autoconf/general.m4:2296: AC_TRY_CPP is expanded from...
9462 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
9463 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
9464 aclocal/nfs-utils.m4:2: AC_GNULIBC is expanded from...
9465 configure.in:145: the top level])
9466 m4trace:configure.in:146: -1- AC_BSD_SIGNALS
9467 m4trace:configure.in:146: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
9468 You should run autoupdate.], [../../lib/autoconf/general.m4:2478: AC_TRY_RUN is expanded from...
9469 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
9470 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
9471 aclocal/bsdsignals.m4:2: AC_BSD_SIGNALS is expanded from...
9472 configure.in:146: the top level])
9473 m4trace:configure.in:146: -1- m4_pattern_allow([^HAVE_BSD_SIGNALS$])
9474 m4trace:configure.in:152: -1- m4_pattern_allow([^LIBNSL$])
9475 m4trace:configure.in:167: -1- PKG_CHECK_MODULES([RPCSECGSS], [librpcsecgss >= 0.10], [], [AC_MSG_ERROR([Unable to locate information required to use librpcsecgss.  If you have pkgconfig installed, you might try setting environment variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])
9476       
9477      ])
9478 m4trace:configure.in:167: -1- PKG_PROG_PKG_CONFIG
9479 m4trace:configure.in:167: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
9480 m4trace:configure.in:167: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
9481 m4trace:configure.in:167: -1- m4_pattern_allow([^PKG_CONFIG$])
9482 m4trace:configure.in:167: -1- m4_pattern_allow([^PKG_CONFIG$])
9483 m4trace:configure.in:167: -1- m4_pattern_allow([^RPCSECGSS_CFLAGS$])
9484 m4trace:configure.in:167: -1- m4_pattern_allow([^RPCSECGSS_LIBS$])
9485 m4trace:configure.in:167: -1- PKG_CHECK_EXISTS([librpcsecgss >= 0.10], [pkg_cv_[]RPCSECGSS_CFLAGS=`$PKG_CONFIG --[]cflags "librpcsecgss >= 0.10" 2>/dev/null`], [pkg_failed=yes])
9486 m4trace:configure.in:167: -1- PKG_CHECK_EXISTS([librpcsecgss >= 0.10], [pkg_cv_[]RPCSECGSS_LIBS=`$PKG_CONFIG --[]libs "librpcsecgss >= 0.10" 2>/dev/null`], [pkg_failed=yes])
9487 m4trace:configure.in:167: -1- _PKG_SHORT_ERRORS_SUPPORTED
9488 m4trace:configure.in:171: -1- PKG_CHECK_MODULES([GSSAPI], [libgssapi >= 0.9])
9489 m4trace:configure.in:171: -1- m4_pattern_allow([^GSSAPI_CFLAGS$])
9490 m4trace:configure.in:171: -1- m4_pattern_allow([^GSSAPI_LIBS$])
9491 m4trace:configure.in:171: -1- PKG_CHECK_EXISTS([libgssapi >= 0.9], [pkg_cv_[]GSSAPI_CFLAGS=`$PKG_CONFIG --[]cflags "libgssapi >= 0.9" 2>/dev/null`], [pkg_failed=yes])
9492 m4trace:configure.in:171: -1- PKG_CHECK_EXISTS([libgssapi >= 0.9], [pkg_cv_[]GSSAPI_LIBS=`$PKG_CONFIG --[]libs "libgssapi >= 0.9" 2>/dev/null`], [pkg_failed=yes])
9493 m4trace:configure.in:171: -1- _PKG_SHORT_ERRORS_SUPPORTED
9494 m4trace:configure.in:180: -1- m4_pattern_allow([^LIBSOCKET$])
9495 m4trace:configure.in:181: -1- m4_pattern_allow([^LIBCRYPT$])
9496 m4trace:configure.in:182: -1- m4_pattern_allow([^LIBBSD$])
9497 m4trace:configure.in:183: -1- m4_pattern_allow([^LIBBLKID$])
9498 m4trace:configure.in:191: -2- m4_pattern_allow([^HAVE_NFS4_SET_DEBUG$])
9499 m4trace:configure.in:195: -1- AC_KERBEROS_V5
9500 m4trace:configure.in:195: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
9501 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
9502 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
9503 aclocal/kerberos5.m4:6: AC_KERBEROS_V5 is expanded from...
9504 configure.in:195: the top level])
9505 m4trace:configure.in:195: -1- m4_pattern_allow([^KRB5_VERSION$])
9506 m4trace:configure.in:195: -1- m4_pattern_allow([^HAVE_KRB5$])
9507 m4trace:configure.in:195: -1- m4_pattern_allow([^USE_GSS_KRB5_CCACHE_NAME$])
9508 m4trace:configure.in:195: -1- m4_pattern_allow([^HAVE_HEIMDAL$])
9509 m4trace:configure.in:195: -2- m4_pattern_allow([^HAVE_LUCID_CONTEXT_SUPPORT$])
9510 m4trace:configure.in:195: -2- m4_pattern_allow([^HAVE_SET_ALLOWABLE_ENCTYPES$])
9511 m4trace:configure.in:195: -2- m4_pattern_allow([^HAVE_GSS_KRB5_CCACHE_NAME$])
9512 m4trace:configure.in:195: -1- m4_pattern_allow([^KRBDIR$])
9513 m4trace:configure.in:195: -1- m4_pattern_allow([^KRBLIBS$])
9514 m4trace:configure.in:195: -1- m4_pattern_allow([^KRBCFLAGS$])
9515 m4trace:configure.in:195: -1- m4_pattern_allow([^KRBLDFLAGS$])
9516 m4trace:configure.in:195: -1- m4_pattern_allow([^K5VERS$])
9517 m4trace:configure.in:201: -2- m4_pattern_allow([^HAVE_AUTHGSS_SET_DEBUG_LEVEL$])
9518 m4trace:configure.in:218: -1- m4_pattern_allow([^const$])
9519 m4trace:configure.in:219: -1- m4_pattern_allow([^uid_t$])
9520 m4trace:configure.in:219: -1- m4_pattern_allow([^gid_t$])
9521 m4trace:configure.in:221: -1- m4_pattern_allow([^off_t$])
9522 m4trace:configure.in:222: -1- m4_pattern_allow([^pid_t$])
9523 m4trace:configure.in:223: -1- m4_pattern_allow([^size_t$])
9524 m4trace:configure.in:224: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
9525 m4trace:configure.in:225: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
9526 m4trace:configure.in:230: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
9527 m4trace:configure.in:230: -1- m4_pattern_allow([^HAVE_ALLOCA$])
9528 m4trace:configure.in:230: -1- m4_pattern_allow([^ALLOCA$])
9529 m4trace:configure.in:230: -1- m4_pattern_allow([^C_ALLOCA$])
9530 m4trace:configure.in:230: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
9531 m4trace:configure.in:230: -1- m4_pattern_allow([^STACK_DIRECTION$])
9532 m4trace:configure.in:231: -1- m4_pattern_allow([^CLOSEDIR_VOID$])
9533 m4trace:configure.in:232: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9534 m4trace:configure.in:233: -1- m4_pattern_allow([^HAVE_WORKING_VFORK$])
9535 m4trace:configure.in:233: -1- m4_pattern_allow([^vfork$])
9536 m4trace:configure.in:233: -1- m4_pattern_allow([^HAVE_WORKING_FORK$])
9537 m4trace:configure.in:234: -1- m4_pattern_allow([^GETGROUPS_T$])
9538 m4trace:configure.in:234: -1- m4_pattern_allow([^HAVE_GETGROUPS$])
9539 m4trace:configure.in:235: -1- m4_pattern_allow([^HAVE_GETMNTENT$])
9540 m4trace:configure.in:237: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
9541 m4trace:configure.in:237: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9542 m4trace:configure.in:237: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9543 m4trace:configure.in:237: -1- m4_pattern_allow([^HAVE_LSTAT_EMPTY_STRING_BUG$])
9544 m4trace:configure.in:238: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
9545 m4trace:configure.in:238: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9546 m4trace:configure.in:239: -1- m4_pattern_allow([^MAJOR_IN_MKDEV$])
9547 m4trace:configure.in:239: -1- m4_pattern_allow([^MAJOR_IN_SYSMACROS$])
9548 m4trace:configure.in:241: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9549 m4trace:configure.in:243: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
9550 m4trace:configure.in:243: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
9551 m4trace:configure.in:243: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
9552 m4trace:configure.in:244: -1- m4_pattern_allow([^RETSIGTYPE$])
9553 m4trace:configure.in:245: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9554 m4trace:configure.in:245: -1- m4_pattern_allow([^HAVE_STAT_EMPTY_STRING_BUG$])
9555 m4trace:configure.in:246: -1- m4_pattern_allow([^HAVE_DOPRNT$])
9556 m4trace:configure.in:257: -1- m4_pattern_allow([^SIZEOF_SHORT$])
9557 m4trace:configure.in:258: -1- m4_pattern_allow([^SIZEOF_INT$])
9558 m4trace:configure.in:259: -1- m4_pattern_allow([^SIZEOF_LONG$])
9559 m4trace:configure.in:260: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
9560 m4trace:configure.in:261: -1- m4_pattern_allow([^SIZEOF_SOCKLEN_T$])
9561 m4trace:configure.in:267: -1- m4_pattern_allow([^NFS_STATEDIR$])
9562 m4trace:configure.in:281: -1- m4_pattern_allow([^CFLAGS$])
9563 m4trace:configure.in:282: -1- m4_pattern_allow([^CXXFLAGS$])
9564 m4trace:configure.in:283: -1- m4_pattern_allow([^CPPFLAGS$])
9565 m4trace:configure.in:284: -1- m4_pattern_allow([^LDFLAGS$])
9566 m4trace:configure.in:286: -1- m4_pattern_allow([^CFLAGS_FOR_BUILD$])
9567 m4trace:configure.in:287: -1- m4_pattern_allow([^CXXFLAGS_FOR_BUILD$])
9568 m4trace:configure.in:288: -1- m4_pattern_allow([^CPPFLAGS_FOR_BUILD$])
9569 m4trace:configure.in:289: -1- m4_pattern_allow([^LDFLAGS_FOR_BUILD$])
9570 m4trace:configure.in:306: -1- m4_pattern_allow([^AM_CPPFLAGS$])
9571 m4trace:configure.in:307: -1- m4_pattern_allow([^AM_CFLAGS$])
9572 m4trace:configure.in:310: -1- m4_pattern_allow([^ACLOCAL_AMFLAGS$])
9573 m4trace:configure.in:342: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9574 m4trace:configure.in:342: -1- m4_pattern_allow([^LTLIBOBJS$])
9575 m4trace:configure.in:342: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9576 m4trace:configure.in:342: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS