Fixed compile errors caused by combining plugins
[gst-davinci.git] / ti_plugins / davinci / autom4te.cache / traces.0
blob61cc923c3716bf6b66bd773e01027c6d5d2dff66
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       case $host in
544         x86_64-*kfreebsd*-gnu)
545           LD="${LD-ld} -m elf_x86_64_fbsd"
546           ;;
547         x86_64-*linux*)
548           LD="${LD-ld} -m elf_x86_64"
549           ;;
550         ppc*-*linux*|powerpc*-*linux*)
551           LD="${LD-ld} -m elf64ppc"
552           ;;
553         s390*-*linux*)
554           LD="${LD-ld} -m elf64_s390"
555           ;;
556         sparc*-*linux*)
557           LD="${LD-ld} -m elf64_sparc"
558           ;;
559       esac
560       ;;
561     esac
562   fi
563   rm -rf conftest*
564   ;;
566 *-*-sco3.2v5*)
567   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
568   SAVE_CFLAGS="$CFLAGS"
569   CFLAGS="$CFLAGS -belf"
570   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
571     [AC_LANG_PUSH(C)
572      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
573      AC_LANG_POP])
574   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
575     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
576     CFLAGS="$SAVE_CFLAGS"
577   fi
578   ;;
579 sparc*-*solaris*)
580   # Find out which ABI we are using.
581   echo 'int i;' > conftest.$ac_ext
582   if AC_TRY_EVAL(ac_compile); then
583     case `/usr/bin/file conftest.o` in
584     *64-bit*)
585       case $lt_cv_prog_gnu_ld in
586       yes*) LD="${LD-ld} -m elf64_sparc" ;;
587       *)
588         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
589           LD="${LD-ld} -64"
590         fi
591         ;;
592       esac
593       ;;
594     esac
595   fi
596   rm -rf conftest*
597   ;;
599 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
600 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
601   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
602   AC_CHECK_TOOL(AS, as, false)
603   AC_CHECK_TOOL(OBJDUMP, objdump, false)
604   ;;
605   ])
606 esac
608 need_locks="$enable_libtool_lock"
611 m4trace:/usr/share/aclocal/libtool.m4:708: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
612 AC_CACHE_CHECK([$1], [$2],
613   [$2=no
614   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
615    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
616    lt_compiler_flag="$3"
617    # Insert the option either (1) after the last *FLAGS variable, or
618    # (2) before a word containing "conftest.", or (3) at the end.
619    # Note that $ac_compile itself does not contain backslashes and begins
620    # with a dollar sign (not a hyphen), so the echo should work correctly.
621    # The option is referenced via a variable to avoid confusing sed.
622    lt_compile=`echo "$ac_compile" | $SED \
623    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
624    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
625    -e 's:$: $lt_compiler_flag:'`
626    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
627    (eval "$lt_compile" 2>conftest.err)
628    ac_status=$?
629    cat conftest.err >&AS_MESSAGE_LOG_FD
630    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
631    if (exit $ac_status) && test -s "$ac_outfile"; then
632      # The compiler can only warn and ignore the option if not recognized
633      # So say no if there are warnings other than the usual output.
634      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
635      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
636      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
637        $2=yes
638      fi
639    fi
640    $rm conftest*
643 if test x"[$]$2" = xyes; then
644     ifelse([$5], , :, [$5])
645 else
646     ifelse([$6], , :, [$6])
649 m4trace:/usr/share/aclocal/libtool.m4:753: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
650 AC_CACHE_CHECK([$1], [$2],
651   [$2=no
652    save_LDFLAGS="$LDFLAGS"
653    LDFLAGS="$LDFLAGS $3"
654    echo "$lt_simple_link_test_code" > conftest.$ac_ext
655    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
656      # The linker can only warn and ignore the option if not recognized
657      # So say no if there are warnings
658      if test -s conftest.err; then
659        # Append any errors to the config.log.
660        cat conftest.err 1>&AS_MESSAGE_LOG_FD
661        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
662        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
663        if diff conftest.exp conftest.er2 >/dev/null; then
664          $2=yes
665        fi
666      else
667        $2=yes
668      fi
669    fi
670    $rm -r conftest*
671    LDFLAGS="$save_LDFLAGS"
674 if test x"[$]$2" = xyes; then
675     ifelse([$4], , :, [$4])
676 else
677     ifelse([$5], , :, [$5])
680 m4trace:/usr/share/aclocal/libtool.m4:789: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
681 AC_MSG_CHECKING([the maximum length of command line arguments])
682 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
683   i=0
684   teststring="ABCD"
686   case $build_os in
687   msdosdjgpp*)
688     # On DJGPP, this test can blow up pretty badly due to problems in libc
689     # (any single argument exceeding 2000 bytes causes a buffer overrun
690     # during glob expansion).  Even if it were fixed, the result of this
691     # check would be larger than it should be.
692     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
693     ;;
695   gnu*)
696     # Under GNU Hurd, this test is not required because there is
697     # no limit to the length of command line arguments.
698     # Libtool will interpret -1 as no limit whatsoever
699     lt_cv_sys_max_cmd_len=-1;
700     ;;
702   cygwin* | mingw*)
703     # On Win9x/ME, this test blows up -- it succeeds, but takes
704     # about 5 minutes as the teststring grows exponentially.
705     # Worse, since 9x/ME are not pre-emptively multitasking,
706     # you end up with a "frozen" computer, even though with patience
707     # the test eventually succeeds (with a max line length of 256k).
708     # Instead, let's just punt: use the minimum linelength reported by
709     # all of the supported platforms: 8192 (on NT/2K/XP).
710     lt_cv_sys_max_cmd_len=8192;
711     ;;
713   amigaos*)
714     # On AmigaOS with pdksh, this test takes hours, literally.
715     # So we just punt and use a minimum line length of 8192.
716     lt_cv_sys_max_cmd_len=8192;
717     ;;
719   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
720     # This has been around since 386BSD, at least.  Likely further.
721     if test -x /sbin/sysctl; then
722       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
723     elif test -x /usr/sbin/sysctl; then
724       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
725     else
726       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
727     fi
728     # And add a safety zone
729     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
730     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
731     ;;
733   interix*)
734     # We know the value 262144 and hardcode it with a safety zone (like BSD)
735     lt_cv_sys_max_cmd_len=196608
736     ;;
738   osf*)
739     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
740     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
741     # nice to cause kernel panics so lets avoid the loop below.
742     # First set a reasonable default.
743     lt_cv_sys_max_cmd_len=16384
744     #
745     if test -x /sbin/sysconfig; then
746       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
747         *1*) lt_cv_sys_max_cmd_len=-1 ;;
748       esac
749     fi
750     ;;
751   sco3.2v5*)
752     lt_cv_sys_max_cmd_len=102400
753     ;;
754   sysv5* | sco5v6* | sysv4.2uw2*)
755     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
756     if test -n "$kargmax"; then
757       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
758     else
759       lt_cv_sys_max_cmd_len=32768
760     fi
761     ;;
762   *)
763     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
764     if test -n "$lt_cv_sys_max_cmd_len"; then
765       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
766       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
767     else
768       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
769       while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
770                = "XX$teststring") >/dev/null 2>&1 &&
771               new_result=`expr "X$teststring" : ".*" 2>&1` &&
772               lt_cv_sys_max_cmd_len=$new_result &&
773               test $i != 17 # 1/2 MB should be enough
774       do
775         i=`expr $i + 1`
776         teststring=$teststring$teststring
777       done
778       teststring=
779       # Add a significant safety factor because C++ compilers can tack on massive
780       # amounts of additional arguments before passing them to the linker.
781       # It appears as though 1/2 is a usable value.
782       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
783     fi
784     ;;
785   esac
787 if test -n $lt_cv_sys_max_cmd_len ; then
788   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
789 else
790   AC_MSG_RESULT(none)
793 m4trace:/usr/share/aclocal/libtool.m4:907: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
795 m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
796 if test "$cross_compiling" = yes; then :
797   [$4]
798 else
799   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
800   lt_status=$lt_dlunknown
801   cat > conftest.$ac_ext <<EOF
802 [#line __oline__ "configure"
803 #include "confdefs.h"
805 #if HAVE_DLFCN_H
806 #include <dlfcn.h>
807 #endif
809 #include <stdio.h>
811 #ifdef RTLD_GLOBAL
812 #  define LT_DLGLOBAL           RTLD_GLOBAL
813 #else
814 #  ifdef DL_GLOBAL
815 #    define LT_DLGLOBAL         DL_GLOBAL
816 #  else
817 #    define LT_DLGLOBAL         0
818 #  endif
819 #endif
821 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
822    find out it does not work in some platform. */
823 #ifndef LT_DLLAZY_OR_NOW
824 #  ifdef RTLD_LAZY
825 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
826 #  else
827 #    ifdef DL_LAZY
828 #      define LT_DLLAZY_OR_NOW          DL_LAZY
829 #    else
830 #      ifdef RTLD_NOW
831 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
832 #      else
833 #        ifdef DL_NOW
834 #          define LT_DLLAZY_OR_NOW      DL_NOW
835 #        else
836 #          define LT_DLLAZY_OR_NOW      0
837 #        endif
838 #      endif
839 #    endif
840 #  endif
841 #endif
843 #ifdef __cplusplus
844 extern "C" void exit (int);
845 #endif
847 void fnord() { int i=42;}
848 int main ()
850   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
851   int status = $lt_dlunknown;
853   if (self)
854     {
855       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
856       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
857       /* dlclose (self); */
858     }
859   else
860     puts (dlerror ());
862     exit (status);
865   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
866     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
867     lt_status=$?
868     case x$lt_status in
869       x$lt_dlno_uscore) $1 ;;
870       x$lt_dlneed_uscore) $2 ;;
871       x$lt_dlunknown|x*) $3 ;;
872     esac
873   else :
874     # compilation failed
875     $3
876   fi
878 rm -fr conftest*
880 m4trace:/usr/share/aclocal/libtool.m4:1005: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
881 if test "x$enable_dlopen" != xyes; then
882   enable_dlopen=unknown
883   enable_dlopen_self=unknown
884   enable_dlopen_self_static=unknown
885 else
886   lt_cv_dlopen=no
887   lt_cv_dlopen_libs=
889   case $host_os in
890   beos*)
891     lt_cv_dlopen="load_add_on"
892     lt_cv_dlopen_libs=
893     lt_cv_dlopen_self=yes
894     ;;
896   mingw* | pw32*)
897     lt_cv_dlopen="LoadLibrary"
898     lt_cv_dlopen_libs=
899    ;;
901   cygwin*)
902     lt_cv_dlopen="dlopen"
903     lt_cv_dlopen_libs=
904    ;;
906   darwin*)
907   # if libdl is installed we need to link against it
908     AC_CHECK_LIB([dl], [dlopen],
909                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
910     lt_cv_dlopen="dyld"
911     lt_cv_dlopen_libs=
912     lt_cv_dlopen_self=yes
913     ])
914    ;;
916   *)
917     AC_CHECK_FUNC([shl_load],
918           [lt_cv_dlopen="shl_load"],
919       [AC_CHECK_LIB([dld], [shl_load],
920             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
921         [AC_CHECK_FUNC([dlopen],
922               [lt_cv_dlopen="dlopen"],
923           [AC_CHECK_LIB([dl], [dlopen],
924                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
925             [AC_CHECK_LIB([svld], [dlopen],
926                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
927               [AC_CHECK_LIB([dld], [dld_link],
928                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
929               ])
930             ])
931           ])
932         ])
933       ])
934     ;;
935   esac
937   if test "x$lt_cv_dlopen" != xno; then
938     enable_dlopen=yes
939   else
940     enable_dlopen=no
941   fi
943   case $lt_cv_dlopen in
944   dlopen)
945     save_CPPFLAGS="$CPPFLAGS"
946     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
948     save_LDFLAGS="$LDFLAGS"
949     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
951     save_LIBS="$LIBS"
952     LIBS="$lt_cv_dlopen_libs $LIBS"
954     AC_CACHE_CHECK([whether a program can dlopen itself],
955           lt_cv_dlopen_self, [dnl
956           _LT_AC_TRY_DLOPEN_SELF(
957             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
958             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
959     ])
961     if test "x$lt_cv_dlopen_self" = xyes; then
962       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
963       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
964           lt_cv_dlopen_self_static, [dnl
965           _LT_AC_TRY_DLOPEN_SELF(
966             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
967             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
968       ])
969     fi
971     CPPFLAGS="$save_CPPFLAGS"
972     LDFLAGS="$save_LDFLAGS"
973     LIBS="$save_LIBS"
974     ;;
975   esac
977   case $lt_cv_dlopen_self in
978   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
979   *) enable_dlopen_self=unknown ;;
980   esac
982   case $lt_cv_dlopen_self_static in
983   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
984   *) enable_dlopen_self_static=unknown ;;
985   esac
988 m4trace:/usr/share/aclocal/libtool.m4:1119: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
989 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
990 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
991   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
992   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
993    $rm -r conftest 2>/dev/null
994    mkdir conftest
995    cd conftest
996    mkdir out
997    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
999    lt_compiler_flag="-o out/conftest2.$ac_objext"
1000    # Insert the option either (1) after the last *FLAGS variable, or
1001    # (2) before a word containing "conftest.", or (3) at the end.
1002    # Note that $ac_compile itself does not contain backslashes and begins
1003    # with a dollar sign (not a hyphen), so the echo should work correctly.
1004    lt_compile=`echo "$ac_compile" | $SED \
1005    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1006    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1007    -e 's:$: $lt_compiler_flag:'`
1008    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1009    (eval "$lt_compile" 2>out/conftest.err)
1010    ac_status=$?
1011    cat out/conftest.err >&AS_MESSAGE_LOG_FD
1012    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1013    if (exit $ac_status) && test -s out/conftest2.$ac_objext
1014    then
1015      # The compiler can only warn and ignore the option if not recognized
1016      # So say no if there are warnings
1017      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1018      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1019      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1020        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1021      fi
1022    fi
1023    chmod u+w . 2>&AS_MESSAGE_LOG_FD
1024    $rm conftest*
1025    # SGI C++ compiler will create directory out/ii_files/ for
1026    # template instantiation
1027    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1028    $rm out/* && rmdir out
1029    cd ..
1030    rmdir conftest
1031    $rm conftest*
1034 m4trace:/usr/share/aclocal/libtool.m4:1171: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
1036 hard_links="nottested"
1037 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1038   # do not overwrite the value of need_locks provided by the user
1039   AC_MSG_CHECKING([if we can lock with hard links])
1040   hard_links=yes
1041   $rm conftest*
1042   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1043   touch conftest.a
1044   ln conftest.a conftest.b 2>&5 || hard_links=no
1045   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1046   AC_MSG_RESULT([$hard_links])
1047   if test "$hard_links" = no; then
1048     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1049     need_locks=warn
1050   fi
1051 else
1052   need_locks=no
1055 m4trace:/usr/share/aclocal/libtool.m4:1197: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1056 [rm -f .libs 2>/dev/null
1057 mkdir .libs 2>/dev/null
1058 if test -d .libs; then
1059   lt_cv_objdir=.libs
1060 else
1061   # MS-DOS does not allow filenames that begin with a dot.
1062   lt_cv_objdir=_libs
1064 rmdir .libs 2>/dev/null])
1065 objdir=$lt_cv_objdir
1067 m4trace:/usr/share/aclocal/libtool.m4:1215: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
1068 _LT_AC_TAGVAR(hardcode_action, $1)=
1069 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1070    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1071    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1073   # We can hardcode non-existant directories.
1074   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1075      # If the only mechanism to avoid hardcoding is shlibpath_var, we
1076      # have to relink, otherwise we might link with an installed library
1077      # when we should be linking with a yet-to-be-installed one
1078      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1079      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1080     # Linking always hardcodes the temporary library directory.
1081     _LT_AC_TAGVAR(hardcode_action, $1)=relink
1082   else
1083     # We can link without hardcoding, and we can hardcode nonexisting dirs.
1084     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1085   fi
1086 else
1087   # We cannot hardcode anything, or else we can only hardcode existing
1088   # directories.
1089   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1091 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1093 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1094   # Fast installation is not supported
1095   enable_fast_install=no
1096 elif test "$shlibpath_overrides_runpath" = yes ||
1097      test "$enable_shared" = no; then
1098   # Fast installation is not necessary
1099   enable_fast_install=needless
1102 m4trace:/usr/share/aclocal/libtool.m4:1255: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1103 old_striplib=
1104 AC_MSG_CHECKING([whether stripping libraries is possible])
1105 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1106   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1107   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1108   AC_MSG_RESULT([yes])
1109 else
1110 # FIXME - insert some real tests, host_os isn't really good enough
1111   case $host_os in
1112    darwin*)
1113        if test -n "$STRIP" ; then
1114          striplib="$STRIP -x"
1115          old_striplib="$STRIP -S"
1116          AC_MSG_RESULT([yes])
1117        else
1118   AC_MSG_RESULT([no])
1120        ;;
1121    *)
1122   AC_MSG_RESULT([no])
1123     ;;
1124   esac
1127 m4trace:/usr/share/aclocal/libtool.m4:1286: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1128 AC_MSG_CHECKING([dynamic linker characteristics])
1129 library_names_spec=
1130 libname_spec='lib$name'
1131 soname_spec=
1132 shrext_cmds=".so"
1133 postinstall_cmds=
1134 postuninstall_cmds=
1135 finish_cmds=
1136 finish_eval=
1137 shlibpath_var=
1138 shlibpath_overrides_runpath=unknown
1139 version_type=none
1140 dynamic_linker="$host_os ld.so"
1141 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1142 m4_if($1,[],[
1143 if test "$GCC" = yes; then
1144   case $host_os in
1145     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1146     *) lt_awk_arg="/^libraries:/" ;;
1147   esac
1148   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1149   if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1150     # if the path contains ";" then we assume it to be the separator
1151     # otherwise default to the standard path separator (i.e. ":") - it is
1152     # assumed that no part of a normal pathname contains ";" but that should
1153     # okay in the real world where ";" in dirpaths is itself problematic.
1154     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1155   else
1156     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1157   fi
1158   # Ok, now we have the path, separated by spaces, we can step through it
1159   # and add multilib dir if necessary.
1160   lt_tmp_lt_search_path_spec=
1161   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1162   for lt_sys_path in $lt_search_path_spec; do
1163     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1164       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1165     else
1166       test -d "$lt_sys_path" && \
1167         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1168     fi
1169   done
1170   lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1171 BEGIN {RS=" "; FS="/|\n";} {
1172   lt_foo="";
1173   lt_count=0;
1174   for (lt_i = NF; lt_i > 0; lt_i--) {
1175     if ($lt_i != "" && $lt_i != ".") {
1176       if ($lt_i == "..") {
1177         lt_count++;
1178       } else {
1179         if (lt_count == 0) {
1180           lt_foo="/" $lt_i lt_foo;
1181         } else {
1182           lt_count--;
1183         }
1184       }
1185     }
1186   }
1187   if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1188   if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1190   sys_lib_search_path_spec=`echo $lt_search_path_spec`
1191 else
1192   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1193 fi])
1194 need_lib_prefix=unknown
1195 hardcode_into_libs=no
1197 # when you set need_version to no, make sure it does not cause -set_version
1198 # flags to be left without arguments
1199 need_version=unknown
1201 case $host_os in
1202 aix3*)
1203   version_type=linux
1204   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1205   shlibpath_var=LIBPATH
1207   # AIX 3 has no versioning support, so we append a major version to the name.
1208   soname_spec='${libname}${release}${shared_ext}$major'
1209   ;;
1211 aix[[4-9]]*)
1212   version_type=linux
1213   need_lib_prefix=no
1214   need_version=no
1215   hardcode_into_libs=yes
1216   if test "$host_cpu" = ia64; then
1217     # AIX 5 supports IA64
1218     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1219     shlibpath_var=LD_LIBRARY_PATH
1220   else
1221     # With GCC up to 2.95.x, collect2 would create an import file
1222     # for dependence libraries.  The import file would start with
1223     # the line `#! .'.  This would cause the generated library to
1224     # depend on `.', always an invalid library.  This was fixed in
1225     # development snapshots of GCC prior to 3.0.
1226     case $host_os in
1227       aix4 | aix4.[[01]] | aix4.[[01]].*)
1228       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1229            echo ' yes '
1230            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1231         :
1232       else
1233         can_build_shared=no
1234       fi
1235       ;;
1236     esac
1237     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1238     # soname into executable. Probably we can add versioning support to
1239     # collect2, so additional links can be useful in future.
1240     if test "$aix_use_runtimelinking" = yes; then
1241       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1242       # instead of lib<name>.a to let people know that these are not
1243       # typical AIX shared libraries.
1244       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1245     else
1246       # We preserve .a as extension for shared libraries through AIX4.2
1247       # and later when we are not doing run time linking.
1248       library_names_spec='${libname}${release}.a $libname.a'
1249       soname_spec='${libname}${release}${shared_ext}$major'
1250     fi
1251     shlibpath_var=LIBPATH
1252   fi
1253   ;;
1255 amigaos*)
1256   library_names_spec='$libname.ixlibrary $libname.a'
1257   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1258   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'
1259   ;;
1261 beos*)
1262   library_names_spec='${libname}${shared_ext}'
1263   dynamic_linker="$host_os ld.so"
1264   shlibpath_var=LIBRARY_PATH
1265   ;;
1267 bsdi[[45]]*)
1268   version_type=linux
1269   need_version=no
1270   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1271   soname_spec='${libname}${release}${shared_ext}$major'
1272   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1273   shlibpath_var=LD_LIBRARY_PATH
1274   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1275   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1276   # the default ld.so.conf also contains /usr/contrib/lib and
1277   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1278   # libtool to hard-code these into programs
1279   ;;
1281 cygwin* | mingw* | pw32*)
1282   version_type=windows
1283   shrext_cmds=".dll"
1284   need_version=no
1285   need_lib_prefix=no
1287   case $GCC,$host_os in
1288   yes,cygwin* | yes,mingw* | yes,pw32*)
1289     library_names_spec='$libname.dll.a'
1290     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1291     postinstall_cmds='base_file=`basename \${file}`~
1292       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1293       dldir=$destdir/`dirname \$dlpath`~
1294       test -d \$dldir || mkdir -p \$dldir~
1295       $install_prog $dir/$dlname \$dldir/$dlname~
1296       chmod a+x \$dldir/$dlname'
1297     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1298       dlpath=$dir/\$dldll~
1299        $rm \$dlpath'
1300     shlibpath_overrides_runpath=yes
1302     case $host_os in
1303     cygwin*)
1304       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1305       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1306       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1307       ;;
1308     mingw*)
1309       # MinGW DLLs use traditional 'lib' prefix
1310       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1311       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1312       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1313         # It is most probably a Windows format PATH printed by
1314         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1315         # path with ; separators, and with drive letters. We can handle the
1316         # drive letters (cygwin fileutils understands them), so leave them,
1317         # especially as we might pass files found there to a mingw objdump,
1318         # which wouldn't understand a cygwinified path. Ahh.
1319         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1320       else
1321         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1322       fi
1323       ;;
1324     pw32*)
1325       # pw32 DLLs use 'pw' prefix rather than 'lib'
1326       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1327       ;;
1328     esac
1329     ;;
1331   *)
1332     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1333     ;;
1334   esac
1335   dynamic_linker='Win32 ld.exe'
1336   # FIXME: first we should search . and the directory the executable is in
1337   shlibpath_var=PATH
1338   ;;
1340 darwin* | rhapsody*)
1341   dynamic_linker="$host_os dyld"
1342   version_type=darwin
1343   need_lib_prefix=no
1344   need_version=no
1345   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1346   soname_spec='${libname}${release}${major}$shared_ext'
1347   shlibpath_overrides_runpath=yes
1348   shlibpath_var=DYLD_LIBRARY_PATH
1349   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1350   m4_if([$1], [],[
1351   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
1352   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1353   ;;
1355 dgux*)
1356   version_type=linux
1357   need_lib_prefix=no
1358   need_version=no
1359   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1360   soname_spec='${libname}${release}${shared_ext}$major'
1361   shlibpath_var=LD_LIBRARY_PATH
1362   ;;
1364 freebsd1*)
1365   dynamic_linker=no
1366   ;;
1368 freebsd* | dragonfly*)
1369   # DragonFly does not have aout.  When/if they implement a new
1370   # versioning mechanism, adjust this.
1371   if test -x /usr/bin/objformat; then
1372     objformat=`/usr/bin/objformat`
1373   else
1374     case $host_os in
1375     freebsd[[123]]*) objformat=aout ;;
1376     *) objformat=elf ;;
1377     esac
1378   fi
1379   version_type=freebsd-$objformat
1380   case $version_type in
1381     freebsd-elf*)
1382       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1383       need_version=no
1384       need_lib_prefix=no
1385       ;;
1386     freebsd-*)
1387       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1388       need_version=yes
1389       ;;
1390   esac
1391   shlibpath_var=LD_LIBRARY_PATH
1392   case $host_os in
1393   freebsd2*)
1394     shlibpath_overrides_runpath=yes
1395     ;;
1396   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1397     shlibpath_overrides_runpath=yes
1398     hardcode_into_libs=yes
1399     ;;
1400   freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1401   freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1402     shlibpath_overrides_runpath=no
1403     hardcode_into_libs=yes
1404     ;;
1405   *) # from 4.6 on, and DragonFly
1406     shlibpath_overrides_runpath=yes
1407     hardcode_into_libs=yes
1408     ;;
1409   esac
1410   ;;
1412 gnu*)
1413   version_type=linux
1414   need_lib_prefix=no
1415   need_version=no
1416   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1417   soname_spec='${libname}${release}${shared_ext}$major'
1418   shlibpath_var=LD_LIBRARY_PATH
1419   hardcode_into_libs=yes
1420   ;;
1422 hpux9* | hpux10* | hpux11*)
1423   # Give a soname corresponding to the major version so that dld.sl refuses to
1424   # link against other versions.
1425   version_type=sunos
1426   need_lib_prefix=no
1427   need_version=no
1428   case $host_cpu in
1429   ia64*)
1430     shrext_cmds='.so'
1431     hardcode_into_libs=yes
1432     dynamic_linker="$host_os dld.so"
1433     shlibpath_var=LD_LIBRARY_PATH
1434     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1435     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1436     soname_spec='${libname}${release}${shared_ext}$major'
1437     if test "X$HPUX_IA64_MODE" = X32; then
1438       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1439     else
1440       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1441     fi
1442     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1443     ;;
1444    hppa*64*)
1445      shrext_cmds='.sl'
1446      hardcode_into_libs=yes
1447      dynamic_linker="$host_os dld.sl"
1448      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1449      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1450      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1451      soname_spec='${libname}${release}${shared_ext}$major'
1452      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1453      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1454      ;;
1455    *)
1456     shrext_cmds='.sl'
1457     dynamic_linker="$host_os dld.sl"
1458     shlibpath_var=SHLIB_PATH
1459     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1460     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1461     soname_spec='${libname}${release}${shared_ext}$major'
1462     ;;
1463   esac
1464   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1465   postinstall_cmds='chmod 555 $lib'
1466   ;;
1468 interix[[3-9]]*)
1469   version_type=linux
1470   need_lib_prefix=no
1471   need_version=no
1472   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1473   soname_spec='${libname}${release}${shared_ext}$major'
1474   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1475   shlibpath_var=LD_LIBRARY_PATH
1476   shlibpath_overrides_runpath=no
1477   hardcode_into_libs=yes
1478   ;;
1480 irix5* | irix6* | nonstopux*)
1481   case $host_os in
1482     nonstopux*) version_type=nonstopux ;;
1483     *)
1484         if test "$lt_cv_prog_gnu_ld" = yes; then
1485                 version_type=linux
1486         else
1487                 version_type=irix
1488         fi ;;
1489   esac
1490   need_lib_prefix=no
1491   need_version=no
1492   soname_spec='${libname}${release}${shared_ext}$major'
1493   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1494   case $host_os in
1495   irix5* | nonstopux*)
1496     libsuff= shlibsuff=
1497     ;;
1498   *)
1499     case $LD in # libtool.m4 will add one of these switches to LD
1500     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1501       libsuff= shlibsuff= libmagic=32-bit;;
1502     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1503       libsuff=32 shlibsuff=N32 libmagic=N32;;
1504     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1505       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1506     *) libsuff= shlibsuff= libmagic=never-match;;
1507     esac
1508     ;;
1509   esac
1510   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1511   shlibpath_overrides_runpath=no
1512   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1513   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1514   hardcode_into_libs=yes
1515   ;;
1517 # No shared lib support for Linux oldld, aout, or coff.
1518 linux*oldld* | linux*aout* | linux*coff*)
1519   dynamic_linker=no
1520   ;;
1522 # This must be Linux ELF.
1523 linux* | k*bsd*-gnu)
1524   version_type=linux
1525   need_lib_prefix=no
1526   need_version=no
1527   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1528   soname_spec='${libname}${release}${shared_ext}$major'
1529   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1530   shlibpath_var=LD_LIBRARY_PATH
1531   shlibpath_overrides_runpath=no
1532   # This implies no fast_install, which is unacceptable.
1533   # Some rework will be needed to allow for fast_install
1534   # before this can be enabled.
1535   hardcode_into_libs=yes
1537   # Append ld.so.conf contents to the search path
1538   if test -f /etc/ld.so.conf; then
1539     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' ' '`
1540     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1541   fi
1543   # We used to test for /lib/ld.so.1 and disable shared libraries on
1544   # powerpc, because MkLinux only supported shared libraries with the
1545   # GNU dynamic linker.  Since this was broken with cross compilers,
1546   # most powerpc-linux boxes support dynamic linking these days and
1547   # people can always --disable-shared, the test was removed, and we
1548   # assume the GNU/Linux dynamic linker is in use.
1549   dynamic_linker='GNU/Linux ld.so'
1550   ;;
1552 netbsdelf*-gnu)
1553   version_type=linux
1554   need_lib_prefix=no
1555   need_version=no
1556   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1557   soname_spec='${libname}${release}${shared_ext}$major'
1558   shlibpath_var=LD_LIBRARY_PATH
1559   shlibpath_overrides_runpath=no
1560   hardcode_into_libs=yes
1561   dynamic_linker='NetBSD ld.elf_so'
1562   ;;
1564 netbsd*)
1565   version_type=sunos
1566   need_lib_prefix=no
1567   need_version=no
1568   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1569     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1570     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1571     dynamic_linker='NetBSD (a.out) ld.so'
1572   else
1573     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1574     soname_spec='${libname}${release}${shared_ext}$major'
1575     dynamic_linker='NetBSD ld.elf_so'
1576   fi
1577   shlibpath_var=LD_LIBRARY_PATH
1578   shlibpath_overrides_runpath=yes
1579   hardcode_into_libs=yes
1580   ;;
1582 newsos6)
1583   version_type=linux
1584   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1585   shlibpath_var=LD_LIBRARY_PATH
1586   shlibpath_overrides_runpath=yes
1587   ;;
1589 nto-qnx*)
1590   version_type=linux
1591   need_lib_prefix=no
1592   need_version=no
1593   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1594   soname_spec='${libname}${release}${shared_ext}$major'
1595   shlibpath_var=LD_LIBRARY_PATH
1596   shlibpath_overrides_runpath=yes
1597   ;;
1599 openbsd*)
1600   version_type=sunos
1601   sys_lib_dlsearch_path_spec="/usr/lib"
1602   need_lib_prefix=no
1603   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1604   case $host_os in
1605     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1606     *)                         need_version=no  ;;
1607   esac
1608   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1609   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1610   shlibpath_var=LD_LIBRARY_PATH
1611   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1612     case $host_os in
1613       openbsd2.[[89]] | openbsd2.[[89]].*)
1614         shlibpath_overrides_runpath=no
1615         ;;
1616       *)
1617         shlibpath_overrides_runpath=yes
1618         ;;
1619       esac
1620   else
1621     shlibpath_overrides_runpath=yes
1622   fi
1623   ;;
1625 os2*)
1626   libname_spec='$name'
1627   shrext_cmds=".dll"
1628   need_lib_prefix=no
1629   library_names_spec='$libname${shared_ext} $libname.a'
1630   dynamic_linker='OS/2 ld.exe'
1631   shlibpath_var=LIBPATH
1632   ;;
1634 osf3* | osf4* | osf5*)
1635   version_type=osf
1636   need_lib_prefix=no
1637   need_version=no
1638   soname_spec='${libname}${release}${shared_ext}$major'
1639   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1640   shlibpath_var=LD_LIBRARY_PATH
1641   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1642   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1643   ;;
1645 rdos*)
1646   dynamic_linker=no
1647   ;;
1649 solaris*)
1650   version_type=linux
1651   need_lib_prefix=no
1652   need_version=no
1653   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1654   soname_spec='${libname}${release}${shared_ext}$major'
1655   shlibpath_var=LD_LIBRARY_PATH
1656   shlibpath_overrides_runpath=yes
1657   hardcode_into_libs=yes
1658   # ldd complains unless libraries are executable
1659   postinstall_cmds='chmod +x $lib'
1660   ;;
1662 sunos4*)
1663   version_type=sunos
1664   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1665   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1666   shlibpath_var=LD_LIBRARY_PATH
1667   shlibpath_overrides_runpath=yes
1668   if test "$with_gnu_ld" = yes; then
1669     need_lib_prefix=no
1670   fi
1671   need_version=yes
1672   ;;
1674 sysv4 | sysv4.3*)
1675   version_type=linux
1676   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1677   soname_spec='${libname}${release}${shared_ext}$major'
1678   shlibpath_var=LD_LIBRARY_PATH
1679   case $host_vendor in
1680     sni)
1681       shlibpath_overrides_runpath=no
1682       need_lib_prefix=no
1683       export_dynamic_flag_spec='${wl}-Blargedynsym'
1684       runpath_var=LD_RUN_PATH
1685       ;;
1686     siemens)
1687       need_lib_prefix=no
1688       ;;
1689     motorola)
1690       need_lib_prefix=no
1691       need_version=no
1692       shlibpath_overrides_runpath=no
1693       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1694       ;;
1695   esac
1696   ;;
1698 sysv4*MP*)
1699   if test -d /usr/nec ;then
1700     version_type=linux
1701     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1702     soname_spec='$libname${shared_ext}.$major'
1703     shlibpath_var=LD_LIBRARY_PATH
1704   fi
1705   ;;
1707 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1708   version_type=freebsd-elf
1709   need_lib_prefix=no
1710   need_version=no
1711   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1712   soname_spec='${libname}${release}${shared_ext}$major'
1713   shlibpath_var=LD_LIBRARY_PATH
1714   hardcode_into_libs=yes
1715   if test "$with_gnu_ld" = yes; then
1716     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1717     shlibpath_overrides_runpath=no
1718   else
1719     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1720     shlibpath_overrides_runpath=yes
1721     case $host_os in
1722       sco3.2v5*)
1723         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1724         ;;
1725     esac
1726   fi
1727   sys_lib_dlsearch_path_spec='/usr/lib'
1728   ;;
1730 uts4*)
1731   version_type=linux
1732   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1733   soname_spec='${libname}${release}${shared_ext}$major'
1734   shlibpath_var=LD_LIBRARY_PATH
1735   ;;
1738   dynamic_linker=no
1739   ;;
1740 esac
1741 AC_MSG_RESULT([$dynamic_linker])
1742 test "$dynamic_linker" = no && can_build_shared=no
1744 AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1745 [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1746 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1747 AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1748 [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1749 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
1751 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1752 if test "$GCC" = yes; then
1753   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1756 m4trace:/usr/share/aclocal/libtool.m4:1920: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1757 AC_ARG_WITH([tags],
1758     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1759         [include additional configurations @<:@automatic@:>@])],
1760     [tagnames="$withval"])
1762 if test -f "$ltmain" && test -n "$tagnames"; then
1763   if test ! -f "${ofile}"; then
1764     AC_MSG_WARN([output file `$ofile' does not exist])
1765   fi
1767   if test -z "$LTCC"; then
1768     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1769     if test -z "$LTCC"; then
1770       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1771     else
1772       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1773     fi
1774   fi
1775   if test -z "$LTCFLAGS"; then
1776     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1777   fi
1779   # Extract list of available tagged configurations in $ofile.
1780   # Note that this assumes the entire list is on one line.
1781   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1783   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1784   for tagname in $tagnames; do
1785     IFS="$lt_save_ifs"
1786     # Check whether tagname contains only valid characters
1787     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1788     "") ;;
1789     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1790         ;;
1791     esac
1793     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1794     then
1795       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1796     fi
1798     # Update the list of available tags.
1799     if test -n "$tagname"; then
1800       echo appending configuration tag \"$tagname\" to $ofile
1802       case $tagname in
1803       CXX)
1804         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1805             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1806             (test "X$CXX" != "Xg++"))) ; then
1807           AC_LIBTOOL_LANG_CXX_CONFIG
1808         else
1809           tagname=""
1810         fi
1811         ;;
1813       F77)
1814         if test -n "$F77" && test "X$F77" != "Xno"; then
1815           AC_LIBTOOL_LANG_F77_CONFIG
1816         else
1817           tagname=""
1818         fi
1819         ;;
1821       GCJ)
1822         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1823           AC_LIBTOOL_LANG_GCJ_CONFIG
1824         else
1825           tagname=""
1826         fi
1827         ;;
1829       RC)
1830         AC_LIBTOOL_LANG_RC_CONFIG
1831         ;;
1833       *)
1834         AC_MSG_ERROR([Unsupported tag name: $tagname])
1835         ;;
1836       esac
1838       # Append the new tag name to the list of available tags.
1839       if test -n "$tagname" ; then
1840       available_tags="$available_tags $tagname"
1841     fi
1842     fi
1843   done
1844   IFS="$lt_save_ifs"
1846   # Now substitute the updated list of available tags.
1847   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1848     mv "${ofile}T" "$ofile"
1849     chmod +x "$ofile"
1850   else
1851     rm -f "${ofile}T"
1852     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1853   fi
1856 m4trace:/usr/share/aclocal/libtool.m4:2026: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1858 m4trace:/usr/share/aclocal/libtool.m4:2034: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1860 m4trace:/usr/share/aclocal/libtool.m4:2043: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1861 AC_ARG_ENABLE([shared],
1862     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1863         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1864     [p=${PACKAGE-default}
1865     case $enableval in
1866     yes) enable_shared=yes ;;
1867     no) enable_shared=no ;;
1868     *)
1869       enable_shared=no
1870       # Look at the argument we got.  We use all the common list separators.
1871       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1872       for pkg in $enableval; do
1873         IFS="$lt_save_ifs"
1874         if test "X$pkg" = "X$p"; then
1875           enable_shared=yes
1876         fi
1877       done
1878       IFS="$lt_save_ifs"
1879       ;;
1880     esac],
1881     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1883 m4trace:/usr/share/aclocal/libtool.m4:2072: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1884 AC_ENABLE_SHARED(no)
1886 m4trace:/usr/share/aclocal/libtool.m4:2082: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1887 AC_ARG_ENABLE([static],
1888     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1889         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1890     [p=${PACKAGE-default}
1891     case $enableval in
1892     yes) enable_static=yes ;;
1893     no) enable_static=no ;;
1894     *)
1895      enable_static=no
1896       # Look at the argument we got.  We use all the common list separators.
1897       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1898       for pkg in $enableval; do
1899         IFS="$lt_save_ifs"
1900         if test "X$pkg" = "X$p"; then
1901           enable_static=yes
1902         fi
1903       done
1904       IFS="$lt_save_ifs"
1905       ;;
1906     esac],
1907     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1909 m4trace:/usr/share/aclocal/libtool.m4:2111: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1910 AC_ENABLE_STATIC(no)
1912 m4trace:/usr/share/aclocal/libtool.m4:2121: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1913 AC_ARG_ENABLE([fast-install],
1914     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1915     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1916     [p=${PACKAGE-default}
1917     case $enableval in
1918     yes) enable_fast_install=yes ;;
1919     no) enable_fast_install=no ;;
1920     *)
1921       enable_fast_install=no
1922       # Look at the argument we got.  We use all the common list separators.
1923       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1924       for pkg in $enableval; do
1925         IFS="$lt_save_ifs"
1926         if test "X$pkg" = "X$p"; then
1927           enable_fast_install=yes
1928         fi
1929       done
1930       IFS="$lt_save_ifs"
1931       ;;
1932     esac],
1933     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1935 m4trace:/usr/share/aclocal/libtool.m4:2150: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1936 AC_ENABLE_FAST_INSTALL(no)
1938 m4trace:/usr/share/aclocal/libtool.m4:2160: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1939 pic_mode=ifelse($#,1,$1,default)
1941 m4trace:/usr/share/aclocal/libtool.m4:2184: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1942 AC_MSG_CHECKING([for $1])
1943 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1944 [case $MAGIC_CMD in
1945 [[\\/*] |  ?:[\\/]*])
1946   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1947   ;;
1949   lt_save_MAGIC_CMD="$MAGIC_CMD"
1950   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1951 dnl $ac_dummy forces splitting on constant user-supplied paths.
1952 dnl POSIX.2 word splitting is done only on the output of word expansions,
1953 dnl not every word.  This closes a longstanding sh security hole.
1954   ac_dummy="ifelse([$2], , $PATH, [$2])"
1955   for ac_dir in $ac_dummy; do
1956     IFS="$lt_save_ifs"
1957     test -z "$ac_dir" && ac_dir=.
1958     if test -f $ac_dir/$1; then
1959       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1960       if test -n "$file_magic_test_file"; then
1961         case $deplibs_check_method in
1962         "file_magic "*)
1963           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1964           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1965           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1966             $EGREP "$file_magic_regex" > /dev/null; then
1967             :
1968           else
1969             cat <<EOF 1>&2
1971 *** Warning: the command libtool uses to detect shared libraries,
1972 *** $file_magic_cmd, produces output that libtool cannot recognize.
1973 *** The result is that libtool may fail to recognize shared libraries
1974 *** as such.  This will affect the creation of libtool libraries that
1975 *** depend on shared libraries, but programs linked with such libtool
1976 *** libraries will work regardless of this problem.  Nevertheless, you
1977 *** may want to report the problem to your system manager and/or to
1978 *** bug-libtool@gnu.org
1981           fi ;;
1982         esac
1983       fi
1984       break
1985     fi
1986   done
1987   IFS="$lt_save_ifs"
1988   MAGIC_CMD="$lt_save_MAGIC_CMD"
1989   ;;
1990 esac])
1991 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1992 if test -n "$MAGIC_CMD"; then
1993   AC_MSG_RESULT($MAGIC_CMD)
1994 else
1995   AC_MSG_RESULT(no)
1998 m4trace:/usr/share/aclocal/libtool.m4:2247: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1999 if test -z "$lt_cv_path_MAGIC_CMD"; then
2000   if test -n "$ac_tool_prefix"; then
2001     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2002   else
2003     MAGIC_CMD=:
2004   fi
2007 m4trace:/usr/share/aclocal/libtool.m4:2262: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
2008     [AC_HELP_STRING([--with-gnu-ld],
2009         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2010     [test "$withval" = no || with_gnu_ld=yes],
2011     [with_gnu_ld=no])
2012 AC_REQUIRE([LT_AC_PROG_SED])dnl
2013 AC_REQUIRE([AC_PROG_CC])dnl
2014 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2015 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2016 ac_prog=ld
2017 if test "$GCC" = yes; then
2018   # Check if gcc -print-prog-name=ld gives a path.
2019   AC_MSG_CHECKING([for ld used by $CC])
2020   case $host in
2021   *-*-mingw*)
2022     # gcc leaves a trailing carriage return which upsets mingw
2023     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2024   *)
2025     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2026   esac
2027   case $ac_prog in
2028     # Accept absolute paths.
2029     [[\\/]]* | ?:[[\\/]]*)
2030       re_direlt='/[[^/]][[^/]]*/\.\./'
2031       # Canonicalize the pathname of ld
2032       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2033       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2034         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2035       done
2036       test -z "$LD" && LD="$ac_prog"
2037       ;;
2038   "")
2039     # If it fails, then pretend we aren't using GCC.
2040     ac_prog=ld
2041     ;;
2042   *)
2043     # If it is relative, then search for the first ld in PATH.
2044     with_gnu_ld=unknown
2045     ;;
2046   esac
2047 elif test "$with_gnu_ld" = yes; then
2048   AC_MSG_CHECKING([for GNU ld])
2049 else
2050   AC_MSG_CHECKING([for non-GNU ld])
2052 AC_CACHE_VAL(lt_cv_path_LD,
2053 [if test -z "$LD"; then
2054   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2055   for ac_dir in $PATH; do
2056     IFS="$lt_save_ifs"
2057     test -z "$ac_dir" && ac_dir=.
2058     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2059       lt_cv_path_LD="$ac_dir/$ac_prog"
2060       # Check to see if the program is GNU ld.  I'd rather use --version,
2061       # but apparently some variants of GNU ld only accept -v.
2062       # Break only if it was the GNU/non-GNU ld that we prefer.
2063       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2064       *GNU* | *'with BFD'*)
2065         test "$with_gnu_ld" != no && break
2066         ;;
2067       *)
2068         test "$with_gnu_ld" != yes && break
2069         ;;
2070       esac
2071     fi
2072   done
2073   IFS="$lt_save_ifs"
2074 else
2075   lt_cv_path_LD="$LD" # Let the user override the test with a path.
2076 fi])
2077 LD="$lt_cv_path_LD"
2078 if test -n "$LD"; then
2079   AC_MSG_RESULT($LD)
2080 else
2081   AC_MSG_RESULT(no)
2083 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2084 AC_PROG_LD_GNU
2086 m4trace:/usr/share/aclocal/libtool.m4:2346: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
2087 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2088 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2089 case `$LD -v 2>&1 </dev/null` in
2090 *GNU* | *'with BFD'*)
2091   lt_cv_prog_gnu_ld=yes
2092   ;;
2094   lt_cv_prog_gnu_ld=no
2095   ;;
2096 esac])
2097 with_gnu_ld=$lt_cv_prog_gnu_ld
2099 m4trace:/usr/share/aclocal/libtool.m4:2366: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2100   lt_cv_ld_reload_flag,
2101   [lt_cv_ld_reload_flag='-r'])
2102 reload_flag=$lt_cv_ld_reload_flag
2103 case $reload_flag in
2104 "" | " "*) ;;
2105 *) reload_flag=" $reload_flag" ;;
2106 esac
2107 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2108 case $host_os in
2109   darwin*)
2110     if test "$GCC" = yes; then
2111       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2112     else
2113       reload_cmds='$LD$reload_flag -o $output$reload_objs'
2114     fi
2115     ;;
2116 esac
2118 m4trace:/usr/share/aclocal/libtool.m4:2392: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2119 lt_cv_deplibs_check_method,
2120 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2121 lt_cv_file_magic_test_file=
2122 lt_cv_deplibs_check_method='unknown'
2123 # Need to set the preceding variable on all platforms that support
2124 # interlibrary dependencies.
2125 # 'none' -- dependencies not supported.
2126 # `unknown' -- same as none, but documents that we really don't know.
2127 # 'pass_all' -- all dependencies passed with no checks.
2128 # 'test_compile' -- check by making test program.
2129 # 'file_magic [[regex]]' -- check by looking for files in library path
2130 # which responds to the $file_magic_cmd with a given extended regex.
2131 # If you have `file' or equivalent on your system and you're not sure
2132 # whether `pass_all' will *always* work, you probably want this one.
2134 case $host_os in
2135 aix[[4-9]]*)
2136   lt_cv_deplibs_check_method=pass_all
2137   ;;
2139 beos*)
2140   lt_cv_deplibs_check_method=pass_all
2141   ;;
2143 bsdi[[45]]*)
2144   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2145   lt_cv_file_magic_cmd='/usr/bin/file -L'
2146   lt_cv_file_magic_test_file=/shlib/libc.so
2147   ;;
2149 cygwin*)
2150   # func_win32_libid is a shell function defined in ltmain.sh
2151   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2152   lt_cv_file_magic_cmd='func_win32_libid'
2153   ;;
2155 mingw* | pw32*)
2156   # Base MSYS/MinGW do not provide the 'file' command needed by
2157   # func_win32_libid shell function, so use a weaker test based on 'objdump',
2158   # unless we find 'file', for example because we are cross-compiling.
2159   if ( file / ) >/dev/null 2>&1; then
2160     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2161     lt_cv_file_magic_cmd='func_win32_libid'
2162   else
2163     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2164     lt_cv_file_magic_cmd='$OBJDUMP -f'
2165   fi
2166   ;;
2168 darwin* | rhapsody*)
2169   lt_cv_deplibs_check_method=pass_all
2170   ;;
2172 freebsd* | dragonfly*)
2173   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2174     case $host_cpu in
2175     i*86 )
2176       # Not sure whether the presence of OpenBSD here was a mistake.
2177       # Let's accept both of them until this is cleared up.
2178       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2179       lt_cv_file_magic_cmd=/usr/bin/file
2180       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2181       ;;
2182     esac
2183   else
2184     lt_cv_deplibs_check_method=pass_all
2185   fi
2186   ;;
2188 gnu*)
2189   lt_cv_deplibs_check_method=pass_all
2190   ;;
2192 hpux10.20* | hpux11*)
2193   lt_cv_file_magic_cmd=/usr/bin/file
2194   case $host_cpu in
2195   ia64*)
2196     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2197     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2198     ;;
2199   hppa*64*)
2200     [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]']
2201     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2202     ;;
2203   *)
2204     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2205     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2206     ;;
2207   esac
2208   ;;
2210 interix[[3-9]]*)
2211   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2212   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2213   ;;
2215 irix5* | irix6* | nonstopux*)
2216   case $LD in
2217   *-32|*"-32 ") libmagic=32-bit;;
2218   *-n32|*"-n32 ") libmagic=N32;;
2219   *-64|*"-64 ") libmagic=64-bit;;
2220   *) libmagic=never-match;;
2221   esac
2222   lt_cv_deplibs_check_method=pass_all
2223   ;;
2225 # This must be Linux ELF.
2226 linux* | k*bsd*-gnu)
2227   lt_cv_deplibs_check_method=pass_all
2228   ;;
2230 netbsd* | netbsdelf*-gnu)
2231   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2232     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2233   else
2234     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2235   fi
2236   ;;
2238 newos6*)
2239   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2240   lt_cv_file_magic_cmd=/usr/bin/file
2241   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2242   ;;
2244 nto-qnx*)
2245   lt_cv_deplibs_check_method=unknown
2246   ;;
2248 openbsd*)
2249   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2250     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2251   else
2252     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2253   fi
2254   ;;
2256 osf3* | osf4* | osf5*)
2257   lt_cv_deplibs_check_method=pass_all
2258   ;;
2260 rdos*)
2261   lt_cv_deplibs_check_method=pass_all
2262   ;;
2264 solaris*)
2265   lt_cv_deplibs_check_method=pass_all
2266   ;;
2268 sysv4 | sysv4.3*)
2269   case $host_vendor in
2270   motorola)
2271     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]]'
2272     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2273     ;;
2274   ncr)
2275     lt_cv_deplibs_check_method=pass_all
2276     ;;
2277   sequent)
2278     lt_cv_file_magic_cmd='/bin/file'
2279     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2280     ;;
2281   sni)
2282     lt_cv_file_magic_cmd='/bin/file'
2283     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2284     lt_cv_file_magic_test_file=/lib/libc.so
2285     ;;
2286   siemens)
2287     lt_cv_deplibs_check_method=pass_all
2288     ;;
2289   pc)
2290     lt_cv_deplibs_check_method=pass_all
2291     ;;
2292   esac
2293   ;;
2295 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2296   lt_cv_deplibs_check_method=pass_all
2297   ;;
2298 esac
2300 file_magic_cmd=$lt_cv_file_magic_cmd
2301 deplibs_check_method=$lt_cv_deplibs_check_method
2302 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2304 m4trace:/usr/share/aclocal/libtool.m4:2584: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2305 [if test -n "$NM"; then
2306   # Let the user override the test.
2307   lt_cv_path_NM="$NM"
2308 else
2309   lt_nm_to_check="${ac_tool_prefix}nm"
2310   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2311     lt_nm_to_check="$lt_nm_to_check nm"
2312   fi
2313   for lt_tmp_nm in $lt_nm_to_check; do
2314     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2315     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2316       IFS="$lt_save_ifs"
2317       test -z "$ac_dir" && ac_dir=.
2318       tmp_nm="$ac_dir/$lt_tmp_nm"
2319       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2320         # Check to see if the nm accepts a BSD-compat flag.
2321         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2322         #   nm: unknown option "B" ignored
2323         # Tru64's nm complains that /dev/null is an invalid object file
2324         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2325         */dev/null* | *'Invalid file or object type'*)
2326           lt_cv_path_NM="$tmp_nm -B"
2327           break
2328           ;;
2329         *)
2330           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2331           */dev/null*)
2332             lt_cv_path_NM="$tmp_nm -p"
2333             break
2334             ;;
2335           *)
2336             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2337             continue # so that we can try to find one that supports BSD flags
2338             ;;
2339           esac
2340           ;;
2341         esac
2342       fi
2343     done
2344     IFS="$lt_save_ifs"
2345   done
2346   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2347 fi])
2348 NM="$lt_cv_path_NM"
2350 m4trace:/usr/share/aclocal/libtool.m4:2636: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2351 LIBM=
2352 case $host in
2353 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2354   # These system don't have libm, or don't need it
2355   ;;
2356 *-ncr-sysv4.3*)
2357   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2358   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2359   ;;
2361   AC_CHECK_LIB(m, cos, LIBM="-lm")
2362   ;;
2363 esac
2365 m4trace:/usr/share/aclocal/libtool.m4:2665: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2366   case $enable_ltdl_convenience in
2367   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2368   "") enable_ltdl_convenience=yes
2369       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2370   esac
2371   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2372   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2373   # For backwards non-gettext consistent compatibility...
2374   INCLTDL="$LTDLINCL"
2376 m4trace:/usr/share/aclocal/libtool.m4:2691: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2377   AC_CHECK_LIB(ltdl, lt_dlinit,
2378   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2379   [if test x"$enable_ltdl_install" = xno; then
2380      AC_MSG_WARN([libltdl not installed, but installation disabled])
2381    else
2382      enable_ltdl_install=yes
2383    fi
2384   ])
2385   if test x"$enable_ltdl_install" = x"yes"; then
2386     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2387     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2388     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2389   else
2390     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2391     LIBLTDL="-lltdl"
2392     LTDLINCL=
2393   fi
2394   # For backwards non-gettext consistent compatibility...
2395   INCLTDL="$LTDLINCL"
2397 m4trace:/usr/share/aclocal/libtool.m4:2718: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2399 m4trace:/usr/share/aclocal/libtool.m4:2725: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2400 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2401 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2403 m4trace:/usr/share/aclocal/libtool.m4:2733: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2404 AC_REQUIRE([AC_PROG_CXX])
2405 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2406     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2407     (test "X$CXX" != "Xg++"))) ; then
2408   AC_PROG_CXXCPP
2411 m4trace:/usr/share/aclocal/libtool.m4:2746: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2413 m4trace:/usr/share/aclocal/libtool.m4:2753: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2414 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2416 m4trace:/usr/share/aclocal/libtool.m4:2762: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2418 m4trace:/usr/share/aclocal/libtool.m4:2769: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2419   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2420     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2421       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2422          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2423            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2424 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2426 m4trace:/usr/share/aclocal/libtool.m4:2783: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2427 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2429 m4trace:/usr/share/aclocal/libtool.m4:2794: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2430 m4trace:/usr/share/aclocal/libtool.m4:2795: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2431 AC_LANG_PUSH(C)
2433 # Source file extension for C test sources.
2434 ac_ext=c
2436 # Object file extension for compiled C test sources.
2437 objext=o
2438 _LT_AC_TAGVAR(objext, $1)=$objext
2440 # Code to be used in simple compile tests
2441 lt_simple_compile_test_code="int some_variable = 0;"
2443 # Code to be used in simple link tests
2444 lt_simple_link_test_code='int main(){return(0);}'
2446 _LT_AC_SYS_COMPILER
2448 # save warnings/boilerplate of simple test code
2449 _LT_COMPILER_BOILERPLATE
2450 _LT_LINKER_BOILERPLATE
2452 ## CAVEAT EMPTOR:
2453 ## There is no encapsulation within the following macros, do not change
2454 ## the running order or otherwise move them around unless you know exactly
2455 ## what you are doing...
2456 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2457 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2458 AC_LIBTOOL_PROG_CC_C_O($1)
2459 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2460 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2461 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2462 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2463 AC_LIBTOOL_SYS_LIB_STRIP
2464 AC_LIBTOOL_DLOPEN_SELF
2466 # Report which library types will actually be built
2467 AC_MSG_CHECKING([if libtool supports shared libraries])
2468 AC_MSG_RESULT([$can_build_shared])
2470 AC_MSG_CHECKING([whether to build shared libraries])
2471 test "$can_build_shared" = "no" && enable_shared=no
2473 # On AIX, shared libraries and static libraries use the same namespace, and
2474 # are all built from PIC.
2475 case $host_os in
2476 aix3*)
2477   test "$enable_shared" = yes && enable_static=no
2478   if test -n "$RANLIB"; then
2479     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2480     postinstall_cmds='$RANLIB $lib'
2481   fi
2482   ;;
2484 aix[[4-9]]*)
2485   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2486     test "$enable_shared" = yes && enable_static=no
2487   fi
2488     ;;
2489 esac
2490 AC_MSG_RESULT([$enable_shared])
2492 AC_MSG_CHECKING([whether to build static libraries])
2493 # Make sure either enable_shared or enable_static is yes.
2494 test "$enable_shared" = yes || enable_static=yes
2495 AC_MSG_RESULT([$enable_static])
2497 AC_LIBTOOL_CONFIG($1)
2499 AC_LANG_POP
2500 CC="$lt_save_CC"
2502 m4trace:/usr/share/aclocal/libtool.m4:2875: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2503 m4trace:/usr/share/aclocal/libtool.m4:2876: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2504 AC_REQUIRE([AC_PROG_CXX])
2505 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2507 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2508 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2509 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2510 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2511 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2512 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2513 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2514 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2515 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2516 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2517 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2518 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2519 _LT_AC_TAGVAR(module_cmds, $1)=
2520 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2521 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2522 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2523 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2524 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2525 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2527 # Dependencies to place before and after the object being linked:
2528 _LT_AC_TAGVAR(predep_objects, $1)=
2529 _LT_AC_TAGVAR(postdep_objects, $1)=
2530 _LT_AC_TAGVAR(predeps, $1)=
2531 _LT_AC_TAGVAR(postdeps, $1)=
2532 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2533 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
2535 # Source file extension for C++ test sources.
2536 ac_ext=cpp
2538 # Object file extension for compiled C++ test sources.
2539 objext=o
2540 _LT_AC_TAGVAR(objext, $1)=$objext
2542 # Code to be used in simple compile tests
2543 lt_simple_compile_test_code="int some_variable = 0;"
2545 # Code to be used in simple link tests
2546 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2548 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2549 _LT_AC_SYS_COMPILER
2551 # save warnings/boilerplate of simple test code
2552 _LT_COMPILER_BOILERPLATE
2553 _LT_LINKER_BOILERPLATE
2555 # Allow CC to be a program name with arguments.
2556 lt_save_CC=$CC
2557 lt_save_LD=$LD
2558 lt_save_GCC=$GCC
2559 GCC=$GXX
2560 lt_save_with_gnu_ld=$with_gnu_ld
2561 lt_save_path_LD=$lt_cv_path_LD
2562 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2563   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2564 else
2565   $as_unset lt_cv_prog_gnu_ld
2567 if test -n "${lt_cv_path_LDCXX+set}"; then
2568   lt_cv_path_LD=$lt_cv_path_LDCXX
2569 else
2570   $as_unset lt_cv_path_LD
2572 test -z "${LDCXX+set}" || LD=$LDCXX
2573 CC=${CXX-"c++"}
2574 compiler=$CC
2575 _LT_AC_TAGVAR(compiler, $1)=$CC
2576 _LT_CC_BASENAME([$compiler])
2578 # We don't want -fno-exception wen compiling C++ code, so set the
2579 # no_builtin_flag separately
2580 if test "$GXX" = yes; then
2581   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2582 else
2583   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2586 if test "$GXX" = yes; then
2587   # Set up default GNU C++ configuration
2589   AC_PROG_LD
2591   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2592   # archiving commands below assume that GNU ld is being used.
2593   if test "$with_gnu_ld" = yes; then
2594     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2595     _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'
2597     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2598     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2600     # If archive_cmds runs LD, not CC, wlarc should be empty
2601     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2602     #     investigate it a little bit more. (MM)
2603     wlarc='${wl}'
2605     # ancient GNU ld didn't support --whole-archive et. al.
2606     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2607         grep 'no-whole-archive' > /dev/null; then
2608       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2609     else
2610       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2611     fi
2612   else
2613     with_gnu_ld=no
2614     wlarc=
2616     # A generic and very simple default shared library creation
2617     # command for GNU C++ for the case where it uses the native
2618     # linker, instead of GNU ld.  If possible, this setting should
2619     # overridden to take advantage of the native linker features on
2620     # the platform it is being used on.
2621     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2622   fi
2624   # Commands to make compiler produce verbose output that lists
2625   # what "hidden" libraries, object files and flags are used when
2626   # linking a shared library.
2627   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2629 else
2630   GXX=no
2631   with_gnu_ld=no
2632   wlarc=
2635 # PORTME: fill in a description of your system's C++ link characteristics
2636 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2637 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2638 case $host_os in
2639   aix3*)
2640     # FIXME: insert proper C++ library support
2641     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2642     ;;
2643   aix[[4-9]]*)
2644     if test "$host_cpu" = ia64; then
2645       # On IA64, the linker does run time linking by default, so we don't
2646       # have to do anything special.
2647       aix_use_runtimelinking=no
2648       exp_sym_flag='-Bexport'
2649       no_entry_flag=""
2650     else
2651       aix_use_runtimelinking=no
2653       # Test if we are trying to use run time linking or normal
2654       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2655       # need to do runtime linking.
2656       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
2657         for ld_flag in $LDFLAGS; do
2658           case $ld_flag in
2659           *-brtl*)
2660             aix_use_runtimelinking=yes
2661             break
2662             ;;
2663           esac
2664         done
2665         ;;
2666       esac
2668       exp_sym_flag='-bexport'
2669       no_entry_flag='-bnoentry'
2670     fi
2672     # When large executables or shared objects are built, AIX ld can
2673     # have problems creating the table of contents.  If linking a library
2674     # or program results in "error TOC overflow" add -mminimal-toc to
2675     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2676     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2678     _LT_AC_TAGVAR(archive_cmds, $1)=''
2679     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2680     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2681     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2683     if test "$GXX" = yes; then
2684       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2685       # We only want to do this on AIX 4.2 and lower, the check
2686       # below for broken collect2 doesn't work under 4.3+
2687         collect2name=`${CC} -print-prog-name=collect2`
2688         if test -f "$collect2name" && \
2689            strings "$collect2name" | grep resolve_lib_name >/dev/null
2690         then
2691           # We have reworked collect2
2692           :
2693         else
2694           # We have old collect2
2695           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2696           # It fails to find uninstalled libraries when the uninstalled
2697           # path is not listed in the libpath.  Setting hardcode_minus_L
2698           # to unsupported forces relinking
2699           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2700           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2701           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2702         fi
2703         ;;
2704       esac
2705       shared_flag='-shared'
2706       if test "$aix_use_runtimelinking" = yes; then
2707         shared_flag="$shared_flag "'${wl}-G'
2708       fi
2709     else
2710       # not using gcc
2711       if test "$host_cpu" = ia64; then
2712         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2713         # chokes on -Wl,-G. The following line is correct:
2714         shared_flag='-G'
2715       else
2716         if test "$aix_use_runtimelinking" = yes; then
2717           shared_flag='${wl}-G'
2718         else
2719           shared_flag='${wl}-bM:SRE'
2720         fi
2721       fi
2722     fi
2724     # It seems that -bexpall does not export symbols beginning with
2725     # underscore (_), so it is better to generate a list of symbols to export.
2726     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2727     if test "$aix_use_runtimelinking" = yes; then
2728       # Warning - without using the other runtime loading flags (-brtl),
2729       # -berok will link without error, but may produce a broken library.
2730       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2731       # Determine the default libpath from the value encoded in an empty executable.
2732       _LT_AC_SYS_LIBPATH_AIX
2733       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2735       _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"
2736      else
2737       if test "$host_cpu" = ia64; then
2738         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2739         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2740         _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"
2741       else
2742         # Determine the default libpath from the value encoded in an empty executable.
2743         _LT_AC_SYS_LIBPATH_AIX
2744         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2745         # Warning - without using the other run time loading flags,
2746         # -berok will link without error, but may produce a broken library.
2747         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2748         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2749         # Exported symbols can be pulled into shared objects from archives
2750         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2751         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2752         # This is similar to how AIX traditionally builds its shared libraries.
2753         _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'
2754       fi
2755     fi
2756     ;;
2758   beos*)
2759     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2760       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2761       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2762       # support --undefined.  This deserves some investigation.  FIXME
2763       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2764     else
2765       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2766     fi
2767     ;;
2769   chorus*)
2770     case $cc_basename in
2771       *)
2772         # FIXME: insert proper C++ library support
2773         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2774         ;;
2775     esac
2776     ;;
2778   cygwin* | mingw* | pw32*)
2779     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2780     # as there is no search path for DLLs.
2781     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2782     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2783     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2784     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2786     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2787       _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'
2788       # If the export-symbols file already is a .def file (1st line
2789       # is EXPORTS), use it as is; otherwise, prepend...
2790       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2791         cp $export_symbols $output_objdir/$soname.def;
2792       else
2793         echo EXPORTS > $output_objdir/$soname.def;
2794         cat $export_symbols >> $output_objdir/$soname.def;
2795       fi~
2796       $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'
2797     else
2798       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2799     fi
2800   ;;
2801       darwin* | rhapsody*)
2802       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2803       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2804       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2805       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2806       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2807       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2808       _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
2809       if test "$GXX" = yes ; then
2810       output_verbose_link_cmd='echo'
2811       _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}"
2812       _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
2813       _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}"
2814       _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}"
2815       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
2816         _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}"
2817         _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}"
2818       fi
2819       else
2820       case $cc_basename in
2821         xlc*)
2822          output_verbose_link_cmd='echo'
2823           _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'
2824           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2825           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2826           _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}'
2827           _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}'
2828           ;;
2829        *)
2830          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2831           ;;
2832       esac
2833       fi
2834         ;;
2836   dgux*)
2837     case $cc_basename in
2838       ec++*)
2839         # FIXME: insert proper C++ library support
2840         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2841         ;;
2842       ghcx*)
2843         # Green Hills C++ Compiler
2844         # FIXME: insert proper C++ library support
2845         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2846         ;;
2847       *)
2848         # FIXME: insert proper C++ library support
2849         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2850         ;;
2851     esac
2852     ;;
2853   freebsd[[12]]*)
2854     # C++ shared libraries reported to be fairly broken before switch to ELF
2855     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2856     ;;
2857   freebsd-elf*)
2858     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2859     ;;
2860   freebsd* | dragonfly*)
2861     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2862     # conventions
2863     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2864     ;;
2865   gnu*)
2866     ;;
2867   hpux9*)
2868     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2869     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2870     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2871     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2872     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2873                                 # but as the default
2874                                 # location of the library.
2876     case $cc_basename in
2877     CC*)
2878       # FIXME: insert proper C++ library support
2879       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2880       ;;
2881     aCC*)
2882       _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'
2883       # Commands to make compiler produce verbose output that lists
2884       # what "hidden" libraries, object files and flags are used when
2885       # linking a shared library.
2886       #
2887       # There doesn't appear to be a way to prevent this compiler from
2888       # explicitly linking system object files so we need to strip them
2889       # from the output so that they don't get included in the library
2890       # dependencies.
2891       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'
2892       ;;
2893     *)
2894       if test "$GXX" = yes; then
2895         _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'
2896       else
2897         # FIXME: insert proper C++ library support
2898         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2899       fi
2900       ;;
2901     esac
2902     ;;
2903   hpux10*|hpux11*)
2904     if test $with_gnu_ld = no; then
2905       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2906       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2908       case $host_cpu in
2909       hppa*64*|ia64*) ;;
2910       *)
2911         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2912         ;;
2913       esac
2914     fi
2915     case $host_cpu in
2916     hppa*64*|ia64*)
2917       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2918       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2919       ;;
2920     *)
2921       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2922       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2923                                               # but as the default
2924                                               # location of the library.
2925       ;;
2926     esac
2928     case $cc_basename in
2929       CC*)
2930         # FIXME: insert proper C++ library support
2931         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2932         ;;
2933       aCC*)
2934         case $host_cpu in
2935         hppa*64*)
2936           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2937           ;;
2938         ia64*)
2939           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2940           ;;
2941         *)
2942           _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'
2943           ;;
2944         esac
2945         # Commands to make compiler produce verbose output that lists
2946         # what "hidden" libraries, object files and flags are used when
2947         # linking a shared library.
2948         #
2949         # There doesn't appear to be a way to prevent this compiler from
2950         # explicitly linking system object files so we need to strip them
2951         # from the output so that they don't get included in the library
2952         # dependencies.
2953         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'
2954         ;;
2955       *)
2956         if test "$GXX" = yes; then
2957           if test $with_gnu_ld = no; then
2958             case $host_cpu in
2959             hppa*64*)
2960               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2961               ;;
2962             ia64*)
2963               _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'
2964               ;;
2965             *)
2966               _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'
2967               ;;
2968             esac
2969           fi
2970         else
2971           # FIXME: insert proper C++ library support
2972           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2973         fi
2974         ;;
2975     esac
2976     ;;
2977   interix[[3-9]]*)
2978     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2979     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2980     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2981     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2982     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2983     # Instead, shared libraries are loaded at an image base (0x10000000 by
2984     # default) and relocated if they conflict, which is a slow very memory
2985     # consuming and fragmenting process.  To avoid this, we pick a random,
2986     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2987     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2988     _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'
2989     _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'
2990     ;;
2991   irix5* | irix6*)
2992     case $cc_basename in
2993       CC*)
2994         # SGI C++
2995         _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'
2997         # Archives containing C++ object files must be created using
2998         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2999         # necessary to make sure instantiated templates are included
3000         # in the archive.
3001         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3002         ;;
3003       *)
3004         if test "$GXX" = yes; then
3005           if test "$with_gnu_ld" = no; then
3006             _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'
3007           else
3008             _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'
3009           fi
3010         fi
3011         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3012         ;;
3013     esac
3014     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3015     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3016     ;;
3017   linux* | k*bsd*-gnu)
3018     case $cc_basename in
3019       KCC*)
3020         # Kuck and Associates, Inc. (KAI) C++ Compiler
3022         # KCC will only create a shared library if the output file
3023         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3024         # to its proper name (with version) after linking.
3025         _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'
3026         _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'
3027         # Commands to make compiler produce verbose output that lists
3028         # what "hidden" libraries, object files and flags are used when
3029         # linking a shared library.
3030         #
3031         # There doesn't appear to be a way to prevent this compiler from
3032         # explicitly linking system object files so we need to strip them
3033         # from the output so that they don't get included in the library
3034         # dependencies.
3035         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'
3037         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3038         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3040         # Archives containing C++ object files must be created using
3041         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3042         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3043         ;;
3044       icpc*)
3045         # Intel C++
3046         with_gnu_ld=yes
3047         # version 8.0 and above of icpc choke on multiply defined symbols
3048         # if we add $predep_objects and $postdep_objects, however 7.1 and
3049         # earlier do not add the objects themselves.
3050         case `$CC -V 2>&1` in
3051         *"Version 7."*)
3052           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3053           _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'
3054           ;;
3055         *)  # Version 8.0 or newer
3056           tmp_idyn=
3057           case $host_cpu in
3058             ia64*) tmp_idyn=' -i_dynamic';;
3059           esac
3060           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3061           _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'
3062           ;;
3063         esac
3064         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3065         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$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$convenience ${wl}--no-whole-archive'
3068         ;;
3069       pgCC* | pgcpp*)
3070         # Portland Group C++ compiler
3071         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3072         _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'
3074         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3075         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3076         _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'
3077         ;;
3078       cxx*)
3079         # Compaq C++
3080         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3081         _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'
3083         runpath_var=LD_RUN_PATH
3084         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3085         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3087         # Commands to make compiler produce verbose output that lists
3088         # what "hidden" libraries, object files and flags are used when
3089         # linking a shared library.
3090         #
3091         # There doesn't appear to be a way to prevent this compiler from
3092         # explicitly linking system object files so we need to strip them
3093         # from the output so that they don't get included in the library
3094         # dependencies.
3095         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'
3096         ;;
3097       *)
3098         case `$CC -V 2>&1 | sed 5q` in
3099         *Sun\ C*)
3100           # Sun C++ 5.9
3101           _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3102           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3103           _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'
3104           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3105           _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'
3107           # Not sure whether something based on
3108           # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3109           # would be better.
3110           output_verbose_link_cmd='echo'
3112           # Archives containing C++ object files must be created using
3113           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3114           # necessary to make sure instantiated templates are included
3115           # in the archive.
3116           _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3117           ;;
3118         esac
3119         ;;
3120     esac
3121     ;;
3122   lynxos*)
3123     # FIXME: insert proper C++ library support
3124     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3125     ;;
3126   m88k*)
3127     # FIXME: insert proper C++ library support
3128     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3129     ;;
3130   mvs*)
3131     case $cc_basename in
3132       cxx*)
3133         # FIXME: insert proper C++ library support
3134         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3135         ;;
3136       *)
3137         # FIXME: insert proper C++ library support
3138         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3139         ;;
3140     esac
3141     ;;
3142   netbsd* | netbsdelf*-gnu)
3143     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3144       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3145       wlarc=
3146       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3147       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3148       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3149     fi
3150     # Workaround some broken pre-1.5 toolchains
3151     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3152     ;;
3153   openbsd2*)
3154     # C++ shared libraries are fairly broken
3155     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3156     ;;
3157   openbsd*)
3158     if test -f /usr/libexec/ld.so; then
3159       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3160       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3161       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3162       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3163       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3164         _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'
3165         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3166         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3167       fi
3168       output_verbose_link_cmd='echo'
3169     else
3170       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3171     fi
3172     ;;
3173   osf3*)
3174     case $cc_basename in
3175       KCC*)
3176         # Kuck and Associates, Inc. (KAI) C++ Compiler
3178         # KCC will only create a shared library if the output file
3179         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3180         # to its proper name (with version) after linking.
3181         _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'
3183         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3184         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3186         # Archives containing C++ object files must be created using
3187         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3188         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3190         ;;
3191       RCC*)
3192         # Rational C++ 2.4.1
3193         # FIXME: insert proper C++ library support
3194         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3195         ;;
3196       cxx*)
3197         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3198         _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'
3200         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3201         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3203         # Commands to make compiler produce verbose output that lists
3204         # what "hidden" libraries, object files and flags are used when
3205         # linking a shared library.
3206         #
3207         # There doesn't appear to be a way to prevent this compiler from
3208         # explicitly linking system object files so we need to strip them
3209         # from the output so that they don't get included in the library
3210         # dependencies.
3211         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'
3212         ;;
3213       *)
3214         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3215           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3216           _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'
3218           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3219           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3221           # Commands to make compiler produce verbose output that lists
3222           # what "hidden" libraries, object files and flags are used when
3223           # linking a shared library.
3224           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3226         else
3227           # FIXME: insert proper C++ library support
3228           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3229         fi
3230         ;;
3231     esac
3232     ;;
3233   osf4* | osf5*)
3234     case $cc_basename in
3235       KCC*)
3236         # Kuck and Associates, Inc. (KAI) C++ Compiler
3238         # KCC will only create a shared library if the output file
3239         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3240         # to its proper name (with version) after linking.
3241         _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'
3243         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3244         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3246         # Archives containing C++ object files must be created using
3247         # the KAI C++ compiler.
3248         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3249         ;;
3250       RCC*)
3251         # Rational C++ 2.4.1
3252         # FIXME: insert proper C++ library support
3253         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3254         ;;
3255       cxx*)
3256         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3257         _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'
3258         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3259           echo "-hidden">> $lib.exp~
3260           $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~
3261           $rm $lib.exp'
3263         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3264         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3266         # Commands to make compiler produce verbose output that lists
3267         # what "hidden" libraries, object files and flags are used when
3268         # linking a shared library.
3269         #
3270         # There doesn't appear to be a way to prevent this compiler from
3271         # explicitly linking system object files so we need to strip them
3272         # from the output so that they don't get included in the library
3273         # dependencies.
3274         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'
3275         ;;
3276       *)
3277         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3278           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3279          _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'
3281           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3282           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3284           # Commands to make compiler produce verbose output that lists
3285           # what "hidden" libraries, object files and flags are used when
3286           # linking a shared library.
3287           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3289         else
3290           # FIXME: insert proper C++ library support
3291           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3292         fi
3293         ;;
3294     esac
3295     ;;
3296   psos*)
3297     # FIXME: insert proper C++ library support
3298     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3299     ;;
3300   sunos4*)
3301     case $cc_basename in
3302       CC*)
3303         # Sun C++ 4.x
3304         # FIXME: insert proper C++ library support
3305         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3306         ;;
3307       lcc*)
3308         # Lucid
3309         # FIXME: insert proper C++ library support
3310         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3311         ;;
3312       *)
3313         # FIXME: insert proper C++ library support
3314         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3315         ;;
3316     esac
3317     ;;
3318   solaris*)
3319     case $cc_basename in
3320       CC*)
3321         # Sun C++ 4.2, 5.x and Centerline C++
3322         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3323         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3324         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3325         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3326         $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'
3328         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3329         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3330         case $host_os in
3331           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3332           *)
3333             # The compiler driver will combine and reorder linker options,
3334             # but understands `-z linker_flag'.
3335             # Supported since Solaris 2.6 (maybe 2.5.1?)
3336             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3337             ;;
3338         esac
3339         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3341         output_verbose_link_cmd='echo'
3343         # Archives containing C++ object files must be created using
3344         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3345         # necessary to make sure instantiated templates are included
3346         # in the archive.
3347         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3348         ;;
3349       gcx*)
3350         # Green Hills C++ Compiler
3351         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3353         # The C++ compiler must be used to create the archive.
3354         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3355         ;;
3356       *)
3357         # GNU C++ compiler with Solaris linker
3358         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3359           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3360           if $CC --version | grep -v '^2\.7' > /dev/null; then
3361             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3362             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3363                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3365             # Commands to make compiler produce verbose output that lists
3366             # what "hidden" libraries, object files and flags are used when
3367             # linking a shared library.
3368             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3369           else
3370             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3371             # platform.
3372             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3373             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3374                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3376             # Commands to make compiler produce verbose output that lists
3377             # what "hidden" libraries, object files and flags are used when
3378             # linking a shared library.
3379             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3380           fi
3382           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3383           case $host_os in
3384           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3385           *)
3386             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3387             ;;
3388           esac
3389         fi
3390         ;;
3391     esac
3392     ;;
3393   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3394     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3395     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3396     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3397     runpath_var='LD_RUN_PATH'
3399     case $cc_basename in
3400       CC*)
3401         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3402         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3403         ;;
3404       *)
3405         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3406         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3407         ;;
3408     esac
3409     ;;
3410   sysv5* | sco3.2v5* | sco5v6*)
3411     # Note: We can NOT use -z defs as we might desire, because we do not
3412     # link with -lc, and that would cause any symbols used from libc to
3413     # always be unresolved, which means just about no library would
3414     # ever link correctly.  If we're not using GNU ld we use -z text
3415     # though, which does catch some bad symbols but isn't as heavy-handed
3416     # as -z defs.
3417     # For security reasons, it is highly recommended that you always
3418     # use absolute paths for naming shared libraries, and exclude the
3419     # DT_RUNPATH tag from executables and libraries.  But doing so
3420     # requires that you compile everything twice, which is a pain.
3421     # So that behaviour is only enabled if SCOABSPATH is set to a
3422     # non-empty value in the environment.  Most likely only useful for
3423     # creating official distributions of packages.
3424     # This is a hack until libtool officially supports absolute path
3425     # names for shared libraries.
3426     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3427     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3428     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3429     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3430     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3431     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3432     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3433     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3434     runpath_var='LD_RUN_PATH'
3436     case $cc_basename in
3437       CC*)
3438         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3439         _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'
3440         ;;
3441       *)
3442         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3443         _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'
3444         ;;
3445     esac
3446     ;;
3447   tandem*)
3448     case $cc_basename in
3449       NCC*)
3450         # NonStop-UX NCC 3.20
3451         # FIXME: insert proper C++ library support
3452         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3453         ;;
3454       *)
3455         # FIXME: insert proper C++ library support
3456         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3457         ;;
3458     esac
3459     ;;
3460   vxworks*)
3461     # FIXME: insert proper C++ library support
3462     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3463     ;;
3464   *)
3465     # FIXME: insert proper C++ library support
3466     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3467     ;;
3468 esac
3469 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3470 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3472 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3473 _LT_AC_TAGVAR(LD, $1)="$LD"
3475 ## CAVEAT EMPTOR:
3476 ## There is no encapsulation within the following macros, do not change
3477 ## the running order or otherwise move them around unless you know exactly
3478 ## what you are doing...
3479 AC_LIBTOOL_POSTDEP_PREDEP($1)
3480 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3481 AC_LIBTOOL_PROG_CC_C_O($1)
3482 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3483 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3484 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3485 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3487 AC_LIBTOOL_CONFIG($1)
3489 AC_LANG_POP
3490 CC=$lt_save_CC
3491 LDCXX=$LD
3492 LD=$lt_save_LD
3493 GCC=$lt_save_GCC
3494 with_gnu_ldcxx=$with_gnu_ld
3495 with_gnu_ld=$lt_save_with_gnu_ld
3496 lt_cv_path_LDCXX=$lt_cv_path_LD
3497 lt_cv_path_LD=$lt_save_path_LD
3498 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3499 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3501 m4trace:/usr/share/aclocal/libtool.m4:3882: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [AC_REQUIRE([LT_AC_PROG_SED])dnl
3502 dnl we can't use the lt_simple_compile_test_code here,
3503 dnl because it contains code intended for an executable,
3504 dnl not a library.  It's possible we should let each
3505 dnl tag define a new lt_????_link_test_code variable,
3506 dnl but it's only used here...
3507 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3508 int a;
3509 void foo (void) { a = 0; }
3511 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3512 class Foo
3514 public:
3515   Foo (void) { a = 0; }
3516 private:
3517   int a;
3520 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3521       subroutine foo
3522       implicit none
3523       integer*4 a
3524       a=0
3525       return
3526       end
3528 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3529 public class foo {
3530   private int a;
3531   public void bar (void) {
3532     a = 0;
3533   }
3537 dnl Parse the compiler output and extract the necessary
3538 dnl objects, libraries and library flags.
3539 if AC_TRY_EVAL(ac_compile); then
3540   # Parse the compiler output and extract the necessary
3541   # objects, libraries and library flags.
3543   # Sentinel used to keep track of whether or not we are before
3544   # the conftest object file.
3545   pre_test_object_deps_done=no
3547   # The `*' in the case matches for architectures that use `case' in
3548   # $output_verbose_cmd can trigger glob expansion during the loop
3549   # eval without this substitution.
3550   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3552   for p in `eval $output_verbose_link_cmd`; do
3553     case $p in
3555     -L* | -R* | -l*)
3556        # Some compilers place space between "-{L,R}" and the path.
3557        # Remove the space.
3558        if test $p = "-L" \
3559           || test $p = "-R"; then
3560          prev=$p
3561          continue
3562        else
3563          prev=
3564        fi
3566        if test "$pre_test_object_deps_done" = no; then
3567          case $p in
3568          -L* | -R*)
3569            # Internal compiler library paths should come after those
3570            # provided the user.  The postdeps already come after the
3571            # user supplied libs so there is no need to process them.
3572            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3573              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3574            else
3575              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3576            fi
3577            ;;
3578          # The "-l" case would never come before the object being
3579          # linked, so don't bother handling this case.
3580          esac
3581        else
3582          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3583            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3584          else
3585            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3586          fi
3587        fi
3588        ;;
3590     *.$objext)
3591        # This assumes that the test object file only shows up
3592        # once in the compiler output.
3593        if test "$p" = "conftest.$objext"; then
3594          pre_test_object_deps_done=yes
3595          continue
3596        fi
3598        if test "$pre_test_object_deps_done" = no; then
3599          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3600            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3601          else
3602            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3603          fi
3604        else
3605          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3606            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3607          else
3608            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3609          fi
3610        fi
3611        ;;
3613     *) ;; # Ignore the rest.
3615     esac
3616   done
3618   # Clean up.
3619   rm -f a.out a.exe
3620 else
3621   echo "libtool.m4: error: problem compiling $1 test program"
3624 $rm -f confest.$objext
3626 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
3627 if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3628   _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
3631 # PORTME: override above test on systems where it is broken
3632 ifelse([$1],[CXX],
3633 [case $host_os in
3634 interix[[3-9]]*)
3635   # Interix 3.5 installs completely hosed .la files for C++, so rather than
3636   # hack all around it, let's just trust "g++" to DTRT.
3637   _LT_AC_TAGVAR(predep_objects,$1)=
3638   _LT_AC_TAGVAR(postdep_objects,$1)=
3639   _LT_AC_TAGVAR(postdeps,$1)=
3640   ;;
3642 linux*)
3643   case `$CC -V 2>&1 | sed 5q` in
3644   *Sun\ C*)
3645     # Sun C++ 5.9
3646     #
3647     # The more standards-conforming stlport4 library is
3648     # incompatible with the Cstd library. Avoid specifying
3649     # it if it's in CXXFLAGS. Ignore libCrun as
3650     # -library=stlport4 depends on it.
3651     case " $CXX $CXXFLAGS " in
3652     *" -library=stlport4 "*)
3653       solaris_use_stlport4=yes
3654       ;;
3655     esac
3656     if test "$solaris_use_stlport4" != yes; then
3657       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3658     fi
3659     ;;
3660   esac
3661   ;;
3663 solaris*)
3664   case $cc_basename in
3665   CC*)
3666     # The more standards-conforming stlport4 library is
3667     # incompatible with the Cstd library. Avoid specifying
3668     # it if it's in CXXFLAGS. Ignore libCrun as
3669     # -library=stlport4 depends on it.
3670     case " $CXX $CXXFLAGS " in
3671     *" -library=stlport4 "*)
3672       solaris_use_stlport4=yes
3673       ;;
3674     esac
3676     # Adding this requires a known-good setup of shared libraries for
3677     # Sun compiler versions before 5.6, else PIC objects from an old
3678     # archive will be linked into the output, leading to subtle bugs.
3679     if test "$solaris_use_stlport4" != yes; then
3680       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3681     fi
3682     ;;
3683   esac
3684   ;;
3685 esac
3687 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3688 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3689 esac
3691 m4trace:/usr/share/aclocal/libtool.m4:4079: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3692 m4trace:/usr/share/aclocal/libtool.m4:4080: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3693 AC_LANG_PUSH(Fortran 77)
3695 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3696 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3697 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3698 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3699 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3700 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3701 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3702 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3703 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3704 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3705 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3706 _LT_AC_TAGVAR(module_cmds, $1)=
3707 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3708 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3709 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3710 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3711 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3712 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3714 # Source file extension for f77 test sources.
3715 ac_ext=f
3717 # Object file extension for compiled f77 test sources.
3718 objext=o
3719 _LT_AC_TAGVAR(objext, $1)=$objext
3721 # Code to be used in simple compile tests
3722 lt_simple_compile_test_code="\
3723       subroutine t
3724       return
3725       end
3728 # Code to be used in simple link tests
3729 lt_simple_link_test_code="\
3730       program t
3731       end
3734 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3735 _LT_AC_SYS_COMPILER
3737 # save warnings/boilerplate of simple test code
3738 _LT_COMPILER_BOILERPLATE
3739 _LT_LINKER_BOILERPLATE
3741 # Allow CC to be a program name with arguments.
3742 lt_save_CC="$CC"
3743 CC=${F77-"f77"}
3744 compiler=$CC
3745 _LT_AC_TAGVAR(compiler, $1)=$CC
3746 _LT_CC_BASENAME([$compiler])
3748 AC_MSG_CHECKING([if libtool supports shared libraries])
3749 AC_MSG_RESULT([$can_build_shared])
3751 AC_MSG_CHECKING([whether to build shared libraries])
3752 test "$can_build_shared" = "no" && enable_shared=no
3754 # On AIX, shared libraries and static libraries use the same namespace, and
3755 # are all built from PIC.
3756 case $host_os in
3757 aix3*)
3758   test "$enable_shared" = yes && enable_static=no
3759   if test -n "$RANLIB"; then
3760     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3761     postinstall_cmds='$RANLIB $lib'
3762   fi
3763   ;;
3764 aix[[4-9]]*)
3765   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3766     test "$enable_shared" = yes && enable_static=no
3767   fi
3768   ;;
3769 esac
3770 AC_MSG_RESULT([$enable_shared])
3772 AC_MSG_CHECKING([whether to build static libraries])
3773 # Make sure either enable_shared or enable_static is yes.
3774 test "$enable_shared" = yes || enable_static=yes
3775 AC_MSG_RESULT([$enable_static])
3777 _LT_AC_TAGVAR(GCC, $1)="$G77"
3778 _LT_AC_TAGVAR(LD, $1)="$LD"
3780 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3781 AC_LIBTOOL_PROG_CC_C_O($1)
3782 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3783 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3784 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3785 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3787 AC_LIBTOOL_CONFIG($1)
3789 AC_LANG_POP
3790 CC="$lt_save_CC"
3792 m4trace:/usr/share/aclocal/libtool.m4:4188: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3793 m4trace:/usr/share/aclocal/libtool.m4:4189: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3795 # Source file extension for Java test sources.
3796 ac_ext=java
3798 # Object file extension for compiled Java test sources.
3799 objext=o
3800 _LT_AC_TAGVAR(objext, $1)=$objext
3802 # Code to be used in simple compile tests
3803 lt_simple_compile_test_code="class foo {}"
3805 # Code to be used in simple link tests
3806 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3808 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3809 _LT_AC_SYS_COMPILER
3811 # save warnings/boilerplate of simple test code
3812 _LT_COMPILER_BOILERPLATE
3813 _LT_LINKER_BOILERPLATE
3815 # Allow CC to be a program name with arguments.
3816 lt_save_CC="$CC"
3817 CC=${GCJ-"gcj"}
3818 compiler=$CC
3819 _LT_AC_TAGVAR(compiler, $1)=$CC
3820 _LT_CC_BASENAME([$compiler])
3822 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3823 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3825 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3827 ## CAVEAT EMPTOR:
3828 ## There is no encapsulation within the following macros, do not change
3829 ## the running order or otherwise move them around unless you know exactly
3830 ## what you are doing...
3831 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3832 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3833 AC_LIBTOOL_PROG_CC_C_O($1)
3834 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3835 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3836 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3837 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3839 AC_LIBTOOL_CONFIG($1)
3841 AC_LANG_RESTORE
3842 CC="$lt_save_CC"
3844 m4trace:/usr/share/aclocal/libtool.m4:4248: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3845 m4trace:/usr/share/aclocal/libtool.m4:4249: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3847 # Source file extension for RC test sources.
3848 ac_ext=rc
3850 # Object file extension for compiled RC test sources.
3851 objext=o
3852 _LT_AC_TAGVAR(objext, $1)=$objext
3854 # Code to be used in simple compile tests
3855 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3857 # Code to be used in simple link tests
3858 lt_simple_link_test_code="$lt_simple_compile_test_code"
3860 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3861 _LT_AC_SYS_COMPILER
3863 # save warnings/boilerplate of simple test code
3864 _LT_COMPILER_BOILERPLATE
3865 _LT_LINKER_BOILERPLATE
3867 # Allow CC to be a program name with arguments.
3868 lt_save_CC="$CC"
3869 CC=${RC-"windres"}
3870 compiler=$CC
3871 _LT_AC_TAGVAR(compiler, $1)=$CC
3872 _LT_CC_BASENAME([$compiler])
3873 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3875 AC_LIBTOOL_CONFIG($1)
3877 AC_LANG_RESTORE
3878 CC="$lt_save_CC"
3880 m4trace:/usr/share/aclocal/libtool.m4:4293: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3881 # libtool distribution, otherwise you forgot to ship ltmain.sh
3882 # with your package, and you will get complaints that there are
3883 # no rules to generate ltmain.sh.
3884 if test -f "$ltmain"; then
3885   # See if we are running on zsh, and set the options which allow our commands through
3886   # without removal of \ escapes.
3887   if test -n "${ZSH_VERSION+set}" ; then
3888     setopt NO_GLOB_SUBST
3889   fi
3890   # Now quote all the things that may contain metacharacters while being
3891   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3892   # variables and quote the copies for generation of the libtool script.
3893   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3894     SED SHELL STRIP \
3895     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3896     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3897     deplibs_check_method reload_flag reload_cmds need_locks \
3898     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3899     lt_cv_sys_global_symbol_to_c_name_address \
3900     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3901     old_postinstall_cmds old_postuninstall_cmds \
3902     _LT_AC_TAGVAR(compiler, $1) \
3903     _LT_AC_TAGVAR(CC, $1) \
3904     _LT_AC_TAGVAR(LD, $1) \
3905     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3906     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3907     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3908     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3909     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3910     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3911     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3912     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3913     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3914     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3915     _LT_AC_TAGVAR(predep_objects, $1) \
3916     _LT_AC_TAGVAR(postdep_objects, $1) \
3917     _LT_AC_TAGVAR(predeps, $1) \
3918     _LT_AC_TAGVAR(postdeps, $1) \
3919     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3920     _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
3921     _LT_AC_TAGVAR(archive_cmds, $1) \
3922     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3923     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3924     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3925     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3926     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3927     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3928     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3929     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3930     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3931     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3932     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3933     _LT_AC_TAGVAR(module_cmds, $1) \
3934     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3935     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3936     _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3937     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3938     _LT_AC_TAGVAR(include_expsyms, $1); do
3940     case $var in
3941     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3942     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3943     _LT_AC_TAGVAR(archive_cmds, $1) | \
3944     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3945     _LT_AC_TAGVAR(module_cmds, $1) | \
3946     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3947     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3948     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3949     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3950     postinstall_cmds | postuninstall_cmds | \
3951     old_postinstall_cmds | old_postuninstall_cmds | \
3952     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3953       # Double-quote double-evaled strings.
3954       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3955       ;;
3956     *)
3957       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3958       ;;
3959     esac
3960   done
3962   case $lt_echo in
3963   *'\[$]0 --fallback-echo"')
3964     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3965     ;;
3966   esac
3968 ifelse([$1], [],
3969   [cfgfile="${ofile}T"
3970   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3971   $rm -f "$cfgfile"
3972   AC_MSG_NOTICE([creating $ofile])],
3973   [cfgfile="$ofile"])
3975   cat <<__EOF__ >> "$cfgfile"
3976 ifelse([$1], [],
3977 [#! $SHELL
3979 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3980 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3981 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3983 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3984 # Free Software Foundation, Inc.
3986 # This file is part of GNU Libtool:
3987 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3989 # This program is free software; you can redistribute it and/or modify
3990 # it under the terms of the GNU General Public License as published by
3991 # the Free Software Foundation; either version 2 of the License, or
3992 # (at your option) any later version.
3994 # This program is distributed in the hope that it will be useful, but
3995 # WITHOUT ANY WARRANTY; without even the implied warranty of
3996 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3997 # General Public License for more details.
3999 # You should have received a copy of the GNU General Public License
4000 # along with this program; if not, write to the Free Software
4001 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4003 # As a special exception to the GNU General Public License, if you
4004 # distribute this file as part of a program that contains a
4005 # configuration script generated by Autoconf, you may include it under
4006 # the same distribution terms that you use for the rest of that program.
4008 # A sed program that does not truncate output.
4009 SED=$lt_SED
4011 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
4012 Xsed="$SED -e 1s/^X//"
4014 # The HP-UX ksh and POSIX shell print the target directory to stdout
4015 # if CDPATH is set.
4016 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4018 # The names of the tagged configurations supported by this script.
4019 available_tags=
4021 # ### BEGIN LIBTOOL CONFIG],
4022 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4024 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4026 # Shell to use when invoking shell scripts.
4027 SHELL=$lt_SHELL
4029 # Whether or not to build shared libraries.
4030 build_libtool_libs=$enable_shared
4032 # Whether or not to build static libraries.
4033 build_old_libs=$enable_static
4035 # Whether or not to add -lc for building shared libraries.
4036 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4038 # Whether or not to disallow shared libs when runtime libs are static
4039 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4041 # Whether or not to optimize for fast installation.
4042 fast_install=$enable_fast_install
4044 # The host system.
4045 host_alias=$host_alias
4046 host=$host
4047 host_os=$host_os
4049 # The build system.
4050 build_alias=$build_alias
4051 build=$build
4052 build_os=$build_os
4054 # An echo program that does not interpret backslashes.
4055 echo=$lt_echo
4057 # The archiver.
4058 AR=$lt_AR
4059 AR_FLAGS=$lt_AR_FLAGS
4061 # A C compiler.
4062 LTCC=$lt_LTCC
4064 # LTCC compiler flags.
4065 LTCFLAGS=$lt_LTCFLAGS
4067 # A language-specific compiler.
4068 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4070 # Is the compiler the GNU C compiler?
4071 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4073 # An ERE matcher.
4074 EGREP=$lt_EGREP
4076 # The linker used to build libraries.
4077 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4079 # Whether we need hard or soft links.
4080 LN_S=$lt_LN_S
4082 # A BSD-compatible nm program.
4083 NM=$lt_NM
4085 # A symbol stripping program
4086 STRIP=$lt_STRIP
4088 # Used to examine libraries when file_magic_cmd begins "file"
4089 MAGIC_CMD=$MAGIC_CMD
4091 # Used on cygwin: DLL creation program.
4092 DLLTOOL="$DLLTOOL"
4094 # Used on cygwin: object dumper.
4095 OBJDUMP="$OBJDUMP"
4097 # Used on cygwin: assembler.
4098 AS="$AS"
4100 # The name of the directory that contains temporary libtool files.
4101 objdir=$objdir
4103 # How to create reloadable object files.
4104 reload_flag=$lt_reload_flag
4105 reload_cmds=$lt_reload_cmds
4107 # How to pass a linker flag through the compiler.
4108 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4110 # Object file suffix (normally "o").
4111 objext="$ac_objext"
4113 # Old archive suffix (normally "a").
4114 libext="$libext"
4116 # Shared library suffix (normally ".so").
4117 shrext_cmds='$shrext_cmds'
4119 # Executable file suffix (normally "").
4120 exeext="$exeext"
4122 # Additional compiler flags for building library objects.
4123 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4124 pic_mode=$pic_mode
4126 # What is the maximum length of a command?
4127 max_cmd_len=$lt_cv_sys_max_cmd_len
4129 # Does compiler simultaneously support -c and -o options?
4130 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4132 # Must we lock files when doing compilation?
4133 need_locks=$lt_need_locks
4135 # Do we need the lib prefix for modules?
4136 need_lib_prefix=$need_lib_prefix
4138 # Do we need a version for libraries?
4139 need_version=$need_version
4141 # Whether dlopen is supported.
4142 dlopen_support=$enable_dlopen
4144 # Whether dlopen of programs is supported.
4145 dlopen_self=$enable_dlopen_self
4147 # Whether dlopen of statically linked programs is supported.
4148 dlopen_self_static=$enable_dlopen_self_static
4150 # Compiler flag to prevent dynamic linking.
4151 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4153 # Compiler flag to turn off builtin functions.
4154 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4156 # Compiler flag to allow reflexive dlopens.
4157 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4159 # Compiler flag to generate shared objects directly from archives.
4160 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4162 # Compiler flag to generate thread-safe objects.
4163 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4165 # Library versioning type.
4166 version_type=$version_type
4168 # Format of library name prefix.
4169 libname_spec=$lt_libname_spec
4171 # List of archive names.  First name is the real one, the rest are links.
4172 # The last name is the one that the linker finds with -lNAME.
4173 library_names_spec=$lt_library_names_spec
4175 # The coded name of the library, if different from the real name.
4176 soname_spec=$lt_soname_spec
4178 # Commands used to build and install an old-style archive.
4179 RANLIB=$lt_RANLIB
4180 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4181 old_postinstall_cmds=$lt_old_postinstall_cmds
4182 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4184 # Create an old-style archive from a shared archive.
4185 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4187 # Create a temporary old-style archive to link instead of a shared archive.
4188 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4190 # Commands used to build and install a shared archive.
4191 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4192 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4193 postinstall_cmds=$lt_postinstall_cmds
4194 postuninstall_cmds=$lt_postuninstall_cmds
4196 # Commands used to build a loadable module (assumed same as above if empty)
4197 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4198 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4200 # Commands to strip libraries.
4201 old_striplib=$lt_old_striplib
4202 striplib=$lt_striplib
4204 # Dependencies to place before the objects being linked to create a
4205 # shared library.
4206 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4208 # Dependencies to place after the objects being linked to create a
4209 # shared library.
4210 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4212 # Dependencies to place before the objects being linked to create a
4213 # shared library.
4214 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4216 # Dependencies to place after the objects being linked to create a
4217 # shared library.
4218 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4220 # The directories searched by this compiler when creating a shared
4221 # library
4222 compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
4224 # The library search path used internally by the compiler when linking
4225 # a shared library.
4226 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4228 # Method to check whether dependent libraries are shared objects.
4229 deplibs_check_method=$lt_deplibs_check_method
4231 # Command to use when deplibs_check_method == file_magic.
4232 file_magic_cmd=$lt_file_magic_cmd
4234 # Flag that allows shared libraries with undefined symbols to be built.
4235 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4237 # Flag that forces no undefined symbols.
4238 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4240 # Commands used to finish a libtool library installation in a directory.
4241 finish_cmds=$lt_finish_cmds
4243 # Same as above, but a single script fragment to be evaled but not shown.
4244 finish_eval=$lt_finish_eval
4246 # Take the output of nm and produce a listing of raw symbols and C names.
4247 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4249 # Transform the output of nm in a proper C declaration
4250 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4252 # Transform the output of nm in a C name address pair
4253 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4255 # This is the shared library runtime path variable.
4256 runpath_var=$runpath_var
4258 # This is the shared library path variable.
4259 shlibpath_var=$shlibpath_var
4261 # Is shlibpath searched before the hard-coded library search path?
4262 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4264 # How to hardcode a shared library path into an executable.
4265 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4267 # Whether we should hardcode library paths into libraries.
4268 hardcode_into_libs=$hardcode_into_libs
4270 # Flag to hardcode \$libdir into a binary during linking.
4271 # This must work even if \$libdir does not exist.
4272 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4274 # If ld is used when linking, flag to hardcode \$libdir into
4275 # a binary during linking. This must work even if \$libdir does
4276 # not exist.
4277 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4279 # Whether we need a single -rpath flag with a separated argument.
4280 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4282 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4283 # resulting binary.
4284 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4286 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4287 # resulting binary.
4288 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4290 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4291 # the resulting binary.
4292 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4294 # Set to yes if building a shared library automatically hardcodes DIR into the library
4295 # and all subsequent libraries and executables linked against it.
4296 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4298 # Variables whose values should be saved in libtool wrapper scripts and
4299 # restored at relink time.
4300 variables_saved_for_relink="$variables_saved_for_relink"
4302 # Whether libtool must link a program against all its dependency libraries.
4303 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4305 # Compile-time system search path for libraries
4306 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4308 # Run-time system search path for libraries
4309 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4311 # Fix the shell variable \$srcfile for the compiler.
4312 fix_srcfile_path=$lt_fix_srcfile_path
4314 # Set to yes if exported symbols are required.
4315 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4317 # The commands to list exported symbols.
4318 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4320 # The commands to extract the exported symbol list from a shared archive.
4321 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4323 # Symbols that should not be listed in the preloaded symbols.
4324 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4326 # Symbols that must always be exported.
4327 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4329 ifelse([$1],[],
4330 [# ### END LIBTOOL CONFIG],
4331 [# ### END LIBTOOL TAG CONFIG: $tagname])
4333 __EOF__
4335 ifelse([$1],[], [
4336   case $host_os in
4337   aix3*)
4338     cat <<\EOF >> "$cfgfile"
4340 # AIX sometimes has problems with the GCC collect2 program.  For some
4341 # reason, if we set the COLLECT_NAMES environment variable, the problems
4342 # vanish in a puff of smoke.
4343 if test "X${COLLECT_NAMES+set}" != Xset; then
4344   COLLECT_NAMES=
4345   export COLLECT_NAMES
4348     ;;
4349   esac
4351   # We use sed instead of cat because bash on DJGPP gets confused if
4352   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4353   # text mode, it properly converts lines to CR/LF.  This bash problem
4354   # is reportedly fixed, but why not run on old versions too?
4355   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4357   mv -f "$cfgfile" "$ofile" || \
4358     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4359   chmod +x "$ofile"
4361 else
4362   # If there is no Makefile yet, we rely on a make rule to execute
4363   # `config.status --recheck' to rerun these tests and create the
4364   # libtool script then.
4365   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4366   if test -f "$ltmain_in"; then
4367     test -f Makefile && make "$ltmain"
4368   fi
4371 m4trace:/usr/share/aclocal/libtool.m4:4789: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4373 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4375 if test "$GCC" = yes; then
4376   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4378   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4379     lt_cv_prog_compiler_rtti_exceptions,
4380     [-fno-rtti -fno-exceptions], [],
4381     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4384 m4trace:/usr/share/aclocal/libtool.m4:4807: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4385 AC_REQUIRE([LT_AC_PROG_SED])
4386 AC_REQUIRE([AC_PROG_NM])
4387 AC_REQUIRE([AC_OBJEXT])
4388 # Check for command to grab the raw symbol name followed by C symbol from nm.
4389 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4390 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4392 # These are sane defaults that work on at least a few old systems.
4393 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4395 # Character class describing NM global symbol codes.
4396 symcode='[[BCDEGRST]]'
4398 # Regexp to match symbols that can be accessed directly from C.
4399 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4401 # Transform an extracted symbol line into a proper C declaration
4402 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4404 # Transform an extracted symbol line into symbol name and symbol address
4405 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'"
4407 # Define system-specific variables.
4408 case $host_os in
4409 aix*)
4410   symcode='[[BCDT]]'
4411   ;;
4412 cygwin* | mingw* | pw32*)
4413   symcode='[[ABCDGISTW]]'
4414   ;;
4415 hpux*) # Its linker distinguishes data from code symbols
4416   if test "$host_cpu" = ia64; then
4417     symcode='[[ABCDEGRST]]'
4418   fi
4419   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4420   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'"
4421   ;;
4422 linux* | k*bsd*-gnu)
4423   if test "$host_cpu" = ia64; then
4424     symcode='[[ABCDGIRSTW]]'
4425     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4426     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'"
4427   fi
4428   ;;
4429 irix* | nonstopux*)
4430   symcode='[[BCDEGRST]]'
4431   ;;
4432 osf*)
4433   symcode='[[BCDEGQRST]]'
4434   ;;
4435 solaris*)
4436   symcode='[[BDRT]]'
4437   ;;
4438 sco3.2v5*)
4439   symcode='[[DT]]'
4440   ;;
4441 sysv4.2uw2*)
4442   symcode='[[DT]]'
4443   ;;
4444 sysv5* | sco5v6* | unixware* | OpenUNIX*)
4445   symcode='[[ABDT]]'
4446   ;;
4447 sysv4)
4448   symcode='[[DFNSTU]]'
4449   ;;
4450 esac
4452 # Handle CRLF in mingw tool chain
4453 opt_cr=
4454 case $build_os in
4455 mingw*)
4456   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4457   ;;
4458 esac
4460 # If we're using GNU nm, then use its standard symbol codes.
4461 case `$NM -V 2>&1` in
4462 *GNU* | *'with BFD'*)
4463   symcode='[[ABCDGIRSTW]]' ;;
4464 esac
4466 # Try without a prefix undercore, then with it.
4467 for ac_symprfx in "" "_"; do
4469   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4470   symxfrm="\\1 $ac_symprfx\\2 \\2"
4472   # Write the raw and C identifiers.
4473   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4475   # Check to see that the pipe works correctly.
4476   pipe_works=no
4478   rm -f conftest*
4479   cat > conftest.$ac_ext <<EOF
4480 #ifdef __cplusplus
4481 extern "C" {
4482 #endif
4483 char nm_test_var;
4484 void nm_test_func(){}
4485 #ifdef __cplusplus
4487 #endif
4488 int main(){nm_test_var='a';nm_test_func();return(0);}
4491   if AC_TRY_EVAL(ac_compile); then
4492     # Now try to grab the symbols.
4493     nlist=conftest.nm
4494     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4495       # Try sorting and uniquifying the output.
4496       if sort "$nlist" | uniq > "$nlist"T; then
4497         mv -f "$nlist"T "$nlist"
4498       else
4499         rm -f "$nlist"T
4500       fi
4502       # Make sure that we snagged all the symbols we need.
4503       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4504         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4505           cat <<EOF > conftest.$ac_ext
4506 #ifdef __cplusplus
4507 extern "C" {
4508 #endif
4511           # Now generate the symbol file.
4512           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4514           cat <<EOF >> conftest.$ac_ext
4515 #if defined (__STDC__) && __STDC__
4516 # define lt_ptr_t void *
4517 #else
4518 # define lt_ptr_t char *
4519 # define const
4520 #endif
4522 /* The mapping between symbol names and symbols. */
4523 const struct {
4524   const char *name;
4525   lt_ptr_t address;
4527 lt_preloaded_symbols[[]] =
4530           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4531           cat <<\EOF >> conftest.$ac_ext
4532   {0, (lt_ptr_t) 0}
4535 #ifdef __cplusplus
4537 #endif
4539           # Now try linking the two files.
4540           mv conftest.$ac_objext conftstm.$ac_objext
4541           lt_save_LIBS="$LIBS"
4542           lt_save_CFLAGS="$CFLAGS"
4543           LIBS="conftstm.$ac_objext"
4544           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4545           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4546             pipe_works=yes
4547           fi
4548           LIBS="$lt_save_LIBS"
4549           CFLAGS="$lt_save_CFLAGS"
4550         else
4551           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4552         fi
4553       else
4554         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4555       fi
4556     else
4557       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4558     fi
4559   else
4560     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4561     cat conftest.$ac_ext >&5
4562   fi
4563   rm -rf conftest* conftst*
4565   # Do not use the global_symbol_pipe unless it works.
4566   if test "$pipe_works" = yes; then
4567     break
4568   else
4569     lt_cv_sys_global_symbol_pipe=
4570   fi
4571 done
4573 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4574   lt_cv_sys_global_symbol_to_cdecl=
4576 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4577   AC_MSG_RESULT(failed)
4578 else
4579   AC_MSG_RESULT(ok)
4582 m4trace:/usr/share/aclocal/libtool.m4:5010: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4583 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4584 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4586 AC_MSG_CHECKING([for $compiler option to produce PIC])
4587  ifelse([$1],[CXX],[
4588   # C++ specific cases for pic, static, wl, etc.
4589   if test "$GXX" = yes; then
4590     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4591     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4593     case $host_os in
4594     aix*)
4595       # All AIX code is PIC.
4596       if test "$host_cpu" = ia64; then
4597         # AIX 5 now supports IA64 processor
4598         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4599       fi
4600       ;;
4601     amigaos*)
4602       # FIXME: we need at least 68020 code to build shared libraries, but
4603       # adding the `-m68020' flag to GCC prevents building anything better,
4604       # like `-m68040'.
4605       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4606       ;;
4607     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4608       # PIC is the default for these OSes.
4609       ;;
4610     mingw* | cygwin* | os2* | pw32*)
4611       # This hack is so that the source file can tell whether it is being
4612       # built for inclusion in a dll (and should export symbols for example).
4613       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4614       # (--disable-auto-import) libraries
4615       m4_if([$1], [GCJ], [],
4616         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4617       ;;
4618     darwin* | rhapsody*)
4619       # PIC is the default on this platform
4620       # Common symbols not allowed in MH_DYLIB files
4621       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4622       ;;
4623     *djgpp*)
4624       # DJGPP does not support shared libraries at all
4625       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4626       ;;
4627     interix[[3-9]]*)
4628       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4629       # Instead, we relocate shared libraries at runtime.
4630       ;;
4631     sysv4*MP*)
4632       if test -d /usr/nec; then
4633         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4634       fi
4635       ;;
4636     hpux*)
4637       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4638       # not for PA HP-UX.
4639       case $host_cpu in
4640       hppa*64*|ia64*)
4641         ;;
4642       *)
4643         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4644         ;;
4645       esac
4646       ;;
4647     *)
4648       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4649       ;;
4650     esac
4651   else
4652     case $host_os in
4653       aix[[4-9]]*)
4654         # All AIX code is PIC.
4655         if test "$host_cpu" = ia64; then
4656           # AIX 5 now supports IA64 processor
4657           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4658         else
4659           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4660         fi
4661         ;;
4662       chorus*)
4663         case $cc_basename in
4664         cxch68*)
4665           # Green Hills C++ Compiler
4666           # _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"
4667           ;;
4668         esac
4669         ;;
4670        darwin*)
4671          # PIC is the default on this platform
4672          # Common symbols not allowed in MH_DYLIB files
4673          case $cc_basename in
4674            xlc*)
4675            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4676            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4677            ;;
4678          esac
4679        ;;
4680       dgux*)
4681         case $cc_basename in
4682           ec++*)
4683             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4684             ;;
4685           ghcx*)
4686             # Green Hills C++ Compiler
4687             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4688             ;;
4689           *)
4690             ;;
4691         esac
4692         ;;
4693       freebsd* | dragonfly*)
4694         # FreeBSD uses GNU C++
4695         ;;
4696       hpux9* | hpux10* | hpux11*)
4697         case $cc_basename in
4698           CC*)
4699             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4700             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4701             if test "$host_cpu" != ia64; then
4702               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4703             fi
4704             ;;
4705           aCC*)
4706             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4707             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4708             case $host_cpu in
4709             hppa*64*|ia64*)
4710               # +Z the default
4711               ;;
4712             *)
4713               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4714               ;;
4715             esac
4716             ;;
4717           *)
4718             ;;
4719         esac
4720         ;;
4721       interix*)
4722         # This is c89, which is MS Visual C++ (no shared libs)
4723         # Anyone wants to do a port?
4724         ;;
4725       irix5* | irix6* | nonstopux*)
4726         case $cc_basename in
4727           CC*)
4728             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4729             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4730             # CC pic flag -KPIC is the default.
4731             ;;
4732           *)
4733             ;;
4734         esac
4735         ;;
4736       linux* | k*bsd*-gnu)
4737         case $cc_basename in
4738           KCC*)
4739             # KAI C++ Compiler
4740             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4741             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4742             ;;
4743           icpc* | ecpc*)
4744             # Intel C++
4745             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4746             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4747             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4748             ;;
4749           pgCC* | pgcpp*)
4750             # Portland Group C++ compiler.
4751             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4752             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4753             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4754             ;;
4755           cxx*)
4756             # Compaq C++
4757             # Make sure the PIC flag is empty.  It appears that all Alpha
4758             # Linux and Compaq Tru64 Unix objects are PIC.
4759             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4760             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4761             ;;
4762           *)
4763             case `$CC -V 2>&1 | sed 5q` in
4764             *Sun\ C*)
4765               # Sun C++ 5.9
4766               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4767               _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4768               _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4769               ;;
4770             esac
4771             ;;
4772         esac
4773         ;;
4774       lynxos*)
4775         ;;
4776       m88k*)
4777         ;;
4778       mvs*)
4779         case $cc_basename in
4780           cxx*)
4781             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4782             ;;
4783           *)
4784             ;;
4785         esac
4786         ;;
4787       netbsd* | netbsdelf*-gnu)
4788         ;;
4789       osf3* | osf4* | osf5*)
4790         case $cc_basename in
4791           KCC*)
4792             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4793             ;;
4794           RCC*)
4795             # Rational C++ 2.4.1
4796             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4797             ;;
4798           cxx*)
4799             # Digital/Compaq C++
4800             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4801             # Make sure the PIC flag is empty.  It appears that all Alpha
4802             # Linux and Compaq Tru64 Unix objects are PIC.
4803             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4804             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4805             ;;
4806           *)
4807             ;;
4808         esac
4809         ;;
4810       psos*)
4811         ;;
4812       solaris*)
4813         case $cc_basename in
4814           CC*)
4815             # Sun C++ 4.2, 5.x and Centerline C++
4816             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4817             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4818             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4819             ;;
4820           gcx*)
4821             # Green Hills C++ Compiler
4822             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4823             ;;
4824           *)
4825             ;;
4826         esac
4827         ;;
4828       sunos4*)
4829         case $cc_basename in
4830           CC*)
4831             # Sun C++ 4.x
4832             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4833             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4834             ;;
4835           lcc*)
4836             # Lucid
4837             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4838             ;;
4839           *)
4840             ;;
4841         esac
4842         ;;
4843       tandem*)
4844         case $cc_basename in
4845           NCC*)
4846             # NonStop-UX NCC 3.20
4847             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4848             ;;
4849           *)
4850             ;;
4851         esac
4852         ;;
4853       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4854         case $cc_basename in
4855           CC*)
4856             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4857             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4858             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4859             ;;
4860         esac
4861         ;;
4862       vxworks*)
4863         ;;
4864       *)
4865         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4866         ;;
4867     esac
4868   fi
4871   if test "$GCC" = yes; then
4872     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4873     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4875     case $host_os in
4876       aix*)
4877       # All AIX code is PIC.
4878       if test "$host_cpu" = ia64; then
4879         # AIX 5 now supports IA64 processor
4880         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4881       fi
4882       ;;
4884     amigaos*)
4885       # FIXME: we need at least 68020 code to build shared libraries, but
4886       # adding the `-m68020' flag to GCC prevents building anything better,
4887       # like `-m68040'.
4888       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4889       ;;
4891     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4892       # PIC is the default for these OSes.
4893       ;;
4895     mingw* | cygwin* | pw32* | os2*)
4896       # This hack is so that the source file can tell whether it is being
4897       # built for inclusion in a dll (and should export symbols for example).
4898       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4899       # (--disable-auto-import) libraries
4900       m4_if([$1], [GCJ], [],
4901         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4902       ;;
4904     darwin* | rhapsody*)
4905       # PIC is the default on this platform
4906       # Common symbols not allowed in MH_DYLIB files
4907       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4908       ;;
4910     interix[[3-9]]*)
4911       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4912       # Instead, we relocate shared libraries at runtime.
4913       ;;
4915     msdosdjgpp*)
4916       # Just because we use GCC doesn't mean we suddenly get shared libraries
4917       # on systems that don't support them.
4918       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4919       enable_shared=no
4920       ;;
4922     sysv4*MP*)
4923       if test -d /usr/nec; then
4924         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4925       fi
4926       ;;
4928     hpux*)
4929       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4930       # not for PA HP-UX.
4931       case $host_cpu in
4932       hppa*64*|ia64*)
4933         # +Z the default
4934         ;;
4935       *)
4936         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4937         ;;
4938       esac
4939       ;;
4941     *)
4942       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4943       ;;
4944     esac
4945   else
4946     # PORTME Check for flag to pass linker flags through the system compiler.
4947     case $host_os in
4948     aix*)
4949       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4950       if test "$host_cpu" = ia64; then
4951         # AIX 5 now supports IA64 processor
4952         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4953       else
4954         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4955       fi
4956       ;;
4957       darwin*)
4958         # PIC is the default on this platform
4959         # Common symbols not allowed in MH_DYLIB files
4960        case $cc_basename in
4961          xlc*)
4962          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4963          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4964          ;;
4965        esac
4966        ;;
4968     mingw* | cygwin* | pw32* | os2*)
4969       # This hack is so that the source file can tell whether it is being
4970       # built for inclusion in a dll (and should export symbols for example).
4971       m4_if([$1], [GCJ], [],
4972         [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4973       ;;
4975     hpux9* | hpux10* | hpux11*)
4976       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4977       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4978       # not for PA HP-UX.
4979       case $host_cpu in
4980       hppa*64*|ia64*)
4981         # +Z the default
4982         ;;
4983       *)
4984         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4985         ;;
4986       esac
4987       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4988       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4989       ;;
4991     irix5* | irix6* | nonstopux*)
4992       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4993       # PIC (with -KPIC) is the default.
4994       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4995       ;;
4997     newsos6)
4998       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4999       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5000       ;;
5002     linux* | k*bsd*-gnu)
5003       case $cc_basename in
5004       icc* | ecc*)
5005         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5006         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5007         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5008         ;;
5009       pgcc* | pgf77* | pgf90* | pgf95*)
5010         # Portland Group compilers (*not* the Pentium gcc compiler,
5011         # which looks to be a dead project)
5012         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5013         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5014         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5015         ;;
5016       ccc*)
5017         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5018         # All Alpha code is PIC.
5019         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5020         ;;
5021       *)
5022         case `$CC -V 2>&1 | sed 5q` in
5023         *Sun\ C*)
5024           # Sun C 5.9
5025           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5026           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5027           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5028           ;;
5029         *Sun\ F*)
5030           # Sun Fortran 8.3 passes all unrecognized flags to the linker
5031           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5032           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5033           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
5034           ;;
5035         esac
5036         ;;
5037       esac
5038       ;;
5040     osf3* | osf4* | osf5*)
5041       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5042       # All OSF/1 code is PIC.
5043       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5044       ;;
5046     rdos*)
5047       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5048       ;;
5050     solaris*)
5051       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5052       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5053       case $cc_basename in
5054       f77* | f90* | f95*)
5055         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5056       *)
5057         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5058       esac
5059       ;;
5061     sunos4*)
5062       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5063       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5064       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5065       ;;
5067     sysv4 | sysv4.2uw2* | sysv4.3*)
5068       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5069       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5070       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5071       ;;
5073     sysv4*MP*)
5074       if test -d /usr/nec ;then
5075         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5076         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5077       fi
5078       ;;
5080     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5081       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5082       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5083       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5084       ;;
5086     unicos*)
5087       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5088       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5089       ;;
5091     uts4*)
5092       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5093       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5094       ;;
5096     *)
5097       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5098       ;;
5099     esac
5100   fi
5102 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5105 # Check to make sure the PIC flag actually works.
5107 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5108   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5109     _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
5110     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5111     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5112      "" | " "*) ;;
5113      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5114      esac],
5115     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5116      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5118 case $host_os in
5119   # For platforms which do not support PIC, -DPIC is meaningless:
5120   *djgpp*)
5121     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5122     ;;
5123   *)
5124     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5125     ;;
5126 esac
5129 # Check to make sure the static flag actually works.
5131 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5132 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5133   _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
5134   $lt_tmp_static_flag,
5135   [],
5136   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5138 m4trace:/usr/share/aclocal/libtool.m4:5572: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5139 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5140 ifelse([$1],[CXX],[
5141   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5142   case $host_os in
5143   aix[[4-9]]*)
5144     # If we're using GNU nm, then we don't want the "-C" option.
5145     # -C means demangle to AIX nm, but means don't demangle with GNU nm
5146     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5147       _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'
5148     else
5149       _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'
5150     fi
5151     ;;
5152   pw32*)
5153     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5154   ;;
5155   cygwin* | mingw*)
5156     _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'
5157   ;;
5158   linux* | k*bsd*-gnu)
5159     _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5160   ;;
5161   *)
5162     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5163   ;;
5164   esac
5165   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5167   runpath_var=
5168   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5169   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5170   _LT_AC_TAGVAR(archive_cmds, $1)=
5171   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5172   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5173   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5174   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5175   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5176   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5177   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5178   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5179   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5180   _LT_AC_TAGVAR(hardcode_direct, $1)=no
5181   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5182   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5183   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5184   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5185   _LT_AC_TAGVAR(module_cmds, $1)=
5186   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5187   _LT_AC_TAGVAR(always_export_symbols, $1)=no
5188   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5189   # include_expsyms should be a list of space-separated symbols to be *always*
5190   # included in the symbol list
5191   _LT_AC_TAGVAR(include_expsyms, $1)=
5192   # exclude_expsyms can be an extended regexp of symbols to exclude
5193   # it will be wrapped by ` (' and `)$', so one must not match beginning or
5194   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5195   # as well as any symbol that contains `d'.
5196   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5197   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5198   # platforms (ab)use it in PIC code, but their linkers get confused if
5199   # the symbol is explicitly referenced.  Since portable code cannot
5200   # rely on this symbol name, it's probably fine to never include it in
5201   # preloaded symbol tables.
5202   # Exclude shared library initialization/finalization symbols.
5203 dnl Note also adjust exclude_expsyms for C++ above.
5204   extract_expsyms_cmds=
5205   # Just being paranoid about ensuring that cc_basename is set.
5206   _LT_CC_BASENAME([$compiler])
5207   case $host_os in
5208   cygwin* | mingw* | pw32*)
5209     # FIXME: the MSVC++ port hasn't been tested in a loooong time
5210     # When not using gcc, we currently assume that we are using
5211     # Microsoft Visual C++.
5212     if test "$GCC" != yes; then
5213       with_gnu_ld=no
5214     fi
5215     ;;
5216   interix*)
5217     # we just hope/assume this is gcc and not c89 (= MSVC++)
5218     with_gnu_ld=yes
5219     ;;
5220   openbsd*)
5221     with_gnu_ld=no
5222     ;;
5223   esac
5225   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5226   if test "$with_gnu_ld" = yes; then
5227     # If archive_cmds runs LD, not CC, wlarc should be empty
5228     wlarc='${wl}'
5230     # Set some defaults for GNU ld with shared library support. These
5231     # are reset later if shared libraries are not supported. Putting them
5232     # here allows them to be overridden if necessary.
5233     runpath_var=LD_RUN_PATH
5234     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5235     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5236     # ancient GNU ld didn't support --whole-archive et. al.
5237     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5238         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5239       else
5240         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5241     fi
5242     supports_anon_versioning=no
5243     case `$LD -v 2>/dev/null` in
5244       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5245       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5246       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5247       *\ 2.11.*) ;; # other 2.11 versions
5248       *) supports_anon_versioning=yes ;;
5249     esac
5251     # See if GNU ld supports shared libraries.
5252     case $host_os in
5253     aix[[3-9]]*)
5254       # On AIX/PPC, the GNU linker is very broken
5255       if test "$host_cpu" != ia64; then
5256         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5257         cat <<EOF 1>&2
5259 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5260 *** to be unable to reliably create shared libraries on AIX.
5261 *** Therefore, libtool is disabling shared libraries support.  If you
5262 *** really care for shared libraries, you may want to modify your PATH
5263 *** so that a non-GNU linker is found, and then restart.
5266       fi
5267       ;;
5269     amigaos*)
5270       _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)'
5271       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5272       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5274       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5275       # that the semantics of dynamic libraries on AmigaOS, at least up
5276       # to version 4, is to share data among multiple programs linked
5277       # with the same dynamic library.  Since this doesn't match the
5278       # behavior of shared libraries on other platforms, we can't use
5279       # them.
5280       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5281       ;;
5283     beos*)
5284       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5285         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5286         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5287         # support --undefined.  This deserves some investigation.  FIXME
5288         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5289       else
5290         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5291       fi
5292       ;;
5294     cygwin* | mingw* | pw32*)
5295       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5296       # as there is no search path for DLLs.
5297       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5298       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5299       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5300       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5301       _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'
5303       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5304         _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'
5305         # If the export-symbols file already is a .def file (1st line
5306         # is EXPORTS), use it as is; otherwise, prepend...
5307         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5308           cp $export_symbols $output_objdir/$soname.def;
5309         else
5310           echo EXPORTS > $output_objdir/$soname.def;
5311           cat $export_symbols >> $output_objdir/$soname.def;
5312         fi~
5313         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5314       else
5315         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5316       fi
5317       ;;
5319     interix[[3-9]]*)
5320       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5321       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5322       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5323       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5324       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5325       # Instead, shared libraries are loaded at an image base (0x10000000 by
5326       # default) and relocated if they conflict, which is a slow very memory
5327       # consuming and fragmenting process.  To avoid this, we pick a random,
5328       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5329       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5330       _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'
5331       _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'
5332       ;;
5334     gnu* | linux* | k*bsd*-gnu)
5335       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5336         tmp_addflag=
5337         case $cc_basename,$host_cpu in
5338         pgcc*)                          # Portland Group C compiler
5339           _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'
5340           tmp_addflag=' $pic_flag'
5341           ;;
5342         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5343           _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'
5344           tmp_addflag=' $pic_flag -Mnomain' ;;
5345         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5346           tmp_addflag=' -i_dynamic' ;;
5347         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5348           tmp_addflag=' -i_dynamic -nofor_main' ;;
5349         ifc* | ifort*)                  # Intel Fortran compiler
5350           tmp_addflag=' -nofor_main' ;;
5351         esac
5352         case `$CC -V 2>&1 | sed 5q` in
5353         *Sun\ C*)                       # Sun C 5.9
5354           _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'
5355           tmp_sharedflag='-G' ;;
5356         *Sun\ F*)                       # Sun Fortran 8.3
5357           tmp_sharedflag='-G' ;;
5358         *)
5359           tmp_sharedflag='-shared' ;;
5360         esac
5361         _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5363         if test $supports_anon_versioning = yes; then
5364           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5365   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5366   $echo "local: *; };" >> $output_objdir/$libname.ver~
5367           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5368         fi
5369         _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5370       else
5371         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5372       fi
5373       ;;
5375     netbsd* | netbsdelf*-gnu)
5376       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5377         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5378         wlarc=
5379       else
5380         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5381         _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'
5382       fi
5383       ;;
5385     solaris*)
5386       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5387         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5388         cat <<EOF 1>&2
5390 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5391 *** create shared libraries on Solaris systems.  Therefore, libtool
5392 *** is disabling shared libraries support.  We urge you to upgrade GNU
5393 *** binutils to release 2.9.1 or newer.  Another option is to modify
5394 *** your PATH or compiler configuration so that the native linker is
5395 *** used, and then restart.
5398       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5399         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5400         _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'
5401       else
5402         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5403       fi
5404       ;;
5406     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5407       case `$LD -v 2>&1` in
5408         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5409         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5410         cat <<_LT_EOF 1>&2
5412 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5413 *** reliably create shared libraries on SCO systems.  Therefore, libtool
5414 *** is disabling shared libraries support.  We urge you to upgrade GNU
5415 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5416 *** your PATH or compiler configuration so that the native linker is
5417 *** used, and then restart.
5419 _LT_EOF
5420         ;;
5421         *)
5422           if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5423             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5424             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5425             _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'
5426           else
5427             _LT_AC_TAGVAR(ld_shlibs, $1)=no
5428           fi
5429         ;;
5430       esac
5431       ;;
5433     sunos4*)
5434       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5435       wlarc=
5436       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5437       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5438       ;;
5440     *)
5441       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5442         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5443         _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'
5444       else
5445         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5446       fi
5447       ;;
5448     esac
5450     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5451       runpath_var=
5452       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5453       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5454       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5455     fi
5456   else
5457     # PORTME fill in a description of your system's linker (not GNU ld)
5458     case $host_os in
5459     aix3*)
5460       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5461       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5462       _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'
5463       # Note: this linker hardcodes the directories in LIBPATH if there
5464       # are no directories specified by -L.
5465       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5466       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5467         # Neither direct hardcoding nor static linking is supported with a
5468         # broken collect2.
5469         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5470       fi
5471       ;;
5473     aix[[4-9]]*)
5474       if test "$host_cpu" = ia64; then
5475         # On IA64, the linker does run time linking by default, so we don't
5476         # have to do anything special.
5477         aix_use_runtimelinking=no
5478         exp_sym_flag='-Bexport'
5479         no_entry_flag=""
5480       else
5481         # If we're using GNU nm, then we don't want the "-C" option.
5482         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5483         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5484           _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'
5485         else
5486           _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'
5487         fi
5488         aix_use_runtimelinking=no
5490         # Test if we are trying to use run time linking or normal
5491         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5492         # need to do runtime linking.
5493         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5494           for ld_flag in $LDFLAGS; do
5495           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5496             aix_use_runtimelinking=yes
5497             break
5498           fi
5499           done
5500           ;;
5501         esac
5503         exp_sym_flag='-bexport'
5504         no_entry_flag='-bnoentry'
5505       fi
5507       # When large executables or shared objects are built, AIX ld can
5508       # have problems creating the table of contents.  If linking a library
5509       # or program results in "error TOC overflow" add -mminimal-toc to
5510       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5511       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5513       _LT_AC_TAGVAR(archive_cmds, $1)=''
5514       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5515       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5516       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5518       if test "$GCC" = yes; then
5519         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5520         # We only want to do this on AIX 4.2 and lower, the check
5521         # below for broken collect2 doesn't work under 4.3+
5522           collect2name=`${CC} -print-prog-name=collect2`
5523           if test -f "$collect2name" && \
5524            strings "$collect2name" | grep resolve_lib_name >/dev/null
5525           then
5526           # We have reworked collect2
5527           :
5528           else
5529           # We have old collect2
5530           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5531           # It fails to find uninstalled libraries when the uninstalled
5532           # path is not listed in the libpath.  Setting hardcode_minus_L
5533           # to unsupported forces relinking
5534           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5535           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5536           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5537           fi
5538           ;;
5539         esac
5540         shared_flag='-shared'
5541         if test "$aix_use_runtimelinking" = yes; then
5542           shared_flag="$shared_flag "'${wl}-G'
5543         fi
5544       else
5545         # not using gcc
5546         if test "$host_cpu" = ia64; then
5547         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5548         # chokes on -Wl,-G. The following line is correct:
5549           shared_flag='-G'
5550         else
5551           if test "$aix_use_runtimelinking" = yes; then
5552             shared_flag='${wl}-G'
5553           else
5554             shared_flag='${wl}-bM:SRE'
5555           fi
5556         fi
5557       fi
5559       # It seems that -bexpall does not export symbols beginning with
5560       # underscore (_), so it is better to generate a list of symbols to export.
5561       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5562       if test "$aix_use_runtimelinking" = yes; then
5563         # Warning - without using the other runtime loading flags (-brtl),
5564         # -berok will link without error, but may produce a broken library.
5565         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5566        # Determine the default libpath from the value encoded in an empty executable.
5567        _LT_AC_SYS_LIBPATH_AIX
5568        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5569         _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"
5570        else
5571         if test "$host_cpu" = ia64; then
5572           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5573           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5574           _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"
5575         else
5576          # Determine the default libpath from the value encoded in an empty executable.
5577          _LT_AC_SYS_LIBPATH_AIX
5578          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5579           # Warning - without using the other run time loading flags,
5580           # -berok will link without error, but may produce a broken library.
5581           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5582           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5583           # Exported symbols can be pulled into shared objects from archives
5584           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5585           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5586           # This is similar to how AIX traditionally builds its shared libraries.
5587           _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'
5588         fi
5589       fi
5590       ;;
5592     amigaos*)
5593       _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)'
5594       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5595       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5596       # see comment about different semantics on the GNU ld section
5597       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5598       ;;
5600     bsdi[[45]]*)
5601       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5602       ;;
5604     cygwin* | mingw* | pw32*)
5605       # When not using gcc, we currently assume that we are using
5606       # Microsoft Visual C++.
5607       # hardcode_libdir_flag_spec is actually meaningless, as there is
5608       # no search path for DLLs.
5609       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5610       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5611       # Tell ltmain to make .lib files, not .a files.
5612       libext=lib
5613       # Tell ltmain to make .dll files, not .so files.
5614       shrext_cmds=".dll"
5615       # FIXME: Setting linknames here is a bad hack.
5616       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5617       # The linker will automatically build a .lib file if we build a DLL.
5618       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5619       # FIXME: Should let the user specify the lib program.
5620       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5621       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5622       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5623       ;;
5625     darwin* | rhapsody*)
5626       case $host_os in
5627         rhapsody* | darwin1.[[012]])
5628          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5629          ;;
5630        *) # Darwin 1.3 on
5631          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5632            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5633          else
5634            case ${MACOSX_DEPLOYMENT_TARGET} in
5635              10.[[012]])
5636                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5637                ;;
5638              10.*)
5639                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5640                ;;
5641            esac
5642          fi
5643          ;;
5644       esac
5645       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5646       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5647       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5648       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5649       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5650       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5651     if test "$GCC" = yes ; then
5652         output_verbose_link_cmd='echo'
5653         _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}"
5654         _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
5655         _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}"
5656         _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}"
5657     else
5658       case $cc_basename in
5659         xlc*)
5660          output_verbose_link_cmd='echo'
5661          _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'
5662          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5663           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5664          _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}'
5665           _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}'
5666           ;;
5667        *)
5668          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5669           ;;
5670       esac
5671     fi
5672       ;;
5674     dgux*)
5675       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5676       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5677       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5678       ;;
5680     freebsd1*)
5681       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5682       ;;
5684     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5685     # support.  Future versions do this automatically, but an explicit c++rt0.o
5686     # does not break anything, and helps significantly (at the cost of a little
5687     # extra space).
5688     freebsd2.2*)
5689       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5690       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5691       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5692       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5693       ;;
5695     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5696     freebsd2*)
5697       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5698       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5699       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5700       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5701       ;;
5703     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5704     freebsd* | dragonfly*)
5705       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5706       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5707       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5708       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5709       ;;
5711     hpux9*)
5712       if test "$GCC" = yes; then
5713         _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'
5714       else
5715         _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'
5716       fi
5717       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5718       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5719       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5721       # hardcode_minus_L: Not really in the search PATH,
5722       # but as the default location of the library.
5723       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5724       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5725       ;;
5727     hpux10*)
5728       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5729         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5730       else
5731         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5732       fi
5733       if test "$with_gnu_ld" = no; then
5734         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5735         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5737         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5738         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5740         # hardcode_minus_L: Not really in the search PATH,
5741         # but as the default location of the library.
5742         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5743       fi
5744       ;;
5746     hpux11*)
5747       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5748         case $host_cpu in
5749         hppa*64*)
5750           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5751           ;;
5752         ia64*)
5753           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5754           ;;
5755         *)
5756           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5757           ;;
5758         esac
5759       else
5760         case $host_cpu in
5761         hppa*64*)
5762           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5763           ;;
5764         ia64*)
5765           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5766           ;;
5767         *)
5768           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5769           ;;
5770         esac
5771       fi
5772       if test "$with_gnu_ld" = no; then
5773         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5774         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5776         case $host_cpu in
5777         hppa*64*|ia64*)
5778           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5779           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5780           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5781           ;;
5782         *)
5783           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5784           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5786           # hardcode_minus_L: Not really in the search PATH,
5787           # but as the default location of the library.
5788           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5789           ;;
5790         esac
5791       fi
5792       ;;
5794     irix5* | irix6* | nonstopux*)
5795       if test "$GCC" = yes; then
5796         _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'
5797       else
5798         _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'
5799         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5800       fi
5801       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5802       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5803       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5804       ;;
5806     netbsd* | netbsdelf*-gnu)
5807       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5808         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5809       else
5810         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5811       fi
5812       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5813       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5814       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5815       ;;
5817     newsos6)
5818       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5819       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5820       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5821       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5822       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5823       ;;
5825     openbsd*)
5826       if test -f /usr/libexec/ld.so; then
5827         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5828         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5829         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5830           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5831           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5832           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5833           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5834         else
5835           case $host_os in
5836            openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5837              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5838              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5839              ;;
5840            *)
5841              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5842              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5843              ;;
5844           esac
5845         fi
5846       else
5847         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5848       fi
5849       ;;
5851     os2*)
5852       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5853       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5854       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5855       _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'
5856       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5857       ;;
5859     osf3*)
5860       if test "$GCC" = yes; then
5861         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5862         _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'
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 -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
5866       fi
5867       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5868       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5869       ;;
5871     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5872       if test "$GCC" = yes; then
5873         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5874         _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'
5875         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5876       else
5877         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5878         _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'
5879         _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~
5880         $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'
5882         # Both c and cxx compiler support -rpath directly
5883         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5884       fi
5885       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5886       ;;
5888     solaris*)
5889       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5890       if test "$GCC" = yes; then
5891         wlarc='${wl}'
5892         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5893         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5894           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5895       else
5896         wlarc=''
5897         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5898         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5899         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5900       fi
5901       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5902       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5903       case $host_os in
5904       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5905       *)
5906         # The compiler driver will combine and reorder linker options,
5907         # but understands `-z linker_flag'.  GCC discards it without `$wl',
5908         # but is careful enough not to reorder.
5909         # Supported since Solaris 2.6 (maybe 2.5.1?)
5910         if test "$GCC" = yes; then
5911           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5912         else
5913           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5914         fi
5915         ;;
5916       esac
5917       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5918       ;;
5920     sunos4*)
5921       if test "x$host_vendor" = xsequent; then
5922         # Use $CC to link under sequent, because it throws in some extra .o
5923         # files that make .init and .fini sections work.
5924         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5925       else
5926         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5927       fi
5928       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5929       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5930       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5931       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5932       ;;
5934     sysv4)
5935       case $host_vendor in
5936         sni)
5937           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5938           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5939         ;;
5940         siemens)
5941           ## LD is ld it makes a PLAMLIB
5942           ## CC just makes a GrossModule.
5943           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5944           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5945           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5946         ;;
5947         motorola)
5948           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5949           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5950         ;;
5951       esac
5952       runpath_var='LD_RUN_PATH'
5953       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5954       ;;
5956     sysv4.3*)
5957       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5958       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5959       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5960       ;;
5962     sysv4*MP*)
5963       if test -d /usr/nec; then
5964         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5965         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5966         runpath_var=LD_RUN_PATH
5967         hardcode_runpath_var=yes
5968         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5969       fi
5970       ;;
5972     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5973       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5974       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5975       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5976       runpath_var='LD_RUN_PATH'
5978       if test "$GCC" = yes; then
5979         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5980         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5981       else
5982         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5983         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5984       fi
5985       ;;
5987     sysv5* | sco3.2v5* | sco5v6*)
5988       # Note: We can NOT use -z defs as we might desire, because we do not
5989       # link with -lc, and that would cause any symbols used from libc to
5990       # always be unresolved, which means just about no library would
5991       # ever link correctly.  If we're not using GNU ld we use -z text
5992       # though, which does catch some bad symbols but isn't as heavy-handed
5993       # as -z defs.
5994       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5995       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5996       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5997       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5998       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5999       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
6000       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6001       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6002       runpath_var='LD_RUN_PATH'
6004       if test "$GCC" = yes; then
6005         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6006         _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'
6007       else
6008         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6009         _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'
6010       fi
6011       ;;
6013     uts4*)
6014       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6015       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6016       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6017       ;;
6019     *)
6020       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6021       ;;
6022     esac
6023   fi
6025 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6026 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6029 # Do we need to explicitly link libc?
6031 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6032 x|xyes)
6033   # Assume -lc should be added
6034   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6036   if test "$enable_shared" = yes && test "$GCC" = yes; then
6037     case $_LT_AC_TAGVAR(archive_cmds, $1) in
6038     *'~'*)
6039       # FIXME: we may have to deal with multi-command sequences.
6040       ;;
6041     '$CC '*)
6042       # Test whether the compiler implicitly links with -lc since on some
6043       # systems, -lgcc has to come before -lc. If gcc already passes -lc
6044       # to ld, don't add -lc before -lgcc.
6045       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6046       $rm conftest*
6047       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6049       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6050         soname=conftest
6051         lib=conftest
6052         libobjs=conftest.$ac_objext
6053         deplibs=
6054         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6055         pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
6056         compiler_flags=-v
6057         linker_flags=-v
6058         verstring=
6059         output_objdir=.
6060         libname=conftest
6061         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6062         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6063         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6064         then
6065           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6066         else
6067           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6068         fi
6069         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6070       else
6071         cat conftest.err 1>&5
6072       fi
6073       $rm conftest*
6074       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6075       ;;
6076     esac
6077   fi
6078   ;;
6079 esac
6081 m4trace:/usr/share/aclocal/libtool.m4:6521: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6082 # /* ltdll.c starts here */
6083 # #define WIN32_LEAN_AND_MEAN
6084 # #include <windows.h>
6085 # #undef WIN32_LEAN_AND_MEAN
6086 # #include <stdio.h>
6088 # #ifndef __CYGWIN__
6089 # #  ifdef __CYGWIN32__
6090 # #    define __CYGWIN__ __CYGWIN32__
6091 # #  endif
6092 # #endif
6094 # #ifdef __cplusplus
6095 # extern "C" {
6096 # #endif
6097 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6098 # #ifdef __cplusplus
6099 # }
6100 # #endif
6102 # #ifdef __CYGWIN__
6103 # #include <cygwin/cygwin_dll.h>
6104 # DECLARE_CYGWIN_DLL( DllMain );
6105 # #endif
6106 # HINSTANCE __hDllInstance_base;
6108 # BOOL APIENTRY
6109 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6110 # {
6111 #   __hDllInstance_base = hInst;
6112 #   return TRUE;
6113 # }
6114 # /* ltdll.c ends here */
6116 m4trace:/usr/share/aclocal/libtool.m4:6560: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6117 m4trace:/usr/share/aclocal/libtool.m4:6564: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6118 m4trace:/usr/share/aclocal/libtool.m4:6565: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6119 m4trace:/usr/share/aclocal/libtool.m4:6566: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6120 m4trace:/usr/share/aclocal/libtool.m4:6567: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6121 m4trace:/usr/share/aclocal/libtool.m4:6568: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6122 m4trace:/usr/share/aclocal/libtool.m4:6569: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6123 m4trace:/usr/share/aclocal/libtool.m4:6570: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6124 m4trace:/usr/share/aclocal/libtool.m4:6575: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6125   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6126   AC_SUBST(GCJFLAGS)
6128 m4trace:/usr/share/aclocal/libtool.m4:6581: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6130 m4trace:/usr/share/aclocal/libtool.m4:6619: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6131 AC_CACHE_VAL(lt_cv_path_SED,
6132 [# Loop through the user's path and test for sed and gsed.
6133 # Then use that list of sed's as ones to test for truncation.
6134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6135 for as_dir in $PATH
6137   IFS=$as_save_IFS
6138   test -z "$as_dir" && as_dir=.
6139   for lt_ac_prog in sed gsed; do
6140     for ac_exec_ext in '' $ac_executable_extensions; do
6141       if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6142         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6143       fi
6144     done
6145   done
6146 done
6147 IFS=$as_save_IFS
6148 lt_ac_max=0
6149 lt_ac_count=0
6150 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6151 # along with /bin/sed that truncates output.
6152 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6153   test ! -f $lt_ac_sed && continue
6154   cat /dev/null > conftest.in
6155   lt_ac_count=0
6156   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6157   # Check for GNU sed and select it if it is found.
6158   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6159     lt_cv_path_SED=$lt_ac_sed
6160     break
6161   fi
6162   while true; do
6163     cat conftest.in conftest.in >conftest.tmp
6164     mv conftest.tmp conftest.in
6165     cp conftest.in conftest.nl
6166     echo >>conftest.nl
6167     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6168     cmp -s conftest.out conftest.nl || break
6169     # 10000 chars as input seems more than enough
6170     test $lt_ac_count -gt 10 && break
6171     lt_ac_count=`expr $lt_ac_count + 1`
6172     if test $lt_ac_count -gt $lt_ac_max; then
6173       lt_ac_max=$lt_ac_count
6174       lt_cv_path_SED=$lt_ac_sed
6175     fi
6176   done
6177 done
6179 SED=$lt_cv_path_SED
6180 AC_SUBST([SED])
6181 AC_MSG_RESULT([$SED])
6183 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6184 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6185 dnl require some minimum version.  Point them to the right macro.
6186 m4_if([$1], [1.10.1], [],
6187       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6189 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6190 m4_ifndef([AC_AUTOCONF_VERSION],
6191   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6192 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6193 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.
6194 AC_PREREQ([2.50])dnl
6195 # expand $ac_aux_dir to an absolute path
6196 am_aux_dir=`cd $ac_aux_dir && pwd`
6198 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6199  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6200         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6201 AC_SUBST([$1_TRUE])dnl
6202 AC_SUBST([$1_FALSE])dnl
6203 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6204 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6205 if $2; then
6206   $1_TRUE=
6207   $1_FALSE='#'
6208 else
6209   $1_TRUE='#'
6210   $1_FALSE=
6212 AC_CONFIG_COMMANDS_PRE(
6213 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6214   AC_MSG_ERROR([[conditional "$1" was never defined.
6215 Usually this means the macro was only invoked conditionally.]])
6216 fi])])
6217 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6218 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6219 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6220 AC_REQUIRE([AM_DEP_TRACK])dnl
6222 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6223        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6224        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6225        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6226        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6227                    [depcc="$$1"   am_compiler_list=])
6229 AC_CACHE_CHECK([dependency style of $depcc],
6230                [am_cv_$1_dependencies_compiler_type],
6231 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6232   # We make a subdir and do the tests there.  Otherwise we can end up
6233   # making bogus files that we don't know about and never remove.  For
6234   # instance it was reported that on HP-UX the gcc test will end up
6235   # making a dummy file named `D' -- because `-MD' means `put the output
6236   # in D'.
6237   mkdir conftest.dir
6238   # Copy depcomp to subdir because otherwise we won't find it if we're
6239   # using a relative directory.
6240   cp "$am_depcomp" conftest.dir
6241   cd conftest.dir
6242   # We will build objects and dependencies in a subdirectory because
6243   # it helps to detect inapplicable dependency modes.  For instance
6244   # both Tru64's cc and ICC support -MD to output dependencies as a
6245   # side effect of compilation, but ICC will put the dependencies in
6246   # the current directory while Tru64 will put them in the object
6247   # directory.
6248   mkdir sub
6250   am_cv_$1_dependencies_compiler_type=none
6251   if test "$am_compiler_list" = ""; then
6252      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6253   fi
6254   for depmode in $am_compiler_list; do
6255     # Setup a source with many dependencies, because some compilers
6256     # like to wrap large dependency lists on column 80 (with \), and
6257     # we should not choose a depcomp mode which is confused by this.
6258     #
6259     # We need to recreate these files for each test, as the compiler may
6260     # overwrite some of them when testing with obscure command lines.
6261     # This happens at least with the AIX C compiler.
6262     : > sub/conftest.c
6263     for i in 1 2 3 4 5 6; do
6264       echo '#include "conftst'$i'.h"' >> sub/conftest.c
6265       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6266       # Solaris 8's {/usr,}/bin/sh.
6267       touch sub/conftst$i.h
6268     done
6269     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6271     case $depmode in
6272     nosideeffect)
6273       # after this tag, mechanisms are not by side-effect, so they'll
6274       # only be used when explicitly requested
6275       if test "x$enable_dependency_tracking" = xyes; then
6276         continue
6277       else
6278         break
6279       fi
6280       ;;
6281     none) break ;;
6282     esac
6283     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6284     # mode.  It turns out that the SunPro C++ compiler does not properly
6285     # handle `-M -o', and we need to detect this.
6286     if depmode=$depmode \
6287        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6288        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6289        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6290          >/dev/null 2>conftest.err &&
6291        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6292        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6293        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6294        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6295       # icc doesn't choke on unknown options, it will just issue warnings
6296       # or remarks (even with -Werror).  So we grep stderr for any message
6297       # that says an option was ignored or not supported.
6298       # When given -MP, icc 7.0 and 7.1 complain thusly:
6299       #   icc: Command line warning: ignoring option '-M'; no argument required
6300       # The diagnosis changed in icc 8.0:
6301       #   icc: Command line remark: option '-MP' not supported
6302       if (grep 'ignoring option' conftest.err ||
6303           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6304         am_cv_$1_dependencies_compiler_type=$depmode
6305         break
6306       fi
6307     fi
6308   done
6310   cd ..
6311   rm -rf conftest.dir
6312 else
6313   am_cv_$1_dependencies_compiler_type=none
6316 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6317 AM_CONDITIONAL([am__fastdep$1], [
6318   test "x$enable_dependency_tracking" != xno \
6319   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6321 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6322 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6324 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6325 [  --disable-dependency-tracking  speeds up one-time build
6326   --enable-dependency-tracking   do not reject slow dependency extractors])
6327 if test "x$enable_dependency_tracking" != xno; then
6328   am_depcomp="$ac_aux_dir/depcomp"
6329   AMDEPBACKSLASH='\'
6331 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6332 AC_SUBST([AMDEPBACKSLASH])dnl
6333 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6335 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6336   # Strip MF so we end up with the name of the file.
6337   mf=`echo "$mf" | sed -e 's/:.*$//'`
6338   # Check whether this is an Automake generated Makefile or not.
6339   # We used to match only the files named `Makefile.in', but
6340   # some people rename them; so instead we look at the file content.
6341   # Grep'ing the first line is not enough: some people post-process
6342   # each Makefile.in and add a new line on top of each file to say so.
6343   # Grep'ing the whole file is not good either: AIX grep has a line
6344   # limit of 2048, but all sed's we know have understand at least 4000.
6345   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6346     dirpart=`AS_DIRNAME("$mf")`
6347   else
6348     continue
6349   fi
6350   # Extract the definition of DEPDIR, am__include, and am__quote
6351   # from the Makefile without running `make'.
6352   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6353   test -z "$DEPDIR" && continue
6354   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6355   test -z "am__include" && continue
6356   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6357   # When using ansi2knr, U may be empty or an underscore; expand it
6358   U=`sed -n 's/^U = //p' < "$mf"`
6359   # Find all dependency output files, they are included files with
6360   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6361   # simplest approach to changing $(DEPDIR) to its actual value in the
6362   # expansion.
6363   for file in `sed -n "
6364     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6365        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6366     # Make sure the directory exists.
6367     test -f "$dirpart/$file" && continue
6368     fdir=`AS_DIRNAME(["$file"])`
6369     AS_MKDIR_P([$dirpart/$fdir])
6370     # echo "creating $dirpart/$file"
6371     echo '# dummy' > "$dirpart/$file"
6372   done
6373 done
6375 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6376      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6377      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6379 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
6380 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.
6381 You should run autoupdate.])dnl
6382 AC_CONFIG_HEADERS($@)])
6383 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6384 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6385 dnl the ones we care about.
6386 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6387 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6388 AC_REQUIRE([AC_PROG_INSTALL])dnl
6389 if test "`cd $srcdir && pwd`" != "`pwd`"; then
6390   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6391   # is not polluted with repeated "-I."
6392   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6393   # test to see if srcdir already configured
6394   if test -f $srcdir/config.status; then
6395     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6396   fi
6399 # test whether we have cygpath
6400 if test -z "$CYGPATH_W"; then
6401   if (cygpath --version) >/dev/null 2>/dev/null; then
6402     CYGPATH_W='cygpath -w'
6403   else
6404     CYGPATH_W=echo
6405   fi
6407 AC_SUBST([CYGPATH_W])
6409 # Define the identity of the package.
6410 dnl Distinguish between old-style and new-style calls.
6411 m4_ifval([$2],
6412 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6413  AC_SUBST([PACKAGE], [$1])dnl
6414  AC_SUBST([VERSION], [$2])],
6415 [_AM_SET_OPTIONS([$1])dnl
6416 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6417 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6418   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6419  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6420  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6422 _AM_IF_OPTION([no-define],,
6423 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6424  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6426 # Some tools Automake needs.
6427 AC_REQUIRE([AM_SANITY_CHECK])dnl
6428 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6429 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6430 AM_MISSING_PROG(AUTOCONF, autoconf)
6431 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6432 AM_MISSING_PROG(AUTOHEADER, autoheader)
6433 AM_MISSING_PROG(MAKEINFO, makeinfo)
6434 AM_PROG_INSTALL_SH
6435 AM_PROG_INSTALL_STRIP
6436 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6437 # We need awk for the "check" target.  The system "awk" is bad on
6438 # some platforms.
6439 AC_REQUIRE([AC_PROG_AWK])dnl
6440 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6441 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6442 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6443               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6444                              [_AM_PROG_TAR([v7])])])
6445 _AM_IF_OPTION([no-dependencies],,
6446 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6447                   [_AM_DEPENDENCIES(CC)],
6448                   [define([AC_PROG_CC],
6449                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6450 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6451                   [_AM_DEPENDENCIES(CXX)],
6452                   [define([AC_PROG_CXX],
6453                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6454 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6455                   [_AM_DEPENDENCIES(OBJC)],
6456                   [define([AC_PROG_OBJC],
6457                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6460 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6461 _am_arg=$1
6462 _am_stamp_count=1
6463 for _am_header in $config_headers :; do
6464   case $_am_header in
6465     $_am_arg | $_am_arg:* )
6466       break ;;
6467     * )
6468       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6469   esac
6470 done
6471 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6472 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6473 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6474 AC_SUBST(install_sh)])
6475 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6476 mkdir .tst 2>/dev/null
6477 if test -d .tst; then
6478   am__leading_dot=.
6479 else
6480   am__leading_dot=_
6482 rmdir .tst 2>/dev/null
6483 AC_SUBST([am__leading_dot])])
6484 m4trace:/usr/share/aclocal-1.10/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
6485   dnl maintainer-mode is disabled by default
6486   AC_ARG_ENABLE(maintainer-mode,
6487 [  --enable-maintainer-mode  enable make rules and dependencies not useful
6488                           (and sometimes confusing) to the casual installer],
6489       USE_MAINTAINER_MODE=$enableval,
6490       USE_MAINTAINER_MODE=no)
6491   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
6492   AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
6493   MAINT=$MAINTAINER_MODE_TRUE
6494   AC_SUBST(MAINT)dnl
6497 m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
6498 m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
6499 You should run autoupdate.])dnl
6500 AM_MAINTAINER_MODE])
6501 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6502 cat > confinc << 'END'
6503 am__doit:
6504         @echo done
6505 .PHONY: am__doit
6507 # If we don't find an include directive, just comment out the code.
6508 AC_MSG_CHECKING([for style of include used by $am_make])
6509 am__include="#"
6510 am__quote=
6511 _am_result=none
6512 # First try GNU make style include.
6513 echo "include confinc" > confmf
6514 # We grep out `Entering directory' and `Leaving directory'
6515 # messages which can occur if `w' ends up in MAKEFLAGS.
6516 # In particular we don't look at `^make:' because GNU make might
6517 # be invoked under some other name (usually "gmake"), in which
6518 # case it prints its new name instead of `make'.
6519 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6520    am__include=include
6521    am__quote=
6522    _am_result=GNU
6524 # Now try BSD make style include.
6525 if test "$am__include" = "#"; then
6526    echo '.include "confinc"' > confmf
6527    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6528       am__include=.include
6529       am__quote="\""
6530       _am_result=BSD
6531    fi
6533 AC_SUBST([am__include])
6534 AC_SUBST([am__quote])
6535 AC_MSG_RESULT([$_am_result])
6536 rm -f confinc confmf
6538 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6539 $1=${$1-"${am_missing_run}$2"}
6540 AC_SUBST($1)])
6541 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6542 AC_REQUIRE_AUX_FILE([missing])dnl
6543 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6544 # Use eval to expand $SHELL
6545 if eval "$MISSING --run true"; then
6546   am_missing_run="$MISSING --run "
6547 else
6548   am_missing_run=
6549   AC_MSG_WARN([`missing' script is too old or missing])
6552 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6553 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6554 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6555 dnl while keeping a definition of mkdir_p for backward compatibility.
6556 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6557 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6558 dnl Makefile.ins that do not define MKDIR_P, so we do our own
6559 dnl adjustment using top_builddir (which is defined more often than
6560 dnl MKDIR_P).
6561 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6562 case $mkdir_p in
6563   [[\\/$]]* | ?:[[\\/]]*) ;;
6564   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6565 esac
6567 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6568 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6569 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)])])
6570 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6571 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6572    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6573    ac_status=$?
6574    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6575    (exit $ac_status); }])
6576 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6577 # Just in case
6578 sleep 1
6579 echo timestamp > conftest.file
6580 # Do `set' in a subshell so we don't clobber the current shell's
6581 # arguments.  Must try -L first in case configure is actually a
6582 # symlink; some systems play weird games with the mod time of symlinks
6583 # (eg FreeBSD returns the mod time of the symlink's containing
6584 # directory).
6585 if (
6586    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6587    if test "$[*]" = "X"; then
6588       # -L didn't work.
6589       set X `ls -t $srcdir/configure conftest.file`
6590    fi
6591    rm -f conftest.file
6592    if test "$[*]" != "X $srcdir/configure conftest.file" \
6593       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6595       # If neither matched, then we have a broken ls.  This can happen
6596       # if, for instance, CONFIG_SHELL is bash and it inherits a
6597       # broken ls alias from the environment.  This has actually
6598       # happened.  Such a system could not be considered "sane".
6599       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6600 alias in your environment])
6601    fi
6603    test "$[2]" = conftest.file
6604    )
6605 then
6606    # Ok.
6607    :
6608 else
6609    AC_MSG_ERROR([newly created file is older than distributed files!
6610 Check your system clock])
6612 AC_MSG_RESULT(yes)])
6613 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6614 # Installed binaries are usually stripped using `strip' when the user
6615 # run `make install-strip'.  However `strip' might not be the right
6616 # tool to use in cross-compilation environments, therefore Automake
6617 # will honor the `STRIP' environment variable to overrule this program.
6618 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6619 if test "$cross_compiling" != no; then
6620   AC_CHECK_TOOL([STRIP], [strip], :)
6622 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6623 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6624 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6625 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6626 AM_MISSING_PROG([AMTAR], [tar])
6627 m4_if([$1], [v7],
6628      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6629      [m4_case([$1], [ustar],, [pax],,
6630               [m4_fatal([Unknown tar format])])
6631 AC_MSG_CHECKING([how to create a $1 tar archive])
6632 # Loop over all known methods to create a tar archive until one works.
6633 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6634 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6635 # Do not fold the above two line into one, because Tru64 sh and
6636 # Solaris sh will not grok spaces in the rhs of `-'.
6637 for _am_tool in $_am_tools
6639   case $_am_tool in
6640   gnutar)
6641     for _am_tar in tar gnutar gtar;
6642     do
6643       AM_RUN_LOG([$_am_tar --version]) && break
6644     done
6645     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6646     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6647     am__untar="$_am_tar -xf -"
6648     ;;
6649   plaintar)
6650     # Must skip GNU tar: if it does not support --format= it doesn't create
6651     # ustar tarball either.
6652     (tar --version) >/dev/null 2>&1 && continue
6653     am__tar='tar chf - "$$tardir"'
6654     am__tar_='tar chf - "$tardir"'
6655     am__untar='tar xf -'
6656     ;;
6657   pax)
6658     am__tar='pax -L -x $1 -w "$$tardir"'
6659     am__tar_='pax -L -x $1 -w "$tardir"'
6660     am__untar='pax -r'
6661     ;;
6662   cpio)
6663     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6664     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6665     am__untar='cpio -i -H $1 -d'
6666     ;;
6667   none)
6668     am__tar=false
6669     am__tar_=false
6670     am__untar=false
6671     ;;
6672   esac
6674   # If the value was cached, stop now.  We just wanted to have am__tar
6675   # and am__untar set.
6676   test -n "${am_cv_prog_tar_$1}" && break
6678   # tar/untar a dummy directory, and stop if the command works
6679   rm -rf conftest.dir
6680   mkdir conftest.dir
6681   echo GrepMe > conftest.dir/file
6682   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6683   rm -rf conftest.dir
6684   if test -s conftest.tar; then
6685     AM_RUN_LOG([$am__untar <conftest.tar])
6686     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6687   fi
6688 done
6689 rm -rf conftest.dir
6691 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6692 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6693 AC_SUBST([am__tar])
6694 AC_SUBST([am__untar])
6696 m4trace:/opt/montavista/pro/share/aclocal/pkg.m4:5: -1- AC_DEFUN([PKG_CHECK_MODULES], [
6697   succeeded=no
6699   if test -z "$PKG_CONFIG"; then
6700     AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
6701   fi
6703   if test "$PKG_CONFIG" = "no" ; then
6704      echo "*** The pkg-config script could not be found. Make sure it is"
6705      echo "*** in your path, or set the PKG_CONFIG environment variable"
6706      echo "*** to the full path to pkg-config."
6707      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
6708   else
6709      PKG_CONFIG_MIN_VERSION=0.9.0
6710      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6711         AC_MSG_CHECKING(for $2)
6713         if $PKG_CONFIG --exists "$2" ; then
6714             AC_MSG_RESULT(yes)
6715             succeeded=yes
6717             AC_MSG_CHECKING($1_CFLAGS)
6718             $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
6719             AC_MSG_RESULT($$1_CFLAGS)
6721             AC_MSG_CHECKING($1_LIBS)
6722             $1_LIBS=`$PKG_CONFIG --libs "$2"`
6723             AC_MSG_RESULT($$1_LIBS)
6724         else
6725             $1_CFLAGS=""
6726             $1_LIBS=""
6727             ## If we have a custom action on failure, don't print errors, but 
6728             ## do set a variable so people can do so.
6729             $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
6730             ifelse([$4], ,echo $$1_PKG_ERRORS,)
6731         fi
6733         AC_SUBST($1_CFLAGS)
6734         AC_SUBST($1_LIBS)
6735      else
6736         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
6737         echo "*** See http://www.freedesktop.org/software/pkgconfig"
6738      fi
6739   fi
6741   if test $succeeded = yes; then
6742      ifelse([$3], , :, [$3])
6743   else
6744      ifelse([$4], , AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]), [$4])
6745   fi
6747 m4trace:m4/as-compiler-flag.m4:6: -1- AC_DEFUN([AS_COMPILER_FLAG], [
6748   AC_MSG_CHECKING([to see if compiler understands $1])
6750   save_CFLAGS="$CFLAGS"
6751   CFLAGS="$CFLAGS $1"
6753   AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no])
6754   CFLAGS="$save_CFLAGS"
6756   if test "X$flag_ok" = Xyes ; then
6757     $2
6758     true
6759   else
6760     $3
6761     true
6762   fi
6763   AC_MSG_RESULT([$flag_ok])
6765 m4trace:m4/as-version.m4:22: -1- AC_DEFUN([AS_VERSION], [
6766   PACKAGE=[$1]
6767   [$2]_MAJOR=[$3]
6768   [$2]_MINOR=[$4]
6769   [$2]_MICRO=[$5]
6770   NANO=[$6]
6771   [$2]_NANO=$NANO
6772   if test "x$NANO" = "x" || test "x$NANO" = "x0";
6773   then
6774       AC_MSG_NOTICE(configuring [$1] for release)
6775       VERSION=[$3].[$4].[$5]
6776       [$2]_RELEASE=1
6777       dnl execute action
6778       ifelse([$7], , :, [$7])
6779   else
6780       AC_MSG_NOTICE(configuring [$1] for development with nano $NANO)
6781       VERSION=[$3].[$4].[$5].$NANO
6782       [$2]_RELEASE=`date +%Y%m%d_%H%M%S`
6783       dnl execute action
6784       ifelse([$8], , :, [$8])
6785   fi
6787   [$2]=$VERSION
6788   AC_DEFINE_UNQUOTED([$2], "$[$2]", [Define the version])
6789   AC_SUBST([$2])
6790   AC_DEFINE_UNQUOTED([$2]_RELEASE, "$[$2]_RELEASE", [Define the release version])
6791   AC_SUBST([$2]_RELEASE)
6793   AC_SUBST([$2]_MAJOR)
6794   AC_SUBST([$2]_MINOR)
6795   AC_SUBST([$2]_MICRO)
6796   AC_SUBST([$2]_NANO)
6797   AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define the package name])
6798   AC_SUBST(PACKAGE)
6799   AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Define the version])
6800   AC_SUBST(VERSION)
6802 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
6803 m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
6804 m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6805 m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
6806 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
6807 m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
6808 m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
6809 m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
6810 m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6811 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
6812 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6813 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6814 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
6815 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6816 m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
6817 m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
6818 m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
6819 m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
6820 m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
6821 m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
6822 m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
6823 m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
6824 m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
6825 m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
6826 m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
6827 m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
6828 m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
6829 m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
6830 m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
6831 m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
6832 m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
6833 m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
6834 m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
6835 m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
6836 m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
6837 m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
6838 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
6839 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6840 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6841 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
6842 m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6843 m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
6844 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
6845 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
6846 m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
6847 m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
6848 m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
6849 m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
6850 m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
6851 m4trace:configure.ac:6: -1- AS_VERSION([gst-davinci], [GST_PLUGIN_VERSION], [0], [9], [7], [0], [GST_PLUGIN_TRUNK="no"], [GST_PLUGIN_TRUNK="yes"])
6852 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION$])
6853 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION$])
6854 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_RELEASE$])
6855 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_RELEASE$])
6856 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_MAJOR$])
6857 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_MINOR$])
6858 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_MICRO$])
6859 m4trace:configure.ac:6: -1- m4_pattern_allow([^GST_PLUGIN_VERSION_NANO$])
6860 m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
6861 m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
6862 m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
6863 m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
6864 m4trace:configure.ac:10: -1- AM_MAINTAINER_MODE
6865 m4trace:configure.ac:10: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
6866 m4trace:configure.ac:10: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
6867 m4trace:configure.ac:10: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
6868 m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
6869 m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
6870 m4trace:configure.ac:10: -1- m4_pattern_allow([^MAINT$])
6871 m4trace:configure.ac:12: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION])
6872 m4trace:configure.ac:12: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6873 m4trace:configure.ac:12: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6874 m4trace:configure.ac:12: -1- AM_AUTOMAKE_VERSION([1.10.1])
6875 m4trace:configure.ac:12: -1- _AM_AUTOCONF_VERSION([2.61])
6876 m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6877 m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6878 m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_DATA$])
6879 m4trace:configure.ac:12: -1- m4_pattern_allow([^am__isrc$])
6880 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([am__isrc])
6881 m4trace:configure.ac:12: -1- m4_pattern_allow([^CYGPATH_W$])
6882 m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE$])
6883 m4trace:configure.ac:12: -1- m4_pattern_allow([^VERSION$])
6884 m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6885  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6886 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-define])
6887 m4trace:configure.ac:12: -1- m4_pattern_allow([^PACKAGE$])
6888 m4trace:configure.ac:12: -1- m4_pattern_allow([^VERSION$])
6889 m4trace:configure.ac:12: -1- AM_SANITY_CHECK
6890 m4trace:configure.ac:12: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6891 m4trace:configure.ac:12: -1- AM_MISSING_HAS_RUN
6892 m4trace:configure.ac:12: -1- AM_AUX_DIR_EXPAND
6893 m4trace:configure.ac:12: -1- m4_pattern_allow([^ACLOCAL$])
6894 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6895 m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOCONF$])
6896 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6897 m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOMAKE$])
6898 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6899 m4trace:configure.ac:12: -1- m4_pattern_allow([^AUTOHEADER$])
6900 m4trace:configure.ac:12: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6901 m4trace:configure.ac:12: -1- m4_pattern_allow([^MAKEINFO$])
6902 m4trace:configure.ac:12: -1- AM_PROG_INSTALL_SH
6903 m4trace:configure.ac:12: -1- m4_pattern_allow([^install_sh$])
6904 m4trace:configure.ac:12: -1- AM_PROG_INSTALL_STRIP
6905 m4trace:configure.ac:12: -1- m4_pattern_allow([^STRIP$])
6906 m4trace:configure.ac:12: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6907 m4trace:configure.ac:12: -1- AM_PROG_MKDIR_P
6908 m4trace:configure.ac:12: -1- m4_pattern_allow([^mkdir_p$])
6909 m4trace:configure.ac:12: -1- m4_pattern_allow([^AWK$])
6910 m4trace:configure.ac:12: -1- m4_pattern_allow([^SET_MAKE$])
6911 m4trace:configure.ac:12: -1- AM_SET_LEADING_DOT
6912 m4trace:configure.ac:12: -1- m4_pattern_allow([^am__leading_dot$])
6913 m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6914                              [_AM_PROG_TAR([v7])])])
6915 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-ustar])
6916 m4trace:configure.ac:12: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6917 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([tar-pax])
6918 m4trace:configure.ac:12: -1- _AM_PROG_TAR([v7])
6919 m4trace:configure.ac:12: -1- AM_MISSING_PROG([AMTAR], [tar])
6920 m4trace:configure.ac:12: -1- m4_pattern_allow([^AMTAR$])
6921 m4trace:configure.ac:12: -1- m4_pattern_allow([^am__tar$])
6922 m4trace:configure.ac:12: -1- m4_pattern_allow([^am__untar$])
6923 m4trace:configure.ac:12: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6924                   [_AM_DEPENDENCIES(CC)],
6925                   [define([AC_PROG_CC],
6926                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6927 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6928                   [_AM_DEPENDENCIES(CXX)],
6929                   [define([AC_PROG_CXX],
6930                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6931 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6932                   [_AM_DEPENDENCIES(OBJC)],
6933                   [define([AC_PROG_OBJC],
6934                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6936 m4trace:configure.ac:12: -2- _AM_MANGLE_OPTION([no-dependencies])
6937 m4trace:configure.ac:14: -1- AM_CONFIG_HEADER([config.h])
6938 m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
6939 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
6940 configure.ac:14: the top level])
6941 m4trace:configure.ac:17: -1- m4_pattern_allow([^ACLOCAL_AMFLAGS$])
6942 m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
6943 m4trace:configure.ac:20: -1- m4_pattern_allow([^CFLAGS$])
6944 m4trace:configure.ac:20: -1- m4_pattern_allow([^LDFLAGS$])
6945 m4trace:configure.ac:20: -1- m4_pattern_allow([^LIBS$])
6946 m4trace:configure.ac:20: -1- m4_pattern_allow([^CPPFLAGS$])
6947 m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
6948 m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
6949 m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
6950 m4trace:configure.ac:20: -1- m4_pattern_allow([^CC$])
6951 m4trace:configure.ac:20: -1- m4_pattern_allow([^ac_ct_CC$])
6952 m4trace:configure.ac:20: -1- m4_pattern_allow([^EXEEXT$])
6953 m4trace:configure.ac:20: -1- m4_pattern_allow([^OBJEXT$])
6954 m4trace:configure.ac:20: -1- _AM_DEPENDENCIES([CC])
6955 m4trace:configure.ac:20: -1- AM_SET_DEPDIR
6956 m4trace:configure.ac:20: -1- m4_pattern_allow([^DEPDIR$])
6957 m4trace:configure.ac:20: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6958 m4trace:configure.ac:20: -1- AM_MAKE_INCLUDE
6959 m4trace:configure.ac:20: -1- m4_pattern_allow([^am__include$])
6960 m4trace:configure.ac:20: -1- m4_pattern_allow([^am__quote$])
6961 m4trace:configure.ac:20: -1- AM_DEP_TRACK
6962 m4trace:configure.ac:20: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6963 m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEP_TRUE$])
6964 m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEP_FALSE$])
6965 m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6966 m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6967 m4trace:configure.ac:20: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6968 m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6969 m4trace:configure.ac:20: -1- m4_pattern_allow([^CCDEPMODE$])
6970 m4trace:configure.ac:20: -1- AM_CONDITIONAL([am__fastdepCC], [
6971   test "x$enable_dependency_tracking" != xno \
6972   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6973 m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6974 m4trace:configure.ac:20: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6975 m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6976 m4trace:configure.ac:20: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6977 m4trace:configure.ac:21: -1- AC_PROG_LIBTOOL
6978 m4trace:configure.ac:21: -1- _AC_PROG_LIBTOOL
6979 m4trace:configure.ac:21: -1- AC_LIBTOOL_SETUP
6980 m4trace:configure.ac:21: -1- AC_ENABLE_SHARED
6981 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6982 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6983 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6984 /usr/share/aclocal/libtool.m4:2043: AC_ENABLE_SHARED is expanded from...
6985 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6986 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6987 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6988 configure.ac:21: the top level])
6989 m4trace:configure.ac:21: -1- AC_ENABLE_STATIC
6990 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6991 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6992 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6993 /usr/share/aclocal/libtool.m4:2082: AC_ENABLE_STATIC is expanded from...
6994 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6995 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6996 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6997 configure.ac:21: the top level])
6998 m4trace:configure.ac:21: -1- AC_ENABLE_FAST_INSTALL
6999 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7000 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7001 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7002 /usr/share/aclocal/libtool.m4:2121: AC_ENABLE_FAST_INSTALL is expanded from...
7003 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7004 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7005 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7006 configure.ac:21: the top level])
7007 m4trace:configure.ac:21: -1- m4_pattern_allow([^build$])
7008 m4trace:configure.ac:21: -1- m4_pattern_allow([^build_cpu$])
7009 m4trace:configure.ac:21: -1- m4_pattern_allow([^build_vendor$])
7010 m4trace:configure.ac:21: -1- m4_pattern_allow([^build_os$])
7011 m4trace:configure.ac:21: -1- m4_pattern_allow([^host$])
7012 m4trace:configure.ac:21: -1- m4_pattern_allow([^host_cpu$])
7013 m4trace:configure.ac:21: -1- m4_pattern_allow([^host_vendor$])
7014 m4trace:configure.ac:21: -1- m4_pattern_allow([^host_os$])
7015 m4trace:configure.ac:21: -1- AC_PROG_LD
7016 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7017 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7018 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7019 /usr/share/aclocal/libtool.m4:2262: AC_PROG_LD is expanded from...
7020 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7021 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7022 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7023 configure.ac:21: the top level])
7024 m4trace:configure.ac:21: -1- LT_AC_PROG_SED
7025 m4trace:configure.ac:21: -1- m4_pattern_allow([^SED$])
7026 m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
7027 m4trace:configure.ac:21: -1- AC_PROG_EGREP
7028 m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
7029 m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
7030 m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
7031 m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
7032 m4trace:configure.ac:21: -1- AC_PROG_LD_RELOAD_FLAG
7033 m4trace:configure.ac:21: -1- AC_PROG_NM
7034 m4trace:configure.ac:21: -1- m4_pattern_allow([^LN_S$])
7035 m4trace:configure.ac:21: -1- AC_DEPLIBS_CHECK_METHOD
7036 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
7037 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
7038 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7039 m4trace:configure.ac:21: -1- AC_LIBTOOL_OBJDIR
7040 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
7041 m4trace:configure.ac:21: -1- _LT_AC_PROG_ECHO_BACKSLASH
7042 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([
7043 # Check that we are running under the correct shell.
7044 SHELL=${CONFIG_SHELL-/bin/sh}
7046 case X$ECHO in
7047 X*--fallback-echo)
7048   # Remove one level of quotation (which was required for Make).
7049   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
7050   ;;
7051 esac
7053 echo=${ECHO-echo}
7054 if test "X[$]1" = X--no-reexec; then
7055   # Discard the --no-reexec flag, and continue.
7056   shift
7057 elif test "X[$]1" = X--fallback-echo; then
7058   # Avoid inline document here, it may be left over
7059   :
7060 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
7061   # Yippee, $echo works!
7062   :
7063 else
7064   # Restart under the correct shell.
7065   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
7068 if test "X[$]1" = X--fallback-echo; then
7069   # used as fallback echo
7070   shift
7071   cat <<EOF
7072 [$]*
7074   exit 0
7077 # The HP-UX ksh and POSIX shell print the target directory to stdout
7078 # if CDPATH is set.
7079 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7081 if test -z "$ECHO"; then
7082 if test "X${echo_test_string+set}" != Xset; then
7083 # find a string as large as possible, as long as the shell can cope with it
7084   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
7085     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
7086     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
7087        echo_test_string=`eval $cmd` &&
7088        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
7089     then
7090       break
7091     fi
7092   done
7095 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7096    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7097    test "X$echo_testing_string" = "X$echo_test_string"; then
7098   :
7099 else
7100   # The Solaris, AIX, and Digital Unix default echo programs unquote
7101   # backslashes.  This makes it impossible to quote backslashes using
7102   #   echo "$something" | sed 's/\\/\\\\/g'
7103   #
7104   # So, first we look for a working echo in the user's PATH.
7106   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7107   for dir in $PATH /usr/ucb; do
7108     IFS="$lt_save_ifs"
7109     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
7110        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
7111        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
7112        test "X$echo_testing_string" = "X$echo_test_string"; then
7113       echo="$dir/echo"
7114       break
7115     fi
7116   done
7117   IFS="$lt_save_ifs"
7119   if test "X$echo" = Xecho; then
7120     # We didn't find a better echo, so look for alternatives.
7121     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
7122        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
7123        test "X$echo_testing_string" = "X$echo_test_string"; then
7124       # This shell has a builtin print -r that does the trick.
7125       echo='print -r'
7126     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
7127          test "X$CONFIG_SHELL" != X/bin/ksh; then
7128       # If we have ksh, try running configure again with it.
7129       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7130       export ORIGINAL_CONFIG_SHELL
7131       CONFIG_SHELL=/bin/ksh
7132       export CONFIG_SHELL
7133       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
7134     else
7135       # Try using printf.
7136       echo='printf %s\n'
7137       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
7138          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
7139          test "X$echo_testing_string" = "X$echo_test_string"; then
7140         # Cool, printf works
7141         :
7142       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7143            test "X$echo_testing_string" = 'X\t' &&
7144            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7145            test "X$echo_testing_string" = "X$echo_test_string"; then
7146         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7147         export CONFIG_SHELL
7148         SHELL="$CONFIG_SHELL"
7149         export SHELL
7150         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7151       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7152            test "X$echo_testing_string" = 'X\t' &&
7153            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7154            test "X$echo_testing_string" = "X$echo_test_string"; then
7155         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7156       else
7157         # maybe with a smaller string...
7158         prev=:
7160         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7161           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7162           then
7163             break
7164           fi
7165           prev="$cmd"
7166         done
7168         if test "$prev" != 'sed 50q "[$]0"'; then
7169           echo_test_string=`eval $prev`
7170           export echo_test_string
7171           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7172         else
7173           # Oops.  We lost completely, so just stick with echo.
7174           echo=echo
7175         fi
7176       fi
7177     fi
7178   fi
7182 # Copy echo and quote the copy suitably for passing to libtool from
7183 # the Makefile, instead of quoting the original, which is used later.
7184 ECHO=$echo
7185 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7186    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7189 AC_SUBST(ECHO)
7191 m4trace:configure.ac:21: -1- m4_pattern_allow([^ECHO$])
7192 m4trace:configure.ac:21: -1- m4_pattern_allow([^AR$])
7193 m4trace:configure.ac:21: -1- m4_pattern_allow([^RANLIB$])
7194 m4trace:configure.ac:21: -1- m4_pattern_allow([^STRIP$])
7195 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
7196 m4trace:configure.ac:21: -1- AC_PATH_MAGIC
7197 m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7198 m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7199 m4trace:configure.ac:21: -1- _LT_REQUIRED_DARWIN_CHECKS
7200 m4trace:configure.ac:21: -1- m4_pattern_allow([^DSYMUTIL$])
7201 m4trace:configure.ac:21: -1- m4_pattern_allow([^NMEDIT$])
7202 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7203 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7204 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7205 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7206 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7207 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7208 configure.ac:21: the top level])
7209 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7210 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7211 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7212 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7213 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7214 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7215 configure.ac:21: the top level])
7216 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_C_CONFIG
7217 m4trace:configure.ac:21: -1- _LT_AC_LANG_C_CONFIG
7218 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [])
7219 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
7220 m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
7221 m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
7222 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7223 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7224 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7225 m4trace:configure.ac:21: -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"])
7226 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7227 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7228 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7229 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7230 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7231 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7232 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7233 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7234 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7235 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7236 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7237 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7238 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7239 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7240 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7241 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7242 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7243 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7244 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7245 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7246 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7247 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7248 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7249 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7250 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7251 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7252 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7253 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7254 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7255 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7256 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7257 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7258 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7259 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7260 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7261 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7262 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7263 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7264 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7265 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7266 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7267 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7268 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7269 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7270 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7271 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7272 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7273 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7274 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7275 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7276 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7277 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7278 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7279 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7280 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7281 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7282 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7283 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7284 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7285 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7286 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7287 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7288 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7289 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7290 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7291 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7292 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7293 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7294 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7295 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [])
7296 m4trace:configure.ac:21: -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
7297      "" | " "*) ;;
7298      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7299      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7300      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7301 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7302 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7303 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7304 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7305 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7306 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7307 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7308 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7309 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7310 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7311 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7312 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7313 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7314 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [])
7315 m4trace:configure.ac:21: -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, )=])
7316 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7317 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([])
7318 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7319 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7320 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7321 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7322 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7323 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7324 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7325 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7326 m4trace:configure.ac:21: -1- _LT_AC_LOCK
7327 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7328 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7329 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7330 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7331 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7332 /usr/share/aclocal/libtool.m4:551: _LT_AC_LOCK is expanded from...
7333 /usr/share/aclocal/libtool.m4:1171: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7334 /usr/share/aclocal/libtool.m4:2795: _LT_AC_LANG_C_CONFIG is expanded from...
7335 /usr/share/aclocal/libtool.m4:2794: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7336 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7337 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7338 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7339 configure.ac:21: the top level])
7340 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7341 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7342 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7343 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7344 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7345 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7346 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7347 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7348 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7349 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7350 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7351 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7352 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7353 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7354 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7355 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7356 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7357 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7358 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7359 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7360 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7361 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7362 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7363 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
7364 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7365 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
7366 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7367 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7368 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7369 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7370 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7371 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7372 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7373 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7374 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7375 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7376 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7377 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7378 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7379 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7380 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7381 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7382 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7383 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7384 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7385 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7386 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7387 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7388 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7389 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7390 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7391 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7392 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7393 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7394 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7395 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7396 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7398 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7399 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7400 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7401 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7402 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7403 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7404 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7405 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7406 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7407 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7408 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7409 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7410 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7411 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7412 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7413 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7414 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7415 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7416 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7417 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7418 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7419 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7420 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7421 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7422 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7423 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7424 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7425 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7426 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7427 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7428 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7429 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7430 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7431 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7432 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7433 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7434 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7435 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7436 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7437 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7438 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7439 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7440 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7441 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7442 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7443 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7444 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7445 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7446 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7447 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7448 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7449 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7450 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7451 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7452 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7453 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7454 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7455 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7456 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7457 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7458 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7459 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7460 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7461 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7462 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7463 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7464 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7465 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7466 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7467 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7468 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7469 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7470 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7471 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7472 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7473 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7474 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7475 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7476 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7477 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7478 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7479 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7480 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7481 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7482 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7483 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7484 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7485 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7486 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7487 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7488 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7489 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7490 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7491 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7492 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7493 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7494 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7495 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7496 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7497 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7498 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7499 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7500 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7501 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7502 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7503 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7504 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7505 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7506 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7507 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7508 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7509 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7510 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7511 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7512 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7513 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7514 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7515 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7516 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7517 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7518 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7519 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7520 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7521 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7522 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7523 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7524 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7525 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7526 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7527 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7528 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7529 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7530 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7531 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7532 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7533 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7534 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7535 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7536 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7537 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7538 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7539 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7540 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7541 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7542 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7543 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7544 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7545 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7546 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7547 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7548 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7549 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7550 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7551 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7552 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7553 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7554 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7555 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7556 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7557 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7558 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7559 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7560 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7561 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7562 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7563 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7564 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7565 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7566 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7567 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7568 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7569 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7570 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7571 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7572 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7573 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7574 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7575 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7576 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7577 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7578 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7579 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7580 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7581 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7582 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7583 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7584 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7585 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7586 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7587 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7588 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7589 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7590 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7591 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7592 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [])
7593 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7594 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7595 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7596 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7597 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7598 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7599 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7600 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7601 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7602 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7603 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7604 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7605 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7606 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7607 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7608 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7609 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7610 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7611 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7612 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7613 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7614 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7615 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7616 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7617 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7618 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7619 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7620 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7621 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7622 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7623 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7624 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7625 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7626 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7627 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7628 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7629 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7630 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7631 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7632 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7633 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7634 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7635 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7636 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [])
7637 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7638 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7639 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7640 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7641 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7642 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7643 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7644 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7645 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7646 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [])
7647 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7648 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7649 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7650 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7651 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7652 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7653 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7654 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7655 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7656 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
7657 m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF
7658 m4trace:configure.ac:21: -1- _LT_AC_CHECK_DLFCN
7659 m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
7660 m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
7661 m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
7662 m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
7663 m4trace:configure.ac:21: -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])
7664 m4trace:configure.ac:21: -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])
7665 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([])
7666 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
7667 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [])
7668 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
7669 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7670 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7671 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7672 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7673 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7674 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7675 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7676 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7677 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7678 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7679 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
7680 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
7681 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
7682 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
7683 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7684 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7685 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7686 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7687 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7688 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7689 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7690 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7691 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7692 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7693 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7694 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7695 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7696 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7697 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7698 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7699 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7700 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7701 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7702 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
7703 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7704 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7705 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7706 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7707 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7708 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7709 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7710 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7711 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7712 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7713 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
7714 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [])
7715 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
7716 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7717 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7718 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7719 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7720 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7721 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7722 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7723 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7724 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7725 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7726 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7727 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
7728 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7729 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
7730 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7731 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
7732 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
7733 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
7734 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
7735 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [])
7736 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7737 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7738 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7739 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
7740 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7741 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7742 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7743 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7744 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7745 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7746 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7747 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7748 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7749 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7750 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7751 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
7752 m4trace:configure.ac:21: -1- _LT_AC_TAGCONFIG
7753 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7754 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7755 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7756 /usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
7757 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7758 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7759 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7760 configure.ac:21: the top level])
7761 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
7762 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7763 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7764 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7765 configure.ac:21: the top level])
7766 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
7767 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7768 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7769 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7770 configure.ac:21: the top level])
7771 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7772 m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7773 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
7774 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXFLAGS$])
7775 m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
7776 m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
7777 m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
7778 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
7779 m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CXX$])
7780 m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CXX])
7781 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXDEPMODE$])
7782 m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCXX], [
7783   test "x$enable_dependency_tracking" != xno \
7784   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7785 m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7786 m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7787 m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
7788 m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
7789 m4trace:configure.ac:21: -1- _LT_AC_PROG_CXXCPP
7790 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
7791 m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
7792 m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
7793 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7794 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7795 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7796 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7797 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7798 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7799 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7800 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7801 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7802 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7803 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7804 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7805 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7806 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7807 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7808 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7809 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7810 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7811 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7812 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7813 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7814 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
7815 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7816 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7817 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
7818 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [CXX])
7819 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
7820 m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
7821 m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
7822 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
7823 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
7824 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7825 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7826 m4trace:configure.ac:21: -1- AC_PROG_LD
7827 m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
7828 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7829 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7830 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7831 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7832 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7833 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7834 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7835 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7836 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7837 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7838 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7839 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7840 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7841 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7842 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7843 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7844 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7845 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7846 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7847 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7848 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7849 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7850 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7851 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7852 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7853 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
7854 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7855 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7856 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7857 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7858 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7859 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7860 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7861 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7862 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7863 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7864 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7865 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7866 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7867 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7868 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7869 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7870 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7871 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7872 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7873 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7874 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7875 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7876 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7877 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7878 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7879 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7880 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7881 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7882 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7883 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7884 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7885 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7886 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7887 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7888 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7889 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7890 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7891 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7892 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7893 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7894 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7895 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7896 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7897 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7898 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7899 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7900 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7901 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7902 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7903 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7904 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7905 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7906 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7907 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7908 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7909 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7910 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7911 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7912 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7913 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7914 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7915 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7916 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7917 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7918 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7919 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7920 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7921 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7922 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7923 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7924 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7925 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7926 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7927 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7928 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7929 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7930 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7931 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7932 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7933 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7934 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7935 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7936 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7937 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7938 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7939 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7940 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7941 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7942 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7943 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7944 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7945 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7946 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7947 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7948 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7949 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7950 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7951 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7952 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7953 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7954 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7955 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7956 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7957 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7958 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7959 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7960 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7961 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7962 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7963 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7964 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7965 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7966 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7967 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7968 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7969 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7970 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7971 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7972 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7973 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7974 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7975 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7976 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7977 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7978 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7979 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7980 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7981 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7982 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7983 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7984 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7985 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7986 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7987 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7988 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7989 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7990 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7991 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7992 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7993 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7994 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7995 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7996 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7997 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7998 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7999 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8000 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8001 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8002 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8003 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8004 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8005 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8006 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8007 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8008 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8009 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8010 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8011 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8012 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8013 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8014 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8015 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8016 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8017 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8018 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8019 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8020 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8021 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8022 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8023 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8024 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8025 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8026 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8027 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8028 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8029 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8030 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8031 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8032 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8033 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8034 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8035 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8036 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8037 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8038 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8039 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8040 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8041 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8042 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8043 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8044 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8045 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8046 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8047 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8048 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8049 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8050 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8051 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8052 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8053 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8054 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
8055 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
8056 m4trace:configure.ac:21: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
8057 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8058 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8059 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8060 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8061 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8062 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8063 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8064 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8065 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8066 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8067 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8068 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8069 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8070 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8071 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8072 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8073 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8074 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8075 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8076 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8077 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8078 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8079 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8080 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8081 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8082 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8083 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8084 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
8085 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8086 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8087 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8088 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8089 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8090 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8091 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8092 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8093 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8094 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8095 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8096 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8097 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8098 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8099 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8100 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8101 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8102 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8103 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8104 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8105 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8106 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8107 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8108 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8109 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8110 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8111 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8112 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8113 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8114 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8115 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8116 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8117 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8118 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8119 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8120 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8121 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8122 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8123 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8124 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8125 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8126 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8127 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8128 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8129 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8130 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8131 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8132 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8133 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8134 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8135 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8136 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8137 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8138 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8139 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8140 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8141 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8142 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8143 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8144 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8145 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8146 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [CXX])
8147 m4trace:configure.ac:21: -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
8148      "" | " "*) ;;
8149      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
8150      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
8151      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
8152 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8153 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8154 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8155 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8156 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8157 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8158 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8159 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8160 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8161 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8162 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8163 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8164 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8165 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [CXX])
8166 m4trace:configure.ac:21: -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)=])
8167 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8168 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8169 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8170 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8171 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8172 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8173 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8174 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8175 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8176 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8177 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8178 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8179 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8180 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8181 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8182 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8183 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8184 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8185 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8186 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8187 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8188 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8189 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8190 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8191 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8192 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8193 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8194 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8195 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8196 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8197 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8198 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8199 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8200 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8201 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8202 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8203 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8204 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8205 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8206 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8207 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8208 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8209 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8210 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8211 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8212 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8213 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8214 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8215 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8216 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8217 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([CXX])
8218 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
8219 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [CXX])
8220 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
8221 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8222 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8223 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8224 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8225 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8226 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8227 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8228 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8229 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8230 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8231 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8232 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8233 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
8234 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8235 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8236 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8237 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8238 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8239 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8240 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8241 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8242 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8243 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8244 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8245 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8246 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8247 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8248 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8249 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8250 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8251 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8252 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8253 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8254 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8255 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8256 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8257 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8258 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8259 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8260 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8261 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8262 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8263 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8264 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8265 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
8266 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
8267 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
8268 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8269 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8270 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8271 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8272 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8273 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8274 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8275 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8276 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8277 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8278 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8279 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8280 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8281 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8282 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8283 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8284 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8285 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
8286 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8287 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [CXX])
8288 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8289 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8290 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8291 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8292 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8293 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8294 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8295 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8296 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8297 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8298 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8299 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8300 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8301 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8302 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8303 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8304 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_F77_CONFIG
8305 m4trace:configure.ac:21: -1- _LT_AC_LANG_F77_CONFIG([F77])
8306 m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
8307 m4trace:configure.ac:21: -1- m4_pattern_allow([^FFLAGS$])
8308 m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
8309 m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
8310 m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
8311 m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_F77$])
8312 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8313 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8314 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8315 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8316 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8317 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8318 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8319 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8320 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8321 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8322 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8323 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8324 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8325 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8326 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8327 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8328 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8329 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8330 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [F77])
8331 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
8332 m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
8333 m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
8334 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
8335 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
8336 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
8337 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
8338 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8339 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8340 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8341 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8342 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8343 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8344 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8345 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8346 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8347 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8348 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8349 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8350 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8351 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8352 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8353 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8354 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8355 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8356 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8357 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8358 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8359 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8360 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8361 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8362 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8363 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8364 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8365 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8366 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8367 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8368 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8369 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8370 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8371 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8372 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8373 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8374 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8375 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8376 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8377 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8378 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8379 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8380 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8381 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8382 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8383 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8384 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8385 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8386 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8387 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8388 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8389 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8390 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8391 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8392 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8393 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8394 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8395 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8396 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8397 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8398 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8399 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8400 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8401 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8402 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8403 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8404 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8405 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [F77])
8406 m4trace:configure.ac:21: -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
8407      "" | " "*) ;;
8408      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8409      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8410      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8411 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8412 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8413 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8414 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8415 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8416 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8417 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8418 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8419 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8420 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8421 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8422 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8423 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8424 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [F77])
8425 m4trace:configure.ac:21: -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)=])
8426 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8427 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8428 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8429 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8430 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8431 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8432 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8433 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8434 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8435 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8436 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8437 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8438 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8439 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8440 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8441 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8442 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8443 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8444 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8445 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8446 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8447 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8448 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8449 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8450 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8451 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8452 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8453 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8454 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8455 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8456 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8457 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8458 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8459 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8460 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8461 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
8462 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8463 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8464 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8465 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8466 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8467 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8468 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8469 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8470 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8471 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8472 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8473 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8474 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8475 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8476 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8477 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8478 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8479 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8480 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8481 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8482 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8483 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8484 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8485 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8486 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8487 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8488 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8489 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8490 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8491 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8492 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8493 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8494 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8495 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8496 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8497 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8498 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8499 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8500 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8501 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8502 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8503 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8504 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8505 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8506 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8507 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8508 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8509 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8510 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8511 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8512 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8513 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8514 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8515 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8516 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8517 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8518 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8519 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8520 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8521 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8522 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8523 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8524 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8525 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8526 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8527 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8528 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8529 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8530 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8531 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8532 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8533 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8534 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8535 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
8536 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8537 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8538 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8539 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8540 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8541 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
8542 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8543 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8544 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8545 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8546 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8547 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8548 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8549 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8550 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8551 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8552 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8553 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8554 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8555 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8556 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8557 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8558 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8559 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8560 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8561 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8562 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8563 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8564 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8565 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8566 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8567 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8568 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8569 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8570 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8571 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8572 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8573 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8574 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8575 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8576 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8577 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8578 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8579 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8580 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8581 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8582 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8583 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8584 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8585 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8586 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8587 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8588 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8589 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8590 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8591 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8592 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8593 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8594 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8595 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8596 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8597 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8598 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8599 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8600 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8601 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8602 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8603 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8604 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8605 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8606 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8607 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8608 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8609 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8610 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8611 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8612 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8613 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8614 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8615 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8616 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8617 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8618 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8619 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8620 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8621 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8622 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8623 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8624 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8625 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8626 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8627 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8628 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8629 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8630 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8631 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8632 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8633 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8634 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8635 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8636 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8637 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8638 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8639 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8640 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8641 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8642 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8643 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8644 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8645 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8646 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8647 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8648 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8649 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8650 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8651 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8652 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8653 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8654 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8655 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8656 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8657 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8658 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8659 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8660 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8661 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8662 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8663 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8664 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8665 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8666 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8667 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8668 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8669 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8670 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8671 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8672 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8673 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8674 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8675 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8676 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8677 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8678 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8679 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8680 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8681 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8682 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8683 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8684 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8685 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8686 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8687 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8688 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8689 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8690 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8691 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8692 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8693 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8694 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8695 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8696 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8697 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8698 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8699 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8700 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8701 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8702 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8703 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8704 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8705 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8706 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8707 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8708 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8709 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8710 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8711 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8712 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8713 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8714 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8715 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8716 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8717 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8718 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8719 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8720 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8721 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8722 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8723 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8724 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8725 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8726 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8727 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8728 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8729 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8730 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8731 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8732 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8733 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8734 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8735 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8736 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8737 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8738 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8739 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8740 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8741 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8742 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8743 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8744 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8745 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8746 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8747 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8748 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8749 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8750 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8751 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8752 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([F77])
8753 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
8754 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [F77])
8755 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
8756 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8757 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8758 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8759 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8760 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8761 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8762 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8763 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8764 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8765 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8766 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8767 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8768 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
8769 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
8770 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8771 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8772 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8773 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8774 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8775 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8776 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8777 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8778 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8779 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8780 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8781 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8782 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8783 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8784 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8785 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8786 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8787 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8788 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8789 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8790 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8791 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8792 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8793 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8794 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8795 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8796 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8797 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8798 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8799 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8800 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
8801 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
8802 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
8803 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8804 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8805 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8806 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8807 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8808 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8809 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8810 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8811 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8812 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8813 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8814 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8815 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8816 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8817 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8818 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8819 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8820 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
8821 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
8822 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [F77])
8823 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8824 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8825 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8826 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8827 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8828 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8829 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8830 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8831 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8832 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8833 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8834 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8835 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8836 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8837 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8838 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8839 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8840 m4trace:configure.ac:21: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8841 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8842 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8843 /usr/share/aclocal/libtool.m4:4189: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8844 /usr/share/aclocal/libtool.m4:4188: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8845 /usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
8846 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8847 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8848 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8849 configure.ac:21: the top level])
8850 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [GCJ])
8851 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
8852 m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
8853 m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
8854 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8855 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
8856 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8857 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8858 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8859 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8860 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8861 m4trace:configure.ac:21: -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"])
8862 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8863 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8864 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8865 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8866 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8867 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8868 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8869 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8870 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8871 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8872 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8873 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8874 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8875 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8876 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8877 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8878 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8879 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8880 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8881 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8882 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8883 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8884 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8885 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8886 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8887 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8888 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8889 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8890 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8891 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8892 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8893 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8894 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8895 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8896 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8897 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8898 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8899 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8900 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8901 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8902 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8903 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8904 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8905 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8906 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8907 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8908 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8909 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8910 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8911 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8912 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8913 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8914 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8915 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8916 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8917 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8918 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8919 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8920 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8921 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8922 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8923 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8924 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8925 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8926 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8927 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8928 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8929 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_pic_works], [GCJ])
8930 m4trace:configure.ac:21: -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
8931      "" | " "*) ;;
8932      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8933      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8934      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8935 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8936 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8937 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8938 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8939 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8940 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8941 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8942 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8943 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8944 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8945 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8946 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8947 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8948 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_cv_prog_compiler_static_works], [GCJ])
8949 m4trace:configure.ac:21: -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)=])
8950 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8951 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8952 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8953 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8954 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8955 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8956 m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8957 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8958 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8959 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8960 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8961 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8962 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8963 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8964 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8965 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8966 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8967 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8968 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8969 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8970 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8971 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8972 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8973 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8974 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8975 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8976 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8977 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8978 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8979 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8980 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8981 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8982 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8983 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8984 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8985 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
8986 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8987 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8988 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8989 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8990 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8991 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8992 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8993 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8994 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8995 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8996 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8997 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8998 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8999 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9000 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9001 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9002 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9003 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9004 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9005 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9006 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9007 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9008 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9009 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9010 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9011 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9012 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9013 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9014 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9015 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9016 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9017 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9018 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9019 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9020 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9021 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9022 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9023 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9024 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9025 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9026 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9027 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9028 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9029 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9030 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9031 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9032 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9033 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9034 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9035 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9036 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9037 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9038 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9039 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9040 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9041 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9042 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9043 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9044 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9045 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9046 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9047 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9048 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9049 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9050 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9051 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9052 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9053 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9054 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9055 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9056 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9057 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9058 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9059 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
9060 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9061 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9062 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9063 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9064 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9065 m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
9066 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9067 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9068 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9069 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9070 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9071 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9072 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9073 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9074 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9075 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9076 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9077 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9078 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9079 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9080 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9081 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9082 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9083 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9084 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9085 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9086 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9087 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9088 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9089 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9090 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9091 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9092 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9093 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9094 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9095 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9096 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9097 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9098 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9099 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9100 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9101 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9102 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9103 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9104 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9105 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9106 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9107 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9108 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9109 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9110 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9111 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9112 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9113 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9114 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9115 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9116 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9117 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9118 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9119 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9120 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9121 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9122 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9123 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9124 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9125 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9126 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9127 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9128 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9129 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9130 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9131 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9132 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9133 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9134 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9135 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9136 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9137 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9138 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9139 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9140 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9141 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9142 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9143 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9144 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9145 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9146 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9147 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9148 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9149 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9150 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9151 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9152 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9153 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9154 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9155 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9156 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9157 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9158 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9159 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9160 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9161 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9162 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9163 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9164 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9165 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9166 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9167 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9168 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9169 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9170 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9171 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9172 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9173 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9174 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9175 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9176 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9177 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9178 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9179 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9180 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9181 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9182 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9183 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9184 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9185 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9186 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9187 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9188 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9189 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9190 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9191 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9192 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9193 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9194 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9195 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9196 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9197 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9198 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9199 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9200 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9201 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9202 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9203 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9204 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9205 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9206 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9207 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9208 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9209 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9210 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9211 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9212 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9213 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9214 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9215 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9216 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9217 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9218 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9219 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9220 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9221 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9222 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9223 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9224 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9225 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9226 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9227 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9228 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9229 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9230 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9231 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9232 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9233 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9234 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9235 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9236 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9237 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9238 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9239 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9240 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9241 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9242 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9243 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9244 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9245 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9246 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9247 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9248 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9249 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9250 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9251 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9252 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9253 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9254 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9255 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9256 m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9257 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9258 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9259 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9260 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9261 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9262 m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9263 m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9264 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9265 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9266 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9267 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9268 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9269 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9270 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9271 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9272 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9273 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9274 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9275 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9276 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([GCJ])
9277 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9278 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [GCJ])
9279 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
9280 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9281 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9282 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9283 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9284 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9285 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9286 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9287 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9288 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9289 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9290 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9291 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9292 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9293 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9294 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9295 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9296 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9297 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9298 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9299 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9300 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9301 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9302 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9303 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9304 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9305 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9306 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9307 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9308 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9309 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9310 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9311 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9312 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9313 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9314 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9315 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9316 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9317 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9318 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9319 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9320 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9321 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9322 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9323 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9324 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9325 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9326 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
9327 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9328 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9329 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9330 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9331 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9332 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9333 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9334 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9335 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9336 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9337 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9338 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9339 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9340 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9341 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9342 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9343 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9344 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9345 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9346 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [GCJ])
9347 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9348 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9349 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9350 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9351 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9352 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9353 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9354 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9355 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9356 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9357 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9358 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9359 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9360 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9361 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9362 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9363 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9364 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9365 /usr/share/aclocal/libtool.m4:4189: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9366 /usr/share/aclocal/libtool.m4:4188: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9367 /usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
9368 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9369 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9370 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9371 configure.ac:21: the top level])
9372 m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_RC_CONFIG
9373 m4trace:configure.ac:21: -1- _LT_AC_LANG_RC_CONFIG([RC])
9374 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9375 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9376 /usr/share/aclocal/libtool.m4:4249: _LT_AC_LANG_RC_CONFIG is expanded from...
9377 /usr/share/aclocal/libtool.m4:4248: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9378 /usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
9379 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9380 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9381 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9382 configure.ac:21: the top level])
9383 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [RC])
9384 m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
9385 m4trace:configure.ac:21: -1- _LT_COMPILER_BOILERPLATE
9386 m4trace:configure.ac:21: -1- _LT_LINKER_BOILERPLATE
9387 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
9388 m4trace:configure.ac:21: -1- _LT_CC_BASENAME([$compiler])
9389 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9390 m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([RC])
9391 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
9392 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [RC])
9393 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
9394 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9395 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9396 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9397 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9398 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9399 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9400 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9401 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9402 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9403 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9404 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9405 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9406 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
9407 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
9408 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9409 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9410 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9411 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9412 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9413 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9414 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9415 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9416 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9417 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9418 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9419 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9420 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9421 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9422 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9423 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9424 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9425 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9426 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9427 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9428 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9429 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9430 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9431 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9432 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9433 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9434 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9435 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9436 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9437 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9438 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
9439 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [RC])
9440 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
9441 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9442 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9443 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9444 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9445 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9446 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9447 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9448 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9449 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9450 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9451 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9452 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9453 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9454 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9455 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9456 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9457 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9458 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
9459 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
9460 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_dirs], [RC])
9461 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9462 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9463 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9464 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9465 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9466 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9467 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9468 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9469 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9470 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9471 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9472 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9473 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9474 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9475 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9476 m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9477 m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9478 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9479 /usr/share/aclocal/libtool.m4:4249: _LT_AC_LANG_RC_CONFIG is expanded from...
9480 /usr/share/aclocal/libtool.m4:4248: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9481 /usr/share/aclocal/libtool.m4:1920: _LT_AC_TAGCONFIG is expanded from...
9482 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9483 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9484 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9485 configure.ac:21: the top level])
9486 m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBTOOL$])
9487 m4trace:configure.ac:21: -1- AC_LIBTOOL_CXX
9488 m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX
9489 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9490 m4trace:configure.ac:21: -1- AC_LIBTOOL_F77
9491 m4trace:configure.ac:21: -1- _LT_AC_LANG_F77
9492 m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9493 m4trace:configure.ac:24: -1- AS_COMPILER_FLAG([-Wall], [GST_WALL="yes"], [GST_WALL="no"])
9494 m4trace:configure.ac:24: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9495 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9496 m4/as-compiler-flag.m4:6: AS_COMPILER_FLAG is expanded from...
9497 configure.ac:24: the top level])
9498 m4trace:configure.ac:30: -1- AS_COMPILER_FLAG([-Werror], [GST_ERROR="$GST_ERROR -Werror"], [GST_ERROR="$GST_ERROR"])
9499 m4trace:configure.ac:30: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9500 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9501 m4/as-compiler-flag.m4:6: AS_COMPILER_FLAG is expanded from...
9502 configure.ac:30: the top level])
9503 m4trace:configure.ac:37: -1- m4_pattern_allow([^HAVE_PKGCONFIG$])
9504 m4trace:configure.ac:50: -1- PKG_CHECK_MODULES([GST], [\
9505   gstreamer-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST=yes], [HAVE_GST=no])
9506 m4trace:configure.ac:50: -1- m4_pattern_allow([^PKG_CONFIG$])
9507 m4trace:configure.ac:50: -1- m4_pattern_allow([^GST_CFLAGS$])
9508 m4trace:configure.ac:50: -1- m4_pattern_allow([^GST_LIBS$])
9509 m4trace:configure.ac:59: -1- PKG_CHECK_MODULES([GST_BASE], [\
9510   gstreamer-base-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST_BASE=yes], [HAVE_GST_BASE=no])
9511 m4trace:configure.ac:59: -1- m4_pattern_allow([^PKG_CONFIG$])
9512 m4trace:configure.ac:59: -1- m4_pattern_allow([^GST_BASE_CFLAGS$])
9513 m4trace:configure.ac:59: -1- m4_pattern_allow([^GST_BASE_LIBS$])
9514 m4trace:configure.ac:71: -1- m4_pattern_allow([^GST_CFLAGS$])
9515 m4trace:configure.ac:72: -1- m4_pattern_allow([^GST_LIBS$])
9516 m4trace:configure.ac:73: -1- m4_pattern_allow([^GST_BASE_LIBS$])
9517 m4trace:configure.ac:74: -1- m4_pattern_allow([^GST_LIB_LDFLAGS$])
9518 m4trace:configure.ac:75: -1- m4_pattern_allow([^GST_ALL_LDFLAGS$])
9519 m4trace:configure.ac:76: -1- m4_pattern_allow([^GST_LT_LDFLAGS$])
9520 m4trace:configure.ac:79: -1- m4_pattern_allow([^GST_MAJORMINOR$])
9521 m4trace:configure.ac:83: -1- m4_pattern_allow([^plugindir$])
9522 m4trace:configure.ac:87: -1- m4_pattern_allow([^GST_PLUGIN_LDFLAGS$])
9523 m4trace:configure.ac:89: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
9524 You should run autoupdate.], [])
9525 m4trace:configure.ac:89: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9526 m4trace:configure.ac:89: -1- m4_pattern_allow([^LTLIBOBJS$])
9527 m4trace:configure.ac:89: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9528 m4trace:configure.ac:89: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS