release 0.1
[u-tools.git] / u-tools / apps / tslib / autom4te.cache / traces.0
blob04b3233b506da1bd8aa1eeba68f3404a0f6988bc
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 ])])
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
36 # This can be used to rebuild libtool when needed
37 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
39 # Always use our own libtool.
40 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41 AC_SUBST(LIBTOOL)dnl
43 # Prevent multiple expansion
44 define([AC_PROG_LIBTOOL], [])
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
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 AC_LIBTOOL_SYS_MAX_CMD_LEN
64 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
65 AC_LIBTOOL_OBJDIR
67 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
68 _LT_AC_PROG_ECHO_BACKSLASH
70 case $host_os in
71 aix3*)
72   # AIX sometimes has problems with the GCC collect2 program.  For some
73   # reason, if we set the COLLECT_NAMES environment variable, the problems
74   # vanish in a puff of smoke.
75   if test "X${COLLECT_NAMES+set}" != Xset; then
76     COLLECT_NAMES=
77     export COLLECT_NAMES
78   fi
79   ;;
80 esac
82 # Sed substitution that helps us do robust quoting.  It backslashifies
83 # metacharacters that are still active within double-quoted strings.
84 Xsed='sed -e 1s/^X//'
85 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87 # Same as above, but do not quote variable references.
88 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90 # Sed substitution to delay expansion of an escaped shell variable in a
91 # double_quote_subst'ed string.
92 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94 # Sed substitution to avoid accidental globbing in evaled expressions
95 no_glob_subst='s/\*/\\\*/g'
97 # Constants:
98 rm="rm -f"
100 # Global variables:
101 default_ofile=libtool
102 can_build_shared=yes
104 # All known linkers require a `.a' archive for static linking (except MSVC,
105 # which needs '.lib').
106 libext=a
107 ltmain="$ac_aux_dir/ltmain.sh"
108 ofile="$default_ofile"
109 with_gnu_ld="$lt_cv_prog_gnu_ld"
111 AC_CHECK_TOOL(AR, ar, false)
112 AC_CHECK_TOOL(RANLIB, ranlib, :)
113 AC_CHECK_TOOL(STRIP, strip, :)
115 old_CC="$CC"
116 old_CFLAGS="$CFLAGS"
118 # Set sane defaults for various variables
119 test -z "$AR" && AR=ar
120 test -z "$AR_FLAGS" && AR_FLAGS=cru
121 test -z "$AS" && AS=as
122 test -z "$CC" && CC=cc
123 test -z "$LTCC" && LTCC=$CC
124 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
125 test -z "$DLLTOOL" && DLLTOOL=dlltool
126 test -z "$LD" && LD=ld
127 test -z "$LN_S" && LN_S="ln -s"
128 test -z "$MAGIC_CMD" && MAGIC_CMD=file
129 test -z "$NM" && NM=nm
130 test -z "$SED" && SED=sed
131 test -z "$OBJDUMP" && OBJDUMP=objdump
132 test -z "$RANLIB" && RANLIB=:
133 test -z "$STRIP" && STRIP=:
134 test -z "$ac_objext" && ac_objext=o
136 # Determine commands to create old-style static archives.
137 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
138 old_postinstall_cmds='chmod 644 $oldlib'
139 old_postuninstall_cmds=
141 if test -n "$RANLIB"; then
142   case $host_os in
143   openbsd*)
144     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
145     ;;
146   *)
147     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
148     ;;
149   esac
150   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
153 _LT_CC_BASENAME([$compiler])
155 # Only perform the check for file, if the check method requires it
156 case $deplibs_check_method in
157 file_magic*)
158   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
159     AC_PATH_MAGIC
160   fi
161   ;;
162 esac
164 _LT_REQUIRED_DARWIN_CHECKS
166 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
167 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
168 enable_win32_dll=yes, enable_win32_dll=no)
170 AC_ARG_ENABLE([libtool-lock],
171     [AC_HELP_STRING([--disable-libtool-lock],
172         [avoid locking (might break parallel builds)])])
173 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
175 AC_ARG_WITH([pic],
176     [AC_HELP_STRING([--with-pic],
177         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
178     [pic_mode="$withval"],
179     [pic_mode=default])
180 test -z "$pic_mode" && pic_mode=default
182 # Use C for the default configuration in the libtool script
183 tagname=
184 AC_LIBTOOL_LANG_C_CONFIG
185 _LT_AC_TAGCONFIG
187 m4trace:/usr/share/aclocal/libtool.m4:226: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
189 # If no C compiler was specified, use CC.
190 LTCC=${LTCC-"$CC"}
192 # If no C compiler flags were specified, use CFLAGS.
193 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
195 # Allow CC to be a program name with arguments.
196 compiler=$CC
198 m4trace:/usr/share/aclocal/libtool.m4:243: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
199   case $cc_temp in
200     compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
201     distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
202     \-*) ;;
203     *) break;;
204   esac
205 done
206 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
208 m4trace:/usr/share/aclocal/libtool.m4:260: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
209 ac_outfile=conftest.$ac_objext
210 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
211 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
212 _lt_compiler_boilerplate=`cat conftest.err`
213 $rm conftest*
215 m4trace:/usr/share/aclocal/libtool.m4:274: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
216 ac_outfile=conftest.$ac_objext
217 echo "$lt_simple_link_test_code" >conftest.$ac_ext
218 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
219 _lt_linker_boilerplate=`cat conftest.err`
220 $rm -r conftest*
222 m4trace:/usr/share/aclocal/libtool.m4:286: -1- AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS], [
223   case $host_os in
224     rhapsody* | darwin*)
225     AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
226     AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
228     AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
229       [lt_cv_apple_cc_single_mod=no
230       if test -z "${LT_MULTI_MODULE}"; then
231    # By default we will add the -single_module flag. You can override
232    # by either setting the environment variable LT_MULTI_MODULE
233    # non-empty at configure time, or by adding -multi_module to the
234    # link flags.
235    echo "int foo(void){return 1;}" > conftest.c
236    $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
237      -dynamiclib ${wl}-single_module conftest.c
238    if test -f libconftest.dylib; then
239      lt_cv_apple_cc_single_mod=yes
240      rm -rf libconftest.dylib*
241    fi
242    rm conftest.c
243       fi])
244     AC_CACHE_CHECK([for -exported_symbols_list linker flag],
245       [lt_cv_ld_exported_symbols_list],
246       [lt_cv_ld_exported_symbols_list=no
247       save_LDFLAGS=$LDFLAGS
248       echo "_main" > conftest.sym
249       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
250       AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
251    [lt_cv_ld_exported_symbols_list=yes],
252    [lt_cv_ld_exported_symbols_list=no])
253    LDFLAGS="$save_LDFLAGS"
254     ])
255     case $host_os in
256     rhapsody* | darwin1.[[0123]])
257       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
258     darwin1.*)
259      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
260     darwin*)
261       # if running on 10.5 or later, the deployment target defaults
262       # to the OS version, if on x86, and 10.4, the deployment
263       # target defaults to 10.4. Don't you love it?
264       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
265    10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
266      _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
267    10.[[012]]*)
268      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
269    10.*)
270      _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
271       esac
272     ;;
273   esac
274     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
275       _lt_dar_single_mod='$single_module'
276     fi
277     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
278       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
279     else
280       _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
281     fi
282     if test "$DSYMUTIL" != ":"; then
283       _lt_dsymutil="~$DSYMUTIL \$lib || :"
284     else
285       _lt_dsymutil=
286     fi
287     ;;
288   esac
290 m4trace:/usr/share/aclocal/libtool.m4:363: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl
291 AC_LINK_IFELSE(AC_LANG_PROGRAM,[
292 lt_aix_libpath_sed='
293     /Import File Strings/,/^$/ {
294         /^0/ {
295             s/^0  *\(.*\)$/\1/
296             p
297         }
298     }'
299 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
300 # Check for a 64-bit object if we didn't find anything.
301 if test -z "$aix_libpath"; then
302   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
303 fi],[])
304 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
306 m4trace:/usr/share/aclocal/libtool.m4:384: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
307              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
308          [AC_DIVERT_PUSH(NOTICE)])
310 AC_DIVERT_POP
312 m4trace:/usr/share/aclocal/libtool.m4:397: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
313 # Check that we are running under the correct shell.
314 SHELL=${CONFIG_SHELL-/bin/sh}
316 case X$ECHO in
317 X*--fallback-echo)
318   # Remove one level of quotation (which was required for Make).
319   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
320   ;;
321 esac
323 echo=${ECHO-echo}
324 if test "X[$]1" = X--no-reexec; then
325   # Discard the --no-reexec flag, and continue.
326   shift
327 elif test "X[$]1" = X--fallback-echo; then
328   # Avoid inline document here, it may be left over
329   :
330 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
331   # Yippee, $echo works!
332   :
333 else
334   # Restart under the correct shell.
335   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
338 if test "X[$]1" = X--fallback-echo; then
339   # used as fallback echo
340   shift
341   cat <<EOF
342 [$]*
344   exit 0
347 # The HP-UX ksh and POSIX shell print the target directory to stdout
348 # if CDPATH is set.
349 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
351 if test -z "$ECHO"; then
352 if test "X${echo_test_string+set}" != Xset; then
353 # find a string as large as possible, as long as the shell can cope with it
354   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
355     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
356     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
357        echo_test_string=`eval $cmd` &&
358        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
359     then
360       break
361     fi
362   done
365 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
366    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
367    test "X$echo_testing_string" = "X$echo_test_string"; then
368   :
369 else
370   # The Solaris, AIX, and Digital Unix default echo programs unquote
371   # backslashes.  This makes it impossible to quote backslashes using
372   #   echo "$something" | sed 's/\\/\\\\/g'
373   #
374   # So, first we look for a working echo in the user's PATH.
376   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
377   for dir in $PATH /usr/ucb; do
378     IFS="$lt_save_ifs"
379     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
380        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
381        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
382        test "X$echo_testing_string" = "X$echo_test_string"; then
383       echo="$dir/echo"
384       break
385     fi
386   done
387   IFS="$lt_save_ifs"
389   if test "X$echo" = Xecho; then
390     # We didn't find a better echo, so look for alternatives.
391     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
392        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
393        test "X$echo_testing_string" = "X$echo_test_string"; then
394       # This shell has a builtin print -r that does the trick.
395       echo='print -r'
396     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
397          test "X$CONFIG_SHELL" != X/bin/ksh; then
398       # If we have ksh, try running configure again with it.
399       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
400       export ORIGINAL_CONFIG_SHELL
401       CONFIG_SHELL=/bin/ksh
402       export CONFIG_SHELL
403       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
404     else
405       # Try using printf.
406       echo='printf %s\n'
407       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
408          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
409          test "X$echo_testing_string" = "X$echo_test_string"; then
410         # Cool, printf works
411         :
412       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
413            test "X$echo_testing_string" = 'X\t' &&
414            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
415            test "X$echo_testing_string" = "X$echo_test_string"; then
416         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
417         export CONFIG_SHELL
418         SHELL="$CONFIG_SHELL"
419         export SHELL
420         echo="$CONFIG_SHELL [$]0 --fallback-echo"
421       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
422            test "X$echo_testing_string" = 'X\t' &&
423            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
424            test "X$echo_testing_string" = "X$echo_test_string"; then
425         echo="$CONFIG_SHELL [$]0 --fallback-echo"
426       else
427         # maybe with a smaller string...
428         prev=:
430         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
431           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
432           then
433             break
434           fi
435           prev="$cmd"
436         done
438         if test "$prev" != 'sed 50q "[$]0"'; then
439           echo_test_string=`eval $prev`
440           export echo_test_string
441           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
442         else
443           # Oops.  We lost completely, so just stick with echo.
444           echo=echo
445         fi
446       fi
447     fi
448   fi
452 # Copy echo and quote the copy suitably for passing to libtool from
453 # the Makefile, instead of quoting the original, which is used later.
454 ECHO=$echo
455 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
456    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
459 AC_SUBST(ECHO)
460 ])])
461 m4trace:/usr/share/aclocal/libtool.m4:551: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
462     [AC_HELP_STRING([--disable-libtool-lock],
463         [avoid locking (might break parallel builds)])])
464 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
466 # Some flags need to be propagated to the compiler or linker for good
467 # libtool support.
468 case $host in
469 ia64-*-hpux*)
470   # Find out which ABI we are using.
471   echo 'int i;' > conftest.$ac_ext
472   if AC_TRY_EVAL(ac_compile); then
473     case `/usr/bin/file conftest.$ac_objext` in
474     *ELF-32*)
475       HPUX_IA64_MODE="32"
476       ;;
477     *ELF-64*)
478       HPUX_IA64_MODE="64"
479       ;;
480     esac
481   fi
482   rm -rf conftest*
483   ;;
484 *-*-irix6*)
485   # Find out which ABI we are using.
486   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
487   if AC_TRY_EVAL(ac_compile); then
488    if test "$lt_cv_prog_gnu_ld" = yes; then
489     case `/usr/bin/file conftest.$ac_objext` in
490     *32-bit*)
491       LD="${LD-ld} -melf32bsmip"
492       ;;
493     *N32*)
494       LD="${LD-ld} -melf32bmipn32"
495       ;;
496     *64-bit*)
497       LD="${LD-ld} -melf64bmip"
498       ;;
499     esac
500    else
501     case `/usr/bin/file conftest.$ac_objext` in
502     *32-bit*)
503       LD="${LD-ld} -32"
504       ;;
505     *N32*)
506       LD="${LD-ld} -n32"
507       ;;
508     *64-bit*)
509       LD="${LD-ld} -64"
510       ;;
511     esac
512    fi
513   fi
514   rm -rf conftest*
515   ;;
517 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
518 s390*-*linux*|sparc*-*linux*)
519   # Find out which ABI we are using.
520   echo 'int i;' > conftest.$ac_ext
521   if AC_TRY_EVAL(ac_compile); then
522     case `/usr/bin/file conftest.o` in
523     *32-bit*)
524       case $host in
525         x86_64-*kfreebsd*-gnu)
526           LD="${LD-ld} -m elf_i386_fbsd"
527           ;;
528         x86_64-*linux*)
529           LD="${LD-ld} -m elf_i386"
530           ;;
531         ppc64-*linux*|powerpc64-*linux*)
532           LD="${LD-ld} -m elf32ppclinux"
533           ;;
534         s390x-*linux*)
535           LD="${LD-ld} -m elf_s390"
536           ;;
537         sparc64-*linux*)
538           LD="${LD-ld} -m elf32_sparc"
539           ;;
540       esac
541       ;;
542     *64-bit*)
543       libsuff=64
544       case $host in
545         x86_64-*kfreebsd*-gnu)
546           LD="${LD-ld} -m elf_x86_64_fbsd"
547           ;;
548         x86_64-*linux*)
549           LD="${LD-ld} -m elf_x86_64"
550           ;;
551         ppc*-*linux*|powerpc*-*linux*)
552           LD="${LD-ld} -m elf64ppc"
553           ;;
554         s390*-*linux*)
555           LD="${LD-ld} -m elf64_s390"
556           ;;
557         sparc*-*linux*)
558           LD="${LD-ld} -m elf64_sparc"
559           ;;
560       esac
561       ;;
562     esac
563   fi
564   rm -rf conftest*
565   ;;
567 *-*-sco3.2v5*)
568   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
569   SAVE_CFLAGS="$CFLAGS"
570   CFLAGS="$CFLAGS -belf"
571   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
572     [AC_LANG_PUSH(C)
573      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
574      AC_LANG_POP])
575   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
576     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
577     CFLAGS="$SAVE_CFLAGS"
578   fi
579   ;;
580 sparc*-*solaris*)
581   # Find out which ABI we are using.
582   echo 'int i;' > conftest.$ac_ext
583   if AC_TRY_EVAL(ac_compile); then
584     case `/usr/bin/file conftest.o` in
585     *64-bit*)
586       case $lt_cv_prog_gnu_ld in
587       yes*) LD="${LD-ld} -m elf64_sparc" ;;
588       *)
589         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
590           LD="${LD-ld} -64"
591         fi
592         ;;
593       esac
594       ;;
595     esac
596   fi
597   rm -rf conftest*
598   ;;
600 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
601 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
602   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
603   AC_CHECK_TOOL(AS, as, false)
604   AC_CHECK_TOOL(OBJDUMP, objdump, false)
605   ;;
606   ])
607 esac
609 need_locks="$enable_libtool_lock"
612 m4trace:/usr/share/aclocal/libtool.m4:709: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
613 AC_CACHE_CHECK([$1], [$2],
614   [$2=no
615   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
616    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
617    lt_compiler_flag="$3"
618    # Insert the option either (1) after the last *FLAGS variable, or
619    # (2) before a word containing "conftest.", or (3) at the end.
620    # Note that $ac_compile itself does not contain backslashes and begins
621    # with a dollar sign (not a hyphen), so the echo should work correctly.
622    # The option is referenced via a variable to avoid confusing sed.
623    lt_compile=`echo "$ac_compile" | $SED \
624    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
625    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
626    -e 's:$: $lt_compiler_flag:'`
627    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
628    (eval "$lt_compile" 2>conftest.err)
629    ac_status=$?
630    cat conftest.err >&AS_MESSAGE_LOG_FD
631    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
632    if (exit $ac_status) && test -s "$ac_outfile"; then
633      # The compiler can only warn and ignore the option if not recognized
634      # So say no if there are warnings other than the usual output.
635      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
636      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
637      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
638        $2=yes
639      fi
640    fi
641    $rm conftest*
644 if test x"[$]$2" = xyes; then
645     ifelse([$5], , :, [$5])
646 else
647     ifelse([$6], , :, [$6])
650 m4trace:/usr/share/aclocal/libtool.m4:754: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
651 AC_CACHE_CHECK([$1], [$2],
652   [$2=no
653    save_LDFLAGS="$LDFLAGS"
654    LDFLAGS="$LDFLAGS $3"
655    echo "$lt_simple_link_test_code" > conftest.$ac_ext
656    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
657      # The linker can only warn and ignore the option if not recognized
658      # So say no if there are warnings
659      if test -s conftest.err; then
660        # Append any errors to the config.log.
661        cat conftest.err 1>&AS_MESSAGE_LOG_FD
662        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
663        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
664        if diff conftest.exp conftest.er2 >/dev/null; then
665          $2=yes
666        fi
667      else
668        $2=yes
669      fi
670    fi
671    $rm -r conftest*
672    LDFLAGS="$save_LDFLAGS"
675 if test x"[$]$2" = xyes; then
676     ifelse([$4], , :, [$4])
677 else
678     ifelse([$5], , :, [$5])
681 m4trace:/usr/share/aclocal/libtool.m4:790: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
682 AC_MSG_CHECKING([the maximum length of command line arguments])
683 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
684   i=0
685   teststring="ABCD"
687   case $build_os in
688   msdosdjgpp*)
689     # On DJGPP, this test can blow up pretty badly due to problems in libc
690     # (any single argument exceeding 2000 bytes causes a buffer overrun
691     # during glob expansion).  Even if it were fixed, the result of this
692     # check would be larger than it should be.
693     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
694     ;;
696   gnu*)
697     # Under GNU Hurd, this test is not required because there is
698     # no limit to the length of command line arguments.
699     # Libtool will interpret -1 as no limit whatsoever
700     lt_cv_sys_max_cmd_len=-1;
701     ;;
703   cygwin* | mingw*)
704     # On Win9x/ME, this test blows up -- it succeeds, but takes
705     # about 5 minutes as the teststring grows exponentially.
706     # Worse, since 9x/ME are not pre-emptively multitasking,
707     # you end up with a "frozen" computer, even though with patience
708     # the test eventually succeeds (with a max line length of 256k).
709     # Instead, let's just punt: use the minimum linelength reported by
710     # all of the supported platforms: 8192 (on NT/2K/XP).
711     lt_cv_sys_max_cmd_len=8192;
712     ;;
714   amigaos*)
715     # On AmigaOS with pdksh, this test takes hours, literally.
716     # So we just punt and use a minimum line length of 8192.
717     lt_cv_sys_max_cmd_len=8192;
718     ;;
720   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
721     # This has been around since 386BSD, at least.  Likely further.
722     if test -x /sbin/sysctl; then
723       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
724     elif test -x /usr/sbin/sysctl; then
725       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
726     else
727       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
728     fi
729     # And add a safety zone
730     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
731     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
732     ;;
734   interix*)
735     # We know the value 262144 and hardcode it with a safety zone (like BSD)
736     lt_cv_sys_max_cmd_len=196608
737     ;;
739   osf*)
740     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
741     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
742     # nice to cause kernel panics so lets avoid the loop below.
743     # First set a reasonable default.
744     lt_cv_sys_max_cmd_len=16384
745     #
746     if test -x /sbin/sysconfig; then
747       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
748         *1*) lt_cv_sys_max_cmd_len=-1 ;;
749       esac
750     fi
751     ;;
752   sco3.2v5*)
753     lt_cv_sys_max_cmd_len=102400
754     ;;
755   sysv5* | sco5v6* | sysv4.2uw2*)
756     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
757     if test -n "$kargmax"; then
758       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
759     else
760       lt_cv_sys_max_cmd_len=32768
761     fi
762     ;;
763   *)
764     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
765     if test -n "$lt_cv_sys_max_cmd_len"; then
766       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
767       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
768     else
769       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
770       while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
771                = "XX$teststring") >/dev/null 2>&1 &&
772               new_result=`expr "X$teststring" : ".*" 2>&1` &&
773               lt_cv_sys_max_cmd_len=$new_result &&
774               test $i != 17 # 1/2 MB should be enough
775       do
776         i=`expr $i + 1`
777         teststring=$teststring$teststring
778       done
779       teststring=
780       # Add a significant safety factor because C++ compilers can tack on massive
781       # amounts of additional arguments before passing them to the linker.
782       # It appears as though 1/2 is a usable value.
783       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
784     fi
785     ;;
786   esac
788 if test -n $lt_cv_sys_max_cmd_len ; then
789   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
790 else
791   AC_MSG_RESULT(none)
794 m4trace:/usr/share/aclocal/libtool.m4:908: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
796 m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
797 if test "$cross_compiling" = yes; then :
798   [$4]
799 else
800   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
801   lt_status=$lt_dlunknown
802   cat > conftest.$ac_ext <<EOF
803 [#line __oline__ "configure"
804 #include "confdefs.h"
806 #if HAVE_DLFCN_H
807 #include <dlfcn.h>
808 #endif
810 #include <stdio.h>
812 #ifdef RTLD_GLOBAL
813 #  define LT_DLGLOBAL           RTLD_GLOBAL
814 #else
815 #  ifdef DL_GLOBAL
816 #    define LT_DLGLOBAL         DL_GLOBAL
817 #  else
818 #    define LT_DLGLOBAL         0
819 #  endif
820 #endif
822 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
823    find out it does not work in some platform. */
824 #ifndef LT_DLLAZY_OR_NOW
825 #  ifdef RTLD_LAZY
826 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
827 #  else
828 #    ifdef DL_LAZY
829 #      define LT_DLLAZY_OR_NOW          DL_LAZY
830 #    else
831 #      ifdef RTLD_NOW
832 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
833 #      else
834 #        ifdef DL_NOW
835 #          define LT_DLLAZY_OR_NOW      DL_NOW
836 #        else
837 #          define LT_DLLAZY_OR_NOW      0
838 #        endif
839 #      endif
840 #    endif
841 #  endif
842 #endif
844 #ifdef __cplusplus
845 extern "C" void exit (int);
846 #endif
848 void fnord() { int i=42;}
849 int main ()
851   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
852   int status = $lt_dlunknown;
854   if (self)
855     {
856       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
857       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
858       /* dlclose (self); */
859     }
860   else
861     puts (dlerror ());
863     exit (status);
866   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
867     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
868     lt_status=$?
869     case x$lt_status in
870       x$lt_dlno_uscore) $1 ;;
871       x$lt_dlneed_uscore) $2 ;;
872       x$lt_dlunknown|x*) $3 ;;
873     esac
874   else :
875     # compilation failed
876     $3
877   fi
879 rm -fr conftest*
881 m4trace:/usr/share/aclocal/libtool.m4:1006: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
882 if test "x$enable_dlopen" != xyes; then
883   enable_dlopen=unknown
884   enable_dlopen_self=unknown
885   enable_dlopen_self_static=unknown
886 else
887   lt_cv_dlopen=no
888   lt_cv_dlopen_libs=
890   case $host_os in
891   beos*)
892     lt_cv_dlopen="load_add_on"
893     lt_cv_dlopen_libs=
894     lt_cv_dlopen_self=yes
895     ;;
897   mingw* | pw32*)
898     lt_cv_dlopen="LoadLibrary"
899     lt_cv_dlopen_libs=
900    ;;
902   cygwin*)
903     lt_cv_dlopen="dlopen"
904     lt_cv_dlopen_libs=
905    ;;
907   darwin*)
908   # if libdl is installed we need to link against it
909     AC_CHECK_LIB([dl], [dlopen],
910                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
911     lt_cv_dlopen="dyld"
912     lt_cv_dlopen_libs=
913     lt_cv_dlopen_self=yes
914     ])
915    ;;
917   *)
918     AC_CHECK_FUNC([shl_load],
919           [lt_cv_dlopen="shl_load"],
920       [AC_CHECK_LIB([dld], [shl_load],
921             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
922         [AC_CHECK_FUNC([dlopen],
923               [lt_cv_dlopen="dlopen"],
924           [AC_CHECK_LIB([dl], [dlopen],
925                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
926             [AC_CHECK_LIB([svld], [dlopen],
927                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
928               [AC_CHECK_LIB([dld], [dld_link],
929                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
930               ])
931             ])
932           ])
933         ])
934       ])
935     ;;
936   esac
938   if test "x$lt_cv_dlopen" != xno; then
939     enable_dlopen=yes
940   else
941     enable_dlopen=no
942   fi
944   case $lt_cv_dlopen in
945   dlopen)
946     save_CPPFLAGS="$CPPFLAGS"
947     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
949     save_LDFLAGS="$LDFLAGS"
950     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
952     save_LIBS="$LIBS"
953     LIBS="$lt_cv_dlopen_libs $LIBS"
955     AC_CACHE_CHECK([whether a program can dlopen itself],
956           lt_cv_dlopen_self, [dnl
957           _LT_AC_TRY_DLOPEN_SELF(
958             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
959             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
960     ])
962     if test "x$lt_cv_dlopen_self" = xyes; then
963       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
964       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
965           lt_cv_dlopen_self_static, [dnl
966           _LT_AC_TRY_DLOPEN_SELF(
967             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
968             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
969       ])
970     fi
972     CPPFLAGS="$save_CPPFLAGS"
973     LDFLAGS="$save_LDFLAGS"
974     LIBS="$save_LIBS"
975     ;;
976   esac
978   case $lt_cv_dlopen_self in
979   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
980   *) enable_dlopen_self=unknown ;;
981   esac
983   case $lt_cv_dlopen_self_static in
984   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
985   *) enable_dlopen_self_static=unknown ;;
986   esac
989 m4trace:/usr/share/aclocal/libtool.m4:1120: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
990 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
991 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
992   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
993   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
994    $rm -r conftest 2>/dev/null
995    mkdir conftest
996    cd conftest
997    mkdir out
998    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1000    lt_compiler_flag="-o out/conftest2.$ac_objext"
1001    # Insert the option either (1) after the last *FLAGS variable, or
1002    # (2) before a word containing "conftest.", or (3) at the end.
1003    # Note that $ac_compile itself does not contain backslashes and begins
1004    # with a dollar sign (not a hyphen), so the echo should work correctly.
1005    lt_compile=`echo "$ac_compile" | $SED \
1006    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1007    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1008    -e 's:$: $lt_compiler_flag:'`
1009    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1010    (eval "$lt_compile" 2>out/conftest.err)
1011    ac_status=$?
1012    cat out/conftest.err >&AS_MESSAGE_LOG_FD
1013    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1014    if (exit $ac_status) && test -s out/conftest2.$ac_objext
1015    then
1016      # The compiler can only warn and ignore the option if not recognized
1017      # So say no if there are warnings
1018      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1019      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1020      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1021        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1022      fi
1023    fi
1024    chmod u+w . 2>&AS_MESSAGE_LOG_FD
1025    $rm conftest*
1026    # SGI C++ compiler will create directory out/ii_files/ for
1027    # template instantiation
1028    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1029    $rm out/* && rmdir out
1030    cd ..
1031    rmdir conftest
1032    $rm conftest*
1035 m4trace:/usr/share/aclocal/libtool.m4:1172: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
1037 hard_links="nottested"
1038 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1039   # do not overwrite the value of need_locks provided by the user
1040   AC_MSG_CHECKING([if we can lock with hard links])
1041   hard_links=yes
1042   $rm conftest*
1043   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1044   touch conftest.a
1045   ln conftest.a conftest.b 2>&5 || hard_links=no
1046   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1047   AC_MSG_RESULT([$hard_links])
1048   if test "$hard_links" = no; then
1049     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1050     need_locks=warn
1051   fi
1052 else
1053   need_locks=no
1056 m4trace:/usr/share/aclocal/libtool.m4:1198: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1057 [rm -f .libs 2>/dev/null
1058 mkdir .libs 2>/dev/null
1059 if test -d .libs; then
1060   lt_cv_objdir=.libs
1061 else
1062   # MS-DOS does not allow filenames that begin with a dot.
1063   lt_cv_objdir=_libs
1065 rmdir .libs 2>/dev/null])
1066 objdir=$lt_cv_objdir
1068 m4trace:/usr/share/aclocal/libtool.m4:1216: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
1069 _LT_AC_TAGVAR(hardcode_action, $1)=
1070 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1071    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1072    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1074   # We can hardcode non-existant directories.
1075   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1076      # If the only mechanism to avoid hardcoding is shlibpath_var, we
1077      # have to relink, otherwise we might link with an installed library
1078      # when we should be linking with a yet-to-be-installed one
1079      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1080      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1081     # Linking always hardcodes the temporary library directory.
1082     _LT_AC_TAGVAR(hardcode_action, $1)=relink
1083   else
1084     # We can link without hardcoding, and we can hardcode nonexisting dirs.
1085     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1086   fi
1087 else
1088   # We cannot hardcode anything, or else we can only hardcode existing
1089   # directories.
1090   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1092 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1094 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1095   # Fast installation is not supported
1096   enable_fast_install=no
1097 elif test "$shlibpath_overrides_runpath" = yes ||
1098      test "$enable_shared" = no; then
1099   # Fast installation is not necessary
1100   enable_fast_install=needless
1103 m4trace:/usr/share/aclocal/libtool.m4:1256: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1104 old_striplib=
1105 AC_MSG_CHECKING([whether stripping libraries is possible])
1106 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1107   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1108   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1109   AC_MSG_RESULT([yes])
1110 else
1111 # FIXME - insert some real tests, host_os isn't really good enough
1112   case $host_os in
1113    darwin*)
1114        if test -n "$STRIP" ; then
1115          striplib="$STRIP -x"
1116          old_striplib="$STRIP -S"
1117          AC_MSG_RESULT([yes])
1118        else
1119   AC_MSG_RESULT([no])
1121        ;;
1122    *)
1123   AC_MSG_RESULT([no])
1124     ;;
1125   esac
1128 m4trace:/usr/share/aclocal/libtool.m4:1287: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1129 AC_MSG_CHECKING([dynamic linker characteristics])
1130 library_names_spec=
1131 libname_spec='lib$name'
1132 soname_spec=
1133 shrext_cmds=".so"
1134 postinstall_cmds=
1135 postuninstall_cmds=
1136 finish_cmds=
1137 finish_eval=
1138 shlibpath_var=
1139 shlibpath_overrides_runpath=unknown
1140 version_type=none
1141 dynamic_linker="$host_os ld.so"
1142 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1143 m4_if($1,[],[
1144 if test "$GCC" = yes; then
1145   case $host_os in
1146     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1147     *) lt_awk_arg="/^libraries:/" ;;
1148   esac
1149   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1150   if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1151     # if the path contains ";" then we assume it to be the separator
1152     # otherwise default to the standard path separator (i.e. ":") - it is
1153     # assumed that no part of a normal pathname contains ";" but that should
1154     # okay in the real world where ";" in dirpaths is itself problematic.
1155     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1156   else
1157     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1158   fi
1159   # Ok, now we have the path, separated by spaces, we can step through it
1160   # and add multilib dir if necessary.
1161   lt_tmp_lt_search_path_spec=
1162   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1163   for lt_sys_path in $lt_search_path_spec; do
1164     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1165       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1166     else
1167       test -d "$lt_sys_path" && \
1168         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1169     fi
1170   done
1171   lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1172 BEGIN {RS=" "; FS="/|\n";} {
1173   lt_foo="";
1174   lt_count=0;
1175   for (lt_i = NF; lt_i > 0; lt_i--) {
1176     if ($lt_i != "" && $lt_i != ".") {
1177       if ($lt_i == "..") {
1178         lt_count++;
1179       } else {
1180         if (lt_count == 0) {
1181           lt_foo="/" $lt_i lt_foo;
1182         } else {
1183           lt_count--;
1184         }
1185       }
1186     }
1187   }
1188   if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1189   if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1191   sys_lib_search_path_spec=`echo $lt_search_path_spec`
1192 else
1193   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1194 fi])
1195 need_lib_prefix=unknown
1196 hardcode_into_libs=no
1198 # when you set need_version to no, make sure it does not cause -set_version
1199 # flags to be left without arguments
1200 need_version=unknown
1202 case $host_os in
1203 aix3*)
1204   version_type=linux
1205   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1206   shlibpath_var=LIBPATH
1208   # AIX 3 has no versioning support, so we append a major version to the name.
1209   soname_spec='${libname}${release}${shared_ext}$major'
1210   ;;
1212 aix[[4-9]]*)
1213   version_type=linux
1214   need_lib_prefix=no
1215   need_version=no
1216   hardcode_into_libs=yes
1217   if test "$host_cpu" = ia64; then
1218     # AIX 5 supports IA64
1219     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1220     shlibpath_var=LD_LIBRARY_PATH
1221   else
1222     # With GCC up to 2.95.x, collect2 would create an import file
1223     # for dependence libraries.  The import file would start with
1224     # the line `#! .'.  This would cause the generated library to
1225     # depend on `.', always an invalid library.  This was fixed in
1226     # development snapshots of GCC prior to 3.0.
1227     case $host_os in
1228       aix4 | aix4.[[01]] | aix4.[[01]].*)
1229       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1230            echo ' yes '
1231            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1232         :
1233       else
1234         can_build_shared=no
1235       fi
1236       ;;
1237     esac
1238     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1239     # soname into executable. Probably we can add versioning support to
1240     # collect2, so additional links can be useful in future.
1241     if test "$aix_use_runtimelinking" = yes; then
1242       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1243       # instead of lib<name>.a to let people know that these are not
1244       # typical AIX shared libraries.
1245       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1246     else
1247       # We preserve .a as extension for shared libraries through AIX4.2
1248       # and later when we are not doing run time linking.
1249       library_names_spec='${libname}${release}.a $libname.a'
1250       soname_spec='${libname}${release}${shared_ext}$major'
1251     fi
1252     shlibpath_var=LIBPATH
1253   fi
1254   ;;
1256 amigaos*)
1257   library_names_spec='$libname.ixlibrary $libname.a'
1258   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1259   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'
1260   ;;
1262 beos*)
1263   library_names_spec='${libname}${shared_ext}'
1264   dynamic_linker="$host_os ld.so"
1265   shlibpath_var=LIBRARY_PATH
1266   ;;
1268 bsdi[[45]]*)
1269   version_type=linux
1270   need_version=no
1271   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1272   soname_spec='${libname}${release}${shared_ext}$major'
1273   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1274   shlibpath_var=LD_LIBRARY_PATH
1275   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1276   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1277   # the default ld.so.conf also contains /usr/contrib/lib and
1278   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1279   # libtool to hard-code these into programs
1280   ;;
1282 cygwin* | mingw* | pw32*)
1283   version_type=windows
1284   shrext_cmds=".dll"
1285   need_version=no
1286   need_lib_prefix=no
1288   case $GCC,$host_os in
1289   yes,cygwin* | yes,mingw* | yes,pw32*)
1290     library_names_spec='$libname.dll.a'
1291     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1292     postinstall_cmds='base_file=`basename \${file}`~
1293       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1294       dldir=$destdir/`dirname \$dlpath`~
1295       test -d \$dldir || mkdir -p \$dldir~
1296       $install_prog $dir/$dlname \$dldir/$dlname~
1297       chmod a+x \$dldir/$dlname'
1298     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1299       dlpath=$dir/\$dldll~
1300        $rm \$dlpath'
1301     shlibpath_overrides_runpath=yes
1303     case $host_os in
1304     cygwin*)
1305       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1306       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1307       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1308       ;;
1309     mingw*)
1310       # MinGW DLLs use traditional 'lib' prefix
1311       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1312       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1313       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1314         # It is most probably a Windows format PATH printed by
1315         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1316         # path with ; separators, and with drive letters. We can handle the
1317         # drive letters (cygwin fileutils understands them), so leave them,
1318         # especially as we might pass files found there to a mingw objdump,
1319         # which wouldn't understand a cygwinified path. Ahh.
1320         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1321       else
1322         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1323       fi
1324       ;;
1325     pw32*)
1326       # pw32 DLLs use 'pw' prefix rather than 'lib'
1327       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1328       ;;
1329     esac
1330     ;;
1332   *)
1333     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1334     ;;
1335   esac
1336   dynamic_linker='Win32 ld.exe'
1337   # FIXME: first we should search . and the directory the executable is in
1338   shlibpath_var=PATH
1339   ;;
1341 darwin* | rhapsody*)
1342   dynamic_linker="$host_os dyld"
1343   version_type=darwin
1344   need_lib_prefix=no
1345   need_version=no
1346   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1347   soname_spec='${libname}${release}${major}$shared_ext'
1348   shlibpath_overrides_runpath=yes
1349   shlibpath_var=DYLD_LIBRARY_PATH
1350   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1351   m4_if([$1], [],[
1352   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
1353   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1354   ;;
1356 dgux*)
1357   version_type=linux
1358   need_lib_prefix=no
1359   need_version=no
1360   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1361   soname_spec='${libname}${release}${shared_ext}$major'
1362   shlibpath_var=LD_LIBRARY_PATH
1363   ;;
1365 freebsd1*)
1366   dynamic_linker=no
1367   ;;
1369 freebsd* | dragonfly*)
1370   # DragonFly does not have aout.  When/if they implement a new
1371   # versioning mechanism, adjust this.
1372   if test -x /usr/bin/objformat; then
1373     objformat=`/usr/bin/objformat`
1374   else
1375     case $host_os in
1376     freebsd[[123]]*) objformat=aout ;;
1377     *) objformat=elf ;;
1378     esac
1379   fi
1380   version_type=freebsd-$objformat
1381   case $version_type in
1382     freebsd-elf*)
1383       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1384       need_version=no
1385       need_lib_prefix=no
1386       ;;
1387     freebsd-*)
1388       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1389       need_version=yes
1390       ;;
1391   esac
1392   shlibpath_var=LD_LIBRARY_PATH
1393   case $host_os in
1394   freebsd2*)
1395     shlibpath_overrides_runpath=yes
1396     ;;
1397   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1398     shlibpath_overrides_runpath=yes
1399     hardcode_into_libs=yes
1400     ;;
1401   freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1402   freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1403     shlibpath_overrides_runpath=no
1404     hardcode_into_libs=yes
1405     ;;
1406   *) # from 4.6 on, and DragonFly
1407     shlibpath_overrides_runpath=yes
1408     hardcode_into_libs=yes
1409     ;;
1410   esac
1411   ;;
1413 gnu*)
1414   version_type=linux
1415   need_lib_prefix=no
1416   need_version=no
1417   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1418   soname_spec='${libname}${release}${shared_ext}$major'
1419   shlibpath_var=LD_LIBRARY_PATH
1420   hardcode_into_libs=yes
1421   ;;
1423 hpux9* | hpux10* | hpux11*)
1424   # Give a soname corresponding to the major version so that dld.sl refuses to
1425   # link against other versions.
1426   version_type=sunos
1427   need_lib_prefix=no
1428   need_version=no
1429   case $host_cpu in
1430   ia64*)
1431     shrext_cmds='.so'
1432     hardcode_into_libs=yes
1433     dynamic_linker="$host_os dld.so"
1434     shlibpath_var=LD_LIBRARY_PATH
1435     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1436     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1437     soname_spec='${libname}${release}${shared_ext}$major'
1438     if test "X$HPUX_IA64_MODE" = X32; then
1439       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1440     else
1441       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1442     fi
1443     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1444     ;;
1445    hppa*64*)
1446      shrext_cmds='.sl'
1447      hardcode_into_libs=yes
1448      dynamic_linker="$host_os dld.sl"
1449      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1450      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1451      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1452      soname_spec='${libname}${release}${shared_ext}$major'
1453      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1454      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1455      ;;
1456    *)
1457     shrext_cmds='.sl'
1458     dynamic_linker="$host_os dld.sl"
1459     shlibpath_var=SHLIB_PATH
1460     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1461     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1462     soname_spec='${libname}${release}${shared_ext}$major'
1463     ;;
1464   esac
1465   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1466   postinstall_cmds='chmod 555 $lib'
1467   ;;
1469 interix[[3-9]]*)
1470   version_type=linux
1471   need_lib_prefix=no
1472   need_version=no
1473   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1474   soname_spec='${libname}${release}${shared_ext}$major'
1475   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1476   shlibpath_var=LD_LIBRARY_PATH
1477   shlibpath_overrides_runpath=no
1478   hardcode_into_libs=yes
1479   ;;
1481 irix5* | irix6* | nonstopux*)
1482   case $host_os in
1483     nonstopux*) version_type=nonstopux ;;
1484     *)
1485         if test "$lt_cv_prog_gnu_ld" = yes; then
1486                 version_type=linux
1487         else
1488                 version_type=irix
1489         fi ;;
1490   esac
1491   need_lib_prefix=no
1492   need_version=no
1493   soname_spec='${libname}${release}${shared_ext}$major'
1494   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1495   case $host_os in
1496   irix5* | nonstopux*)
1497     libsuff= shlibsuff=
1498     ;;
1499   *)
1500     case $LD in # libtool.m4 will add one of these switches to LD
1501     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1502       libsuff= shlibsuff= libmagic=32-bit;;
1503     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1504       libsuff=32 shlibsuff=N32 libmagic=N32;;
1505     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1506       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1507     *) libsuff= shlibsuff= libmagic=never-match;;
1508     esac
1509     ;;
1510   esac
1511   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1512   shlibpath_overrides_runpath=no
1513   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1514   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1515   hardcode_into_libs=yes
1516   ;;
1518 # No shared lib support for Linux oldld, aout, or coff.
1519 linux*oldld* | linux*aout* | linux*coff*)
1520   dynamic_linker=no
1521   ;;
1523 # This must be Linux ELF.
1524 linux* | k*bsd*-gnu)
1525   version_type=linux
1526   need_lib_prefix=no
1527   need_version=no
1528   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1529   soname_spec='${libname}${release}${shared_ext}$major'
1530   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1531   shlibpath_var=LD_LIBRARY_PATH
1532   shlibpath_overrides_runpath=no
1533   # This implies no fast_install, which is unacceptable.
1534   # Some rework will be needed to allow for fast_install
1535   # before this can be enabled.
1536   hardcode_into_libs=yes
1537   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1538   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1540   # Append ld.so.conf contents to the search path
1541   if test -f /etc/ld.so.conf; then
1542     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1543     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
1544   fi
1546   # We used to test for /lib/ld.so.1 and disable shared libraries on
1547   # powerpc, because MkLinux only supported shared libraries with the
1548   # GNU dynamic linker.  Since this was broken with cross compilers,
1549   # most powerpc-linux boxes support dynamic linking these days and
1550   # people can always --disable-shared, the test was removed, and we
1551   # assume the GNU/Linux dynamic linker is in use.
1552   dynamic_linker='GNU/Linux ld.so'
1553   ;;
1555 netbsd*)
1556   version_type=sunos
1557   need_lib_prefix=no
1558   need_version=no
1559   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1560     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1561     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1562     dynamic_linker='NetBSD (a.out) ld.so'
1563   else
1564     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1565     soname_spec='${libname}${release}${shared_ext}$major'
1566     dynamic_linker='NetBSD ld.elf_so'
1567   fi
1568   shlibpath_var=LD_LIBRARY_PATH
1569   shlibpath_overrides_runpath=yes
1570   hardcode_into_libs=yes
1571   ;;
1573 newsos6)
1574   version_type=linux
1575   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1576   shlibpath_var=LD_LIBRARY_PATH
1577   shlibpath_overrides_runpath=yes
1578   ;;
1580 nto-qnx*)
1581   version_type=linux
1582   need_lib_prefix=no
1583   need_version=no
1584   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1585   soname_spec='${libname}${release}${shared_ext}$major'
1586   shlibpath_var=LD_LIBRARY_PATH
1587   shlibpath_overrides_runpath=yes
1588   ;;
1590 openbsd*)
1591   version_type=sunos
1592   sys_lib_dlsearch_path_spec="/usr/lib"
1593   need_lib_prefix=no
1594   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1595   case $host_os in
1596     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1597     *)                         need_version=no  ;;
1598   esac
1599   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1600   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1601   shlibpath_var=LD_LIBRARY_PATH
1602   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1603     case $host_os in
1604       openbsd2.[[89]] | openbsd2.[[89]].*)
1605         shlibpath_overrides_runpath=no
1606         ;;
1607       *)
1608         shlibpath_overrides_runpath=yes
1609         ;;
1610       esac
1611   else
1612     shlibpath_overrides_runpath=yes
1613   fi
1614   ;;
1616 os2*)
1617   libname_spec='$name'
1618   shrext_cmds=".dll"
1619   need_lib_prefix=no
1620   library_names_spec='$libname${shared_ext} $libname.a'
1621   dynamic_linker='OS/2 ld.exe'
1622   shlibpath_var=LIBPATH
1623   ;;
1625 osf3* | osf4* | osf5*)
1626   version_type=osf
1627   need_lib_prefix=no
1628   need_version=no
1629   soname_spec='${libname}${release}${shared_ext}$major'
1630   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1631   shlibpath_var=LD_LIBRARY_PATH
1632   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1633   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1634   ;;
1636 rdos*)
1637   dynamic_linker=no
1638   ;;
1640 solaris*)
1641   version_type=linux
1642   need_lib_prefix=no
1643   need_version=no
1644   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1645   soname_spec='${libname}${release}${shared_ext}$major'
1646   shlibpath_var=LD_LIBRARY_PATH
1647   shlibpath_overrides_runpath=yes
1648   hardcode_into_libs=yes
1649   # ldd complains unless libraries are executable
1650   postinstall_cmds='chmod +x $lib'
1651   ;;
1653 sunos4*)
1654   version_type=sunos
1655   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1656   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1657   shlibpath_var=LD_LIBRARY_PATH
1658   shlibpath_overrides_runpath=yes
1659   if test "$with_gnu_ld" = yes; then
1660     need_lib_prefix=no
1661   fi
1662   need_version=yes
1663   ;;
1665 sysv4 | sysv4.3*)
1666   version_type=linux
1667   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1668   soname_spec='${libname}${release}${shared_ext}$major'
1669   shlibpath_var=LD_LIBRARY_PATH
1670   case $host_vendor in
1671     sni)
1672       shlibpath_overrides_runpath=no
1673       need_lib_prefix=no
1674       export_dynamic_flag_spec='${wl}-Blargedynsym'
1675       runpath_var=LD_RUN_PATH
1676       ;;
1677     siemens)
1678       need_lib_prefix=no
1679       ;;
1680     motorola)
1681       need_lib_prefix=no
1682       need_version=no
1683       shlibpath_overrides_runpath=no
1684       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1685       ;;
1686   esac
1687   ;;
1689 sysv4*MP*)
1690   if test -d /usr/nec ;then
1691     version_type=linux
1692     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1693     soname_spec='$libname${shared_ext}.$major'
1694     shlibpath_var=LD_LIBRARY_PATH
1695   fi
1696   ;;
1698 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1699   version_type=freebsd-elf
1700   need_lib_prefix=no
1701   need_version=no
1702   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1703   soname_spec='${libname}${release}${shared_ext}$major'
1704   shlibpath_var=LD_LIBRARY_PATH
1705   hardcode_into_libs=yes
1706   if test "$with_gnu_ld" = yes; then
1707     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1708     shlibpath_overrides_runpath=no
1709   else
1710     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1711     shlibpath_overrides_runpath=yes
1712     case $host_os in
1713       sco3.2v5*)
1714         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1715         ;;
1716     esac
1717   fi
1718   sys_lib_dlsearch_path_spec='/usr/lib'
1719   ;;
1721 uts4*)
1722   version_type=linux
1723   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1724   soname_spec='${libname}${release}${shared_ext}$major'
1725   shlibpath_var=LD_LIBRARY_PATH
1726   ;;
1729   dynamic_linker=no
1730   ;;
1731 esac
1732 AC_MSG_RESULT([$dynamic_linker])
1733 test "$dynamic_linker" = no && can_build_shared=no
1735 AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1736 [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1737 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1738 AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1739 [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1740 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
1742 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1743 if test "$GCC" = yes; then
1744   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1747 m4trace:/usr/share/aclocal/libtool.m4:1911: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1748 AC_ARG_WITH([tags],
1749     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1750         [include additional configurations @<:@automatic@:>@])],
1751     [tagnames="$withval"])
1753 if test -f "$ltmain" && test -n "$tagnames"; then
1754   if test ! -f "${ofile}"; then
1755     AC_MSG_WARN([output file `$ofile' does not exist])
1756   fi
1758   if test -z "$LTCC"; then
1759     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1760     if test -z "$LTCC"; then
1761       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1762     else
1763       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1764     fi
1765   fi
1766   if test -z "$LTCFLAGS"; then
1767     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1768   fi
1770   # Extract list of available tagged configurations in $ofile.
1771   # Note that this assumes the entire list is on one line.
1772   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1774   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1775   for tagname in $tagnames; do
1776     IFS="$lt_save_ifs"
1777     # Check whether tagname contains only valid characters
1778     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1779     "") ;;
1780     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1781         ;;
1782     esac
1784     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1785     then
1786       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1787     fi
1789     # Update the list of available tags.
1790     if test -n "$tagname"; then
1791       echo appending configuration tag \"$tagname\" to $ofile
1793       case $tagname in
1794       CXX)
1795         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1796             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1797             (test "X$CXX" != "Xg++"))) ; then
1798           AC_LIBTOOL_LANG_CXX_CONFIG
1799         else
1800           tagname=""
1801         fi
1802         ;;
1804       F77)
1805         if test -n "$F77" && test "X$F77" != "Xno"; then
1806           AC_LIBTOOL_LANG_F77_CONFIG
1807         else
1808           tagname=""
1809         fi
1810         ;;
1812       GCJ)
1813         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1814           AC_LIBTOOL_LANG_GCJ_CONFIG
1815         else
1816           tagname=""
1817         fi
1818         ;;
1820       RC)
1821         AC_LIBTOOL_LANG_RC_CONFIG
1822         ;;
1824       *)
1825         AC_MSG_ERROR([Unsupported tag name: $tagname])
1826         ;;
1827       esac
1829       # Append the new tag name to the list of available tags.
1830       if test -n "$tagname" ; then
1831       available_tags="$available_tags $tagname"
1832     fi
1833     fi
1834   done
1835   IFS="$lt_save_ifs"
1837   # Now substitute the updated list of available tags.
1838   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1839     mv "${ofile}T" "$ofile"
1840     chmod +x "$ofile"
1841   else
1842     rm -f "${ofile}T"
1843     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1844   fi
1847 m4trace:/usr/share/aclocal/libtool.m4:2017: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1849 m4trace:/usr/share/aclocal/libtool.m4:2025: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1851 m4trace:/usr/share/aclocal/libtool.m4:2034: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1852 AC_ARG_ENABLE([shared],
1853     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1854         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1855     [p=${PACKAGE-default}
1856     case $enableval in
1857     yes) enable_shared=yes ;;
1858     no) enable_shared=no ;;
1859     *)
1860       enable_shared=no
1861       # Look at the argument we got.  We use all the common list separators.
1862       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1863       for pkg in $enableval; do
1864         IFS="$lt_save_ifs"
1865         if test "X$pkg" = "X$p"; then
1866           enable_shared=yes
1867         fi
1868       done
1869       IFS="$lt_save_ifs"
1870       ;;
1871     esac],
1872     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1874 m4trace:/usr/share/aclocal/libtool.m4:2063: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1875 AC_ENABLE_SHARED(no)
1877 m4trace:/usr/share/aclocal/libtool.m4:2073: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1878 AC_ARG_ENABLE([static],
1879     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1880         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1881     [p=${PACKAGE-default}
1882     case $enableval in
1883     yes) enable_static=yes ;;
1884     no) enable_static=no ;;
1885     *)
1886      enable_static=no
1887       # Look at the argument we got.  We use all the common list separators.
1888       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1889       for pkg in $enableval; do
1890         IFS="$lt_save_ifs"
1891         if test "X$pkg" = "X$p"; then
1892           enable_static=yes
1893         fi
1894       done
1895       IFS="$lt_save_ifs"
1896       ;;
1897     esac],
1898     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1900 m4trace:/usr/share/aclocal/libtool.m4:2102: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1901 AC_ENABLE_STATIC(no)
1903 m4trace:/usr/share/aclocal/libtool.m4:2112: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1904 AC_ARG_ENABLE([fast-install],
1905     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1906     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1907     [p=${PACKAGE-default}
1908     case $enableval in
1909     yes) enable_fast_install=yes ;;
1910     no) enable_fast_install=no ;;
1911     *)
1912       enable_fast_install=no
1913       # Look at the argument we got.  We use all the common list separators.
1914       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1915       for pkg in $enableval; do
1916         IFS="$lt_save_ifs"
1917         if test "X$pkg" = "X$p"; then
1918           enable_fast_install=yes
1919         fi
1920       done
1921       IFS="$lt_save_ifs"
1922       ;;
1923     esac],
1924     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1926 m4trace:/usr/share/aclocal/libtool.m4:2141: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1927 AC_ENABLE_FAST_INSTALL(no)
1929 m4trace:/usr/share/aclocal/libtool.m4:2151: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1930 pic_mode=ifelse($#,1,$1,default)
1932 m4trace:/usr/share/aclocal/libtool.m4:2175: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1933 AC_MSG_CHECKING([for $1])
1934 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1935 [case $MAGIC_CMD in
1936 [[\\/*] |  ?:[\\/]*])
1937   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1938   ;;
1940   lt_save_MAGIC_CMD="$MAGIC_CMD"
1941   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1942 dnl $ac_dummy forces splitting on constant user-supplied paths.
1943 dnl POSIX.2 word splitting is done only on the output of word expansions,
1944 dnl not every word.  This closes a longstanding sh security hole.
1945   ac_dummy="ifelse([$2], , $PATH, [$2])"
1946   for ac_dir in $ac_dummy; do
1947     IFS="$lt_save_ifs"
1948     test -z "$ac_dir" && ac_dir=.
1949     if test -f $ac_dir/$1; then
1950       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1951       if test -n "$file_magic_test_file"; then
1952         case $deplibs_check_method in
1953         "file_magic "*)
1954           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1955           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1956           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1957             $EGREP "$file_magic_regex" > /dev/null; then
1958             :
1959           else
1960             cat <<EOF 1>&2
1962 *** Warning: the command libtool uses to detect shared libraries,
1963 *** $file_magic_cmd, produces output that libtool cannot recognize.
1964 *** The result is that libtool may fail to recognize shared libraries
1965 *** as such.  This will affect the creation of libtool libraries that
1966 *** depend on shared libraries, but programs linked with such libtool
1967 *** libraries will work regardless of this problem.  Nevertheless, you
1968 *** may want to report the problem to your system manager and/or to
1969 *** bug-libtool@gnu.org
1972           fi ;;
1973         esac
1974       fi
1975       break
1976     fi
1977   done
1978   IFS="$lt_save_ifs"
1979   MAGIC_CMD="$lt_save_MAGIC_CMD"
1980   ;;
1981 esac])
1982 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1983 if test -n "$MAGIC_CMD"; then
1984   AC_MSG_RESULT($MAGIC_CMD)
1985 else
1986   AC_MSG_RESULT(no)
1989 m4trace:/usr/share/aclocal/libtool.m4:2238: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1990 if test -z "$lt_cv_path_MAGIC_CMD"; then
1991   if test -n "$ac_tool_prefix"; then
1992     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1993   else
1994     MAGIC_CMD=:
1995   fi
1998 m4trace:/usr/share/aclocal/libtool.m4:2253: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1999     [AC_HELP_STRING([--with-gnu-ld],
2000         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2001     [test "$withval" = no || with_gnu_ld=yes],
2002     [with_gnu_ld=no])
2003 AC_REQUIRE([LT_AC_PROG_SED])dnl
2004 AC_REQUIRE([AC_PROG_CC])dnl
2005 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2006 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2007 ac_prog=ld
2008 if test "$GCC" = yes; then
2009   # Check if gcc -print-prog-name=ld gives a path.
2010   AC_MSG_CHECKING([for ld used by $CC])
2011   case $host in
2012   *-*-mingw*)
2013     # gcc leaves a trailing carriage return which upsets mingw
2014     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2015   *)
2016     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2017   esac
2018   case $ac_prog in
2019     # Accept absolute paths.
2020     [[\\/]]* | ?:[[\\/]]*)
2021       re_direlt='/[[^/]][[^/]]*/\.\./'
2022       # Canonicalize the pathname of ld
2023       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2024       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2025         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2026       done
2027       test -z "$LD" && LD="$ac_prog"
2028       ;;
2029   "")
2030     # If it fails, then pretend we aren't using GCC.
2031     ac_prog=ld
2032     ;;
2033   *)
2034     # If it is relative, then search for the first ld in PATH.
2035     with_gnu_ld=unknown
2036     ;;
2037   esac
2038 elif test "$with_gnu_ld" = yes; then
2039   AC_MSG_CHECKING([for GNU ld])
2040 else
2041   AC_MSG_CHECKING([for non-GNU ld])
2043 AC_CACHE_VAL(lt_cv_path_LD,
2044 [if test -z "$LD"; then
2045   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2046   for ac_dir in $PATH; do
2047     IFS="$lt_save_ifs"
2048     test -z "$ac_dir" && ac_dir=.
2049     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2050       lt_cv_path_LD="$ac_dir/$ac_prog"
2051       # Check to see if the program is GNU ld.  I'd rather use --version,
2052       # but apparently some variants of GNU ld only accept -v.
2053       # Break only if it was the GNU/non-GNU ld that we prefer.
2054       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2055       *GNU* | *'with BFD'*)
2056         test "$with_gnu_ld" != no && break
2057         ;;
2058       *)
2059         test "$with_gnu_ld" != yes && break
2060         ;;
2061       esac
2062     fi
2063   done
2064   IFS="$lt_save_ifs"
2065 else
2066   lt_cv_path_LD="$LD" # Let the user override the test with a path.
2067 fi])
2068 LD="$lt_cv_path_LD"
2069 if test -n "$LD"; then
2070   AC_MSG_RESULT($LD)
2071 else
2072   AC_MSG_RESULT(no)
2074 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2075 AC_PROG_LD_GNU
2077 m4trace:/usr/share/aclocal/libtool.m4:2337: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
2078 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2079 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2080 case `$LD -v 2>&1 </dev/null` in
2081 *GNU* | *'with BFD'*)
2082   lt_cv_prog_gnu_ld=yes
2083   ;;
2085   lt_cv_prog_gnu_ld=no
2086   ;;
2087 esac])
2088 with_gnu_ld=$lt_cv_prog_gnu_ld
2090 m4trace:/usr/share/aclocal/libtool.m4:2357: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2091   lt_cv_ld_reload_flag,
2092   [lt_cv_ld_reload_flag='-r'])
2093 reload_flag=$lt_cv_ld_reload_flag
2094 case $reload_flag in
2095 "" | " "*) ;;
2096 *) reload_flag=" $reload_flag" ;;
2097 esac
2098 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2099 case $host_os in
2100   darwin*)
2101     if test "$GCC" = yes; then
2102       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2103     else
2104       reload_cmds='$LD$reload_flag -o $output$reload_objs'
2105     fi
2106     ;;
2107 esac
2109 m4trace:/usr/share/aclocal/libtool.m4:2383: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2110 lt_cv_deplibs_check_method,
2111 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2112 lt_cv_file_magic_test_file=
2113 lt_cv_deplibs_check_method='unknown'
2114 # Need to set the preceding variable on all platforms that support
2115 # interlibrary dependencies.
2116 # 'none' -- dependencies not supported.
2117 # `unknown' -- same as none, but documents that we really don't know.
2118 # 'pass_all' -- all dependencies passed with no checks.
2119 # 'test_compile' -- check by making test program.
2120 # 'file_magic [[regex]]' -- check by looking for files in library path
2121 # which responds to the $file_magic_cmd with a given extended regex.
2122 # If you have `file' or equivalent on your system and you're not sure
2123 # whether `pass_all' will *always* work, you probably want this one.
2125 case $host_os in
2126 aix[[4-9]]*)
2127   lt_cv_deplibs_check_method=pass_all
2128   ;;
2130 beos*)
2131   lt_cv_deplibs_check_method=pass_all
2132   ;;
2134 bsdi[[45]]*)
2135   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2136   lt_cv_file_magic_cmd='/usr/bin/file -L'
2137   lt_cv_file_magic_test_file=/shlib/libc.so
2138   ;;
2140 cygwin*)
2141   # func_win32_libid is a shell function defined in ltmain.sh
2142   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2143   lt_cv_file_magic_cmd='func_win32_libid'
2144   ;;
2146 mingw* | pw32*)
2147   # Base MSYS/MinGW do not provide the 'file' command needed by
2148   # func_win32_libid shell function, so use a weaker test based on 'objdump',
2149   # unless we find 'file', for example because we are cross-compiling.
2150   if ( file / ) >/dev/null 2>&1; then
2151     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2152     lt_cv_file_magic_cmd='func_win32_libid'
2153   else
2154     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2155     lt_cv_file_magic_cmd='$OBJDUMP -f'
2156   fi
2157   ;;
2159 darwin* | rhapsody*)
2160   lt_cv_deplibs_check_method=pass_all
2161   ;;
2163 freebsd* | dragonfly*)
2164   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2165     case $host_cpu in
2166     i*86 )
2167       # Not sure whether the presence of OpenBSD here was a mistake.
2168       # Let's accept both of them until this is cleared up.
2169       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2170       lt_cv_file_magic_cmd=/usr/bin/file
2171       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2172       ;;
2173     esac
2174   else
2175     lt_cv_deplibs_check_method=pass_all
2176   fi
2177   ;;
2179 gnu*)
2180   lt_cv_deplibs_check_method=pass_all
2181   ;;
2183 hpux10.20* | hpux11*)
2184   lt_cv_file_magic_cmd=/usr/bin/file
2185   case $host_cpu in
2186   ia64*)
2187     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2188     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2189     ;;
2190   hppa*64*)
2191     [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]']
2192     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2193     ;;
2194   *)
2195     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2196     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2197     ;;
2198   esac
2199   ;;
2201 interix[[3-9]]*)
2202   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2203   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2204   ;;
2206 irix5* | irix6* | nonstopux*)
2207   case $LD in
2208   *-32|*"-32 ") libmagic=32-bit;;
2209   *-n32|*"-n32 ") libmagic=N32;;
2210   *-64|*"-64 ") libmagic=64-bit;;
2211   *) libmagic=never-match;;
2212   esac
2213   lt_cv_deplibs_check_method=pass_all
2214   ;;
2216 # This must be Linux ELF.
2217 linux* | k*bsd*-gnu)
2218   lt_cv_deplibs_check_method=pass_all
2219   ;;
2221 netbsd*)
2222   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2223     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2224   else
2225     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2226   fi
2227   ;;
2229 newos6*)
2230   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2231   lt_cv_file_magic_cmd=/usr/bin/file
2232   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2233   ;;
2235 nto-qnx*)
2236   lt_cv_deplibs_check_method=unknown
2237   ;;
2239 openbsd*)
2240   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2241     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2242   else
2243     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2244   fi
2245   ;;
2247 osf3* | osf4* | osf5*)
2248   lt_cv_deplibs_check_method=pass_all
2249   ;;
2251 rdos*)
2252   lt_cv_deplibs_check_method=pass_all
2253   ;;
2255 solaris*)
2256   lt_cv_deplibs_check_method=pass_all
2257   ;;
2259 sysv4 | sysv4.3*)
2260   case $host_vendor in
2261   motorola)
2262     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]]'
2263     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2264     ;;
2265   ncr)
2266     lt_cv_deplibs_check_method=pass_all
2267     ;;
2268   sequent)
2269     lt_cv_file_magic_cmd='/bin/file'
2270     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2271     ;;
2272   sni)
2273     lt_cv_file_magic_cmd='/bin/file'
2274     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2275     lt_cv_file_magic_test_file=/lib/libc.so
2276     ;;
2277   siemens)
2278     lt_cv_deplibs_check_method=pass_all
2279     ;;
2280   pc)
2281     lt_cv_deplibs_check_method=pass_all
2282     ;;
2283   esac
2284   ;;
2286 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2287   lt_cv_deplibs_check_method=pass_all
2288   ;;
2289 esac
2291 file_magic_cmd=$lt_cv_file_magic_cmd
2292 deplibs_check_method=$lt_cv_deplibs_check_method
2293 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2295 m4trace:/usr/share/aclocal/libtool.m4:2575: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2296 [if test -n "$NM"; then
2297   # Let the user override the test.
2298   lt_cv_path_NM="$NM"
2299 else
2300   lt_nm_to_check="${ac_tool_prefix}nm"
2301   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2302     lt_nm_to_check="$lt_nm_to_check nm"
2303   fi
2304   for lt_tmp_nm in $lt_nm_to_check; do
2305     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2306     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2307       IFS="$lt_save_ifs"
2308       test -z "$ac_dir" && ac_dir=.
2309       tmp_nm="$ac_dir/$lt_tmp_nm"
2310       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2311         # Check to see if the nm accepts a BSD-compat flag.
2312         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2313         #   nm: unknown option "B" ignored
2314         # Tru64's nm complains that /dev/null is an invalid object file
2315         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2316         */dev/null* | *'Invalid file or object type'*)
2317           lt_cv_path_NM="$tmp_nm -B"
2318           break
2319           ;;
2320         *)
2321           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2322           */dev/null*)
2323             lt_cv_path_NM="$tmp_nm -p"
2324             break
2325             ;;
2326           *)
2327             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2328             continue # so that we can try to find one that supports BSD flags
2329             ;;
2330           esac
2331           ;;
2332         esac
2333       fi
2334     done
2335     IFS="$lt_save_ifs"
2336   done
2337   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2338 fi])
2339 NM="$lt_cv_path_NM"
2341 m4trace:/usr/share/aclocal/libtool.m4:2627: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2342 LIBM=
2343 case $host in
2344 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2345   # These system don't have libm, or don't need it
2346   ;;
2347 *-ncr-sysv4.3*)
2348   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2349   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2350   ;;
2352   AC_CHECK_LIB(m, cos, LIBM="-lm")
2353   ;;
2354 esac
2356 m4trace:/usr/share/aclocal/libtool.m4:2656: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2357   case $enable_ltdl_convenience in
2358   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2359   "") enable_ltdl_convenience=yes
2360       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2361   esac
2362   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2363   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2364   # For backwards non-gettext consistent compatibility...
2365   INCLTDL="$LTDLINCL"
2367 m4trace:/usr/share/aclocal/libtool.m4:2682: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2368   AC_CHECK_LIB(ltdl, lt_dlinit,
2369   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2370   [if test x"$enable_ltdl_install" = xno; then
2371      AC_MSG_WARN([libltdl not installed, but installation disabled])
2372    else
2373      enable_ltdl_install=yes
2374    fi
2375   ])
2376   if test x"$enable_ltdl_install" = x"yes"; then
2377     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2378     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2379     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2380   else
2381     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2382     LIBLTDL="-lltdl"
2383     LTDLINCL=
2384   fi
2385   # For backwards non-gettext consistent compatibility...
2386   INCLTDL="$LTDLINCL"
2388 m4trace:/usr/share/aclocal/libtool.m4:2709: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2390 m4trace:/usr/share/aclocal/libtool.m4:2716: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2391 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2392 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2394 m4trace:/usr/share/aclocal/libtool.m4:2724: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2395 AC_REQUIRE([AC_PROG_CXX])
2396 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2397     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2398     (test "X$CXX" != "Xg++"))) ; then
2399   AC_PROG_CXXCPP
2402 m4trace:/usr/share/aclocal/libtool.m4:2737: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2404 m4trace:/usr/share/aclocal/libtool.m4:2744: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2405 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2407 m4trace:/usr/share/aclocal/libtool.m4:2753: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2409 m4trace:/usr/share/aclocal/libtool.m4:2760: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2410   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2411     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2412       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2413          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2414            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2415 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2417 m4trace:/usr/share/aclocal/libtool.m4:2774: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2418 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2420 m4trace:/usr/share/aclocal/libtool.m4:2785: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2421 m4trace:/usr/share/aclocal/libtool.m4:2786: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2422 AC_LANG_PUSH(C)
2424 # Source file extension for C test sources.
2425 ac_ext=c
2427 # Object file extension for compiled C test sources.
2428 objext=o
2429 _LT_AC_TAGVAR(objext, $1)=$objext
2431 # Code to be used in simple compile tests
2432 lt_simple_compile_test_code="int some_variable = 0;"
2434 # Code to be used in simple link tests
2435 lt_simple_link_test_code='int main(){return(0);}'
2437 _LT_AC_SYS_COMPILER
2439 # save warnings/boilerplate of simple test code
2440 _LT_COMPILER_BOILERPLATE
2441 _LT_LINKER_BOILERPLATE
2443 ## CAVEAT EMPTOR:
2444 ## There is no encapsulation within the following macros, do not change
2445 ## the running order or otherwise move them around unless you know exactly
2446 ## what you are doing...
2447 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2448 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2449 AC_LIBTOOL_PROG_CC_C_O($1)
2450 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2451 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2452 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2453 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2454 AC_LIBTOOL_SYS_LIB_STRIP
2455 AC_LIBTOOL_DLOPEN_SELF
2457 # Report which library types will actually be built
2458 AC_MSG_CHECKING([if libtool supports shared libraries])
2459 AC_MSG_RESULT([$can_build_shared])
2461 AC_MSG_CHECKING([whether to build shared libraries])
2462 test "$can_build_shared" = "no" && enable_shared=no
2464 # On AIX, shared libraries and static libraries use the same namespace, and
2465 # are all built from PIC.
2466 case $host_os in
2467 aix3*)
2468   test "$enable_shared" = yes && enable_static=no
2469   if test -n "$RANLIB"; then
2470     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2471     postinstall_cmds='$RANLIB $lib'
2472   fi
2473   ;;
2475 aix[[4-9]]*)
2476   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2477     test "$enable_shared" = yes && enable_static=no
2478   fi
2479     ;;
2480 esac
2481 AC_MSG_RESULT([$enable_shared])
2483 AC_MSG_CHECKING([whether to build static libraries])
2484 # Make sure either enable_shared or enable_static is yes.
2485 test "$enable_shared" = yes || enable_static=yes
2486 AC_MSG_RESULT([$enable_static])
2488 AC_LIBTOOL_CONFIG($1)
2490 AC_LANG_POP
2491 CC="$lt_save_CC"
2493 m4trace:/usr/share/aclocal/libtool.m4:2866: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2494 m4trace:/usr/share/aclocal/libtool.m4:2867: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2495 AC_REQUIRE([AC_PROG_CXX])
2496 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2498 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2499 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2500 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2501 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2502 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2503 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2504 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2505 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2506 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2507 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2508 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2509 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2510 _LT_AC_TAGVAR(module_cmds, $1)=
2511 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2512 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2513 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2514 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2515 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2516 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2518 # Dependencies to place before and after the object being linked:
2519 _LT_AC_TAGVAR(predep_objects, $1)=
2520 _LT_AC_TAGVAR(postdep_objects, $1)=
2521 _LT_AC_TAGVAR(predeps, $1)=
2522 _LT_AC_TAGVAR(postdeps, $1)=
2523 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2524 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
2526 # Source file extension for C++ test sources.
2527 ac_ext=cpp
2529 # Object file extension for compiled C++ test sources.
2530 objext=o
2531 _LT_AC_TAGVAR(objext, $1)=$objext
2533 # Code to be used in simple compile tests
2534 lt_simple_compile_test_code="int some_variable = 0;"
2536 # Code to be used in simple link tests
2537 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2539 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2540 _LT_AC_SYS_COMPILER
2542 # save warnings/boilerplate of simple test code
2543 _LT_COMPILER_BOILERPLATE
2544 _LT_LINKER_BOILERPLATE
2546 # Allow CC to be a program name with arguments.
2547 lt_save_CC=$CC
2548 lt_save_LD=$LD
2549 lt_save_GCC=$GCC
2550 GCC=$GXX
2551 lt_save_with_gnu_ld=$with_gnu_ld
2552 lt_save_path_LD=$lt_cv_path_LD
2553 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2554   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2555 else
2556   $as_unset lt_cv_prog_gnu_ld
2558 if test -n "${lt_cv_path_LDCXX+set}"; then
2559   lt_cv_path_LD=$lt_cv_path_LDCXX
2560 else
2561   $as_unset lt_cv_path_LD
2563 test -z "${LDCXX+set}" || LD=$LDCXX
2564 CC=${CXX-"c++"}
2565 compiler=$CC
2566 _LT_AC_TAGVAR(compiler, $1)=$CC
2567 _LT_CC_BASENAME([$compiler])
2569 # We don't want -fno-exception wen compiling C++ code, so set the
2570 # no_builtin_flag separately
2571 if test "$GXX" = yes; then
2572   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2573 else
2574   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2577 if test "$GXX" = yes; then
2578   # Set up default GNU C++ configuration
2580   AC_PROG_LD
2582   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2583   # archiving commands below assume that GNU ld is being used.
2584   if test "$with_gnu_ld" = yes; then
2585     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2586     _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'
2588     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2589     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2591     # If archive_cmds runs LD, not CC, wlarc should be empty
2592     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2593     #     investigate it a little bit more. (MM)
2594     wlarc='${wl}'
2596     # ancient GNU ld didn't support --whole-archive et. al.
2597     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2598         grep 'no-whole-archive' > /dev/null; then
2599       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2600     else
2601       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2602     fi
2603   else
2604     with_gnu_ld=no
2605     wlarc=
2607     # A generic and very simple default shared library creation
2608     # command for GNU C++ for the case where it uses the native
2609     # linker, instead of GNU ld.  If possible, this setting should
2610     # overridden to take advantage of the native linker features on
2611     # the platform it is being used on.
2612     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2613   fi
2615   # Commands to make compiler produce verbose output that lists
2616   # what "hidden" libraries, object files and flags are used when
2617   # linking a shared library.
2618   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2620 else
2621   GXX=no
2622   with_gnu_ld=no
2623   wlarc=
2626 # PORTME: fill in a description of your system's C++ link characteristics
2627 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2628 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2629 case $host_os in
2630   aix3*)
2631     # FIXME: insert proper C++ library support
2632     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2633     ;;
2634   aix[[4-9]]*)
2635     if test "$host_cpu" = ia64; then
2636       # On IA64, the linker does run time linking by default, so we don't
2637       # have to do anything special.
2638       aix_use_runtimelinking=no
2639       exp_sym_flag='-Bexport'
2640       no_entry_flag=""
2641     else
2642       aix_use_runtimelinking=no
2644       # Test if we are trying to use run time linking or normal
2645       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2646       # need to do runtime linking.
2647       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
2648         for ld_flag in $LDFLAGS; do
2649           case $ld_flag in
2650           *-brtl*)
2651             aix_use_runtimelinking=yes
2652             break
2653             ;;
2654           esac
2655         done
2656         ;;
2657       esac
2659       exp_sym_flag='-bexport'
2660       no_entry_flag='-bnoentry'
2661     fi
2663     # When large executables or shared objects are built, AIX ld can
2664     # have problems creating the table of contents.  If linking a library
2665     # or program results in "error TOC overflow" add -mminimal-toc to
2666     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2667     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2669     _LT_AC_TAGVAR(archive_cmds, $1)=''
2670     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2671     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2672     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2674     if test "$GXX" = yes; then
2675       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2676       # We only want to do this on AIX 4.2 and lower, the check
2677       # below for broken collect2 doesn't work under 4.3+
2678         collect2name=`${CC} -print-prog-name=collect2`
2679         if test -f "$collect2name" && \
2680            strings "$collect2name" | grep resolve_lib_name >/dev/null
2681         then
2682           # We have reworked collect2
2683           :
2684         else
2685           # We have old collect2
2686           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2687           # It fails to find uninstalled libraries when the uninstalled
2688           # path is not listed in the libpath.  Setting hardcode_minus_L
2689           # to unsupported forces relinking
2690           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2691           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2692           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2693         fi
2694         ;;
2695       esac
2696       shared_flag='-shared'
2697       if test "$aix_use_runtimelinking" = yes; then
2698         shared_flag="$shared_flag "'${wl}-G'
2699       fi
2700     else
2701       # not using gcc
2702       if test "$host_cpu" = ia64; then
2703         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2704         # chokes on -Wl,-G. The following line is correct:
2705         shared_flag='-G'
2706       else
2707         if test "$aix_use_runtimelinking" = yes; then
2708           shared_flag='${wl}-G'
2709         else
2710           shared_flag='${wl}-bM:SRE'
2711         fi
2712       fi
2713     fi
2715     # It seems that -bexpall does not export symbols beginning with
2716     # underscore (_), so it is better to generate a list of symbols to export.
2717     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2718     if test "$aix_use_runtimelinking" = yes; then
2719       # Warning - without using the other runtime loading flags (-brtl),
2720       # -berok will link without error, but may produce a broken library.
2721       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2722       # Determine the default libpath from the value encoded in an empty executable.
2723       _LT_AC_SYS_LIBPATH_AIX
2724       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2726       _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"
2727      else
2728       if test "$host_cpu" = ia64; then
2729         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2730         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2731         _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"
2732       else
2733         # Determine the default libpath from the value encoded in an empty executable.
2734         _LT_AC_SYS_LIBPATH_AIX
2735         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2736         # Warning - without using the other run time loading flags,
2737         # -berok will link without error, but may produce a broken library.
2738         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2739         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2740         # Exported symbols can be pulled into shared objects from archives
2741         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2742         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2743         # This is similar to how AIX traditionally builds its shared libraries.
2744         _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'
2745       fi
2746     fi
2747     ;;
2749   beos*)
2750     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2751       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2752       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2753       # support --undefined.  This deserves some investigation.  FIXME
2754       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2755     else
2756       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2757     fi
2758     ;;
2760   chorus*)
2761     case $cc_basename in
2762       *)
2763         # FIXME: insert proper C++ library support
2764         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2765         ;;
2766     esac
2767     ;;
2769   cygwin* | mingw* | pw32*)
2770     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2771     # as there is no search path for DLLs.
2772     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2773     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2774     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2775     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2777     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2778       _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'
2779       # If the export-symbols file already is a .def file (1st line
2780       # is EXPORTS), use it as is; otherwise, prepend...
2781       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2782         cp $export_symbols $output_objdir/$soname.def;
2783       else
2784         echo EXPORTS > $output_objdir/$soname.def;
2785         cat $export_symbols >> $output_objdir/$soname.def;
2786       fi~
2787       $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'
2788     else
2789       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2790     fi
2791   ;;
2792       darwin* | rhapsody*)
2793       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2794       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2795       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2796       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2797       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2798       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2799       _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
2800       if test "$GXX" = yes ; then
2801       output_verbose_link_cmd='echo'
2802       _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
2803       _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
2804       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
2805       _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
2806       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
2807         _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
2808         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
2809       fi
2810       else
2811       case $cc_basename in
2812         xlc*)
2813          output_verbose_link_cmd='echo'
2814           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
2815           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2816           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2817           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2818           _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}'
2819           ;;
2820        *)
2821          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2822           ;;
2823       esac
2824       fi
2825         ;;
2827   dgux*)
2828     case $cc_basename in
2829       ec++*)
2830         # FIXME: insert proper C++ library support
2831         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2832         ;;
2833       ghcx*)
2834         # Green Hills C++ Compiler
2835         # FIXME: insert proper C++ library support
2836         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2837         ;;
2838       *)
2839         # FIXME: insert proper C++ library support
2840         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2841         ;;
2842     esac
2843     ;;
2844   freebsd[[12]]*)
2845     # C++ shared libraries reported to be fairly broken before switch to ELF
2846     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2847     ;;
2848   freebsd-elf*)
2849     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2850     ;;
2851   freebsd* | dragonfly*)
2852     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2853     # conventions
2854     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2855     ;;
2856   gnu*)
2857     ;;
2858   hpux9*)
2859     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2860     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2861     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2862     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2863     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2864                                 # but as the default
2865                                 # location of the library.
2867     case $cc_basename in
2868     CC*)
2869       # FIXME: insert proper C++ library support
2870       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2871       ;;
2872     aCC*)
2873       _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'
2874       # Commands to make compiler produce verbose output that lists
2875       # what "hidden" libraries, object files and flags are used when
2876       # linking a shared library.
2877       #
2878       # There doesn't appear to be a way to prevent this compiler from
2879       # explicitly linking system object files so we need to strip them
2880       # from the output so that they don't get included in the library
2881       # dependencies.
2882       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'
2883       ;;
2884     *)
2885       if test "$GXX" = yes; then
2886         _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'
2887       else
2888         # FIXME: insert proper C++ library support
2889         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2890       fi
2891       ;;
2892     esac
2893     ;;
2894   hpux10*|hpux11*)
2895     if test $with_gnu_ld = no; then
2896       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2897       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2899       case $host_cpu in
2900       hppa*64*|ia64*) ;;
2901       *)
2902         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2903         ;;
2904       esac
2905     fi
2906     case $host_cpu in
2907     hppa*64*|ia64*)
2908       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2909       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2910       ;;
2911     *)
2912       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2913       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2914                                               # but as the default
2915                                               # location of the library.
2916       ;;
2917     esac
2919     case $cc_basename in
2920       CC*)
2921         # FIXME: insert proper C++ library support
2922         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2923         ;;
2924       aCC*)
2925         case $host_cpu in
2926         hppa*64*)
2927           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2928           ;;
2929         ia64*)
2930           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2931           ;;
2932         *)
2933           _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'
2934           ;;
2935         esac
2936         # Commands to make compiler produce verbose output that lists
2937         # what "hidden" libraries, object files and flags are used when
2938         # linking a shared library.
2939         #
2940         # There doesn't appear to be a way to prevent this compiler from
2941         # explicitly linking system object files so we need to strip them
2942         # from the output so that they don't get included in the library
2943         # dependencies.
2944         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'
2945         ;;
2946       *)
2947         if test "$GXX" = yes; then
2948           if test $with_gnu_ld = no; then
2949             case $host_cpu in
2950             hppa*64*)
2951               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2952               ;;
2953             ia64*)
2954               _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'
2955               ;;
2956             *)
2957               _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'
2958               ;;
2959             esac
2960           fi
2961         else
2962           # FIXME: insert proper C++ library support
2963           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2964         fi
2965         ;;
2966     esac
2967     ;;
2968   interix[[3-9]]*)
2969     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2970     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2971     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2972     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2973     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2974     # Instead, shared libraries are loaded at an image base (0x10000000 by
2975     # default) and relocated if they conflict, which is a slow very memory
2976     # consuming and fragmenting process.  To avoid this, we pick a random,
2977     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2978     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2979     _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'
2980     _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'
2981     ;;
2982   irix5* | irix6*)
2983     case $cc_basename in
2984       CC*)
2985         # SGI C++
2986         _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'
2988         # Archives containing C++ object files must be created using
2989         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2990         # necessary to make sure instantiated templates are included
2991         # in the archive.
2992         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2993         ;;
2994       *)
2995         if test "$GXX" = yes; then
2996           if test "$with_gnu_ld" = no; then
2997             _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'
2998           else
2999             _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'
3000           fi
3001         fi
3002         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3003         ;;
3004     esac
3005     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3006     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3007     ;;
3008   linux* | k*bsd*-gnu)
3009     case $cc_basename in
3010       KCC*)
3011         # Kuck and Associates, Inc. (KAI) C++ Compiler
3013         # KCC will only create a shared library if the output file
3014         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3015         # to its proper name (with version) after linking.
3016         _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'
3017         _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'
3018         # Commands to make compiler produce verbose output that lists
3019         # what "hidden" libraries, object files and flags are used when
3020         # linking a shared library.
3021         #
3022         # There doesn't appear to be a way to prevent this compiler from
3023         # explicitly linking system object files so we need to strip them
3024         # from the output so that they don't get included in the library
3025         # dependencies.
3026         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'
3028         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3029         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3031         # Archives containing C++ object files must be created using
3032         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3033         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3034         ;;
3035       icpc*)
3036         # Intel C++
3037         with_gnu_ld=yes
3038         # version 8.0 and above of icpc choke on multiply defined symbols
3039         # if we add $predep_objects and $postdep_objects, however 7.1 and
3040         # earlier do not add the objects themselves.
3041         case `$CC -V 2>&1` in
3042         *"Version 7."*)
3043           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3044           _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'
3045           ;;
3046         *)  # Version 8.0 or newer
3047           tmp_idyn=
3048           case $host_cpu in
3049             ia64*) tmp_idyn=' -i_dynamic';;
3050           esac
3051           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3052           _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'
3053           ;;
3054         esac
3055         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3056         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3057         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3058         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3059         ;;
3060       pgCC* | pgcpp*)
3061         # Portland Group C++ compiler
3062         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3063         _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'
3065         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3066         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3067         _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'
3068         ;;
3069       cxx*)
3070         # Compaq C++
3071         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3072         _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'
3074         runpath_var=LD_RUN_PATH
3075         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3076         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3078         # Commands to make compiler produce verbose output that lists
3079         # what "hidden" libraries, object files and flags are used when
3080         # linking a shared library.
3081         #
3082         # There doesn't appear to be a way to prevent this compiler from
3083         # explicitly linking system object files so we need to strip them
3084         # from the output so that they don't get included in the library
3085         # dependencies.
3086         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'
3087         ;;
3088       *)
3089         case `$CC -V 2>&1 | sed 5q` in
3090         *Sun\ C*)
3091           # Sun C++ 5.9
3092           _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3093           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3094           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
3095           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3096           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3098           # Not sure whether something based on
3099           # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3100           # would be better.
3101           output_verbose_link_cmd='echo'
3103           # Archives containing C++ object files must be created using
3104           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3105           # necessary to make sure instantiated templates are included
3106           # in the archive.
3107           _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3108           ;;
3109         esac
3110         ;;
3111     esac
3112     ;;
3113   lynxos*)
3114     # FIXME: insert proper C++ library support
3115     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3116     ;;
3117   m88k*)
3118     # FIXME: insert proper C++ library support
3119     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3120     ;;
3121   mvs*)
3122     case $cc_basename in
3123       cxx*)
3124         # FIXME: insert proper C++ library support
3125         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3126         ;;
3127       *)
3128         # FIXME: insert proper C++ library support
3129         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3130         ;;
3131     esac
3132     ;;
3133   netbsd*)
3134     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3135       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3136       wlarc=
3137       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3138       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3139       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3140     fi
3141     # Workaround some broken pre-1.5 toolchains
3142     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3143     ;;
3144   openbsd2*)
3145     # C++ shared libraries are fairly broken
3146     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3147     ;;
3148   openbsd*)
3149     if test -f /usr/libexec/ld.so; then
3150       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3151       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3152       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3153       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3154       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3155         _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'
3156         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3157         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3158       fi
3159       output_verbose_link_cmd='echo'
3160     else
3161       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3162     fi
3163     ;;
3164   osf3*)
3165     case $cc_basename in
3166       KCC*)
3167         # Kuck and Associates, Inc. (KAI) C++ Compiler
3169         # KCC will only create a shared library if the output file
3170         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3171         # to its proper name (with version) after linking.
3172         _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'
3174         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3175         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3177         # Archives containing C++ object files must be created using
3178         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3179         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3181         ;;
3182       RCC*)
3183         # Rational C++ 2.4.1
3184         # FIXME: insert proper C++ library support
3185         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3186         ;;
3187       cxx*)
3188         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3189         _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'
3191         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3192         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3194         # Commands to make compiler produce verbose output that lists
3195         # what "hidden" libraries, object files and flags are used when
3196         # linking a shared library.
3197         #
3198         # There doesn't appear to be a way to prevent this compiler from
3199         # explicitly linking system object files so we need to strip them
3200         # from the output so that they don't get included in the library
3201         # dependencies.
3202         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'
3203         ;;
3204       *)
3205         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3206           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3207           _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'
3209           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3210           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3212           # Commands to make compiler produce verbose output that lists
3213           # what "hidden" libraries, object files and flags are used when
3214           # linking a shared library.
3215           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3217         else
3218           # FIXME: insert proper C++ library support
3219           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3220         fi
3221         ;;
3222     esac
3223     ;;
3224   osf4* | osf5*)
3225     case $cc_basename in
3226       KCC*)
3227         # Kuck and Associates, Inc. (KAI) C++ Compiler
3229         # KCC will only create a shared library if the output file
3230         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3231         # to its proper name (with version) after linking.
3232         _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'
3234         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3235         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3237         # Archives containing C++ object files must be created using
3238         # the KAI C++ compiler.
3239         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3240         ;;
3241       RCC*)
3242         # Rational C++ 2.4.1
3243         # FIXME: insert proper C++ library support
3244         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3245         ;;
3246       cxx*)
3247         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3248         _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'
3249         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3250           echo "-hidden">> $lib.exp~
3251           $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~
3252           $rm $lib.exp'
3254         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3255         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3257         # Commands to make compiler produce verbose output that lists
3258         # what "hidden" libraries, object files and flags are used when
3259         # linking a shared library.
3260         #
3261         # There doesn't appear to be a way to prevent this compiler from
3262         # explicitly linking system object files so we need to strip them
3263         # from the output so that they don't get included in the library
3264         # dependencies.
3265         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'
3266         ;;
3267       *)
3268         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3269           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3270          _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'
3272           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3273           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3275           # Commands to make compiler produce verbose output that lists
3276           # what "hidden" libraries, object files and flags are used when
3277           # linking a shared library.
3278           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3280         else
3281           # FIXME: insert proper C++ library support
3282           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3283         fi
3284         ;;
3285     esac
3286     ;;
3287   psos*)
3288     # FIXME: insert proper C++ library support
3289     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3290     ;;
3291   sunos4*)
3292     case $cc_basename in
3293       CC*)
3294         # Sun C++ 4.x
3295         # FIXME: insert proper C++ library support
3296         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3297         ;;
3298       lcc*)
3299         # Lucid
3300         # FIXME: insert proper C++ library support
3301         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3302         ;;
3303       *)
3304         # FIXME: insert proper C++ library support
3305         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3306         ;;
3307     esac
3308     ;;
3309   solaris*)
3310     case $cc_basename in
3311       CC*)
3312         # Sun C++ 4.2, 5.x and Centerline C++
3313         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3314         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3315         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3316         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3317         $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'
3319         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3320         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3321         case $host_os in
3322           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3323           *)
3324             # The compiler driver will combine and reorder linker options,
3325             # but understands `-z linker_flag'.
3326             # Supported since Solaris 2.6 (maybe 2.5.1?)
3327             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3328             ;;
3329         esac
3330         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3332         output_verbose_link_cmd='echo'
3334         # Archives containing C++ object files must be created using
3335         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3336         # necessary to make sure instantiated templates are included
3337         # in the archive.
3338         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3339         ;;
3340       gcx*)
3341         # Green Hills C++ Compiler
3342         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3344         # The C++ compiler must be used to create the archive.
3345         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3346         ;;
3347       *)
3348         # GNU C++ compiler with Solaris linker
3349         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3350           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3351           if $CC --version | grep -v '^2\.7' > /dev/null; then
3352             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3353             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3354                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3356             # Commands to make compiler produce verbose output that lists
3357             # what "hidden" libraries, object files and flags are used when
3358             # linking a shared library.
3359             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3360           else
3361             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3362             # platform.
3363             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3364             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3365                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3367             # Commands to make compiler produce verbose output that lists
3368             # what "hidden" libraries, object files and flags are used when
3369             # linking a shared library.
3370             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3371           fi
3373           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3374           case $host_os in
3375           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3376           *)
3377             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3378             ;;
3379           esac
3380         fi
3381         ;;
3382     esac
3383     ;;
3384   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3385     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3386     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3387     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3388     runpath_var='LD_RUN_PATH'
3390     case $cc_basename in
3391       CC*)
3392         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3393         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3394         ;;
3395       *)
3396         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3397         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3398         ;;
3399     esac
3400     ;;
3401   sysv5* | sco3.2v5* | sco5v6*)
3402     # Note: We can NOT use -z defs as we might desire, because we do not
3403     # link with -lc, and that would cause any symbols used from libc to
3404     # always be unresolved, which means just about no library would
3405     # ever link correctly.  If we're not using GNU ld we use -z text
3406     # though, which does catch some bad symbols but isn't as heavy-handed
3407     # as -z defs.
3408     # For security reasons, it is highly recommended that you always
3409     # use absolute paths for naming shared libraries, and exclude the
3410     # DT_RUNPATH tag from executables and libraries.  But doing so
3411     # requires that you compile everything twice, which is a pain.
3412     # So that behaviour is only enabled if SCOABSPATH is set to a
3413     # non-empty value in the environment.  Most likely only useful for
3414     # creating official distributions of packages.
3415     # This is a hack until libtool officially supports absolute path
3416     # names for shared libraries.
3417     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3418     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3419     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3420     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3421     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3422     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3423     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3424     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3425     runpath_var='LD_RUN_PATH'
3427     case $cc_basename in
3428       CC*)
3429         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3430         _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'
3431         ;;
3432       *)
3433         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3434         _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'
3435         ;;
3436     esac
3437     ;;
3438   tandem*)
3439     case $cc_basename in
3440       NCC*)
3441         # NonStop-UX NCC 3.20
3442         # FIXME: insert proper C++ library support
3443         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3444         ;;
3445       *)
3446         # FIXME: insert proper C++ library support
3447         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3448         ;;
3449     esac
3450     ;;
3451   vxworks*)
3452     # FIXME: insert proper C++ library support
3453     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3454     ;;
3455   *)
3456     # FIXME: insert proper C++ library support
3457     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3458     ;;
3459 esac
3460 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3461 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3463 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3464 _LT_AC_TAGVAR(LD, $1)="$LD"
3466 ## CAVEAT EMPTOR:
3467 ## There is no encapsulation within the following macros, do not change
3468 ## the running order or otherwise move them around unless you know exactly
3469 ## what you are doing...
3470 AC_LIBTOOL_POSTDEP_PREDEP($1)
3471 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3472 AC_LIBTOOL_PROG_CC_C_O($1)
3473 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3474 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3475 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3476 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3478 AC_LIBTOOL_CONFIG($1)
3480 AC_LANG_POP
3481 CC=$lt_save_CC
3482 LDCXX=$LD
3483 LD=$lt_save_LD
3484 GCC=$lt_save_GCC
3485 with_gnu_ldcxx=$with_gnu_ld
3486 with_gnu_ld=$lt_save_with_gnu_ld
3487 lt_cv_path_LDCXX=$lt_cv_path_LD
3488 lt_cv_path_LD=$lt_save_path_LD
3489 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3490 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3492 m4trace:/usr/share/aclocal/libtool.m4:3873: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [AC_REQUIRE([LT_AC_PROG_SED])dnl
3493 dnl we can't use the lt_simple_compile_test_code here,
3494 dnl because it contains code intended for an executable,
3495 dnl not a library.  It's possible we should let each
3496 dnl tag define a new lt_????_link_test_code variable,
3497 dnl but it's only used here...
3498 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3499 int a;
3500 void foo (void) { a = 0; }
3502 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3503 class Foo
3505 public:
3506   Foo (void) { a = 0; }
3507 private:
3508   int a;
3511 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3512       subroutine foo
3513       implicit none
3514       integer*4 a
3515       a=0
3516       return
3517       end
3519 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3520 public class foo {
3521   private int a;
3522   public void bar (void) {
3523     a = 0;
3524   }
3528 dnl Parse the compiler output and extract the necessary
3529 dnl objects, libraries and library flags.
3530 if AC_TRY_EVAL(ac_compile); then
3531   # Parse the compiler output and extract the necessary
3532   # objects, libraries and library flags.
3534   # Sentinel used to keep track of whether or not we are before
3535   # the conftest object file.
3536   pre_test_object_deps_done=no
3538   # The `*' in the case matches for architectures that use `case' in
3539   # $output_verbose_cmd can trigger glob expansion during the loop
3540   # eval without this substitution.
3541   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3543   for p in `eval $output_verbose_link_cmd`; do
3544     case $p in
3546     -L* | -R* | -l*)
3547        # Some compilers place space between "-{L,R}" and the path.
3548        # Remove the space.
3549        if test $p = "-L" \
3550           || test $p = "-R"; then
3551          prev=$p
3552          continue
3553        else
3554          prev=
3555        fi
3557        if test "$pre_test_object_deps_done" = no; then
3558          case $p in
3559          -L* | -R*)
3560            # Internal compiler library paths should come after those
3561            # provided the user.  The postdeps already come after the
3562            # user supplied libs so there is no need to process them.
3563            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3564              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3565            else
3566              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3567            fi
3568            ;;
3569          # The "-l" case would never come before the object being
3570          # linked, so don't bother handling this case.
3571          esac
3572        else
3573          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3574            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3575          else
3576            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3577          fi
3578        fi
3579        ;;
3581     *.$objext)
3582        # This assumes that the test object file only shows up
3583        # once in the compiler output.
3584        if test "$p" = "conftest.$objext"; then
3585          pre_test_object_deps_done=yes
3586          continue
3587        fi
3589        if test "$pre_test_object_deps_done" = no; then
3590          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3591            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3592          else
3593            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3594          fi
3595        else
3596          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3597            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3598          else
3599            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3600          fi
3601        fi
3602        ;;
3604     *) ;; # Ignore the rest.
3606     esac
3607   done
3609   # Clean up.
3610   rm -f a.out a.exe
3611 else
3612   echo "libtool.m4: error: problem compiling $1 test program"
3615 $rm -f confest.$objext
3617 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
3618 if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3619   _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
3622 # PORTME: override above test on systems where it is broken
3623 ifelse([$1],[CXX],
3624 [case $host_os in
3625 interix[[3-9]]*)
3626   # Interix 3.5 installs completely hosed .la files for C++, so rather than
3627   # hack all around it, let's just trust "g++" to DTRT.
3628   _LT_AC_TAGVAR(predep_objects,$1)=
3629   _LT_AC_TAGVAR(postdep_objects,$1)=
3630   _LT_AC_TAGVAR(postdeps,$1)=
3631   ;;
3633 linux*)
3634   case `$CC -V 2>&1 | sed 5q` in
3635   *Sun\ C*)
3636     # Sun C++ 5.9
3637     #
3638     # The more standards-conforming stlport4 library is
3639     # incompatible with the Cstd library. Avoid specifying
3640     # it if it's in CXXFLAGS. Ignore libCrun as
3641     # -library=stlport4 depends on it.
3642     case " $CXX $CXXFLAGS " in
3643     *" -library=stlport4 "*)
3644       solaris_use_stlport4=yes
3645       ;;
3646     esac
3647     if test "$solaris_use_stlport4" != yes; then
3648       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3649     fi
3650     ;;
3651   esac
3652   ;;
3654 solaris*)
3655   case $cc_basename in
3656   CC*)
3657     # The more standards-conforming stlport4 library is
3658     # incompatible with the Cstd library. Avoid specifying
3659     # it if it's in CXXFLAGS. Ignore libCrun as
3660     # -library=stlport4 depends on it.
3661     case " $CXX $CXXFLAGS " in
3662     *" -library=stlport4 "*)
3663       solaris_use_stlport4=yes
3664       ;;
3665     esac
3667     # Adding this requires a known-good setup of shared libraries for
3668     # Sun compiler versions before 5.6, else PIC objects from an old
3669     # archive will be linked into the output, leading to subtle bugs.
3670     if test "$solaris_use_stlport4" != yes; then
3671       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3672     fi
3673     ;;
3674   esac
3675   ;;
3676 esac
3678 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3679 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3680 esac
3682 m4trace:/usr/share/aclocal/libtool.m4:4070: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3683 m4trace:/usr/share/aclocal/libtool.m4:4071: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3684 AC_LANG_PUSH(Fortran 77)
3686 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3687 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3688 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3689 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3690 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3691 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3692 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3693 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3694 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3695 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3696 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3697 _LT_AC_TAGVAR(module_cmds, $1)=
3698 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3699 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3700 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3701 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3702 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3703 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3705 # Source file extension for f77 test sources.
3706 ac_ext=f
3708 # Object file extension for compiled f77 test sources.
3709 objext=o
3710 _LT_AC_TAGVAR(objext, $1)=$objext
3712 # Code to be used in simple compile tests
3713 lt_simple_compile_test_code="\
3714       subroutine t
3715       return
3716       end
3719 # Code to be used in simple link tests
3720 lt_simple_link_test_code="\
3721       program t
3722       end
3725 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3726 _LT_AC_SYS_COMPILER
3728 # save warnings/boilerplate of simple test code
3729 _LT_COMPILER_BOILERPLATE
3730 _LT_LINKER_BOILERPLATE
3732 # Allow CC to be a program name with arguments.
3733 lt_save_CC="$CC"
3734 CC=${F77-"f77"}
3735 compiler=$CC
3736 _LT_AC_TAGVAR(compiler, $1)=$CC
3737 _LT_CC_BASENAME([$compiler])
3739 AC_MSG_CHECKING([if libtool supports shared libraries])
3740 AC_MSG_RESULT([$can_build_shared])
3742 AC_MSG_CHECKING([whether to build shared libraries])
3743 test "$can_build_shared" = "no" && enable_shared=no
3745 # On AIX, shared libraries and static libraries use the same namespace, and
3746 # are all built from PIC.
3747 case $host_os in
3748 aix3*)
3749   test "$enable_shared" = yes && enable_static=no
3750   if test -n "$RANLIB"; then
3751     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3752     postinstall_cmds='$RANLIB $lib'
3753   fi
3754   ;;
3755 aix[[4-9]]*)
3756   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3757     test "$enable_shared" = yes && enable_static=no
3758   fi
3759   ;;
3760 esac
3761 AC_MSG_RESULT([$enable_shared])
3763 AC_MSG_CHECKING([whether to build static libraries])
3764 # Make sure either enable_shared or enable_static is yes.
3765 test "$enable_shared" = yes || enable_static=yes
3766 AC_MSG_RESULT([$enable_static])
3768 _LT_AC_TAGVAR(GCC, $1)="$G77"
3769 _LT_AC_TAGVAR(LD, $1)="$LD"
3771 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3772 AC_LIBTOOL_PROG_CC_C_O($1)
3773 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3774 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3775 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3776 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3778 AC_LIBTOOL_CONFIG($1)
3780 AC_LANG_POP
3781 CC="$lt_save_CC"
3783 m4trace:/usr/share/aclocal/libtool.m4:4179: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3784 m4trace:/usr/share/aclocal/libtool.m4:4180: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3786 # Source file extension for Java test sources.
3787 ac_ext=java
3789 # Object file extension for compiled Java test sources.
3790 objext=o
3791 _LT_AC_TAGVAR(objext, $1)=$objext
3793 # Code to be used in simple compile tests
3794 lt_simple_compile_test_code="class foo {}"
3796 # Code to be used in simple link tests
3797 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3799 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3800 _LT_AC_SYS_COMPILER
3802 # save warnings/boilerplate of simple test code
3803 _LT_COMPILER_BOILERPLATE
3804 _LT_LINKER_BOILERPLATE
3806 # Allow CC to be a program name with arguments.
3807 lt_save_CC="$CC"
3808 CC=${GCJ-"gcj"}
3809 compiler=$CC
3810 _LT_AC_TAGVAR(compiler, $1)=$CC
3811 _LT_CC_BASENAME([$compiler])
3813 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3814 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3816 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3818 ## CAVEAT EMPTOR:
3819 ## There is no encapsulation within the following macros, do not change
3820 ## the running order or otherwise move them around unless you know exactly
3821 ## what you are doing...
3822 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3823 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3824 AC_LIBTOOL_PROG_CC_C_O($1)
3825 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3826 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3827 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3828 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3830 AC_LIBTOOL_CONFIG($1)
3832 AC_LANG_RESTORE
3833 CC="$lt_save_CC"
3835 m4trace:/usr/share/aclocal/libtool.m4:4239: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3836 m4trace:/usr/share/aclocal/libtool.m4:4240: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3838 # Source file extension for RC test sources.
3839 ac_ext=rc
3841 # Object file extension for compiled RC test sources.
3842 objext=o
3843 _LT_AC_TAGVAR(objext, $1)=$objext
3845 # Code to be used in simple compile tests
3846 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3848 # Code to be used in simple link tests
3849 lt_simple_link_test_code="$lt_simple_compile_test_code"
3851 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3852 _LT_AC_SYS_COMPILER
3854 # save warnings/boilerplate of simple test code
3855 _LT_COMPILER_BOILERPLATE
3856 _LT_LINKER_BOILERPLATE
3858 # Allow CC to be a program name with arguments.
3859 lt_save_CC="$CC"
3860 CC=${RC-"windres"}
3861 compiler=$CC
3862 _LT_AC_TAGVAR(compiler, $1)=$CC
3863 _LT_CC_BASENAME([$compiler])
3864 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3866 AC_LIBTOOL_CONFIG($1)
3868 AC_LANG_RESTORE
3869 CC="$lt_save_CC"
3871 m4trace:/usr/share/aclocal/libtool.m4:4284: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3872 # libtool distribution, otherwise you forgot to ship ltmain.sh
3873 # with your package, and you will get complaints that there are
3874 # no rules to generate ltmain.sh.
3875 if test -f "$ltmain"; then
3876   # See if we are running on zsh, and set the options which allow our commands through
3877   # without removal of \ escapes.
3878   if test -n "${ZSH_VERSION+set}" ; then
3879     setopt NO_GLOB_SUBST
3880   fi
3881   # Now quote all the things that may contain metacharacters while being
3882   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3883   # variables and quote the copies for generation of the libtool script.
3884   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3885     SED SHELL STRIP \
3886     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3887     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3888     deplibs_check_method reload_flag reload_cmds need_locks \
3889     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3890     lt_cv_sys_global_symbol_to_c_name_address \
3891     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3892     old_postinstall_cmds old_postuninstall_cmds \
3893     _LT_AC_TAGVAR(compiler, $1) \
3894     _LT_AC_TAGVAR(CC, $1) \
3895     _LT_AC_TAGVAR(LD, $1) \
3896     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3897     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3898     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3899     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3900     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3901     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3902     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3903     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3904     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3905     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3906     _LT_AC_TAGVAR(predep_objects, $1) \
3907     _LT_AC_TAGVAR(postdep_objects, $1) \
3908     _LT_AC_TAGVAR(predeps, $1) \
3909     _LT_AC_TAGVAR(postdeps, $1) \
3910     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3911     _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
3912     _LT_AC_TAGVAR(archive_cmds, $1) \
3913     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3914     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3915     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3916     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3917     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3918     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3919     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3920     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3921     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3922     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3923     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3924     _LT_AC_TAGVAR(module_cmds, $1) \
3925     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3926     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3927     _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3928     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3929     _LT_AC_TAGVAR(include_expsyms, $1); do
3931     case $var in
3932     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3933     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3934     _LT_AC_TAGVAR(archive_cmds, $1) | \
3935     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3936     _LT_AC_TAGVAR(module_cmds, $1) | \
3937     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3938     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3939     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3940     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3941     postinstall_cmds | postuninstall_cmds | \
3942     old_postinstall_cmds | old_postuninstall_cmds | \
3943     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3944       # Double-quote double-evaled strings.
3945       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3946       ;;
3947     *)
3948       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3949       ;;
3950     esac
3951   done
3953   case $lt_echo in
3954   *'\[$]0 --fallback-echo"')
3955     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3956     ;;
3957   esac
3959 ifelse([$1], [],
3960   [cfgfile="${ofile}T"
3961   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3962   $rm -f "$cfgfile"
3963   AC_MSG_NOTICE([creating $ofile])],
3964   [cfgfile="$ofile"])
3966   cat <<__EOF__ >> "$cfgfile"
3967 ifelse([$1], [],
3968 [#! $SHELL
3970 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3971 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3972 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3974 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3975 # Free Software Foundation, Inc.
3977 # This file is part of GNU Libtool:
3978 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3980 # This program is free software; you can redistribute it and/or modify
3981 # it under the terms of the GNU General Public License as published by
3982 # the Free Software Foundation; either version 2 of the License, or
3983 # (at your option) any later version.
3985 # This program is distributed in the hope that it will be useful, but
3986 # WITHOUT ANY WARRANTY; without even the implied warranty of
3987 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3988 # General Public License for more details.
3990 # You should have received a copy of the GNU General Public License
3991 # along with this program; if not, write to the Free Software
3992 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3994 # As a special exception to the GNU General Public License, if you
3995 # distribute this file as part of a program that contains a
3996 # configuration script generated by Autoconf, you may include it under
3997 # the same distribution terms that you use for the rest of that program.
3999 # A sed program that does not truncate output.
4000 SED=$lt_SED
4002 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
4003 Xsed="$SED -e 1s/^X//"
4005 # The HP-UX ksh and POSIX shell print the target directory to stdout
4006 # if CDPATH is set.
4007 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4009 # The names of the tagged configurations supported by this script.
4010 available_tags=
4012 # ### BEGIN LIBTOOL CONFIG],
4013 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4015 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4017 # Shell to use when invoking shell scripts.
4018 SHELL=$lt_SHELL
4020 # Whether or not to build shared libraries.
4021 build_libtool_libs=$enable_shared
4023 # Whether or not to build static libraries.
4024 build_old_libs=$enable_static
4026 # Whether or not to add -lc for building shared libraries.
4027 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4029 # Whether or not to disallow shared libs when runtime libs are static
4030 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4032 # Whether or not to optimize for fast installation.
4033 fast_install=$enable_fast_install
4035 # The host system.
4036 host_alias=$host_alias
4037 host=$host
4038 host_os=$host_os
4040 # The build system.
4041 build_alias=$build_alias
4042 build=$build
4043 build_os=$build_os
4045 # An echo program that does not interpret backslashes.
4046 echo=$lt_echo
4048 # The archiver.
4049 AR=$lt_AR
4050 AR_FLAGS=$lt_AR_FLAGS
4052 # A C compiler.
4053 LTCC=$lt_LTCC
4055 # LTCC compiler flags.
4056 LTCFLAGS=$lt_LTCFLAGS
4058 # A language-specific compiler.
4059 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4061 # Is the compiler the GNU C compiler?
4062 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4064 # An ERE matcher.
4065 EGREP=$lt_EGREP
4067 # The linker used to build libraries.
4068 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4070 # Whether we need hard or soft links.
4071 LN_S=$lt_LN_S
4073 # A BSD-compatible nm program.
4074 NM=$lt_NM
4076 # A symbol stripping program
4077 STRIP=$lt_STRIP
4079 # Used to examine libraries when file_magic_cmd begins "file"
4080 MAGIC_CMD=$MAGIC_CMD
4082 # Used on cygwin: DLL creation program.
4083 DLLTOOL="$DLLTOOL"
4085 # Used on cygwin: object dumper.
4086 OBJDUMP="$OBJDUMP"
4088 # Used on cygwin: assembler.
4089 AS="$AS"
4091 # The name of the directory that contains temporary libtool files.
4092 objdir=$objdir
4094 # How to create reloadable object files.
4095 reload_flag=$lt_reload_flag
4096 reload_cmds=$lt_reload_cmds
4098 # How to pass a linker flag through the compiler.
4099 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4101 # Object file suffix (normally "o").
4102 objext="$ac_objext"
4104 # Old archive suffix (normally "a").
4105 libext="$libext"
4107 # Shared library suffix (normally ".so").
4108 shrext_cmds='$shrext_cmds'
4110 # Executable file suffix (normally "").
4111 exeext="$exeext"
4113 # Additional compiler flags for building library objects.
4114 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4115 pic_mode=$pic_mode
4117 # What is the maximum length of a command?
4118 max_cmd_len=$lt_cv_sys_max_cmd_len
4120 # Does compiler simultaneously support -c and -o options?
4121 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4123 # Must we lock files when doing compilation?
4124 need_locks=$lt_need_locks
4126 # Do we need the lib prefix for modules?
4127 need_lib_prefix=$need_lib_prefix
4129 # Do we need a version for libraries?
4130 need_version=$need_version
4132 # Whether dlopen is supported.
4133 dlopen_support=$enable_dlopen
4135 # Whether dlopen of programs is supported.
4136 dlopen_self=$enable_dlopen_self
4138 # Whether dlopen of statically linked programs is supported.
4139 dlopen_self_static=$enable_dlopen_self_static
4141 # Compiler flag to prevent dynamic linking.
4142 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4144 # Compiler flag to turn off builtin functions.
4145 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4147 # Compiler flag to allow reflexive dlopens.
4148 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4150 # Compiler flag to generate shared objects directly from archives.
4151 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4153 # Compiler flag to generate thread-safe objects.
4154 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4156 # Library versioning type.
4157 version_type=$version_type
4159 # Format of library name prefix.
4160 libname_spec=$lt_libname_spec
4162 # List of archive names.  First name is the real one, the rest are links.
4163 # The last name is the one that the linker finds with -lNAME.
4164 library_names_spec=$lt_library_names_spec
4166 # The coded name of the library, if different from the real name.
4167 soname_spec=$lt_soname_spec
4169 # Commands used to build and install an old-style archive.
4170 RANLIB=$lt_RANLIB
4171 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4172 old_postinstall_cmds=$lt_old_postinstall_cmds
4173 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4175 # Create an old-style archive from a shared archive.
4176 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4178 # Create a temporary old-style archive to link instead of a shared archive.
4179 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4181 # Commands used to build and install a shared archive.
4182 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4183 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4184 postinstall_cmds=$lt_postinstall_cmds
4185 postuninstall_cmds=$lt_postuninstall_cmds
4187 # Commands used to build a loadable module (assumed same as above if empty)
4188 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4189 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4191 # Commands to strip libraries.
4192 old_striplib=$lt_old_striplib
4193 striplib=$lt_striplib
4195 # Dependencies to place before the objects being linked to create a
4196 # shared library.
4197 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4199 # Dependencies to place after the objects being linked to create a
4200 # shared library.
4201 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4203 # Dependencies to place before the objects being linked to create a
4204 # shared library.
4205 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4207 # Dependencies to place after the objects being linked to create a
4208 # shared library.
4209 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4211 # The directories searched by this compiler when creating a shared
4212 # library
4213 compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
4215 # The library search path used internally by the compiler when linking
4216 # a shared library.
4217 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4219 # Method to check whether dependent libraries are shared objects.
4220 deplibs_check_method=$lt_deplibs_check_method
4222 # Command to use when deplibs_check_method == file_magic.
4223 file_magic_cmd=$lt_file_magic_cmd
4225 # Flag that allows shared libraries with undefined symbols to be built.
4226 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4228 # Flag that forces no undefined symbols.
4229 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4231 # Commands used to finish a libtool library installation in a directory.
4232 finish_cmds=$lt_finish_cmds
4234 # Same as above, but a single script fragment to be evaled but not shown.
4235 finish_eval=$lt_finish_eval
4237 # Take the output of nm and produce a listing of raw symbols and C names.
4238 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4240 # Transform the output of nm in a proper C declaration
4241 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4243 # Transform the output of nm in a C name address pair
4244 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4246 # This is the shared library runtime path variable.
4247 runpath_var=$runpath_var
4249 # This is the shared library path variable.
4250 shlibpath_var=$shlibpath_var
4252 # Is shlibpath searched before the hard-coded library search path?
4253 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4255 # How to hardcode a shared library path into an executable.
4256 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4258 # Whether we should hardcode library paths into libraries.
4259 hardcode_into_libs=$hardcode_into_libs
4261 # Flag to hardcode \$libdir into a binary during linking.
4262 # This must work even if \$libdir does not exist.
4263 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4265 # If ld is used when linking, flag to hardcode \$libdir into
4266 # a binary during linking. This must work even if \$libdir does
4267 # not exist.
4268 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4270 # Whether we need a single -rpath flag with a separated argument.
4271 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4273 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4274 # resulting binary.
4275 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4277 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4278 # resulting binary.
4279 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4281 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4282 # the resulting binary.
4283 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4285 # Set to yes if building a shared library automatically hardcodes DIR into the library
4286 # and all subsequent libraries and executables linked against it.
4287 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4289 # Variables whose values should be saved in libtool wrapper scripts and
4290 # restored at relink time.
4291 variables_saved_for_relink="$variables_saved_for_relink"
4293 # Whether libtool must link a program against all its dependency libraries.
4294 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4296 # Compile-time system search path for libraries
4297 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4299 # Run-time system search path for libraries
4300 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4302 # Fix the shell variable \$srcfile for the compiler.
4303 fix_srcfile_path=$lt_fix_srcfile_path
4305 # Set to yes if exported symbols are required.
4306 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4308 # The commands to list exported symbols.
4309 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4311 # The commands to extract the exported symbol list from a shared archive.
4312 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4314 # Symbols that should not be listed in the preloaded symbols.
4315 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4317 # Symbols that must always be exported.
4318 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4320 ifelse([$1],[],
4321 [# ### END LIBTOOL CONFIG],
4322 [# ### END LIBTOOL TAG CONFIG: $tagname])
4324 __EOF__
4326 ifelse([$1],[], [
4327   case $host_os in
4328   aix3*)
4329     cat <<\EOF >> "$cfgfile"
4331 # AIX sometimes has problems with the GCC collect2 program.  For some
4332 # reason, if we set the COLLECT_NAMES environment variable, the problems
4333 # vanish in a puff of smoke.
4334 if test "X${COLLECT_NAMES+set}" != Xset; then
4335   COLLECT_NAMES=
4336   export COLLECT_NAMES
4339     ;;
4340   esac
4342   # We use sed instead of cat because bash on DJGPP gets confused if
4343   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4344   # text mode, it properly converts lines to CR/LF.  This bash problem
4345   # is reportedly fixed, but why not run on old versions too?
4346   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4348   mv -f "$cfgfile" "$ofile" || \
4349     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4350   chmod +x "$ofile"
4352 else
4353   # If there is no Makefile yet, we rely on a make rule to execute
4354   # `config.status --recheck' to rerun these tests and create the
4355   # libtool script then.
4356   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4357   if test -f "$ltmain_in"; then
4358     test -f Makefile && make "$ltmain"
4359   fi
4362 m4trace:/usr/share/aclocal/libtool.m4:4780: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4364 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4366 if test "$GCC" = yes; then
4367   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4369   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4370     lt_cv_prog_compiler_rtti_exceptions,
4371     [-fno-rtti -fno-exceptions], [],
4372     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4375 m4trace:/usr/share/aclocal/libtool.m4:4798: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4376 AC_REQUIRE([LT_AC_PROG_SED])
4377 AC_REQUIRE([AC_PROG_NM])
4378 AC_REQUIRE([AC_OBJEXT])
4379 # Check for command to grab the raw symbol name followed by C symbol from nm.
4380 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4381 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4383 # These are sane defaults that work on at least a few old systems.
4384 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4386 # Character class describing NM global symbol codes.
4387 symcode='[[BCDEGRST]]'
4389 # Regexp to match symbols that can be accessed directly from C.
4390 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4392 # Transform an extracted symbol line into a proper C declaration
4393 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4395 # Transform an extracted symbol line into symbol name and symbol address
4396 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'"
4398 # Define system-specific variables.
4399 case $host_os in
4400 aix*)
4401   symcode='[[BCDT]]'
4402   ;;
4403 cygwin* | mingw* | pw32*)
4404   symcode='[[ABCDGISTW]]'
4405   ;;
4406 hpux*) # Its linker distinguishes data from code symbols
4407   if test "$host_cpu" = ia64; then
4408     symcode='[[ABCDEGRST]]'
4409   fi
4410   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4411   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'"
4412   ;;
4413 linux* | k*bsd*-gnu)
4414   if test "$host_cpu" = ia64; then
4415     symcode='[[ABCDGIRSTW]]'
4416     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4417     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'"
4418   fi
4419   ;;
4420 irix* | nonstopux*)
4421   symcode='[[BCDEGRST]]'
4422   ;;
4423 osf*)
4424   symcode='[[BCDEGQRST]]'
4425   ;;
4426 solaris*)
4427   symcode='[[BDRT]]'
4428   ;;
4429 sco3.2v5*)
4430   symcode='[[DT]]'
4431   ;;
4432 sysv4.2uw2*)
4433   symcode='[[DT]]'
4434   ;;
4435 sysv5* | sco5v6* | unixware* | OpenUNIX*)
4436   symcode='[[ABDT]]'
4437   ;;
4438 sysv4)
4439   symcode='[[DFNSTU]]'
4440   ;;
4441 esac
4443 # Handle CRLF in mingw tool chain
4444 opt_cr=
4445 case $build_os in
4446 mingw*)
4447   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4448   ;;
4449 esac
4451 # If we're using GNU nm, then use its standard symbol codes.
4452 case `$NM -V 2>&1` in
4453 *GNU* | *'with BFD'*)
4454   symcode='[[ABCDGIRSTW]]' ;;
4455 esac
4457 # Try without a prefix undercore, then with it.
4458 for ac_symprfx in "" "_"; do
4460   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4461   symxfrm="\\1 $ac_symprfx\\2 \\2"
4463   # Write the raw and C identifiers.
4464   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4466   # Check to see that the pipe works correctly.
4467   pipe_works=no
4469   rm -f conftest*
4470   cat > conftest.$ac_ext <<EOF
4471 #ifdef __cplusplus
4472 extern "C" {
4473 #endif
4474 char nm_test_var;
4475 void nm_test_func(){}
4476 #ifdef __cplusplus
4478 #endif
4479 int main(){nm_test_var='a';nm_test_func();return(0);}
4482   if AC_TRY_EVAL(ac_compile); then
4483     # Now try to grab the symbols.
4484     nlist=conftest.nm
4485     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4486       # Try sorting and uniquifying the output.
4487       if sort "$nlist" | uniq > "$nlist"T; then
4488         mv -f "$nlist"T "$nlist"
4489       else
4490         rm -f "$nlist"T
4491       fi
4493       # Make sure that we snagged all the symbols we need.
4494       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4495         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4496           cat <<EOF > conftest.$ac_ext
4497 #ifdef __cplusplus
4498 extern "C" {
4499 #endif
4502           # Now generate the symbol file.
4503           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4505           cat <<EOF >> conftest.$ac_ext
4506 #if defined (__STDC__) && __STDC__
4507 # define lt_ptr_t void *
4508 #else
4509 # define lt_ptr_t char *
4510 # define const
4511 #endif
4513 /* The mapping between symbol names and symbols. */
4514 const struct {
4515   const char *name;
4516   lt_ptr_t address;
4518 lt_preloaded_symbols[[]] =
4521           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4522           cat <<\EOF >> conftest.$ac_ext
4523   {0, (lt_ptr_t) 0}
4526 #ifdef __cplusplus
4528 #endif
4530           # Now try linking the two files.
4531           mv conftest.$ac_objext conftstm.$ac_objext
4532           lt_save_LIBS="$LIBS"
4533           lt_save_CFLAGS="$CFLAGS"
4534           LIBS="conftstm.$ac_objext"
4535           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4536           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4537             pipe_works=yes
4538           fi
4539           LIBS="$lt_save_LIBS"
4540           CFLAGS="$lt_save_CFLAGS"
4541         else
4542           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4543         fi
4544       else
4545         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4546       fi
4547     else
4548       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4549     fi
4550   else
4551     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4552     cat conftest.$ac_ext >&5
4553   fi
4554   rm -rf conftest* conftst*
4556   # Do not use the global_symbol_pipe unless it works.
4557   if test "$pipe_works" = yes; then
4558     break
4559   else
4560     lt_cv_sys_global_symbol_pipe=
4561   fi
4562 done
4564 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4565   lt_cv_sys_global_symbol_to_cdecl=
4567 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4568   AC_MSG_RESULT(failed)
4569 else
4570   AC_MSG_RESULT(ok)
4573 m4trace:/usr/share/aclocal/libtool.m4:5001: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4574 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4575 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4577 AC_MSG_CHECKING([for $compiler option to produce PIC])
4578  ifelse([$1],[CXX],[
4579   # C++ specific cases for pic, static, wl, etc.
4580   if test "$GXX" = yes; then
4581     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4582     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4584     case $host_os in
4585     aix*)
4586       # All AIX code is PIC.
4587       if test "$host_cpu" = ia64; then
4588         # AIX 5 now supports IA64 processor
4589         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4590       fi
4591       ;;
4592     amigaos*)
4593       # FIXME: we need at least 68020 code to build shared libraries, but
4594       # adding the `-m68020' flag to GCC prevents building anything better,
4595       # like `-m68040'.
4596       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4597       ;;
4598     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4599       # PIC is the default for these OSes.
4600       ;;
4601     mingw* | cygwin* | os2* | pw32*)
4602       # This hack is so that the source file can tell whether it is being
4603       # built for inclusion in a dll (and should export symbols for example).
4604       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4605       # (--disable-auto-import) libraries
4606       m4_if([$1], [GCJ], [],
4607         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4608       ;;
4609     darwin* | rhapsody*)
4610       # PIC is the default on this platform
4611       # Common symbols not allowed in MH_DYLIB files
4612       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4613       ;;
4614     *djgpp*)
4615       # DJGPP does not support shared libraries at all
4616       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4617       ;;
4618     interix[[3-9]]*)
4619       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4620       # Instead, we relocate shared libraries at runtime.
4621       ;;
4622     sysv4*MP*)
4623       if test -d /usr/nec; then
4624         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4625       fi
4626       ;;
4627     hpux*)
4628       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4629       # not for PA HP-UX.
4630       case $host_cpu in
4631       hppa*64*|ia64*)
4632         ;;
4633       *)
4634         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4635         ;;
4636       esac
4637       ;;
4638     *)
4639       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4640       ;;
4641     esac
4642   else
4643     case $host_os in
4644       aix[[4-9]]*)
4645         # All AIX code is PIC.
4646         if test "$host_cpu" = ia64; then
4647           # AIX 5 now supports IA64 processor
4648           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4649         else
4650           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4651         fi
4652         ;;
4653       chorus*)
4654         case $cc_basename in
4655         cxch68*)
4656           # Green Hills C++ Compiler
4657           # _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"
4658           ;;
4659         esac
4660         ;;
4661        darwin*)
4662          # PIC is the default on this platform
4663          # Common symbols not allowed in MH_DYLIB files
4664          case $cc_basename in
4665            xlc*)
4666            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4667            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4668            ;;
4669          esac
4670        ;;
4671       dgux*)
4672         case $cc_basename in
4673           ec++*)
4674             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4675             ;;
4676           ghcx*)
4677             # Green Hills C++ Compiler
4678             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4679             ;;
4680           *)
4681             ;;
4682         esac
4683         ;;
4684       freebsd* | dragonfly*)
4685         # FreeBSD uses GNU C++
4686         ;;
4687       hpux9* | hpux10* | hpux11*)
4688         case $cc_basename in
4689           CC*)
4690             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4691             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4692             if test "$host_cpu" != ia64; then
4693               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4694             fi
4695             ;;
4696           aCC*)
4697             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4698             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4699             case $host_cpu in
4700             hppa*64*|ia64*)
4701               # +Z the default
4702               ;;
4703             *)
4704               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4705               ;;
4706             esac
4707             ;;
4708           *)
4709             ;;
4710         esac
4711         ;;
4712       interix*)
4713         # This is c89, which is MS Visual C++ (no shared libs)
4714         # Anyone wants to do a port?
4715         ;;
4716       irix5* | irix6* | nonstopux*)
4717         case $cc_basename in
4718           CC*)
4719             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4720             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4721             # CC pic flag -KPIC is the default.
4722             ;;
4723           *)
4724             ;;
4725         esac
4726         ;;
4727       linux* | k*bsd*-gnu)
4728         case $cc_basename in
4729           KCC*)
4730             # KAI C++ Compiler
4731             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4732             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4733             ;;
4734           icpc* | ecpc*)
4735             # Intel C++
4736             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4737             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4738             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4739             ;;
4740           pgCC* | pgcpp*)
4741             # Portland Group C++ compiler.
4742             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4743             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4744             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4745             ;;
4746           cxx*)
4747             # Compaq C++
4748             # Make sure the PIC flag is empty.  It appears that all Alpha
4749             # Linux and Compaq Tru64 Unix objects are PIC.
4750             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4751             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4752             ;;
4753           *)
4754             case `$CC -V 2>&1 | sed 5q` in
4755             *Sun\ C*)
4756               # Sun C++ 5.9
4757               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4758               _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4759               _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4760               ;;
4761             esac
4762             ;;
4763         esac
4764         ;;
4765       lynxos*)
4766         ;;
4767       m88k*)
4768         ;;
4769       mvs*)
4770         case $cc_basename in
4771           cxx*)
4772             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4773             ;;
4774           *)
4775             ;;
4776         esac
4777         ;;
4778       netbsd*)
4779         ;;
4780       osf3* | osf4* | osf5*)
4781         case $cc_basename in
4782           KCC*)
4783             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4784             ;;
4785           RCC*)
4786             # Rational C++ 2.4.1
4787             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4788             ;;
4789           cxx*)
4790             # Digital/Compaq C++
4791             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4792             # Make sure the PIC flag is empty.  It appears that all Alpha
4793             # Linux and Compaq Tru64 Unix objects are PIC.
4794             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4795             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4796             ;;
4797           *)
4798             ;;
4799         esac
4800         ;;
4801       psos*)
4802         ;;
4803       solaris*)
4804         case $cc_basename in
4805           CC*)
4806             # Sun C++ 4.2, 5.x and Centerline C++
4807             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4808             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4809             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4810             ;;
4811           gcx*)
4812             # Green Hills C++ Compiler
4813             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4814             ;;
4815           *)
4816             ;;
4817         esac
4818         ;;
4819       sunos4*)
4820         case $cc_basename in
4821           CC*)
4822             # Sun C++ 4.x
4823             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4824             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4825             ;;
4826           lcc*)
4827             # Lucid
4828             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4829             ;;
4830           *)
4831             ;;
4832         esac
4833         ;;
4834       tandem*)
4835         case $cc_basename in
4836           NCC*)
4837             # NonStop-UX NCC 3.20
4838             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4839             ;;
4840           *)
4841             ;;
4842         esac
4843         ;;
4844       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4845         case $cc_basename in
4846           CC*)
4847             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4848             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4849             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4850             ;;
4851         esac
4852         ;;
4853       vxworks*)
4854         ;;
4855       *)
4856         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4857         ;;
4858     esac
4859   fi
4862   if test "$GCC" = yes; then
4863     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4864     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4866     case $host_os in
4867       aix*)
4868       # All AIX code is PIC.
4869       if test "$host_cpu" = ia64; then
4870         # AIX 5 now supports IA64 processor
4871         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4872       fi
4873       ;;
4875     amigaos*)
4876       # FIXME: we need at least 68020 code to build shared libraries, but
4877       # adding the `-m68020' flag to GCC prevents building anything better,
4878       # like `-m68040'.
4879       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4880       ;;
4882     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4883       # PIC is the default for these OSes.
4884       ;;
4886     mingw* | cygwin* | pw32* | os2*)
4887       # This hack is so that the source file can tell whether it is being
4888       # built for inclusion in a dll (and should export symbols for example).
4889       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4890       # (--disable-auto-import) libraries
4891       m4_if([$1], [GCJ], [],
4892         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4893       ;;
4895     darwin* | rhapsody*)
4896       # PIC is the default on this platform
4897       # Common symbols not allowed in MH_DYLIB files
4898       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4899       ;;
4901     interix[[3-9]]*)
4902       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4903       # Instead, we relocate shared libraries at runtime.
4904       ;;
4906     msdosdjgpp*)
4907       # Just because we use GCC doesn't mean we suddenly get shared libraries
4908       # on systems that don't support them.
4909       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4910       enable_shared=no
4911       ;;
4913     sysv4*MP*)
4914       if test -d /usr/nec; then
4915         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4916       fi
4917       ;;
4919     hpux*)
4920       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4921       # not for PA HP-UX.
4922       case $host_cpu in
4923       hppa*64*|ia64*)
4924         # +Z the default
4925         ;;
4926       *)
4927         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4928         ;;
4929       esac
4930       ;;
4932     *)
4933       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4934       ;;
4935     esac
4936   else
4937     # PORTME Check for flag to pass linker flags through the system compiler.
4938     case $host_os in
4939     aix*)
4940       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4941       if test "$host_cpu" = ia64; then
4942         # AIX 5 now supports IA64 processor
4943         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4944       else
4945         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4946       fi
4947       ;;
4948       darwin*)
4949         # PIC is the default on this platform
4950         # Common symbols not allowed in MH_DYLIB files
4951        case $cc_basename in
4952          xlc*)
4953          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4954          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4955          ;;
4956        esac
4957        ;;
4959     mingw* | cygwin* | pw32* | os2*)
4960       # This hack is so that the source file can tell whether it is being
4961       # built for inclusion in a dll (and should export symbols for example).
4962       m4_if([$1], [GCJ], [],
4963         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4964       ;;
4966     hpux9* | hpux10* | hpux11*)
4967       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4968       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4969       # not for PA HP-UX.
4970       case $host_cpu in
4971       hppa*64*|ia64*)
4972         # +Z the default
4973         ;;
4974       *)
4975         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4976         ;;
4977       esac
4978       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4979       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4980       ;;
4982     irix5* | irix6* | nonstopux*)
4983       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4984       # PIC (with -KPIC) is the default.
4985       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4986       ;;
4988     newsos6)
4989       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4990       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4991       ;;
4993     linux* | k*bsd*-gnu)
4994       case $cc_basename in
4995       icc* | ecc*)
4996         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4997         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4998         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4999         ;;
5000       pgcc* | pgf77* | pgf90* | pgf95*)
5001         # Portland Group compilers (*not* the Pentium gcc compiler,
5002         # which looks to be a dead project)
5003         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5004         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5005         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5006         ;;
5007       ccc*)
5008         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5009         # All Alpha code is PIC.
5010         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5011         ;;
5012       *)
5013         case `$CC -V 2>&1 | sed 5q` in
5014         *Sun\ C*)
5015           # Sun C 5.9
5016           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5017           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5018           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5019           ;;
5020         *Sun\ F*)
5021           # Sun Fortran 8.3 passes all unrecognized flags to the linker
5022           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5023           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5024           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
5025           ;;
5026         esac
5027         ;;
5028       esac
5029       ;;
5031     osf3* | osf4* | osf5*)
5032       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5033       # All OSF/1 code is PIC.
5034       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5035       ;;
5037     rdos*)
5038       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5039       ;;
5041     solaris*)
5042       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5043       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5044       case $cc_basename in
5045       f77* | f90* | f95*)
5046         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5047       *)
5048         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5049       esac
5050       ;;
5052     sunos4*)
5053       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5054       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5055       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5056       ;;
5058     sysv4 | sysv4.2uw2* | sysv4.3*)
5059       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5060       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5061       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5062       ;;
5064     sysv4*MP*)
5065       if test -d /usr/nec ;then
5066         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5067         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5068       fi
5069       ;;
5071     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5072       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5073       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5074       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5075       ;;
5077     unicos*)
5078       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5079       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5080       ;;
5082     uts4*)
5083       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5084       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5085       ;;
5087     *)
5088       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5089       ;;
5090     esac
5091   fi
5093 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5096 # Check to make sure the PIC flag actually works.
5098 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5099   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5100     _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
5101     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5102     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5103      "" | " "*) ;;
5104      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5105      esac],
5106     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5107      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5109 case $host_os in
5110   # For platforms which do not support PIC, -DPIC is meaningless:
5111   *djgpp*)
5112     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5113     ;;
5114   *)
5115     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5116     ;;
5117 esac
5120 # Check to make sure the static flag actually works.
5122 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5123 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5124   _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
5125   $lt_tmp_static_flag,
5126   [],
5127   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5129 m4trace:/usr/share/aclocal/libtool.m4:5563: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5130 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5131 ifelse([$1],[CXX],[
5132   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5133   case $host_os in
5134   aix[[4-9]]*)
5135     # If we're using GNU nm, then we don't want the "-C" option.
5136     # -C means demangle to AIX nm, but means don't demangle with GNU nm
5137     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5138       _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'
5139     else
5140       _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'
5141     fi
5142     ;;
5143   pw32*)
5144     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5145   ;;
5146   cygwin* | mingw*)
5147     _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'
5148   ;;
5149   *)
5150     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5151   ;;
5152   esac
5153   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5155   runpath_var=
5156   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5157   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5158   _LT_AC_TAGVAR(archive_cmds, $1)=
5159   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5160   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5161   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5162   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5163   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5164   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5165   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5166   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5167   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5168   _LT_AC_TAGVAR(hardcode_direct, $1)=no
5169   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5170   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5171   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5172   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5173   _LT_AC_TAGVAR(module_cmds, $1)=
5174   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5175   _LT_AC_TAGVAR(always_export_symbols, $1)=no
5176   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5177   # include_expsyms should be a list of space-separated symbols to be *always*
5178   # included in the symbol list
5179   _LT_AC_TAGVAR(include_expsyms, $1)=
5180   # exclude_expsyms can be an extended regexp of symbols to exclude
5181   # it will be wrapped by ` (' and `)$', so one must not match beginning or
5182   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5183   # as well as any symbol that contains `d'.
5184   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5185   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5186   # platforms (ab)use it in PIC code, but their linkers get confused if
5187   # the symbol is explicitly referenced.  Since portable code cannot
5188   # rely on this symbol name, it's probably fine to never include it in
5189   # preloaded symbol tables.
5190   # Exclude shared library initialization/finalization symbols.
5191 dnl Note also adjust exclude_expsyms for C++ above.
5192   extract_expsyms_cmds=
5193   # Just being paranoid about ensuring that cc_basename is set.
5194   _LT_CC_BASENAME([$compiler])
5195   case $host_os in
5196   cygwin* | mingw* | pw32*)
5197     # FIXME: the MSVC++ port hasn't been tested in a loooong time
5198     # When not using gcc, we currently assume that we are using
5199     # Microsoft Visual C++.
5200     if test "$GCC" != yes; then
5201       with_gnu_ld=no
5202     fi
5203     ;;
5204   interix*)
5205     # we just hope/assume this is gcc and not c89 (= MSVC++)
5206     with_gnu_ld=yes
5207     ;;
5208   openbsd*)
5209     with_gnu_ld=no
5210     ;;
5211   esac
5213   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5214   if test "$with_gnu_ld" = yes; then
5215     # If archive_cmds runs LD, not CC, wlarc should be empty
5216     wlarc='${wl}'
5218     # Set some defaults for GNU ld with shared library support. These
5219     # are reset later if shared libraries are not supported. Putting them
5220     # here allows them to be overridden if necessary.
5221     runpath_var=LD_RUN_PATH
5222     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5223     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5224     # ancient GNU ld didn't support --whole-archive et. al.
5225     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5226         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5227       else
5228         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5229     fi
5230     supports_anon_versioning=no
5231     case `$LD -v 2>/dev/null` in
5232       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5233       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5234       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5235       *\ 2.11.*) ;; # other 2.11 versions
5236       *) supports_anon_versioning=yes ;;
5237     esac
5239     # See if GNU ld supports shared libraries.
5240     case $host_os in
5241     aix[[3-9]]*)
5242       # On AIX/PPC, the GNU linker is very broken
5243       if test "$host_cpu" != ia64; then
5244         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5245         cat <<EOF 1>&2
5247 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5248 *** to be unable to reliably create shared libraries on AIX.
5249 *** Therefore, libtool is disabling shared libraries support.  If you
5250 *** really care for shared libraries, you may want to modify your PATH
5251 *** so that a non-GNU linker is found, and then restart.
5254       fi
5255       ;;
5257     amigaos*)
5258       _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)'
5259       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5260       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5262       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5263       # that the semantics of dynamic libraries on AmigaOS, at least up
5264       # to version 4, is to share data among multiple programs linked
5265       # with the same dynamic library.  Since this doesn't match the
5266       # behavior of shared libraries on other platforms, we can't use
5267       # them.
5268       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5269       ;;
5271     beos*)
5272       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5273         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5274         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5275         # support --undefined.  This deserves some investigation.  FIXME
5276         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5277       else
5278         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5279       fi
5280       ;;
5282     cygwin* | mingw* | pw32*)
5283       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5284       # as there is no search path for DLLs.
5285       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5286       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5287       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5288       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5289       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5291       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5292         _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'
5293         # If the export-symbols file already is a .def file (1st line
5294         # is EXPORTS), use it as is; otherwise, prepend...
5295         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5296           cp $export_symbols $output_objdir/$soname.def;
5297         else
5298           echo EXPORTS > $output_objdir/$soname.def;
5299           cat $export_symbols >> $output_objdir/$soname.def;
5300         fi~
5301         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5302       else
5303         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5304       fi
5305       ;;
5307     interix[[3-9]]*)
5308       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5309       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5310       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5311       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5312       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5313       # Instead, shared libraries are loaded at an image base (0x10000000 by
5314       # default) and relocated if they conflict, which is a slow very memory
5315       # consuming and fragmenting process.  To avoid this, we pick a random,
5316       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5317       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5318       _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'
5319       _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'
5320       ;;
5322     gnu* | linux* | k*bsd*-gnu)
5323       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5324         tmp_addflag=
5325         case $cc_basename,$host_cpu in
5326         pgcc*)                          # Portland Group C compiler
5327           _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'
5328           tmp_addflag=' $pic_flag'
5329           ;;
5330         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5331           _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'
5332           tmp_addflag=' $pic_flag -Mnomain' ;;
5333         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5334           tmp_addflag=' -i_dynamic' ;;
5335         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5336           tmp_addflag=' -i_dynamic -nofor_main' ;;
5337         ifc* | ifort*)                  # Intel Fortran compiler
5338           tmp_addflag=' -nofor_main' ;;
5339         esac
5340         case `$CC -V 2>&1 | sed 5q` in
5341         *Sun\ C*)                       # Sun C 5.9
5342           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
5343           tmp_sharedflag='-G' ;;
5344         *Sun\ F*)                       # Sun Fortran 8.3
5345           tmp_sharedflag='-G' ;;
5346         *)
5347           tmp_sharedflag='-shared' ;;
5348         esac
5349         _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5351         if test $supports_anon_versioning = yes; then
5352           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5353   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5354   $echo "local: *; };" >> $output_objdir/$libname.ver~
5355           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5356         fi
5357       else
5358         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5359       fi
5360       ;;
5362     netbsd*)
5363       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5364         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5365         wlarc=
5366       else
5367         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5368         _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'
5369       fi
5370       ;;
5372     solaris*)
5373       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5374         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5375         cat <<EOF 1>&2
5377 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5378 *** create shared libraries on Solaris systems.  Therefore, libtool
5379 *** is disabling shared libraries support.  We urge you to upgrade GNU
5380 *** binutils to release 2.9.1 or newer.  Another option is to modify
5381 *** your PATH or compiler configuration so that the native linker is
5382 *** used, and then restart.
5385       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5386         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5387         _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'
5388       else
5389         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5390       fi
5391       ;;
5393     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5394       case `$LD -v 2>&1` in
5395         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5396         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5397         cat <<_LT_EOF 1>&2
5399 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5400 *** reliably create shared libraries on SCO systems.  Therefore, libtool
5401 *** is disabling shared libraries support.  We urge you to upgrade GNU
5402 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5403 *** your PATH or compiler configuration so that the native linker is
5404 *** used, and then restart.
5406 _LT_EOF
5407         ;;
5408         *)
5409           if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5410             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5411             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5412             _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'
5413           else
5414             _LT_AC_TAGVAR(ld_shlibs, $1)=no
5415           fi
5416         ;;
5417       esac
5418       ;;
5420     sunos4*)
5421       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5422       wlarc=
5423       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5424       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5425       ;;
5427     *)
5428       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5429         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5430         _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'
5431       else
5432         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5433       fi
5434       ;;
5435     esac
5437     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5438       runpath_var=
5439       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5440       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5441       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5442     fi
5443   else
5444     # PORTME fill in a description of your system's linker (not GNU ld)
5445     case $host_os in
5446     aix3*)
5447       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5448       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5449       _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'
5450       # Note: this linker hardcodes the directories in LIBPATH if there
5451       # are no directories specified by -L.
5452       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5453       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5454         # Neither direct hardcoding nor static linking is supported with a
5455         # broken collect2.
5456         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5457       fi
5458       ;;
5460     aix[[4-9]]*)
5461       if test "$host_cpu" = ia64; then
5462         # On IA64, the linker does run time linking by default, so we don't
5463         # have to do anything special.
5464         aix_use_runtimelinking=no
5465         exp_sym_flag='-Bexport'
5466         no_entry_flag=""
5467       else
5468         # If we're using GNU nm, then we don't want the "-C" option.
5469         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5470         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5471           _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'
5472         else
5473           _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'
5474         fi
5475         aix_use_runtimelinking=no
5477         # Test if we are trying to use run time linking or normal
5478         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5479         # need to do runtime linking.
5480         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5481           for ld_flag in $LDFLAGS; do
5482           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5483             aix_use_runtimelinking=yes
5484             break
5485           fi
5486           done
5487           ;;
5488         esac
5490         exp_sym_flag='-bexport'
5491         no_entry_flag='-bnoentry'
5492       fi
5494       # When large executables or shared objects are built, AIX ld can
5495       # have problems creating the table of contents.  If linking a library
5496       # or program results in "error TOC overflow" add -mminimal-toc to
5497       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5498       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5500       _LT_AC_TAGVAR(archive_cmds, $1)=''
5501       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5502       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5503       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5505       if test "$GCC" = yes; then
5506         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5507         # We only want to do this on AIX 4.2 and lower, the check
5508         # below for broken collect2 doesn't work under 4.3+
5509           collect2name=`${CC} -print-prog-name=collect2`
5510           if test -f "$collect2name" && \
5511            strings "$collect2name" | grep resolve_lib_name >/dev/null
5512           then
5513           # We have reworked collect2
5514           :
5515           else
5516           # We have old collect2
5517           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5518           # It fails to find uninstalled libraries when the uninstalled
5519           # path is not listed in the libpath.  Setting hardcode_minus_L
5520           # to unsupported forces relinking
5521           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5522           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5523           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5524           fi
5525           ;;
5526         esac
5527         shared_flag='-shared'
5528         if test "$aix_use_runtimelinking" = yes; then
5529           shared_flag="$shared_flag "'${wl}-G'
5530         fi
5531       else
5532         # not using gcc
5533         if test "$host_cpu" = ia64; then
5534         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5535         # chokes on -Wl,-G. The following line is correct:
5536           shared_flag='-G'
5537         else
5538           if test "$aix_use_runtimelinking" = yes; then
5539             shared_flag='${wl}-G'
5540           else
5541             shared_flag='${wl}-bM:SRE'
5542           fi
5543         fi
5544       fi
5546       # It seems that -bexpall does not export symbols beginning with
5547       # underscore (_), so it is better to generate a list of symbols to export.
5548       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5549       if test "$aix_use_runtimelinking" = yes; then
5550         # Warning - without using the other runtime loading flags (-brtl),
5551         # -berok will link without error, but may produce a broken library.
5552         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5553        # Determine the default libpath from the value encoded in an empty executable.
5554        _LT_AC_SYS_LIBPATH_AIX
5555        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5556         _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"
5557        else
5558         if test "$host_cpu" = ia64; then
5559           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5560           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5561           _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"
5562         else
5563          # Determine the default libpath from the value encoded in an empty executable.
5564          _LT_AC_SYS_LIBPATH_AIX
5565          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5566           # Warning - without using the other run time loading flags,
5567           # -berok will link without error, but may produce a broken library.
5568           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5569           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5570           # Exported symbols can be pulled into shared objects from archives
5571           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5572           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5573           # This is similar to how AIX traditionally builds its shared libraries.
5574           _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'
5575         fi
5576       fi
5577       ;;
5579     amigaos*)
5580       _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)'
5581       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5582       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5583       # see comment about different semantics on the GNU ld section
5584       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5585       ;;
5587     bsdi[[45]]*)
5588       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5589       ;;
5591     cygwin* | mingw* | pw32*)
5592       # When not using gcc, we currently assume that we are using
5593       # Microsoft Visual C++.
5594       # hardcode_libdir_flag_spec is actually meaningless, as there is
5595       # no search path for DLLs.
5596       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5597       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5598       # Tell ltmain to make .lib files, not .a files.
5599       libext=lib
5600       # Tell ltmain to make .dll files, not .so files.
5601       shrext_cmds=".dll"
5602       # FIXME: Setting linknames here is a bad hack.
5603       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5604       # The linker will automatically build a .lib file if we build a DLL.
5605       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5606       # FIXME: Should let the user specify the lib program.
5607       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5608       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5609       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5610       ;;
5612     darwin* | rhapsody*)
5613       case $host_os in
5614         rhapsody* | darwin1.[[012]])
5615          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5616          ;;
5617        *) # Darwin 1.3 on
5618          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5619            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5620          else
5621            case ${MACOSX_DEPLOYMENT_TARGET} in
5622              10.[[012]])
5623                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5624                ;;
5625              10.*)
5626                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5627                ;;
5628            esac
5629          fi
5630          ;;
5631       esac
5632       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5633       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5634       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5635       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5636       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5637       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5638     if test "$GCC" = yes ; then
5639         output_verbose_link_cmd='echo'
5640         _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
5641         _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
5642         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
5643         _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
5644     else
5645       case $cc_basename in
5646         xlc*)
5647          output_verbose_link_cmd='echo'
5648          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
5649          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5650           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5651          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5652           _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}'
5653           ;;
5654        *)
5655          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5656           ;;
5657       esac
5658     fi
5659       ;;
5661     dgux*)
5662       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5663       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5664       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5665       ;;
5667     freebsd1*)
5668       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5669       ;;
5671     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5672     # support.  Future versions do this automatically, but an explicit c++rt0.o
5673     # does not break anything, and helps significantly (at the cost of a little
5674     # extra space).
5675     freebsd2.2*)
5676       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5677       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5678       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5679       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5680       ;;
5682     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5683     freebsd2*)
5684       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5685       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5686       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5687       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5688       ;;
5690     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5691     freebsd* | dragonfly*)
5692       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5693       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5694       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5695       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5696       ;;
5698     hpux9*)
5699       if test "$GCC" = yes; then
5700         _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'
5701       else
5702         _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'
5703       fi
5704       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5705       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5706       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5708       # hardcode_minus_L: Not really in the search PATH,
5709       # but as the default location of the library.
5710       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5711       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5712       ;;
5714     hpux10*)
5715       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5716         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5717       else
5718         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5719       fi
5720       if test "$with_gnu_ld" = no; then
5721         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5722         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5724         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5725         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5727         # hardcode_minus_L: Not really in the search PATH,
5728         # but as the default location of the library.
5729         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5730       fi
5731       ;;
5733     hpux11*)
5734       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5735         case $host_cpu in
5736         hppa*64*)
5737           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5738           ;;
5739         ia64*)
5740           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5741           ;;
5742         *)
5743           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5744           ;;
5745         esac
5746       else
5747         case $host_cpu in
5748         hppa*64*)
5749           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5750           ;;
5751         ia64*)
5752           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5753           ;;
5754         *)
5755           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5756           ;;
5757         esac
5758       fi
5759       if test "$with_gnu_ld" = no; then
5760         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5761         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5763         case $host_cpu in
5764         hppa*64*|ia64*)
5765           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5766           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5767           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5768           ;;
5769         *)
5770           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5771           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5773           # hardcode_minus_L: Not really in the search PATH,
5774           # but as the default location of the library.
5775           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5776           ;;
5777         esac
5778       fi
5779       ;;
5781     irix5* | irix6* | nonstopux*)
5782       if test "$GCC" = yes; then
5783         _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'
5784       else
5785         _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'
5786         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5787       fi
5788       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5789       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5790       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5791       ;;
5793     netbsd*)
5794       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5795         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5796       else
5797         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5798       fi
5799       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5800       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5801       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5802       ;;
5804     newsos6)
5805       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5806       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5807       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5808       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5809       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5810       ;;
5812     openbsd*)
5813       if test -f /usr/libexec/ld.so; then
5814         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5815         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5816         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5817           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5818           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5819           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5820           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5821         else
5822           case $host_os in
5823            openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5824              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5825              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5826              ;;
5827            *)
5828              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5829              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5830              ;;
5831           esac
5832         fi
5833       else
5834         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5835       fi
5836       ;;
5838     os2*)
5839       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5840       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5841       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5842       _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'
5843       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5844       ;;
5846     osf3*)
5847       if test "$GCC" = yes; then
5848         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5849         _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'
5850       else
5851         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5852         _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'
5853       fi
5854       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5855       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5856       ;;
5858     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5859       if test "$GCC" = yes; then
5860         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5861         _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'
5862         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5863       else
5864         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5865         _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'
5866         _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~
5867         $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'
5869         # Both c and cxx compiler support -rpath directly
5870         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5871       fi
5872       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5873       ;;
5875     solaris*)
5876       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5877       if test "$GCC" = yes; then
5878         wlarc='${wl}'
5879         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5880         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5881           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5882       else
5883         wlarc=''
5884         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5885         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5886         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5887       fi
5888       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5889       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5890       case $host_os in
5891       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5892       *)
5893         # The compiler driver will combine and reorder linker options,
5894         # but understands `-z linker_flag'.  GCC discards it without `$wl',
5895         # but is careful enough not to reorder.
5896         # Supported since Solaris 2.6 (maybe 2.5.1?)
5897         if test "$GCC" = yes; then
5898           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5899         else
5900           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5901         fi
5902         ;;
5903       esac
5904       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5905       ;;
5907     sunos4*)
5908       if test "x$host_vendor" = xsequent; then
5909         # Use $CC to link under sequent, because it throws in some extra .o
5910         # files that make .init and .fini sections work.
5911         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5912       else
5913         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5914       fi
5915       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5916       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5917       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5918       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5919       ;;
5921     sysv4)
5922       case $host_vendor in
5923         sni)
5924           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5925           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5926         ;;
5927         siemens)
5928           ## LD is ld it makes a PLAMLIB
5929           ## CC just makes a GrossModule.
5930           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5931           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5932           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5933         ;;
5934         motorola)
5935           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5936           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5937         ;;
5938       esac
5939       runpath_var='LD_RUN_PATH'
5940       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5941       ;;
5943     sysv4.3*)
5944       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5945       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5946       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5947       ;;
5949     sysv4*MP*)
5950       if test -d /usr/nec; then
5951         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5952         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5953         runpath_var=LD_RUN_PATH
5954         hardcode_runpath_var=yes
5955         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5956       fi
5957       ;;
5959     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5960       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5961       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5962       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5963       runpath_var='LD_RUN_PATH'
5965       if test "$GCC" = yes; then
5966         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5967         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5968       else
5969         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5970         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5971       fi
5972       ;;
5974     sysv5* | sco3.2v5* | sco5v6*)
5975       # Note: We can NOT use -z defs as we might desire, because we do not
5976       # link with -lc, and that would cause any symbols used from libc to
5977       # always be unresolved, which means just about no library would
5978       # ever link correctly.  If we're not using GNU ld we use -z text
5979       # though, which does catch some bad symbols but isn't as heavy-handed
5980       # as -z defs.
5981       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5982       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5983       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5984       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5985       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5986       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5987       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5988       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5989       runpath_var='LD_RUN_PATH'
5991       if test "$GCC" = yes; then
5992         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5993         _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'
5994       else
5995         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5996         _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'
5997       fi
5998       ;;
6000     uts4*)
6001       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6002       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6003       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6004       ;;
6006     *)
6007       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6008       ;;
6009     esac
6010   fi
6012 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6013 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6016 # Do we need to explicitly link libc?
6018 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6019 x|xyes)
6020   # Assume -lc should be added
6021   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6023   if test "$enable_shared" = yes && test "$GCC" = yes; then
6024     case $_LT_AC_TAGVAR(archive_cmds, $1) in
6025     *'~'*)
6026       # FIXME: we may have to deal with multi-command sequences.
6027       ;;
6028     '$CC '*)
6029       # Test whether the compiler implicitly links with -lc since on some
6030       # systems, -lgcc has to come before -lc. If gcc already passes -lc
6031       # to ld, don't add -lc before -lgcc.
6032       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6033       $rm conftest*
6034       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6036       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6037         soname=conftest
6038         lib=conftest
6039         libobjs=conftest.$ac_objext
6040         deplibs=
6041         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6042         pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
6043         compiler_flags=-v
6044         linker_flags=-v
6045         verstring=
6046         output_objdir=.
6047         libname=conftest
6048         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6049         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6050         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6051         then
6052           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6053         else
6054           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6055         fi
6056         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6057       else
6058         cat conftest.err 1>&5
6059       fi
6060       $rm conftest*
6061       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6062       ;;
6063     esac
6064   fi
6065   ;;
6066 esac
6068 m4trace:/usr/share/aclocal/libtool.m4:6508: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6069 # /* ltdll.c starts here */
6070 # #define WIN32_LEAN_AND_MEAN
6071 # #include <windows.h>
6072 # #undef WIN32_LEAN_AND_MEAN
6073 # #include <stdio.h>
6075 # #ifndef __CYGWIN__
6076 # #  ifdef __CYGWIN32__
6077 # #    define __CYGWIN__ __CYGWIN32__
6078 # #  endif
6079 # #endif
6081 # #ifdef __cplusplus
6082 # extern "C" {
6083 # #endif
6084 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6085 # #ifdef __cplusplus
6086 # }
6087 # #endif
6089 # #ifdef __CYGWIN__
6090 # #include <cygwin/cygwin_dll.h>
6091 # DECLARE_CYGWIN_DLL( DllMain );
6092 # #endif
6093 # HINSTANCE __hDllInstance_base;
6095 # BOOL APIENTRY
6096 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6097 # {
6098 #   __hDllInstance_base = hInst;
6099 #   return TRUE;
6100 # }
6101 # /* ltdll.c ends here */
6103 m4trace:/usr/share/aclocal/libtool.m4:6547: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6104 m4trace:/usr/share/aclocal/libtool.m4:6551: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6105 m4trace:/usr/share/aclocal/libtool.m4:6552: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6106 m4trace:/usr/share/aclocal/libtool.m4:6553: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6107 m4trace:/usr/share/aclocal/libtool.m4:6554: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6108 m4trace:/usr/share/aclocal/libtool.m4:6555: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6109 m4trace:/usr/share/aclocal/libtool.m4:6556: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6110 m4trace:/usr/share/aclocal/libtool.m4:6557: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6111 m4trace:/usr/share/aclocal/libtool.m4:6562: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6112   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6113   AC_SUBST(GCJFLAGS)
6115 m4trace:/usr/share/aclocal/libtool.m4:6568: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6117 m4trace:/usr/share/aclocal/libtool.m4:6606: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6118 AC_CACHE_VAL(lt_cv_path_SED,
6119 [# Loop through the user's path and test for sed and gsed.
6120 # Then use that list of sed's as ones to test for truncation.
6121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6122 for as_dir in $PATH
6124   IFS=$as_save_IFS
6125   test -z "$as_dir" && as_dir=.
6126   for lt_ac_prog in sed gsed; do
6127     for ac_exec_ext in '' $ac_executable_extensions; do
6128       if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6129         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6130       fi
6131     done
6132   done
6133 done
6134 IFS=$as_save_IFS
6135 lt_ac_max=0
6136 lt_ac_count=0
6137 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6138 # along with /bin/sed that truncates output.
6139 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6140   test ! -f $lt_ac_sed && continue
6141   cat /dev/null > conftest.in
6142   lt_ac_count=0
6143   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6144   # Check for GNU sed and select it if it is found.
6145   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6146     lt_cv_path_SED=$lt_ac_sed
6147     break
6148   fi
6149   while true; do
6150     cat conftest.in conftest.in >conftest.tmp
6151     mv conftest.tmp conftest.in
6152     cp conftest.in conftest.nl
6153     echo >>conftest.nl
6154     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6155     cmp -s conftest.out conftest.nl || break
6156     # 10000 chars as input seems more than enough
6157     test $lt_ac_count -gt 10 && break
6158     lt_ac_count=`expr $lt_ac_count + 1`
6159     if test $lt_ac_count -gt $lt_ac_max; then
6160       lt_ac_max=$lt_ac_count
6161       lt_cv_path_SED=$lt_ac_sed
6162     fi
6163   done
6164 done
6166 SED=$lt_cv_path_SED
6167 AC_SUBST([SED])
6168 AC_MSG_RESULT([$SED])
6170 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6171 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6172 dnl require some minimum version.  Point them to the right macro.
6173 m4_if([$1], [1.10.1], [],
6174       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6176 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6177 m4_ifndef([AC_AUTOCONF_VERSION],
6178   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6179 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6180 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.
6181 AC_PREREQ([2.50])dnl
6182 # expand $ac_aux_dir to an absolute path
6183 am_aux_dir=`cd $ac_aux_dir && pwd`
6185 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6186  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6187         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6188 AC_SUBST([$1_TRUE])dnl
6189 AC_SUBST([$1_FALSE])dnl
6190 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6191 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6192 if $2; then
6193   $1_TRUE=
6194   $1_FALSE='#'
6195 else
6196   $1_TRUE='#'
6197   $1_FALSE=
6199 AC_CONFIG_COMMANDS_PRE(
6200 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6201   AC_MSG_ERROR([[conditional "$1" was never defined.
6202 Usually this means the macro was only invoked conditionally.]])
6203 fi])])
6204 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6205 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6206 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6207 AC_REQUIRE([AM_DEP_TRACK])dnl
6209 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6210        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6211        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6212        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6213        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6214                    [depcc="$$1"   am_compiler_list=])
6216 AC_CACHE_CHECK([dependency style of $depcc],
6217                [am_cv_$1_dependencies_compiler_type],
6218 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6219   # We make a subdir and do the tests there.  Otherwise we can end up
6220   # making bogus files that we don't know about and never remove.  For
6221   # instance it was reported that on HP-UX the gcc test will end up
6222   # making a dummy file named `D' -- because `-MD' means `put the output
6223   # in D'.
6224   mkdir conftest.dir
6225   # Copy depcomp to subdir because otherwise we won't find it if we're
6226   # using a relative directory.
6227   cp "$am_depcomp" conftest.dir
6228   cd conftest.dir
6229   # We will build objects and dependencies in a subdirectory because
6230   # it helps to detect inapplicable dependency modes.  For instance
6231   # both Tru64's cc and ICC support -MD to output dependencies as a
6232   # side effect of compilation, but ICC will put the dependencies in
6233   # the current directory while Tru64 will put them in the object
6234   # directory.
6235   mkdir sub
6237   am_cv_$1_dependencies_compiler_type=none
6238   if test "$am_compiler_list" = ""; then
6239      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6240   fi
6241   for depmode in $am_compiler_list; do
6242     # Setup a source with many dependencies, because some compilers
6243     # like to wrap large dependency lists on column 80 (with \), and
6244     # we should not choose a depcomp mode which is confused by this.
6245     #
6246     # We need to recreate these files for each test, as the compiler may
6247     # overwrite some of them when testing with obscure command lines.
6248     # This happens at least with the AIX C compiler.
6249     : > sub/conftest.c
6250     for i in 1 2 3 4 5 6; do
6251       echo '#include "conftst'$i'.h"' >> sub/conftest.c
6252       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6253       # Solaris 8's {/usr,}/bin/sh.
6254       touch sub/conftst$i.h
6255     done
6256     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6258     case $depmode in
6259     nosideeffect)
6260       # after this tag, mechanisms are not by side-effect, so they'll
6261       # only be used when explicitly requested
6262       if test "x$enable_dependency_tracking" = xyes; then
6263         continue
6264       else
6265         break
6266       fi
6267       ;;
6268     none) break ;;
6269     esac
6270     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6271     # mode.  It turns out that the SunPro C++ compiler does not properly
6272     # handle `-M -o', and we need to detect this.
6273     if depmode=$depmode \
6274        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6275        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6276        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6277          >/dev/null 2>conftest.err &&
6278        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6279        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6280        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6281        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6282       # icc doesn't choke on unknown options, it will just issue warnings
6283       # or remarks (even with -Werror).  So we grep stderr for any message
6284       # that says an option was ignored or not supported.
6285       # When given -MP, icc 7.0 and 7.1 complain thusly:
6286       #   icc: Command line warning: ignoring option '-M'; no argument required
6287       # The diagnosis changed in icc 8.0:
6288       #   icc: Command line remark: option '-MP' not supported
6289       if (grep 'ignoring option' conftest.err ||
6290           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6291         am_cv_$1_dependencies_compiler_type=$depmode
6292         break
6293       fi
6294     fi
6295   done
6297   cd ..
6298   rm -rf conftest.dir
6299 else
6300   am_cv_$1_dependencies_compiler_type=none
6303 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6304 AM_CONDITIONAL([am__fastdep$1], [
6305   test "x$enable_dependency_tracking" != xno \
6306   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6308 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6309 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6311 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6312 [  --disable-dependency-tracking  speeds up one-time build
6313   --enable-dependency-tracking   do not reject slow dependency extractors])
6314 if test "x$enable_dependency_tracking" != xno; then
6315   am_depcomp="$ac_aux_dir/depcomp"
6316   AMDEPBACKSLASH='\'
6318 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6319 AC_SUBST([AMDEPBACKSLASH])dnl
6320 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6322 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6323   # Strip MF so we end up with the name of the file.
6324   mf=`echo "$mf" | sed -e 's/:.*$//'`
6325   # Check whether this is an Automake generated Makefile or not.
6326   # We used to match only the files named `Makefile.in', but
6327   # some people rename them; so instead we look at the file content.
6328   # Grep'ing the first line is not enough: some people post-process
6329   # each Makefile.in and add a new line on top of each file to say so.
6330   # Grep'ing the whole file is not good either: AIX grep has a line
6331   # limit of 2048, but all sed's we know have understand at least 4000.
6332   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6333     dirpart=`AS_DIRNAME("$mf")`
6334   else
6335     continue
6336   fi
6337   # Extract the definition of DEPDIR, am__include, and am__quote
6338   # from the Makefile without running `make'.
6339   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6340   test -z "$DEPDIR" && continue
6341   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6342   test -z "am__include" && continue
6343   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6344   # When using ansi2knr, U may be empty or an underscore; expand it
6345   U=`sed -n 's/^U = //p' < "$mf"`
6346   # Find all dependency output files, they are included files with
6347   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6348   # simplest approach to changing $(DEPDIR) to its actual value in the
6349   # expansion.
6350   for file in `sed -n "
6351     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6352        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6353     # Make sure the directory exists.
6354     test -f "$dirpart/$file" && continue
6355     fdir=`AS_DIRNAME(["$file"])`
6356     AS_MKDIR_P([$dirpart/$fdir])
6357     # echo "creating $dirpart/$file"
6358     echo '# dummy' > "$dirpart/$file"
6359   done
6360 done
6362 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6363      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6364      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6366 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
6367 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6368 You should run autoupdate.])dnl
6369 AC_CONFIG_HEADERS($@)])
6370 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6371 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6372 dnl the ones we care about.
6373 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6374 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6375 AC_REQUIRE([AC_PROG_INSTALL])dnl
6376 if test "`cd $srcdir && pwd`" != "`pwd`"; then
6377   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6378   # is not polluted with repeated "-I."
6379   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6380   # test to see if srcdir already configured
6381   if test -f $srcdir/config.status; then
6382     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6383   fi
6386 # test whether we have cygpath
6387 if test -z "$CYGPATH_W"; then
6388   if (cygpath --version) >/dev/null 2>/dev/null; then
6389     CYGPATH_W='cygpath -w'
6390   else
6391     CYGPATH_W=echo
6392   fi
6394 AC_SUBST([CYGPATH_W])
6396 # Define the identity of the package.
6397 dnl Distinguish between old-style and new-style calls.
6398 m4_ifval([$2],
6399 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6400  AC_SUBST([PACKAGE], [$1])dnl
6401  AC_SUBST([VERSION], [$2])],
6402 [_AM_SET_OPTIONS([$1])dnl
6403 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6404 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6405   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6406  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6407  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6409 _AM_IF_OPTION([no-define],,
6410 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6411  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6413 # Some tools Automake needs.
6414 AC_REQUIRE([AM_SANITY_CHECK])dnl
6415 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6416 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6417 AM_MISSING_PROG(AUTOCONF, autoconf)
6418 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6419 AM_MISSING_PROG(AUTOHEADER, autoheader)
6420 AM_MISSING_PROG(MAKEINFO, makeinfo)
6421 AM_PROG_INSTALL_SH
6422 AM_PROG_INSTALL_STRIP
6423 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6424 # We need awk for the "check" target.  The system "awk" is bad on
6425 # some platforms.
6426 AC_REQUIRE([AC_PROG_AWK])dnl
6427 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6428 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6429 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6430               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6431                              [_AM_PROG_TAR([v7])])])
6432 _AM_IF_OPTION([no-dependencies],,
6433 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6434                   [_AM_DEPENDENCIES(CC)],
6435                   [define([AC_PROG_CC],
6436                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6437 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6438                   [_AM_DEPENDENCIES(CXX)],
6439                   [define([AC_PROG_CXX],
6440                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6441 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6442                   [_AM_DEPENDENCIES(OBJC)],
6443                   [define([AC_PROG_OBJC],
6444                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6447 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6448 _am_arg=$1
6449 _am_stamp_count=1
6450 for _am_header in $config_headers :; do
6451   case $_am_header in
6452     $_am_arg | $_am_arg:* )
6453       break ;;
6454     * )
6455       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6456   esac
6457 done
6458 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6459 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6460 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6461 AC_SUBST(install_sh)])
6462 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6463 mkdir .tst 2>/dev/null
6464 if test -d .tst; then
6465   am__leading_dot=.
6466 else
6467   am__leading_dot=_
6469 rmdir .tst 2>/dev/null
6470 AC_SUBST([am__leading_dot])])
6471 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6472 cat > confinc << 'END'
6473 am__doit:
6474         @echo done
6475 .PHONY: am__doit
6477 # If we don't find an include directive, just comment out the code.
6478 AC_MSG_CHECKING([for style of include used by $am_make])
6479 am__include="#"
6480 am__quote=
6481 _am_result=none
6482 # First try GNU make style include.
6483 echo "include confinc" > confmf
6484 # We grep out `Entering directory' and `Leaving directory'
6485 # messages which can occur if `w' ends up in MAKEFLAGS.
6486 # In particular we don't look at `^make:' because GNU make might
6487 # be invoked under some other name (usually "gmake"), in which
6488 # case it prints its new name instead of `make'.
6489 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6490    am__include=include
6491    am__quote=
6492    _am_result=GNU
6494 # Now try BSD make style include.
6495 if test "$am__include" = "#"; then
6496    echo '.include "confinc"' > confmf
6497    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6498       am__include=.include
6499       am__quote="\""
6500       _am_result=BSD
6501    fi
6503 AC_SUBST([am__include])
6504 AC_SUBST([am__quote])
6505 AC_MSG_RESULT([$_am_result])
6506 rm -f confinc confmf
6508 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6509 $1=${$1-"${am_missing_run}$2"}
6510 AC_SUBST($1)])
6511 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6512 AC_REQUIRE_AUX_FILE([missing])dnl
6513 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6514 # Use eval to expand $SHELL
6515 if eval "$MISSING --run true"; then
6516   am_missing_run="$MISSING --run "
6517 else
6518   am_missing_run=
6519   AC_MSG_WARN([`missing' script is too old or missing])
6522 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6523 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6524 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6525 dnl while keeping a definition of mkdir_p for backward compatibility.
6526 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6527 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6528 dnl Makefile.ins that do not define MKDIR_P, so we do our own
6529 dnl adjustment using top_builddir (which is defined more often than
6530 dnl MKDIR_P).
6531 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6532 case $mkdir_p in
6533   [[\\/$]]* | ?:[[\\/]]*) ;;
6534   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6535 esac
6537 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6538 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6539 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)])])
6540 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6541 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6542    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6543    ac_status=$?
6544    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6545    (exit $ac_status); }])
6546 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6547 # Just in case
6548 sleep 1
6549 echo timestamp > conftest.file
6550 # Do `set' in a subshell so we don't clobber the current shell's
6551 # arguments.  Must try -L first in case configure is actually a
6552 # symlink; some systems play weird games with the mod time of symlinks
6553 # (eg FreeBSD returns the mod time of the symlink's containing
6554 # directory).
6555 if (
6556    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6557    if test "$[*]" = "X"; then
6558       # -L didn't work.
6559       set X `ls -t $srcdir/configure conftest.file`
6560    fi
6561    rm -f conftest.file
6562    if test "$[*]" != "X $srcdir/configure conftest.file" \
6563       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6565       # If neither matched, then we have a broken ls.  This can happen
6566       # if, for instance, CONFIG_SHELL is bash and it inherits a
6567       # broken ls alias from the environment.  This has actually
6568       # happened.  Such a system could not be considered "sane".
6569       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6570 alias in your environment])
6571    fi
6573    test "$[2]" = conftest.file
6574    )
6575 then
6576    # Ok.
6577    :
6578 else
6579    AC_MSG_ERROR([newly created file is older than distributed files!
6580 Check your system clock])
6582 AC_MSG_RESULT(yes)])
6583 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6584 # Installed binaries are usually stripped using `strip' when the user
6585 # run `make install-strip'.  However `strip' might not be the right
6586 # tool to use in cross-compilation environments, therefore Automake
6587 # will honor the `STRIP' environment variable to overrule this program.
6588 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6589 if test "$cross_compiling" != no; then
6590   AC_CHECK_TOOL([STRIP], [strip], :)
6592 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6593 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6594 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6595 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6596 AM_MISSING_PROG([AMTAR], [tar])
6597 m4_if([$1], [v7],
6598      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6599      [m4_case([$1], [ustar],, [pax],,
6600               [m4_fatal([Unknown tar format])])
6601 AC_MSG_CHECKING([how to create a $1 tar archive])
6602 # Loop over all known methods to create a tar archive until one works.
6603 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6604 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6605 # Do not fold the above two line into one, because Tru64 sh and
6606 # Solaris sh will not grok spaces in the rhs of `-'.
6607 for _am_tool in $_am_tools
6609   case $_am_tool in
6610   gnutar)
6611     for _am_tar in tar gnutar gtar;
6612     do
6613       AM_RUN_LOG([$_am_tar --version]) && break
6614     done
6615     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6616     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6617     am__untar="$_am_tar -xf -"
6618     ;;
6619   plaintar)
6620     # Must skip GNU tar: if it does not support --format= it doesn't create
6621     # ustar tarball either.
6622     (tar --version) >/dev/null 2>&1 && continue
6623     am__tar='tar chf - "$$tardir"'
6624     am__tar_='tar chf - "$tardir"'
6625     am__untar='tar xf -'
6626     ;;
6627   pax)
6628     am__tar='pax -L -x $1 -w "$$tardir"'
6629     am__tar_='pax -L -x $1 -w "$tardir"'
6630     am__untar='pax -r'
6631     ;;
6632   cpio)
6633     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6634     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6635     am__untar='cpio -i -H $1 -d'
6636     ;;
6637   none)
6638     am__tar=false
6639     am__tar_=false
6640     am__untar=false
6641     ;;
6642   esac
6644   # If the value was cached, stop now.  We just wanted to have am__tar
6645   # and am__untar set.
6646   test -n "${am_cv_prog_tar_$1}" && break
6648   # tar/untar a dummy directory, and stop if the command works
6649   rm -rf conftest.dir
6650   mkdir conftest.dir
6651   echo GrepMe > conftest.dir/file
6652   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6653   rm -rf conftest.dir
6654   if test -s conftest.tar; then
6655     AM_RUN_LOG([$am__untar <conftest.tar])
6656     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6657   fi
6658 done
6659 rm -rf conftest.dir
6661 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6662 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6663 AC_SUBST([am__tar])
6664 AC_SUBST([am__untar])
6666 m4trace:m4/internal/visibility.m4:4: -1- AC_DEFUN([TS_CXX_SUPPORTS_HIDDEN_VISIBILITY_INLINES], [AC_REQUIRE([AC_PROG_CXX])
6667   bb_save_CXXFLAGS="$CXXFLAGS"
6668   CXXFLAGS="-fvisibility-inlines-hidden $bb_save_CXXFLAGS"
6669   AC_CACHE_CHECK([whether the C++ compiler supports -fvisibility-inlines-hidden],
6670                  [bb_cv_cc_supports_hidden_visibility_inlines], [
6671     AC_LANG_PUSH(C++)
6672     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])], [bb_cv_cc_supports_hidden_visibility_inlines=yes], [bb_cv_cc_supports_hidden_visibility_inlines=no])
6673     AC_LANG_POP(C++)
6674   ])
6675   CXXFLAGS="$bb_save_CXXFLAGS"
6677 m4trace:m4/internal/visibility.m4:21: -1- AC_DEFUN([TS_CXX_HIDDEN_VISIBILITY_INLINES], [AC_REQUIRE([TS_CXX_SUPPORTS_HIDDEN_VISIBILITY_INLINES])
6678   AC_MSG_CHECKING([whether to use -fvisibility-inlines-hidden])
6679   AC_ARG_WITH([hidden_visibility_inlines],
6680               AC_HELP_STRING([--with-hidden_visibility_inlines=VAL],
6681                              [use -fvisibility-inlines-hidden (default VAL is 'auto')]),
6682               [bb_with_hidden_visibility_inlines=$withval], [bb_with_hidden_visibility_inlines=auto])
6684   if test "x$bb_with_hidden_visibility_inlines" != "xno" && \
6685      test "x$bb_cv_cc_supports_hidden_visibility_inlines" != "xno"; then
6686      AC_MSG_RESULT([yes])
6687      VIS_CXXFLAGS="-fvisibility-inlines-hidden"
6688   else
6689      AC_MSG_RESULT([no])
6690   fi
6691   AC_SUBST(VIS_CXXFLAGS)
6693 m4trace:m4/internal/visibility.m4:43: -1- AC_DEFUN([TS_CC_SUPPORTS_HIDDEN_VISIBILITY], [AC_REQUIRE([AC_PROG_CC])
6694   bb_save_CFLAGS="$CFLAGS"
6695   CFLAGS="-fvisibility=hidden $bb_save_CFLAGS"
6696   AC_CACHE_CHECK([whether the C compiler supports -fvisibility=hidden],
6697                  [bb_cv_cc_supports_hidden_visibility], [
6698     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])], [bb_cv_cc_supports_hidden_visibility=yes], [bb_cv_cc_supports_hidden_visibility=no])
6699   ])
6700   CFLAGS="$bb_save_CFLAGS"
6701   if test "x$bb_cv_cc_supports_hidden_visibility" != "xno"; then
6702      CFLAGS="-DGCC_HASCLASSVISIBILITY $CFLAGS"
6703   fi
6705 m4trace:m4/internal/visibility.m4:61: -1- AC_DEFUN([TS_CC_HIDDEN_VISIBILITY], [AC_REQUIRE([TS_CC_SUPPORTS_HIDDEN_VISIBILITY])
6706   AC_MSG_CHECKING([whether to use -fvisibility=hidden])
6707   AC_ARG_WITH([hidden_visibility],
6708               AC_HELP_STRING([--with-hidden_visibility=VAL],
6709                              [use -fvisibility=hidden (default VAL is 'auto')]),
6710               [bb_with_hidden_visibility=$withval], [bb_with_hidden_visibility=auto])
6712   if test "x$bb_with_hidden_visibility" != "xno" && \
6713      test "x$bb_cv_cc_supports_hidden_visibility" != "xno"; then
6714      AC_MSG_RESULT([yes])
6715      VIS_CFLAGS="-fvisibility=hidden"
6716   else
6717      AC_MSG_RESULT([no])
6718   fi
6719   AC_SUBST(VIS_CFLAGS)
6721 m4trace:acinclude.m4:6: -1- AC_DEFUN([TS_DEFAULT_FLAGS], [
6722   if test x"$CFLAGS" = "x"; then
6723     CFLAGS="-O2 -Wall -W"
6724   fi
6726 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
6727 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
6728 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6729 m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
6730 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
6731 m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
6732 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
6733 m4trace:configure.ac:5: -1- m4_pattern_allow([^SHELL$])
6734 m4trace:configure.ac:5: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6735 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
6736 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6737 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6738 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
6739 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6740 m4trace:configure.ac:5: -1- m4_pattern_allow([^exec_prefix$])
6741 m4trace:configure.ac:5: -1- m4_pattern_allow([^prefix$])
6742 m4trace:configure.ac:5: -1- m4_pattern_allow([^program_transform_name$])
6743 m4trace:configure.ac:5: -1- m4_pattern_allow([^bindir$])
6744 m4trace:configure.ac:5: -1- m4_pattern_allow([^sbindir$])
6745 m4trace:configure.ac:5: -1- m4_pattern_allow([^libexecdir$])
6746 m4trace:configure.ac:5: -1- m4_pattern_allow([^datarootdir$])
6747 m4trace:configure.ac:5: -1- m4_pattern_allow([^datadir$])
6748 m4trace:configure.ac:5: -1- m4_pattern_allow([^sysconfdir$])
6749 m4trace:configure.ac:5: -1- m4_pattern_allow([^sharedstatedir$])
6750 m4trace:configure.ac:5: -1- m4_pattern_allow([^localstatedir$])
6751 m4trace:configure.ac:5: -1- m4_pattern_allow([^includedir$])
6752 m4trace:configure.ac:5: -1- m4_pattern_allow([^oldincludedir$])
6753 m4trace:configure.ac:5: -1- m4_pattern_allow([^docdir$])
6754 m4trace:configure.ac:5: -1- m4_pattern_allow([^infodir$])
6755 m4trace:configure.ac:5: -1- m4_pattern_allow([^htmldir$])
6756 m4trace:configure.ac:5: -1- m4_pattern_allow([^dvidir$])
6757 m4trace:configure.ac:5: -1- m4_pattern_allow([^pdfdir$])
6758 m4trace:configure.ac:5: -1- m4_pattern_allow([^psdir$])
6759 m4trace:configure.ac:5: -1- m4_pattern_allow([^libdir$])
6760 m4trace:configure.ac:5: -1- m4_pattern_allow([^localedir$])
6761 m4trace:configure.ac:5: -1- m4_pattern_allow([^mandir$])
6762 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_NAME$])
6763 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6764 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6765 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_STRING$])
6766 m4trace:configure.ac:5: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6767 m4trace:configure.ac:5: -1- m4_pattern_allow([^DEFS$])
6768 m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_C$])
6769 m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_N$])
6770 m4trace:configure.ac:5: -1- m4_pattern_allow([^ECHO_T$])
6771 m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
6772 m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
6773 m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
6774 m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
6775 m4trace:configure.ac:7: -1- AM_INIT_AUTOMAKE([dist-bzip2])
6776 m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6777 m4trace:configure.ac:7: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6778 m4trace:configure.ac:7: -1- AM_AUTOMAKE_VERSION([1.10.1])
6779 m4trace:configure.ac:7: -1- _AM_AUTOCONF_VERSION([2.63])
6780 m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6781 m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6782 m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_DATA$])
6783 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__isrc$])
6784 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__isrc])
6785 m4trace:configure.ac:7: -1- m4_pattern_allow([^CYGPATH_W$])
6786 m4trace:configure.ac:7: -1- _AM_SET_OPTIONS([dist-bzip2])
6787 m4trace:configure.ac:7: -1- _AM_SET_OPTION([dist-bzip2])
6788 m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([dist-bzip2])
6789 m4trace:configure.ac:7: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
6790 You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
6791 /usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
6792 /usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
6793 configure.ac:7: the top level])
6794 m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
6795 m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
6796 m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6797  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6798 m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-define])
6799 m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$])
6800 m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$])
6801 m4trace:configure.ac:7: -1- AM_SANITY_CHECK
6802 m4trace:configure.ac:7: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6803 m4trace:configure.ac:7: -1- AM_MISSING_HAS_RUN
6804 m4trace:configure.ac:7: -1- AM_AUX_DIR_EXPAND
6805 m4trace:configure.ac:7: -1- m4_pattern_allow([^ACLOCAL$])
6806 m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6807 m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOCONF$])
6808 m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6809 m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOMAKE$])
6810 m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6811 m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOHEADER$])
6812 m4trace:configure.ac:7: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6813 m4trace:configure.ac:7: -1- m4_pattern_allow([^MAKEINFO$])
6814 m4trace:configure.ac:7: -1- AM_PROG_INSTALL_SH
6815 m4trace:configure.ac:7: -1- m4_pattern_allow([^install_sh$])
6816 m4trace:configure.ac:7: -1- AM_PROG_INSTALL_STRIP
6817 m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$])
6818 m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6819 m4trace:configure.ac:7: -1- AM_PROG_MKDIR_P
6820 m4trace:configure.ac:7: -1- m4_pattern_allow([^MKDIR_P$])
6821 m4trace:configure.ac:7: -1- m4_pattern_allow([^mkdir_p$])
6822 m4trace:configure.ac:7: -1- m4_pattern_allow([^AWK$])
6823 m4trace:configure.ac:7: -1- m4_pattern_allow([^SET_MAKE$])
6824 m4trace:configure.ac:7: -1- AM_SET_LEADING_DOT
6825 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__leading_dot$])
6826 m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6827                              [_AM_PROG_TAR([v7])])])
6828 m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-ustar])
6829 m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6830 m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-pax])
6831 m4trace:configure.ac:7: -1- _AM_PROG_TAR([v7])
6832 m4trace:configure.ac:7: -1- AM_MISSING_PROG([AMTAR], [tar])
6833 m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$])
6834 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$])
6835 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$])
6836 m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6837                   [_AM_DEPENDENCIES(CC)],
6838                   [define([AC_PROG_CC],
6839                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6840 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6841                   [_AM_DEPENDENCIES(CXX)],
6842                   [define([AC_PROG_CXX],
6843                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6844 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6845                   [_AM_DEPENDENCIES(OBJC)],
6846                   [define([AC_PROG_OBJC],
6847                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6849 m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-dependencies])
6850 m4trace:configure.ac:9: -1- AM_CONFIG_HEADER([config.h])
6851 m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6852 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
6853 configure.ac:9: the top level])
6854 m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE_DESCRIPTION$])
6855 m4trace:configure.ac:15: -1- TS_DEFAULT_FLAGS
6856 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
6857 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXFLAGS$])
6858 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
6859 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
6860 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
6861 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
6862 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CXX$])
6863 m4trace:configure.ac:18: -1- m4_pattern_allow([^EXEEXT$])
6864 m4trace:configure.ac:18: -1- m4_pattern_allow([^OBJEXT$])
6865 m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CXX])
6866 m4trace:configure.ac:18: -1- AM_SET_DEPDIR
6867 m4trace:configure.ac:18: -1- m4_pattern_allow([^DEPDIR$])
6868 m4trace:configure.ac:18: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6869 m4trace:configure.ac:18: -1- AM_MAKE_INCLUDE
6870 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__include$])
6871 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__quote$])
6872 m4trace:configure.ac:18: -1- AM_DEP_TRACK
6873 m4trace:configure.ac:18: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6874 m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEP_TRUE$])
6875 m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEP_FALSE$])
6876 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6877 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6878 m4trace:configure.ac:18: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6879 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6880 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXDEPMODE$])
6881 m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCXX], [
6882   test "x$enable_dependency_tracking" != xno \
6883   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6884 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
6885 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
6886 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
6887 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
6888 m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
6889 m4trace:configure.ac:19: -1- m4_pattern_allow([^CFLAGS$])
6890 m4trace:configure.ac:19: -1- m4_pattern_allow([^LDFLAGS$])
6891 m4trace:configure.ac:19: -1- m4_pattern_allow([^LIBS$])
6892 m4trace:configure.ac:19: -1- m4_pattern_allow([^CPPFLAGS$])
6893 m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
6894 m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
6895 m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
6896 m4trace:configure.ac:19: -1- m4_pattern_allow([^CC$])
6897 m4trace:configure.ac:19: -1- m4_pattern_allow([^ac_ct_CC$])
6898 m4trace:configure.ac:19: -1- _AM_DEPENDENCIES([CC])
6899 m4trace:configure.ac:19: -1- m4_pattern_allow([^CCDEPMODE$])
6900 m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__fastdepCC], [
6901   test "x$enable_dependency_tracking" != xno \
6902   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6903 m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6904 m4trace:configure.ac:19: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6905 m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6906 m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6907 m4trace:configure.ac:20: -1- m4_pattern_allow([^CPP$])
6908 m4trace:configure.ac:20: -1- m4_pattern_allow([^CPPFLAGS$])
6909 m4trace:configure.ac:20: -1- m4_pattern_allow([^CPP$])
6910 m4trace:configure.ac:21: -1- TS_CC_HIDDEN_VISIBILITY
6911 m4trace:configure.ac:21: -1- TS_CC_SUPPORTS_HIDDEN_VISIBILITY
6912 m4trace:configure.ac:21: -2- _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 m4/internal/visibility.m4:61: TS_CC_HIDDEN_VISIBILITY is expanded from...
6915 configure.ac:21: the top level])
6916 m4trace:configure.ac:21: -1- m4_pattern_allow([^VIS_CFLAGS$])
6917 m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6918 m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6919 m4trace:configure.ac:22: -1- m4_pattern_allow([^INSTALL_DATA$])
6920 m4trace:configure.ac:23: -1- m4_pattern_allow([^LN_S$])
6921 m4trace:configure.ac:24: -1- m4_pattern_allow([^SET_MAKE$])
6922 m4trace:configure.ac:25: -1- AC_DISABLE_STATIC
6923 m4trace:configure.ac:25: -1- AC_ENABLE_STATIC([no])
6924 m4trace:configure.ac:25: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6925 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6926 ../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
6927 /usr/share/aclocal/libtool.m4:2073: AC_ENABLE_STATIC is expanded from...
6928 /usr/share/aclocal/libtool.m4:2102: AC_DISABLE_STATIC is expanded from...
6929 configure.ac:25: the top level])
6930 m4trace:configure.ac:26: -1- AC_ENABLE_SHARED
6931 m4trace:configure.ac:26: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6932 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6933 ../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
6934 /usr/share/aclocal/libtool.m4:2034: AC_ENABLE_SHARED is expanded from...
6935 configure.ac:26: the top level])
6936 m4trace:configure.ac:27: -1- AC_LIBTOOL_DLOPEN
6937 m4trace:configure.ac:28: -1- AC_PROG_LIBTOOL
6938 m4trace:configure.ac:28: -1- _AC_PROG_LIBTOOL
6939 m4trace:configure.ac:28: -1- AC_LIBTOOL_SETUP
6940 m4trace:configure.ac:28: -1- AC_ENABLE_FAST_INSTALL
6941 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6942 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6943 ../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
6944 /usr/share/aclocal/libtool.m4:2112: AC_ENABLE_FAST_INSTALL is expanded from...
6945 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6946 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6947 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6948 configure.ac:28: the top level])
6949 m4trace:configure.ac:28: -1- m4_pattern_allow([^build$])
6950 m4trace:configure.ac:28: -1- m4_pattern_allow([^build_cpu$])
6951 m4trace:configure.ac:28: -1- m4_pattern_allow([^build_vendor$])
6952 m4trace:configure.ac:28: -1- m4_pattern_allow([^build_os$])
6953 m4trace:configure.ac:28: -1- m4_pattern_allow([^host$])
6954 m4trace:configure.ac:28: -1- m4_pattern_allow([^host_cpu$])
6955 m4trace:configure.ac:28: -1- m4_pattern_allow([^host_vendor$])
6956 m4trace:configure.ac:28: -1- m4_pattern_allow([^host_os$])
6957 m4trace:configure.ac:28: -1- AC_PROG_LD
6958 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6959 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6960 ../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
6961 /usr/share/aclocal/libtool.m4:2253: AC_PROG_LD is expanded from...
6962 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6963 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6964 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6965 configure.ac:28: the top level])
6966 m4trace:configure.ac:28: -1- LT_AC_PROG_SED
6967 m4trace:configure.ac:28: -1- m4_pattern_allow([^SED$])
6968 m4trace:configure.ac:28: -1- AC_PROG_LD_GNU
6969 m4trace:configure.ac:28: -1- AC_PROG_EGREP
6970 m4trace:configure.ac:28: -1- m4_pattern_allow([^GREP$])
6971 m4trace:configure.ac:28: -1- m4_pattern_allow([^EGREP$])
6972 m4trace:configure.ac:28: -1- AC_PROG_LD_RELOAD_FLAG
6973 m4trace:configure.ac:28: -1- AC_PROG_NM
6974 m4trace:configure.ac:28: -1- AC_DEPLIBS_CHECK_METHOD
6975 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6976 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6977 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6978 m4trace:configure.ac:28: -1- AC_LIBTOOL_OBJDIR
6979 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
6980 m4trace:configure.ac:28: -1- _LT_AC_PROG_ECHO_BACKSLASH
6981 m4trace:configure.ac:28: -1- _LT_AC_SHELL_INIT([
6982 # Check that we are running under the correct shell.
6983 SHELL=${CONFIG_SHELL-/bin/sh}
6985 case X$ECHO in
6986 X*--fallback-echo)
6987   # Remove one level of quotation (which was required for Make).
6988   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6989   ;;
6990 esac
6992 echo=${ECHO-echo}
6993 if test "X[$]1" = X--no-reexec; then
6994   # Discard the --no-reexec flag, and continue.
6995   shift
6996 elif test "X[$]1" = X--fallback-echo; then
6997   # Avoid inline document here, it may be left over
6998   :
6999 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
7000   # Yippee, $echo works!
7001   :
7002 else
7003   # Restart under the correct shell.
7004   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
7007 if test "X[$]1" = X--fallback-echo; then
7008   # used as fallback echo
7009   shift
7010   cat <<EOF
7011 [$]*
7013   exit 0
7016 # The HP-UX ksh and POSIX shell print the target directory to stdout
7017 # if CDPATH is set.
7018 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7020 if test -z "$ECHO"; then
7021 if test "X${echo_test_string+set}" != Xset; then
7022 # find a string as large as possible, as long as the shell can cope with it
7023   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7024     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7025     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7026        echo_test_string=`eval $cmd` &&
7027        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7028     then
7029       break
7030     fi
7031   done
7034 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7035    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7036    test "X$echo_testing_string" = "X$echo_test_string"; then
7037   :
7038 else
7039   # The Solaris, AIX, and Digital Unix default echo programs unquote
7040   # backslashes.  This makes it impossible to quote backslashes using
7041   #   echo "$something" | sed 's/\\/\\\\/g'
7042   #
7043   # So, first we look for a working echo in the user's PATH.
7045   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7046   for dir in $PATH /usr/ucb; do
7047     IFS="$lt_save_ifs"
7048     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7049        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7050        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7051        test "X$echo_testing_string" = "X$echo_test_string"; then
7052       echo="$dir/echo"
7053       break
7054     fi
7055   done
7056   IFS="$lt_save_ifs"
7058   if test "X$echo" = Xecho; then
7059     # We didn't find a better echo, so look for alternatives.
7060     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7061        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7062        test "X$echo_testing_string" = "X$echo_test_string"; then
7063       # This shell has a builtin print -r that does the trick.
7064       echo='print -r'
7065     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7066          test "X$CONFIG_SHELL" != X/bin/ksh; then
7067       # If we have ksh, try running configure again with it.
7068       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7069       export ORIGINAL_CONFIG_SHELL
7070       CONFIG_SHELL=/bin/ksh
7071       export CONFIG_SHELL
7072       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7073     else
7074       # Try using printf.
7075       echo='printf %s\n'
7076       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7077          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7078          test "X$echo_testing_string" = "X$echo_test_string"; then
7079         # Cool, printf works
7080         :
7081       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7082            test "X$echo_testing_string" = 'X\t' &&
7083            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7084            test "X$echo_testing_string" = "X$echo_test_string"; then
7085         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7086         export CONFIG_SHELL
7087         SHELL="$CONFIG_SHELL"
7088         export SHELL
7089         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7090       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7091            test "X$echo_testing_string" = 'X\t' &&
7092            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7093            test "X$echo_testing_string" = "X$echo_test_string"; then
7094         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7095       else
7096         # maybe with a smaller string...
7097         prev=:
7099         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7100           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7101           then
7102             break
7103           fi
7104           prev="$cmd"
7105         done
7107         if test "$prev" != 'sed 50q "[$]0"'; then
7108           echo_test_string=`eval $prev`
7109           export echo_test_string
7110           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7111         else
7112           # Oops.  We lost completely, so just stick with echo.
7113           echo=echo
7114         fi
7115       fi
7116     fi
7117   fi
7121 # Copy echo and quote the copy suitably for passing to libtool from
7122 # the Makefile, instead of quoting the original, which is used later.
7123 ECHO=$echo
7124 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7125    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7128 AC_SUBST(ECHO)
7130 m4trace:configure.ac:28: -1- m4_pattern_allow([^ECHO$])
7131 m4trace:configure.ac:28: -1- m4_pattern_allow([^AR$])
7132 m4trace:configure.ac:28: -1- m4_pattern_allow([^RANLIB$])
7133 m4trace:configure.ac:28: -1- m4_pattern_allow([^STRIP$])
7134 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
7135 m4trace:configure.ac:28: -1- AC_PATH_MAGIC
7136 m4trace:configure.ac:28: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7137 m4trace:configure.ac:28: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7138 m4trace:configure.ac:28: -1- _LT_REQUIRED_DARWIN_CHECKS
7139 m4trace:configure.ac:28: -1- m4_pattern_allow([^DSYMUTIL$])
7140 m4trace:configure.ac:28: -1- m4_pattern_allow([^NMEDIT$])
7141 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7142 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7143 ../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
7144 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7145 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7146 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7147 configure.ac:28: the top level])
7148 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7149 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7150 ../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
7151 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7152 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7153 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7154 configure.ac:28: the top level])
7155 m4trace:configure.ac:28: -1- AC_LIBTOOL_LANG_C_CONFIG
7156 m4trace:configure.ac:28: -1- _LT_AC_LANG_C_CONFIG
7157 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([objext], [])
7158 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
7159 m4trace:configure.ac:28: -1- _LT_COMPILER_BOILERPLATE
7160 m4trace:configure.ac:28: -1- _LT_LINKER_BOILERPLATE
7161 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7162 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7163 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7164 m4trace:configure.ac:28: -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"])
7165 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7166 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7167 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7168 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7169 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7170 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7171 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7172 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7173 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7174 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7175 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7176 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7177 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7178 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7179 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7180 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7181 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7182 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7183 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7184 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7185 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7186 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7187 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7188 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7189 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7190 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7191 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7192 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7193 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7194 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7195 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7196 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7197 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7198 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7199 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7200 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7201 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7202 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7203 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7204 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7205 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7206 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7207 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7208 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7209 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7210 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7211 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7212 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7213 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7214 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7215 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7216 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7217 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7218 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7219 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7220 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7221 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7222 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7223 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7224 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7225 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7226 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7227 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7228 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7229 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7230 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7231 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7232 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7233 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7234 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [])
7235 m4trace:configure.ac:28: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_cv_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
7236      "" | " "*) ;;
7237      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7238      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7239      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7240 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7241 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7242 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7243 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7244 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7245 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7246 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7247 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7248 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7249 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7250 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7251 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7252 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7253 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [])
7254 m4trace:configure.ac:28: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7255 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7256 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_CC_C_O([])
7257 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7258 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7259 m4trace:configure.ac:28: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7260 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7261 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7262 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7263 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7264 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7265 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7266 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7267 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7268 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7269 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7270 m4trace:configure.ac:28: -1- _LT_AC_LOCK
7271 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7272 You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
7273 ../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
7274 ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
7275 ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
7276 /usr/share/aclocal/libtool.m4:551: _LT_AC_LOCK is expanded from...
7277 /usr/share/aclocal/libtool.m4:1172: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7278 /usr/share/aclocal/libtool.m4:2786: _LT_AC_LANG_C_CONFIG is expanded from...
7279 /usr/share/aclocal/libtool.m4:2785: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7280 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7281 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7282 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7283 configure.ac:28: the top level])
7284 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7285 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7286 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7287 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7288 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7289 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7290 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7291 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7292 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7293 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7294 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7295 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7296 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7297 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7298 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7299 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7300 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7301 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7302 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7303 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7304 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7305 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7306 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7307 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [])
7308 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7309 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
7310 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7311 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7312 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7313 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7314 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7315 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7316 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7317 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7318 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7319 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7320 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7321 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7322 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7323 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7324 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7325 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7326 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7327 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7328 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7329 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7330 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7331 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7332 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7333 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7334 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7335 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7336 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7337 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7338 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7339 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7340 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7341 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7342 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7343 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7344 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7345 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7346 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7347 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7348 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7349 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7350 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7351 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7352 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7353 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7354 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7355 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7356 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7357 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7358 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7359 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7360 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7361 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7362 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7363 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7364 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7365 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7366 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7367 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7368 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7369 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7370 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7371 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7372 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7373 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7374 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7375 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7376 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7377 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7378 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7379 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7380 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7381 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7382 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
7383 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7384 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7385 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7386 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7387 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7388 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
7389 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7390 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7391 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7392 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7393 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7394 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7395 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7396 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7397 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7398 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7399 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7400 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7401 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7402 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7403 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7404 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7405 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7406 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7407 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7408 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7409 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7410 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7411 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7412 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7413 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7414 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7415 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7416 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7417 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7418 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7419 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7420 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7421 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7422 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7423 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7424 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7425 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7426 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7427 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7428 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7429 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7430 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7431 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7432 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7433 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7434 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7435 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7436 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7437 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7438 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7439 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7440 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7441 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7442 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7443 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7444 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7445 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7446 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7447 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7448 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7449 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7450 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7451 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7452 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7453 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7454 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7455 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7456 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7457 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7458 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7459 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7460 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7461 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7462 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7463 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7464 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7465 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7466 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7467 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7468 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7469 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7470 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7471 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7472 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7473 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7474 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7475 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7476 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7477 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7478 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7479 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7480 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7481 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7482 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7483 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7484 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7485 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7486 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7487 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7488 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7489 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7490 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7491 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7492 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7493 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7494 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7495 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7496 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7497 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7498 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7499 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7500 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7501 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7502 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7503 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7504 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7505 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7506 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7507 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7508 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7509 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7510 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7511 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7512 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7513 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7514 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7515 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7516 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7517 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7518 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7519 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7520 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7521 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7522 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7523 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7524 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7525 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7526 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7527 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7528 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7529 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7530 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7531 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7532 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7533 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7534 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7535 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([reload_cmds], [])
7536 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7537 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7538 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7539 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7540 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7541 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7542 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7543 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7544 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7545 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7546 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7547 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7548 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7549 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7550 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7551 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7552 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7553 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7554 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7555 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7556 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7557 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7558 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7559 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7560 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7561 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7562 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7563 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7564 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7565 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7566 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7567 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7568 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7569 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7570 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7571 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7572 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7573 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7574 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7575 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7576 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7577 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7578 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7579 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([archive_cmds], [])
7580 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7581 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7582 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7583 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7584 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7585 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7586 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7587 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7588 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7589 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([runpath_var], [])
7590 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7591 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7592 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7593 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7594 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7595 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7596 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7597 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7598 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7599 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_LIB_STRIP
7600 m4trace:configure.ac:28: -1- AC_LIBTOOL_DLOPEN_SELF
7601 m4trace:configure.ac:28: -1- _LT_AC_CHECK_DLFCN
7602 m4trace:configure.ac:28: -1- m4_pattern_allow([^STDC_HEADERS$])
7603 m4trace:configure.ac:28: -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])
7604 m4trace:configure.ac:28: -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])
7605 m4trace:configure.ac:28: -1- AC_LIBTOOL_CONFIG([])
7606 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [])
7607 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([CC], [])
7608 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [])
7609 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7610 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7611 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7612 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7613 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7614 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7615 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7616 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7617 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7618 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7619 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [])
7620 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [])
7621 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [])
7622 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [])
7623 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7624 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7625 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7626 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7627 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7628 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7629 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7630 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7631 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7632 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7633 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7634 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7635 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7636 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7637 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7638 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7639 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7640 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7641 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7642 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [])
7643 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7644 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7645 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7646 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7647 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7648 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7649 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7650 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7651 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7652 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7653 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [])
7654 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [])
7655 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [])
7656 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7657 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7658 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7659 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7660 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7661 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7662 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7663 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7664 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7665 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7666 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7667 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [])
7668 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7669 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [])
7670 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7671 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [])
7672 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [])
7673 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [])
7674 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [])
7675 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7676 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7677 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7678 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7679 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [])
7680 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7681 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7682 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7683 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7684 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7685 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7686 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7687 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7688 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7689 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7690 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7691 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [])
7692 m4trace:configure.ac:28: -1- _LT_AC_TAGCONFIG
7693 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7694 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7695 ../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
7696 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
7697 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7698 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7699 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7700 configure.ac:28: the top level])
7701 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
7702 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
7703 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7704 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7705 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7706 configure.ac:28: the top level])
7707 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
7708 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
7709 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7710 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7711 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7712 configure.ac:28: the top level])
7713 m4trace:configure.ac:28: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7714 m4trace:configure.ac:28: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7715 m4trace:configure.ac:28: -1- _LT_AC_PROG_CXXCPP
7716 m4trace:configure.ac:28: -1- m4_pattern_allow([^CXXCPP$])
7717 m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$])
7718 m4trace:configure.ac:28: -1- m4_pattern_allow([^CXXCPP$])
7719 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7720 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7721 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7722 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7723 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7724 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7725 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7726 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7727 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7728 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7729 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7730 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7731 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7732 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7733 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7734 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7735 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7736 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7737 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7738 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7739 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7740 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [CXX])
7741 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7742 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7743 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
7744 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([objext], [CXX])
7745 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
7746 m4trace:configure.ac:28: -1- _LT_COMPILER_BOILERPLATE
7747 m4trace:configure.ac:28: -1- _LT_LINKER_BOILERPLATE
7748 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [CXX])
7749 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
7750 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7751 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7752 m4trace:configure.ac:28: -1- AC_PROG_LD
7753 m4trace:configure.ac:28: -1- AC_PROG_LD_GNU
7754 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7755 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7756 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7757 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7758 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7759 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7760 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7761 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7762 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7763 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7764 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7765 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7766 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7767 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7768 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7769 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7770 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7771 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7772 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7773 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
7774 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7775 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7776 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7777 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7778 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7779 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
7780 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7781 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7782 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7783 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7784 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7785 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7786 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7787 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7788 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7789 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7790 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7791 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7792 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7793 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7794 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7795 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7796 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7797 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7798 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7799 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7800 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7801 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7802 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7803 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7804 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7805 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7806 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7807 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7808 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7809 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7810 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7811 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7812 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7813 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7814 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7815 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7816 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7817 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7818 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7819 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7820 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7821 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7822 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7823 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7824 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7825 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7826 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7827 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7828 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7829 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7830 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7831 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7832 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7833 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7834 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7835 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7836 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7837 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7838 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7839 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7840 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7841 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7842 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7843 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7844 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7845 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7846 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7847 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7848 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7849 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7850 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7851 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7852 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7853 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7854 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7855 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7856 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7857 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7858 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7859 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7860 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7861 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7862 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7863 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7864 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7865 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7866 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7867 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7868 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7869 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7870 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7871 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7872 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7873 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7874 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7875 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7876 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7877 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7878 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7879 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7880 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7881 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7882 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7883 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7884 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7885 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7886 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7887 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7888 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7889 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7890 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7891 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7892 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7893 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7894 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7895 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7896 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7897 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7898 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7899 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7900 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7901 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7902 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7903 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7904 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7905 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7906 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7907 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7908 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7909 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7910 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7911 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7912 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7913 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7914 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7915 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7916 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7917 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7918 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7919 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7920 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7921 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7922 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7923 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7924 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7925 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7926 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7927 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7928 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7929 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7930 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7931 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7932 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7933 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7934 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7935 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7936 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7937 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7938 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7939 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7940 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7941 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7942 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7943 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7944 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7945 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7946 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7947 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7948 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7949 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7950 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7951 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7952 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7953 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7954 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7955 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7956 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7957 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7958 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7959 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7960 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7961 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7962 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7963 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7964 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7965 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7966 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7967 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7968 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7969 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7970 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7971 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7972 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7973 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7974 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7975 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7976 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7977 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7978 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7979 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7980 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [CXX])
7981 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [CXX])
7982 m4trace:configure.ac:28: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7983 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7984 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7985 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7986 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7987 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7988 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7989 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7990 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7991 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7992 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7993 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7994 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7995 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7996 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7997 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7998 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7999 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8000 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8001 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8002 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8003 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8004 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8005 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8006 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8007 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8008 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8009 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8010 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
8011 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8012 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8013 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8014 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8015 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8016 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8017 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8018 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8019 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8020 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8021 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8022 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8023 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8024 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8025 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8026 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8027 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8028 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8029 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8030 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8031 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8032 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8033 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8034 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8035 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8036 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8037 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8038 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8039 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8040 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8041 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8042 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8043 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8044 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8045 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8046 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8047 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8048 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8049 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8050 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8051 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8052 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8053 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8054 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8055 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8056 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8057 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8058 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8059 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8060 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8061 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8062 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8063 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8064 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8065 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8066 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8067 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8068 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8069 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8070 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8071 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8072 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [CXX])
8073 m4trace:configure.ac:28: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_cv_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
8074      "" | " "*) ;;
8075      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8076      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8077      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8078 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8079 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8080 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8081 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8082 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8083 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8084 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8085 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8086 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8087 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8088 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8089 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8090 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8091 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [CXX])
8092 m4trace:configure.ac:28: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
8093 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8094 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8095 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8096 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8097 m4trace:configure.ac:28: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8098 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8099 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8100 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8101 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8102 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8103 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8104 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8105 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8106 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8107 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8108 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8109 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8110 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8111 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8112 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8113 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8114 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8115 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8116 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8117 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8118 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8119 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8120 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8121 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8122 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8123 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8124 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8125 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8126 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8127 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8128 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8129 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8130 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8131 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8132 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8133 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8134 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8135 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8136 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8137 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8138 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8139 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8140 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8141 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8142 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8143 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8144 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8145 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8146 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8147 m4trace:configure.ac:28: -1- AC_LIBTOOL_CONFIG([CXX])
8148 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [CXX])
8149 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([CC], [CXX])
8150 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [CXX])
8151 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8152 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8153 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8154 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8155 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8156 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8157 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8158 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8159 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8160 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8161 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8162 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8163 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [CXX])
8164 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8165 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8166 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8167 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8168 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8169 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8170 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8171 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8172 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8173 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8174 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8175 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8176 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8177 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8178 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8179 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8180 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8181 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8182 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8183 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8184 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8185 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8186 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8187 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8188 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8189 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8190 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8191 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8192 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8193 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8194 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8195 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [CXX])
8196 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [CXX])
8197 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [CXX])
8198 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8199 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8200 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8201 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8202 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8203 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8204 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8205 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8206 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8207 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8208 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8209 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8210 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8211 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8212 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8213 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8214 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8215 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [CXX])
8216 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8217 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8218 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8219 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8220 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8221 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8222 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8223 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8224 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8225 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8226 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8227 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8228 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8229 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8230 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8231 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8232 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8233 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8234 m4trace:configure.ac:28: -1- AC_LIBTOOL_LANG_F77_CONFIG
8235 m4trace:configure.ac:28: -1- _LT_AC_LANG_F77_CONFIG([F77])
8236 m4trace:configure.ac:28: -1- m4_pattern_allow([^F77$])
8237 m4trace:configure.ac:28: -1- m4_pattern_allow([^FFLAGS$])
8238 m4trace:configure.ac:28: -1- m4_pattern_allow([^LDFLAGS$])
8239 m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBS$])
8240 m4trace:configure.ac:28: -1- m4_pattern_allow([^F77$])
8241 m4trace:configure.ac:28: -1- m4_pattern_allow([^ac_ct_F77$])
8242 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8243 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8244 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8245 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8246 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8247 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8248 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8249 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8250 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8251 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8252 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8253 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8254 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8255 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8256 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8257 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8258 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8259 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8260 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([objext], [F77])
8261 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
8262 m4trace:configure.ac:28: -1- _LT_COMPILER_BOILERPLATE
8263 m4trace:configure.ac:28: -1- _LT_LINKER_BOILERPLATE
8264 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [F77])
8265 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
8266 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [F77])
8267 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [F77])
8268 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8269 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8270 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8271 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8272 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8273 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8274 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8275 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8276 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8277 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8278 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8279 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8280 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8281 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8282 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8283 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8284 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8285 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8286 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8287 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8288 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8289 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8290 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8291 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8292 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8293 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8294 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8295 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8296 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8297 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8298 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8299 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8300 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8301 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8302 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8303 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8304 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8305 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8306 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8307 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8308 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8309 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8310 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8311 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8312 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8313 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8314 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8315 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8316 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8317 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8318 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8319 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8320 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8321 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8322 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8323 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8324 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8325 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8326 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8327 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8328 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8329 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8330 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8331 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8332 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8333 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8334 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8335 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [F77])
8336 m4trace:configure.ac:28: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_cv_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
8337      "" | " "*) ;;
8338      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8339      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8340      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8341 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8342 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8343 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8344 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8345 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8346 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8347 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8348 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8349 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8350 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8351 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8352 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8353 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8354 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [F77])
8355 m4trace:configure.ac:28: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8356 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8357 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8358 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8359 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8360 m4trace:configure.ac:28: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8361 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8362 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8363 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8364 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8365 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8366 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8367 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8368 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8369 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8370 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8371 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8372 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8373 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8374 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8375 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8376 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8377 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8378 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8379 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8380 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8381 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8382 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8383 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8384 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8385 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8386 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8387 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8388 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8389 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8390 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8391 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8392 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8393 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8394 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8395 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8396 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
8397 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8398 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8399 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8400 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8401 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8402 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8403 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8404 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8405 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8406 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8407 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8408 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8409 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8410 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8411 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8412 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8413 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8414 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8415 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8416 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8417 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8418 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8419 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8420 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8421 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8422 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8423 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8424 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8425 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8426 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8427 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8428 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8429 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8430 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8431 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8432 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8433 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8434 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8435 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8436 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8437 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8438 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8439 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8440 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8441 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8442 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8443 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8444 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8445 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8446 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8447 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8448 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8449 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8450 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8451 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8452 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8453 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8454 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8455 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8456 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8457 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8458 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8459 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8460 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8461 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8462 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8463 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8464 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8465 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8466 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8467 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8468 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8469 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
8470 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8471 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8472 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8473 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8474 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8475 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
8476 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8477 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8478 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8479 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8480 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8481 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8482 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8483 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8484 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8485 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8486 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8487 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8488 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8489 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8490 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8491 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8492 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8493 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8494 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8495 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8496 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8497 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8498 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8499 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8500 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8501 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8502 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8503 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8504 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8505 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8506 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8507 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8508 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8509 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8510 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8511 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8512 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8513 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8514 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8515 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8516 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8517 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8518 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8519 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8520 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8521 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8522 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8523 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8524 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8525 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8526 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8527 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8528 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8529 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8530 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8531 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8532 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8533 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8534 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8535 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8536 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8537 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8538 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8539 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8540 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8541 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8542 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8543 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8544 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8545 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8546 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8547 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8548 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8549 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8550 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8551 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8552 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8553 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8554 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8555 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8556 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8557 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8558 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8559 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8560 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8561 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8562 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8563 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8564 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8565 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8566 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8567 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8568 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8569 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8570 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8571 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8572 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8573 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8574 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8575 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8576 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8577 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8578 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8579 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8580 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8581 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8582 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8583 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8584 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8585 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8586 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8587 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8588 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8589 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8590 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8591 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8592 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8593 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8594 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8595 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8596 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8597 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8598 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8599 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8600 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8601 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8602 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8603 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8604 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8605 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8606 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8607 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8608 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8609 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8610 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8611 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8612 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8613 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8614 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8615 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8616 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8617 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8618 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8619 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8620 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8621 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8622 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8623 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8624 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8625 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8626 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8627 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8628 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8629 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8630 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8631 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8632 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8633 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8634 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8635 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8636 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8637 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8638 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8639 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8640 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8641 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8642 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8643 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8644 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8645 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8646 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8647 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8648 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8649 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8650 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8651 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8652 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8653 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8654 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8655 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8656 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8657 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8658 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8659 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8660 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8661 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8662 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8663 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8664 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8665 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8666 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8667 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8668 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8669 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8670 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8671 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8672 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8673 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8674 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8675 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8676 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8677 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8678 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8679 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8680 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8681 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8682 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8683 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8684 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8685 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8686 m4trace:configure.ac:28: -1- AC_LIBTOOL_CONFIG([F77])
8687 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [F77])
8688 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([CC], [F77])
8689 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [F77])
8690 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8691 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8692 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8693 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8694 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8695 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8696 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8697 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8698 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8699 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8700 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8701 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8702 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [F77])
8703 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [F77])
8704 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8705 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8706 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8707 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8708 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8709 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8710 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8711 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8712 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8713 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8714 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8715 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8716 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8717 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8718 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8719 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8720 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8721 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8722 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8723 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8724 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8725 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8726 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8727 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8728 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8729 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8730 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8731 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8732 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8733 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8734 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [F77])
8735 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [F77])
8736 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [F77])
8737 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8738 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8739 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8740 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8741 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8742 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8743 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8744 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8745 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8746 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8747 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8748 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8749 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8750 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8751 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8752 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8753 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8754 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [F77])
8755 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [F77])
8756 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8757 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8758 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8759 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8760 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8761 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8762 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8763 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8764 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8765 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8766 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8767 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8768 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8769 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8770 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8771 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8772 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8773 m4trace:configure.ac:28: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8774 m4trace:configure.ac:28: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8775 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8776 You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
8777 /usr/share/aclocal/libtool.m4:4180: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8778 /usr/share/aclocal/libtool.m4:4179: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8779 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
8780 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8781 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8782 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8783 configure.ac:28: the top level])
8784 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([objext], [GCJ])
8785 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
8786 m4trace:configure.ac:28: -1- _LT_COMPILER_BOILERPLATE
8787 m4trace:configure.ac:28: -1- _LT_LINKER_BOILERPLATE
8788 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8789 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
8790 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8791 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8792 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8793 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8794 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8795 m4trace:configure.ac:28: -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"])
8796 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8797 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8798 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8799 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8800 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8801 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8802 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8803 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8804 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8805 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8806 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8807 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8808 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8809 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8810 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8811 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8812 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8813 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8814 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8815 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8816 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8817 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8818 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8819 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8820 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8821 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8822 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8823 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8824 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8825 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8826 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8827 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8828 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8829 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8830 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8831 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8832 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8833 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8834 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8835 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8836 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8837 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8838 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8839 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8840 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8841 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8842 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8843 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8844 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8845 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8846 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8847 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8848 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8849 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8850 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8851 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8852 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8853 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8854 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8855 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8856 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8857 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8858 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8859 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8860 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8861 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8862 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8863 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [GCJ])
8864 m4trace:configure.ac:28: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_cv_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
8865      "" | " "*) ;;
8866      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8867      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8868      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8869 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8870 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8871 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8872 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8873 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8874 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8875 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8876 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8877 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8878 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8879 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8880 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8881 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8882 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [GCJ])
8883 m4trace:configure.ac:28: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8884 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8885 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8886 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8887 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8888 m4trace:configure.ac:28: -4- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8889 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8890 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8891 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8892 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8893 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8894 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8895 m4trace:configure.ac:28: -6- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8896 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8897 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8898 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8899 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8900 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8901 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8902 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8903 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8904 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8905 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8906 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8907 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8908 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8909 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8910 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8911 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8912 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8913 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8914 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8915 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8916 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8917 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8918 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8919 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8920 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8921 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8922 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8923 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8924 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
8925 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8926 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8927 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8928 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8929 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8930 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8931 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8932 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8933 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8934 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8935 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8936 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8937 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8938 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8939 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8940 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8941 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8942 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8943 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8944 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8945 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8946 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8947 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8948 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8949 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8950 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8951 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8952 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8953 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8954 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8955 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8956 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8957 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8958 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8959 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8960 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8961 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8962 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8963 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8964 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8965 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8966 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8967 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8968 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8969 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8970 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8971 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8972 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8973 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8974 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8975 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8976 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8977 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8978 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8979 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8980 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8981 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8982 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8983 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8984 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8985 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8986 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8987 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8988 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8989 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8990 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8991 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8992 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8993 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8994 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8995 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8996 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8997 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
8998 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8999 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9000 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9001 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9002 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9003 m4trace:configure.ac:28: -1- _LT_AC_SYS_LIBPATH_AIX
9004 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9005 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9006 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9007 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9008 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9009 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9010 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9011 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9012 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9013 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9014 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9015 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9016 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9017 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9018 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9019 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9020 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9021 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9022 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9023 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9024 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9025 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9026 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9027 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9028 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9029 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9030 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9031 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9032 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9033 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9034 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9035 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9036 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9037 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9038 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9039 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9040 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9041 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9042 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9043 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9044 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9045 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9046 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9047 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9048 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9049 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9050 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9051 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9052 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9053 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9054 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9055 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9056 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9057 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9058 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9059 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9060 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9061 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9062 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9063 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9064 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9065 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9066 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9067 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9068 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9069 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9070 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9071 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9072 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9073 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9074 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9075 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9076 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9077 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9078 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9079 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9080 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9081 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9082 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9083 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9084 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9085 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9086 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9087 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9088 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9089 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9090 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9091 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9092 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9093 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9094 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9095 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9096 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9097 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9098 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9099 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9100 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9101 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9102 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9103 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9104 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9105 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9106 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9107 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9108 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9109 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9110 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9111 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9112 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9113 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9114 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9115 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9116 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9117 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9118 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9119 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9120 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9121 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9122 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9123 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9124 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9125 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9126 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9127 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9128 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9129 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9130 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9131 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9132 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9133 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9134 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9135 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9136 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9137 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9138 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9139 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9140 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9141 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9142 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9143 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9144 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9145 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9146 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9147 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9148 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9149 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9150 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9151 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9152 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9153 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9154 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9155 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9156 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9157 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9158 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9159 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9160 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9161 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9162 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9163 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9164 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9165 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9166 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9167 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9168 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9169 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9170 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9171 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9172 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9173 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9174 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9175 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9176 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9177 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9178 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9179 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9180 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9181 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9182 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9183 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9184 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9185 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9186 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9187 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9188 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9189 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9190 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9191 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9192 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9193 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9194 m4trace:configure.ac:28: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9195 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9196 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9197 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9198 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9199 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9200 m4trace:configure.ac:28: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9201 m4trace:configure.ac:28: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9202 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9203 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9204 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9205 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9206 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9207 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9208 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9209 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9210 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9211 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9212 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9213 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9214 m4trace:configure.ac:28: -1- AC_LIBTOOL_CONFIG([GCJ])
9215 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9216 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([CC], [GCJ])
9217 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [GCJ])
9218 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9219 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9220 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9221 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9222 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9223 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9224 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9225 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9226 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9227 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9228 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9229 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9230 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9231 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9232 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9233 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9234 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9235 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9236 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9237 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9238 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9239 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9240 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9241 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9242 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9243 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9244 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9245 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9246 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9247 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9248 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9249 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9250 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9251 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9252 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9253 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9254 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9255 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9256 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9257 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9258 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9259 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9260 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9261 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9262 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9263 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9264 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [GCJ])
9265 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9266 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9267 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9268 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9269 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9270 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9271 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9272 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9273 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9274 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9275 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9276 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9277 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9278 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9279 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9280 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9281 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9282 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9283 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9284 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9285 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9286 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9287 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9288 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9289 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9290 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9291 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9292 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9293 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9294 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9295 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9296 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9297 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9298 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9299 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9300 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9301 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9302 You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
9303 /usr/share/aclocal/libtool.m4:4180: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9304 /usr/share/aclocal/libtool.m4:4179: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9305 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
9306 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9307 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9308 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9309 configure.ac:28: the top level])
9310 m4trace:configure.ac:28: -1- AC_LIBTOOL_LANG_RC_CONFIG
9311 m4trace:configure.ac:28: -1- _LT_AC_LANG_RC_CONFIG([RC])
9312 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9313 You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
9314 /usr/share/aclocal/libtool.m4:4240: _LT_AC_LANG_RC_CONFIG is expanded from...
9315 /usr/share/aclocal/libtool.m4:4239: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9316 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
9317 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9318 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9319 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9320 configure.ac:28: the top level])
9321 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([objext], [RC])
9322 m4trace:configure.ac:28: -1- _LT_AC_SYS_COMPILER
9323 m4trace:configure.ac:28: -1- _LT_COMPILER_BOILERPLATE
9324 m4trace:configure.ac:28: -1- _LT_LINKER_BOILERPLATE
9325 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [RC])
9326 m4trace:configure.ac:28: -1- _LT_CC_BASENAME([$compiler])
9327 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9328 m4trace:configure.ac:28: -1- AC_LIBTOOL_CONFIG([RC])
9329 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [RC])
9330 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([CC], [RC])
9331 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [RC])
9332 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9333 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9334 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9335 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9336 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9337 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9338 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9339 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9340 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9341 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9342 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9343 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9344 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [RC])
9345 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [RC])
9346 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9347 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9348 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9349 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9350 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9351 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9352 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9353 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9354 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9355 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9356 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9357 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9358 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9359 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9360 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9361 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9362 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9363 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9364 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9365 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9366 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9367 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9368 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9369 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9370 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9371 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9372 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9373 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9374 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9375 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9376 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler], [RC])
9377 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([GCC], [RC])
9378 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([LD], [RC])
9379 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9380 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9381 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9382 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9383 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9384 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9385 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9386 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9387 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9388 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9389 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9390 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9391 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9392 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9393 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9394 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9395 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9396 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([predeps], [RC])
9397 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([postdeps], [RC])
9398 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9399 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9400 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9401 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9402 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9403 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9404 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9405 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9406 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9407 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9408 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9409 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9410 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9411 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9412 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9413 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9414 m4trace:configure.ac:28: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9415 m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9416 You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
9417 /usr/share/aclocal/libtool.m4:4240: _LT_AC_LANG_RC_CONFIG is expanded from...
9418 /usr/share/aclocal/libtool.m4:4239: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9419 /usr/share/aclocal/libtool.m4:1911: _LT_AC_TAGCONFIG is expanded from...
9420 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9421 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9422 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9423 configure.ac:28: the top level])
9424 m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBTOOL$])
9425 m4trace:configure.ac:28: -1- AC_LIBTOOL_CXX
9426 m4trace:configure.ac:28: -1- _LT_AC_LANG_CXX
9427 m4trace:configure.ac:28: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9428 m4trace:configure.ac:28: -1- AC_LIBTOOL_F77
9429 m4trace:configure.ac:28: -1- _LT_AC_LANG_F77
9430 m4trace:configure.ac:28: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9431 m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE_LIBDL$])
9432 m4trace:configure.ac:34: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
9433 m4trace:configure.ac:34: -1- m4_pattern_allow([^HAVE_ALLOCA$])
9434 m4trace:configure.ac:34: -1- m4_pattern_allow([^ALLOCA$])
9435 m4trace:configure.ac:34: -1- m4_pattern_allow([^C_ALLOCA$])
9436 m4trace:configure.ac:34: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
9437 m4trace:configure.ac:34: -1- m4_pattern_allow([^STACK_DIRECTION$])
9438 m4trace:configure.ac:35: -1- m4_pattern_allow([^STDC_HEADERS$])
9439 m4trace:configure.ac:39: -1- m4_pattern_allow([^const$])
9440 m4trace:configure.ac:41: -1- m4_pattern_allow([^size_t$])
9441 m4trace:configure.ac:42: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$])
9442 m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_MALLOC$])
9443 m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_MALLOC$])
9444 m4trace:configure.ac:46: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9445 m4trace:configure.ac:46: -1- m4_pattern_allow([^malloc$])
9446 m4trace:configure.ac:47: -1- m4_pattern_allow([^HAVE_MMAP$])
9447 m4trace:configure.ac:48: -1- m4_pattern_allow([^SELECT_TYPE_ARG1$])
9448 m4trace:configure.ac:48: -1- m4_pattern_allow([^SELECT_TYPE_ARG234$])
9449 m4trace:configure.ac:48: -1- m4_pattern_allow([^SELECT_TYPE_ARG5$])
9450 m4trace:configure.ac:49: -1- _m4_warn([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
9451 You should run autoupdate.], [../../lib/autoconf/types.m4:699: AC_TYPE_SIGNAL is expanded from...
9452 configure.ac:49: the top level])
9453 m4trace:configure.ac:49: -1- m4_pattern_allow([^RETSIGTYPE$])
9454 m4trace:configure.ac:50: -1- m4_pattern_allow([^LSTAT_FOLLOWS_SLASHED_SYMLINK$])
9455 m4trace:configure.ac:50: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9456 m4trace:configure.ac:50: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9457 m4trace:configure.ac:50: -1- m4_pattern_allow([^HAVE_STAT_EMPTY_STRING_BUG$])
9458 m4trace:configure.ac:51: -1- m4_pattern_allow([^HAVE_DOPRNT$])
9459 m4trace:configure.ac:62: -1- AM_CONDITIONAL([ENABLE_LINEAR_MODULE], [test "$linear_module" = "yes"])
9460 m4trace:configure.ac:62: -1- m4_pattern_allow([^ENABLE_LINEAR_MODULE_TRUE$])
9461 m4trace:configure.ac:62: -1- m4_pattern_allow([^ENABLE_LINEAR_MODULE_FALSE$])
9462 m4trace:configure.ac:62: -1- _AM_SUBST_NOTMAKE([ENABLE_LINEAR_MODULE_TRUE])
9463 m4trace:configure.ac:62: -1- _AM_SUBST_NOTMAKE([ENABLE_LINEAR_MODULE_FALSE])
9464 m4trace:configure.ac:71: -1- AM_CONDITIONAL([ENABLE_DEJITTER_MODULE], [test "$dejitter_module" = "yes"])
9465 m4trace:configure.ac:71: -1- m4_pattern_allow([^ENABLE_DEJITTER_MODULE_TRUE$])
9466 m4trace:configure.ac:71: -1- m4_pattern_allow([^ENABLE_DEJITTER_MODULE_FALSE$])
9467 m4trace:configure.ac:71: -1- _AM_SUBST_NOTMAKE([ENABLE_DEJITTER_MODULE_TRUE])
9468 m4trace:configure.ac:71: -1- _AM_SUBST_NOTMAKE([ENABLE_DEJITTER_MODULE_FALSE])
9469 m4trace:configure.ac:80: -1- AM_CONDITIONAL([ENABLE_H2200_LINEAR_MODULE], [test "$h2200_linear_module" = "yes"])
9470 m4trace:configure.ac:80: -1- m4_pattern_allow([^ENABLE_H2200_LINEAR_MODULE_TRUE$])
9471 m4trace:configure.ac:80: -1- m4_pattern_allow([^ENABLE_H2200_LINEAR_MODULE_FALSE$])
9472 m4trace:configure.ac:80: -1- _AM_SUBST_NOTMAKE([ENABLE_H2200_LINEAR_MODULE_TRUE])
9473 m4trace:configure.ac:80: -1- _AM_SUBST_NOTMAKE([ENABLE_H2200_LINEAR_MODULE_FALSE])
9474 m4trace:configure.ac:89: -1- AM_CONDITIONAL([ENABLE_VARIANCE_MODULE], [test "$variance_module" = "yes"])
9475 m4trace:configure.ac:89: -1- m4_pattern_allow([^ENABLE_VARIANCE_MODULE_TRUE$])
9476 m4trace:configure.ac:89: -1- m4_pattern_allow([^ENABLE_VARIANCE_MODULE_FALSE$])
9477 m4trace:configure.ac:89: -1- _AM_SUBST_NOTMAKE([ENABLE_VARIANCE_MODULE_TRUE])
9478 m4trace:configure.ac:89: -1- _AM_SUBST_NOTMAKE([ENABLE_VARIANCE_MODULE_FALSE])
9479 m4trace:configure.ac:98: -1- AM_CONDITIONAL([ENABLE_PTHRES_MODULE], [test "$pthres_module" = "yes"])
9480 m4trace:configure.ac:98: -1- m4_pattern_allow([^ENABLE_PTHRES_MODULE_TRUE$])
9481 m4trace:configure.ac:98: -1- m4_pattern_allow([^ENABLE_PTHRES_MODULE_FALSE$])
9482 m4trace:configure.ac:98: -1- _AM_SUBST_NOTMAKE([ENABLE_PTHRES_MODULE_TRUE])
9483 m4trace:configure.ac:98: -1- _AM_SUBST_NOTMAKE([ENABLE_PTHRES_MODULE_FALSE])
9484 m4trace:configure.ac:109: -1- AM_CONDITIONAL([ENABLE_UCB1X00_MODULE], [test "$ucb1x00_module" = "yes"])
9485 m4trace:configure.ac:109: -1- m4_pattern_allow([^ENABLE_UCB1X00_MODULE_TRUE$])
9486 m4trace:configure.ac:109: -1- m4_pattern_allow([^ENABLE_UCB1X00_MODULE_FALSE$])
9487 m4trace:configure.ac:109: -1- _AM_SUBST_NOTMAKE([ENABLE_UCB1X00_MODULE_TRUE])
9488 m4trace:configure.ac:109: -1- _AM_SUBST_NOTMAKE([ENABLE_UCB1X00_MODULE_FALSE])
9489 m4trace:configure.ac:118: -1- AM_CONDITIONAL([ENABLE_CORGI_MODULE], [test "$corgi_module" = "yes"])
9490 m4trace:configure.ac:118: -1- m4_pattern_allow([^ENABLE_CORGI_MODULE_TRUE$])
9491 m4trace:configure.ac:118: -1- m4_pattern_allow([^ENABLE_CORGI_MODULE_FALSE$])
9492 m4trace:configure.ac:118: -1- _AM_SUBST_NOTMAKE([ENABLE_CORGI_MODULE_TRUE])
9493 m4trace:configure.ac:118: -1- _AM_SUBST_NOTMAKE([ENABLE_CORGI_MODULE_FALSE])
9494 m4trace:configure.ac:127: -1- AM_CONDITIONAL([ENABLE_COLLIE_MODULE], [test "$collie_module" = "yes"])
9495 m4trace:configure.ac:127: -1- m4_pattern_allow([^ENABLE_COLLIE_MODULE_TRUE$])
9496 m4trace:configure.ac:127: -1- m4_pattern_allow([^ENABLE_COLLIE_MODULE_FALSE$])
9497 m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([ENABLE_COLLIE_MODULE_TRUE])
9498 m4trace:configure.ac:127: -1- _AM_SUBST_NOTMAKE([ENABLE_COLLIE_MODULE_FALSE])
9499 m4trace:configure.ac:137: -1- AM_CONDITIONAL([ENABLE_H3600_MODULE], [test "$h3600_module" = "yes"])
9500 m4trace:configure.ac:137: -1- m4_pattern_allow([^ENABLE_H3600_MODULE_TRUE$])
9501 m4trace:configure.ac:137: -1- m4_pattern_allow([^ENABLE_H3600_MODULE_FALSE$])
9502 m4trace:configure.ac:137: -1- _AM_SUBST_NOTMAKE([ENABLE_H3600_MODULE_TRUE])
9503 m4trace:configure.ac:137: -1- _AM_SUBST_NOTMAKE([ENABLE_H3600_MODULE_FALSE])
9504 m4trace:configure.ac:146: -1- AM_CONDITIONAL([ENABLE_MK712_MODULE], [test "$mk712_module" = "yes"])
9505 m4trace:configure.ac:146: -1- m4_pattern_allow([^ENABLE_MK712_MODULE_TRUE$])
9506 m4trace:configure.ac:146: -1- m4_pattern_allow([^ENABLE_MK712_MODULE_FALSE$])
9507 m4trace:configure.ac:146: -1- _AM_SUBST_NOTMAKE([ENABLE_MK712_MODULE_TRUE])
9508 m4trace:configure.ac:146: -1- _AM_SUBST_NOTMAKE([ENABLE_MK712_MODULE_FALSE])
9509 m4trace:configure.ac:155: -1- AM_CONDITIONAL([ENABLE_ARCTIC2_MODULE], [test "$arctic2_module" = "yes"])
9510 m4trace:configure.ac:155: -1- m4_pattern_allow([^ENABLE_ARCTIC2_MODULE_TRUE$])
9511 m4trace:configure.ac:155: -1- m4_pattern_allow([^ENABLE_ARCTIC2_MODULE_FALSE$])
9512 m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([ENABLE_ARCTIC2_MODULE_TRUE])
9513 m4trace:configure.ac:155: -1- _AM_SUBST_NOTMAKE([ENABLE_ARCTIC2_MODULE_FALSE])
9514 m4trace:configure.ac:164: -1- AM_CONDITIONAL([ENABLE_INPUT_MODULE], [test "$input_module" = "yes"])
9515 m4trace:configure.ac:164: -1- m4_pattern_allow([^ENABLE_INPUT_MODULE_TRUE$])
9516 m4trace:configure.ac:164: -1- m4_pattern_allow([^ENABLE_INPUT_MODULE_FALSE$])
9517 m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([ENABLE_INPUT_MODULE_TRUE])
9518 m4trace:configure.ac:164: -1- _AM_SUBST_NOTMAKE([ENABLE_INPUT_MODULE_FALSE])
9519 m4trace:configure.ac:173: -1- m4_pattern_allow([^PLUGIN_DIR$])
9520 m4trace:configure.ac:187: -1- m4_pattern_allow([^DEBUGFLAGS$])
9521 m4trace:configure.ac:190: -1- m4_pattern_allow([^LIBFLAGS$])
9522 m4trace:configure.ac:193: -1- m4_pattern_allow([^TS_CONF$])
9523 m4trace:configure.ac:200: -1- m4_pattern_allow([^LT_RELEASE$])
9524 m4trace:configure.ac:201: -1- m4_pattern_allow([^LT_CURRENT$])
9525 m4trace:configure.ac:202: -1- m4_pattern_allow([^LT_REVISION$])
9526 m4trace:configure.ac:203: -1- m4_pattern_allow([^LT_AGE$])
9527 m4trace:configure.ac:211: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9528 m4trace:configure.ac:211: -1- m4_pattern_allow([^LTLIBOBJS$])
9529 m4trace:configure.ac:211: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
9530 m4trace:configure.ac:211: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS