dvitomp fix from Akira
[mplib] / src / texk / web2c / mpdir / autom4te.cache / traces.0
1 m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4   AC_PROVIDE_IFELSE([AC_PROG_CXX],
5     [AC_LIBTOOL_CXX],
6     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7   ])])
8 dnl And a similar setup for Fortran 77 support
9   AC_PROVIDE_IFELSE([AC_PROG_F77],
10     [AC_LIBTOOL_F77],
11     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12 ])])
13
14 dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15 dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18     [AC_LIBTOOL_GCJ],
19     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20       [AC_LIBTOOL_GCJ],
21       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22         [AC_LIBTOOL_GCJ],
23       [ifdef([AC_PROG_GCJ],
24              [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25        ifdef([A][M_PROG_GCJ],
26              [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27        ifdef([LT_AC_PROG_GCJ],
28              [define([LT_AC_PROG_GCJ],
29                 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30 ])])
31 m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
35
36 # This can be used to rebuild libtool when needed
37 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
38
39 # Always use our own libtool.
40 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41 AC_SUBST(LIBTOOL)dnl
42
43 # Prevent multiple expansion
44 define([AC_PROG_LIBTOOL], [])
45 ])
46 m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47 AC_REQUIRE([AC_ENABLE_SHARED])dnl
48 AC_REQUIRE([AC_ENABLE_STATIC])dnl
49 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50 AC_REQUIRE([AC_CANONICAL_HOST])dnl
51 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52 AC_REQUIRE([AC_PROG_CC])dnl
53 AC_REQUIRE([AC_PROG_LD])dnl
54 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55 AC_REQUIRE([AC_PROG_NM])dnl
56
57 AC_REQUIRE([AC_PROG_LN_S])dnl
58 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60 AC_REQUIRE([AC_OBJEXT])dnl
61 AC_REQUIRE([AC_EXEEXT])dnl
62 dnl
63
64 AC_LIBTOOL_SYS_MAX_CMD_LEN
65 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66 AC_LIBTOOL_OBJDIR
67
68 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69 _LT_AC_PROG_ECHO_BACKSLASH
70
71 case $host_os in
72 aix3*)
73   # AIX sometimes has problems with the GCC collect2 program.  For some
74   # reason, if we set the COLLECT_NAMES environment variable, the problems
75   # vanish in a puff of smoke.
76   if test "X${COLLECT_NAMES+set}" != Xset; then
77     COLLECT_NAMES=
78     export COLLECT_NAMES
79   fi
80   ;;
81 esac
82
83 # Sed substitution that helps us do robust quoting.  It backslashifies
84 # metacharacters that are still active within double-quoted strings.
85 Xsed='sed -e 1s/^X//'
86 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
87
88 # Same as above, but do not quote variable references.
89 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
90
91 # Sed substitution to delay expansion of an escaped shell variable in a
92 # double_quote_subst'ed string.
93 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
94
95 # Sed substitution to avoid accidental globbing in evaled expressions
96 no_glob_subst='s/\*/\\\*/g'
97
98 # Constants:
99 rm="rm -f"
100
101 # Global variables:
102 default_ofile=libtool
103 can_build_shared=yes
104
105 # All known linkers require a `.a' archive for static linking (except MSVC,
106 # which needs '.lib').
107 libext=a
108 ltmain="$ac_aux_dir/ltmain.sh"
109 ofile="$default_ofile"
110 with_gnu_ld="$lt_cv_prog_gnu_ld"
111
112 AC_CHECK_TOOL(AR, ar, false)
113 AC_CHECK_TOOL(RANLIB, ranlib, :)
114 AC_CHECK_TOOL(STRIP, strip, :)
115
116 old_CC="$CC"
117 old_CFLAGS="$CFLAGS"
118
119 # Set sane defaults for various variables
120 test -z "$AR" && AR=ar
121 test -z "$AR_FLAGS" && AR_FLAGS=cru
122 test -z "$AS" && AS=as
123 test -z "$CC" && CC=cc
124 test -z "$LTCC" && LTCC=$CC
125 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
126 test -z "$DLLTOOL" && DLLTOOL=dlltool
127 test -z "$LD" && LD=ld
128 test -z "$LN_S" && LN_S="ln -s"
129 test -z "$MAGIC_CMD" && MAGIC_CMD=file
130 test -z "$NM" && NM=nm
131 test -z "$SED" && SED=sed
132 test -z "$OBJDUMP" && OBJDUMP=objdump
133 test -z "$RANLIB" && RANLIB=:
134 test -z "$STRIP" && STRIP=:
135 test -z "$ac_objext" && ac_objext=o
136
137 # Determine commands to create old-style static archives.
138 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
139 old_postinstall_cmds='chmod 644 $oldlib'
140 old_postuninstall_cmds=
141
142 if test -n "$RANLIB"; then
143   case $host_os in
144   openbsd*)
145     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
146     ;;
147   *)
148     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
149     ;;
150   esac
151   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
152 fi
153
154 _LT_CC_BASENAME([$compiler])
155
156 # Only perform the check for file, if the check method requires it
157 case $deplibs_check_method in
158 file_magic*)
159   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
160     AC_PATH_MAGIC
161   fi
162   ;;
163 esac
164
165 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
166 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
167 enable_win32_dll=yes, enable_win32_dll=no)
168
169 AC_ARG_ENABLE([libtool-lock],
170     [AC_HELP_STRING([--disable-libtool-lock],
171         [avoid locking (might break parallel builds)])])
172 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173
174 AC_ARG_WITH([pic],
175     [AC_HELP_STRING([--with-pic],
176         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
177     [pic_mode="$withval"],
178     [pic_mode=default])
179 test -z "$pic_mode" && pic_mode=default
180
181 # Use C for the default configuration in the libtool script
182 tagname=
183 AC_LIBTOOL_LANG_C_CONFIG
184 _LT_AC_TAGCONFIG
185 ])
186 m4trace:/usr/share/aclocal/libtool.m4:225: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187
188 # If no C compiler was specified, use CC.
189 LTCC=${LTCC-"$CC"}
190
191 # If no C compiler flags were specified, use CFLAGS.
192 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
193
194 # Allow CC to be a program name with arguments.
195 compiler=$CC
196 ])
197 m4trace:/usr/share/aclocal/libtool.m4:242: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
198   case $cc_temp in
199     compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
200     distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
201     \-*) ;;
202     *) break;;
203   esac
204 done
205 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
206 ])
207 m4trace:/usr/share/aclocal/libtool.m4:259: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
208 ac_outfile=conftest.$ac_objext
209 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
210 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
211 _lt_compiler_boilerplate=`cat conftest.err`
212 $rm conftest*
213 ])
214 m4trace:/usr/share/aclocal/libtool.m4:273: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl
215 ac_outfile=conftest.$ac_objext
216 echo "$lt_simple_link_test_code" >conftest.$ac_ext
217 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
218 _lt_linker_boilerplate=`cat conftest.err`
219 $rm conftest*
220 ])
221 m4trace:/usr/share/aclocal/libtool.m4:291: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl
222 AC_LINK_IFELSE(AC_LANG_PROGRAM,[
223 lt_aix_libpath_sed='
224     /Import File Strings/,/^$/ {
225         /^0/ {
226             s/^0  *\(.*\)$/\1/
227             p
228         }
229     }'
230 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
231 # Check for a 64-bit object if we didn't find anything.
232 if test -z "$aix_libpath"; then
233   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
234 fi],[])
235 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
236 ])
237 m4trace:/usr/share/aclocal/libtool.m4:312: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
238              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
239          [AC_DIVERT_PUSH(NOTICE)])
240 $1
241 AC_DIVERT_POP
242 ])
243 m4trace:/usr/share/aclocal/libtool.m4:325: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
244 # Check that we are running under the correct shell.
245 SHELL=${CONFIG_SHELL-/bin/sh}
246
247 case X$ECHO in
248 X*--fallback-echo)
249   # Remove one level of quotation (which was required for Make).
250   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
251   ;;
252 esac
253
254 echo=${ECHO-echo}
255 if test "X[$]1" = X--no-reexec; then
256   # Discard the --no-reexec flag, and continue.
257   shift
258 elif test "X[$]1" = X--fallback-echo; then
259   # Avoid inline document here, it may be left over
260   :
261 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
262   # Yippee, $echo works!
263   :
264 else
265   # Restart under the correct shell.
266   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
267 fi
268
269 if test "X[$]1" = X--fallback-echo; then
270   # used as fallback echo
271   shift
272   cat <<EOF
273 [$]*
274 EOF
275   exit 0
276 fi
277
278 # The HP-UX ksh and POSIX shell print the target directory to stdout
279 # if CDPATH is set.
280 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
281
282 if test -z "$ECHO"; then
283 if test "X${echo_test_string+set}" != Xset; then
284 # find a string as large as possible, as long as the shell can cope with it
285   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
286     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
287     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
288        echo_test_string=`eval $cmd` &&
289        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
290     then
291       break
292     fi
293   done
294 fi
295
296 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
297    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
298    test "X$echo_testing_string" = "X$echo_test_string"; then
299   :
300 else
301   # The Solaris, AIX, and Digital Unix default echo programs unquote
302   # backslashes.  This makes it impossible to quote backslashes using
303   #   echo "$something" | sed 's/\\/\\\\/g'
304   #
305   # So, first we look for a working echo in the user's PATH.
306
307   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
308   for dir in $PATH /usr/ucb; do
309     IFS="$lt_save_ifs"
310     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
311        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313        test "X$echo_testing_string" = "X$echo_test_string"; then
314       echo="$dir/echo"
315       break
316     fi
317   done
318   IFS="$lt_save_ifs"
319
320   if test "X$echo" = Xecho; then
321     # We didn't find a better echo, so look for alternatives.
322     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
323        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
324        test "X$echo_testing_string" = "X$echo_test_string"; then
325       # This shell has a builtin print -r that does the trick.
326       echo='print -r'
327     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
328          test "X$CONFIG_SHELL" != X/bin/ksh; then
329       # If we have ksh, try running configure again with it.
330       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
331       export ORIGINAL_CONFIG_SHELL
332       CONFIG_SHELL=/bin/ksh
333       export CONFIG_SHELL
334       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
335     else
336       # Try using printf.
337       echo='printf %s\n'
338       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
339          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
340          test "X$echo_testing_string" = "X$echo_test_string"; then
341         # Cool, printf works
342         :
343       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
344            test "X$echo_testing_string" = 'X\t' &&
345            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346            test "X$echo_testing_string" = "X$echo_test_string"; then
347         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
348         export CONFIG_SHELL
349         SHELL="$CONFIG_SHELL"
350         export SHELL
351         echo="$CONFIG_SHELL [$]0 --fallback-echo"
352       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
353            test "X$echo_testing_string" = 'X\t' &&
354            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355            test "X$echo_testing_string" = "X$echo_test_string"; then
356         echo="$CONFIG_SHELL [$]0 --fallback-echo"
357       else
358         # maybe with a smaller string...
359         prev=:
360
361         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
362           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
363           then
364             break
365           fi
366           prev="$cmd"
367         done
368
369         if test "$prev" != 'sed 50q "[$]0"'; then
370           echo_test_string=`eval $prev`
371           export echo_test_string
372           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
373         else
374           # Oops.  We lost completely, so just stick with echo.
375           echo=echo
376         fi
377       fi
378     fi
379   fi
380 fi
381 fi
382
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
385 ECHO=$echo
386 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
387    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
388 fi
389
390 AC_SUBST(ECHO)
391 ])])
392 m4trace:/usr/share/aclocal/libtool.m4:479: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
393     [AC_HELP_STRING([--disable-libtool-lock],
394         [avoid locking (might break parallel builds)])])
395 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
396
397 # Some flags need to be propagated to the compiler or linker for good
398 # libtool support.
399 case $host in
400 ia64-*-hpux*)
401   # Find out which ABI we are using.
402   echo 'int i;' > conftest.$ac_ext
403   if AC_TRY_EVAL(ac_compile); then
404     case `/usr/bin/file conftest.$ac_objext` in
405     *ELF-32*)
406       HPUX_IA64_MODE="32"
407       ;;
408     *ELF-64*)
409       HPUX_IA64_MODE="64"
410       ;;
411     esac
412   fi
413   rm -rf conftest*
414   ;;
415 *-*-irix6*)
416   # Find out which ABI we are using.
417   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
418   if AC_TRY_EVAL(ac_compile); then
419    if test "$lt_cv_prog_gnu_ld" = yes; then
420     case `/usr/bin/file conftest.$ac_objext` in
421     *32-bit*)
422       LD="${LD-ld} -melf32bsmip"
423       ;;
424     *N32*)
425       LD="${LD-ld} -melf32bmipn32"
426       ;;
427     *64-bit*)
428       LD="${LD-ld} -melf64bmip"
429       ;;
430     esac
431    else
432     case `/usr/bin/file conftest.$ac_objext` in
433     *32-bit*)
434       LD="${LD-ld} -32"
435       ;;
436     *N32*)
437       LD="${LD-ld} -n32"
438       ;;
439     *64-bit*)
440       LD="${LD-ld} -64"
441       ;;
442     esac
443    fi
444   fi
445   rm -rf conftest*
446   ;;
447
448 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
449 s390*-*linux*|sparc*-*linux*)
450   # Find out which ABI we are using.
451   echo 'int i;' > conftest.$ac_ext
452   if AC_TRY_EVAL(ac_compile); then
453     case `/usr/bin/file conftest.o` in
454     *32-bit*)
455       case $host in
456         x86_64-*kfreebsd*-gnu)
457           LD="${LD-ld} -m elf_i386_fbsd"
458           ;;
459         x86_64-*linux*)
460           LD="${LD-ld} -m elf_i386"
461           ;;
462         ppc64-*linux*|powerpc64-*linux*)
463           LD="${LD-ld} -m elf32ppclinux"
464           ;;
465         s390x-*linux*)
466           LD="${LD-ld} -m elf_s390"
467           ;;
468         sparc64-*linux*)
469           LD="${LD-ld} -m elf32_sparc"
470           ;;
471       esac
472       ;;
473     *64-bit*)
474       case $host in
475         x86_64-*kfreebsd*-gnu)
476           LD="${LD-ld} -m elf_x86_64_fbsd"
477           ;;
478         x86_64-*linux*)
479           LD="${LD-ld} -m elf_x86_64"
480           ;;
481         ppc*-*linux*|powerpc*-*linux*)
482           LD="${LD-ld} -m elf64ppc"
483           ;;
484         s390*-*linux*)
485           LD="${LD-ld} -m elf64_s390"
486           ;;
487         sparc*-*linux*)
488           LD="${LD-ld} -m elf64_sparc"
489           ;;
490       esac
491       ;;
492     esac
493   fi
494   rm -rf conftest*
495   ;;
496
497 *-*-sco3.2v5*)
498   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
499   SAVE_CFLAGS="$CFLAGS"
500   CFLAGS="$CFLAGS -belf"
501   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
502     [AC_LANG_PUSH(C)
503      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
504      AC_LANG_POP])
505   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
506     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
507     CFLAGS="$SAVE_CFLAGS"
508   fi
509   ;;
510 sparc*-*solaris*)
511   # Find out which ABI we are using.
512   echo 'int i;' > conftest.$ac_ext
513   if AC_TRY_EVAL(ac_compile); then
514     case `/usr/bin/file conftest.o` in
515     *64-bit*)
516       case $lt_cv_prog_gnu_ld in
517       yes*) LD="${LD-ld} -m elf64_sparc" ;;
518       *)    LD="${LD-ld} -64" ;;
519       esac
520       ;;
521     esac
522   fi
523   rm -rf conftest*
524   ;;
525
526 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
527 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
528   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
529   AC_CHECK_TOOL(AS, as, false)
530   AC_CHECK_TOOL(OBJDUMP, objdump, false)
531   ;;
532   ])
533 esac
534
535 need_locks="$enable_libtool_lock"
536
537 ])
538 m4trace:/usr/share/aclocal/libtool.m4:632: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
539 AC_CACHE_CHECK([$1], [$2],
540   [$2=no
541   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
542    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
543    lt_compiler_flag="$3"
544    # Insert the option either (1) after the last *FLAGS variable, or
545    # (2) before a word containing "conftest.", or (3) at the end.
546    # Note that $ac_compile itself does not contain backslashes and begins
547    # with a dollar sign (not a hyphen), so the echo should work correctly.
548    # The option is referenced via a variable to avoid confusing sed.
549    lt_compile=`echo "$ac_compile" | $SED \
550    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
551    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
552    -e 's:$: $lt_compiler_flag:'`
553    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
554    (eval "$lt_compile" 2>conftest.err)
555    ac_status=$?
556    cat conftest.err >&AS_MESSAGE_LOG_FD
557    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
558    if (exit $ac_status) && test -s "$ac_outfile"; then
559      # The compiler can only warn and ignore the option if not recognized
560      # So say no if there are warnings other than the usual output.
561      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
562      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
563      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
564        $2=yes
565      fi
566    fi
567    $rm conftest*
568 ])
569
570 if test x"[$]$2" = xyes; then
571     ifelse([$5], , :, [$5])
572 else
573     ifelse([$6], , :, [$6])
574 fi
575 ])
576 m4trace:/usr/share/aclocal/libtool.m4:677: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
577 AC_CACHE_CHECK([$1], [$2],
578   [$2=no
579    save_LDFLAGS="$LDFLAGS"
580    LDFLAGS="$LDFLAGS $3"
581    echo "$lt_simple_link_test_code" > conftest.$ac_ext
582    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
583      # The linker can only warn and ignore the option if not recognized
584      # So say no if there are warnings
585      if test -s conftest.err; then
586        # Append any errors to the config.log.
587        cat conftest.err 1>&AS_MESSAGE_LOG_FD
588        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
589        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
590        if diff conftest.exp conftest.er2 >/dev/null; then
591          $2=yes
592        fi
593      else
594        $2=yes
595      fi
596    fi
597    $rm conftest*
598    LDFLAGS="$save_LDFLAGS"
599 ])
600
601 if test x"[$]$2" = xyes; then
602     ifelse([$4], , :, [$4])
603 else
604     ifelse([$5], , :, [$5])
605 fi
606 ])
607 m4trace:/usr/share/aclocal/libtool.m4:713: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
608 AC_MSG_CHECKING([the maximum length of command line arguments])
609 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
610   i=0
611   teststring="ABCD"
612
613   case $build_os in
614   msdosdjgpp*)
615     # On DJGPP, this test can blow up pretty badly due to problems in libc
616     # (any single argument exceeding 2000 bytes causes a buffer overrun
617     # during glob expansion).  Even if it were fixed, the result of this
618     # check would be larger than it should be.
619     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
620     ;;
621
622   gnu*)
623     # Under GNU Hurd, this test is not required because there is
624     # no limit to the length of command line arguments.
625     # Libtool will interpret -1 as no limit whatsoever
626     lt_cv_sys_max_cmd_len=-1;
627     ;;
628
629   cygwin* | mingw*)
630     # On Win9x/ME, this test blows up -- it succeeds, but takes
631     # about 5 minutes as the teststring grows exponentially.
632     # Worse, since 9x/ME are not pre-emptively multitasking,
633     # you end up with a "frozen" computer, even though with patience
634     # the test eventually succeeds (with a max line length of 256k).
635     # Instead, let's just punt: use the minimum linelength reported by
636     # all of the supported platforms: 8192 (on NT/2K/XP).
637     lt_cv_sys_max_cmd_len=8192;
638     ;;
639
640   amigaos*)
641     # On AmigaOS with pdksh, this test takes hours, literally.
642     # So we just punt and use a minimum line length of 8192.
643     lt_cv_sys_max_cmd_len=8192;
644     ;;
645
646   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
647     # This has been around since 386BSD, at least.  Likely further.
648     if test -x /sbin/sysctl; then
649       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
650     elif test -x /usr/sbin/sysctl; then
651       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
652     else
653       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
654     fi
655     # And add a safety zone
656     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
657     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
658     ;;
659
660   interix*)
661     # We know the value 262144 and hardcode it with a safety zone (like BSD)
662     lt_cv_sys_max_cmd_len=196608
663     ;;
664
665   osf*)
666     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
667     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
668     # nice to cause kernel panics so lets avoid the loop below.
669     # First set a reasonable default.
670     lt_cv_sys_max_cmd_len=16384
671     #
672     if test -x /sbin/sysconfig; then
673       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
674         *1*) lt_cv_sys_max_cmd_len=-1 ;;
675       esac
676     fi
677     ;;
678   sco3.2v5*)
679     lt_cv_sys_max_cmd_len=102400
680     ;;
681   sysv5* | sco5v6* | sysv4.2uw2*)
682     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
683     if test -n "$kargmax"; then
684       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
685     else
686       lt_cv_sys_max_cmd_len=32768
687     fi
688     ;;
689   *)
690     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
691     if test -n "$lt_cv_sys_max_cmd_len"; then
692       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
693       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
694     else
695       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
696       while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
697                = "XX$teststring") >/dev/null 2>&1 &&
698               new_result=`expr "X$teststring" : ".*" 2>&1` &&
699               lt_cv_sys_max_cmd_len=$new_result &&
700               test $i != 17 # 1/2 MB should be enough
701       do
702         i=`expr $i + 1`
703         teststring=$teststring$teststring
704       done
705       teststring=
706       # Add a significant safety factor because C++ compilers can tack on massive
707       # amounts of additional arguments before passing them to the linker.
708       # It appears as though 1/2 is a usable value.
709       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
710     fi
711     ;;
712   esac
713 ])
714 if test -n $lt_cv_sys_max_cmd_len ; then
715   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
716 else
717   AC_MSG_RESULT(none)
718 fi
719 ])
720 m4trace:/usr/share/aclocal/libtool.m4:831: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
721 ])
722 m4trace:/usr/share/aclocal/libtool.m4:839: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
723 if test "$cross_compiling" = yes; then :
724   [$4]
725 else
726   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
727   lt_status=$lt_dlunknown
728   cat > conftest.$ac_ext <<EOF
729 [#line __oline__ "configure"
730 #include "confdefs.h"
731
732 #if HAVE_DLFCN_H
733 #include <dlfcn.h>
734 #endif
735
736 #include <stdio.h>
737
738 #ifdef RTLD_GLOBAL
739 #  define LT_DLGLOBAL           RTLD_GLOBAL
740 #else
741 #  ifdef DL_GLOBAL
742 #    define LT_DLGLOBAL         DL_GLOBAL
743 #  else
744 #    define LT_DLGLOBAL         0
745 #  endif
746 #endif
747
748 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
749    find out it does not work in some platform. */
750 #ifndef LT_DLLAZY_OR_NOW
751 #  ifdef RTLD_LAZY
752 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
753 #  else
754 #    ifdef DL_LAZY
755 #      define LT_DLLAZY_OR_NOW          DL_LAZY
756 #    else
757 #      ifdef RTLD_NOW
758 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
759 #      else
760 #        ifdef DL_NOW
761 #          define LT_DLLAZY_OR_NOW      DL_NOW
762 #        else
763 #          define LT_DLLAZY_OR_NOW      0
764 #        endif
765 #      endif
766 #    endif
767 #  endif
768 #endif
769
770 #ifdef __cplusplus
771 extern "C" void exit (int);
772 #endif
773
774 void fnord() { int i=42;}
775 int main ()
776 {
777   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
778   int status = $lt_dlunknown;
779
780   if (self)
781     {
782       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
783       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
784       /* dlclose (self); */
785     }
786   else
787     puts (dlerror ());
788
789     exit (status);
790 }]
791 EOF
792   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
793     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
794     lt_status=$?
795     case x$lt_status in
796       x$lt_dlno_uscore) $1 ;;
797       x$lt_dlneed_uscore) $2 ;;
798       x$lt_dlunknown|x*) $3 ;;
799     esac
800   else :
801     # compilation failed
802     $3
803   fi
804 fi
805 rm -fr conftest*
806 ])
807 m4trace:/usr/share/aclocal/libtool.m4:929: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
808 if test "x$enable_dlopen" != xyes; then
809   enable_dlopen=unknown
810   enable_dlopen_self=unknown
811   enable_dlopen_self_static=unknown
812 else
813   lt_cv_dlopen=no
814   lt_cv_dlopen_libs=
815
816   case $host_os in
817   beos*)
818     lt_cv_dlopen="load_add_on"
819     lt_cv_dlopen_libs=
820     lt_cv_dlopen_self=yes
821     ;;
822
823   mingw* | pw32*)
824     lt_cv_dlopen="LoadLibrary"
825     lt_cv_dlopen_libs=
826    ;;
827
828   cygwin*)
829     lt_cv_dlopen="dlopen"
830     lt_cv_dlopen_libs=
831    ;;
832
833   darwin*)
834   # if libdl is installed we need to link against it
835     AC_CHECK_LIB([dl], [dlopen],
836                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
837     lt_cv_dlopen="dyld"
838     lt_cv_dlopen_libs=
839     lt_cv_dlopen_self=yes
840     ])
841    ;;
842
843   *)
844     AC_CHECK_FUNC([shl_load],
845           [lt_cv_dlopen="shl_load"],
846       [AC_CHECK_LIB([dld], [shl_load],
847             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
848         [AC_CHECK_FUNC([dlopen],
849               [lt_cv_dlopen="dlopen"],
850           [AC_CHECK_LIB([dl], [dlopen],
851                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
852             [AC_CHECK_LIB([svld], [dlopen],
853                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
854               [AC_CHECK_LIB([dld], [dld_link],
855                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
856               ])
857             ])
858           ])
859         ])
860       ])
861     ;;
862   esac
863
864   if test "x$lt_cv_dlopen" != xno; then
865     enable_dlopen=yes
866   else
867     enable_dlopen=no
868   fi
869
870   case $lt_cv_dlopen in
871   dlopen)
872     save_CPPFLAGS="$CPPFLAGS"
873     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
874
875     save_LDFLAGS="$LDFLAGS"
876     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
877
878     save_LIBS="$LIBS"
879     LIBS="$lt_cv_dlopen_libs $LIBS"
880
881     AC_CACHE_CHECK([whether a program can dlopen itself],
882           lt_cv_dlopen_self, [dnl
883           _LT_AC_TRY_DLOPEN_SELF(
884             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
885             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
886     ])
887
888     if test "x$lt_cv_dlopen_self" = xyes; then
889       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
890       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
891           lt_cv_dlopen_self_static, [dnl
892           _LT_AC_TRY_DLOPEN_SELF(
893             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
894             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
895       ])
896     fi
897
898     CPPFLAGS="$save_CPPFLAGS"
899     LDFLAGS="$save_LDFLAGS"
900     LIBS="$save_LIBS"
901     ;;
902   esac
903
904   case $lt_cv_dlopen_self in
905   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
906   *) enable_dlopen_self=unknown ;;
907   esac
908
909   case $lt_cv_dlopen_self_static in
910   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
911   *) enable_dlopen_self_static=unknown ;;
912   esac
913 fi
914 ])
915 m4trace:/usr/share/aclocal/libtool.m4:1043: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
916 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
917 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
918   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
919   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
920    $rm -r conftest 2>/dev/null
921    mkdir conftest
922    cd conftest
923    mkdir out
924    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
925
926    lt_compiler_flag="-o out/conftest2.$ac_objext"
927    # Insert the option either (1) after the last *FLAGS variable, or
928    # (2) before a word containing "conftest.", or (3) at the end.
929    # Note that $ac_compile itself does not contain backslashes and begins
930    # with a dollar sign (not a hyphen), so the echo should work correctly.
931    lt_compile=`echo "$ac_compile" | $SED \
932    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
933    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
934    -e 's:$: $lt_compiler_flag:'`
935    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
936    (eval "$lt_compile" 2>out/conftest.err)
937    ac_status=$?
938    cat out/conftest.err >&AS_MESSAGE_LOG_FD
939    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
940    if (exit $ac_status) && test -s out/conftest2.$ac_objext
941    then
942      # The compiler can only warn and ignore the option if not recognized
943      # So say no if there are warnings
944      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
945      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
946      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
947        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
948      fi
949    fi
950    chmod u+w . 2>&AS_MESSAGE_LOG_FD
951    $rm conftest*
952    # SGI C++ compiler will create directory out/ii_files/ for
953    # template instantiation
954    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
955    $rm out/* && rmdir out
956    cd ..
957    rmdir conftest
958    $rm conftest*
959 ])
960 ])
961 m4trace:/usr/share/aclocal/libtool.m4:1095: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
962
963 hard_links="nottested"
964 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
965   # do not overwrite the value of need_locks provided by the user
966   AC_MSG_CHECKING([if we can lock with hard links])
967   hard_links=yes
968   $rm conftest*
969   ln conftest.a conftest.b 2>/dev/null && hard_links=no
970   touch conftest.a
971   ln conftest.a conftest.b 2>&5 || hard_links=no
972   ln conftest.a conftest.b 2>/dev/null && hard_links=no
973   AC_MSG_RESULT([$hard_links])
974   if test "$hard_links" = no; then
975     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
976     need_locks=warn
977   fi
978 else
979   need_locks=no
980 fi
981 ])
982 m4trace:/usr/share/aclocal/libtool.m4:1121: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
983 [rm -f .libs 2>/dev/null
984 mkdir .libs 2>/dev/null
985 if test -d .libs; then
986   lt_cv_objdir=.libs
987 else
988   # MS-DOS does not allow filenames that begin with a dot.
989   lt_cv_objdir=_libs
990 fi
991 rmdir .libs 2>/dev/null])
992 objdir=$lt_cv_objdir
993 ])
994 m4trace:/usr/share/aclocal/libtool.m4:1139: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
995 _LT_AC_TAGVAR(hardcode_action, $1)=
996 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
997    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
998    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
999
1000   # We can hardcode non-existant directories.
1001   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1002      # If the only mechanism to avoid hardcoding is shlibpath_var, we
1003      # have to relink, otherwise we might link with an installed library
1004      # when we should be linking with a yet-to-be-installed one
1005      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1006      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1007     # Linking always hardcodes the temporary library directory.
1008     _LT_AC_TAGVAR(hardcode_action, $1)=relink
1009   else
1010     # We can link without hardcoding, and we can hardcode nonexisting dirs.
1011     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1012   fi
1013 else
1014   # We cannot hardcode anything, or else we can only hardcode existing
1015   # directories.
1016   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1017 fi
1018 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1019
1020 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1021   # Fast installation is not supported
1022   enable_fast_install=no
1023 elif test "$shlibpath_overrides_runpath" = yes ||
1024      test "$enable_shared" = no; then
1025   # Fast installation is not necessary
1026   enable_fast_install=needless
1027 fi
1028 ])
1029 m4trace:/usr/share/aclocal/libtool.m4:1179: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1030 old_striplib=
1031 AC_MSG_CHECKING([whether stripping libraries is possible])
1032 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1033   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1034   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1035   AC_MSG_RESULT([yes])
1036 else
1037 # FIXME - insert some real tests, host_os isn't really good enough
1038   case $host_os in
1039    darwin*)
1040        if test -n "$STRIP" ; then
1041          striplib="$STRIP -x"
1042          old_striplib="$STRIP -S"
1043          AC_MSG_RESULT([yes])
1044        else
1045   AC_MSG_RESULT([no])
1046 fi
1047        ;;
1048    *)
1049   AC_MSG_RESULT([no])
1050     ;;
1051   esac
1052 fi
1053 ])
1054 m4trace:/usr/share/aclocal/libtool.m4:1210: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1055 AC_MSG_CHECKING([dynamic linker characteristics])
1056 library_names_spec=
1057 libname_spec='lib$name'
1058 soname_spec=
1059 shrext_cmds=".so"
1060 postinstall_cmds=
1061 postuninstall_cmds=
1062 finish_cmds=
1063 finish_eval=
1064 shlibpath_var=
1065 shlibpath_overrides_runpath=unknown
1066 version_type=none
1067 dynamic_linker="$host_os ld.so"
1068 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1069 m4_if($1,[],[
1070 if test "$GCC" = yes; then
1071   case $host_os in
1072     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1073     *) lt_awk_arg="/^libraries:/" ;;
1074   esac
1075   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1076   if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1077     # if the path contains ";" then we assume it to be the separator
1078     # otherwise default to the standard path separator (i.e. ":") - it is
1079     # assumed that no part of a normal pathname contains ";" but that should
1080     # okay in the real world where ";" in dirpaths is itself problematic.
1081     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1082   else
1083     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1084   fi
1085   # Ok, now we have the path, separated by spaces, we can step through it
1086   # and add multilib dir if necessary.
1087   lt_tmp_lt_search_path_spec=
1088   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1089   for lt_sys_path in $lt_search_path_spec; do
1090     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1091       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1092     else
1093       test -d "$lt_sys_path" && \
1094         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1095     fi
1096   done
1097   lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1098 BEGIN {RS=" "; FS="/|\n";} {
1099   lt_foo="";
1100   lt_count=0;
1101   for (lt_i = NF; lt_i > 0; lt_i--) {
1102     if ($lt_i != "" && $lt_i != ".") {
1103       if ($lt_i == "..") {
1104         lt_count++;
1105       } else {
1106         if (lt_count == 0) {
1107           lt_foo="/" $lt_i lt_foo;
1108         } else {
1109           lt_count--;
1110         }
1111       }
1112     }
1113   }
1114   if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1115   if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1116 }'`
1117   sys_lib_search_path_spec=`echo $lt_search_path_spec`
1118 else
1119   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1120 fi])
1121 need_lib_prefix=unknown
1122 hardcode_into_libs=no
1123
1124 # when you set need_version to no, make sure it does not cause -set_version
1125 # flags to be left without arguments
1126 need_version=unknown
1127
1128 case $host_os in
1129 aix3*)
1130   version_type=linux
1131   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1132   shlibpath_var=LIBPATH
1133
1134   # AIX 3 has no versioning support, so we append a major version to the name.
1135   soname_spec='${libname}${release}${shared_ext}$major'
1136   ;;
1137
1138 aix4* | aix5*)
1139   version_type=linux
1140   need_lib_prefix=no
1141   need_version=no
1142   hardcode_into_libs=yes
1143   if test "$host_cpu" = ia64; then
1144     # AIX 5 supports IA64
1145     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1146     shlibpath_var=LD_LIBRARY_PATH
1147   else
1148     # With GCC up to 2.95.x, collect2 would create an import file
1149     # for dependence libraries.  The import file would start with
1150     # the line `#! .'.  This would cause the generated library to
1151     # depend on `.', always an invalid library.  This was fixed in
1152     # development snapshots of GCC prior to 3.0.
1153     case $host_os in
1154       aix4 | aix4.[[01]] | aix4.[[01]].*)
1155       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1156            echo ' yes '
1157            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1158         :
1159       else
1160         can_build_shared=no
1161       fi
1162       ;;
1163     esac
1164     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1165     # soname into executable. Probably we can add versioning support to
1166     # collect2, so additional links can be useful in future.
1167     if test "$aix_use_runtimelinking" = yes; then
1168       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1169       # instead of lib<name>.a to let people know that these are not
1170       # typical AIX shared libraries.
1171       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1172     else
1173       # We preserve .a as extension for shared libraries through AIX4.2
1174       # and later when we are not doing run time linking.
1175       library_names_spec='${libname}${release}.a $libname.a'
1176       soname_spec='${libname}${release}${shared_ext}$major'
1177     fi
1178     shlibpath_var=LIBPATH
1179   fi
1180   ;;
1181
1182 amigaos*)
1183   library_names_spec='$libname.ixlibrary $libname.a'
1184   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1185   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'
1186   ;;
1187
1188 beos*)
1189   library_names_spec='${libname}${shared_ext}'
1190   dynamic_linker="$host_os ld.so"
1191   shlibpath_var=LIBRARY_PATH
1192   ;;
1193
1194 bsdi[[45]]*)
1195   version_type=linux
1196   need_version=no
1197   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1198   soname_spec='${libname}${release}${shared_ext}$major'
1199   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1200   shlibpath_var=LD_LIBRARY_PATH
1201   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1202   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1203   # the default ld.so.conf also contains /usr/contrib/lib and
1204   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1205   # libtool to hard-code these into programs
1206   ;;
1207
1208 cygwin* | mingw* | pw32*)
1209   version_type=windows
1210   shrext_cmds=".dll"
1211   need_version=no
1212   need_lib_prefix=no
1213
1214   case $GCC,$host_os in
1215   yes,cygwin* | yes,mingw* | yes,pw32*)
1216     library_names_spec='$libname.dll.a'
1217     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1218     postinstall_cmds='base_file=`basename \${file}`~
1219       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1220       dldir=$destdir/`dirname \$dlpath`~
1221       test -d \$dldir || mkdir -p \$dldir~
1222       $install_prog $dir/$dlname \$dldir/$dlname~
1223       chmod a+x \$dldir/$dlname'
1224     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1225       dlpath=$dir/\$dldll~
1226        $rm \$dlpath'
1227     shlibpath_overrides_runpath=yes
1228
1229     case $host_os in
1230     cygwin*)
1231       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1232       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1233       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1234       ;;
1235     mingw*)
1236       # MinGW DLLs use traditional 'lib' prefix
1237       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1238       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1239       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1240         # It is most probably a Windows format PATH printed by
1241         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1242         # path with ; separators, and with drive letters. We can handle the
1243         # drive letters (cygwin fileutils understands them), so leave them,
1244         # especially as we might pass files found there to a mingw objdump,
1245         # which wouldn't understand a cygwinified path. Ahh.
1246         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1247       else
1248         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1249       fi
1250       ;;
1251     pw32*)
1252       # pw32 DLLs use 'pw' prefix rather than 'lib'
1253       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1254       ;;
1255     esac
1256     ;;
1257
1258   *)
1259     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1260     ;;
1261   esac
1262   dynamic_linker='Win32 ld.exe'
1263   # FIXME: first we should search . and the directory the executable is in
1264   shlibpath_var=PATH
1265   ;;
1266
1267 darwin* | rhapsody*)
1268   dynamic_linker="$host_os dyld"
1269   version_type=darwin
1270   need_lib_prefix=no
1271   need_version=no
1272   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1273   soname_spec='${libname}${release}${major}$shared_ext'
1274   shlibpath_overrides_runpath=yes
1275   shlibpath_var=DYLD_LIBRARY_PATH
1276   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1277   m4_if([$1], [],[
1278   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
1279   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1280   ;;
1281
1282 dgux*)
1283   version_type=linux
1284   need_lib_prefix=no
1285   need_version=no
1286   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1287   soname_spec='${libname}${release}${shared_ext}$major'
1288   shlibpath_var=LD_LIBRARY_PATH
1289   ;;
1290
1291 freebsd1*)
1292   dynamic_linker=no
1293   ;;
1294
1295 freebsd* | dragonfly*)
1296   # DragonFly does not have aout.  When/if they implement a new
1297   # versioning mechanism, adjust this.
1298   if test -x /usr/bin/objformat; then
1299     objformat=`/usr/bin/objformat`
1300   else
1301     case $host_os in
1302     freebsd[[123]]*) objformat=aout ;;
1303     *) objformat=elf ;;
1304     esac
1305   fi
1306   version_type=freebsd-$objformat
1307   case $version_type in
1308     freebsd-elf*)
1309       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1310       need_version=no
1311       need_lib_prefix=no
1312       ;;
1313     freebsd-*)
1314       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1315       need_version=yes
1316       ;;
1317   esac
1318   shlibpath_var=LD_LIBRARY_PATH
1319   case $host_os in
1320   freebsd2*)
1321     shlibpath_overrides_runpath=yes
1322     ;;
1323   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1324     shlibpath_overrides_runpath=yes
1325     hardcode_into_libs=yes
1326     ;;
1327   freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1328   freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1329     shlibpath_overrides_runpath=no
1330     hardcode_into_libs=yes
1331     ;;
1332   *) # from 4.6 on, and DragonFly
1333     shlibpath_overrides_runpath=yes
1334     hardcode_into_libs=yes
1335     ;;
1336   esac
1337   ;;
1338
1339 gnu*)
1340   version_type=linux
1341   need_lib_prefix=no
1342   need_version=no
1343   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1344   soname_spec='${libname}${release}${shared_ext}$major'
1345   shlibpath_var=LD_LIBRARY_PATH
1346   hardcode_into_libs=yes
1347   ;;
1348
1349 hpux9* | hpux10* | hpux11*)
1350   # Give a soname corresponding to the major version so that dld.sl refuses to
1351   # link against other versions.
1352   version_type=sunos
1353   need_lib_prefix=no
1354   need_version=no
1355   case $host_cpu in
1356   ia64*)
1357     shrext_cmds='.so'
1358     hardcode_into_libs=yes
1359     dynamic_linker="$host_os dld.so"
1360     shlibpath_var=LD_LIBRARY_PATH
1361     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1362     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1363     soname_spec='${libname}${release}${shared_ext}$major'
1364     if test "X$HPUX_IA64_MODE" = X32; then
1365       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1366     else
1367       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1368     fi
1369     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1370     ;;
1371    hppa*64*)
1372      shrext_cmds='.sl'
1373      hardcode_into_libs=yes
1374      dynamic_linker="$host_os dld.sl"
1375      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1376      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1377      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1378      soname_spec='${libname}${release}${shared_ext}$major'
1379      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1380      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1381      ;;
1382    *)
1383     shrext_cmds='.sl'
1384     dynamic_linker="$host_os dld.sl"
1385     shlibpath_var=SHLIB_PATH
1386     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1387     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1388     soname_spec='${libname}${release}${shared_ext}$major'
1389     ;;
1390   esac
1391   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1392   postinstall_cmds='chmod 555 $lib'
1393   ;;
1394
1395 interix[[3-9]]*)
1396   version_type=linux
1397   need_lib_prefix=no
1398   need_version=no
1399   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1400   soname_spec='${libname}${release}${shared_ext}$major'
1401   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1402   shlibpath_var=LD_LIBRARY_PATH
1403   shlibpath_overrides_runpath=no
1404   hardcode_into_libs=yes
1405   ;;
1406
1407 irix5* | irix6* | nonstopux*)
1408   case $host_os in
1409     nonstopux*) version_type=nonstopux ;;
1410     *)
1411         if test "$lt_cv_prog_gnu_ld" = yes; then
1412                 version_type=linux
1413         else
1414                 version_type=irix
1415         fi ;;
1416   esac
1417   need_lib_prefix=no
1418   need_version=no
1419   soname_spec='${libname}${release}${shared_ext}$major'
1420   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1421   case $host_os in
1422   irix5* | nonstopux*)
1423     libsuff= shlibsuff=
1424     ;;
1425   *)
1426     case $LD in # libtool.m4 will add one of these switches to LD
1427     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1428       libsuff= shlibsuff= libmagic=32-bit;;
1429     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1430       libsuff=32 shlibsuff=N32 libmagic=N32;;
1431     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1432       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1433     *) libsuff= shlibsuff= libmagic=never-match;;
1434     esac
1435     ;;
1436   esac
1437   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1438   shlibpath_overrides_runpath=no
1439   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1440   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1441   hardcode_into_libs=yes
1442   ;;
1443
1444 # No shared lib support for Linux oldld, aout, or coff.
1445 linux*oldld* | linux*aout* | linux*coff*)
1446   dynamic_linker=no
1447   ;;
1448
1449 # This must be Linux ELF.
1450 linux* | k*bsd*-gnu)
1451   version_type=linux
1452   need_lib_prefix=no
1453   need_version=no
1454   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1455   soname_spec='${libname}${release}${shared_ext}$major'
1456   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1457   shlibpath_var=LD_LIBRARY_PATH
1458   shlibpath_overrides_runpath=no
1459   # This implies no fast_install, which is unacceptable.
1460   # Some rework will be needed to allow for fast_install
1461   # before this can be enabled.
1462   hardcode_into_libs=yes
1463
1464   # find out which ABI we are using
1465   libsuff=
1466   case "$host_cpu" in
1467   x86_64*|s390x*|powerpc64*)
1468     echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1469     if AC_TRY_EVAL(ac_compile); then
1470       case `/usr/bin/file conftest.$ac_objext` in
1471       *64-bit*)
1472         libsuff=64
1473         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
1474         ;;
1475       esac
1476     fi
1477     rm -rf conftest*
1478     ;;
1479   esac
1480
1481   # Append ld.so.conf contents to the search path
1482   if test -f /etc/ld.so.conf; then
1483     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' ' '`
1484     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
1485   fi
1486
1487   # We used to test for /lib/ld.so.1 and disable shared libraries on
1488   # powerpc, because MkLinux only supported shared libraries with the
1489   # GNU dynamic linker.  Since this was broken with cross compilers,
1490   # most powerpc-linux boxes support dynamic linking these days and
1491   # people can always --disable-shared, the test was removed, and we
1492   # assume the GNU/Linux dynamic linker is in use.
1493   dynamic_linker='GNU/Linux ld.so'
1494   ;;
1495
1496 netbsd*)
1497   version_type=sunos
1498   need_lib_prefix=no
1499   need_version=no
1500   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1501     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1502     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1503     dynamic_linker='NetBSD (a.out) ld.so'
1504   else
1505     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1506     soname_spec='${libname}${release}${shared_ext}$major'
1507     dynamic_linker='NetBSD ld.elf_so'
1508   fi
1509   shlibpath_var=LD_LIBRARY_PATH
1510   shlibpath_overrides_runpath=yes
1511   hardcode_into_libs=yes
1512   ;;
1513
1514 newsos6)
1515   version_type=linux
1516   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1517   shlibpath_var=LD_LIBRARY_PATH
1518   shlibpath_overrides_runpath=yes
1519   ;;
1520
1521 nto-qnx*)
1522   version_type=linux
1523   need_lib_prefix=no
1524   need_version=no
1525   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1526   soname_spec='${libname}${release}${shared_ext}$major'
1527   shlibpath_var=LD_LIBRARY_PATH
1528   shlibpath_overrides_runpath=yes
1529   ;;
1530
1531 openbsd*)
1532   version_type=sunos
1533   sys_lib_dlsearch_path_spec="/usr/lib"
1534   need_lib_prefix=no
1535   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1536   case $host_os in
1537     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1538     *)                         need_version=no  ;;
1539   esac
1540   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1541   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1542   shlibpath_var=LD_LIBRARY_PATH
1543   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1544     case $host_os in
1545       openbsd2.[[89]] | openbsd2.[[89]].*)
1546         shlibpath_overrides_runpath=no
1547         ;;
1548       *)
1549         shlibpath_overrides_runpath=yes
1550         ;;
1551       esac
1552   else
1553     shlibpath_overrides_runpath=yes
1554   fi
1555   ;;
1556
1557 os2*)
1558   libname_spec='$name'
1559   shrext_cmds=".dll"
1560   need_lib_prefix=no
1561   library_names_spec='$libname${shared_ext} $libname.a'
1562   dynamic_linker='OS/2 ld.exe'
1563   shlibpath_var=LIBPATH
1564   ;;
1565
1566 osf3* | osf4* | osf5*)
1567   version_type=osf
1568   need_lib_prefix=no
1569   need_version=no
1570   soname_spec='${libname}${release}${shared_ext}$major'
1571   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1572   shlibpath_var=LD_LIBRARY_PATH
1573   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1574   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1575   ;;
1576
1577 rdos*)
1578   dynamic_linker=no
1579   ;;
1580
1581 solaris*)
1582   version_type=linux
1583   need_lib_prefix=no
1584   need_version=no
1585   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1586   soname_spec='${libname}${release}${shared_ext}$major'
1587   shlibpath_var=LD_LIBRARY_PATH
1588   shlibpath_overrides_runpath=yes
1589   hardcode_into_libs=yes
1590   # ldd complains unless libraries are executable
1591   postinstall_cmds='chmod +x $lib'
1592   ;;
1593
1594 sunos4*)
1595   version_type=sunos
1596   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1597   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1598   shlibpath_var=LD_LIBRARY_PATH
1599   shlibpath_overrides_runpath=yes
1600   if test "$with_gnu_ld" = yes; then
1601     need_lib_prefix=no
1602   fi
1603   need_version=yes
1604   ;;
1605
1606 sysv4 | sysv4.3*)
1607   version_type=linux
1608   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1609   soname_spec='${libname}${release}${shared_ext}$major'
1610   shlibpath_var=LD_LIBRARY_PATH
1611   case $host_vendor in
1612     sni)
1613       shlibpath_overrides_runpath=no
1614       need_lib_prefix=no
1615       export_dynamic_flag_spec='${wl}-Blargedynsym'
1616       runpath_var=LD_RUN_PATH
1617       ;;
1618     siemens)
1619       need_lib_prefix=no
1620       ;;
1621     motorola)
1622       need_lib_prefix=no
1623       need_version=no
1624       shlibpath_overrides_runpath=no
1625       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1626       ;;
1627   esac
1628   ;;
1629
1630 sysv4*MP*)
1631   if test -d /usr/nec ;then
1632     version_type=linux
1633     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1634     soname_spec='$libname${shared_ext}.$major'
1635     shlibpath_var=LD_LIBRARY_PATH
1636   fi
1637   ;;
1638
1639 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1640   version_type=freebsd-elf
1641   need_lib_prefix=no
1642   need_version=no
1643   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1644   soname_spec='${libname}${release}${shared_ext}$major'
1645   shlibpath_var=LD_LIBRARY_PATH
1646   hardcode_into_libs=yes
1647   if test "$with_gnu_ld" = yes; then
1648     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1649     shlibpath_overrides_runpath=no
1650   else
1651     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1652     shlibpath_overrides_runpath=yes
1653     case $host_os in
1654       sco3.2v5*)
1655         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1656         ;;
1657     esac
1658   fi
1659   sys_lib_dlsearch_path_spec='/usr/lib'
1660   ;;
1661
1662 uts4*)
1663   version_type=linux
1664   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1665   soname_spec='${libname}${release}${shared_ext}$major'
1666   shlibpath_var=LD_LIBRARY_PATH
1667   ;;
1668
1669 *)
1670   dynamic_linker=no
1671   ;;
1672 esac
1673 AC_MSG_RESULT([$dynamic_linker])
1674 test "$dynamic_linker" = no && can_build_shared=no
1675
1676 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1677 if test "$GCC" = yes; then
1678   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1679 fi
1680 ])
1681 m4trace:/usr/share/aclocal/libtool.m4:1842: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1682 AC_ARG_WITH([tags],
1683     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1684         [include additional configurations @<:@automatic@:>@])],
1685     [tagnames="$withval"])
1686
1687 if test -f "$ltmain" && test -n "$tagnames"; then
1688   if test ! -f "${ofile}"; then
1689     AC_MSG_WARN([output file `$ofile' does not exist])
1690   fi
1691
1692   if test -z "$LTCC"; then
1693     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1694     if test -z "$LTCC"; then
1695       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1696     else
1697       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1698     fi
1699   fi
1700   if test -z "$LTCFLAGS"; then
1701     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1702   fi
1703
1704   # Extract list of available tagged configurations in $ofile.
1705   # Note that this assumes the entire list is on one line.
1706   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1707
1708   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1709   for tagname in $tagnames; do
1710     IFS="$lt_save_ifs"
1711     # Check whether tagname contains only valid characters
1712     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1713     "") ;;
1714     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1715         ;;
1716     esac
1717
1718     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1719     then
1720       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1721     fi
1722
1723     # Update the list of available tags.
1724     if test -n "$tagname"; then
1725       echo appending configuration tag \"$tagname\" to $ofile
1726
1727       case $tagname in
1728       CXX)
1729         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1730             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1731             (test "X$CXX" != "Xg++"))) ; then
1732           AC_LIBTOOL_LANG_CXX_CONFIG
1733         else
1734           tagname=""
1735         fi
1736         ;;
1737
1738       F77)
1739         if test -n "$F77" && test "X$F77" != "Xno"; then
1740           AC_LIBTOOL_LANG_F77_CONFIG
1741         else
1742           tagname=""
1743         fi
1744         ;;
1745
1746       GCJ)
1747         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1748           AC_LIBTOOL_LANG_GCJ_CONFIG
1749         else
1750           tagname=""
1751         fi
1752         ;;
1753
1754       RC)
1755         AC_LIBTOOL_LANG_RC_CONFIG
1756         ;;
1757
1758       *)
1759         AC_MSG_ERROR([Unsupported tag name: $tagname])
1760         ;;
1761       esac
1762
1763       # Append the new tag name to the list of available tags.
1764       if test -n "$tagname" ; then
1765       available_tags="$available_tags $tagname"
1766     fi
1767     fi
1768   done
1769   IFS="$lt_save_ifs"
1770
1771   # Now substitute the updated list of available tags.
1772   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1773     mv "${ofile}T" "$ofile"
1774     chmod +x "$ofile"
1775   else
1776     rm -f "${ofile}T"
1777     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1778   fi
1779 fi
1780 ])
1781 m4trace:/usr/share/aclocal/libtool.m4:1948: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1782 ])
1783 m4trace:/usr/share/aclocal/libtool.m4:1956: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1784 ])
1785 m4trace:/usr/share/aclocal/libtool.m4:1965: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1786 AC_ARG_ENABLE([shared],
1787     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1788         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1789     [p=${PACKAGE-default}
1790     case $enableval in
1791     yes) enable_shared=yes ;;
1792     no) enable_shared=no ;;
1793     *)
1794       enable_shared=no
1795       # Look at the argument we got.  We use all the common list separators.
1796       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1797       for pkg in $enableval; do
1798         IFS="$lt_save_ifs"
1799         if test "X$pkg" = "X$p"; then
1800           enable_shared=yes
1801         fi
1802       done
1803       IFS="$lt_save_ifs"
1804       ;;
1805     esac],
1806     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1807 ])
1808 m4trace:/usr/share/aclocal/libtool.m4:1994: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1809 AC_ENABLE_SHARED(no)
1810 ])
1811 m4trace:/usr/share/aclocal/libtool.m4:2004: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1812 AC_ARG_ENABLE([static],
1813     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1814         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1815     [p=${PACKAGE-default}
1816     case $enableval in
1817     yes) enable_static=yes ;;
1818     no) enable_static=no ;;
1819     *)
1820      enable_static=no
1821       # Look at the argument we got.  We use all the common list separators.
1822       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1823       for pkg in $enableval; do
1824         IFS="$lt_save_ifs"
1825         if test "X$pkg" = "X$p"; then
1826           enable_static=yes
1827         fi
1828       done
1829       IFS="$lt_save_ifs"
1830       ;;
1831     esac],
1832     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1833 ])
1834 m4trace:/usr/share/aclocal/libtool.m4:2033: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1835 AC_ENABLE_STATIC(no)
1836 ])
1837 m4trace:/usr/share/aclocal/libtool.m4:2043: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1838 AC_ARG_ENABLE([fast-install],
1839     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1840     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1841     [p=${PACKAGE-default}
1842     case $enableval in
1843     yes) enable_fast_install=yes ;;
1844     no) enable_fast_install=no ;;
1845     *)
1846       enable_fast_install=no
1847       # Look at the argument we got.  We use all the common list separators.
1848       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1849       for pkg in $enableval; do
1850         IFS="$lt_save_ifs"
1851         if test "X$pkg" = "X$p"; then
1852           enable_fast_install=yes
1853         fi
1854       done
1855       IFS="$lt_save_ifs"
1856       ;;
1857     esac],
1858     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1859 ])
1860 m4trace:/usr/share/aclocal/libtool.m4:2072: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1861 AC_ENABLE_FAST_INSTALL(no)
1862 ])
1863 m4trace:/usr/share/aclocal/libtool.m4:2082: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1864 pic_mode=ifelse($#,1,$1,default)
1865 ])
1866 m4trace:/usr/share/aclocal/libtool.m4:2106: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1867 AC_MSG_CHECKING([for $1])
1868 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1869 [case $MAGIC_CMD in
1870 [[\\/*] |  ?:[\\/]*])
1871   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1872   ;;
1873 *)
1874   lt_save_MAGIC_CMD="$MAGIC_CMD"
1875   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1876 dnl $ac_dummy forces splitting on constant user-supplied paths.
1877 dnl POSIX.2 word splitting is done only on the output of word expansions,
1878 dnl not every word.  This closes a longstanding sh security hole.
1879   ac_dummy="ifelse([$2], , $PATH, [$2])"
1880   for ac_dir in $ac_dummy; do
1881     IFS="$lt_save_ifs"
1882     test -z "$ac_dir" && ac_dir=.
1883     if test -f $ac_dir/$1; then
1884       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1885       if test -n "$file_magic_test_file"; then
1886         case $deplibs_check_method in
1887         "file_magic "*)
1888           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1889           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1890           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1891             $EGREP "$file_magic_regex" > /dev/null; then
1892             :
1893           else
1894             cat <<EOF 1>&2
1895
1896 *** Warning: the command libtool uses to detect shared libraries,
1897 *** $file_magic_cmd, produces output that libtool cannot recognize.
1898 *** The result is that libtool may fail to recognize shared libraries
1899 *** as such.  This will affect the creation of libtool libraries that
1900 *** depend on shared libraries, but programs linked with such libtool
1901 *** libraries will work regardless of this problem.  Nevertheless, you
1902 *** may want to report the problem to your system manager and/or to
1903 *** bug-libtool@gnu.org
1904
1905 EOF
1906           fi ;;
1907         esac
1908       fi
1909       break
1910     fi
1911   done
1912   IFS="$lt_save_ifs"
1913   MAGIC_CMD="$lt_save_MAGIC_CMD"
1914   ;;
1915 esac])
1916 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1917 if test -n "$MAGIC_CMD"; then
1918   AC_MSG_RESULT($MAGIC_CMD)
1919 else
1920   AC_MSG_RESULT(no)
1921 fi
1922 ])
1923 m4trace:/usr/share/aclocal/libtool.m4:2169: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1924 if test -z "$lt_cv_path_MAGIC_CMD"; then
1925   if test -n "$ac_tool_prefix"; then
1926     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1927   else
1928     MAGIC_CMD=:
1929   fi
1930 fi
1931 ])
1932 m4trace:/usr/share/aclocal/libtool.m4:2184: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1933     [AC_HELP_STRING([--with-gnu-ld],
1934         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1935     [test "$withval" = no || with_gnu_ld=yes],
1936     [with_gnu_ld=no])
1937 AC_REQUIRE([LT_AC_PROG_SED])dnl
1938 AC_REQUIRE([AC_PROG_CC])dnl
1939 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1940 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1941 ac_prog=ld
1942 if test "$GCC" = yes; then
1943   # Check if gcc -print-prog-name=ld gives a path.
1944   AC_MSG_CHECKING([for ld used by $CC])
1945   case $host in
1946   *-*-mingw*)
1947     # gcc leaves a trailing carriage return which upsets mingw
1948     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1949   *)
1950     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1951   esac
1952   case $ac_prog in
1953     # Accept absolute paths.
1954     [[\\/]]* | ?:[[\\/]]*)
1955       re_direlt='/[[^/]][[^/]]*/\.\./'
1956       # Canonicalize the pathname of ld
1957       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1958       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1959         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1960       done
1961       test -z "$LD" && LD="$ac_prog"
1962       ;;
1963   "")
1964     # If it fails, then pretend we aren't using GCC.
1965     ac_prog=ld
1966     ;;
1967   *)
1968     # If it is relative, then search for the first ld in PATH.
1969     with_gnu_ld=unknown
1970     ;;
1971   esac
1972 elif test "$with_gnu_ld" = yes; then
1973   AC_MSG_CHECKING([for GNU ld])
1974 else
1975   AC_MSG_CHECKING([for non-GNU ld])
1976 fi
1977 AC_CACHE_VAL(lt_cv_path_LD,
1978 [if test -z "$LD"; then
1979   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1980   for ac_dir in $PATH; do
1981     IFS="$lt_save_ifs"
1982     test -z "$ac_dir" && ac_dir=.
1983     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1984       lt_cv_path_LD="$ac_dir/$ac_prog"
1985       # Check to see if the program is GNU ld.  I'd rather use --version,
1986       # but apparently some variants of GNU ld only accept -v.
1987       # Break only if it was the GNU/non-GNU ld that we prefer.
1988       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1989       *GNU* | *'with BFD'*)
1990         test "$with_gnu_ld" != no && break
1991         ;;
1992       *)
1993         test "$with_gnu_ld" != yes && break
1994         ;;
1995       esac
1996     fi
1997   done
1998   IFS="$lt_save_ifs"
1999 else
2000   lt_cv_path_LD="$LD" # Let the user override the test with a path.
2001 fi])
2002 LD="$lt_cv_path_LD"
2003 if test -n "$LD"; then
2004   AC_MSG_RESULT($LD)
2005 else
2006   AC_MSG_RESULT(no)
2007 fi
2008 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2009 AC_PROG_LD_GNU
2010 ])
2011 m4trace:/usr/share/aclocal/libtool.m4:2268: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
2012 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2013 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2014 case `$LD -v 2>&1 </dev/null` in
2015 *GNU* | *'with BFD'*)
2016   lt_cv_prog_gnu_ld=yes
2017   ;;
2018 *)
2019   lt_cv_prog_gnu_ld=no
2020   ;;
2021 esac])
2022 with_gnu_ld=$lt_cv_prog_gnu_ld
2023 ])
2024 m4trace:/usr/share/aclocal/libtool.m4:2288: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2025   lt_cv_ld_reload_flag,
2026   [lt_cv_ld_reload_flag='-r'])
2027 reload_flag=$lt_cv_ld_reload_flag
2028 case $reload_flag in
2029 "" | " "*) ;;
2030 *) reload_flag=" $reload_flag" ;;
2031 esac
2032 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2033 case $host_os in
2034   darwin*)
2035     if test "$GCC" = yes; then
2036       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2037     else
2038       reload_cmds='$LD$reload_flag -o $output$reload_objs'
2039     fi
2040     ;;
2041 esac
2042 ])
2043 m4trace:/usr/share/aclocal/libtool.m4:2314: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2044 lt_cv_deplibs_check_method,
2045 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2046 lt_cv_file_magic_test_file=
2047 lt_cv_deplibs_check_method='unknown'
2048 # Need to set the preceding variable on all platforms that support
2049 # interlibrary dependencies.
2050 # 'none' -- dependencies not supported.
2051 # `unknown' -- same as none, but documents that we really don't know.
2052 # 'pass_all' -- all dependencies passed with no checks.
2053 # 'test_compile' -- check by making test program.
2054 # 'file_magic [[regex]]' -- check by looking for files in library path
2055 # which responds to the $file_magic_cmd with a given extended regex.
2056 # If you have `file' or equivalent on your system and you're not sure
2057 # whether `pass_all' will *always* work, you probably want this one.
2058
2059 case $host_os in
2060 aix4* | aix5*)
2061   lt_cv_deplibs_check_method=pass_all
2062   ;;
2063
2064 beos*)
2065   lt_cv_deplibs_check_method=pass_all
2066   ;;
2067
2068 bsdi[[45]]*)
2069   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2070   lt_cv_file_magic_cmd='/usr/bin/file -L'
2071   lt_cv_file_magic_test_file=/shlib/libc.so
2072   ;;
2073
2074 cygwin*)
2075   # func_win32_libid is a shell function defined in ltmain.sh
2076   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2077   lt_cv_file_magic_cmd='func_win32_libid'
2078   ;;
2079
2080 mingw* | pw32*)
2081   # Base MSYS/MinGW do not provide the 'file' command needed by
2082   # func_win32_libid shell function, so use a weaker test based on 'objdump',
2083   # unless we find 'file', for example because we are cross-compiling.
2084   if ( file / ) >/dev/null 2>&1; then
2085     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2086     lt_cv_file_magic_cmd='func_win32_libid'
2087   else
2088     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2089     lt_cv_file_magic_cmd='$OBJDUMP -f'
2090   fi
2091   ;;
2092
2093 darwin* | rhapsody*)
2094   lt_cv_deplibs_check_method=pass_all
2095   ;;
2096
2097 freebsd* | dragonfly*)
2098   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2099     case $host_cpu in
2100     i*86 )
2101       # Not sure whether the presence of OpenBSD here was a mistake.
2102       # Let's accept both of them until this is cleared up.
2103       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2104       lt_cv_file_magic_cmd=/usr/bin/file
2105       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2106       ;;
2107     esac
2108   else
2109     lt_cv_deplibs_check_method=pass_all
2110   fi
2111   ;;
2112
2113 gnu*)
2114   lt_cv_deplibs_check_method=pass_all
2115   ;;
2116
2117 hpux10.20* | hpux11*)
2118   lt_cv_file_magic_cmd=/usr/bin/file
2119   case $host_cpu in
2120   ia64*)
2121     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2122     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2123     ;;
2124   hppa*64*)
2125     [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]']
2126     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2127     ;;
2128   *)
2129     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2130     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2131     ;;
2132   esac
2133   ;;
2134
2135 interix[[3-9]]*)
2136   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2137   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2138   ;;
2139
2140 irix5* | irix6* | nonstopux*)
2141   case $LD in
2142   *-32|*"-32 ") libmagic=32-bit;;
2143   *-n32|*"-n32 ") libmagic=N32;;
2144   *-64|*"-64 ") libmagic=64-bit;;
2145   *) libmagic=never-match;;
2146   esac
2147   lt_cv_deplibs_check_method=pass_all
2148   ;;
2149
2150 # This must be Linux ELF.
2151 linux* | k*bsd*-gnu)
2152   lt_cv_deplibs_check_method=pass_all
2153   ;;
2154
2155 netbsd*)
2156   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2157     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2158   else
2159     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2160   fi
2161   ;;
2162
2163 newos6*)
2164   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2165   lt_cv_file_magic_cmd=/usr/bin/file
2166   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2167   ;;
2168
2169 nto-qnx*)
2170   lt_cv_deplibs_check_method=unknown
2171   ;;
2172
2173 openbsd*)
2174   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2175     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2176   else
2177     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2178   fi
2179   ;;
2180
2181 osf3* | osf4* | osf5*)
2182   lt_cv_deplibs_check_method=pass_all
2183   ;;
2184
2185 rdos*)
2186   lt_cv_deplibs_check_method=pass_all
2187   ;;
2188
2189 solaris*)
2190   lt_cv_deplibs_check_method=pass_all
2191   ;;
2192
2193 sysv4 | sysv4.3*)
2194   case $host_vendor in
2195   motorola)
2196     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]]'
2197     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2198     ;;
2199   ncr)
2200     lt_cv_deplibs_check_method=pass_all
2201     ;;
2202   sequent)
2203     lt_cv_file_magic_cmd='/bin/file'
2204     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2205     ;;
2206   sni)
2207     lt_cv_file_magic_cmd='/bin/file'
2208     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2209     lt_cv_file_magic_test_file=/lib/libc.so
2210     ;;
2211   siemens)
2212     lt_cv_deplibs_check_method=pass_all
2213     ;;
2214   pc)
2215     lt_cv_deplibs_check_method=pass_all
2216     ;;
2217   esac
2218   ;;
2219
2220 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2221   lt_cv_deplibs_check_method=pass_all
2222   ;;
2223 esac
2224 ])
2225 file_magic_cmd=$lt_cv_file_magic_cmd
2226 deplibs_check_method=$lt_cv_deplibs_check_method
2227 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2228 ])
2229 m4trace:/usr/share/aclocal/libtool.m4:2506: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2230 [if test -n "$NM"; then
2231   # Let the user override the test.
2232   lt_cv_path_NM="$NM"
2233 else
2234   lt_nm_to_check="${ac_tool_prefix}nm"
2235   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2236     lt_nm_to_check="$lt_nm_to_check nm"
2237   fi
2238   for lt_tmp_nm in $lt_nm_to_check; do
2239     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2240     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2241       IFS="$lt_save_ifs"
2242       test -z "$ac_dir" && ac_dir=.
2243       tmp_nm="$ac_dir/$lt_tmp_nm"
2244       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2245         # Check to see if the nm accepts a BSD-compat flag.
2246         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2247         #   nm: unknown option "B" ignored
2248         # Tru64's nm complains that /dev/null is an invalid object file
2249         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2250         */dev/null* | *'Invalid file or object type'*)
2251           lt_cv_path_NM="$tmp_nm -B"
2252           break
2253           ;;
2254         *)
2255           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2256           */dev/null*)
2257             lt_cv_path_NM="$tmp_nm -p"
2258             break
2259             ;;
2260           *)
2261             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2262             continue # so that we can try to find one that supports BSD flags
2263             ;;
2264           esac
2265           ;;
2266         esac
2267       fi
2268     done
2269     IFS="$lt_save_ifs"
2270   done
2271   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2272 fi])
2273 NM="$lt_cv_path_NM"
2274 ])
2275 m4trace:/usr/share/aclocal/libtool.m4:2558: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2276 LIBM=
2277 case $host in
2278 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2279   # These system don't have libm, or don't need it
2280   ;;
2281 *-ncr-sysv4.3*)
2282   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2283   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2284   ;;
2285 *)
2286   AC_CHECK_LIB(m, cos, LIBM="-lm")
2287   ;;
2288 esac
2289 ])
2290 m4trace:/usr/share/aclocal/libtool.m4:2587: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2291   case $enable_ltdl_convenience in
2292   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2293   "") enable_ltdl_convenience=yes
2294       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2295   esac
2296   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2297   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2298   # For backwards non-gettext consistent compatibility...
2299   INCLTDL="$LTDLINCL"
2300 ])
2301 m4trace:/usr/share/aclocal/libtool.m4:2613: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2302   AC_CHECK_LIB(ltdl, lt_dlinit,
2303   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2304   [if test x"$enable_ltdl_install" = xno; then
2305      AC_MSG_WARN([libltdl not installed, but installation disabled])
2306    else
2307      enable_ltdl_install=yes
2308    fi
2309   ])
2310   if test x"$enable_ltdl_install" = x"yes"; then
2311     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2312     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2313     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2314   else
2315     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2316     LIBLTDL="-lltdl"
2317     LTDLINCL=
2318   fi
2319   # For backwards non-gettext consistent compatibility...
2320   INCLTDL="$LTDLINCL"
2321 ])
2322 m4trace:/usr/share/aclocal/libtool.m4:2640: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2323 ])
2324 m4trace:/usr/share/aclocal/libtool.m4:2647: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2325 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2326 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2327 ])
2328 m4trace:/usr/share/aclocal/libtool.m4:2655: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2329 AC_REQUIRE([AC_PROG_CXX])
2330 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2331     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2332     (test "X$CXX" != "Xg++"))) ; then
2333   AC_PROG_CXXCPP
2334 fi
2335 ])
2336 m4trace:/usr/share/aclocal/libtool.m4:2668: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2337 ])
2338 m4trace:/usr/share/aclocal/libtool.m4:2675: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2339 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2340 ])
2341 m4trace:/usr/share/aclocal/libtool.m4:2684: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2342 ])
2343 m4trace:/usr/share/aclocal/libtool.m4:2691: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2344   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2345     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2346       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2347          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2348            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2349 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2350 ])
2351 m4trace:/usr/share/aclocal/libtool.m4:2705: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2352 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2353 ])
2354 m4trace:/usr/share/aclocal/libtool.m4:2716: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2355 m4trace:/usr/share/aclocal/libtool.m4:2717: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2356 AC_LANG_PUSH(C)
2357
2358 # Source file extension for C test sources.
2359 ac_ext=c
2360
2361 # Object file extension for compiled C test sources.
2362 objext=o
2363 _LT_AC_TAGVAR(objext, $1)=$objext
2364
2365 # Code to be used in simple compile tests
2366 lt_simple_compile_test_code="int some_variable = 0;"
2367
2368 # Code to be used in simple link tests
2369 lt_simple_link_test_code='int main(){return(0);}'
2370
2371 _LT_AC_SYS_COMPILER
2372
2373 # save warnings/boilerplate of simple test code
2374 _LT_COMPILER_BOILERPLATE
2375 _LT_LINKER_BOILERPLATE
2376
2377 ## CAVEAT EMPTOR:
2378 ## There is no encapsulation within the following macros, do not change
2379 ## the running order or otherwise move them around unless you know exactly
2380 ## what you are doing...
2381 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2382 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2383 AC_LIBTOOL_PROG_CC_C_O($1)
2384 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2385 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2386 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2387 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2388 AC_LIBTOOL_SYS_LIB_STRIP
2389 AC_LIBTOOL_DLOPEN_SELF
2390
2391 # Report which library types will actually be built
2392 AC_MSG_CHECKING([if libtool supports shared libraries])
2393 AC_MSG_RESULT([$can_build_shared])
2394
2395 AC_MSG_CHECKING([whether to build shared libraries])
2396 test "$can_build_shared" = "no" && enable_shared=no
2397
2398 # On AIX, shared libraries and static libraries use the same namespace, and
2399 # are all built from PIC.
2400 case $host_os in
2401 aix3*)
2402   test "$enable_shared" = yes && enable_static=no
2403   if test -n "$RANLIB"; then
2404     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2405     postinstall_cmds='$RANLIB $lib'
2406   fi
2407   ;;
2408
2409 aix4* | aix5*)
2410   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2411     test "$enable_shared" = yes && enable_static=no
2412   fi
2413     ;;
2414 esac
2415 AC_MSG_RESULT([$enable_shared])
2416
2417 AC_MSG_CHECKING([whether to build static libraries])
2418 # Make sure either enable_shared or enable_static is yes.
2419 test "$enable_shared" = yes || enable_static=yes
2420 AC_MSG_RESULT([$enable_static])
2421
2422 AC_LIBTOOL_CONFIG($1)
2423
2424 AC_LANG_POP
2425 CC="$lt_save_CC"
2426 ])
2427 m4trace:/usr/share/aclocal/libtool.m4:2797: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2428 m4trace:/usr/share/aclocal/libtool.m4:2798: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2429 AC_REQUIRE([AC_PROG_CXX])
2430 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2431
2432 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2433 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2434 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2435 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2436 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2437 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2438 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2439 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2440 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2441 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2442 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2443 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2444 _LT_AC_TAGVAR(module_cmds, $1)=
2445 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2446 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2447 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2448 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2449 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2450 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2451
2452 # Dependencies to place before and after the object being linked:
2453 _LT_AC_TAGVAR(predep_objects, $1)=
2454 _LT_AC_TAGVAR(postdep_objects, $1)=
2455 _LT_AC_TAGVAR(predeps, $1)=
2456 _LT_AC_TAGVAR(postdeps, $1)=
2457 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2458
2459 # Source file extension for C++ test sources.
2460 ac_ext=cpp
2461
2462 # Object file extension for compiled C++ test sources.
2463 objext=o
2464 _LT_AC_TAGVAR(objext, $1)=$objext
2465
2466 # Code to be used in simple compile tests
2467 lt_simple_compile_test_code="int some_variable = 0;"
2468
2469 # Code to be used in simple link tests
2470 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2471
2472 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2473 _LT_AC_SYS_COMPILER
2474
2475 # save warnings/boilerplate of simple test code
2476 _LT_COMPILER_BOILERPLATE
2477 _LT_LINKER_BOILERPLATE
2478
2479 # Allow CC to be a program name with arguments.
2480 lt_save_CC=$CC
2481 lt_save_LD=$LD
2482 lt_save_GCC=$GCC
2483 GCC=$GXX
2484 lt_save_with_gnu_ld=$with_gnu_ld
2485 lt_save_path_LD=$lt_cv_path_LD
2486 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2487   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2488 else
2489   $as_unset lt_cv_prog_gnu_ld
2490 fi
2491 if test -n "${lt_cv_path_LDCXX+set}"; then
2492   lt_cv_path_LD=$lt_cv_path_LDCXX
2493 else
2494   $as_unset lt_cv_path_LD
2495 fi
2496 test -z "${LDCXX+set}" || LD=$LDCXX
2497 CC=${CXX-"c++"}
2498 compiler=$CC
2499 _LT_AC_TAGVAR(compiler, $1)=$CC
2500 _LT_CC_BASENAME([$compiler])
2501
2502 # We don't want -fno-exception wen compiling C++ code, so set the
2503 # no_builtin_flag separately
2504 if test "$GXX" = yes; then
2505   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2506 else
2507   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2508 fi
2509
2510 if test "$GXX" = yes; then
2511   # Set up default GNU C++ configuration
2512
2513   AC_PROG_LD
2514
2515   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2516   # archiving commands below assume that GNU ld is being used.
2517   if test "$with_gnu_ld" = yes; then
2518     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2519     _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'
2520
2521     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2522     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2523
2524     # If archive_cmds runs LD, not CC, wlarc should be empty
2525     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2526     #     investigate it a little bit more. (MM)
2527     wlarc='${wl}'
2528
2529     # ancient GNU ld didn't support --whole-archive et. al.
2530     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2531         grep 'no-whole-archive' > /dev/null; then
2532       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2533     else
2534       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2535     fi
2536   else
2537     with_gnu_ld=no
2538     wlarc=
2539
2540     # A generic and very simple default shared library creation
2541     # command for GNU C++ for the case where it uses the native
2542     # linker, instead of GNU ld.  If possible, this setting should
2543     # overridden to take advantage of the native linker features on
2544     # the platform it is being used on.
2545     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2546   fi
2547
2548   # Commands to make compiler produce verbose output that lists
2549   # what "hidden" libraries, object files and flags are used when
2550   # linking a shared library.
2551   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2552
2553 else
2554   GXX=no
2555   with_gnu_ld=no
2556   wlarc=
2557 fi
2558
2559 # PORTME: fill in a description of your system's C++ link characteristics
2560 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2561 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2562 case $host_os in
2563   aix3*)
2564     # FIXME: insert proper C++ library support
2565     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2566     ;;
2567   aix4* | aix5*)
2568     if test "$host_cpu" = ia64; then
2569       # On IA64, the linker does run time linking by default, so we don't
2570       # have to do anything special.
2571       aix_use_runtimelinking=no
2572       exp_sym_flag='-Bexport'
2573       no_entry_flag=""
2574     else
2575       aix_use_runtimelinking=no
2576
2577       # Test if we are trying to use run time linking or normal
2578       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2579       # need to do runtime linking.
2580       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2581         for ld_flag in $LDFLAGS; do
2582           case $ld_flag in
2583           *-brtl*)
2584             aix_use_runtimelinking=yes
2585             break
2586             ;;
2587           esac
2588         done
2589         ;;
2590       esac
2591
2592       exp_sym_flag='-bexport'
2593       no_entry_flag='-bnoentry'
2594     fi
2595
2596     # When large executables or shared objects are built, AIX ld can
2597     # have problems creating the table of contents.  If linking a library
2598     # or program results in "error TOC overflow" add -mminimal-toc to
2599     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2600     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2601
2602     _LT_AC_TAGVAR(archive_cmds, $1)=''
2603     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2604     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2605     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2606
2607     if test "$GXX" = yes; then
2608       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2609       # We only want to do this on AIX 4.2 and lower, the check
2610       # below for broken collect2 doesn't work under 4.3+
2611         collect2name=`${CC} -print-prog-name=collect2`
2612         if test -f "$collect2name" && \
2613            strings "$collect2name" | grep resolve_lib_name >/dev/null
2614         then
2615           # We have reworked collect2
2616           :
2617         else
2618           # We have old collect2
2619           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2620           # It fails to find uninstalled libraries when the uninstalled
2621           # path is not listed in the libpath.  Setting hardcode_minus_L
2622           # to unsupported forces relinking
2623           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2624           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2625           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2626         fi
2627         ;;
2628       esac
2629       shared_flag='-shared'
2630       if test "$aix_use_runtimelinking" = yes; then
2631         shared_flag="$shared_flag "'${wl}-G'
2632       fi
2633     else
2634       # not using gcc
2635       if test "$host_cpu" = ia64; then
2636         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2637         # chokes on -Wl,-G. The following line is correct:
2638         shared_flag='-G'
2639       else
2640         if test "$aix_use_runtimelinking" = yes; then
2641           shared_flag='${wl}-G'
2642         else
2643           shared_flag='${wl}-bM:SRE'
2644         fi
2645       fi
2646     fi
2647
2648     # It seems that -bexpall does not export symbols beginning with
2649     # underscore (_), so it is better to generate a list of symbols to export.
2650     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2651     if test "$aix_use_runtimelinking" = yes; then
2652       # Warning - without using the other runtime loading flags (-brtl),
2653       # -berok will link without error, but may produce a broken library.
2654       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2655       # Determine the default libpath from the value encoded in an empty executable.
2656       _LT_AC_SYS_LIBPATH_AIX
2657       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2658
2659       _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"
2660      else
2661       if test "$host_cpu" = ia64; then
2662         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2663         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2664         _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"
2665       else
2666         # Determine the default libpath from the value encoded in an empty executable.
2667         _LT_AC_SYS_LIBPATH_AIX
2668         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2669         # Warning - without using the other run time loading flags,
2670         # -berok will link without error, but may produce a broken library.
2671         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2672         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2673         # Exported symbols can be pulled into shared objects from archives
2674         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2675         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2676         # This is similar to how AIX traditionally builds its shared libraries.
2677         _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'
2678       fi
2679     fi
2680     ;;
2681
2682   beos*)
2683     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2684       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2685       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2686       # support --undefined.  This deserves some investigation.  FIXME
2687       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2688     else
2689       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2690     fi
2691     ;;
2692
2693   chorus*)
2694     case $cc_basename in
2695       *)
2696         # FIXME: insert proper C++ library support
2697         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2698         ;;
2699     esac
2700     ;;
2701
2702   cygwin* | mingw* | pw32*)
2703     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2704     # as there is no search path for DLLs.
2705     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2706     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2707     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2708     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2709
2710     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2711       _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'
2712       # If the export-symbols file already is a .def file (1st line
2713       # is EXPORTS), use it as is; otherwise, prepend...
2714       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2715         cp $export_symbols $output_objdir/$soname.def;
2716       else
2717         echo EXPORTS > $output_objdir/$soname.def;
2718         cat $export_symbols >> $output_objdir/$soname.def;
2719       fi~
2720       $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'
2721     else
2722       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2723     fi
2724   ;;
2725       darwin* | rhapsody*)
2726         case $host_os in
2727         rhapsody* | darwin1.[[012]])
2728          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2729          ;;
2730        *) # Darwin 1.3 on
2731          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2732            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2733          else
2734            case ${MACOSX_DEPLOYMENT_TARGET} in
2735              10.[[012]])
2736                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2737                ;;
2738              10.*)
2739                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2740                ;;
2741            esac
2742          fi
2743          ;;
2744         esac
2745       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2746       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2747       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2748       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2749       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2750       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2751
2752     if test "$GXX" = yes ; then
2753       lt_int_apple_cc_single_mod=no
2754       output_verbose_link_cmd='echo'
2755       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2756        lt_int_apple_cc_single_mod=yes
2757       fi
2758       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2759        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2760       else
2761           _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'
2762         fi
2763         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2764         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2765           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2766             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2767           else
2768             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2769           fi
2770             _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}'
2771       else
2772       case $cc_basename in
2773         xlc*)
2774          output_verbose_link_cmd='echo'
2775           _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'
2776           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2777           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2778           _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}'
2779           _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}'
2780           ;;
2781        *)
2782          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2783           ;;
2784       esac
2785       fi
2786         ;;
2787
2788   dgux*)
2789     case $cc_basename in
2790       ec++*)
2791         # FIXME: insert proper C++ library support
2792         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2793         ;;
2794       ghcx*)
2795         # Green Hills C++ Compiler
2796         # FIXME: insert proper C++ library support
2797         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2798         ;;
2799       *)
2800         # FIXME: insert proper C++ library support
2801         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2802         ;;
2803     esac
2804     ;;
2805   freebsd[[12]]*)
2806     # C++ shared libraries reported to be fairly broken before switch to ELF
2807     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2808     ;;
2809   freebsd-elf*)
2810     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2811     ;;
2812   freebsd* | dragonfly*)
2813     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2814     # conventions
2815     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2816     ;;
2817   gnu*)
2818     ;;
2819   hpux9*)
2820     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2821     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2822     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2823     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2824     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2825                                 # but as the default
2826                                 # location of the library.
2827
2828     case $cc_basename in
2829     CC*)
2830       # FIXME: insert proper C++ library support
2831       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2832       ;;
2833     aCC*)
2834       _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'
2835       # Commands to make compiler produce verbose output that lists
2836       # what "hidden" libraries, object files and flags are used when
2837       # linking a shared library.
2838       #
2839       # There doesn't appear to be a way to prevent this compiler from
2840       # explicitly linking system object files so we need to strip them
2841       # from the output so that they don't get included in the library
2842       # dependencies.
2843       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'
2844       ;;
2845     *)
2846       if test "$GXX" = yes; then
2847         _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'
2848       else
2849         # FIXME: insert proper C++ library support
2850         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2851       fi
2852       ;;
2853     esac
2854     ;;
2855   hpux10*|hpux11*)
2856     if test $with_gnu_ld = no; then
2857       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2858       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2859
2860       case $host_cpu in
2861       hppa*64*|ia64*) ;;
2862       *)
2863         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2864         ;;
2865       esac
2866     fi
2867     case $host_cpu in
2868     hppa*64*|ia64*)
2869       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2870       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2871       ;;
2872     *)
2873       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2874       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2875                                               # but as the default
2876                                               # location of the library.
2877       ;;
2878     esac
2879
2880     case $cc_basename in
2881       CC*)
2882         # FIXME: insert proper C++ library support
2883         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2884         ;;
2885       aCC*)
2886         case $host_cpu in
2887         hppa*64*)
2888           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2889           ;;
2890         ia64*)
2891           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2892           ;;
2893         *)
2894           _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'
2895           ;;
2896         esac
2897         # Commands to make compiler produce verbose output that lists
2898         # what "hidden" libraries, object files and flags are used when
2899         # linking a shared library.
2900         #
2901         # There doesn't appear to be a way to prevent this compiler from
2902         # explicitly linking system object files so we need to strip them
2903         # from the output so that they don't get included in the library
2904         # dependencies.
2905         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'
2906         ;;
2907       *)
2908         if test "$GXX" = yes; then
2909           if test $with_gnu_ld = no; then
2910             case $host_cpu in
2911             hppa*64*)
2912               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2913               ;;
2914             ia64*)
2915               _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'
2916               ;;
2917             *)
2918               _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'
2919               ;;
2920             esac
2921           fi
2922         else
2923           # FIXME: insert proper C++ library support
2924           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2925         fi
2926         ;;
2927     esac
2928     ;;
2929   interix[[3-9]]*)
2930     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2931     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2932     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2933     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2934     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2935     # Instead, shared libraries are loaded at an image base (0x10000000 by
2936     # default) and relocated if they conflict, which is a slow very memory
2937     # consuming and fragmenting process.  To avoid this, we pick a random,
2938     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2939     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2940     _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'
2941     _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'
2942     ;;
2943   irix5* | irix6*)
2944     case $cc_basename in
2945       CC*)
2946         # SGI C++
2947         _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'
2948
2949         # Archives containing C++ object files must be created using
2950         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2951         # necessary to make sure instantiated templates are included
2952         # in the archive.
2953         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2954         ;;
2955       *)
2956         if test "$GXX" = yes; then
2957           if test "$with_gnu_ld" = no; then
2958             _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'
2959           else
2960             _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'
2961           fi
2962         fi
2963         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2964         ;;
2965     esac
2966     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2967     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2968     ;;
2969   linux* | k*bsd*-gnu)
2970     case $cc_basename in
2971       KCC*)
2972         # Kuck and Associates, Inc. (KAI) C++ Compiler
2973
2974         # KCC will only create a shared library if the output file
2975         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2976         # to its proper name (with version) after linking.
2977         _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'
2978         _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'
2979         # Commands to make compiler produce verbose output that lists
2980         # what "hidden" libraries, object files and flags are used when
2981         # linking a shared library.
2982         #
2983         # There doesn't appear to be a way to prevent this compiler from
2984         # explicitly linking system object files so we need to strip them
2985         # from the output so that they don't get included in the library
2986         # dependencies.
2987         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'
2988
2989         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2990         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2991
2992         # Archives containing C++ object files must be created using
2993         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2994         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2995         ;;
2996       icpc*)
2997         # Intel C++
2998         with_gnu_ld=yes
2999         # version 8.0 and above of icpc choke on multiply defined symbols
3000         # if we add $predep_objects and $postdep_objects, however 7.1 and
3001         # earlier do not add the objects themselves.
3002         case `$CC -V 2>&1` in
3003         *"Version 7."*)
3004           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3005           _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'
3006           ;;
3007         *)  # Version 8.0 or newer
3008           tmp_idyn=
3009           case $host_cpu in
3010             ia64*) tmp_idyn=' -i_dynamic';;
3011           esac
3012           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3013           _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'
3014           ;;
3015         esac
3016         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3017         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3018         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3019         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3020         ;;
3021       pgCC*)
3022         # Portland Group C++ compiler
3023         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3024         _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'
3025
3026         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3027         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3028         _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'
3029         ;;
3030       cxx*)
3031         # Compaq C++
3032         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3033         _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'
3034
3035         runpath_var=LD_RUN_PATH
3036         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3037         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3038
3039         # Commands to make compiler produce verbose output that lists
3040         # what "hidden" libraries, object files and flags are used when
3041         # linking a shared library.
3042         #
3043         # There doesn't appear to be a way to prevent this compiler from
3044         # explicitly linking system object files so we need to strip them
3045         # from the output so that they don't get included in the library
3046         # dependencies.
3047         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'
3048         ;;
3049       *)
3050         case `$CC -V 2>&1 | sed 5q` in
3051         *Sun\ C*)
3052           # Sun C++ 5.9
3053           _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3054           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3055           _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'
3056           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3057           _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'
3058
3059           # Not sure whether something based on
3060           # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3061           # would be better.
3062           output_verbose_link_cmd='echo'
3063
3064           # Archives containing C++ object files must be created using
3065           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3066           # necessary to make sure instantiated templates are included
3067           # in the archive.
3068           _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3069           ;;
3070         esac
3071         ;;
3072     esac
3073     ;;
3074   lynxos*)
3075     # FIXME: insert proper C++ library support
3076     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3077     ;;
3078   m88k*)
3079     # FIXME: insert proper C++ library support
3080     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3081     ;;
3082   mvs*)
3083     case $cc_basename in
3084       cxx*)
3085         # FIXME: insert proper C++ library support
3086         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3087         ;;
3088       *)
3089         # FIXME: insert proper C++ library support
3090         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3091         ;;
3092     esac
3093     ;;
3094   netbsd*)
3095     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3096       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3097       wlarc=
3098       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3099       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3100       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3101     fi
3102     # Workaround some broken pre-1.5 toolchains
3103     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3104     ;;
3105   openbsd2*)
3106     # C++ shared libraries are fairly broken
3107     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3108     ;;
3109   openbsd*)
3110     if test -f /usr/libexec/ld.so; then
3111       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3112       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3113       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3114       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3115       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3116         _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'
3117         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3118         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3119       fi
3120       output_verbose_link_cmd='echo'
3121     else
3122       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3123     fi
3124     ;;
3125   osf3*)
3126     case $cc_basename in
3127       KCC*)
3128         # Kuck and Associates, Inc. (KAI) C++ Compiler
3129
3130         # KCC will only create a shared library if the output file
3131         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3132         # to its proper name (with version) after linking.
3133         _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'
3134
3135         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3136         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3137
3138         # Archives containing C++ object files must be created using
3139         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3140         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3141
3142         ;;
3143       RCC*)
3144         # Rational C++ 2.4.1
3145         # FIXME: insert proper C++ library support
3146         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3147         ;;
3148       cxx*)
3149         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3150         _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'
3151
3152         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3153         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3154
3155         # Commands to make compiler produce verbose output that lists
3156         # what "hidden" libraries, object files and flags are used when
3157         # linking a shared library.
3158         #
3159         # There doesn't appear to be a way to prevent this compiler from
3160         # explicitly linking system object files so we need to strip them
3161         # from the output so that they don't get included in the library
3162         # dependencies.
3163         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'
3164         ;;
3165       *)
3166         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3167           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3168           _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'
3169
3170           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3171           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3172
3173           # Commands to make compiler produce verbose output that lists
3174           # what "hidden" libraries, object files and flags are used when
3175           # linking a shared library.
3176           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3177
3178         else
3179           # FIXME: insert proper C++ library support
3180           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3181         fi
3182         ;;
3183     esac
3184     ;;
3185   osf4* | osf5*)
3186     case $cc_basename in
3187       KCC*)
3188         # Kuck and Associates, Inc. (KAI) C++ Compiler
3189
3190         # KCC will only create a shared library if the output file
3191         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3192         # to its proper name (with version) after linking.
3193         _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'
3194
3195         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3196         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3197
3198         # Archives containing C++ object files must be created using
3199         # the KAI C++ compiler.
3200         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3201         ;;
3202       RCC*)
3203         # Rational C++ 2.4.1
3204         # FIXME: insert proper C++ library support
3205         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3206         ;;
3207       cxx*)
3208         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3209         _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'
3210         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3211           echo "-hidden">> $lib.exp~
3212           $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~
3213           $rm $lib.exp'
3214
3215         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3216         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3217
3218         # Commands to make compiler produce verbose output that lists
3219         # what "hidden" libraries, object files and flags are used when
3220         # linking a shared library.
3221         #
3222         # There doesn't appear to be a way to prevent this compiler from
3223         # explicitly linking system object files so we need to strip them
3224         # from the output so that they don't get included in the library
3225         # dependencies.
3226         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'
3227         ;;
3228       *)
3229         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3230           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3231          _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'
3232
3233           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3234           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3235
3236           # Commands to make compiler produce verbose output that lists
3237           # what "hidden" libraries, object files and flags are used when
3238           # linking a shared library.
3239           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3240
3241         else
3242           # FIXME: insert proper C++ library support
3243           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3244         fi
3245         ;;
3246     esac
3247     ;;
3248   psos*)
3249     # FIXME: insert proper C++ library support
3250     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3251     ;;
3252   sunos4*)
3253     case $cc_basename in
3254       CC*)
3255         # Sun C++ 4.x
3256         # FIXME: insert proper C++ library support
3257         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3258         ;;
3259       lcc*)
3260         # Lucid
3261         # FIXME: insert proper C++ library support
3262         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3263         ;;
3264       *)
3265         # FIXME: insert proper C++ library support
3266         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3267         ;;
3268     esac
3269     ;;
3270   solaris*)
3271     case $cc_basename in
3272       CC*)
3273         # Sun C++ 4.2, 5.x and Centerline C++
3274         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3275         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3276         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3277         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3278         $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'
3279
3280         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3281         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3282         case $host_os in
3283           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3284           *)
3285             # The compiler driver will combine and reorder linker options,
3286             # but understands `-z linker_flag'.
3287             # Supported since Solaris 2.6 (maybe 2.5.1?)
3288             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3289             ;;
3290         esac
3291         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3292
3293         output_verbose_link_cmd='echo'
3294
3295         # Archives containing C++ object files must be created using
3296         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3297         # necessary to make sure instantiated templates are included
3298         # in the archive.
3299         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3300         ;;
3301       gcx*)
3302         # Green Hills C++ Compiler
3303         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3304
3305         # The C++ compiler must be used to create the archive.
3306         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3307         ;;
3308       *)
3309         # GNU C++ compiler with Solaris linker
3310         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3311           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3312           if $CC --version | grep -v '^2\.7' > /dev/null; then
3313             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3314             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3315                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3316
3317             # Commands to make compiler produce verbose output that lists
3318             # what "hidden" libraries, object files and flags are used when
3319             # linking a shared library.
3320             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3321           else
3322             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3323             # platform.
3324             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
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 -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3327
3328             # Commands to make compiler produce verbose output that lists
3329             # what "hidden" libraries, object files and flags are used when
3330             # linking a shared library.
3331             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3332           fi
3333
3334           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3335           case $host_os in
3336           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3337           *)
3338             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3339             ;;
3340           esac
3341         fi
3342         ;;
3343     esac
3344     ;;
3345   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3346     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3347     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3348     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3349     runpath_var='LD_RUN_PATH'
3350
3351     case $cc_basename in
3352       CC*)
3353         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3354         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3355         ;;
3356       *)
3357         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3358         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3359         ;;
3360     esac
3361     ;;
3362   sysv5* | sco3.2v5* | sco5v6*)
3363     # Note: We can NOT use -z defs as we might desire, because we do not
3364     # link with -lc, and that would cause any symbols used from libc to
3365     # always be unresolved, which means just about no library would
3366     # ever link correctly.  If we're not using GNU ld we use -z text
3367     # though, which does catch some bad symbols but isn't as heavy-handed
3368     # as -z defs.
3369     # For security reasons, it is highly recommended that you always
3370     # use absolute paths for naming shared libraries, and exclude the
3371     # DT_RUNPATH tag from executables and libraries.  But doing so
3372     # requires that you compile everything twice, which is a pain.
3373     # So that behaviour is only enabled if SCOABSPATH is set to a
3374     # non-empty value in the environment.  Most likely only useful for
3375     # creating official distributions of packages.
3376     # This is a hack until libtool officially supports absolute path
3377     # names for shared libraries.
3378     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3379     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3380     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3381     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3382     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3383     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3384     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3385     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3386     runpath_var='LD_RUN_PATH'
3387
3388     case $cc_basename in
3389       CC*)
3390         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3391         _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'
3392         ;;
3393       *)
3394         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3395         _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'
3396         ;;
3397     esac
3398     ;;
3399   tandem*)
3400     case $cc_basename in
3401       NCC*)
3402         # NonStop-UX NCC 3.20
3403         # FIXME: insert proper C++ library support
3404         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3405         ;;
3406       *)
3407         # FIXME: insert proper C++ library support
3408         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3409         ;;
3410     esac
3411     ;;
3412   vxworks*)
3413     # FIXME: insert proper C++ library support
3414     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3415     ;;
3416   *)
3417     # FIXME: insert proper C++ library support
3418     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3419     ;;
3420 esac
3421 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3422 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3423
3424 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3425 _LT_AC_TAGVAR(LD, $1)="$LD"
3426
3427 ## CAVEAT EMPTOR:
3428 ## There is no encapsulation within the following macros, do not change
3429 ## the running order or otherwise move them around unless you know exactly
3430 ## what you are doing...
3431 AC_LIBTOOL_POSTDEP_PREDEP($1)
3432 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3433 AC_LIBTOOL_PROG_CC_C_O($1)
3434 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3435 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3436 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3437 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3438
3439 AC_LIBTOOL_CONFIG($1)
3440
3441 AC_LANG_POP
3442 CC=$lt_save_CC
3443 LDCXX=$LD
3444 LD=$lt_save_LD
3445 GCC=$lt_save_GCC
3446 with_gnu_ldcxx=$with_gnu_ld
3447 with_gnu_ld=$lt_save_with_gnu_ld
3448 lt_cv_path_LDCXX=$lt_cv_path_LD
3449 lt_cv_path_LD=$lt_save_path_LD
3450 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3451 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3452 ])
3453 m4trace:/usr/share/aclocal/libtool.m4:3831: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3454 dnl we can't use the lt_simple_compile_test_code here,
3455 dnl because it contains code intended for an executable,
3456 dnl not a library.  It's possible we should let each
3457 dnl tag define a new lt_????_link_test_code variable,
3458 dnl but it's only used here...
3459 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3460 int a;
3461 void foo (void) { a = 0; }
3462 EOF
3463 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3464 class Foo
3465 {
3466 public:
3467   Foo (void) { a = 0; }
3468 private:
3469   int a;
3470 };
3471 EOF
3472 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3473       subroutine foo
3474       implicit none
3475       integer*4 a
3476       a=0
3477       return
3478       end
3479 EOF
3480 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3481 public class foo {
3482   private int a;
3483   public void bar (void) {
3484     a = 0;
3485   }
3486 };
3487 EOF
3488 ])
3489 dnl Parse the compiler output and extract the necessary
3490 dnl objects, libraries and library flags.
3491 if AC_TRY_EVAL(ac_compile); then
3492   # Parse the compiler output and extract the necessary
3493   # objects, libraries and library flags.
3494
3495   # Sentinel used to keep track of whether or not we are before
3496   # the conftest object file.
3497   pre_test_object_deps_done=no
3498
3499   # The `*' in the case matches for architectures that use `case' in
3500   # $output_verbose_cmd can trigger glob expansion during the loop
3501   # eval without this substitution.
3502   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3503
3504   for p in `eval $output_verbose_link_cmd`; do
3505     case $p in
3506
3507     -L* | -R* | -l*)
3508        # Some compilers place space between "-{L,R}" and the path.
3509        # Remove the space.
3510        if test $p = "-L" \
3511           || test $p = "-R"; then
3512          prev=$p
3513          continue
3514        else
3515          prev=
3516        fi
3517
3518        if test "$pre_test_object_deps_done" = no; then
3519          case $p in
3520          -L* | -R*)
3521            # Internal compiler library paths should come after those
3522            # provided the user.  The postdeps already come after the
3523            # user supplied libs so there is no need to process them.
3524            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3525              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3526            else
3527              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3528            fi
3529            ;;
3530          # The "-l" case would never come before the object being
3531          # linked, so don't bother handling this case.
3532          esac
3533        else
3534          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3535            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3536          else
3537            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3538          fi
3539        fi
3540        ;;
3541
3542     *.$objext)
3543        # This assumes that the test object file only shows up
3544        # once in the compiler output.
3545        if test "$p" = "conftest.$objext"; then
3546          pre_test_object_deps_done=yes
3547          continue
3548        fi
3549
3550        if test "$pre_test_object_deps_done" = no; then
3551          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3552            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3553          else
3554            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3555          fi
3556        else
3557          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3558            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3559          else
3560            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3561          fi
3562        fi
3563        ;;
3564
3565     *) ;; # Ignore the rest.
3566
3567     esac
3568   done
3569
3570   # Clean up.
3571   rm -f a.out a.exe
3572 else
3573   echo "libtool.m4: error: problem compiling $1 test program"
3574 fi
3575
3576 $rm -f confest.$objext
3577
3578 # PORTME: override above test on systems where it is broken
3579 ifelse([$1],[CXX],
3580 [case $host_os in
3581 interix[[3-9]]*)
3582   # Interix 3.5 installs completely hosed .la files for C++, so rather than
3583   # hack all around it, let's just trust "g++" to DTRT.
3584   _LT_AC_TAGVAR(predep_objects,$1)=
3585   _LT_AC_TAGVAR(postdep_objects,$1)=
3586   _LT_AC_TAGVAR(postdeps,$1)=
3587   ;;
3588
3589 linux*)
3590   case `$CC -V 2>&1 | sed 5q` in
3591   *Sun\ C*)
3592     # Sun C++ 5.9
3593     #
3594     # The more standards-conforming stlport4 library is
3595     # incompatible with the Cstd library. Avoid specifying
3596     # it if it's in CXXFLAGS. Ignore libCrun as
3597     # -library=stlport4 depends on it.
3598     case " $CXX $CXXFLAGS " in
3599     *" -library=stlport4 "*)
3600       solaris_use_stlport4=yes
3601       ;;
3602     esac
3603     if test "$solaris_use_stlport4" != yes; then
3604       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3605     fi
3606     ;;
3607   esac
3608   ;;
3609
3610 solaris*)
3611   case $cc_basename in
3612   CC*)
3613     # The more standards-conforming stlport4 library is
3614     # incompatible with the Cstd library. Avoid specifying
3615     # it if it's in CXXFLAGS. Ignore libCrun as
3616     # -library=stlport4 depends on it.
3617     case " $CXX $CXXFLAGS " in
3618     *" -library=stlport4 "*)
3619       solaris_use_stlport4=yes
3620       ;;
3621     esac
3622
3623     # Adding this requires a known-good setup of shared libraries for
3624     # Sun compiler versions before 5.6, else PIC objects from an old
3625     # archive will be linked into the output, leading to subtle bugs.
3626     if test "$solaris_use_stlport4" != yes; then
3627       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3628     fi
3629     ;;
3630   esac
3631   ;;
3632 esac
3633 ])
3634
3635 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3636 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3637 esac
3638 ])
3639 m4trace:/usr/share/aclocal/libtool.m4:4023: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3640 m4trace:/usr/share/aclocal/libtool.m4:4024: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3641 AC_LANG_PUSH(Fortran 77)
3642
3643 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3644 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3645 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3646 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3647 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3648 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3649 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3650 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3651 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3652 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3653 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3654 _LT_AC_TAGVAR(module_cmds, $1)=
3655 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3656 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3657 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3658 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3659 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3660 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3661
3662 # Source file extension for f77 test sources.
3663 ac_ext=f
3664
3665 # Object file extension for compiled f77 test sources.
3666 objext=o
3667 _LT_AC_TAGVAR(objext, $1)=$objext
3668
3669 # Code to be used in simple compile tests
3670 lt_simple_compile_test_code="\
3671       subroutine t
3672       return
3673       end
3674 "
3675
3676 # Code to be used in simple link tests
3677 lt_simple_link_test_code="\
3678       program t
3679       end
3680 "
3681
3682 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3683 _LT_AC_SYS_COMPILER
3684
3685 # save warnings/boilerplate of simple test code
3686 _LT_COMPILER_BOILERPLATE
3687 _LT_LINKER_BOILERPLATE
3688
3689 # Allow CC to be a program name with arguments.
3690 lt_save_CC="$CC"
3691 CC=${F77-"f77"}
3692 compiler=$CC
3693 _LT_AC_TAGVAR(compiler, $1)=$CC
3694 _LT_CC_BASENAME([$compiler])
3695
3696 AC_MSG_CHECKING([if libtool supports shared libraries])
3697 AC_MSG_RESULT([$can_build_shared])
3698
3699 AC_MSG_CHECKING([whether to build shared libraries])
3700 test "$can_build_shared" = "no" && enable_shared=no
3701
3702 # On AIX, shared libraries and static libraries use the same namespace, and
3703 # are all built from PIC.
3704 case $host_os in
3705 aix3*)
3706   test "$enable_shared" = yes && enable_static=no
3707   if test -n "$RANLIB"; then
3708     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3709     postinstall_cmds='$RANLIB $lib'
3710   fi
3711   ;;
3712 aix4* | aix5*)
3713   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3714     test "$enable_shared" = yes && enable_static=no
3715   fi
3716   ;;
3717 esac
3718 AC_MSG_RESULT([$enable_shared])
3719
3720 AC_MSG_CHECKING([whether to build static libraries])
3721 # Make sure either enable_shared or enable_static is yes.
3722 test "$enable_shared" = yes || enable_static=yes
3723 AC_MSG_RESULT([$enable_static])
3724
3725 _LT_AC_TAGVAR(GCC, $1)="$G77"
3726 _LT_AC_TAGVAR(LD, $1)="$LD"
3727
3728 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3729 AC_LIBTOOL_PROG_CC_C_O($1)
3730 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3731 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3732 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3733 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3734
3735 AC_LIBTOOL_CONFIG($1)
3736
3737 AC_LANG_POP
3738 CC="$lt_save_CC"
3739 ])
3740 m4trace:/usr/share/aclocal/libtool.m4:4132: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3741 m4trace:/usr/share/aclocal/libtool.m4:4133: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3742
3743 # Source file extension for Java test sources.
3744 ac_ext=java
3745
3746 # Object file extension for compiled Java test sources.
3747 objext=o
3748 _LT_AC_TAGVAR(objext, $1)=$objext
3749
3750 # Code to be used in simple compile tests
3751 lt_simple_compile_test_code="class foo {}"
3752
3753 # Code to be used in simple link tests
3754 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3755
3756 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3757 _LT_AC_SYS_COMPILER
3758
3759 # save warnings/boilerplate of simple test code
3760 _LT_COMPILER_BOILERPLATE
3761 _LT_LINKER_BOILERPLATE
3762
3763 # Allow CC to be a program name with arguments.
3764 lt_save_CC="$CC"
3765 CC=${GCJ-"gcj"}
3766 compiler=$CC
3767 _LT_AC_TAGVAR(compiler, $1)=$CC
3768 _LT_CC_BASENAME([$compiler])
3769 _LT_AC_TAGVAR(LD, $1)="$LD"
3770
3771 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3772 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3773
3774 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3775
3776 ## CAVEAT EMPTOR:
3777 ## There is no encapsulation within the following macros, do not change
3778 ## the running order or otherwise move them around unless you know exactly
3779 ## what you are doing...
3780 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3781 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3782 AC_LIBTOOL_PROG_CC_C_O($1)
3783 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3784 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3785 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3786 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3787
3788 AC_LIBTOOL_CONFIG($1)
3789
3790 AC_LANG_RESTORE
3791 CC="$lt_save_CC"
3792 ])
3793 m4trace:/usr/share/aclocal/libtool.m4:4193: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3794 m4trace:/usr/share/aclocal/libtool.m4:4194: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3795
3796 # Source file extension for RC test sources.
3797 ac_ext=rc
3798
3799 # Object file extension for compiled RC test sources.
3800 objext=o
3801 _LT_AC_TAGVAR(objext, $1)=$objext
3802
3803 # Code to be used in simple compile tests
3804 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3805
3806 # Code to be used in simple link tests
3807 lt_simple_link_test_code="$lt_simple_compile_test_code"
3808
3809 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3810 _LT_AC_SYS_COMPILER
3811
3812 # save warnings/boilerplate of simple test code
3813 _LT_COMPILER_BOILERPLATE
3814 _LT_LINKER_BOILERPLATE
3815
3816 # Allow CC to be a program name with arguments.
3817 lt_save_CC="$CC"
3818 CC=${RC-"windres"}
3819 compiler=$CC
3820 _LT_AC_TAGVAR(compiler, $1)=$CC
3821 _LT_CC_BASENAME([$compiler])
3822 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3823
3824 AC_LIBTOOL_CONFIG($1)
3825
3826 AC_LANG_RESTORE
3827 CC="$lt_save_CC"
3828 ])
3829 m4trace:/usr/share/aclocal/libtool.m4:4238: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3830 # libtool distribution, otherwise you forgot to ship ltmain.sh
3831 # with your package, and you will get complaints that there are
3832 # no rules to generate ltmain.sh.
3833 if test -f "$ltmain"; then
3834   # See if we are running on zsh, and set the options which allow our commands through
3835   # without removal of \ escapes.
3836   if test -n "${ZSH_VERSION+set}" ; then
3837     setopt NO_GLOB_SUBST
3838   fi
3839   # Now quote all the things that may contain metacharacters while being
3840   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3841   # variables and quote the copies for generation of the libtool script.
3842   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3843     SED SHELL STRIP \
3844     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3845     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3846     deplibs_check_method reload_flag reload_cmds need_locks \
3847     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3848     lt_cv_sys_global_symbol_to_c_name_address \
3849     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3850     old_postinstall_cmds old_postuninstall_cmds \
3851     _LT_AC_TAGVAR(compiler, $1) \
3852     _LT_AC_TAGVAR(CC, $1) \
3853     _LT_AC_TAGVAR(LD, $1) \
3854     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3855     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3856     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3857     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3858     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3859     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3860     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3861     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3862     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3863     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3864     _LT_AC_TAGVAR(predep_objects, $1) \
3865     _LT_AC_TAGVAR(postdep_objects, $1) \
3866     _LT_AC_TAGVAR(predeps, $1) \
3867     _LT_AC_TAGVAR(postdeps, $1) \
3868     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3869     _LT_AC_TAGVAR(archive_cmds, $1) \
3870     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3871     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3872     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3873     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3874     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3875     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3876     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3877     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3878     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3879     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3880     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3881     _LT_AC_TAGVAR(module_cmds, $1) \
3882     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3883     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3884     _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3885     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3886     _LT_AC_TAGVAR(include_expsyms, $1); do
3887
3888     case $var in
3889     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3890     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3891     _LT_AC_TAGVAR(archive_cmds, $1) | \
3892     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3893     _LT_AC_TAGVAR(module_cmds, $1) | \
3894     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3895     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3896     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3897     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3898     postinstall_cmds | postuninstall_cmds | \
3899     old_postinstall_cmds | old_postuninstall_cmds | \
3900     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3901       # Double-quote double-evaled strings.
3902       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3903       ;;
3904     *)
3905       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3906       ;;
3907     esac
3908   done
3909
3910   case $lt_echo in
3911   *'\[$]0 --fallback-echo"')
3912     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3913     ;;
3914   esac
3915
3916 ifelse([$1], [],
3917   [cfgfile="${ofile}T"
3918   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3919   $rm -f "$cfgfile"
3920   AC_MSG_NOTICE([creating $ofile])],
3921   [cfgfile="$ofile"])
3922
3923   cat <<__EOF__ >> "$cfgfile"
3924 ifelse([$1], [],
3925 [#! $SHELL
3926
3927 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3928 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3929 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3930 #
3931 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
3932 # Free Software Foundation, Inc.
3933 #
3934 # This file is part of GNU Libtool:
3935 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3936 #
3937 # This program is free software; you can redistribute it and/or modify
3938 # it under the terms of the GNU General Public License as published by
3939 # the Free Software Foundation; either version 2 of the License, or
3940 # (at your option) any later version.
3941 #
3942 # This program is distributed in the hope that it will be useful, but
3943 # WITHOUT ANY WARRANTY; without even the implied warranty of
3944 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3945 # General Public License for more details.
3946 #
3947 # You should have received a copy of the GNU General Public License
3948 # along with this program; if not, write to the Free Software
3949 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3950 #
3951 # As a special exception to the GNU General Public License, if you
3952 # distribute this file as part of a program that contains a
3953 # configuration script generated by Autoconf, you may include it under
3954 # the same distribution terms that you use for the rest of that program.
3955
3956 # A sed program that does not truncate output.
3957 SED=$lt_SED
3958
3959 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3960 Xsed="$SED -e 1s/^X//"
3961
3962 # The HP-UX ksh and POSIX shell print the target directory to stdout
3963 # if CDPATH is set.
3964 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3965
3966 # The names of the tagged configurations supported by this script.
3967 available_tags=
3968
3969 # ### BEGIN LIBTOOL CONFIG],
3970 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3971
3972 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3973
3974 # Shell to use when invoking shell scripts.
3975 SHELL=$lt_SHELL
3976
3977 # Whether or not to build shared libraries.
3978 build_libtool_libs=$enable_shared
3979
3980 # Whether or not to build static libraries.
3981 build_old_libs=$enable_static
3982
3983 # Whether or not to add -lc for building shared libraries.
3984 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3985
3986 # Whether or not to disallow shared libs when runtime libs are static
3987 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3988
3989 # Whether or not to optimize for fast installation.
3990 fast_install=$enable_fast_install
3991
3992 # The host system.
3993 host_alias=$host_alias
3994 host=$host
3995 host_os=$host_os
3996
3997 # The build system.
3998 build_alias=$build_alias
3999 build=$build
4000 build_os=$build_os
4001
4002 # An echo program that does not interpret backslashes.
4003 echo=$lt_echo
4004
4005 # The archiver.
4006 AR=$lt_AR
4007 AR_FLAGS=$lt_AR_FLAGS
4008
4009 # A C compiler.
4010 LTCC=$lt_LTCC
4011
4012 # LTCC compiler flags.
4013 LTCFLAGS=$lt_LTCFLAGS
4014
4015 # A language-specific compiler.
4016 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4017
4018 # Is the compiler the GNU C compiler?
4019 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4020
4021 gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
4022 gcc_ver=\`gcc -dumpversion\`
4023
4024 # An ERE matcher.
4025 EGREP=$lt_EGREP
4026
4027 # The linker used to build libraries.
4028 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4029
4030 # Whether we need hard or soft links.
4031 LN_S=$lt_LN_S
4032
4033 # A BSD-compatible nm program.
4034 NM=$lt_NM
4035
4036 # A symbol stripping program
4037 STRIP=$lt_STRIP
4038
4039 # Used to examine libraries when file_magic_cmd begins "file"
4040 MAGIC_CMD=$MAGIC_CMD
4041
4042 # Used on cygwin: DLL creation program.
4043 DLLTOOL="$DLLTOOL"
4044
4045 # Used on cygwin: object dumper.
4046 OBJDUMP="$OBJDUMP"
4047
4048 # Used on cygwin: assembler.
4049 AS="$AS"
4050
4051 # The name of the directory that contains temporary libtool files.
4052 objdir=$objdir
4053
4054 # How to create reloadable object files.
4055 reload_flag=$lt_reload_flag
4056 reload_cmds=$lt_reload_cmds
4057
4058 # How to pass a linker flag through the compiler.
4059 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4060
4061 # Object file suffix (normally "o").
4062 objext="$ac_objext"
4063
4064 # Old archive suffix (normally "a").
4065 libext="$libext"
4066
4067 # Shared library suffix (normally ".so").
4068 shrext_cmds='$shrext_cmds'
4069
4070 # Executable file suffix (normally "").
4071 exeext="$exeext"
4072
4073 # Additional compiler flags for building library objects.
4074 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4075 pic_mode=$pic_mode
4076
4077 # What is the maximum length of a command?
4078 max_cmd_len=$lt_cv_sys_max_cmd_len
4079
4080 # Does compiler simultaneously support -c and -o options?
4081 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4082
4083 # Must we lock files when doing compilation?
4084 need_locks=$lt_need_locks
4085
4086 # Do we need the lib prefix for modules?
4087 need_lib_prefix=$need_lib_prefix
4088
4089 # Do we need a version for libraries?
4090 need_version=$need_version
4091
4092 # Whether dlopen is supported.
4093 dlopen_support=$enable_dlopen
4094
4095 # Whether dlopen of programs is supported.
4096 dlopen_self=$enable_dlopen_self
4097
4098 # Whether dlopen of statically linked programs is supported.
4099 dlopen_self_static=$enable_dlopen_self_static
4100
4101 # Compiler flag to prevent dynamic linking.
4102 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4103
4104 # Compiler flag to turn off builtin functions.
4105 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4106
4107 # Compiler flag to allow reflexive dlopens.
4108 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4109
4110 # Compiler flag to generate shared objects directly from archives.
4111 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4112
4113 # Compiler flag to generate thread-safe objects.
4114 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4115
4116 # Library versioning type.
4117 version_type=$version_type
4118
4119 # Format of library name prefix.
4120 libname_spec=$lt_libname_spec
4121
4122 # List of archive names.  First name is the real one, the rest are links.
4123 # The last name is the one that the linker finds with -lNAME.
4124 library_names_spec=$lt_library_names_spec
4125
4126 # The coded name of the library, if different from the real name.
4127 soname_spec=$lt_soname_spec
4128
4129 # Commands used to build and install an old-style archive.
4130 RANLIB=$lt_RANLIB
4131 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4132 old_postinstall_cmds=$lt_old_postinstall_cmds
4133 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4134
4135 # Create an old-style archive from a shared archive.
4136 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4137
4138 # Create a temporary old-style archive to link instead of a shared archive.
4139 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4140
4141 # Commands used to build and install a shared archive.
4142 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4143 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4144 postinstall_cmds=$lt_postinstall_cmds
4145 postuninstall_cmds=$lt_postuninstall_cmds
4146
4147 # Commands used to build a loadable module (assumed same as above if empty)
4148 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4149 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4150
4151 # Commands to strip libraries.
4152 old_striplib=$lt_old_striplib
4153 striplib=$lt_striplib
4154
4155 # Dependencies to place before the objects being linked to create a
4156 # shared library.
4157 predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4158
4159 # Dependencies to place after the objects being linked to create a
4160 # shared library.
4161 postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4162
4163 # Dependencies to place before the objects being linked to create a
4164 # shared library.
4165 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4166
4167 # Dependencies to place after the objects being linked to create a
4168 # shared library.
4169 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4170
4171 # The library search path used internally by the compiler when linking
4172 # a shared library.
4173 compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4174
4175 # Method to check whether dependent libraries are shared objects.
4176 deplibs_check_method=$lt_deplibs_check_method
4177
4178 # Command to use when deplibs_check_method == file_magic.
4179 file_magic_cmd=$lt_file_magic_cmd
4180
4181 # Flag that allows shared libraries with undefined symbols to be built.
4182 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4183
4184 # Flag that forces no undefined symbols.
4185 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4186
4187 # Commands used to finish a libtool library installation in a directory.
4188 finish_cmds=$lt_finish_cmds
4189
4190 # Same as above, but a single script fragment to be evaled but not shown.
4191 finish_eval=$lt_finish_eval
4192
4193 # Take the output of nm and produce a listing of raw symbols and C names.
4194 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4195
4196 # Transform the output of nm in a proper C declaration
4197 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4198
4199 # Transform the output of nm in a C name address pair
4200 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4201
4202 # This is the shared library runtime path variable.
4203 runpath_var=$runpath_var
4204
4205 # This is the shared library path variable.
4206 shlibpath_var=$shlibpath_var
4207
4208 # Is shlibpath searched before the hard-coded library search path?
4209 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4210
4211 # How to hardcode a shared library path into an executable.
4212 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4213
4214 # Whether we should hardcode library paths into libraries.
4215 hardcode_into_libs=$hardcode_into_libs
4216
4217 # Flag to hardcode \$libdir into a binary during linking.
4218 # This must work even if \$libdir does not exist.
4219 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4220
4221 # If ld is used when linking, flag to hardcode \$libdir into
4222 # a binary during linking. This must work even if \$libdir does
4223 # not exist.
4224 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4225
4226 # Whether we need a single -rpath flag with a separated argument.
4227 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4228
4229 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4230 # resulting binary.
4231 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4232
4233 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4234 # resulting binary.
4235 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4236
4237 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4238 # the resulting binary.
4239 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4240
4241 # Set to yes if building a shared library automatically hardcodes DIR into the library
4242 # and all subsequent libraries and executables linked against it.
4243 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4244
4245 # Variables whose values should be saved in libtool wrapper scripts and
4246 # restored at relink time.
4247 variables_saved_for_relink="$variables_saved_for_relink"
4248
4249 # Whether libtool must link a program against all its dependency libraries.
4250 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4251
4252 # Compile-time system search path for libraries
4253 sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4254
4255 # Run-time system search path for libraries
4256 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4257
4258 # Fix the shell variable \$srcfile for the compiler.
4259 fix_srcfile_path=$lt_fix_srcfile_path
4260
4261 # Set to yes if exported symbols are required.
4262 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4263
4264 # The commands to list exported symbols.
4265 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4266
4267 # The commands to extract the exported symbol list from a shared archive.
4268 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4269
4270 # Symbols that should not be listed in the preloaded symbols.
4271 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4272
4273 # Symbols that must always be exported.
4274 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4275
4276 ifelse([$1],[],
4277 [# ### END LIBTOOL CONFIG],
4278 [# ### END LIBTOOL TAG CONFIG: $tagname])
4279
4280 __EOF__
4281
4282 ifelse([$1],[], [
4283   case $host_os in
4284   aix3*)
4285     cat <<\EOF >> "$cfgfile"
4286
4287 # AIX sometimes has problems with the GCC collect2 program.  For some
4288 # reason, if we set the COLLECT_NAMES environment variable, the problems
4289 # vanish in a puff of smoke.
4290 if test "X${COLLECT_NAMES+set}" != Xset; then
4291   COLLECT_NAMES=
4292   export COLLECT_NAMES
4293 fi
4294 EOF
4295     ;;
4296   esac
4297
4298   # We use sed instead of cat because bash on DJGPP gets confused if
4299   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4300   # text mode, it properly converts lines to CR/LF.  This bash problem
4301   # is reportedly fixed, but why not run on old versions too?
4302   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4303
4304   mv -f "$cfgfile" "$ofile" || \
4305     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4306   chmod +x "$ofile"
4307 ])
4308 else
4309   # If there is no Makefile yet, we rely on a make rule to execute
4310   # `config.status --recheck' to rerun these tests and create the
4311   # libtool script then.
4312   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4313   if test -f "$ltmain_in"; then
4314     test -f Makefile && make "$ltmain"
4315   fi
4316 fi
4317 ])
4318 m4trace:/usr/share/aclocal/libtool.m4:4732: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4319
4320 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4321
4322 if test "$GCC" = yes; then
4323   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4324
4325   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4326     lt_cv_prog_compiler_rtti_exceptions,
4327     [-fno-rtti -fno-exceptions], [],
4328     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4329 fi
4330 ])
4331 m4trace:/usr/share/aclocal/libtool.m4:4750: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4332 AC_REQUIRE([LT_AC_PROG_SED])
4333 AC_REQUIRE([AC_PROG_NM])
4334 AC_REQUIRE([AC_OBJEXT])
4335 # Check for command to grab the raw symbol name followed by C symbol from nm.
4336 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4337 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4338 [
4339 # These are sane defaults that work on at least a few old systems.
4340 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4341
4342 # Character class describing NM global symbol codes.
4343 symcode='[[BCDEGRST]]'
4344
4345 # Regexp to match symbols that can be accessed directly from C.
4346 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4347
4348 # Transform an extracted symbol line into a proper C declaration
4349 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4350
4351 # Transform an extracted symbol line into symbol name and symbol address
4352 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'"
4353
4354 # Define system-specific variables.
4355 case $host_os in
4356 aix*)
4357   symcode='[[BCDT]]'
4358   ;;
4359 cygwin* | mingw* | pw32*)
4360   symcode='[[ABCDGISTW]]'
4361   ;;
4362 hpux*) # Its linker distinguishes data from code symbols
4363   if test "$host_cpu" = ia64; then
4364     symcode='[[ABCDEGRST]]'
4365   fi
4366   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4367   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'"
4368   ;;
4369 linux* | k*bsd*-gnu)
4370   if test "$host_cpu" = ia64; then
4371     symcode='[[ABCDGIRSTW]]'
4372     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4373     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'"
4374   fi
4375   ;;
4376 irix* | nonstopux*)
4377   symcode='[[BCDEGRST]]'
4378   ;;
4379 osf*)
4380   symcode='[[BCDEGQRST]]'
4381   ;;
4382 solaris*)
4383   symcode='[[BDRT]]'
4384   ;;
4385 sco3.2v5*)
4386   symcode='[[DT]]'
4387   ;;
4388 sysv4.2uw2*)
4389   symcode='[[DT]]'
4390   ;;
4391 sysv5* | sco5v6* | unixware* | OpenUNIX*)
4392   symcode='[[ABDT]]'
4393   ;;
4394 sysv4)
4395   symcode='[[DFNSTU]]'
4396   ;;
4397 esac
4398
4399 # Handle CRLF in mingw tool chain
4400 opt_cr=
4401 case $build_os in
4402 mingw*)
4403   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4404   ;;
4405 esac
4406
4407 # If we're using GNU nm, then use its standard symbol codes.
4408 case `$NM -V 2>&1` in
4409 *GNU* | *'with BFD'*)
4410   symcode='[[ABCDGIRSTW]]' ;;
4411 esac
4412
4413 # Try without a prefix undercore, then with it.
4414 for ac_symprfx in "" "_"; do
4415
4416   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4417   symxfrm="\\1 $ac_symprfx\\2 \\2"
4418
4419   # Write the raw and C identifiers.
4420   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4421
4422   # Check to see that the pipe works correctly.
4423   pipe_works=no
4424
4425   rm -f conftest*
4426   cat > conftest.$ac_ext <<EOF
4427 #ifdef __cplusplus
4428 extern "C" {
4429 #endif
4430 char nm_test_var;
4431 void nm_test_func(){}
4432 #ifdef __cplusplus
4433 }
4434 #endif
4435 int main(){nm_test_var='a';nm_test_func();return(0);}
4436 EOF
4437
4438   if AC_TRY_EVAL(ac_compile); then
4439     # Now try to grab the symbols.
4440     nlist=conftest.nm
4441     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4442       # Try sorting and uniquifying the output.
4443       if sort "$nlist" | uniq > "$nlist"T; then
4444         mv -f "$nlist"T "$nlist"
4445       else
4446         rm -f "$nlist"T
4447       fi
4448
4449       # Make sure that we snagged all the symbols we need.
4450       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4451         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4452           cat <<EOF > conftest.$ac_ext
4453 #ifdef __cplusplus
4454 extern "C" {
4455 #endif
4456
4457 EOF
4458           # Now generate the symbol file.
4459           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4460
4461           cat <<EOF >> conftest.$ac_ext
4462 #if defined (__STDC__) && __STDC__
4463 # define lt_ptr_t void *
4464 #else
4465 # define lt_ptr_t char *
4466 # define const
4467 #endif
4468
4469 /* The mapping between symbol names and symbols. */
4470 const struct {
4471   const char *name;
4472   lt_ptr_t address;
4473 }
4474 lt_preloaded_symbols[[]] =
4475 {
4476 EOF
4477           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4478           cat <<\EOF >> conftest.$ac_ext
4479   {0, (lt_ptr_t) 0}
4480 };
4481
4482 #ifdef __cplusplus
4483 }
4484 #endif
4485 EOF
4486           # Now try linking the two files.
4487           mv conftest.$ac_objext conftstm.$ac_objext
4488           lt_save_LIBS="$LIBS"
4489           lt_save_CFLAGS="$CFLAGS"
4490           LIBS="conftstm.$ac_objext"
4491           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4492           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4493             pipe_works=yes
4494           fi
4495           LIBS="$lt_save_LIBS"
4496           CFLAGS="$lt_save_CFLAGS"
4497         else
4498           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4499         fi
4500       else
4501         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4502       fi
4503     else
4504       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4505     fi
4506   else
4507     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4508     cat conftest.$ac_ext >&5
4509   fi
4510   rm -f conftest* conftst*
4511
4512   # Do not use the global_symbol_pipe unless it works.
4513   if test "$pipe_works" = yes; then
4514     break
4515   else
4516     lt_cv_sys_global_symbol_pipe=
4517   fi
4518 done
4519 ])
4520 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4521   lt_cv_sys_global_symbol_to_cdecl=
4522 fi
4523 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4524   AC_MSG_RESULT(failed)
4525 else
4526   AC_MSG_RESULT(ok)
4527 fi
4528 ])
4529 m4trace:/usr/share/aclocal/libtool.m4:4953: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4530 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4531 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4532
4533 AC_MSG_CHECKING([for $compiler option to produce PIC])
4534  ifelse([$1],[CXX],[
4535   # C++ specific cases for pic, static, wl, etc.
4536   if test "$GXX" = yes; then
4537     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4538     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4539
4540     case $host_os in
4541     aix*)
4542       # All AIX code is PIC.
4543       if test "$host_cpu" = ia64; then
4544         # AIX 5 now supports IA64 processor
4545         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4546       fi
4547       ;;
4548     amigaos*)
4549       # FIXME: we need at least 68020 code to build shared libraries, but
4550       # adding the `-m68020' flag to GCC prevents building anything better,
4551       # like `-m68040'.
4552       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4553       ;;
4554     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4555       # PIC is the default for these OSes.
4556       ;;
4557     mingw* | cygwin* | os2* | pw32*)
4558       # This hack is so that the source file can tell whether it is being
4559       # built for inclusion in a dll (and should export symbols for example).
4560       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4561       # (--disable-auto-import) libraries
4562       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4563       ;;
4564     darwin* | rhapsody*)
4565       # PIC is the default on this platform
4566       # Common symbols not allowed in MH_DYLIB files
4567       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4568       ;;
4569     *djgpp*)
4570       # DJGPP does not support shared libraries at all
4571       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4572       ;;
4573     interix[[3-9]]*)
4574       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4575       # Instead, we relocate shared libraries at runtime.
4576       ;;
4577     sysv4*MP*)
4578       if test -d /usr/nec; then
4579         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4580       fi
4581       ;;
4582     hpux*)
4583       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4584       # not for PA HP-UX.
4585       case $host_cpu in
4586       hppa*64*|ia64*)
4587         ;;
4588       *)
4589         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4590         ;;
4591       esac
4592       ;;
4593     *)
4594       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4595       ;;
4596     esac
4597   else
4598     case $host_os in
4599       aix4* | aix5*)
4600         # All AIX code is PIC.
4601         if test "$host_cpu" = ia64; then
4602           # AIX 5 now supports IA64 processor
4603           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4604         else
4605           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4606         fi
4607         ;;
4608       chorus*)
4609         case $cc_basename in
4610         cxch68*)
4611           # Green Hills C++ Compiler
4612           # _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"
4613           ;;
4614         esac
4615         ;;
4616        darwin*)
4617          # PIC is the default on this platform
4618          # Common symbols not allowed in MH_DYLIB files
4619          case $cc_basename in
4620            xlc*)
4621            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4622            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4623            ;;
4624          esac
4625        ;;
4626       dgux*)
4627         case $cc_basename in
4628           ec++*)
4629             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4630             ;;
4631           ghcx*)
4632             # Green Hills C++ Compiler
4633             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4634             ;;
4635           *)
4636             ;;
4637         esac
4638         ;;
4639       freebsd* | dragonfly*)
4640         # FreeBSD uses GNU C++
4641         ;;
4642       hpux9* | hpux10* | hpux11*)
4643         case $cc_basename in
4644           CC*)
4645             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4646             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4647             if test "$host_cpu" != ia64; then
4648               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4649             fi
4650             ;;
4651           aCC*)
4652             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4653             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4654             case $host_cpu in
4655             hppa*64*|ia64*)
4656               # +Z the default
4657               ;;
4658             *)
4659               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4660               ;;
4661             esac
4662             ;;
4663           *)
4664             ;;
4665         esac
4666         ;;
4667       interix*)
4668         # This is c89, which is MS Visual C++ (no shared libs)
4669         # Anyone wants to do a port?
4670         ;;
4671       irix5* | irix6* | nonstopux*)
4672         case $cc_basename in
4673           CC*)
4674             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4675             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4676             # CC pic flag -KPIC is the default.
4677             ;;
4678           *)
4679             ;;
4680         esac
4681         ;;
4682       linux* | k*bsd*-gnu)
4683         case $cc_basename in
4684           KCC*)
4685             # KAI C++ Compiler
4686             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4687             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4688             ;;
4689           icpc* | ecpc*)
4690             # Intel C++
4691             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4692             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4693             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4694             ;;
4695           pgCC*)
4696             # Portland Group C++ compiler.
4697             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4698             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4699             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4700             ;;
4701           cxx*)
4702             # Compaq C++
4703             # Make sure the PIC flag is empty.  It appears that all Alpha
4704             # Linux and Compaq Tru64 Unix objects are PIC.
4705             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4706             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4707             ;;
4708           *)
4709             case `$CC -V 2>&1 | sed 5q` in
4710             *Sun\ C*)
4711               # Sun C++ 5.9
4712               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4713               _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4714               _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4715               ;;
4716             esac
4717             ;;
4718         esac
4719         ;;
4720       lynxos*)
4721         ;;
4722       m88k*)
4723         ;;
4724       mvs*)
4725         case $cc_basename in
4726           cxx*)
4727             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4728             ;;
4729           *)
4730             ;;
4731         esac
4732         ;;
4733       netbsd*)
4734         ;;
4735       osf3* | osf4* | osf5*)
4736         case $cc_basename in
4737           KCC*)
4738             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4739             ;;
4740           RCC*)
4741             # Rational C++ 2.4.1
4742             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4743             ;;
4744           cxx*)
4745             # Digital/Compaq C++
4746             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4747             # Make sure the PIC flag is empty.  It appears that all Alpha
4748             # Linux and Compaq Tru64 Unix objects are PIC.
4749             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4750             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4751             ;;
4752           *)
4753             ;;
4754         esac
4755         ;;
4756       psos*)
4757         ;;
4758       solaris*)
4759         case $cc_basename in
4760           CC*)
4761             # Sun C++ 4.2, 5.x and Centerline C++
4762             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4763             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4764             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4765             ;;
4766           gcx*)
4767             # Green Hills C++ Compiler
4768             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4769             ;;
4770           *)
4771             ;;
4772         esac
4773         ;;
4774       sunos4*)
4775         case $cc_basename in
4776           CC*)
4777             # Sun C++ 4.x
4778             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4779             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4780             ;;
4781           lcc*)
4782             # Lucid
4783             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4784             ;;
4785           *)
4786             ;;
4787         esac
4788         ;;
4789       tandem*)
4790         case $cc_basename in
4791           NCC*)
4792             # NonStop-UX NCC 3.20
4793             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4794             ;;
4795           *)
4796             ;;
4797         esac
4798         ;;
4799       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4800         case $cc_basename in
4801           CC*)
4802             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4803             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4804             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4805             ;;
4806         esac
4807         ;;
4808       vxworks*)
4809         ;;
4810       *)
4811         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4812         ;;
4813     esac
4814   fi
4815 ],
4816 [
4817   if test "$GCC" = yes; then
4818     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4819     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4820
4821     case $host_os in
4822       aix*)
4823       # All AIX code is PIC.
4824       if test "$host_cpu" = ia64; then
4825         # AIX 5 now supports IA64 processor
4826         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4827       fi
4828       ;;
4829
4830     amigaos*)
4831       # FIXME: we need at least 68020 code to build shared libraries, but
4832       # adding the `-m68020' flag to GCC prevents building anything better,
4833       # like `-m68040'.
4834       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4835       ;;
4836
4837     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4838       # PIC is the default for these OSes.
4839       ;;
4840
4841     mingw* | cygwin* | pw32* | os2*)
4842       # This hack is so that the source file can tell whether it is being
4843       # built for inclusion in a dll (and should export symbols for example).
4844       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4845       # (--disable-auto-import) libraries
4846       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4847       ;;
4848
4849     darwin* | rhapsody*)
4850       # PIC is the default on this platform
4851       # Common symbols not allowed in MH_DYLIB files
4852       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4853       ;;
4854
4855     interix[[3-9]]*)
4856       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4857       # Instead, we relocate shared libraries at runtime.
4858       ;;
4859
4860     msdosdjgpp*)
4861       # Just because we use GCC doesn't mean we suddenly get shared libraries
4862       # on systems that don't support them.
4863       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4864       enable_shared=no
4865       ;;
4866
4867     sysv4*MP*)
4868       if test -d /usr/nec; then
4869         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4870       fi
4871       ;;
4872
4873     hpux*)
4874       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4875       # not for PA HP-UX.
4876       case $host_cpu in
4877       hppa*64*|ia64*)
4878         # +Z the default
4879         ;;
4880       *)
4881         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4882         ;;
4883       esac
4884       ;;
4885
4886     *)
4887       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4888       ;;
4889     esac
4890   else
4891     # PORTME Check for flag to pass linker flags through the system compiler.
4892     case $host_os in
4893     aix*)
4894       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4895       if test "$host_cpu" = ia64; then
4896         # AIX 5 now supports IA64 processor
4897         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4898       else
4899         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4900       fi
4901       ;;
4902       darwin*)
4903         # PIC is the default on this platform
4904         # Common symbols not allowed in MH_DYLIB files
4905        case $cc_basename in
4906          xlc*)
4907          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4908          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4909          ;;
4910        esac
4911        ;;
4912
4913     mingw* | cygwin* | pw32* | os2*)
4914       # This hack is so that the source file can tell whether it is being
4915       # built for inclusion in a dll (and should export symbols for example).
4916       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4917       ;;
4918
4919     hpux9* | hpux10* | hpux11*)
4920       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4921       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4922       # not for PA HP-UX.
4923       case $host_cpu in
4924       hppa*64*|ia64*)
4925         # +Z the default
4926         ;;
4927       *)
4928         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4929         ;;
4930       esac
4931       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4932       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4933       ;;
4934
4935     irix5* | irix6* | nonstopux*)
4936       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4937       # PIC (with -KPIC) is the default.
4938       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4939       ;;
4940
4941     newsos6)
4942       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4943       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4944       ;;
4945
4946     linux* | k*bsd*-gnu)
4947       case $cc_basename in
4948       icc* | ecc*)
4949         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4950         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4951         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4952         ;;
4953       pgcc* | pgf77* | pgf90* | pgf95*)
4954         # Portland Group compilers (*not* the Pentium gcc compiler,
4955         # which looks to be a dead project)
4956         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4957         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4958         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4959         ;;
4960       ccc*)
4961         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4962         # All Alpha code is PIC.
4963         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4964         ;;
4965       *)
4966         case `$CC -V 2>&1 | sed 5q` in
4967         *Sun\ C*)
4968           # Sun C 5.9
4969           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4970           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4971           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4972           ;;
4973         *Sun\ F*)
4974           # Sun Fortran 8.3 passes all unrecognized flags to the linker
4975           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4976           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4977           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
4978           ;;
4979         esac
4980         ;;
4981       esac
4982       ;;
4983
4984     osf3* | osf4* | osf5*)
4985       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4986       # All OSF/1 code is PIC.
4987       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4988       ;;
4989
4990     rdos*)
4991       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4992       ;;
4993
4994     solaris*)
4995       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4996       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4997       case $cc_basename in
4998       f77* | f90* | f95*)
4999         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5000       *)
5001         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5002       esac
5003       ;;
5004
5005     sunos4*)
5006       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5007       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5008       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5009       ;;
5010
5011     sysv4 | sysv4.2uw2* | sysv4.3*)
5012       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5013       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5014       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5015       ;;
5016
5017     sysv4*MP*)
5018       if test -d /usr/nec ;then
5019         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5020         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5021       fi
5022       ;;
5023
5024     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5025       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5026       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5027       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5028       ;;
5029
5030     unicos*)
5031       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5032       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5033       ;;
5034
5035     uts4*)
5036       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5037       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5038       ;;
5039
5040     *)
5041       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5042       ;;
5043     esac
5044   fi
5045 ])
5046 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5047
5048 #
5049 # Check to make sure the PIC flag actually works.
5050 #
5051 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5052   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5053     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5054     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5055     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5056      "" | " "*) ;;
5057      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5058      esac],
5059     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5060      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5061 fi
5062 case $host_os in
5063   # For platforms which do not support PIC, -DPIC is meaningless:
5064   *djgpp*)
5065     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5066     ;;
5067   *)
5068     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5069     ;;
5070 esac
5071
5072 #
5073 # Check to make sure the static flag actually works.
5074 #
5075 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5076 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5077   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
5078   $lt_tmp_static_flag,
5079   [],
5080   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5081 ])
5082 m4trace:/usr/share/aclocal/libtool.m4:5512: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5083 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5084 ifelse([$1],[CXX],[
5085   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5086   case $host_os in
5087   aix4* | aix5*)
5088     # If we're using GNU nm, then we don't want the "-C" option.
5089     # -C means demangle to AIX nm, but means don't demangle with GNU nm
5090     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5091       _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'
5092     else
5093       _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'
5094     fi
5095     ;;
5096   pw32*)
5097     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5098   ;;
5099   cygwin* | mingw*)
5100     _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'
5101   ;;
5102   *)
5103     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5104   ;;
5105   esac
5106 ],[
5107   runpath_var=
5108   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5109   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5110   _LT_AC_TAGVAR(archive_cmds, $1)=
5111   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5112   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5113   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5114   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5115   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5116   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5117   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5118   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5119   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5120   _LT_AC_TAGVAR(hardcode_direct, $1)=no
5121   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5122   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5123   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5124   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5125   _LT_AC_TAGVAR(module_cmds, $1)=
5126   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5127   _LT_AC_TAGVAR(always_export_symbols, $1)=no
5128   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5129   # include_expsyms should be a list of space-separated symbols to be *always*
5130   # included in the symbol list
5131   _LT_AC_TAGVAR(include_expsyms, $1)=
5132   # exclude_expsyms can be an extended regexp of symbols to exclude
5133   # it will be wrapped by ` (' and `)$', so one must not match beginning or
5134   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5135   # as well as any symbol that contains `d'.
5136   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5137   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5138   # platforms (ab)use it in PIC code, but their linkers get confused if
5139   # the symbol is explicitly referenced.  Since portable code cannot
5140   # rely on this symbol name, it's probably fine to never include it in
5141   # preloaded symbol tables.
5142   extract_expsyms_cmds=
5143   # Just being paranoid about ensuring that cc_basename is set.
5144   _LT_CC_BASENAME([$compiler])
5145   case $host_os in
5146   cygwin* | mingw* | pw32*)
5147     # FIXME: the MSVC++ port hasn't been tested in a loooong time
5148     # When not using gcc, we currently assume that we are using
5149     # Microsoft Visual C++.
5150     if test "$GCC" != yes; then
5151       with_gnu_ld=no
5152     fi
5153     ;;
5154   interix*)
5155     # we just hope/assume this is gcc and not c89 (= MSVC++)
5156     with_gnu_ld=yes
5157     ;;
5158   openbsd*)
5159     with_gnu_ld=no
5160     ;;
5161   esac
5162
5163   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5164   if test "$with_gnu_ld" = yes; then
5165     # If archive_cmds runs LD, not CC, wlarc should be empty
5166     wlarc='${wl}'
5167
5168     # Set some defaults for GNU ld with shared library support. These
5169     # are reset later if shared libraries are not supported. Putting them
5170     # here allows them to be overridden if necessary.
5171     runpath_var=LD_RUN_PATH
5172     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5173     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5174     # ancient GNU ld didn't support --whole-archive et. al.
5175     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5176         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5177       else
5178         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5179     fi
5180     supports_anon_versioning=no
5181     case `$LD -v 2>/dev/null` in
5182       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5183       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5184       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5185       *\ 2.11.*) ;; # other 2.11 versions
5186       *) supports_anon_versioning=yes ;;
5187     esac
5188
5189     # See if GNU ld supports shared libraries.
5190     case $host_os in
5191     aix3* | aix4* | aix5*)
5192       # On AIX/PPC, the GNU linker is very broken
5193       if test "$host_cpu" != ia64; then
5194         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5195         cat <<EOF 1>&2
5196
5197 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5198 *** to be unable to reliably create shared libraries on AIX.
5199 *** Therefore, libtool is disabling shared libraries support.  If you
5200 *** really care for shared libraries, you may want to modify your PATH
5201 *** so that a non-GNU linker is found, and then restart.
5202
5203 EOF
5204       fi
5205       ;;
5206
5207     amigaos*)
5208       _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)'
5209       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5210       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5211
5212       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5213       # that the semantics of dynamic libraries on AmigaOS, at least up
5214       # to version 4, is to share data among multiple programs linked
5215       # with the same dynamic library.  Since this doesn't match the
5216       # behavior of shared libraries on other platforms, we can't use
5217       # them.
5218       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5219       ;;
5220
5221     beos*)
5222       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5223         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5224         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5225         # support --undefined.  This deserves some investigation.  FIXME
5226         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5227       else
5228         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5229       fi
5230       ;;
5231
5232     cygwin* | mingw* | pw32*)
5233       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5234       # as there is no search path for DLLs.
5235       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5236       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5237       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5238       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5239       _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'
5240
5241       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5242         _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'
5243         # If the export-symbols file already is a .def file (1st line
5244         # is EXPORTS), use it as is; otherwise, prepend...
5245         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5246           cp $export_symbols $output_objdir/$soname.def;
5247         else
5248           echo EXPORTS > $output_objdir/$soname.def;
5249           cat $export_symbols >> $output_objdir/$soname.def;
5250         fi~
5251         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5252       else
5253         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5254       fi
5255       ;;
5256
5257     interix[[3-9]]*)
5258       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5259       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5260       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5261       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5262       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5263       # Instead, shared libraries are loaded at an image base (0x10000000 by
5264       # default) and relocated if they conflict, which is a slow very memory
5265       # consuming and fragmenting process.  To avoid this, we pick a random,
5266       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5267       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5268       _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'
5269       _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'
5270       ;;
5271
5272     gnu* | linux* | k*bsd*-gnu)
5273       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5274         tmp_addflag=
5275         case $cc_basename,$host_cpu in
5276         pgcc*)                          # Portland Group C compiler
5277           _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'
5278           tmp_addflag=' $pic_flag'
5279           ;;
5280         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5281           _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'
5282           tmp_addflag=' $pic_flag -Mnomain' ;;
5283         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5284           tmp_addflag=' -i_dynamic' ;;
5285         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5286           tmp_addflag=' -i_dynamic -nofor_main' ;;
5287         ifc* | ifort*)                  # Intel Fortran compiler
5288           tmp_addflag=' -nofor_main' ;;
5289         esac
5290         case `$CC -V 2>&1 | sed 5q` in
5291         *Sun\ C*)                       # Sun C 5.9
5292           _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'
5293           tmp_sharedflag='-G' ;;
5294         *Sun\ F*)                       # Sun Fortran 8.3
5295           tmp_sharedflag='-G' ;;
5296         *)
5297           tmp_sharedflag='-shared' ;;
5298         esac
5299         _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5300
5301         if test $supports_anon_versioning = yes; then
5302           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5303   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5304   $echo "local: *; };" >> $output_objdir/$libname.ver~
5305           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5306         fi
5307       else
5308         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5309       fi
5310       ;;
5311
5312     netbsd*)
5313       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5314         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5315         wlarc=
5316       else
5317         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5318         _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'
5319       fi
5320       ;;
5321
5322     solaris*)
5323       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5324         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5325         cat <<EOF 1>&2
5326
5327 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5328 *** create shared libraries on Solaris systems.  Therefore, libtool
5329 *** is disabling shared libraries support.  We urge you to upgrade GNU
5330 *** binutils to release 2.9.1 or newer.  Another option is to modify
5331 *** your PATH or compiler configuration so that the native linker is
5332 *** used, and then restart.
5333
5334 EOF
5335       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5336         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5337         _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'
5338       else
5339         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5340       fi
5341       ;;
5342
5343     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5344       case `$LD -v 2>&1` in
5345         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5346         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5347         cat <<_LT_EOF 1>&2
5348
5349 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5350 *** reliably create shared libraries on SCO systems.  Therefore, libtool
5351 *** is disabling shared libraries support.  We urge you to upgrade GNU
5352 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5353 *** your PATH or compiler configuration so that the native linker is
5354 *** used, and then restart.
5355
5356 _LT_EOF
5357         ;;
5358         *)
5359           if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5360             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5361             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5362             _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'
5363           else
5364             _LT_AC_TAGVAR(ld_shlibs, $1)=no
5365           fi
5366         ;;
5367       esac
5368       ;;
5369
5370     sunos4*)
5371       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5372       wlarc=
5373       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5374       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5375       ;;
5376
5377     *)
5378       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5379         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5380         _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'
5381       else
5382         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5383       fi
5384       ;;
5385     esac
5386
5387     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5388       runpath_var=
5389       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5390       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5391       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5392     fi
5393   else
5394     # PORTME fill in a description of your system's linker (not GNU ld)
5395     case $host_os in
5396     aix3*)
5397       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5398       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5399       _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'
5400       # Note: this linker hardcodes the directories in LIBPATH if there
5401       # are no directories specified by -L.
5402       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5403       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5404         # Neither direct hardcoding nor static linking is supported with a
5405         # broken collect2.
5406         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5407       fi
5408       ;;
5409
5410     aix4* | aix5*)
5411       if test "$host_cpu" = ia64; then
5412         # On IA64, the linker does run time linking by default, so we don't
5413         # have to do anything special.
5414         aix_use_runtimelinking=no
5415         exp_sym_flag='-Bexport'
5416         no_entry_flag=""
5417       else
5418         # If we're using GNU nm, then we don't want the "-C" option.
5419         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5420         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5421           _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'
5422         else
5423           _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'
5424         fi
5425         aix_use_runtimelinking=no
5426
5427         # Test if we are trying to use run time linking or normal
5428         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5429         # need to do runtime linking.
5430         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5431           for ld_flag in $LDFLAGS; do
5432           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5433             aix_use_runtimelinking=yes
5434             break
5435           fi
5436           done
5437           ;;
5438         esac
5439
5440         exp_sym_flag='-bexport'
5441         no_entry_flag='-bnoentry'
5442       fi
5443
5444       # When large executables or shared objects are built, AIX ld can
5445       # have problems creating the table of contents.  If linking a library
5446       # or program results in "error TOC overflow" add -mminimal-toc to
5447       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5448       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5449
5450       _LT_AC_TAGVAR(archive_cmds, $1)=''
5451       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5452       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5453       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5454
5455       if test "$GCC" = yes; then
5456         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5457         # We only want to do this on AIX 4.2 and lower, the check
5458         # below for broken collect2 doesn't work under 4.3+
5459           collect2name=`${CC} -print-prog-name=collect2`
5460           if test -f "$collect2name" && \
5461            strings "$collect2name" | grep resolve_lib_name >/dev/null
5462           then
5463           # We have reworked collect2
5464           :
5465           else
5466           # We have old collect2
5467           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5468           # It fails to find uninstalled libraries when the uninstalled
5469           # path is not listed in the libpath.  Setting hardcode_minus_L
5470           # to unsupported forces relinking
5471           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5472           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5473           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5474           fi
5475           ;;
5476         esac
5477         shared_flag='-shared'
5478         if test "$aix_use_runtimelinking" = yes; then
5479           shared_flag="$shared_flag "'${wl}-G'
5480         fi
5481       else
5482         # not using gcc
5483         if test "$host_cpu" = ia64; then
5484         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5485         # chokes on -Wl,-G. The following line is correct:
5486           shared_flag='-G'
5487         else
5488           if test "$aix_use_runtimelinking" = yes; then
5489             shared_flag='${wl}-G'
5490           else
5491             shared_flag='${wl}-bM:SRE'
5492           fi
5493         fi
5494       fi
5495
5496       # It seems that -bexpall does not export symbols beginning with
5497       # underscore (_), so it is better to generate a list of symbols to export.
5498       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5499       if test "$aix_use_runtimelinking" = yes; then
5500         # Warning - without using the other runtime loading flags (-brtl),
5501         # -berok will link without error, but may produce a broken library.
5502         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5503        # Determine the default libpath from the value encoded in an empty executable.
5504        _LT_AC_SYS_LIBPATH_AIX
5505        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5506         _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"
5507        else
5508         if test "$host_cpu" = ia64; then
5509           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5510           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5511           _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"
5512         else
5513          # Determine the default libpath from the value encoded in an empty executable.
5514          _LT_AC_SYS_LIBPATH_AIX
5515          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5516           # Warning - without using the other run time loading flags,
5517           # -berok will link without error, but may produce a broken library.
5518           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5519           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5520           # Exported symbols can be pulled into shared objects from archives
5521           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5522           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5523           # This is similar to how AIX traditionally builds its shared libraries.
5524           _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'
5525         fi
5526       fi
5527       ;;
5528
5529     amigaos*)
5530       _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)'
5531       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5532       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5533       # see comment about different semantics on the GNU ld section
5534       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5535       ;;
5536
5537     bsdi[[45]]*)
5538       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5539       ;;
5540
5541     cygwin* | mingw* | pw32*)
5542       # When not using gcc, we currently assume that we are using
5543       # Microsoft Visual C++.
5544       # hardcode_libdir_flag_spec is actually meaningless, as there is
5545       # no search path for DLLs.
5546       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5547       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5548       # Tell ltmain to make .lib files, not .a files.
5549       libext=lib
5550       # Tell ltmain to make .dll files, not .so files.
5551       shrext_cmds=".dll"
5552       # FIXME: Setting linknames here is a bad hack.
5553       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5554       # The linker will automatically build a .lib file if we build a DLL.
5555       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5556       # FIXME: Should let the user specify the lib program.
5557       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5558       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5559       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5560       ;;
5561
5562     darwin* | rhapsody*)
5563       case $host_os in
5564         rhapsody* | darwin1.[[012]])
5565          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5566          ;;
5567        *) # Darwin 1.3 on
5568          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5569            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5570          else
5571            case ${MACOSX_DEPLOYMENT_TARGET} in
5572              10.[[012]])
5573                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5574                ;;
5575              10.*)
5576                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5577                ;;
5578            esac
5579          fi
5580          ;;
5581       esac
5582       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5583       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5584       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5585       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5586       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5587       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5588     if test "$GCC" = yes ; then
5589         output_verbose_link_cmd='echo'
5590         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5591       _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5592       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5593       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5594       _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}'
5595     else
5596       case $cc_basename in
5597         xlc*)
5598          output_verbose_link_cmd='echo'
5599          _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'
5600          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5601           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5602          _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}'
5603           _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}'
5604           ;;
5605        *)
5606          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5607           ;;
5608       esac
5609     fi
5610       ;;
5611
5612     dgux*)
5613       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5614       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5615       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5616       ;;
5617
5618     freebsd1*)
5619       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5620       ;;
5621
5622     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5623     # support.  Future versions do this automatically, but an explicit c++rt0.o
5624     # does not break anything, and helps significantly (at the cost of a little
5625     # extra space).
5626     freebsd2.2*)
5627       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5628       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5629       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5630       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5631       ;;
5632
5633     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5634     freebsd2*)
5635       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5636       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5637       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5638       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5639       ;;
5640
5641     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5642     freebsd* | dragonfly*)
5643       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5644       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5645       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5646       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5647       ;;
5648
5649     hpux9*)
5650       if test "$GCC" = yes; then
5651         _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'
5652       else
5653         _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'
5654       fi
5655       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5656       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5657       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5658
5659       # hardcode_minus_L: Not really in the search PATH,
5660       # but as the default location of the library.
5661       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5662       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5663       ;;
5664
5665     hpux10*)
5666       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5667         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5668       else
5669         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5670       fi
5671       if test "$with_gnu_ld" = no; then
5672         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5673         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5674
5675         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5676         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5677
5678         # hardcode_minus_L: Not really in the search PATH,
5679         # but as the default location of the library.
5680         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5681       fi
5682       ;;
5683
5684     hpux11*)
5685       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5686         case $host_cpu in
5687         hppa*64*)
5688           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5689           ;;
5690         ia64*)
5691           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5692           ;;
5693         *)
5694           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5695           ;;
5696         esac
5697       else
5698         case $host_cpu in
5699         hppa*64*)
5700           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5701           ;;
5702         ia64*)
5703           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5704           ;;
5705         *)
5706           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5707           ;;
5708         esac
5709       fi
5710       if test "$with_gnu_ld" = no; then
5711         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5712         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5713
5714         case $host_cpu in
5715         hppa*64*|ia64*)
5716           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5717           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5718           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5719           ;;
5720         *)
5721           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5722           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5723
5724           # hardcode_minus_L: Not really in the search PATH,
5725           # but as the default location of the library.
5726           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5727           ;;
5728         esac
5729       fi
5730       ;;
5731
5732     irix5* | irix6* | nonstopux*)
5733       if test "$GCC" = yes; then
5734         _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'
5735       else
5736         _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'
5737         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5738       fi
5739       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5740       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5741       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5742       ;;
5743
5744     netbsd*)
5745       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5746         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5747       else
5748         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5749       fi
5750       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5751       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5752       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5753       ;;
5754
5755     newsos6)
5756       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5757       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5758       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5759       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5760       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5761       ;;
5762
5763     openbsd*)
5764       if test -f /usr/libexec/ld.so; then
5765         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5766         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5767         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5768           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5769           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5770           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5771           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5772         else
5773           case $host_os in
5774            openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5775              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5776              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5777              ;;
5778            *)
5779              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5780              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5781              ;;
5782           esac
5783         fi
5784       else
5785         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5786       fi
5787       ;;
5788
5789     os2*)
5790       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5791       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5792       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5793       _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'
5794       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5795       ;;
5796
5797     osf3*)
5798       if test "$GCC" = yes; then
5799         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5800         _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'
5801       else
5802         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5803         _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'
5804       fi
5805       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5806       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5807       ;;
5808
5809     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5810       if test "$GCC" = yes; then
5811         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5812         _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'
5813         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5814       else
5815         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5816         _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'
5817         _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~
5818         $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'
5819
5820         # Both c and cxx compiler support -rpath directly
5821         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5822       fi
5823       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5824       ;;
5825
5826     solaris*)
5827       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5828       if test "$GCC" = yes; then
5829         wlarc='${wl}'
5830         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5831         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5832           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5833       else
5834         wlarc=''
5835         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5836         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5837         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5838       fi
5839       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5840       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5841       case $host_os in
5842       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5843       *)
5844         # The compiler driver will combine and reorder linker options,
5845         # but understands `-z linker_flag'.  GCC discards it without `$wl',
5846         # but is careful enough not to reorder.
5847         # Supported since Solaris 2.6 (maybe 2.5.1?)
5848         if test "$GCC" = yes; then
5849           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5850         else
5851           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5852         fi
5853         ;;
5854       esac
5855       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5856       ;;
5857
5858     sunos4*)
5859       if test "x$host_vendor" = xsequent; then
5860         # Use $CC to link under sequent, because it throws in some extra .o
5861         # files that make .init and .fini sections work.
5862         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5863       else
5864         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5865       fi
5866       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5867       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5868       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5869       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5870       ;;
5871
5872     sysv4)
5873       case $host_vendor in
5874         sni)
5875           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5876           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5877         ;;
5878         siemens)
5879           ## LD is ld it makes a PLAMLIB
5880           ## CC just makes a GrossModule.
5881           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5882           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5883           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5884         ;;
5885         motorola)
5886           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5887           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5888         ;;
5889       esac
5890       runpath_var='LD_RUN_PATH'
5891       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5892       ;;
5893
5894     sysv4.3*)
5895       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5896       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5897       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5898       ;;
5899
5900     sysv4*MP*)
5901       if test -d /usr/nec; then
5902         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5903         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5904         runpath_var=LD_RUN_PATH
5905         hardcode_runpath_var=yes
5906         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5907       fi
5908       ;;
5909
5910     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5911       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5912       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5913       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5914       runpath_var='LD_RUN_PATH'
5915
5916       if test "$GCC" = yes; then
5917         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5918         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5919       else
5920         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5921         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5922       fi
5923       ;;
5924
5925     sysv5* | sco3.2v5* | sco5v6*)
5926       # Note: We can NOT use -z defs as we might desire, because we do not
5927       # link with -lc, and that would cause any symbols used from libc to
5928       # always be unresolved, which means just about no library would
5929       # ever link correctly.  If we're not using GNU ld we use -z text
5930       # though, which does catch some bad symbols but isn't as heavy-handed
5931       # as -z defs.
5932       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5933       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5934       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5935       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5936       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5937       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5938       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5939       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5940       runpath_var='LD_RUN_PATH'
5941
5942       if test "$GCC" = yes; then
5943         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5944         _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'
5945       else
5946         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5947         _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'
5948       fi
5949       ;;
5950
5951     uts4*)
5952       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5953       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5954       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5955       ;;
5956
5957     *)
5958       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5959       ;;
5960     esac
5961   fi
5962 ])
5963 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5964 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5965
5966 #
5967 # Do we need to explicitly link libc?
5968 #
5969 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5970 x|xyes)
5971   # Assume -lc should be added
5972   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5973
5974   if test "$enable_shared" = yes && test "$GCC" = yes; then
5975     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5976     *'~'*)
5977       # FIXME: we may have to deal with multi-command sequences.
5978       ;;
5979     '$CC '*)
5980       # Test whether the compiler implicitly links with -lc since on some
5981       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5982       # to ld, don't add -lc before -lgcc.
5983       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5984       $rm conftest*
5985       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5986
5987       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5988         soname=conftest
5989         lib=conftest
5990         libobjs=conftest.$ac_objext
5991         deplibs=
5992         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5993         pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5994         compiler_flags=-v
5995         linker_flags=-v
5996         verstring=
5997         output_objdir=.
5998         libname=conftest
5999         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6000         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6001         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6002         then
6003           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6004         else
6005           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6006         fi
6007         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6008       else
6009         cat conftest.err 1>&5
6010       fi
6011       $rm conftest*
6012       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6013       ;;
6014     esac
6015   fi
6016   ;;
6017 esac
6018 ])
6019 m4trace:/usr/share/aclocal/libtool.m4:6455: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6020 # /* ltdll.c starts here */
6021 # #define WIN32_LEAN_AND_MEAN
6022 # #include <windows.h>
6023 # #undef WIN32_LEAN_AND_MEAN
6024 # #include <stdio.h>
6025 #
6026 # #ifndef __CYGWIN__
6027 # #  ifdef __CYGWIN32__
6028 # #    define __CYGWIN__ __CYGWIN32__
6029 # #  endif
6030 # #endif
6031 #
6032 # #ifdef __cplusplus
6033 # extern "C" {
6034 # #endif
6035 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6036 # #ifdef __cplusplus
6037 # }
6038 # #endif
6039 #
6040 # #ifdef __CYGWIN__
6041 # #include <cygwin/cygwin_dll.h>
6042 # DECLARE_CYGWIN_DLL( DllMain );
6043 # #endif
6044 # HINSTANCE __hDllInstance_base;
6045 #
6046 # BOOL APIENTRY
6047 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6048 # {
6049 #   __hDllInstance_base = hInst;
6050 #   return TRUE;
6051 # }
6052 # /* ltdll.c ends here */
6053 ])
6054 m4trace:/usr/share/aclocal/libtool.m4:6494: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6055 m4trace:/usr/share/aclocal/libtool.m4:6498: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6056 m4trace:/usr/share/aclocal/libtool.m4:6499: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6057 m4trace:/usr/share/aclocal/libtool.m4:6500: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6058 m4trace:/usr/share/aclocal/libtool.m4:6501: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6059 m4trace:/usr/share/aclocal/libtool.m4:6502: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6060 m4trace:/usr/share/aclocal/libtool.m4:6503: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6061 m4trace:/usr/share/aclocal/libtool.m4:6504: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6062 m4trace:/usr/share/aclocal/libtool.m4:6509: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6063   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6064   AC_SUBST(GCJFLAGS)
6065 ])
6066 m4trace:/usr/share/aclocal/libtool.m4:6515: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6067 ])
6068 m4trace:/usr/share/aclocal/libtool.m4:6553: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6069 AC_CACHE_VAL(lt_cv_path_SED,
6070 [# Loop through the user's path and test for sed and gsed.
6071 # Then use that list of sed's as ones to test for truncation.
6072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6073 for as_dir in $PATH
6074 do
6075   IFS=$as_save_IFS
6076   test -z "$as_dir" && as_dir=.
6077   for lt_ac_prog in sed gsed; do
6078     for ac_exec_ext in '' $ac_executable_extensions; do
6079       if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6080         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6081       fi
6082     done
6083   done
6084 done
6085 IFS=$as_save_IFS
6086 lt_ac_max=0
6087 lt_ac_count=0
6088 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6089 # along with /bin/sed that truncates output.
6090 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6091   test ! -f $lt_ac_sed && continue
6092   cat /dev/null > conftest.in
6093   lt_ac_count=0
6094   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6095   # Check for GNU sed and select it if it is found.
6096   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6097     lt_cv_path_SED=$lt_ac_sed
6098     break
6099   fi
6100   while true; do
6101     cat conftest.in conftest.in >conftest.tmp
6102     mv conftest.tmp conftest.in
6103     cp conftest.in conftest.nl
6104     echo >>conftest.nl
6105     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6106     cmp -s conftest.out conftest.nl || break
6107     # 10000 chars as input seems more than enough
6108     test $lt_ac_count -gt 10 && break
6109     lt_ac_count=`expr $lt_ac_count + 1`
6110     if test $lt_ac_count -gt $lt_ac_max; then
6111       lt_ac_max=$lt_ac_count
6112       lt_cv_path_SED=$lt_ac_sed
6113     fi
6114   done
6115 done
6116 ])
6117 SED=$lt_cv_path_SED
6118 AC_SUBST([SED])
6119 AC_MSG_RESULT([$SED])
6120 ])
6121 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6122 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6123 dnl require some minimum version.  Point them to the right macro.
6124 m4_if([$1], [1.10.1], [],
6125       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6126 ])
6127 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6128 m4_ifndef([AC_AUTOCONF_VERSION],
6129   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6130 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6131 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.
6132 AC_PREREQ([2.50])dnl
6133 # expand $ac_aux_dir to an absolute path
6134 am_aux_dir=`cd $ac_aux_dir && pwd`
6135 ])
6136 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6137  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6138         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6139 AC_SUBST([$1_TRUE])dnl
6140 AC_SUBST([$1_FALSE])dnl
6141 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6142 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6143 if $2; then
6144   $1_TRUE=
6145   $1_FALSE='#'
6146 else
6147   $1_TRUE='#'
6148   $1_FALSE=
6149 fi
6150 AC_CONFIG_COMMANDS_PRE(
6151 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6152   AC_MSG_ERROR([[conditional "$1" was never defined.
6153 Usually this means the macro was only invoked conditionally.]])
6154 fi])])
6155 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6156 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6157 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6158 AC_REQUIRE([AM_DEP_TRACK])dnl
6159
6160 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6161        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6162        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6163        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6164        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6165                    [depcc="$$1"   am_compiler_list=])
6166
6167 AC_CACHE_CHECK([dependency style of $depcc],
6168                [am_cv_$1_dependencies_compiler_type],
6169 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6170   # We make a subdir and do the tests there.  Otherwise we can end up
6171   # making bogus files that we don't know about and never remove.  For
6172   # instance it was reported that on HP-UX the gcc test will end up
6173   # making a dummy file named `D' -- because `-MD' means `put the output
6174   # in D'.
6175   mkdir conftest.dir
6176   # Copy depcomp to subdir because otherwise we won't find it if we're
6177   # using a relative directory.
6178   cp "$am_depcomp" conftest.dir
6179   cd conftest.dir
6180   # We will build objects and dependencies in a subdirectory because
6181   # it helps to detect inapplicable dependency modes.  For instance
6182   # both Tru64's cc and ICC support -MD to output dependencies as a
6183   # side effect of compilation, but ICC will put the dependencies in
6184   # the current directory while Tru64 will put them in the object
6185   # directory.
6186   mkdir sub
6187
6188   am_cv_$1_dependencies_compiler_type=none
6189   if test "$am_compiler_list" = ""; then
6190      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6191   fi
6192   for depmode in $am_compiler_list; do
6193     # Setup a source with many dependencies, because some compilers
6194     # like to wrap large dependency lists on column 80 (with \), and
6195     # we should not choose a depcomp mode which is confused by this.
6196     #
6197     # We need to recreate these files for each test, as the compiler may
6198     # overwrite some of them when testing with obscure command lines.
6199     # This happens at least with the AIX C compiler.
6200     : > sub/conftest.c
6201     for i in 1 2 3 4 5 6; do
6202       echo '#include "conftst'$i'.h"' >> sub/conftest.c
6203       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6204       # Solaris 8's {/usr,}/bin/sh.
6205       touch sub/conftst$i.h
6206     done
6207     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6208
6209     case $depmode in
6210     nosideeffect)
6211       # after this tag, mechanisms are not by side-effect, so they'll
6212       # only be used when explicitly requested
6213       if test "x$enable_dependency_tracking" = xyes; then
6214         continue
6215       else
6216         break
6217       fi
6218       ;;
6219     none) break ;;
6220     esac
6221     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6222     # mode.  It turns out that the SunPro C++ compiler does not properly
6223     # handle `-M -o', and we need to detect this.
6224     if depmode=$depmode \
6225        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6226        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6227        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6228          >/dev/null 2>conftest.err &&
6229        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6230        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6231        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6232        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6233       # icc doesn't choke on unknown options, it will just issue warnings
6234       # or remarks (even with -Werror).  So we grep stderr for any message
6235       # that says an option was ignored or not supported.
6236       # When given -MP, icc 7.0 and 7.1 complain thusly:
6237       #   icc: Command line warning: ignoring option '-M'; no argument required
6238       # The diagnosis changed in icc 8.0:
6239       #   icc: Command line remark: option '-MP' not supported
6240       if (grep 'ignoring option' conftest.err ||
6241           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6242         am_cv_$1_dependencies_compiler_type=$depmode
6243         break
6244       fi
6245     fi
6246   done
6247
6248   cd ..
6249   rm -rf conftest.dir
6250 else
6251   am_cv_$1_dependencies_compiler_type=none
6252 fi
6253 ])
6254 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6255 AM_CONDITIONAL([am__fastdep$1], [
6256   test "x$enable_dependency_tracking" != xno \
6257   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6258 ])
6259 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6260 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6261 ])
6262 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6263 [  --disable-dependency-tracking  speeds up one-time build
6264   --enable-dependency-tracking   do not reject slow dependency extractors])
6265 if test "x$enable_dependency_tracking" != xno; then
6266   am_depcomp="$ac_aux_dir/depcomp"
6267   AMDEPBACKSLASH='\'
6268 fi
6269 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6270 AC_SUBST([AMDEPBACKSLASH])dnl
6271 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6272 ])
6273 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6274   # Strip MF so we end up with the name of the file.
6275   mf=`echo "$mf" | sed -e 's/:.*$//'`
6276   # Check whether this is an Automake generated Makefile or not.
6277   # We used to match only the files named `Makefile.in', but
6278   # some people rename them; so instead we look at the file content.
6279   # Grep'ing the first line is not enough: some people post-process
6280   # each Makefile.in and add a new line on top of each file to say so.
6281   # Grep'ing the whole file is not good either: AIX grep has a line
6282   # limit of 2048, but all sed's we know have understand at least 4000.
6283   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6284     dirpart=`AS_DIRNAME("$mf")`
6285   else
6286     continue
6287   fi
6288   # Extract the definition of DEPDIR, am__include, and am__quote
6289   # from the Makefile without running `make'.
6290   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6291   test -z "$DEPDIR" && continue
6292   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6293   test -z "am__include" && continue
6294   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6295   # When using ansi2knr, U may be empty or an underscore; expand it
6296   U=`sed -n 's/^U = //p' < "$mf"`
6297   # Find all dependency output files, they are included files with
6298   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6299   # simplest approach to changing $(DEPDIR) to its actual value in the
6300   # expansion.
6301   for file in `sed -n "
6302     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6303        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6304     # Make sure the directory exists.
6305     test -f "$dirpart/$file" && continue
6306     fdir=`AS_DIRNAME(["$file"])`
6307     AS_MKDIR_P([$dirpart/$fdir])
6308     # echo "creating $dirpart/$file"
6309     echo '# dummy' > "$dirpart/$file"
6310   done
6311 done
6312 ])
6313 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6314      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6315      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6316 ])
6317 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6318 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6319 dnl the ones we care about.
6320 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6321 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6322 AC_REQUIRE([AC_PROG_INSTALL])dnl
6323 if test "`cd $srcdir && pwd`" != "`pwd`"; then
6324   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6325   # is not polluted with repeated "-I."
6326   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6327   # test to see if srcdir already configured
6328   if test -f $srcdir/config.status; then
6329     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6330   fi
6331 fi
6332
6333 # test whether we have cygpath
6334 if test -z "$CYGPATH_W"; then
6335   if (cygpath --version) >/dev/null 2>/dev/null; then
6336     CYGPATH_W='cygpath -w'
6337   else
6338     CYGPATH_W=echo
6339   fi
6340 fi
6341 AC_SUBST([CYGPATH_W])
6342
6343 # Define the identity of the package.
6344 dnl Distinguish between old-style and new-style calls.
6345 m4_ifval([$2],
6346 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6347  AC_SUBST([PACKAGE], [$1])dnl
6348  AC_SUBST([VERSION], [$2])],
6349 [_AM_SET_OPTIONS([$1])dnl
6350 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6351 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6352   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6353  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6354  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6355
6356 _AM_IF_OPTION([no-define],,
6357 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6358  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6359
6360 # Some tools Automake needs.
6361 AC_REQUIRE([AM_SANITY_CHECK])dnl
6362 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6363 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6364 AM_MISSING_PROG(AUTOCONF, autoconf)
6365 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6366 AM_MISSING_PROG(AUTOHEADER, autoheader)
6367 AM_MISSING_PROG(MAKEINFO, makeinfo)
6368 AM_PROG_INSTALL_SH
6369 AM_PROG_INSTALL_STRIP
6370 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6371 # We need awk for the "check" target.  The system "awk" is bad on
6372 # some platforms.
6373 AC_REQUIRE([AC_PROG_AWK])dnl
6374 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6375 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6376 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6377               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6378                              [_AM_PROG_TAR([v7])])])
6379 _AM_IF_OPTION([no-dependencies],,
6380 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6381                   [_AM_DEPENDENCIES(CC)],
6382                   [define([AC_PROG_CC],
6383                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6384 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6385                   [_AM_DEPENDENCIES(CXX)],
6386                   [define([AC_PROG_CXX],
6387                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6388 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6389                   [_AM_DEPENDENCIES(OBJC)],
6390                   [define([AC_PROG_OBJC],
6391                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6392 ])
6393 ])
6394 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6395 _am_arg=$1
6396 _am_stamp_count=1
6397 for _am_header in $config_headers :; do
6398   case $_am_header in
6399     $_am_arg | $_am_arg:* )
6400       break ;;
6401     * )
6402       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6403   esac
6404 done
6405 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6406 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6407 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6408 AC_SUBST(install_sh)])
6409 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6410 mkdir .tst 2>/dev/null
6411 if test -d .tst; then
6412   am__leading_dot=.
6413 else
6414   am__leading_dot=_
6415 fi
6416 rmdir .tst 2>/dev/null
6417 AC_SUBST([am__leading_dot])])
6418 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6419 cat > confinc << 'END'
6420 am__doit:
6421         @echo done
6422 .PHONY: am__doit
6423 END
6424 # If we don't find an include directive, just comment out the code.
6425 AC_MSG_CHECKING([for style of include used by $am_make])
6426 am__include="#"
6427 am__quote=
6428 _am_result=none
6429 # First try GNU make style include.
6430 echo "include confinc" > confmf
6431 # We grep out `Entering directory' and `Leaving directory'
6432 # messages which can occur if `w' ends up in MAKEFLAGS.
6433 # In particular we don't look at `^make:' because GNU make might
6434 # be invoked under some other name (usually "gmake"), in which
6435 # case it prints its new name instead of `make'.
6436 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6437    am__include=include
6438    am__quote=
6439    _am_result=GNU
6440 fi
6441 # Now try BSD make style include.
6442 if test "$am__include" = "#"; then
6443    echo '.include "confinc"' > confmf
6444    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6445       am__include=.include
6446       am__quote="\""
6447       _am_result=BSD
6448    fi
6449 fi
6450 AC_SUBST([am__include])
6451 AC_SUBST([am__quote])
6452 AC_MSG_RESULT([$_am_result])
6453 rm -f confinc confmf
6454 ])
6455 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6456 $1=${$1-"${am_missing_run}$2"}
6457 AC_SUBST($1)])
6458 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6459 AC_REQUIRE_AUX_FILE([missing])dnl
6460 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6461 # Use eval to expand $SHELL
6462 if eval "$MISSING --run true"; then
6463   am_missing_run="$MISSING --run "
6464 else
6465   am_missing_run=
6466   AC_MSG_WARN([`missing' script is too old or missing])
6467 fi
6468 ])
6469 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6470 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6471 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6472 dnl while keeping a definition of mkdir_p for backward compatibility.
6473 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6474 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6475 dnl Makefile.ins that do not define MKDIR_P, so we do our own
6476 dnl adjustment using top_builddir (which is defined more often than
6477 dnl MKDIR_P).
6478 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6479 case $mkdir_p in
6480   [[\\/$]]* | ?:[[\\/]]*) ;;
6481   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6482 esac
6483 ])
6484 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6485 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6486 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)])])
6487 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6488 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6489    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6490    ac_status=$?
6491    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6492    (exit $ac_status); }])
6493 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6494 # Just in case
6495 sleep 1
6496 echo timestamp > conftest.file
6497 # Do `set' in a subshell so we don't clobber the current shell's
6498 # arguments.  Must try -L first in case configure is actually a
6499 # symlink; some systems play weird games with the mod time of symlinks
6500 # (eg FreeBSD returns the mod time of the symlink's containing
6501 # directory).
6502 if (
6503    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6504    if test "$[*]" = "X"; then
6505       # -L didn't work.
6506       set X `ls -t $srcdir/configure conftest.file`
6507    fi
6508    rm -f conftest.file
6509    if test "$[*]" != "X $srcdir/configure conftest.file" \
6510       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6511
6512       # If neither matched, then we have a broken ls.  This can happen
6513       # if, for instance, CONFIG_SHELL is bash and it inherits a
6514       # broken ls alias from the environment.  This has actually
6515       # happened.  Such a system could not be considered "sane".
6516       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6517 alias in your environment])
6518    fi
6519
6520    test "$[2]" = conftest.file
6521    )
6522 then
6523    # Ok.
6524    :
6525 else
6526    AC_MSG_ERROR([newly created file is older than distributed files!
6527 Check your system clock])
6528 fi
6529 AC_MSG_RESULT(yes)])
6530 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6531 # Installed binaries are usually stripped using `strip' when the user
6532 # run `make install-strip'.  However `strip' might not be the right
6533 # tool to use in cross-compilation environments, therefore Automake
6534 # will honor the `STRIP' environment variable to overrule this program.
6535 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6536 if test "$cross_compiling" != no; then
6537   AC_CHECK_TOOL([STRIP], [strip], :)
6538 fi
6539 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6540 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6541 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6542 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6543 AM_MISSING_PROG([AMTAR], [tar])
6544 m4_if([$1], [v7],
6545      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6546      [m4_case([$1], [ustar],, [pax],,
6547               [m4_fatal([Unknown tar format])])
6548 AC_MSG_CHECKING([how to create a $1 tar archive])
6549 # Loop over all known methods to create a tar archive until one works.
6550 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6551 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6552 # Do not fold the above two line into one, because Tru64 sh and
6553 # Solaris sh will not grok spaces in the rhs of `-'.
6554 for _am_tool in $_am_tools
6555 do
6556   case $_am_tool in
6557   gnutar)
6558     for _am_tar in tar gnutar gtar;
6559     do
6560       AM_RUN_LOG([$_am_tar --version]) && break
6561     done
6562     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6563     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6564     am__untar="$_am_tar -xf -"
6565     ;;
6566   plaintar)
6567     # Must skip GNU tar: if it does not support --format= it doesn't create
6568     # ustar tarball either.
6569     (tar --version) >/dev/null 2>&1 && continue
6570     am__tar='tar chf - "$$tardir"'
6571     am__tar_='tar chf - "$tardir"'
6572     am__untar='tar xf -'
6573     ;;
6574   pax)
6575     am__tar='pax -L -x $1 -w "$$tardir"'
6576     am__tar_='pax -L -x $1 -w "$tardir"'
6577     am__untar='pax -r'
6578     ;;
6579   cpio)
6580     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6581     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6582     am__untar='cpio -i -H $1 -d'
6583     ;;
6584   none)
6585     am__tar=false
6586     am__tar_=false
6587     am__untar=false
6588     ;;
6589   esac
6590
6591   # If the value was cached, stop now.  We just wanted to have am__tar
6592   # and am__untar set.
6593   test -n "${am_cv_prog_tar_$1}" && break
6594
6595   # tar/untar a dummy directory, and stop if the command works
6596   rm -rf conftest.dir
6597   mkdir conftest.dir
6598   echo GrepMe > conftest.dir/file
6599   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6600   rm -rf conftest.dir
6601   if test -s conftest.tar; then
6602     AM_RUN_LOG([$am__untar <conftest.tar])
6603     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6604   fi
6605 done
6606 rm -rf conftest.dir
6607
6608 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6609 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6610 AC_SUBST([am__tar])
6611 AC_SUBST([am__untar])
6612 ])
6613 m4trace:configure.in:16: -1- m4_pattern_forbid([^_?A[CHUM]_])
6614 m4trace:configure.in:16: -1- m4_pattern_forbid([_AC_])
6615 m4trace:configure.in:16: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6616 m4trace:configure.in:16: -1- m4_pattern_allow([^AS_FLAGS$])
6617 m4trace:configure.in:16: -1- m4_pattern_forbid([^_?m4_])
6618 m4trace:configure.in:16: -1- m4_pattern_forbid([^dnl$])
6619 m4trace:configure.in:16: -1- m4_pattern_forbid([^_?AS_])
6620 m4trace:configure.in:16: -1- m4_pattern_allow([^SHELL$])
6621 m4trace:configure.in:16: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6622 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_NAME$])
6623 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6624 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6625 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_STRING$])
6626 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6627 m4trace:configure.in:16: -1- m4_pattern_allow([^exec_prefix$])
6628 m4trace:configure.in:16: -1- m4_pattern_allow([^prefix$])
6629 m4trace:configure.in:16: -1- m4_pattern_allow([^program_transform_name$])
6630 m4trace:configure.in:16: -1- m4_pattern_allow([^bindir$])
6631 m4trace:configure.in:16: -1- m4_pattern_allow([^sbindir$])
6632 m4trace:configure.in:16: -1- m4_pattern_allow([^libexecdir$])
6633 m4trace:configure.in:16: -1- m4_pattern_allow([^datarootdir$])
6634 m4trace:configure.in:16: -1- m4_pattern_allow([^datadir$])
6635 m4trace:configure.in:16: -1- m4_pattern_allow([^sysconfdir$])
6636 m4trace:configure.in:16: -1- m4_pattern_allow([^sharedstatedir$])
6637 m4trace:configure.in:16: -1- m4_pattern_allow([^localstatedir$])
6638 m4trace:configure.in:16: -1- m4_pattern_allow([^includedir$])
6639 m4trace:configure.in:16: -1- m4_pattern_allow([^oldincludedir$])
6640 m4trace:configure.in:16: -1- m4_pattern_allow([^docdir$])
6641 m4trace:configure.in:16: -1- m4_pattern_allow([^infodir$])
6642 m4trace:configure.in:16: -1- m4_pattern_allow([^htmldir$])
6643 m4trace:configure.in:16: -1- m4_pattern_allow([^dvidir$])
6644 m4trace:configure.in:16: -1- m4_pattern_allow([^pdfdir$])
6645 m4trace:configure.in:16: -1- m4_pattern_allow([^psdir$])
6646 m4trace:configure.in:16: -1- m4_pattern_allow([^libdir$])
6647 m4trace:configure.in:16: -1- m4_pattern_allow([^localedir$])
6648 m4trace:configure.in:16: -1- m4_pattern_allow([^mandir$])
6649 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_NAME$])
6650 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6651 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6652 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_STRING$])
6653 m4trace:configure.in:16: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6654 m4trace:configure.in:16: -1- m4_pattern_allow([^DEFS$])
6655 m4trace:configure.in:16: -1- m4_pattern_allow([^ECHO_C$])
6656 m4trace:configure.in:16: -1- m4_pattern_allow([^ECHO_N$])
6657 m4trace:configure.in:16: -1- m4_pattern_allow([^ECHO_T$])
6658 m4trace:configure.in:16: -1- m4_pattern_allow([^LIBS$])
6659 m4trace:configure.in:16: -1- m4_pattern_allow([^build_alias$])
6660 m4trace:configure.in:16: -1- m4_pattern_allow([^host_alias$])
6661 m4trace:configure.in:16: -1- m4_pattern_allow([^target_alias$])
6662 m4trace:configure.in:17: -1- AM_INIT_AUTOMAKE([libmplib], [1.0.9])
6663 m4trace:configure.in:17: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6664 m4trace:configure.in:17: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6665 m4trace:configure.in:17: -1- AM_AUTOMAKE_VERSION([1.10.1])
6666 m4trace:configure.in:17: -1- _AM_AUTOCONF_VERSION([2.61])
6667 m4trace:configure.in:17: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6668 m4trace:configure.in:17: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6669 m4trace:configure.in:17: -1- m4_pattern_allow([^INSTALL_DATA$])
6670 m4trace:configure.in:17: -1- m4_pattern_allow([^am__isrc$])
6671 m4trace:configure.in:17: -1- _AM_SUBST_NOTMAKE([am__isrc])
6672 m4trace:configure.in:17: -1- m4_pattern_allow([^CYGPATH_W$])
6673 m4trace:configure.in:17: -1- m4_pattern_allow([^PACKAGE$])
6674 m4trace:configure.in:17: -1- m4_pattern_allow([^VERSION$])
6675 m4trace:configure.in:17: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6676  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6677 m4trace:configure.in:17: -2- _AM_MANGLE_OPTION([no-define])
6678 m4trace:configure.in:17: -1- m4_pattern_allow([^PACKAGE$])
6679 m4trace:configure.in:17: -1- m4_pattern_allow([^VERSION$])
6680 m4trace:configure.in:17: -1- AM_SANITY_CHECK
6681 m4trace:configure.in:17: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6682 m4trace:configure.in:17: -1- AM_MISSING_HAS_RUN
6683 m4trace:configure.in:17: -1- AM_AUX_DIR_EXPAND
6684 m4trace:configure.in:17: -1- m4_pattern_allow([^ACLOCAL$])
6685 m4trace:configure.in:17: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6686 m4trace:configure.in:17: -1- m4_pattern_allow([^AUTOCONF$])
6687 m4trace:configure.in:17: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6688 m4trace:configure.in:17: -1- m4_pattern_allow([^AUTOMAKE$])
6689 m4trace:configure.in:17: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6690 m4trace:configure.in:17: -1- m4_pattern_allow([^AUTOHEADER$])
6691 m4trace:configure.in:17: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6692 m4trace:configure.in:17: -1- m4_pattern_allow([^MAKEINFO$])
6693 m4trace:configure.in:17: -1- AM_PROG_INSTALL_SH
6694 m4trace:configure.in:17: -1- m4_pattern_allow([^install_sh$])
6695 m4trace:configure.in:17: -1- AM_PROG_INSTALL_STRIP
6696 m4trace:configure.in:17: -1- m4_pattern_allow([^STRIP$])
6697 m4trace:configure.in:17: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6698 m4trace:configure.in:17: -1- AM_PROG_MKDIR_P
6699 m4trace:configure.in:17: -1- m4_pattern_allow([^mkdir_p$])
6700 m4trace:configure.in:17: -1- m4_pattern_allow([^AWK$])
6701 m4trace:configure.in:17: -1- m4_pattern_allow([^SET_MAKE$])
6702 m4trace:configure.in:17: -1- AM_SET_LEADING_DOT
6703 m4trace:configure.in:17: -1- m4_pattern_allow([^am__leading_dot$])
6704 m4trace:configure.in:17: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6705                              [_AM_PROG_TAR([v7])])])
6706 m4trace:configure.in:17: -2- _AM_MANGLE_OPTION([tar-ustar])
6707 m4trace:configure.in:17: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6708 m4trace:configure.in:17: -2- _AM_MANGLE_OPTION([tar-pax])
6709 m4trace:configure.in:17: -1- _AM_PROG_TAR([v7])
6710 m4trace:configure.in:17: -1- AM_MISSING_PROG([AMTAR], [tar])
6711 m4trace:configure.in:17: -1- m4_pattern_allow([^AMTAR$])
6712 m4trace:configure.in:17: -1- m4_pattern_allow([^am__tar$])
6713 m4trace:configure.in:17: -1- m4_pattern_allow([^am__untar$])
6714 m4trace:configure.in:17: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6715                   [_AM_DEPENDENCIES(CC)],
6716                   [define([AC_PROG_CC],
6717                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6718 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6719                   [_AM_DEPENDENCIES(CXX)],
6720                   [define([AC_PROG_CXX],
6721                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6722 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6723                   [_AM_DEPENDENCIES(OBJC)],
6724                   [define([AC_PROG_OBJC],
6725                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6726 ])
6727 m4trace:configure.in:17: -2- _AM_MANGLE_OPTION([no-dependencies])
6728 m4trace:configure.in:19: -1- AM_PROG_LIBTOOL
6729 m4trace:configure.in:19: -1- AC_PROG_LIBTOOL
6730 m4trace:configure.in:19: -1- _AC_PROG_LIBTOOL
6731 m4trace:configure.in:19: -1- AC_LIBTOOL_SETUP
6732 m4trace:configure.in:19: -1- AC_ENABLE_SHARED
6733 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6734 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6735 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6736 /usr/share/aclocal/libtool.m4:1965: AC_ENABLE_SHARED is expanded from...
6737 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6738 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6739 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6740 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
6741 configure.in:19: the top level])
6742 m4trace:configure.in:19: -1- AC_ENABLE_STATIC
6743 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6744 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6745 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6746 /usr/share/aclocal/libtool.m4:2004: AC_ENABLE_STATIC is expanded from...
6747 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6748 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6749 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6750 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
6751 configure.in:19: the top level])
6752 m4trace:configure.in:19: -1- AC_ENABLE_FAST_INSTALL
6753 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6754 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6755 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6756 /usr/share/aclocal/libtool.m4:2043: AC_ENABLE_FAST_INSTALL is expanded from...
6757 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6758 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6759 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6760 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
6761 configure.in:19: the top level])
6762 m4trace:configure.in:19: -1- m4_pattern_allow([^build$])
6763 m4trace:configure.in:19: -1- m4_pattern_allow([^build_cpu$])
6764 m4trace:configure.in:19: -1- m4_pattern_allow([^build_vendor$])
6765 m4trace:configure.in:19: -1- m4_pattern_allow([^build_os$])
6766 m4trace:configure.in:19: -1- m4_pattern_allow([^host$])
6767 m4trace:configure.in:19: -1- m4_pattern_allow([^host_cpu$])
6768 m4trace:configure.in:19: -1- m4_pattern_allow([^host_vendor$])
6769 m4trace:configure.in:19: -1- m4_pattern_allow([^host_os$])
6770 m4trace:configure.in:19: -1- m4_pattern_allow([^CC$])
6771 m4trace:configure.in:19: -1- m4_pattern_allow([^CFLAGS$])
6772 m4trace:configure.in:19: -1- m4_pattern_allow([^LDFLAGS$])
6773 m4trace:configure.in:19: -1- m4_pattern_allow([^LIBS$])
6774 m4trace:configure.in:19: -1- m4_pattern_allow([^CPPFLAGS$])
6775 m4trace:configure.in:19: -1- m4_pattern_allow([^CC$])
6776 m4trace:configure.in:19: -1- m4_pattern_allow([^CC$])
6777 m4trace:configure.in:19: -1- m4_pattern_allow([^CC$])
6778 m4trace:configure.in:19: -1- m4_pattern_allow([^CC$])
6779 m4trace:configure.in:19: -1- m4_pattern_allow([^ac_ct_CC$])
6780 m4trace:configure.in:19: -1- m4_pattern_allow([^EXEEXT$])
6781 m4trace:configure.in:19: -1- m4_pattern_allow([^OBJEXT$])
6782 m4trace:configure.in:19: -1- _AM_DEPENDENCIES([CC])
6783 m4trace:configure.in:19: -1- AM_SET_DEPDIR
6784 m4trace:configure.in:19: -1- m4_pattern_allow([^DEPDIR$])
6785 m4trace:configure.in:19: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6786 m4trace:configure.in:19: -1- AM_MAKE_INCLUDE
6787 m4trace:configure.in:19: -1- m4_pattern_allow([^am__include$])
6788 m4trace:configure.in:19: -1- m4_pattern_allow([^am__quote$])
6789 m4trace:configure.in:19: -1- AM_DEP_TRACK
6790 m4trace:configure.in:19: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6791 m4trace:configure.in:19: -1- m4_pattern_allow([^AMDEP_TRUE$])
6792 m4trace:configure.in:19: -1- m4_pattern_allow([^AMDEP_FALSE$])
6793 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6794 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6795 m4trace:configure.in:19: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6796 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6797 m4trace:configure.in:19: -1- m4_pattern_allow([^CCDEPMODE$])
6798 m4trace:configure.in:19: -1- AM_CONDITIONAL([am__fastdepCC], [
6799   test "x$enable_dependency_tracking" != xno \
6800   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6801 m4trace:configure.in:19: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6802 m4trace:configure.in:19: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6803 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6804 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6805 m4trace:configure.in:19: -1- AC_PROG_LD
6806 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6807 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6808 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6809 /usr/share/aclocal/libtool.m4:2184: AC_PROG_LD is expanded from...
6810 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6811 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6812 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6813 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
6814 configure.in:19: the top level])
6815 m4trace:configure.in:19: -1- LT_AC_PROG_SED
6816 m4trace:configure.in:19: -1- m4_pattern_allow([^SED$])
6817 m4trace:configure.in:19: -1- AC_PROG_LD_GNU
6818 m4trace:configure.in:19: -1- AC_PROG_EGREP
6819 m4trace:configure.in:19: -1- m4_pattern_allow([^GREP$])
6820 m4trace:configure.in:19: -1- m4_pattern_allow([^GREP$])
6821 m4trace:configure.in:19: -1- m4_pattern_allow([^EGREP$])
6822 m4trace:configure.in:19: -1- m4_pattern_allow([^EGREP$])
6823 m4trace:configure.in:19: -1- AC_PROG_LD_RELOAD_FLAG
6824 m4trace:configure.in:19: -1- AC_PROG_NM
6825 m4trace:configure.in:19: -1- m4_pattern_allow([^LN_S$])
6826 m4trace:configure.in:19: -1- AC_DEPLIBS_CHECK_METHOD
6827 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6828 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6829 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6830 m4trace:configure.in:19: -1- AC_LIBTOOL_OBJDIR
6831 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
6832 m4trace:configure.in:19: -1- _LT_AC_PROG_ECHO_BACKSLASH
6833 m4trace:configure.in:19: -1- _LT_AC_SHELL_INIT([
6834 # Check that we are running under the correct shell.
6835 SHELL=${CONFIG_SHELL-/bin/sh}
6836
6837 case X$ECHO in
6838 X*--fallback-echo)
6839   # Remove one level of quotation (which was required for Make).
6840   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6841   ;;
6842 esac
6843
6844 echo=${ECHO-echo}
6845 if test "X[$]1" = X--no-reexec; then
6846   # Discard the --no-reexec flag, and continue.
6847   shift
6848 elif test "X[$]1" = X--fallback-echo; then
6849   # Avoid inline document here, it may be left over
6850   :
6851 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6852   # Yippee, $echo works!
6853   :
6854 else
6855   # Restart under the correct shell.
6856   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6857 fi
6858
6859 if test "X[$]1" = X--fallback-echo; then
6860   # used as fallback echo
6861   shift
6862   cat <<EOF
6863 [$]*
6864 EOF
6865   exit 0
6866 fi
6867
6868 # The HP-UX ksh and POSIX shell print the target directory to stdout
6869 # if CDPATH is set.
6870 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6871
6872 if test -z "$ECHO"; then
6873 if test "X${echo_test_string+set}" != Xset; then
6874 # find a string as large as possible, as long as the shell can cope with it
6875   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6876     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6877     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6878        echo_test_string=`eval $cmd` &&
6879        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6880     then
6881       break
6882     fi
6883   done
6884 fi
6885
6886 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6887    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6888    test "X$echo_testing_string" = "X$echo_test_string"; then
6889   :
6890 else
6891   # The Solaris, AIX, and Digital Unix default echo programs unquote
6892   # backslashes.  This makes it impossible to quote backslashes using
6893   #   echo "$something" | sed 's/\\/\\\\/g'
6894   #
6895   # So, first we look for a working echo in the user's PATH.
6896
6897   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6898   for dir in $PATH /usr/ucb; do
6899     IFS="$lt_save_ifs"
6900     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6901        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6902        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6903        test "X$echo_testing_string" = "X$echo_test_string"; then
6904       echo="$dir/echo"
6905       break
6906     fi
6907   done
6908   IFS="$lt_save_ifs"
6909
6910   if test "X$echo" = Xecho; then
6911     # We didn't find a better echo, so look for alternatives.
6912     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6913        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6914        test "X$echo_testing_string" = "X$echo_test_string"; then
6915       # This shell has a builtin print -r that does the trick.
6916       echo='print -r'
6917     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6918          test "X$CONFIG_SHELL" != X/bin/ksh; then
6919       # If we have ksh, try running configure again with it.
6920       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6921       export ORIGINAL_CONFIG_SHELL
6922       CONFIG_SHELL=/bin/ksh
6923       export CONFIG_SHELL
6924       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6925     else
6926       # Try using printf.
6927       echo='printf %s\n'
6928       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6929          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6930          test "X$echo_testing_string" = "X$echo_test_string"; then
6931         # Cool, printf works
6932         :
6933       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6934            test "X$echo_testing_string" = 'X\t' &&
6935            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6936            test "X$echo_testing_string" = "X$echo_test_string"; then
6937         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6938         export CONFIG_SHELL
6939         SHELL="$CONFIG_SHELL"
6940         export SHELL
6941         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6942       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6943            test "X$echo_testing_string" = 'X\t' &&
6944            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6945            test "X$echo_testing_string" = "X$echo_test_string"; then
6946         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6947       else
6948         # maybe with a smaller string...
6949         prev=:
6950
6951         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6952           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6953           then
6954             break
6955           fi
6956           prev="$cmd"
6957         done
6958
6959         if test "$prev" != 'sed 50q "[$]0"'; then
6960           echo_test_string=`eval $prev`
6961           export echo_test_string
6962           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6963         else
6964           # Oops.  We lost completely, so just stick with echo.
6965           echo=echo
6966         fi
6967       fi
6968     fi
6969   fi
6970 fi
6971 fi
6972
6973 # Copy echo and quote the copy suitably for passing to libtool from
6974 # the Makefile, instead of quoting the original, which is used later.
6975 ECHO=$echo
6976 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6977    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6978 fi
6979
6980 AC_SUBST(ECHO)
6981 ])
6982 m4trace:configure.in:19: -1- m4_pattern_allow([^ECHO$])
6983 m4trace:configure.in:19: -1- m4_pattern_allow([^AR$])
6984 m4trace:configure.in:19: -1- m4_pattern_allow([^RANLIB$])
6985 m4trace:configure.in:19: -1- m4_pattern_allow([^STRIP$])
6986 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
6987 m4trace:configure.in:19: -1- AC_PATH_MAGIC
6988 m4trace:configure.in:19: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6989 m4trace:configure.in:19: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6990 m4trace:configure.in:19: -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:80: AC_LIBTOOL_SETUP is expanded from...
6994 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6995 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6996 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
6997 configure.in:19: the top level])
6998 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6999 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7000 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7001 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7002 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7003 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7004 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
7005 configure.in:19: the top level])
7006 m4trace:configure.in:19: -1- AC_LIBTOOL_LANG_C_CONFIG
7007 m4trace:configure.in:19: -1- _LT_AC_LANG_C_CONFIG
7008 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([objext], [])
7009 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
7010 m4trace:configure.in:19: -1- _LT_COMPILER_BOILERPLATE
7011 m4trace:configure.in:19: -1- _LT_LINKER_BOILERPLATE
7012 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7013 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7014 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7015 m4trace:configure.in:19: -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"])
7016 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7017 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7018 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7019 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7020 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7021 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7022 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7023 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7024 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7025 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7026 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7027 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7028 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7029 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7030 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7031 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7032 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7033 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7034 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7035 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7036 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7037 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7038 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7039 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7040 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7041 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7042 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7043 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7044 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7045 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7046 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7047 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7048 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7049 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7050 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7051 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7052 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7053 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7054 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7055 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7056 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7057 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7058 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7059 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7060 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7061 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7062 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7063 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7064 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7065 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7066 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7067 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7068 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7069 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7070 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7071 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7072 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7073 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7074 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7075 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7076 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7077 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7078 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7079 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7080 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7081 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7082 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7083 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7084 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7085 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7086 m4trace:configure.in:19: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
7087      "" | " "*) ;;
7088      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7089      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7090      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7091 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7092 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7093 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7094 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7095 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7096 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7097 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7098 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7099 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7100 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7101 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7102 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7103 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7104 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7105 m4trace:configure.in:19: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
7106 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7107 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_CC_C_O([])
7108 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7109 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7110 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7111 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7112 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7113 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7114 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7115 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7116 m4trace:configure.in:19: -1- _LT_AC_LOCK
7117 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7118 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7119 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7120 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7121 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7122 /usr/share/aclocal/libtool.m4:479: _LT_AC_LOCK is expanded from...
7123 /usr/share/aclocal/libtool.m4:1095: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7124 /usr/share/aclocal/libtool.m4:2717: _LT_AC_LANG_C_CONFIG is expanded from...
7125 /usr/share/aclocal/libtool.m4:2716: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7126 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7127 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7128 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7129 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
7130 configure.in:19: the top level])
7131 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7132 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7133 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7134 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7135 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7136 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7137 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7138 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7139 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7140 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7141 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7142 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7143 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7144 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7145 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7146 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7147 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7148 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7149 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7150 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7151 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7152 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7153 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7154 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [])
7155 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7156 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
7157 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7158 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7159 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7160 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7161 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7162 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7163 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7164 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7165 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7166 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7167 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7168 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7169 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7170 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7171 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7172 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7173 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7174 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7175 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7176 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7177 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7178 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7179 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7180 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7181 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7182 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7183 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7184 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7185 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7186 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7187 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7188 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7189 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7190 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7191 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7192 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7193 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7194 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7195 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7196 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7197 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7198 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7199 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7200 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7201 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7202 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7203 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7204 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7205 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7206 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7207 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7208 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7209 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7210 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7211 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7212 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7213 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7214 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7215 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7216 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7217 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7218 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7219 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7220 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7221 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7222 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7223 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7224 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7225 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7226 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7227 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7228 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7229 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
7230 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7231 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7232 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7233 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7234 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7235 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
7236 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7237 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7238 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7239 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7240 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7241 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7242 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7243 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7244 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7245 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7246 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7247 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7248 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7249 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7250 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7251 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7252 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7253 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7254 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7255 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7256 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7257 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7258 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7259 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7260 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7261 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7262 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7263 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7264 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7265 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7266 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7267 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7268 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7269 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7270 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7271 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7272 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7273 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7274 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7275 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7276 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7277 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7278 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7279 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7280 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7281 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7282 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7283 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7284 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7285 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7286 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7287 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7288 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7289 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7290 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7291 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7292 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7293 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7294 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7295 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7296 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7297 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7298 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7299 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7300 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7301 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7302 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7303 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7304 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7305 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7306 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7307 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7308 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7309 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7310 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7311 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7312 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7313 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7314 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7315 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7316 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7317 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7318 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7319 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7320 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7321 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7322 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7323 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7324 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7325 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7326 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7327 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7328 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7329 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7330 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7331 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7332 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7333 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7334 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7335 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7336 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7337 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7338 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7339 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7340 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7341 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7342 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7343 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7344 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7345 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7346 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7347 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7348 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7349 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7350 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7351 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7352 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7353 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7354 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7355 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7356 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7357 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7358 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7359 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7360 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7361 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7362 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7363 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7364 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7365 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7366 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7367 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7368 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7369 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7370 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7371 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7372 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7373 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7374 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7375 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7376 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7377 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7378 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7379 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7380 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7381 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7382 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([reload_cmds], [])
7383 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7384 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7385 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7386 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7387 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7388 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7389 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7390 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7391 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7392 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7393 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7394 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7395 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7396 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7398 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7399 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7400 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7401 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7402 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7403 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7404 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7405 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7406 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7407 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7408 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7409 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7410 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7411 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7412 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7413 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7414 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7415 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7416 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7417 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7418 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7419 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7420 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7421 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7422 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7423 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7424 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7425 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7426 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([archive_cmds], [])
7427 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7428 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7429 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7430 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7431 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7432 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7433 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7434 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7435 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7436 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([runpath_var], [])
7437 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7438 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7439 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7440 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7441 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7442 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7443 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7444 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7445 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7446 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_LIB_STRIP
7447 m4trace:configure.in:19: -1- AC_LIBTOOL_DLOPEN_SELF
7448 m4trace:configure.in:19: -1- _LT_AC_CHECK_DLFCN
7449 m4trace:configure.in:19: -1- m4_pattern_allow([^CPP$])
7450 m4trace:configure.in:19: -1- m4_pattern_allow([^CPPFLAGS$])
7451 m4trace:configure.in:19: -1- m4_pattern_allow([^CPP$])
7452 m4trace:configure.in:19: -1- m4_pattern_allow([^STDC_HEADERS$])
7453 m4trace:configure.in:19: -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])
7454 m4trace:configure.in:19: -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])
7455 m4trace:configure.in:19: -1- AC_LIBTOOL_CONFIG([])
7456 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [])
7457 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([CC], [])
7458 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [])
7459 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7460 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7461 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7462 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7463 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7464 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7465 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7466 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7467 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7468 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7469 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [])
7470 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [])
7471 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [])
7472 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [])
7473 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7474 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7475 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7476 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7477 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7478 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7479 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7480 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7481 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7482 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7483 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7484 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7485 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7486 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7487 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7488 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7489 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7490 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7491 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [])
7492 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7493 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7494 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7495 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7496 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7497 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7498 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7499 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7500 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7501 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7502 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [])
7503 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [])
7504 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [])
7505 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7506 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7507 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7508 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7509 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7510 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7511 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7512 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7513 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7514 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7515 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7516 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [])
7517 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7518 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [])
7519 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7520 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [])
7521 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [])
7522 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [])
7523 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [])
7524 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7525 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7526 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7527 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [])
7528 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7529 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7530 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7531 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7532 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7533 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7534 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7535 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7536 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7537 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7538 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7539 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [])
7540 m4trace:configure.in:19: -1- _LT_AC_TAGCONFIG
7541 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7542 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7543 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7544 /usr/share/aclocal/libtool.m4:1842: _LT_AC_TAGCONFIG is expanded from...
7545 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7546 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7547 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7548 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
7549 configure.in:19: the top level])
7550 m4trace:configure.in:19: -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:1842: _LT_AC_TAGCONFIG is expanded from...
7551 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7552 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7553 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7554 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
7555 configure.in:19: the top level])
7556 m4trace:configure.in:19: -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:1842: _LT_AC_TAGCONFIG is expanded from...
7557 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7558 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7559 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7560 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
7561 configure.in:19: the top level])
7562 m4trace:configure.in:19: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7563 m4trace:configure.in:19: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7564 m4trace:configure.in:19: -1- m4_pattern_allow([^CXX$])
7565 m4trace:configure.in:19: -1- m4_pattern_allow([^CXXFLAGS$])
7566 m4trace:configure.in:19: -1- m4_pattern_allow([^LDFLAGS$])
7567 m4trace:configure.in:19: -1- m4_pattern_allow([^LIBS$])
7568 m4trace:configure.in:19: -1- m4_pattern_allow([^CPPFLAGS$])
7569 m4trace:configure.in:19: -1- m4_pattern_allow([^CXX$])
7570 m4trace:configure.in:19: -1- m4_pattern_allow([^ac_ct_CXX$])
7571 m4trace:configure.in:19: -1- _AM_DEPENDENCIES([CXX])
7572 m4trace:configure.in:19: -1- m4_pattern_allow([^CXXDEPMODE$])
7573 m4trace:configure.in:19: -1- AM_CONDITIONAL([am__fastdepCXX], [
7574   test "x$enable_dependency_tracking" != xno \
7575   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7576 m4trace:configure.in:19: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7577 m4trace:configure.in:19: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7578 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
7579 m4trace:configure.in:19: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
7580 m4trace:configure.in:19: -1- _LT_AC_PROG_CXXCPP
7581 m4trace:configure.in:19: -1- m4_pattern_allow([^CXXCPP$])
7582 m4trace:configure.in:19: -1- m4_pattern_allow([^CPPFLAGS$])
7583 m4trace:configure.in:19: -1- m4_pattern_allow([^CXXCPP$])
7584 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7585 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7586 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7587 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7588 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7589 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7590 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7591 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7592 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7593 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7594 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7595 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7596 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7597 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7598 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7599 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7600 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7601 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7602 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7603 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7604 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7605 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [CXX])
7606 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7607 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7608 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([objext], [CXX])
7609 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
7610 m4trace:configure.in:19: -1- _LT_COMPILER_BOILERPLATE
7611 m4trace:configure.in:19: -1- _LT_LINKER_BOILERPLATE
7612 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [CXX])
7613 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
7614 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7615 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7616 m4trace:configure.in:19: -1- AC_PROG_LD
7617 m4trace:configure.in:19: -1- AC_PROG_LD_GNU
7618 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7619 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7620 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7621 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7622 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7623 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7624 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7625 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7626 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7627 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7628 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7629 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7630 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7631 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7632 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7633 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7634 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7635 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7636 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7637 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
7638 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7639 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7640 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7641 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7642 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7643 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
7644 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7645 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7646 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7647 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7648 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7649 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7650 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7651 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7652 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7653 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7654 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7655 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7656 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7657 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7658 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7659 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7660 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7661 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7662 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7663 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7664 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7665 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7666 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7667 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7668 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7669 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7670 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7671 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7672 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7673 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7674 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7675 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7676 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7677 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7678 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7679 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7680 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7681 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7682 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7683 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7684 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7685 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7686 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7687 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7688 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7689 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7690 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7691 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7692 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7693 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7694 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7695 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7696 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7697 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7698 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7699 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7700 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7701 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7702 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7703 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7704 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7705 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7706 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7707 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7708 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7709 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7710 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7711 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7712 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7713 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7714 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7715 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7716 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7717 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7718 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7719 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7720 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7721 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7722 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7723 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7724 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7725 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7726 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7727 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7728 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7729 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7730 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7731 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7732 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7733 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7734 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7735 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7736 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7737 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7738 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7739 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7740 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7741 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7742 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7743 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7744 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7745 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7746 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7747 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7748 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7749 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7750 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7751 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7752 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7753 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7754 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7755 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7756 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7757 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7758 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7759 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7760 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7761 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7762 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7763 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7764 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7765 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7766 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7767 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7768 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7769 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7770 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7771 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7772 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7773 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7774 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7775 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7776 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7777 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7778 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7779 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7780 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7781 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7782 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7783 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7784 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7785 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7786 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7787 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7788 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7789 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7790 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7791 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7792 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7793 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7794 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7795 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7796 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7797 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7798 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7799 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7800 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7801 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7802 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7803 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7804 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7805 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7806 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7807 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7808 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7809 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7810 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7811 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7812 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7813 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7814 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7815 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7816 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7817 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7818 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7819 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7820 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7821 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7822 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7823 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7824 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7825 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7826 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7827 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7828 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7829 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7830 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7831 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7832 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7833 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7834 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7835 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7836 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7837 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7838 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7839 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7840 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7841 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7842 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7843 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7844 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7845 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7846 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7847 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [CXX])
7848 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [CXX])
7849 m4trace:configure.in:19: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7850 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7851 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7852 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7853 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7854 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7855 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7856 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7857 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7858 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7859 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7860 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7861 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7862 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7863 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7864 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7865 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7866 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7867 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7868 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7869 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7870 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7871 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7872 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7873 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7874 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7875 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7876 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7877 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7878 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7879 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7880 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7881 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7882 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7883 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7884 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7885 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7886 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7887 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7888 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7889 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7890 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7891 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7892 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7893 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7894 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7895 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7896 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7897 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7898 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7899 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7900 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7901 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7902 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7903 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7904 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7905 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7906 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7907 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7908 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7909 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7910 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7911 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7912 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7913 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7914 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7915 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7916 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7917 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7918 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7919 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7920 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7921 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7922 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7923 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7924 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7925 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7926 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7927 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7928 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7929 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7930 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7931 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7932 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7933 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7934 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7935 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7936 m4trace:configure.in:19: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
7937      "" | " "*) ;;
7938      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7939      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7940      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7941 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7942 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7943 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7944 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7945 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7946 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7947 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7948 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7949 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7950 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7951 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7952 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7953 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7954 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
7955 m4trace:configure.in:19: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
7956 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7957 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7958 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7959 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7960 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7961 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7962 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7963 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7964 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7965 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7966 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7967 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7968 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7969 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7970 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7971 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7972 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7973 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7974 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7975 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7976 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7977 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7978 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7979 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7980 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7981 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7982 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7983 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7984 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7985 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7986 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7987 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7988 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7989 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7990 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7991 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7992 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7993 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7994 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
7995 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7996 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7997 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7998 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7999 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8000 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8001 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8002 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8003 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8004 m4trace:configure.in:19: -1- AC_LIBTOOL_CONFIG([CXX])
8005 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [CXX])
8006 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([CC], [CXX])
8007 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [CXX])
8008 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8009 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8010 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8011 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8012 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8013 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8014 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8015 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8016 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8017 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8018 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8019 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8020 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [CXX])
8021 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8022 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8023 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8024 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8025 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8026 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8027 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8028 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8029 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8030 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8031 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8032 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8033 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8034 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8035 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8036 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8037 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8038 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8039 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8040 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8041 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8042 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8043 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8044 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8045 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8046 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8047 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8048 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8049 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8050 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8051 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [CXX])
8052 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [CXX])
8053 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [CXX])
8054 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8055 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8056 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8057 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8058 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8059 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8060 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8061 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8062 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8063 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8064 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8065 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8066 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8067 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8068 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8069 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8070 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8071 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [CXX])
8072 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8073 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8074 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8075 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8076 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8077 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8078 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8079 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8080 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8081 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8082 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8083 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8084 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8085 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8086 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8087 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8088 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8089 m4trace:configure.in:19: -1- AC_LIBTOOL_LANG_F77_CONFIG
8090 m4trace:configure.in:19: -1- _LT_AC_LANG_F77_CONFIG([F77])
8091 m4trace:configure.in:19: -1- m4_pattern_allow([^F77$])
8092 m4trace:configure.in:19: -1- m4_pattern_allow([^FFLAGS$])
8093 m4trace:configure.in:19: -1- m4_pattern_allow([^LDFLAGS$])
8094 m4trace:configure.in:19: -1- m4_pattern_allow([^LIBS$])
8095 m4trace:configure.in:19: -1- m4_pattern_allow([^F77$])
8096 m4trace:configure.in:19: -1- m4_pattern_allow([^ac_ct_F77$])
8097 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8098 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8099 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8100 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8101 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8102 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8103 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8104 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8105 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8106 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8107 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8108 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8109 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8110 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8111 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8112 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8113 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8114 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8115 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([objext], [F77])
8116 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
8117 m4trace:configure.in:19: -1- _LT_COMPILER_BOILERPLATE
8118 m4trace:configure.in:19: -1- _LT_LINKER_BOILERPLATE
8119 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [F77])
8120 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
8121 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [F77])
8122 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [F77])
8123 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8124 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8125 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8126 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8127 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8128 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8129 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8130 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8131 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8132 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8133 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8134 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8135 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8136 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8137 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8138 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8139 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8140 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8141 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8142 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8143 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8144 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8145 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8146 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8147 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8148 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8149 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8150 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8151 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8152 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8153 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8154 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8155 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8156 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8157 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8158 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8159 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8160 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8161 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8162 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8163 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8164 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8165 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8166 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8167 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8168 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8169 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8170 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8171 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8172 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8173 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8174 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8175 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8176 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8177 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8178 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8179 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8180 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8181 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8182 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8183 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8184 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8185 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8186 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8187 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8188 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8189 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8190 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8191 m4trace:configure.in:19: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
8192      "" | " "*) ;;
8193      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8194      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8195      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8196 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8197 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8198 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8199 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8200 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8201 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8202 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8203 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8204 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8205 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8206 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8207 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8208 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8209 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8210 m4trace:configure.in:19: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
8211 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8212 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8213 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8214 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8215 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8216 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8217 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8218 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8219 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8220 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8221 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8222 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8223 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8224 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8225 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8226 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8227 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8228 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8229 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8230 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8231 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8232 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8233 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8234 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8235 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8236 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8237 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8238 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8239 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8240 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8241 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8242 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8243 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8244 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8245 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8246 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
8247 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8248 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8249 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8250 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8251 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8252 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8253 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8254 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8255 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8256 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8257 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8258 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8259 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8260 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8261 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8262 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8263 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8264 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8265 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8266 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8267 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8268 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8269 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8270 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8271 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8272 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8273 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8274 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8275 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8276 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8277 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8278 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8279 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8280 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8281 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8282 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8283 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8284 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8285 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8286 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8287 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8288 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8289 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8290 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8291 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8292 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8293 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8294 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8295 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8296 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8297 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8298 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8299 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8300 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8301 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8302 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8303 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8304 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8305 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8306 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8307 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8308 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8309 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8310 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8311 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8312 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8313 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8314 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8315 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8316 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8317 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8318 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8319 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
8320 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8321 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8322 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8323 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8324 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8325 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
8326 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8327 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8328 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8329 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8330 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8331 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8332 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8333 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8334 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8335 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8336 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8337 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8338 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8339 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8340 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8341 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8342 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8343 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8344 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8345 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8346 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8347 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8348 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8349 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8350 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8351 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8352 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8353 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8354 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8355 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8356 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8357 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8358 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8359 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8360 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8361 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8362 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8363 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8364 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8365 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8366 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8367 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8368 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8369 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8370 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8371 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8372 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8373 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8374 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8375 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8376 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8377 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8378 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8379 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8380 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8381 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8382 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8383 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8384 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8385 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8386 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8387 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8388 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8389 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8390 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8391 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8392 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8393 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8394 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8395 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8396 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8397 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8398 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8399 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8400 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8401 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8402 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8403 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8404 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8405 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8406 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8407 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8408 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8409 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8410 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8411 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8412 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8413 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8414 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8415 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8416 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8417 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8418 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8419 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8420 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8421 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8422 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8423 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8424 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8425 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8426 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8427 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8428 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8429 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8430 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8431 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8432 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8433 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8434 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8435 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8436 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8437 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8438 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8439 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8440 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8441 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8442 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8443 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8444 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8445 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8446 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8447 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8448 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8449 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8450 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8451 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8452 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8453 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8454 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8455 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8456 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8457 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8458 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8459 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8460 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8461 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8462 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8463 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8464 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8465 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8466 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8467 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8468 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8469 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8470 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8471 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8472 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8473 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8474 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8475 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8476 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8477 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8478 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8479 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8480 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8481 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8482 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8483 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8484 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8485 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8486 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8487 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8488 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8489 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8490 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8491 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8492 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8493 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8494 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8495 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8496 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8497 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8498 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8499 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8500 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8501 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8502 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8503 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8504 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8505 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8506 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8507 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8508 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8509 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8510 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8511 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8512 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8513 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8514 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8515 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8516 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8517 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8518 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8519 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8520 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8521 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8522 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8523 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8524 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8525 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8526 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8527 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8528 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8529 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8530 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8531 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8532 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8533 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8534 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8535 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8536 m4trace:configure.in:19: -1- AC_LIBTOOL_CONFIG([F77])
8537 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [F77])
8538 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([CC], [F77])
8539 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [F77])
8540 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8541 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8542 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8543 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8544 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8545 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8546 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8547 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8548 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8549 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8550 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8551 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8552 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [F77])
8553 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [F77])
8554 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8555 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8556 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8557 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8558 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8559 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8560 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8561 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8562 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8563 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8564 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8565 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8566 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8567 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8568 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8569 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8570 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8571 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8572 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8573 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8574 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8575 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8576 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8577 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8578 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8579 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8580 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8581 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8582 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8583 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [F77])
8584 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [F77])
8585 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [F77])
8586 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8587 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8588 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8589 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8590 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8591 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8592 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8593 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8594 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8595 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8596 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8597 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8598 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8599 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8600 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8601 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8602 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8603 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [F77])
8604 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [F77])
8605 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8606 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8607 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8608 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8609 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8610 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8611 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8612 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8613 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8614 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8615 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8616 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8617 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8618 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8619 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8620 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8621 m4trace:configure.in:19: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8622 m4trace:configure.in:19: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8623 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8624 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8625 /usr/share/aclocal/libtool.m4:4133: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8626 /usr/share/aclocal/libtool.m4:4132: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8627 /usr/share/aclocal/libtool.m4:1842: _LT_AC_TAGCONFIG is expanded from...
8628 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8629 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8630 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8631 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
8632 configure.in:19: the top level])
8633 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([objext], [GCJ])
8634 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
8635 m4trace:configure.in:19: -1- _LT_COMPILER_BOILERPLATE
8636 m4trace:configure.in:19: -1- _LT_LINKER_BOILERPLATE
8637 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8638 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
8639 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [GCJ])
8640 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8641 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8642 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8643 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8644 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8645 m4trace:configure.in:19: -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"])
8646 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8647 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8648 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8649 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8650 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8651 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8652 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8653 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8654 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8655 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8656 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8657 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8658 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8659 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8660 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8661 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8662 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8663 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8664 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8665 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8666 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8667 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8668 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8669 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8670 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8671 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8672 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8673 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8674 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8675 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8676 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8677 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8678 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8679 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8680 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8681 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8682 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8683 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8684 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8685 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8686 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8687 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8688 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8689 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8690 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8691 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8692 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8693 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8694 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8695 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8696 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8697 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8698 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8699 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8700 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8701 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8702 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8703 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8704 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8705 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8706 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8707 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8708 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8709 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8710 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8711 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8712 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8713 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8714 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8715 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8716 m4trace:configure.in:19: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
8717      "" | " "*) ;;
8718      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8719      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8720      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8721 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8722 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8723 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8724 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8725 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8726 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8727 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8728 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8729 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8730 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8731 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8732 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8733 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8734 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8735 m4trace:configure.in:19: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
8736 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8737 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8738 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8739 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8740 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8741 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8742 m4trace:configure.in:19: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8743 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8744 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8745 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8746 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8747 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8748 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8749 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8750 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8751 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8752 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8753 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8754 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8755 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8756 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8757 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8758 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8759 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8760 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8761 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8762 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8763 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8764 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8765 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8766 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8767 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8768 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8769 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8770 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8771 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
8772 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8773 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8774 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8775 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8776 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8777 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8778 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8779 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8780 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8781 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8782 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8783 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8784 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8785 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8786 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8787 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8788 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8789 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8790 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8791 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8792 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8793 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8794 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8795 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8796 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8797 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8798 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8799 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8800 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8801 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8802 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8803 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8804 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8805 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8806 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8807 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8808 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8809 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8810 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8811 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8812 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8813 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8814 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8815 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8816 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8817 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8818 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8819 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8820 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8821 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8822 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8823 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8824 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8825 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8826 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8827 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8828 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8829 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8830 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8831 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8832 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8833 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8834 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8835 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8836 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8837 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8838 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8839 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8840 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8841 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8842 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8843 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8844 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
8845 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8846 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8847 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8848 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8849 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8850 m4trace:configure.in:19: -1- _LT_AC_SYS_LIBPATH_AIX
8851 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8852 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8853 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8854 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8855 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8856 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8857 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8858 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8859 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8860 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8861 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8862 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8863 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8864 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8865 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8866 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8867 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8868 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8869 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8870 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8871 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8872 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8873 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8874 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8875 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8876 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8877 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8878 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8879 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8880 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8881 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8882 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8883 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8884 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8885 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8886 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8887 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8888 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8889 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8890 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8891 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8892 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8893 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8894 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8895 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8896 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8897 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8898 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8899 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8900 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8901 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8902 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8903 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8904 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8905 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8906 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8907 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8908 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8909 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8910 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8911 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8912 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8913 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8914 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8915 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8916 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8917 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8918 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8919 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8920 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8921 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8922 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8923 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8924 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8925 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8926 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8927 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8928 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8929 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8930 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8931 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8932 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8933 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8934 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8935 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8936 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8937 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8938 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8939 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8940 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8941 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8942 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8943 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8944 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8945 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8946 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8947 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8948 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8949 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8950 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8951 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8952 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8953 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8954 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8955 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8956 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8957 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8958 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8959 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8960 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8961 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8962 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8963 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8964 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8965 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8966 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8967 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8968 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8969 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8970 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8971 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8972 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8973 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8974 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8975 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8976 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8977 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8978 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8979 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8980 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8981 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8982 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8983 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8984 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8985 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8986 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8987 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8988 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8989 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8990 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8991 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8992 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8993 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8994 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8995 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8996 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8997 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8998 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8999 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9000 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9001 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9002 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9003 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9004 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9005 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9006 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9007 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9008 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9009 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9010 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9011 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9012 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9013 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9014 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9015 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9016 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9017 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9018 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9019 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9020 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9021 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9022 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9023 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9024 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9025 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9026 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9027 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9028 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9029 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9030 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9031 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9032 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9033 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9034 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9035 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9036 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9037 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9038 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9039 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9040 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9041 m4trace:configure.in:19: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9042 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9043 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9044 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9045 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9046 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9047 m4trace:configure.in:19: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9048 m4trace:configure.in:19: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9049 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9050 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9051 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9052 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9053 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9054 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9055 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9056 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9057 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9058 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9059 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9060 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9061 m4trace:configure.in:19: -1- AC_LIBTOOL_CONFIG([GCJ])
9062 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9063 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([CC], [GCJ])
9064 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [GCJ])
9065 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9066 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9067 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9068 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9069 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9070 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9071 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9072 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9073 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9074 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9075 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9076 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9077 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9078 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9079 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9080 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9081 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9082 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9083 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9084 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9085 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9086 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9087 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9088 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9089 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9090 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9091 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9092 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9093 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9094 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9095 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9096 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9097 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9098 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9099 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9100 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9101 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9102 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9103 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9104 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9105 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9106 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9107 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9108 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9109 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9110 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [GCJ])
9111 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9112 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9113 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9114 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9115 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9116 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9117 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9118 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9119 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9120 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9121 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9122 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9123 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9124 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9125 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9126 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9127 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9128 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9129 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9130 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9131 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9132 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9133 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9134 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9135 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9136 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9137 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9138 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9139 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9140 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9141 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9142 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9143 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9144 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9145 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9146 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9147 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9148 /usr/share/aclocal/libtool.m4:4133: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9149 /usr/share/aclocal/libtool.m4:4132: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9150 /usr/share/aclocal/libtool.m4:1842: _LT_AC_TAGCONFIG is expanded from...
9151 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9152 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9153 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9154 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
9155 configure.in:19: the top level])
9156 m4trace:configure.in:19: -1- AC_LIBTOOL_LANG_RC_CONFIG
9157 m4trace:configure.in:19: -1- _LT_AC_LANG_RC_CONFIG([RC])
9158 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9159 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9160 /usr/share/aclocal/libtool.m4:4194: _LT_AC_LANG_RC_CONFIG is expanded from...
9161 /usr/share/aclocal/libtool.m4:4193: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9162 /usr/share/aclocal/libtool.m4:1842: _LT_AC_TAGCONFIG is expanded from...
9163 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9164 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9165 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9166 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
9167 configure.in:19: the top level])
9168 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([objext], [RC])
9169 m4trace:configure.in:19: -1- _LT_AC_SYS_COMPILER
9170 m4trace:configure.in:19: -1- _LT_COMPILER_BOILERPLATE
9171 m4trace:configure.in:19: -1- _LT_LINKER_BOILERPLATE
9172 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [RC])
9173 m4trace:configure.in:19: -1- _LT_CC_BASENAME([$compiler])
9174 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9175 m4trace:configure.in:19: -1- AC_LIBTOOL_CONFIG([RC])
9176 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [RC])
9177 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([CC], [RC])
9178 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [RC])
9179 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9180 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9181 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9182 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9183 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9184 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9185 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9186 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9187 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9188 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9189 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9190 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9191 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [RC])
9192 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [RC])
9193 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9194 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9195 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9196 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9197 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9198 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9199 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9200 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9201 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9202 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9203 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9204 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9205 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9206 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9207 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9208 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9209 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9210 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9211 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9212 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9213 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9214 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9215 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9216 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9217 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9218 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9219 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9220 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9221 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9222 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler], [RC])
9223 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([GCC], [RC])
9224 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([LD], [RC])
9225 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9226 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9227 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9228 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9229 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9230 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9231 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9232 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9233 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9234 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9235 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9236 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9237 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9238 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9239 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9240 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9241 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9242 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([predeps], [RC])
9243 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([postdeps], [RC])
9244 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9245 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9246 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9247 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9248 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9249 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9250 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9251 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9252 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9253 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9254 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9255 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9256 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9257 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9258 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9259 m4trace:configure.in:19: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9260 m4trace:configure.in:19: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9261 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9262 /usr/share/aclocal/libtool.m4:4194: _LT_AC_LANG_RC_CONFIG is expanded from...
9263 /usr/share/aclocal/libtool.m4:4193: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9264 /usr/share/aclocal/libtool.m4:1842: _LT_AC_TAGCONFIG is expanded from...
9265 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9266 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9267 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9268 /usr/share/aclocal/libtool.m4:6498: AM_PROG_LIBTOOL is expanded from...
9269 configure.in:19: the top level])
9270 m4trace:configure.in:19: -1- m4_pattern_allow([^LIBTOOL$])
9271 m4trace:configure.in:19: -1- AC_LIBTOOL_CXX
9272 m4trace:configure.in:19: -1- _LT_AC_LANG_CXX
9273 m4trace:configure.in:19: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9274 m4trace:configure.in:19: -1- AC_LIBTOOL_F77
9275 m4trace:configure.in:19: -1- _LT_AC_LANG_F77
9276 m4trace:configure.in:19: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9277 m4trace:configure.in:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
9278 You should run autoupdate.], [../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
9279 configure.in:21: the top level])
9280 m4trace:configure.in:23: -1- m4_pattern_allow([^CC$])
9281 m4trace:configure.in:23: -1- m4_pattern_allow([^CFLAGS$])
9282 m4trace:configure.in:23: -1- m4_pattern_allow([^LDFLAGS$])
9283 m4trace:configure.in:23: -1- m4_pattern_allow([^LIBS$])
9284 m4trace:configure.in:23: -1- m4_pattern_allow([^CPPFLAGS$])
9285 m4trace:configure.in:23: -1- m4_pattern_allow([^CC$])
9286 m4trace:configure.in:23: -1- m4_pattern_allow([^CC$])
9287 m4trace:configure.in:23: -1- m4_pattern_allow([^CC$])
9288 m4trace:configure.in:23: -1- m4_pattern_allow([^CC$])
9289 m4trace:configure.in:23: -1- m4_pattern_allow([^ac_ct_CC$])
9290 m4trace:configure.in:23: -1- _AM_DEPENDENCIES([CC])
9291 m4trace:configure.in:23: -1- m4_pattern_allow([^CCDEPMODE$])
9292 m4trace:configure.in:23: -1- AM_CONDITIONAL([am__fastdepCC], [
9293   test "x$enable_dependency_tracking" != xno \
9294   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
9295 m4trace:configure.in:23: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
9296 m4trace:configure.in:23: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
9297 m4trace:configure.in:23: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
9298 m4trace:configure.in:23: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
9299 m4trace:configure.in:25: -1- m4_pattern_allow([^SET_MAKE$])
9300 m4trace:configure.in:27: -1- m4_pattern_allow([^STDC_HEADERS$])
9301 m4trace:configure.in:50: -1- AM_CONDITIONAL([WITH_LUA], [test x$lua = xtrue])
9302 m4trace:configure.in:50: -1- m4_pattern_allow([^WITH_LUA_TRUE$])
9303 m4trace:configure.in:50: -1- m4_pattern_allow([^WITH_LUA_FALSE$])
9304 m4trace:configure.in:50: -1- _AM_SUBST_NOTMAKE([WITH_LUA_TRUE])
9305 m4trace:configure.in:50: -1- _AM_SUBST_NOTMAKE([WITH_LUA_FALSE])
9306 m4trace:configure.in:56: -1- AC_DEFUN([KPSE_STRUCT_ST_MTIM], [AC_CACHE_CHECK([for st_mtim in struct stat], ac_cv_struct_st_mtim,
9307 [AC_TRY_COMPILE([#include <sys/types.h>
9308 #include <sys/stat.h>], [struct stat s; s.st_mtim;],
9309 ac_cv_struct_st_mtim=yes, ac_cv_struct_st_mtim=no)])
9310 if test $ac_cv_struct_st_mtim = yes; then
9311   AC_DEFINE([HAVE_ST_MTIM],[1],[Whatever])
9312 fi
9313 ])
9314 m4trace:configure.in:66: -1- KPSE_STRUCT_ST_MTIM
9315 m4trace:configure.in:66: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
9316 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
9317 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
9318 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
9319 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
9320 configure.in:56: KPSE_STRUCT_ST_MTIM is expanded from...
9321 configure.in:66: the top level])
9322 m4trace:configure.in:66: -1- m4_pattern_allow([^HAVE_ST_MTIM$])
9323 m4trace:configure.in:69: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
9324 You should run autoupdate.], [])
9325 m4trace:configure.in:69: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9326 m4trace:configure.in:69: -1- m4_pattern_allow([^LTLIBOBJS$])
9327 m4trace:configure.in:69: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
9328 m4trace:configure.in:69: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS