Add Kerberos authentication - needs work
[siplcs.git] / autom4te.cache / traces.2
blob0d4d05eae1f846fd96c3fdd38ea1826263dc84c0
1 m4trace:/usr/share/aclocal/libtool.m4:25: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
2 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
3 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
4   AC_PROVIDE_IFELSE([AC_PROG_CXX],
5     [AC_LIBTOOL_CXX],
6     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
7   ])])
8 dnl And a similar setup for Fortran 77 support
9   AC_PROVIDE_IFELSE([AC_PROG_F77],
10     [AC_LIBTOOL_F77],
11     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
12 ])])
14 dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
15 dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
16 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
17   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
18     [AC_LIBTOOL_GCJ],
19     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
20       [AC_LIBTOOL_GCJ],
21       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
22         [AC_LIBTOOL_GCJ],
23       [ifdef([AC_PROG_GCJ],
24              [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
25        ifdef([A][M_PROG_GCJ],
26              [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
27        ifdef([LT_AC_PROG_GCJ],
28              [define([LT_AC_PROG_GCJ],
29                 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
30 ])])
31 m4trace:/usr/share/aclocal/libtool.m4:60: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
32 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
33 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
34 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
36 # This can be used to rebuild libtool when needed
37 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
39 # Always use our own libtool.
40 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
41 AC_SUBST(LIBTOOL)dnl
43 # Prevent multiple expansion
44 define([AC_PROG_LIBTOOL], [])
46 m4trace:/usr/share/aclocal/libtool.m4:80: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
47 AC_REQUIRE([AC_ENABLE_SHARED])dnl
48 AC_REQUIRE([AC_ENABLE_STATIC])dnl
49 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
50 AC_REQUIRE([AC_CANONICAL_HOST])dnl
51 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
52 AC_REQUIRE([AC_PROG_CC])dnl
53 AC_REQUIRE([AC_PROG_LD])dnl
54 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
55 AC_REQUIRE([AC_PROG_NM])dnl
57 AC_REQUIRE([AC_PROG_LN_S])dnl
58 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
59 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60 AC_REQUIRE([AC_OBJEXT])dnl
61 AC_REQUIRE([AC_EXEEXT])dnl
62 dnl
64 AC_LIBTOOL_SYS_MAX_CMD_LEN
65 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
66 AC_LIBTOOL_OBJDIR
68 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
69 _LT_AC_PROG_ECHO_BACKSLASH
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
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']
88 # Same as above, but do not quote variable references.
89 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
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'
95 # Sed substitution to avoid accidental globbing in evaled expressions
96 no_glob_subst='s/\*/\\\*/g'
98 # Constants:
99 rm="rm -f"
101 # Global variables:
102 default_ofile=libtool
103 can_build_shared=yes
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"
112 AC_CHECK_TOOL(AR, ar, false)
113 AC_CHECK_TOOL(RANLIB, ranlib, :)
114 AC_CHECK_TOOL(STRIP, strip, :)
116 old_CC="$CC"
117 old_CFLAGS="$CFLAGS"
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
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=
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"
154 _LT_CC_BASENAME([$compiler])
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
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)
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
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
181 # Use C for the default configuration in the libtool script
182 tagname=
183 AC_LIBTOOL_LANG_C_CONFIG
184 _LT_AC_TAGCONFIG
186 m4trace:/usr/share/aclocal/libtool.m4:225: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
188 # If no C compiler was specified, use CC.
189 LTCC=${LTCC-"$CC"}
191 # If no C compiler flags were specified, use CFLAGS.
192 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
194 # Allow CC to be a program name with arguments.
195 compiler=$CC
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-%%"`
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*
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*
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
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)])
241 AC_DIVERT_POP
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}
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
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+"[$]@"}
269 if test "X[$]1" = X--fallback-echo; then
270   # used as fallback echo
271   shift
272   cat <<EOF
273 [$]*
275   exit 0
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
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
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.
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"
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=:
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
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
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"
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
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   ;;
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       libsuff=64
475       case $host in
476         x86_64-*kfreebsd*-gnu)
477           LD="${LD-ld} -m elf_x86_64_fbsd"
478           ;;
479         x86_64-*linux*)
480           LD="${LD-ld} -m elf_x86_64"
481           ;;
482         ppc*-*linux*|powerpc*-*linux*)
483           LD="${LD-ld} -m elf64ppc"
484           ;;
485         s390*-*linux*)
486           LD="${LD-ld} -m elf64_s390"
487           ;;
488         sparc*-*linux*)
489           LD="${LD-ld} -m elf64_sparc"
490           ;;
491       esac
492       ;;
493     esac
494   fi
495   rm -rf conftest*
496   ;;
498 *-*-sco3.2v5*)
499   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
500   SAVE_CFLAGS="$CFLAGS"
501   CFLAGS="$CFLAGS -belf"
502   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
503     [AC_LANG_PUSH(C)
504      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
505      AC_LANG_POP])
506   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
507     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
508     CFLAGS="$SAVE_CFLAGS"
509   fi
510   ;;
511 sparc*-*solaris*)
512   # Find out which ABI we are using.
513   echo 'int i;' > conftest.$ac_ext
514   if AC_TRY_EVAL(ac_compile); then
515     case `/usr/bin/file conftest.o` in
516     *64-bit*)
517       case $lt_cv_prog_gnu_ld in
518       yes*) LD="${LD-ld} -m elf64_sparc" ;;
519       *)    LD="${LD-ld} -64" ;;
520       esac
521       ;;
522     esac
523   fi
524   rm -rf conftest*
525   ;;
527 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
528 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
529   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
530   AC_CHECK_TOOL(AS, as, false)
531   AC_CHECK_TOOL(OBJDUMP, objdump, false)
532   ;;
533   ])
534 esac
536 need_locks="$enable_libtool_lock"
539 m4trace:/usr/share/aclocal/libtool.m4:633: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
540 AC_CACHE_CHECK([$1], [$2],
541   [$2=no
542   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
543    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
544    lt_compiler_flag="$3"
545    # Insert the option either (1) after the last *FLAGS variable, or
546    # (2) before a word containing "conftest.", or (3) at the end.
547    # Note that $ac_compile itself does not contain backslashes and begins
548    # with a dollar sign (not a hyphen), so the echo should work correctly.
549    # The option is referenced via a variable to avoid confusing sed.
550    lt_compile=`echo "$ac_compile" | $SED \
551    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
552    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
553    -e 's:$: $lt_compiler_flag:'`
554    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
555    (eval "$lt_compile" 2>conftest.err)
556    ac_status=$?
557    cat conftest.err >&AS_MESSAGE_LOG_FD
558    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
559    if (exit $ac_status) && test -s "$ac_outfile"; then
560      # The compiler can only warn and ignore the option if not recognized
561      # So say no if there are warnings other than the usual output.
562      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
563      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
564      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
565        $2=yes
566      fi
567    fi
568    $rm conftest*
571 if test x"[$]$2" = xyes; then
572     ifelse([$5], , :, [$5])
573 else
574     ifelse([$6], , :, [$6])
577 m4trace:/usr/share/aclocal/libtool.m4:678: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl
578 AC_CACHE_CHECK([$1], [$2],
579   [$2=no
580    save_LDFLAGS="$LDFLAGS"
581    LDFLAGS="$LDFLAGS $3"
582    echo "$lt_simple_link_test_code" > conftest.$ac_ext
583    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
584      # The linker can only warn and ignore the option if not recognized
585      # So say no if there are warnings
586      if test -s conftest.err; then
587        # Append any errors to the config.log.
588        cat conftest.err 1>&AS_MESSAGE_LOG_FD
589        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
590        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
591        if diff conftest.exp conftest.er2 >/dev/null; then
592          $2=yes
593        fi
594      else
595        $2=yes
596      fi
597    fi
598    $rm conftest*
599    LDFLAGS="$save_LDFLAGS"
602 if test x"[$]$2" = xyes; then
603     ifelse([$4], , :, [$4])
604 else
605     ifelse([$5], , :, [$5])
608 m4trace:/usr/share/aclocal/libtool.m4:714: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
609 AC_MSG_CHECKING([the maximum length of command line arguments])
610 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
611   i=0
612   teststring="ABCD"
614   case $build_os in
615   msdosdjgpp*)
616     # On DJGPP, this test can blow up pretty badly due to problems in libc
617     # (any single argument exceeding 2000 bytes causes a buffer overrun
618     # during glob expansion).  Even if it were fixed, the result of this
619     # check would be larger than it should be.
620     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
621     ;;
623   gnu*)
624     # Under GNU Hurd, this test is not required because there is
625     # no limit to the length of command line arguments.
626     # Libtool will interpret -1 as no limit whatsoever
627     lt_cv_sys_max_cmd_len=-1;
628     ;;
630   cygwin* | mingw*)
631     # On Win9x/ME, this test blows up -- it succeeds, but takes
632     # about 5 minutes as the teststring grows exponentially.
633     # Worse, since 9x/ME are not pre-emptively multitasking,
634     # you end up with a "frozen" computer, even though with patience
635     # the test eventually succeeds (with a max line length of 256k).
636     # Instead, let's just punt: use the minimum linelength reported by
637     # all of the supported platforms: 8192 (on NT/2K/XP).
638     lt_cv_sys_max_cmd_len=8192;
639     ;;
641   amigaos*)
642     # On AmigaOS with pdksh, this test takes hours, literally.
643     # So we just punt and use a minimum line length of 8192.
644     lt_cv_sys_max_cmd_len=8192;
645     ;;
647   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
648     # This has been around since 386BSD, at least.  Likely further.
649     if test -x /sbin/sysctl; then
650       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
651     elif test -x /usr/sbin/sysctl; then
652       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
653     else
654       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
655     fi
656     # And add a safety zone
657     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
658     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
659     ;;
661   interix*)
662     # We know the value 262144 and hardcode it with a safety zone (like BSD)
663     lt_cv_sys_max_cmd_len=196608
664     ;;
666   osf*)
667     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
668     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
669     # nice to cause kernel panics so lets avoid the loop below.
670     # First set a reasonable default.
671     lt_cv_sys_max_cmd_len=16384
672     #
673     if test -x /sbin/sysconfig; then
674       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
675         *1*) lt_cv_sys_max_cmd_len=-1 ;;
676       esac
677     fi
678     ;;
679   sco3.2v5*)
680     lt_cv_sys_max_cmd_len=102400
681     ;;
682   sysv5* | sco5v6* | sysv4.2uw2*)
683     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
684     if test -n "$kargmax"; then
685       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
686     else
687       lt_cv_sys_max_cmd_len=32768
688     fi
689     ;;
690   *)
691     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
692     if test -n "$lt_cv_sys_max_cmd_len"; then
693       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
694       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
695     else
696       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
697       while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
698                = "XX$teststring") >/dev/null 2>&1 &&
699               new_result=`expr "X$teststring" : ".*" 2>&1` &&
700               lt_cv_sys_max_cmd_len=$new_result &&
701               test $i != 17 # 1/2 MB should be enough
702       do
703         i=`expr $i + 1`
704         teststring=$teststring$teststring
705       done
706       teststring=
707       # Add a significant safety factor because C++ compilers can tack on massive
708       # amounts of additional arguments before passing them to the linker.
709       # It appears as though 1/2 is a usable value.
710       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
711     fi
712     ;;
713   esac
715 if test -n $lt_cv_sys_max_cmd_len ; then
716   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
717 else
718   AC_MSG_RESULT(none)
721 m4trace:/usr/share/aclocal/libtool.m4:832: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
723 m4trace:/usr/share/aclocal/libtool.m4:840: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
724 if test "$cross_compiling" = yes; then :
725   [$4]
726 else
727   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
728   lt_status=$lt_dlunknown
729   cat > conftest.$ac_ext <<EOF
730 [#line __oline__ "configure"
731 #include "confdefs.h"
733 #if HAVE_DLFCN_H
734 #include <dlfcn.h>
735 #endif
737 #include <stdio.h>
739 #ifdef RTLD_GLOBAL
740 #  define LT_DLGLOBAL           RTLD_GLOBAL
741 #else
742 #  ifdef DL_GLOBAL
743 #    define LT_DLGLOBAL         DL_GLOBAL
744 #  else
745 #    define LT_DLGLOBAL         0
746 #  endif
747 #endif
749 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
750    find out it does not work in some platform. */
751 #ifndef LT_DLLAZY_OR_NOW
752 #  ifdef RTLD_LAZY
753 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
754 #  else
755 #    ifdef DL_LAZY
756 #      define LT_DLLAZY_OR_NOW          DL_LAZY
757 #    else
758 #      ifdef RTLD_NOW
759 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
760 #      else
761 #        ifdef DL_NOW
762 #          define LT_DLLAZY_OR_NOW      DL_NOW
763 #        else
764 #          define LT_DLLAZY_OR_NOW      0
765 #        endif
766 #      endif
767 #    endif
768 #  endif
769 #endif
771 #ifdef __cplusplus
772 extern "C" void exit (int);
773 #endif
775 void fnord() { int i=42;}
776 int main ()
778   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
779   int status = $lt_dlunknown;
781   if (self)
782     {
783       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
784       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
785       /* dlclose (self); */
786     }
787   else
788     puts (dlerror ());
790     exit (status);
793   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
794     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
795     lt_status=$?
796     case x$lt_status in
797       x$lt_dlno_uscore) $1 ;;
798       x$lt_dlneed_uscore) $2 ;;
799       x$lt_dlunknown|x*) $3 ;;
800     esac
801   else :
802     # compilation failed
803     $3
804   fi
806 rm -fr conftest*
808 m4trace:/usr/share/aclocal/libtool.m4:930: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
809 if test "x$enable_dlopen" != xyes; then
810   enable_dlopen=unknown
811   enable_dlopen_self=unknown
812   enable_dlopen_self_static=unknown
813 else
814   lt_cv_dlopen=no
815   lt_cv_dlopen_libs=
817   case $host_os in
818   beos*)
819     lt_cv_dlopen="load_add_on"
820     lt_cv_dlopen_libs=
821     lt_cv_dlopen_self=yes
822     ;;
824   mingw* | pw32*)
825     lt_cv_dlopen="LoadLibrary"
826     lt_cv_dlopen_libs=
827    ;;
829   cygwin*)
830     lt_cv_dlopen="dlopen"
831     lt_cv_dlopen_libs=
832    ;;
834   darwin*)
835   # if libdl is installed we need to link against it
836     AC_CHECK_LIB([dl], [dlopen],
837                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
838     lt_cv_dlopen="dyld"
839     lt_cv_dlopen_libs=
840     lt_cv_dlopen_self=yes
841     ])
842    ;;
844   *)
845     AC_CHECK_FUNC([shl_load],
846           [lt_cv_dlopen="shl_load"],
847       [AC_CHECK_LIB([dld], [shl_load],
848             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
849         [AC_CHECK_FUNC([dlopen],
850               [lt_cv_dlopen="dlopen"],
851           [AC_CHECK_LIB([dl], [dlopen],
852                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
853             [AC_CHECK_LIB([svld], [dlopen],
854                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
855               [AC_CHECK_LIB([dld], [dld_link],
856                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
857               ])
858             ])
859           ])
860         ])
861       ])
862     ;;
863   esac
865   if test "x$lt_cv_dlopen" != xno; then
866     enable_dlopen=yes
867   else
868     enable_dlopen=no
869   fi
871   case $lt_cv_dlopen in
872   dlopen)
873     save_CPPFLAGS="$CPPFLAGS"
874     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
876     save_LDFLAGS="$LDFLAGS"
877     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
879     save_LIBS="$LIBS"
880     LIBS="$lt_cv_dlopen_libs $LIBS"
882     AC_CACHE_CHECK([whether a program can dlopen itself],
883           lt_cv_dlopen_self, [dnl
884           _LT_AC_TRY_DLOPEN_SELF(
885             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
886             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
887     ])
889     if test "x$lt_cv_dlopen_self" = xyes; then
890       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
891       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
892           lt_cv_dlopen_self_static, [dnl
893           _LT_AC_TRY_DLOPEN_SELF(
894             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
895             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
896       ])
897     fi
899     CPPFLAGS="$save_CPPFLAGS"
900     LDFLAGS="$save_LDFLAGS"
901     LIBS="$save_LIBS"
902     ;;
903   esac
905   case $lt_cv_dlopen_self in
906   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
907   *) enable_dlopen_self=unknown ;;
908   esac
910   case $lt_cv_dlopen_self_static in
911   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
912   *) enable_dlopen_self_static=unknown ;;
913   esac
916 m4trace:/usr/share/aclocal/libtool.m4:1044: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl
917 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
918 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
919   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
920   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
921    $rm -r conftest 2>/dev/null
922    mkdir conftest
923    cd conftest
924    mkdir out
925    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
927    lt_compiler_flag="-o out/conftest2.$ac_objext"
928    # Insert the option either (1) after the last *FLAGS variable, or
929    # (2) before a word containing "conftest.", or (3) at the end.
930    # Note that $ac_compile itself does not contain backslashes and begins
931    # with a dollar sign (not a hyphen), so the echo should work correctly.
932    lt_compile=`echo "$ac_compile" | $SED \
933    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
934    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
935    -e 's:$: $lt_compiler_flag:'`
936    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
937    (eval "$lt_compile" 2>out/conftest.err)
938    ac_status=$?
939    cat out/conftest.err >&AS_MESSAGE_LOG_FD
940    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
941    if (exit $ac_status) && test -s out/conftest2.$ac_objext
942    then
943      # The compiler can only warn and ignore the option if not recognized
944      # So say no if there are warnings
945      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
946      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
947      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
948        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
949      fi
950    fi
951    chmod u+w . 2>&AS_MESSAGE_LOG_FD
952    $rm conftest*
953    # SGI C++ compiler will create directory out/ii_files/ for
954    # template instantiation
955    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
956    $rm out/* && rmdir out
957    cd ..
958    rmdir conftest
959    $rm conftest*
962 m4trace:/usr/share/aclocal/libtool.m4:1096: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
964 hard_links="nottested"
965 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
966   # do not overwrite the value of need_locks provided by the user
967   AC_MSG_CHECKING([if we can lock with hard links])
968   hard_links=yes
969   $rm conftest*
970   ln conftest.a conftest.b 2>/dev/null && hard_links=no
971   touch conftest.a
972   ln conftest.a conftest.b 2>&5 || hard_links=no
973   ln conftest.a conftest.b 2>/dev/null && hard_links=no
974   AC_MSG_RESULT([$hard_links])
975   if test "$hard_links" = no; then
976     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
977     need_locks=warn
978   fi
979 else
980   need_locks=no
983 m4trace:/usr/share/aclocal/libtool.m4:1122: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
984 [rm -f .libs 2>/dev/null
985 mkdir .libs 2>/dev/null
986 if test -d .libs; then
987   lt_cv_objdir=.libs
988 else
989   # MS-DOS does not allow filenames that begin with a dot.
990   lt_cv_objdir=_libs
992 rmdir .libs 2>/dev/null])
993 objdir=$lt_cv_objdir
995 m4trace:/usr/share/aclocal/libtool.m4:1140: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
996 _LT_AC_TAGVAR(hardcode_action, $1)=
997 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
998    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
999    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1001   # We can hardcode non-existant directories.
1002   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1003      # If the only mechanism to avoid hardcoding is shlibpath_var, we
1004      # have to relink, otherwise we might link with an installed library
1005      # when we should be linking with a yet-to-be-installed one
1006      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1007      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1008     # Linking always hardcodes the temporary library directory.
1009     _LT_AC_TAGVAR(hardcode_action, $1)=relink
1010   else
1011     # We can link without hardcoding, and we can hardcode nonexisting dirs.
1012     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1013   fi
1014 else
1015   # We cannot hardcode anything, or else we can only hardcode existing
1016   # directories.
1017   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1019 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1021 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1022   # Fast installation is not supported
1023   enable_fast_install=no
1024 elif test "$shlibpath_overrides_runpath" = yes ||
1025      test "$enable_shared" = no; then
1026   # Fast installation is not necessary
1027   enable_fast_install=needless
1030 m4trace:/usr/share/aclocal/libtool.m4:1180: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1031 old_striplib=
1032 AC_MSG_CHECKING([whether stripping libraries is possible])
1033 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1034   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1035   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1036   AC_MSG_RESULT([yes])
1037 else
1038 # FIXME - insert some real tests, host_os isn't really good enough
1039   case $host_os in
1040    darwin*)
1041        if test -n "$STRIP" ; then
1042          striplib="$STRIP -x"
1043          old_striplib="$STRIP -S"
1044          AC_MSG_RESULT([yes])
1045        else
1046   AC_MSG_RESULT([no])
1048        ;;
1049    *)
1050   AC_MSG_RESULT([no])
1051     ;;
1052   esac
1055 m4trace:/usr/share/aclocal/libtool.m4:1211: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1056 AC_MSG_CHECKING([dynamic linker characteristics])
1057 library_names_spec=
1058 libname_spec='lib$name'
1059 soname_spec=
1060 shrext_cmds=".so"
1061 postinstall_cmds=
1062 postuninstall_cmds=
1063 finish_cmds=
1064 finish_eval=
1065 shlibpath_var=
1066 shlibpath_overrides_runpath=unknown
1067 version_type=none
1068 dynamic_linker="$host_os ld.so"
1069 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1070 m4_if($1,[],[
1071 if test "$GCC" = yes; then
1072   case $host_os in
1073     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1074     *) lt_awk_arg="/^libraries:/" ;;
1075   esac
1076   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1077   if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
1078     # if the path contains ";" then we assume it to be the separator
1079     # otherwise default to the standard path separator (i.e. ":") - it is
1080     # assumed that no part of a normal pathname contains ";" but that should
1081     # okay in the real world where ";" in dirpaths is itself problematic.
1082     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1083   else
1084     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1085   fi
1086   # Ok, now we have the path, separated by spaces, we can step through it
1087   # and add multilib dir if necessary.
1088   lt_tmp_lt_search_path_spec=
1089   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
1090   for lt_sys_path in $lt_search_path_spec; do
1091     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
1092       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
1093     else
1094       test -d "$lt_sys_path" && \
1095         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1096     fi
1097   done
1098   lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
1099 BEGIN {RS=" "; FS="/|\n";} {
1100   lt_foo="";
1101   lt_count=0;
1102   for (lt_i = NF; lt_i > 0; lt_i--) {
1103     if ($lt_i != "" && $lt_i != ".") {
1104       if ($lt_i == "..") {
1105         lt_count++;
1106       } else {
1107         if (lt_count == 0) {
1108           lt_foo="/" $lt_i lt_foo;
1109         } else {
1110           lt_count--;
1111         }
1112       }
1113     }
1114   }
1115   if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1116   if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1118   sys_lib_search_path_spec=`echo $lt_search_path_spec`
1119 else
1120   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1121 fi])
1122 need_lib_prefix=unknown
1123 hardcode_into_libs=no
1125 # when you set need_version to no, make sure it does not cause -set_version
1126 # flags to be left without arguments
1127 need_version=unknown
1129 case $host_os in
1130 aix3*)
1131   version_type=linux
1132   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1133   shlibpath_var=LIBPATH
1135   # AIX 3 has no versioning support, so we append a major version to the name.
1136   soname_spec='${libname}${release}${shared_ext}$major'
1137   ;;
1139 aix4* | aix5*)
1140   version_type=linux
1141   need_lib_prefix=no
1142   need_version=no
1143   hardcode_into_libs=yes
1144   if test "$host_cpu" = ia64; then
1145     # AIX 5 supports IA64
1146     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1147     shlibpath_var=LD_LIBRARY_PATH
1148   else
1149     # With GCC up to 2.95.x, collect2 would create an import file
1150     # for dependence libraries.  The import file would start with
1151     # the line `#! .'.  This would cause the generated library to
1152     # depend on `.', always an invalid library.  This was fixed in
1153     # development snapshots of GCC prior to 3.0.
1154     case $host_os in
1155       aix4 | aix4.[[01]] | aix4.[[01]].*)
1156       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1157            echo ' yes '
1158            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1159         :
1160       else
1161         can_build_shared=no
1162       fi
1163       ;;
1164     esac
1165     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1166     # soname into executable. Probably we can add versioning support to
1167     # collect2, so additional links can be useful in future.
1168     if test "$aix_use_runtimelinking" = yes; then
1169       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1170       # instead of lib<name>.a to let people know that these are not
1171       # typical AIX shared libraries.
1172       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1173     else
1174       # We preserve .a as extension for shared libraries through AIX4.2
1175       # and later when we are not doing run time linking.
1176       library_names_spec='${libname}${release}.a $libname.a'
1177       soname_spec='${libname}${release}${shared_ext}$major'
1178     fi
1179     shlibpath_var=LIBPATH
1180   fi
1181   ;;
1183 amigaos*)
1184   library_names_spec='$libname.ixlibrary $libname.a'
1185   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1186   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'
1187   ;;
1189 beos*)
1190   library_names_spec='${libname}${shared_ext}'
1191   dynamic_linker="$host_os ld.so"
1192   shlibpath_var=LIBRARY_PATH
1193   ;;
1195 bsdi[[45]]*)
1196   version_type=linux
1197   need_version=no
1198   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1199   soname_spec='${libname}${release}${shared_ext}$major'
1200   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1201   shlibpath_var=LD_LIBRARY_PATH
1202   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1203   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1204   # the default ld.so.conf also contains /usr/contrib/lib and
1205   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1206   # libtool to hard-code these into programs
1207   ;;
1209 cygwin* | mingw* | pw32*)
1210   version_type=windows
1211   shrext_cmds=".dll"
1212   need_version=no
1213   need_lib_prefix=no
1215   case $GCC,$host_os in
1216   yes,cygwin* | yes,mingw* | yes,pw32*)
1217     library_names_spec='$libname.dll.a'
1218     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1219     postinstall_cmds='base_file=`basename \${file}`~
1220       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1221       dldir=$destdir/`dirname \$dlpath`~
1222       test -d \$dldir || mkdir -p \$dldir~
1223       $install_prog $dir/$dlname \$dldir/$dlname~
1224       chmod a+x \$dldir/$dlname'
1225     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1226       dlpath=$dir/\$dldll~
1227        $rm \$dlpath'
1228     shlibpath_overrides_runpath=yes
1230     case $host_os in
1231     cygwin*)
1232       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1233       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1234       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1235       ;;
1236     mingw*)
1237       # MinGW DLLs use traditional 'lib' prefix
1238       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1239       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1240       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1241         # It is most probably a Windows format PATH printed by
1242         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1243         # path with ; separators, and with drive letters. We can handle the
1244         # drive letters (cygwin fileutils understands them), so leave them,
1245         # especially as we might pass files found there to a mingw objdump,
1246         # which wouldn't understand a cygwinified path. Ahh.
1247         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1248       else
1249         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1250       fi
1251       ;;
1252     pw32*)
1253       # pw32 DLLs use 'pw' prefix rather than 'lib'
1254       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1255       ;;
1256     esac
1257     ;;
1259   *)
1260     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1261     ;;
1262   esac
1263   dynamic_linker='Win32 ld.exe'
1264   # FIXME: first we should search . and the directory the executable is in
1265   shlibpath_var=PATH
1266   ;;
1268 darwin* | rhapsody*)
1269   dynamic_linker="$host_os dyld"
1270   version_type=darwin
1271   need_lib_prefix=no
1272   need_version=no
1273   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1274   soname_spec='${libname}${release}${major}$shared_ext'
1275   shlibpath_overrides_runpath=yes
1276   shlibpath_var=DYLD_LIBRARY_PATH
1277   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1278   m4_if([$1], [],[
1279   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
1280   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1281   ;;
1283 dgux*)
1284   version_type=linux
1285   need_lib_prefix=no
1286   need_version=no
1287   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1288   soname_spec='${libname}${release}${shared_ext}$major'
1289   shlibpath_var=LD_LIBRARY_PATH
1290   ;;
1292 freebsd1*)
1293   dynamic_linker=no
1294   ;;
1296 freebsd* | dragonfly*)
1297   # DragonFly does not have aout.  When/if they implement a new
1298   # versioning mechanism, adjust this.
1299   if test -x /usr/bin/objformat; then
1300     objformat=`/usr/bin/objformat`
1301   else
1302     case $host_os in
1303     freebsd[[123]]*) objformat=aout ;;
1304     *) objformat=elf ;;
1305     esac
1306   fi
1307   version_type=freebsd-$objformat
1308   case $version_type in
1309     freebsd-elf*)
1310       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1311       need_version=no
1312       need_lib_prefix=no
1313       ;;
1314     freebsd-*)
1315       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1316       need_version=yes
1317       ;;
1318   esac
1319   shlibpath_var=LD_LIBRARY_PATH
1320   case $host_os in
1321   freebsd2*)
1322     shlibpath_overrides_runpath=yes
1323     ;;
1324   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1325     shlibpath_overrides_runpath=yes
1326     hardcode_into_libs=yes
1327     ;;
1328   freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1329   freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1330     shlibpath_overrides_runpath=no
1331     hardcode_into_libs=yes
1332     ;;
1333   *) # from 4.6 on, and DragonFly
1334     shlibpath_overrides_runpath=yes
1335     hardcode_into_libs=yes
1336     ;;
1337   esac
1338   ;;
1340 gnu*)
1341   version_type=linux
1342   need_lib_prefix=no
1343   need_version=no
1344   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1345   soname_spec='${libname}${release}${shared_ext}$major'
1346   shlibpath_var=LD_LIBRARY_PATH
1347   hardcode_into_libs=yes
1348   ;;
1350 hpux9* | hpux10* | hpux11*)
1351   # Give a soname corresponding to the major version so that dld.sl refuses to
1352   # link against other versions.
1353   version_type=sunos
1354   need_lib_prefix=no
1355   need_version=no
1356   case $host_cpu in
1357   ia64*)
1358     shrext_cmds='.so'
1359     hardcode_into_libs=yes
1360     dynamic_linker="$host_os dld.so"
1361     shlibpath_var=LD_LIBRARY_PATH
1362     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1363     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1364     soname_spec='${libname}${release}${shared_ext}$major'
1365     if test "X$HPUX_IA64_MODE" = X32; then
1366       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1367     else
1368       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1369     fi
1370     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1371     ;;
1372    hppa*64*)
1373      shrext_cmds='.sl'
1374      hardcode_into_libs=yes
1375      dynamic_linker="$host_os dld.sl"
1376      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1377      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1378      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1379      soname_spec='${libname}${release}${shared_ext}$major'
1380      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1381      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1382      ;;
1383    *)
1384     shrext_cmds='.sl'
1385     dynamic_linker="$host_os dld.sl"
1386     shlibpath_var=SHLIB_PATH
1387     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1388     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1389     soname_spec='${libname}${release}${shared_ext}$major'
1390     ;;
1391   esac
1392   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1393   postinstall_cmds='chmod 555 $lib'
1394   ;;
1396 interix[[3-9]]*)
1397   version_type=linux
1398   need_lib_prefix=no
1399   need_version=no
1400   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1401   soname_spec='${libname}${release}${shared_ext}$major'
1402   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1403   shlibpath_var=LD_LIBRARY_PATH
1404   shlibpath_overrides_runpath=no
1405   hardcode_into_libs=yes
1406   ;;
1408 irix5* | irix6* | nonstopux*)
1409   case $host_os in
1410     nonstopux*) version_type=nonstopux ;;
1411     *)
1412         if test "$lt_cv_prog_gnu_ld" = yes; then
1413                 version_type=linux
1414         else
1415                 version_type=irix
1416         fi ;;
1417   esac
1418   need_lib_prefix=no
1419   need_version=no
1420   soname_spec='${libname}${release}${shared_ext}$major'
1421   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1422   case $host_os in
1423   irix5* | nonstopux*)
1424     libsuff= shlibsuff=
1425     ;;
1426   *)
1427     case $LD in # libtool.m4 will add one of these switches to LD
1428     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1429       libsuff= shlibsuff= libmagic=32-bit;;
1430     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1431       libsuff=32 shlibsuff=N32 libmagic=N32;;
1432     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1433       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1434     *) libsuff= shlibsuff= libmagic=never-match;;
1435     esac
1436     ;;
1437   esac
1438   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1439   shlibpath_overrides_runpath=no
1440   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1441   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1442   hardcode_into_libs=yes
1443   ;;
1445 # No shared lib support for Linux oldld, aout, or coff.
1446 linux*oldld* | linux*aout* | linux*coff*)
1447   dynamic_linker=no
1448   ;;
1450 # This must be Linux ELF.
1451 linux* | k*bsd*-gnu)
1452   version_type=linux
1453   need_lib_prefix=no
1454   need_version=no
1455   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1456   soname_spec='${libname}${release}${shared_ext}$major'
1457   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1458   shlibpath_var=LD_LIBRARY_PATH
1459   shlibpath_overrides_runpath=no
1460   # This implies no fast_install, which is unacceptable.
1461   # Some rework will be needed to allow for fast_install
1462   # before this can be enabled.
1463   hardcode_into_libs=yes
1464   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1465   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1467   # Append ld.so.conf contents to the search path
1468   if test -f /etc/ld.so.conf; then
1469     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' ' '`
1470     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
1471   fi
1473   # We used to test for /lib/ld.so.1 and disable shared libraries on
1474   # powerpc, because MkLinux only supported shared libraries with the
1475   # GNU dynamic linker.  Since this was broken with cross compilers,
1476   # most powerpc-linux boxes support dynamic linking these days and
1477   # people can always --disable-shared, the test was removed, and we
1478   # assume the GNU/Linux dynamic linker is in use.
1479   dynamic_linker='GNU/Linux ld.so'
1480   ;;
1482 netbsd*)
1483   version_type=sunos
1484   need_lib_prefix=no
1485   need_version=no
1486   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1487     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1488     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1489     dynamic_linker='NetBSD (a.out) ld.so'
1490   else
1491     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1492     soname_spec='${libname}${release}${shared_ext}$major'
1493     dynamic_linker='NetBSD ld.elf_so'
1494   fi
1495   shlibpath_var=LD_LIBRARY_PATH
1496   shlibpath_overrides_runpath=yes
1497   hardcode_into_libs=yes
1498   ;;
1500 newsos6)
1501   version_type=linux
1502   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1503   shlibpath_var=LD_LIBRARY_PATH
1504   shlibpath_overrides_runpath=yes
1505   ;;
1507 nto-qnx*)
1508   version_type=linux
1509   need_lib_prefix=no
1510   need_version=no
1511   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1512   soname_spec='${libname}${release}${shared_ext}$major'
1513   shlibpath_var=LD_LIBRARY_PATH
1514   shlibpath_overrides_runpath=yes
1515   ;;
1517 openbsd*)
1518   version_type=sunos
1519   sys_lib_dlsearch_path_spec="/usr/lib"
1520   need_lib_prefix=no
1521   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1522   case $host_os in
1523     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1524     *)                         need_version=no  ;;
1525   esac
1526   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1527   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1528   shlibpath_var=LD_LIBRARY_PATH
1529   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1530     case $host_os in
1531       openbsd2.[[89]] | openbsd2.[[89]].*)
1532         shlibpath_overrides_runpath=no
1533         ;;
1534       *)
1535         shlibpath_overrides_runpath=yes
1536         ;;
1537       esac
1538   else
1539     shlibpath_overrides_runpath=yes
1540   fi
1541   ;;
1543 os2*)
1544   libname_spec='$name'
1545   shrext_cmds=".dll"
1546   need_lib_prefix=no
1547   library_names_spec='$libname${shared_ext} $libname.a'
1548   dynamic_linker='OS/2 ld.exe'
1549   shlibpath_var=LIBPATH
1550   ;;
1552 osf3* | osf4* | osf5*)
1553   version_type=osf
1554   need_lib_prefix=no
1555   need_version=no
1556   soname_spec='${libname}${release}${shared_ext}$major'
1557   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1558   shlibpath_var=LD_LIBRARY_PATH
1559   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1560   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1561   ;;
1563 rdos*)
1564   dynamic_linker=no
1565   ;;
1567 solaris*)
1568   version_type=linux
1569   need_lib_prefix=no
1570   need_version=no
1571   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1572   soname_spec='${libname}${release}${shared_ext}$major'
1573   shlibpath_var=LD_LIBRARY_PATH
1574   shlibpath_overrides_runpath=yes
1575   hardcode_into_libs=yes
1576   # ldd complains unless libraries are executable
1577   postinstall_cmds='chmod +x $lib'
1578   ;;
1580 sunos4*)
1581   version_type=sunos
1582   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1583   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1584   shlibpath_var=LD_LIBRARY_PATH
1585   shlibpath_overrides_runpath=yes
1586   if test "$with_gnu_ld" = yes; then
1587     need_lib_prefix=no
1588   fi
1589   need_version=yes
1590   ;;
1592 sysv4 | sysv4.3*)
1593   version_type=linux
1594   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1595   soname_spec='${libname}${release}${shared_ext}$major'
1596   shlibpath_var=LD_LIBRARY_PATH
1597   case $host_vendor in
1598     sni)
1599       shlibpath_overrides_runpath=no
1600       need_lib_prefix=no
1601       export_dynamic_flag_spec='${wl}-Blargedynsym'
1602       runpath_var=LD_RUN_PATH
1603       ;;
1604     siemens)
1605       need_lib_prefix=no
1606       ;;
1607     motorola)
1608       need_lib_prefix=no
1609       need_version=no
1610       shlibpath_overrides_runpath=no
1611       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1612       ;;
1613   esac
1614   ;;
1616 sysv4*MP*)
1617   if test -d /usr/nec ;then
1618     version_type=linux
1619     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1620     soname_spec='$libname${shared_ext}.$major'
1621     shlibpath_var=LD_LIBRARY_PATH
1622   fi
1623   ;;
1625 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1626   version_type=freebsd-elf
1627   need_lib_prefix=no
1628   need_version=no
1629   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1630   soname_spec='${libname}${release}${shared_ext}$major'
1631   shlibpath_var=LD_LIBRARY_PATH
1632   hardcode_into_libs=yes
1633   if test "$with_gnu_ld" = yes; then
1634     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1635     shlibpath_overrides_runpath=no
1636   else
1637     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1638     shlibpath_overrides_runpath=yes
1639     case $host_os in
1640       sco3.2v5*)
1641         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1642         ;;
1643     esac
1644   fi
1645   sys_lib_dlsearch_path_spec='/usr/lib'
1646   ;;
1648 uts4*)
1649   version_type=linux
1650   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1651   soname_spec='${libname}${release}${shared_ext}$major'
1652   shlibpath_var=LD_LIBRARY_PATH
1653   ;;
1656   dynamic_linker=no
1657   ;;
1658 esac
1659 AC_MSG_RESULT([$dynamic_linker])
1660 test "$dynamic_linker" = no && can_build_shared=no
1662 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1663 if test "$GCC" = yes; then
1664   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1667 m4trace:/usr/share/aclocal/libtool.m4:1828: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl
1668 AC_ARG_WITH([tags],
1669     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1670         [include additional configurations @<:@automatic@:>@])],
1671     [tagnames="$withval"])
1673 if test -f "$ltmain" && test -n "$tagnames"; then
1674   if test ! -f "${ofile}"; then
1675     AC_MSG_WARN([output file `$ofile' does not exist])
1676   fi
1678   if test -z "$LTCC"; then
1679     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1680     if test -z "$LTCC"; then
1681       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1682     else
1683       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1684     fi
1685   fi
1686   if test -z "$LTCFLAGS"; then
1687     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1688   fi
1690   # Extract list of available tagged configurations in $ofile.
1691   # Note that this assumes the entire list is on one line.
1692   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1694   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1695   for tagname in $tagnames; do
1696     IFS="$lt_save_ifs"
1697     # Check whether tagname contains only valid characters
1698     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1699     "") ;;
1700     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1701         ;;
1702     esac
1704     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1705     then
1706       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1707     fi
1709     # Update the list of available tags.
1710     if test -n "$tagname"; then
1711       echo appending configuration tag \"$tagname\" to $ofile
1713       case $tagname in
1714       CXX)
1715         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1716             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1717             (test "X$CXX" != "Xg++"))) ; then
1718           AC_LIBTOOL_LANG_CXX_CONFIG
1719         else
1720           tagname=""
1721         fi
1722         ;;
1724       F77)
1725         if test -n "$F77" && test "X$F77" != "Xno"; then
1726           AC_LIBTOOL_LANG_F77_CONFIG
1727         else
1728           tagname=""
1729         fi
1730         ;;
1732       GCJ)
1733         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1734           AC_LIBTOOL_LANG_GCJ_CONFIG
1735         else
1736           tagname=""
1737         fi
1738         ;;
1740       RC)
1741         AC_LIBTOOL_LANG_RC_CONFIG
1742         ;;
1744       *)
1745         AC_MSG_ERROR([Unsupported tag name: $tagname])
1746         ;;
1747       esac
1749       # Append the new tag name to the list of available tags.
1750       if test -n "$tagname" ; then
1751       available_tags="$available_tags $tagname"
1752     fi
1753     fi
1754   done
1755   IFS="$lt_save_ifs"
1757   # Now substitute the updated list of available tags.
1758   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1759     mv "${ofile}T" "$ofile"
1760     chmod +x "$ofile"
1761   else
1762     rm -f "${ofile}T"
1763     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1764   fi
1767 m4trace:/usr/share/aclocal/libtool.m4:1934: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1769 m4trace:/usr/share/aclocal/libtool.m4:1942: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1771 m4trace:/usr/share/aclocal/libtool.m4:1951: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1772 AC_ARG_ENABLE([shared],
1773     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1774         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1775     [p=${PACKAGE-default}
1776     case $enableval in
1777     yes) enable_shared=yes ;;
1778     no) enable_shared=no ;;
1779     *)
1780       enable_shared=no
1781       # Look at the argument we got.  We use all the common list separators.
1782       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1783       for pkg in $enableval; do
1784         IFS="$lt_save_ifs"
1785         if test "X$pkg" = "X$p"; then
1786           enable_shared=yes
1787         fi
1788       done
1789       IFS="$lt_save_ifs"
1790       ;;
1791     esac],
1792     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1794 m4trace:/usr/share/aclocal/libtool.m4:1980: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1795 AC_ENABLE_SHARED(no)
1797 m4trace:/usr/share/aclocal/libtool.m4:1990: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1798 AC_ARG_ENABLE([static],
1799     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1800         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1801     [p=${PACKAGE-default}
1802     case $enableval in
1803     yes) enable_static=yes ;;
1804     no) enable_static=no ;;
1805     *)
1806      enable_static=no
1807       # Look at the argument we got.  We use all the common list separators.
1808       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1809       for pkg in $enableval; do
1810         IFS="$lt_save_ifs"
1811         if test "X$pkg" = "X$p"; then
1812           enable_static=yes
1813         fi
1814       done
1815       IFS="$lt_save_ifs"
1816       ;;
1817     esac],
1818     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1820 m4trace:/usr/share/aclocal/libtool.m4:2019: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1821 AC_ENABLE_STATIC(no)
1823 m4trace:/usr/share/aclocal/libtool.m4:2029: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1824 AC_ARG_ENABLE([fast-install],
1825     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1826     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1827     [p=${PACKAGE-default}
1828     case $enableval in
1829     yes) enable_fast_install=yes ;;
1830     no) enable_fast_install=no ;;
1831     *)
1832       enable_fast_install=no
1833       # Look at the argument we got.  We use all the common list separators.
1834       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1835       for pkg in $enableval; do
1836         IFS="$lt_save_ifs"
1837         if test "X$pkg" = "X$p"; then
1838           enable_fast_install=yes
1839         fi
1840       done
1841       IFS="$lt_save_ifs"
1842       ;;
1843     esac],
1844     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1846 m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1847 AC_ENABLE_FAST_INSTALL(no)
1849 m4trace:/usr/share/aclocal/libtool.m4:2068: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1850 pic_mode=ifelse($#,1,$1,default)
1852 m4trace:/usr/share/aclocal/libtool.m4:2092: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1853 AC_MSG_CHECKING([for $1])
1854 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1855 [case $MAGIC_CMD in
1856 [[\\/*] |  ?:[\\/]*])
1857   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1858   ;;
1860   lt_save_MAGIC_CMD="$MAGIC_CMD"
1861   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1862 dnl $ac_dummy forces splitting on constant user-supplied paths.
1863 dnl POSIX.2 word splitting is done only on the output of word expansions,
1864 dnl not every word.  This closes a longstanding sh security hole.
1865   ac_dummy="ifelse([$2], , $PATH, [$2])"
1866   for ac_dir in $ac_dummy; do
1867     IFS="$lt_save_ifs"
1868     test -z "$ac_dir" && ac_dir=.
1869     if test -f $ac_dir/$1; then
1870       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1871       if test -n "$file_magic_test_file"; then
1872         case $deplibs_check_method in
1873         "file_magic "*)
1874           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1875           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1876           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1877             $EGREP "$file_magic_regex" > /dev/null; then
1878             :
1879           else
1880             cat <<EOF 1>&2
1882 *** Warning: the command libtool uses to detect shared libraries,
1883 *** $file_magic_cmd, produces output that libtool cannot recognize.
1884 *** The result is that libtool may fail to recognize shared libraries
1885 *** as such.  This will affect the creation of libtool libraries that
1886 *** depend on shared libraries, but programs linked with such libtool
1887 *** libraries will work regardless of this problem.  Nevertheless, you
1888 *** may want to report the problem to your system manager and/or to
1889 *** bug-libtool@gnu.org
1892           fi ;;
1893         esac
1894       fi
1895       break
1896     fi
1897   done
1898   IFS="$lt_save_ifs"
1899   MAGIC_CMD="$lt_save_MAGIC_CMD"
1900   ;;
1901 esac])
1902 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1903 if test -n "$MAGIC_CMD"; then
1904   AC_MSG_RESULT($MAGIC_CMD)
1905 else
1906   AC_MSG_RESULT(no)
1909 m4trace:/usr/share/aclocal/libtool.m4:2155: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1910 if test -z "$lt_cv_path_MAGIC_CMD"; then
1911   if test -n "$ac_tool_prefix"; then
1912     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1913   else
1914     MAGIC_CMD=:
1915   fi
1918 m4trace:/usr/share/aclocal/libtool.m4:2170: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1919     [AC_HELP_STRING([--with-gnu-ld],
1920         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1921     [test "$withval" = no || with_gnu_ld=yes],
1922     [with_gnu_ld=no])
1923 AC_REQUIRE([LT_AC_PROG_SED])dnl
1924 AC_REQUIRE([AC_PROG_CC])dnl
1925 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1926 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1927 ac_prog=ld
1928 if test "$GCC" = yes; then
1929   # Check if gcc -print-prog-name=ld gives a path.
1930   AC_MSG_CHECKING([for ld used by $CC])
1931   case $host in
1932   *-*-mingw*)
1933     # gcc leaves a trailing carriage return which upsets mingw
1934     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1935   *)
1936     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1937   esac
1938   case $ac_prog in
1939     # Accept absolute paths.
1940     [[\\/]]* | ?:[[\\/]]*)
1941       re_direlt='/[[^/]][[^/]]*/\.\./'
1942       # Canonicalize the pathname of ld
1943       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1944       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1945         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1946       done
1947       test -z "$LD" && LD="$ac_prog"
1948       ;;
1949   "")
1950     # If it fails, then pretend we aren't using GCC.
1951     ac_prog=ld
1952     ;;
1953   *)
1954     # If it is relative, then search for the first ld in PATH.
1955     with_gnu_ld=unknown
1956     ;;
1957   esac
1958 elif test "$with_gnu_ld" = yes; then
1959   AC_MSG_CHECKING([for GNU ld])
1960 else
1961   AC_MSG_CHECKING([for non-GNU ld])
1963 AC_CACHE_VAL(lt_cv_path_LD,
1964 [if test -z "$LD"; then
1965   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1966   for ac_dir in $PATH; do
1967     IFS="$lt_save_ifs"
1968     test -z "$ac_dir" && ac_dir=.
1969     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1970       lt_cv_path_LD="$ac_dir/$ac_prog"
1971       # Check to see if the program is GNU ld.  I'd rather use --version,
1972       # but apparently some variants of GNU ld only accept -v.
1973       # Break only if it was the GNU/non-GNU ld that we prefer.
1974       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1975       *GNU* | *'with BFD'*)
1976         test "$with_gnu_ld" != no && break
1977         ;;
1978       *)
1979         test "$with_gnu_ld" != yes && break
1980         ;;
1981       esac
1982     fi
1983   done
1984   IFS="$lt_save_ifs"
1985 else
1986   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1987 fi])
1988 LD="$lt_cv_path_LD"
1989 if test -n "$LD"; then
1990   AC_MSG_RESULT($LD)
1991 else
1992   AC_MSG_RESULT(no)
1994 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1995 AC_PROG_LD_GNU
1997 m4trace:/usr/share/aclocal/libtool.m4:2254: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1998 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1999 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2000 case `$LD -v 2>&1 </dev/null` in
2001 *GNU* | *'with BFD'*)
2002   lt_cv_prog_gnu_ld=yes
2003   ;;
2005   lt_cv_prog_gnu_ld=no
2006   ;;
2007 esac])
2008 with_gnu_ld=$lt_cv_prog_gnu_ld
2010 m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
2011   lt_cv_ld_reload_flag,
2012   [lt_cv_ld_reload_flag='-r'])
2013 reload_flag=$lt_cv_ld_reload_flag
2014 case $reload_flag in
2015 "" | " "*) ;;
2016 *) reload_flag=" $reload_flag" ;;
2017 esac
2018 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2019 case $host_os in
2020   darwin*)
2021     if test "$GCC" = yes; then
2022       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2023     else
2024       reload_cmds='$LD$reload_flag -o $output$reload_objs'
2025     fi
2026     ;;
2027 esac
2029 m4trace:/usr/share/aclocal/libtool.m4:2300: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognize dependent libraries],
2030 lt_cv_deplibs_check_method,
2031 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2032 lt_cv_file_magic_test_file=
2033 lt_cv_deplibs_check_method='unknown'
2034 # Need to set the preceding variable on all platforms that support
2035 # interlibrary dependencies.
2036 # 'none' -- dependencies not supported.
2037 # `unknown' -- same as none, but documents that we really don't know.
2038 # 'pass_all' -- all dependencies passed with no checks.
2039 # 'test_compile' -- check by making test program.
2040 # 'file_magic [[regex]]' -- check by looking for files in library path
2041 # which responds to the $file_magic_cmd with a given extended regex.
2042 # If you have `file' or equivalent on your system and you're not sure
2043 # whether `pass_all' will *always* work, you probably want this one.
2045 case $host_os in
2046 aix4* | aix5*)
2047   lt_cv_deplibs_check_method=pass_all
2048   ;;
2050 beos*)
2051   lt_cv_deplibs_check_method=pass_all
2052   ;;
2054 bsdi[[45]]*)
2055   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2056   lt_cv_file_magic_cmd='/usr/bin/file -L'
2057   lt_cv_file_magic_test_file=/shlib/libc.so
2058   ;;
2060 cygwin*)
2061   # func_win32_libid is a shell function defined in ltmain.sh
2062   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2063   lt_cv_file_magic_cmd='func_win32_libid'
2064   ;;
2066 mingw* | pw32*)
2067   # Base MSYS/MinGW do not provide the 'file' command needed by
2068   # func_win32_libid shell function, so use a weaker test based on 'objdump',
2069   # unless we find 'file', for example because we are cross-compiling.
2070   if ( file / ) >/dev/null 2>&1; then
2071     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2072     lt_cv_file_magic_cmd='func_win32_libid'
2073   else
2074     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2075     lt_cv_file_magic_cmd='$OBJDUMP -f'
2076   fi
2077   ;;
2079 darwin* | rhapsody*)
2080   lt_cv_deplibs_check_method=pass_all
2081   ;;
2083 freebsd* | dragonfly*)
2084   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2085     case $host_cpu in
2086     i*86 )
2087       # Not sure whether the presence of OpenBSD here was a mistake.
2088       # Let's accept both of them until this is cleared up.
2089       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2090       lt_cv_file_magic_cmd=/usr/bin/file
2091       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2092       ;;
2093     esac
2094   else
2095     lt_cv_deplibs_check_method=pass_all
2096   fi
2097   ;;
2099 gnu*)
2100   lt_cv_deplibs_check_method=pass_all
2101   ;;
2103 hpux10.20* | hpux11*)
2104   lt_cv_file_magic_cmd=/usr/bin/file
2105   case $host_cpu in
2106   ia64*)
2107     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2108     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2109     ;;
2110   hppa*64*)
2111     [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]']
2112     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2113     ;;
2114   *)
2115     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2116     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2117     ;;
2118   esac
2119   ;;
2121 interix[[3-9]]*)
2122   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2123   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2124   ;;
2126 irix5* | irix6* | nonstopux*)
2127   case $LD in
2128   *-32|*"-32 ") libmagic=32-bit;;
2129   *-n32|*"-n32 ") libmagic=N32;;
2130   *-64|*"-64 ") libmagic=64-bit;;
2131   *) libmagic=never-match;;
2132   esac
2133   lt_cv_deplibs_check_method=pass_all
2134   ;;
2136 # This must be Linux ELF.
2137 linux* | k*bsd*-gnu)
2138   lt_cv_deplibs_check_method=pass_all
2139   ;;
2141 netbsd*)
2142   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2143     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2144   else
2145     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2146   fi
2147   ;;
2149 newos6*)
2150   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2151   lt_cv_file_magic_cmd=/usr/bin/file
2152   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2153   ;;
2155 nto-qnx*)
2156   lt_cv_deplibs_check_method=unknown
2157   ;;
2159 openbsd*)
2160   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2161     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2162   else
2163     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2164   fi
2165   ;;
2167 osf3* | osf4* | osf5*)
2168   lt_cv_deplibs_check_method=pass_all
2169   ;;
2171 rdos*)
2172   lt_cv_deplibs_check_method=pass_all
2173   ;;
2175 solaris*)
2176   lt_cv_deplibs_check_method=pass_all
2177   ;;
2179 sysv4 | sysv4.3*)
2180   case $host_vendor in
2181   motorola)
2182     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]]'
2183     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2184     ;;
2185   ncr)
2186     lt_cv_deplibs_check_method=pass_all
2187     ;;
2188   sequent)
2189     lt_cv_file_magic_cmd='/bin/file'
2190     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2191     ;;
2192   sni)
2193     lt_cv_file_magic_cmd='/bin/file'
2194     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2195     lt_cv_file_magic_test_file=/lib/libc.so
2196     ;;
2197   siemens)
2198     lt_cv_deplibs_check_method=pass_all
2199     ;;
2200   pc)
2201     lt_cv_deplibs_check_method=pass_all
2202     ;;
2203   esac
2204   ;;
2206 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2207   lt_cv_deplibs_check_method=pass_all
2208   ;;
2209 esac
2211 file_magic_cmd=$lt_cv_file_magic_cmd
2212 deplibs_check_method=$lt_cv_deplibs_check_method
2213 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2215 m4trace:/usr/share/aclocal/libtool.m4:2492: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2216 [if test -n "$NM"; then
2217   # Let the user override the test.
2218   lt_cv_path_NM="$NM"
2219 else
2220   lt_nm_to_check="${ac_tool_prefix}nm"
2221   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2222     lt_nm_to_check="$lt_nm_to_check nm"
2223   fi
2224   for lt_tmp_nm in $lt_nm_to_check; do
2225     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2226     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2227       IFS="$lt_save_ifs"
2228       test -z "$ac_dir" && ac_dir=.
2229       tmp_nm="$ac_dir/$lt_tmp_nm"
2230       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2231         # Check to see if the nm accepts a BSD-compat flag.
2232         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2233         #   nm: unknown option "B" ignored
2234         # Tru64's nm complains that /dev/null is an invalid object file
2235         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2236         */dev/null* | *'Invalid file or object type'*)
2237           lt_cv_path_NM="$tmp_nm -B"
2238           break
2239           ;;
2240         *)
2241           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2242           */dev/null*)
2243             lt_cv_path_NM="$tmp_nm -p"
2244             break
2245             ;;
2246           *)
2247             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2248             continue # so that we can try to find one that supports BSD flags
2249             ;;
2250           esac
2251           ;;
2252         esac
2253       fi
2254     done
2255     IFS="$lt_save_ifs"
2256   done
2257   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2258 fi])
2259 NM="$lt_cv_path_NM"
2261 m4trace:/usr/share/aclocal/libtool.m4:2544: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2262 LIBM=
2263 case $host in
2264 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2265   # These system don't have libm, or don't need it
2266   ;;
2267 *-ncr-sysv4.3*)
2268   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2269   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2270   ;;
2272   AC_CHECK_LIB(m, cos, LIBM="-lm")
2273   ;;
2274 esac
2276 m4trace:/usr/share/aclocal/libtool.m4:2573: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2277   case $enable_ltdl_convenience in
2278   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2279   "") enable_ltdl_convenience=yes
2280       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2281   esac
2282   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2283   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2284   # For backwards non-gettext consistent compatibility...
2285   INCLTDL="$LTDLINCL"
2287 m4trace:/usr/share/aclocal/libtool.m4:2599: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2288   AC_CHECK_LIB(ltdl, lt_dlinit,
2289   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2290   [if test x"$enable_ltdl_install" = xno; then
2291      AC_MSG_WARN([libltdl not installed, but installation disabled])
2292    else
2293      enable_ltdl_install=yes
2294    fi
2295   ])
2296   if test x"$enable_ltdl_install" = x"yes"; then
2297     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2298     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2299     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2300   else
2301     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2302     LIBLTDL="-lltdl"
2303     LTDLINCL=
2304   fi
2305   # For backwards non-gettext consistent compatibility...
2306   INCLTDL="$LTDLINCL"
2308 m4trace:/usr/share/aclocal/libtool.m4:2626: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2310 m4trace:/usr/share/aclocal/libtool.m4:2633: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2311 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2312 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2314 m4trace:/usr/share/aclocal/libtool.m4:2641: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2315 AC_REQUIRE([AC_PROG_CXX])
2316 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2317     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2318     (test "X$CXX" != "Xg++"))) ; then
2319   AC_PROG_CXXCPP
2322 m4trace:/usr/share/aclocal/libtool.m4:2654: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2324 m4trace:/usr/share/aclocal/libtool.m4:2661: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2325 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2327 m4trace:/usr/share/aclocal/libtool.m4:2670: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2329 m4trace:/usr/share/aclocal/libtool.m4:2677: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2330   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2331     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2332       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2333          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2334            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2335 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2337 m4trace:/usr/share/aclocal/libtool.m4:2691: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2338 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2340 m4trace:/usr/share/aclocal/libtool.m4:2702: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2341 m4trace:/usr/share/aclocal/libtool.m4:2703: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2342 AC_LANG_PUSH(C)
2344 # Source file extension for C test sources.
2345 ac_ext=c
2347 # Object file extension for compiled C test sources.
2348 objext=o
2349 _LT_AC_TAGVAR(objext, $1)=$objext
2351 # Code to be used in simple compile tests
2352 lt_simple_compile_test_code="int some_variable = 0;"
2354 # Code to be used in simple link tests
2355 lt_simple_link_test_code='int main(){return(0);}'
2357 _LT_AC_SYS_COMPILER
2359 # save warnings/boilerplate of simple test code
2360 _LT_COMPILER_BOILERPLATE
2361 _LT_LINKER_BOILERPLATE
2363 ## CAVEAT EMPTOR:
2364 ## There is no encapsulation within the following macros, do not change
2365 ## the running order or otherwise move them around unless you know exactly
2366 ## what you are doing...
2367 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2368 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2369 AC_LIBTOOL_PROG_CC_C_O($1)
2370 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2371 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2372 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2373 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2374 AC_LIBTOOL_SYS_LIB_STRIP
2375 AC_LIBTOOL_DLOPEN_SELF
2377 # Report which library types will actually be built
2378 AC_MSG_CHECKING([if libtool supports shared libraries])
2379 AC_MSG_RESULT([$can_build_shared])
2381 AC_MSG_CHECKING([whether to build shared libraries])
2382 test "$can_build_shared" = "no" && enable_shared=no
2384 # On AIX, shared libraries and static libraries use the same namespace, and
2385 # are all built from PIC.
2386 case $host_os in
2387 aix3*)
2388   test "$enable_shared" = yes && enable_static=no
2389   if test -n "$RANLIB"; then
2390     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2391     postinstall_cmds='$RANLIB $lib'
2392   fi
2393   ;;
2395 aix4* | aix5*)
2396   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2397     test "$enable_shared" = yes && enable_static=no
2398   fi
2399     ;;
2400 esac
2401 AC_MSG_RESULT([$enable_shared])
2403 AC_MSG_CHECKING([whether to build static libraries])
2404 # Make sure either enable_shared or enable_static is yes.
2405 test "$enable_shared" = yes || enable_static=yes
2406 AC_MSG_RESULT([$enable_static])
2408 AC_LIBTOOL_CONFIG($1)
2410 AC_LANG_POP
2411 CC="$lt_save_CC"
2413 m4trace:/usr/share/aclocal/libtool.m4:2783: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2414 m4trace:/usr/share/aclocal/libtool.m4:2784: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2415 AC_REQUIRE([AC_PROG_CXX])
2416 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2418 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2419 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2420 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2421 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2422 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2423 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2424 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2425 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2426 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2427 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2428 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2429 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2430 _LT_AC_TAGVAR(module_cmds, $1)=
2431 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2432 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2433 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2434 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2435 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2436 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2438 # Dependencies to place before and after the object being linked:
2439 _LT_AC_TAGVAR(predep_objects, $1)=
2440 _LT_AC_TAGVAR(postdep_objects, $1)=
2441 _LT_AC_TAGVAR(predeps, $1)=
2442 _LT_AC_TAGVAR(postdeps, $1)=
2443 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2445 # Source file extension for C++ test sources.
2446 ac_ext=cpp
2448 # Object file extension for compiled C++ test sources.
2449 objext=o
2450 _LT_AC_TAGVAR(objext, $1)=$objext
2452 # Code to be used in simple compile tests
2453 lt_simple_compile_test_code="int some_variable = 0;"
2455 # Code to be used in simple link tests
2456 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2458 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2459 _LT_AC_SYS_COMPILER
2461 # save warnings/boilerplate of simple test code
2462 _LT_COMPILER_BOILERPLATE
2463 _LT_LINKER_BOILERPLATE
2465 # Allow CC to be a program name with arguments.
2466 lt_save_CC=$CC
2467 lt_save_LD=$LD
2468 lt_save_GCC=$GCC
2469 GCC=$GXX
2470 lt_save_with_gnu_ld=$with_gnu_ld
2471 lt_save_path_LD=$lt_cv_path_LD
2472 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2473   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2474 else
2475   $as_unset lt_cv_prog_gnu_ld
2477 if test -n "${lt_cv_path_LDCXX+set}"; then
2478   lt_cv_path_LD=$lt_cv_path_LDCXX
2479 else
2480   $as_unset lt_cv_path_LD
2482 test -z "${LDCXX+set}" || LD=$LDCXX
2483 CC=${CXX-"c++"}
2484 compiler=$CC
2485 _LT_AC_TAGVAR(compiler, $1)=$CC
2486 _LT_CC_BASENAME([$compiler])
2488 # We don't want -fno-exception wen compiling C++ code, so set the
2489 # no_builtin_flag separately
2490 if test "$GXX" = yes; then
2491   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2492 else
2493   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2496 if test "$GXX" = yes; then
2497   # Set up default GNU C++ configuration
2499   AC_PROG_LD
2501   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2502   # archiving commands below assume that GNU ld is being used.
2503   if test "$with_gnu_ld" = yes; then
2504     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2505     _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'
2507     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2508     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2510     # If archive_cmds runs LD, not CC, wlarc should be empty
2511     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2512     #     investigate it a little bit more. (MM)
2513     wlarc='${wl}'
2515     # ancient GNU ld didn't support --whole-archive et. al.
2516     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2517         grep 'no-whole-archive' > /dev/null; then
2518       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2519     else
2520       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2521     fi
2522   else
2523     with_gnu_ld=no
2524     wlarc=
2526     # A generic and very simple default shared library creation
2527     # command for GNU C++ for the case where it uses the native
2528     # linker, instead of GNU ld.  If possible, this setting should
2529     # overridden to take advantage of the native linker features on
2530     # the platform it is being used on.
2531     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2532   fi
2534   # Commands to make compiler produce verbose output that lists
2535   # what "hidden" libraries, object files and flags are used when
2536   # linking a shared library.
2537   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2539 else
2540   GXX=no
2541   with_gnu_ld=no
2542   wlarc=
2545 # PORTME: fill in a description of your system's C++ link characteristics
2546 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2547 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2548 case $host_os in
2549   aix3*)
2550     # FIXME: insert proper C++ library support
2551     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2552     ;;
2553   aix4* | aix5*)
2554     if test "$host_cpu" = ia64; then
2555       # On IA64, the linker does run time linking by default, so we don't
2556       # have to do anything special.
2557       aix_use_runtimelinking=no
2558       exp_sym_flag='-Bexport'
2559       no_entry_flag=""
2560     else
2561       aix_use_runtimelinking=no
2563       # Test if we are trying to use run time linking or normal
2564       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2565       # need to do runtime linking.
2566       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2567         for ld_flag in $LDFLAGS; do
2568           case $ld_flag in
2569           *-brtl*)
2570             aix_use_runtimelinking=yes
2571             break
2572             ;;
2573           esac
2574         done
2575         ;;
2576       esac
2578       exp_sym_flag='-bexport'
2579       no_entry_flag='-bnoentry'
2580     fi
2582     # When large executables or shared objects are built, AIX ld can
2583     # have problems creating the table of contents.  If linking a library
2584     # or program results in "error TOC overflow" add -mminimal-toc to
2585     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2586     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2588     _LT_AC_TAGVAR(archive_cmds, $1)=''
2589     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2590     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2591     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2593     if test "$GXX" = yes; then
2594       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2595       # We only want to do this on AIX 4.2 and lower, the check
2596       # below for broken collect2 doesn't work under 4.3+
2597         collect2name=`${CC} -print-prog-name=collect2`
2598         if test -f "$collect2name" && \
2599            strings "$collect2name" | grep resolve_lib_name >/dev/null
2600         then
2601           # We have reworked collect2
2602           :
2603         else
2604           # We have old collect2
2605           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2606           # It fails to find uninstalled libraries when the uninstalled
2607           # path is not listed in the libpath.  Setting hardcode_minus_L
2608           # to unsupported forces relinking
2609           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2610           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2611           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2612         fi
2613         ;;
2614       esac
2615       shared_flag='-shared'
2616       if test "$aix_use_runtimelinking" = yes; then
2617         shared_flag="$shared_flag "'${wl}-G'
2618       fi
2619     else
2620       # not using gcc
2621       if test "$host_cpu" = ia64; then
2622         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2623         # chokes on -Wl,-G. The following line is correct:
2624         shared_flag='-G'
2625       else
2626         if test "$aix_use_runtimelinking" = yes; then
2627           shared_flag='${wl}-G'
2628         else
2629           shared_flag='${wl}-bM:SRE'
2630         fi
2631       fi
2632     fi
2634     # It seems that -bexpall does not export symbols beginning with
2635     # underscore (_), so it is better to generate a list of symbols to export.
2636     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2637     if test "$aix_use_runtimelinking" = yes; then
2638       # Warning - without using the other runtime loading flags (-brtl),
2639       # -berok will link without error, but may produce a broken library.
2640       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2641       # Determine the default libpath from the value encoded in an empty executable.
2642       _LT_AC_SYS_LIBPATH_AIX
2643       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2645       _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"
2646      else
2647       if test "$host_cpu" = ia64; then
2648         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2649         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2650         _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"
2651       else
2652         # Determine the default libpath from the value encoded in an empty executable.
2653         _LT_AC_SYS_LIBPATH_AIX
2654         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2655         # Warning - without using the other run time loading flags,
2656         # -berok will link without error, but may produce a broken library.
2657         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2658         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2659         # Exported symbols can be pulled into shared objects from archives
2660         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2661         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2662         # This is similar to how AIX traditionally builds its shared libraries.
2663         _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'
2664       fi
2665     fi
2666     ;;
2668   beos*)
2669     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2670       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2671       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2672       # support --undefined.  This deserves some investigation.  FIXME
2673       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2674     else
2675       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2676     fi
2677     ;;
2679   chorus*)
2680     case $cc_basename in
2681       *)
2682         # FIXME: insert proper C++ library support
2683         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2684         ;;
2685     esac
2686     ;;
2688   cygwin* | mingw* | pw32*)
2689     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2690     # as there is no search path for DLLs.
2691     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2692     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2693     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2694     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2696     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2697       _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'
2698       # If the export-symbols file already is a .def file (1st line
2699       # is EXPORTS), use it as is; otherwise, prepend...
2700       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2701         cp $export_symbols $output_objdir/$soname.def;
2702       else
2703         echo EXPORTS > $output_objdir/$soname.def;
2704         cat $export_symbols >> $output_objdir/$soname.def;
2705       fi~
2706       $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'
2707     else
2708       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2709     fi
2710   ;;
2711       darwin* | rhapsody*)
2712         case $host_os in
2713         rhapsody* | darwin1.[[012]])
2714          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2715          ;;
2716        *) # Darwin 1.3 on
2717          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2718            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2719          else
2720            case ${MACOSX_DEPLOYMENT_TARGET} in
2721              10.[[012]])
2722                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2723                ;;
2724              10.*)
2725                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2726                ;;
2727            esac
2728          fi
2729          ;;
2730         esac
2731       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2732       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2733       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2734       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2735       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2736       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2738     if test "$GXX" = yes ; then
2739       lt_int_apple_cc_single_mod=no
2740       output_verbose_link_cmd='echo'
2741       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2742        lt_int_apple_cc_single_mod=yes
2743       fi
2744       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2745        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2746       else
2747           _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'
2748         fi
2749         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2750         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2751           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2752             _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}'
2753           else
2754             _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}'
2755           fi
2756             _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}'
2757       else
2758       case $cc_basename in
2759         xlc*)
2760          output_verbose_link_cmd='echo'
2761           _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'
2762           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2763           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2764           _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}'
2765           _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}'
2766           ;;
2767        *)
2768          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2769           ;;
2770       esac
2771       fi
2772         ;;
2774   dgux*)
2775     case $cc_basename in
2776       ec++*)
2777         # FIXME: insert proper C++ library support
2778         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2779         ;;
2780       ghcx*)
2781         # Green Hills C++ Compiler
2782         # FIXME: insert proper C++ library support
2783         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2784         ;;
2785       *)
2786         # FIXME: insert proper C++ library support
2787         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2788         ;;
2789     esac
2790     ;;
2791   freebsd[[12]]*)
2792     # C++ shared libraries reported to be fairly broken before switch to ELF
2793     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2794     ;;
2795   freebsd-elf*)
2796     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2797     ;;
2798   freebsd* | dragonfly*)
2799     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2800     # conventions
2801     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2802     ;;
2803   gnu*)
2804     ;;
2805   hpux9*)
2806     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2807     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2808     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2809     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2810     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2811                                 # but as the default
2812                                 # location of the library.
2814     case $cc_basename in
2815     CC*)
2816       # FIXME: insert proper C++ library support
2817       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2818       ;;
2819     aCC*)
2820       _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'
2821       # Commands to make compiler produce verbose output that lists
2822       # what "hidden" libraries, object files and flags are used when
2823       # linking a shared library.
2824       #
2825       # There doesn't appear to be a way to prevent this compiler from
2826       # explicitly linking system object files so we need to strip them
2827       # from the output so that they don't get included in the library
2828       # dependencies.
2829       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2830       ;;
2831     *)
2832       if test "$GXX" = yes; then
2833         _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'
2834       else
2835         # FIXME: insert proper C++ library support
2836         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2837       fi
2838       ;;
2839     esac
2840     ;;
2841   hpux10*|hpux11*)
2842     if test $with_gnu_ld = no; then
2843       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2844       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2846       case $host_cpu in
2847       hppa*64*|ia64*) ;;
2848       *)
2849         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2850         ;;
2851       esac
2852     fi
2853     case $host_cpu in
2854     hppa*64*|ia64*)
2855       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2856       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2857       ;;
2858     *)
2859       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2860       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2861                                               # but as the default
2862                                               # location of the library.
2863       ;;
2864     esac
2866     case $cc_basename in
2867       CC*)
2868         # FIXME: insert proper C++ library support
2869         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2870         ;;
2871       aCC*)
2872         case $host_cpu in
2873         hppa*64*)
2874           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2875           ;;
2876         ia64*)
2877           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2878           ;;
2879         *)
2880           _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'
2881           ;;
2882         esac
2883         # Commands to make compiler produce verbose output that lists
2884         # what "hidden" libraries, object files and flags are used when
2885         # linking a shared library.
2886         #
2887         # There doesn't appear to be a way to prevent this compiler from
2888         # explicitly linking system object files so we need to strip them
2889         # from the output so that they don't get included in the library
2890         # dependencies.
2891         output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2892         ;;
2893       *)
2894         if test "$GXX" = yes; then
2895           if test $with_gnu_ld = no; then
2896             case $host_cpu in
2897             hppa*64*)
2898               _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2899               ;;
2900             ia64*)
2901               _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'
2902               ;;
2903             *)
2904               _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'
2905               ;;
2906             esac
2907           fi
2908         else
2909           # FIXME: insert proper C++ library support
2910           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2911         fi
2912         ;;
2913     esac
2914     ;;
2915   interix[[3-9]]*)
2916     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2917     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2918     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2919     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2920     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2921     # Instead, shared libraries are loaded at an image base (0x10000000 by
2922     # default) and relocated if they conflict, which is a slow very memory
2923     # consuming and fragmenting process.  To avoid this, we pick a random,
2924     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2925     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2926     _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'
2927     _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'
2928     ;;
2929   irix5* | irix6*)
2930     case $cc_basename in
2931       CC*)
2932         # SGI C++
2933         _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'
2935         # Archives containing C++ object files must be created using
2936         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2937         # necessary to make sure instantiated templates are included
2938         # in the archive.
2939         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2940         ;;
2941       *)
2942         if test "$GXX" = yes; then
2943           if test "$with_gnu_ld" = no; then
2944             _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'
2945           else
2946             _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'
2947           fi
2948         fi
2949         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2950         ;;
2951     esac
2952     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2953     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2954     ;;
2955   linux* | k*bsd*-gnu)
2956     case $cc_basename in
2957       KCC*)
2958         # Kuck and Associates, Inc. (KAI) C++ Compiler
2960         # KCC will only create a shared library if the output file
2961         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2962         # to its proper name (with version) after linking.
2963         _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'
2964         _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'
2965         # Commands to make compiler produce verbose output that lists
2966         # what "hidden" libraries, object files and flags are used when
2967         # linking a shared library.
2968         #
2969         # There doesn't appear to be a way to prevent this compiler from
2970         # explicitly linking system object files so we need to strip them
2971         # from the output so that they don't get included in the library
2972         # dependencies.
2973         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'
2975         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2976         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2978         # Archives containing C++ object files must be created using
2979         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2980         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2981         ;;
2982       icpc*)
2983         # Intel C++
2984         with_gnu_ld=yes
2985         # version 8.0 and above of icpc choke on multiply defined symbols
2986         # if we add $predep_objects and $postdep_objects, however 7.1 and
2987         # earlier do not add the objects themselves.
2988         case `$CC -V 2>&1` in
2989         *"Version 7."*)
2990           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2991           _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'
2992           ;;
2993         *)  # Version 8.0 or newer
2994           tmp_idyn=
2995           case $host_cpu in
2996             ia64*) tmp_idyn=' -i_dynamic';;
2997           esac
2998           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2999           _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'
3000           ;;
3001         esac
3002         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3003         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3004         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3005         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3006         ;;
3007       pgCC*)
3008         # Portland Group C++ compiler
3009         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3010         _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'
3012         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3013         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3014         _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'
3015         ;;
3016       cxx*)
3017         # Compaq C++
3018         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3019         _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'
3021         runpath_var=LD_RUN_PATH
3022         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3023         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3025         # Commands to make compiler produce verbose output that lists
3026         # what "hidden" libraries, object files and flags are used when
3027         # linking a shared library.
3028         #
3029         # There doesn't appear to be a way to prevent this compiler from
3030         # explicitly linking system object files so we need to strip them
3031         # from the output so that they don't get included in the library
3032         # dependencies.
3033         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'
3034         ;;
3035       *)
3036         case `$CC -V 2>&1 | sed 5q` in
3037         *Sun\ C*)
3038           # Sun C++ 5.9
3039           _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3040           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3041           _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'
3042           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3043           _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'
3045           # Not sure whether something based on
3046           # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3047           # would be better.
3048           output_verbose_link_cmd='echo'
3050           # Archives containing C++ object files must be created using
3051           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3052           # necessary to make sure instantiated templates are included
3053           # in the archive.
3054           _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3055           ;;
3056         esac
3057         ;;
3058     esac
3059     ;;
3060   lynxos*)
3061     # FIXME: insert proper C++ library support
3062     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3063     ;;
3064   m88k*)
3065     # FIXME: insert proper C++ library support
3066     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3067     ;;
3068   mvs*)
3069     case $cc_basename in
3070       cxx*)
3071         # FIXME: insert proper C++ library support
3072         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3073         ;;
3074       *)
3075         # FIXME: insert proper C++ library support
3076         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3077         ;;
3078     esac
3079     ;;
3080   netbsd*)
3081     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3082       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3083       wlarc=
3084       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3085       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3086       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3087     fi
3088     # Workaround some broken pre-1.5 toolchains
3089     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3090     ;;
3091   openbsd2*)
3092     # C++ shared libraries are fairly broken
3093     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3094     ;;
3095   openbsd*)
3096     if test -f /usr/libexec/ld.so; then
3097       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3098       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3099       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3100       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3101       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3102         _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'
3103         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3104         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3105       fi
3106       output_verbose_link_cmd='echo'
3107     else
3108       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3109     fi
3110     ;;
3111   osf3*)
3112     case $cc_basename in
3113       KCC*)
3114         # Kuck and Associates, Inc. (KAI) C++ Compiler
3116         # KCC will only create a shared library if the output file
3117         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3118         # to its proper name (with version) after linking.
3119         _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'
3121         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3122         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3124         # Archives containing C++ object files must be created using
3125         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3126         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3128         ;;
3129       RCC*)
3130         # Rational C++ 2.4.1
3131         # FIXME: insert proper C++ library support
3132         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3133         ;;
3134       cxx*)
3135         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3136         _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'
3138         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3139         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3141         # Commands to make compiler produce verbose output that lists
3142         # what "hidden" libraries, object files and flags are used when
3143         # linking a shared library.
3144         #
3145         # There doesn't appear to be a way to prevent this compiler from
3146         # explicitly linking system object files so we need to strip them
3147         # from the output so that they don't get included in the library
3148         # dependencies.
3149         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'
3150         ;;
3151       *)
3152         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3153           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3154           _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'
3156           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3157           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3159           # Commands to make compiler produce verbose output that lists
3160           # what "hidden" libraries, object files and flags are used when
3161           # linking a shared library.
3162           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3164         else
3165           # FIXME: insert proper C++ library support
3166           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3167         fi
3168         ;;
3169     esac
3170     ;;
3171   osf4* | osf5*)
3172     case $cc_basename in
3173       KCC*)
3174         # Kuck and Associates, Inc. (KAI) C++ Compiler
3176         # KCC will only create a shared library if the output file
3177         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3178         # to its proper name (with version) after linking.
3179         _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'
3181         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3182         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3184         # Archives containing C++ object files must be created using
3185         # the KAI C++ compiler.
3186         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3187         ;;
3188       RCC*)
3189         # Rational C++ 2.4.1
3190         # FIXME: insert proper C++ library support
3191         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3192         ;;
3193       cxx*)
3194         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3195         _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'
3196         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3197           echo "-hidden">> $lib.exp~
3198           $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~
3199           $rm $lib.exp'
3201         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3202         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3204         # Commands to make compiler produce verbose output that lists
3205         # what "hidden" libraries, object files and flags are used when
3206         # linking a shared library.
3207         #
3208         # There doesn't appear to be a way to prevent this compiler from
3209         # explicitly linking system object files so we need to strip them
3210         # from the output so that they don't get included in the library
3211         # dependencies.
3212         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'
3213         ;;
3214       *)
3215         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3216           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3217          _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'
3219           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3220           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3222           # Commands to make compiler produce verbose output that lists
3223           # what "hidden" libraries, object files and flags are used when
3224           # linking a shared library.
3225           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3227         else
3228           # FIXME: insert proper C++ library support
3229           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3230         fi
3231         ;;
3232     esac
3233     ;;
3234   psos*)
3235     # FIXME: insert proper C++ library support
3236     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3237     ;;
3238   sunos4*)
3239     case $cc_basename in
3240       CC*)
3241         # Sun C++ 4.x
3242         # FIXME: insert proper C++ library support
3243         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3244         ;;
3245       lcc*)
3246         # Lucid
3247         # FIXME: insert proper C++ library support
3248         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3249         ;;
3250       *)
3251         # FIXME: insert proper C++ library support
3252         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3253         ;;
3254     esac
3255     ;;
3256   solaris*)
3257     case $cc_basename in
3258       CC*)
3259         # Sun C++ 4.2, 5.x and Centerline C++
3260         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3261         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3262         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3263         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3264         $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'
3266         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3267         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3268         case $host_os in
3269           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3270           *)
3271             # The compiler driver will combine and reorder linker options,
3272             # but understands `-z linker_flag'.
3273             # Supported since Solaris 2.6 (maybe 2.5.1?)
3274             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3275             ;;
3276         esac
3277         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3279         output_verbose_link_cmd='echo'
3281         # Archives containing C++ object files must be created using
3282         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3283         # necessary to make sure instantiated templates are included
3284         # in the archive.
3285         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3286         ;;
3287       gcx*)
3288         # Green Hills C++ Compiler
3289         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3291         # The C++ compiler must be used to create the archive.
3292         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3293         ;;
3294       *)
3295         # GNU C++ compiler with Solaris linker
3296         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3297           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3298           if $CC --version | grep -v '^2\.7' > /dev/null; then
3299             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3300             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3301                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3303             # Commands to make compiler produce verbose output that lists
3304             # what "hidden" libraries, object files and flags are used when
3305             # linking a shared library.
3306             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3307           else
3308             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3309             # platform.
3310             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3311             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3312                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3314             # Commands to make compiler produce verbose output that lists
3315             # what "hidden" libraries, object files and flags are used when
3316             # linking a shared library.
3317             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3318           fi
3320           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3321           case $host_os in
3322           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3323           *)
3324             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3325             ;;
3326           esac
3327         fi
3328         ;;
3329     esac
3330     ;;
3331   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3332     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3333     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3334     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3335     runpath_var='LD_RUN_PATH'
3337     case $cc_basename in
3338       CC*)
3339         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3340         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3341         ;;
3342       *)
3343         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3344         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3345         ;;
3346     esac
3347     ;;
3348   sysv5* | sco3.2v5* | sco5v6*)
3349     # Note: We can NOT use -z defs as we might desire, because we do not
3350     # link with -lc, and that would cause any symbols used from libc to
3351     # always be unresolved, which means just about no library would
3352     # ever link correctly.  If we're not using GNU ld we use -z text
3353     # though, which does catch some bad symbols but isn't as heavy-handed
3354     # as -z defs.
3355     # For security reasons, it is highly recommended that you always
3356     # use absolute paths for naming shared libraries, and exclude the
3357     # DT_RUNPATH tag from executables and libraries.  But doing so
3358     # requires that you compile everything twice, which is a pain.
3359     # So that behaviour is only enabled if SCOABSPATH is set to a
3360     # non-empty value in the environment.  Most likely only useful for
3361     # creating official distributions of packages.
3362     # This is a hack until libtool officially supports absolute path
3363     # names for shared libraries.
3364     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3365     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3366     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3367     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3368     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3369     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3370     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3371     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3372     runpath_var='LD_RUN_PATH'
3374     case $cc_basename in
3375       CC*)
3376         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3377         _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'
3378         ;;
3379       *)
3380         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3381         _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'
3382         ;;
3383     esac
3384     ;;
3385   tandem*)
3386     case $cc_basename in
3387       NCC*)
3388         # NonStop-UX NCC 3.20
3389         # FIXME: insert proper C++ library support
3390         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3391         ;;
3392       *)
3393         # FIXME: insert proper C++ library support
3394         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3395         ;;
3396     esac
3397     ;;
3398   vxworks*)
3399     # FIXME: insert proper C++ library support
3400     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3401     ;;
3402   *)
3403     # FIXME: insert proper C++ library support
3404     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3405     ;;
3406 esac
3407 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3408 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3410 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3411 _LT_AC_TAGVAR(LD, $1)="$LD"
3413 ## CAVEAT EMPTOR:
3414 ## There is no encapsulation within the following macros, do not change
3415 ## the running order or otherwise move them around unless you know exactly
3416 ## what you are doing...
3417 AC_LIBTOOL_POSTDEP_PREDEP($1)
3418 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3419 AC_LIBTOOL_PROG_CC_C_O($1)
3420 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3421 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3422 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3423 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3425 AC_LIBTOOL_CONFIG($1)
3427 AC_LANG_POP
3428 CC=$lt_save_CC
3429 LDCXX=$LD
3430 LD=$lt_save_LD
3431 GCC=$lt_save_GCC
3432 with_gnu_ldcxx=$with_gnu_ld
3433 with_gnu_ld=$lt_save_with_gnu_ld
3434 lt_cv_path_LDCXX=$lt_cv_path_LD
3435 lt_cv_path_LD=$lt_save_path_LD
3436 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3437 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3439 m4trace:/usr/share/aclocal/libtool.m4:3817: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3440 dnl we can't use the lt_simple_compile_test_code here,
3441 dnl because it contains code intended for an executable,
3442 dnl not a library.  It's possible we should let each
3443 dnl tag define a new lt_????_link_test_code variable,
3444 dnl but it's only used here...
3445 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3446 int a;
3447 void foo (void) { a = 0; }
3449 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3450 class Foo
3452 public:
3453   Foo (void) { a = 0; }
3454 private:
3455   int a;
3458 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3459       subroutine foo
3460       implicit none
3461       integer*4 a
3462       a=0
3463       return
3464       end
3466 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3467 public class foo {
3468   private int a;
3469   public void bar (void) {
3470     a = 0;
3471   }
3475 dnl Parse the compiler output and extract the necessary
3476 dnl objects, libraries and library flags.
3477 if AC_TRY_EVAL(ac_compile); then
3478   # Parse the compiler output and extract the necessary
3479   # objects, libraries and library flags.
3481   # Sentinel used to keep track of whether or not we are before
3482   # the conftest object file.
3483   pre_test_object_deps_done=no
3485   # The `*' in the case matches for architectures that use `case' in
3486   # $output_verbose_cmd can trigger glob expansion during the loop
3487   # eval without this substitution.
3488   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3490   for p in `eval $output_verbose_link_cmd`; do
3491     case $p in
3493     -L* | -R* | -l*)
3494        # Some compilers place space between "-{L,R}" and the path.
3495        # Remove the space.
3496        if test $p = "-L" \
3497           || test $p = "-R"; then
3498          prev=$p
3499          continue
3500        else
3501          prev=
3502        fi
3504        if test "$pre_test_object_deps_done" = no; then
3505          case $p in
3506          -L* | -R*)
3507            # Internal compiler library paths should come after those
3508            # provided the user.  The postdeps already come after the
3509            # user supplied libs so there is no need to process them.
3510            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3511              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3512            else
3513              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3514            fi
3515            ;;
3516          # The "-l" case would never come before the object being
3517          # linked, so don't bother handling this case.
3518          esac
3519        else
3520          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3521            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3522          else
3523            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3524          fi
3525        fi
3526        ;;
3528     *.$objext)
3529        # This assumes that the test object file only shows up
3530        # once in the compiler output.
3531        if test "$p" = "conftest.$objext"; then
3532          pre_test_object_deps_done=yes
3533          continue
3534        fi
3536        if test "$pre_test_object_deps_done" = no; then
3537          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3538            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3539          else
3540            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3541          fi
3542        else
3543          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3544            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3545          else
3546            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3547          fi
3548        fi
3549        ;;
3551     *) ;; # Ignore the rest.
3553     esac
3554   done
3556   # Clean up.
3557   rm -f a.out a.exe
3558 else
3559   echo "libtool.m4: error: problem compiling $1 test program"
3562 $rm -f confest.$objext
3564 # PORTME: override above test on systems where it is broken
3565 ifelse([$1],[CXX],
3566 [case $host_os in
3567 interix[[3-9]]*)
3568   # Interix 3.5 installs completely hosed .la files for C++, so rather than
3569   # hack all around it, let's just trust "g++" to DTRT.
3570   _LT_AC_TAGVAR(predep_objects,$1)=
3571   _LT_AC_TAGVAR(postdep_objects,$1)=
3572   _LT_AC_TAGVAR(postdeps,$1)=
3573   ;;
3575 linux*)
3576   case `$CC -V 2>&1 | sed 5q` in
3577   *Sun\ C*)
3578     # Sun C++ 5.9
3579     #
3580     # The more standards-conforming stlport4 library is
3581     # incompatible with the Cstd library. Avoid specifying
3582     # it if it's in CXXFLAGS. Ignore libCrun as
3583     # -library=stlport4 depends on it.
3584     case " $CXX $CXXFLAGS " in
3585     *" -library=stlport4 "*)
3586       solaris_use_stlport4=yes
3587       ;;
3588     esac
3589     if test "$solaris_use_stlport4" != yes; then
3590       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3591     fi
3592     ;;
3593   esac
3594   ;;
3596 solaris*)
3597   case $cc_basename in
3598   CC*)
3599     # The more standards-conforming stlport4 library is
3600     # incompatible with the Cstd library. Avoid specifying
3601     # it if it's in CXXFLAGS. Ignore libCrun as
3602     # -library=stlport4 depends on it.
3603     case " $CXX $CXXFLAGS " in
3604     *" -library=stlport4 "*)
3605       solaris_use_stlport4=yes
3606       ;;
3607     esac
3609     # Adding this requires a known-good setup of shared libraries for
3610     # Sun compiler versions before 5.6, else PIC objects from an old
3611     # archive will be linked into the output, leading to subtle bugs.
3612     if test "$solaris_use_stlport4" != yes; then
3613       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
3614     fi
3615     ;;
3616   esac
3617   ;;
3618 esac
3621 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3622 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3623 esac
3625 m4trace:/usr/share/aclocal/libtool.m4:4009: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3626 m4trace:/usr/share/aclocal/libtool.m4:4010: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3627 AC_LANG_PUSH(Fortran 77)
3629 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3630 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3631 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3632 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3633 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3634 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3635 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3636 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3637 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3638 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3639 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3640 _LT_AC_TAGVAR(module_cmds, $1)=
3641 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3642 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3643 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3644 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3645 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3646 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3648 # Source file extension for f77 test sources.
3649 ac_ext=f
3651 # Object file extension for compiled f77 test sources.
3652 objext=o
3653 _LT_AC_TAGVAR(objext, $1)=$objext
3655 # Code to be used in simple compile tests
3656 lt_simple_compile_test_code="\
3657       subroutine t
3658       return
3659       end
3662 # Code to be used in simple link tests
3663 lt_simple_link_test_code="\
3664       program t
3665       end
3668 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3669 _LT_AC_SYS_COMPILER
3671 # save warnings/boilerplate of simple test code
3672 _LT_COMPILER_BOILERPLATE
3673 _LT_LINKER_BOILERPLATE
3675 # Allow CC to be a program name with arguments.
3676 lt_save_CC="$CC"
3677 CC=${F77-"f77"}
3678 compiler=$CC
3679 _LT_AC_TAGVAR(compiler, $1)=$CC
3680 _LT_CC_BASENAME([$compiler])
3682 AC_MSG_CHECKING([if libtool supports shared libraries])
3683 AC_MSG_RESULT([$can_build_shared])
3685 AC_MSG_CHECKING([whether to build shared libraries])
3686 test "$can_build_shared" = "no" && enable_shared=no
3688 # On AIX, shared libraries and static libraries use the same namespace, and
3689 # are all built from PIC.
3690 case $host_os in
3691 aix3*)
3692   test "$enable_shared" = yes && enable_static=no
3693   if test -n "$RANLIB"; then
3694     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3695     postinstall_cmds='$RANLIB $lib'
3696   fi
3697   ;;
3698 aix4* | aix5*)
3699   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3700     test "$enable_shared" = yes && enable_static=no
3701   fi
3702   ;;
3703 esac
3704 AC_MSG_RESULT([$enable_shared])
3706 AC_MSG_CHECKING([whether to build static libraries])
3707 # Make sure either enable_shared or enable_static is yes.
3708 test "$enable_shared" = yes || enable_static=yes
3709 AC_MSG_RESULT([$enable_static])
3711 _LT_AC_TAGVAR(GCC, $1)="$G77"
3712 _LT_AC_TAGVAR(LD, $1)="$LD"
3714 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3715 AC_LIBTOOL_PROG_CC_C_O($1)
3716 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3717 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3718 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3719 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3721 AC_LIBTOOL_CONFIG($1)
3723 AC_LANG_POP
3724 CC="$lt_save_CC"
3726 m4trace:/usr/share/aclocal/libtool.m4:4118: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3727 m4trace:/usr/share/aclocal/libtool.m4:4119: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3729 # Source file extension for Java test sources.
3730 ac_ext=java
3732 # Object file extension for compiled Java test sources.
3733 objext=o
3734 _LT_AC_TAGVAR(objext, $1)=$objext
3736 # Code to be used in simple compile tests
3737 lt_simple_compile_test_code="class foo {}"
3739 # Code to be used in simple link tests
3740 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
3742 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3743 _LT_AC_SYS_COMPILER
3745 # save warnings/boilerplate of simple test code
3746 _LT_COMPILER_BOILERPLATE
3747 _LT_LINKER_BOILERPLATE
3749 # Allow CC to be a program name with arguments.
3750 lt_save_CC="$CC"
3751 CC=${GCJ-"gcj"}
3752 compiler=$CC
3753 _LT_AC_TAGVAR(compiler, $1)=$CC
3754 _LT_CC_BASENAME([$compiler])
3756 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3757 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3759 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3761 ## CAVEAT EMPTOR:
3762 ## There is no encapsulation within the following macros, do not change
3763 ## the running order or otherwise move them around unless you know exactly
3764 ## what you are doing...
3765 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3766 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3767 AC_LIBTOOL_PROG_CC_C_O($1)
3768 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3769 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3770 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3771 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3773 AC_LIBTOOL_CONFIG($1)
3775 AC_LANG_RESTORE
3776 CC="$lt_save_CC"
3778 m4trace:/usr/share/aclocal/libtool.m4:4178: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3779 m4trace:/usr/share/aclocal/libtool.m4:4179: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3781 # Source file extension for RC test sources.
3782 ac_ext=rc
3784 # Object file extension for compiled RC test sources.
3785 objext=o
3786 _LT_AC_TAGVAR(objext, $1)=$objext
3788 # Code to be used in simple compile tests
3789 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
3791 # Code to be used in simple link tests
3792 lt_simple_link_test_code="$lt_simple_compile_test_code"
3794 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3795 _LT_AC_SYS_COMPILER
3797 # save warnings/boilerplate of simple test code
3798 _LT_COMPILER_BOILERPLATE
3799 _LT_LINKER_BOILERPLATE
3801 # Allow CC to be a program name with arguments.
3802 lt_save_CC="$CC"
3803 CC=${RC-"windres"}
3804 compiler=$CC
3805 _LT_AC_TAGVAR(compiler, $1)=$CC
3806 _LT_CC_BASENAME([$compiler])
3807 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3809 AC_LIBTOOL_CONFIG($1)
3811 AC_LANG_RESTORE
3812 CC="$lt_save_CC"
3814 m4trace:/usr/share/aclocal/libtool.m4:4223: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3815 # libtool distribution, otherwise you forgot to ship ltmain.sh
3816 # with your package, and you will get complaints that there are
3817 # no rules to generate ltmain.sh.
3818 if test -f "$ltmain"; then
3819   # See if we are running on zsh, and set the options which allow our commands through
3820   # without removal of \ escapes.
3821   if test -n "${ZSH_VERSION+set}" ; then
3822     setopt NO_GLOB_SUBST
3823   fi
3824   # Now quote all the things that may contain metacharacters while being
3825   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3826   # variables and quote the copies for generation of the libtool script.
3827   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
3828     SED SHELL STRIP \
3829     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3830     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3831     deplibs_check_method reload_flag reload_cmds need_locks \
3832     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3833     lt_cv_sys_global_symbol_to_c_name_address \
3834     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3835     old_postinstall_cmds old_postuninstall_cmds \
3836     _LT_AC_TAGVAR(compiler, $1) \
3837     _LT_AC_TAGVAR(CC, $1) \
3838     _LT_AC_TAGVAR(LD, $1) \
3839     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3840     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3841     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3842     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3843     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3844     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3845     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3846     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3847     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3848     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3849     _LT_AC_TAGVAR(predep_objects, $1) \
3850     _LT_AC_TAGVAR(postdep_objects, $1) \
3851     _LT_AC_TAGVAR(predeps, $1) \
3852     _LT_AC_TAGVAR(postdeps, $1) \
3853     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3854     _LT_AC_TAGVAR(archive_cmds, $1) \
3855     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3856     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3857     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3858     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3859     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3860     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3861     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3862     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3863     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3864     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3865     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3866     _LT_AC_TAGVAR(module_cmds, $1) \
3867     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3868     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3869     _LT_AC_TAGVAR(fix_srcfile_path, $1) \
3870     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3871     _LT_AC_TAGVAR(include_expsyms, $1); do
3873     case $var in
3874     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3875     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3876     _LT_AC_TAGVAR(archive_cmds, $1) | \
3877     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3878     _LT_AC_TAGVAR(module_cmds, $1) | \
3879     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3880     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3881     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3882     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3883     postinstall_cmds | postuninstall_cmds | \
3884     old_postinstall_cmds | old_postuninstall_cmds | \
3885     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3886       # Double-quote double-evaled strings.
3887       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3888       ;;
3889     *)
3890       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3891       ;;
3892     esac
3893   done
3895   case $lt_echo in
3896   *'\[$]0 --fallback-echo"')
3897     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3898     ;;
3899   esac
3901 ifelse([$1], [],
3902   [cfgfile="${ofile}T"
3903   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3904   $rm -f "$cfgfile"
3905   AC_MSG_NOTICE([creating $ofile])],
3906   [cfgfile="$ofile"])
3908   cat <<__EOF__ >> "$cfgfile"
3909 ifelse([$1], [],
3910 [#! $SHELL
3912 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3913 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3914 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3916 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
3917 # Free Software Foundation, Inc.
3919 # This file is part of GNU Libtool:
3920 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3922 # This program is free software; you can redistribute it and/or modify
3923 # it under the terms of the GNU General Public License as published by
3924 # the Free Software Foundation; either version 2 of the License, or
3925 # (at your option) any later version.
3927 # This program is distributed in the hope that it will be useful, but
3928 # WITHOUT ANY WARRANTY; without even the implied warranty of
3929 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3930 # General Public License for more details.
3932 # You should have received a copy of the GNU General Public License
3933 # along with this program; if not, write to the Free Software
3934 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3936 # As a special exception to the GNU General Public License, if you
3937 # distribute this file as part of a program that contains a
3938 # configuration script generated by Autoconf, you may include it under
3939 # the same distribution terms that you use for the rest of that program.
3941 # A sed program that does not truncate output.
3942 SED=$lt_SED
3944 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3945 Xsed="$SED -e 1s/^X//"
3947 # The HP-UX ksh and POSIX shell print the target directory to stdout
3948 # if CDPATH is set.
3949 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3951 # The names of the tagged configurations supported by this script.
3952 available_tags=
3954 # ### BEGIN LIBTOOL CONFIG],
3955 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3957 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3959 # Shell to use when invoking shell scripts.
3960 SHELL=$lt_SHELL
3962 # Whether or not to build shared libraries.
3963 build_libtool_libs=$enable_shared
3965 # Whether or not to build static libraries.
3966 build_old_libs=$enable_static
3968 # Whether or not to add -lc for building shared libraries.
3969 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3971 # Whether or not to disallow shared libs when runtime libs are static
3972 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3974 # Whether or not to optimize for fast installation.
3975 fast_install=$enable_fast_install
3977 # The host system.
3978 host_alias=$host_alias
3979 host=$host
3980 host_os=$host_os
3982 # The build system.
3983 build_alias=$build_alias
3984 build=$build
3985 build_os=$build_os
3987 # An echo program that does not interpret backslashes.
3988 echo=$lt_echo
3990 # The archiver.
3991 AR=$lt_AR
3992 AR_FLAGS=$lt_AR_FLAGS
3994 # A C compiler.
3995 LTCC=$lt_LTCC
3997 # LTCC compiler flags.
3998 LTCFLAGS=$lt_LTCFLAGS
4000 # A language-specific compiler.
4001 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4003 # Is the compiler the GNU C compiler?
4004 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4006 # An ERE matcher.
4007 EGREP=$lt_EGREP
4009 # The linker used to build libraries.
4010 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4012 # Whether we need hard or soft links.
4013 LN_S=$lt_LN_S
4015 # A BSD-compatible nm program.
4016 NM=$lt_NM
4018 # A symbol stripping program
4019 STRIP=$lt_STRIP
4021 # Used to examine libraries when file_magic_cmd begins "file"
4022 MAGIC_CMD=$MAGIC_CMD
4024 # Used on cygwin: DLL creation program.
4025 DLLTOOL="$DLLTOOL"
4027 # Used on cygwin: object dumper.
4028 OBJDUMP="$OBJDUMP"
4030 # Used on cygwin: assembler.
4031 AS="$AS"
4033 # The name of the directory that contains temporary libtool files.
4034 objdir=$objdir
4036 # How to create reloadable object files.
4037 reload_flag=$lt_reload_flag
4038 reload_cmds=$lt_reload_cmds
4040 # How to pass a linker flag through the compiler.
4041 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4043 # Object file suffix (normally "o").
4044 objext="$ac_objext"
4046 # Old archive suffix (normally "a").
4047 libext="$libext"
4049 # Shared library suffix (normally ".so").
4050 shrext_cmds='$shrext_cmds'
4052 # Executable file suffix (normally "").
4053 exeext="$exeext"
4055 # Additional compiler flags for building library objects.
4056 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4057 pic_mode=$pic_mode
4059 # What is the maximum length of a command?
4060 max_cmd_len=$lt_cv_sys_max_cmd_len
4062 # Does compiler simultaneously support -c and -o options?
4063 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4065 # Must we lock files when doing compilation?
4066 need_locks=$lt_need_locks
4068 # Do we need the lib prefix for modules?
4069 need_lib_prefix=$need_lib_prefix
4071 # Do we need a version for libraries?
4072 need_version=$need_version
4074 # Whether dlopen is supported.
4075 dlopen_support=$enable_dlopen
4077 # Whether dlopen of programs is supported.
4078 dlopen_self=$enable_dlopen_self
4080 # Whether dlopen of statically linked programs is supported.
4081 dlopen_self_static=$enable_dlopen_self_static
4083 # Compiler flag to prevent dynamic linking.
4084 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4086 # Compiler flag to turn off builtin functions.
4087 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4089 # Compiler flag to allow reflexive dlopens.
4090 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4092 # Compiler flag to generate shared objects directly from archives.
4093 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4095 # Compiler flag to generate thread-safe objects.
4096 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4098 # Library versioning type.
4099 version_type=$version_type
4101 # Format of library name prefix.
4102 libname_spec=$lt_libname_spec
4104 # List of archive names.  First name is the real one, the rest are links.
4105 # The last name is the one that the linker finds with -lNAME.
4106 library_names_spec=$lt_library_names_spec
4108 # The coded name of the library, if different from the real name.
4109 soname_spec=$lt_soname_spec
4111 # Commands used to build and install an old-style archive.
4112 RANLIB=$lt_RANLIB
4113 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4114 old_postinstall_cmds=$lt_old_postinstall_cmds
4115 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4117 # Create an old-style archive from a shared archive.
4118 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4120 # Create a temporary old-style archive to link instead of a shared archive.
4121 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4123 # Commands used to build and install a shared archive.
4124 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4125 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4126 postinstall_cmds=$lt_postinstall_cmds
4127 postuninstall_cmds=$lt_postuninstall_cmds
4129 # Commands used to build a loadable module (assumed same as above if empty)
4130 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4131 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4133 # Commands to strip libraries.
4134 old_striplib=$lt_old_striplib
4135 striplib=$lt_striplib
4137 # Dependencies to place before the objects being linked to create a
4138 # shared library.
4139 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4141 # Dependencies to place after the objects being linked to create a
4142 # shared library.
4143 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4145 # Dependencies to place before the objects being linked to create a
4146 # shared library.
4147 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4149 # Dependencies to place after the objects being linked to create a
4150 # shared library.
4151 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4153 # The library search path used internally by the compiler when linking
4154 # a shared library.
4155 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4157 # Method to check whether dependent libraries are shared objects.
4158 deplibs_check_method=$lt_deplibs_check_method
4160 # Command to use when deplibs_check_method == file_magic.
4161 file_magic_cmd=$lt_file_magic_cmd
4163 # Flag that allows shared libraries with undefined symbols to be built.
4164 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4166 # Flag that forces no undefined symbols.
4167 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4169 # Commands used to finish a libtool library installation in a directory.
4170 finish_cmds=$lt_finish_cmds
4172 # Same as above, but a single script fragment to be evaled but not shown.
4173 finish_eval=$lt_finish_eval
4175 # Take the output of nm and produce a listing of raw symbols and C names.
4176 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4178 # Transform the output of nm in a proper C declaration
4179 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4181 # Transform the output of nm in a C name address pair
4182 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4184 # This is the shared library runtime path variable.
4185 runpath_var=$runpath_var
4187 # This is the shared library path variable.
4188 shlibpath_var=$shlibpath_var
4190 # Is shlibpath searched before the hard-coded library search path?
4191 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4193 # How to hardcode a shared library path into an executable.
4194 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4196 # Whether we should hardcode library paths into libraries.
4197 hardcode_into_libs=$hardcode_into_libs
4199 # Flag to hardcode \$libdir into a binary during linking.
4200 # This must work even if \$libdir does not exist.
4201 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4203 # If ld is used when linking, flag to hardcode \$libdir into
4204 # a binary during linking. This must work even if \$libdir does
4205 # not exist.
4206 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4208 # Whether we need a single -rpath flag with a separated argument.
4209 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4211 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4212 # resulting binary.
4213 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4215 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4216 # resulting binary.
4217 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4219 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4220 # the resulting binary.
4221 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4223 # Set to yes if building a shared library automatically hardcodes DIR into the library
4224 # and all subsequent libraries and executables linked against it.
4225 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4227 # Variables whose values should be saved in libtool wrapper scripts and
4228 # restored at relink time.
4229 variables_saved_for_relink="$variables_saved_for_relink"
4231 # Whether libtool must link a program against all its dependency libraries.
4232 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4234 # Compile-time system search path for libraries
4235 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4237 # Run-time system search path for libraries
4238 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4240 # Fix the shell variable \$srcfile for the compiler.
4241 fix_srcfile_path=$lt_fix_srcfile_path
4243 # Set to yes if exported symbols are required.
4244 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4246 # The commands to list exported symbols.
4247 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4249 # The commands to extract the exported symbol list from a shared archive.
4250 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4252 # Symbols that should not be listed in the preloaded symbols.
4253 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4255 # Symbols that must always be exported.
4256 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4258 ifelse([$1],[],
4259 [# ### END LIBTOOL CONFIG],
4260 [# ### END LIBTOOL TAG CONFIG: $tagname])
4262 __EOF__
4264 ifelse([$1],[], [
4265   case $host_os in
4266   aix3*)
4267     cat <<\EOF >> "$cfgfile"
4269 # AIX sometimes has problems with the GCC collect2 program.  For some
4270 # reason, if we set the COLLECT_NAMES environment variable, the problems
4271 # vanish in a puff of smoke.
4272 if test "X${COLLECT_NAMES+set}" != Xset; then
4273   COLLECT_NAMES=
4274   export COLLECT_NAMES
4277     ;;
4278   esac
4280   # We use sed instead of cat because bash on DJGPP gets confused if
4281   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4282   # text mode, it properly converts lines to CR/LF.  This bash problem
4283   # is reportedly fixed, but why not run on old versions too?
4284   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4286   mv -f "$cfgfile" "$ofile" || \
4287     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4288   chmod +x "$ofile"
4290 else
4291   # If there is no Makefile yet, we rely on a make rule to execute
4292   # `config.status --recheck' to rerun these tests and create the
4293   # libtool script then.
4294   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4295   if test -f "$ltmain_in"; then
4296     test -f Makefile && make "$ltmain"
4297   fi
4300 m4trace:/usr/share/aclocal/libtool.m4:4714: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4302 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4304 if test "$GCC" = yes; then
4305   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4307   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4308     lt_cv_prog_compiler_rtti_exceptions,
4309     [-fno-rtti -fno-exceptions], [],
4310     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4313 m4trace:/usr/share/aclocal/libtool.m4:4732: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4314 AC_REQUIRE([LT_AC_PROG_SED])
4315 AC_REQUIRE([AC_PROG_NM])
4316 AC_REQUIRE([AC_OBJEXT])
4317 # Check for command to grab the raw symbol name followed by C symbol from nm.
4318 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4319 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4321 # These are sane defaults that work on at least a few old systems.
4322 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4324 # Character class describing NM global symbol codes.
4325 symcode='[[BCDEGRST]]'
4327 # Regexp to match symbols that can be accessed directly from C.
4328 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4330 # Transform an extracted symbol line into a proper C declaration
4331 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4333 # Transform an extracted symbol line into symbol name and symbol address
4334 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'"
4336 # Define system-specific variables.
4337 case $host_os in
4338 aix*)
4339   symcode='[[BCDT]]'
4340   ;;
4341 cygwin* | mingw* | pw32*)
4342   symcode='[[ABCDGISTW]]'
4343   ;;
4344 hpux*) # Its linker distinguishes data from code symbols
4345   if test "$host_cpu" = ia64; then
4346     symcode='[[ABCDEGRST]]'
4347   fi
4348   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4349   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'"
4350   ;;
4351 linux* | k*bsd*-gnu)
4352   if test "$host_cpu" = ia64; then
4353     symcode='[[ABCDGIRSTW]]'
4354     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4355     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'"
4356   fi
4357   ;;
4358 irix* | nonstopux*)
4359   symcode='[[BCDEGRST]]'
4360   ;;
4361 osf*)
4362   symcode='[[BCDEGQRST]]'
4363   ;;
4364 solaris*)
4365   symcode='[[BDRT]]'
4366   ;;
4367 sco3.2v5*)
4368   symcode='[[DT]]'
4369   ;;
4370 sysv4.2uw2*)
4371   symcode='[[DT]]'
4372   ;;
4373 sysv5* | sco5v6* | unixware* | OpenUNIX*)
4374   symcode='[[ABDT]]'
4375   ;;
4376 sysv4)
4377   symcode='[[DFNSTU]]'
4378   ;;
4379 esac
4381 # Handle CRLF in mingw tool chain
4382 opt_cr=
4383 case $build_os in
4384 mingw*)
4385   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4386   ;;
4387 esac
4389 # If we're using GNU nm, then use its standard symbol codes.
4390 case `$NM -V 2>&1` in
4391 *GNU* | *'with BFD'*)
4392   symcode='[[ABCDGIRSTW]]' ;;
4393 esac
4395 # Try without a prefix undercore, then with it.
4396 for ac_symprfx in "" "_"; do
4398   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4399   symxfrm="\\1 $ac_symprfx\\2 \\2"
4401   # Write the raw and C identifiers.
4402   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4404   # Check to see that the pipe works correctly.
4405   pipe_works=no
4407   rm -f conftest*
4408   cat > conftest.$ac_ext <<EOF
4409 #ifdef __cplusplus
4410 extern "C" {
4411 #endif
4412 char nm_test_var;
4413 void nm_test_func(){}
4414 #ifdef __cplusplus
4416 #endif
4417 int main(){nm_test_var='a';nm_test_func();return(0);}
4420   if AC_TRY_EVAL(ac_compile); then
4421     # Now try to grab the symbols.
4422     nlist=conftest.nm
4423     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4424       # Try sorting and uniquifying the output.
4425       if sort "$nlist" | uniq > "$nlist"T; then
4426         mv -f "$nlist"T "$nlist"
4427       else
4428         rm -f "$nlist"T
4429       fi
4431       # Make sure that we snagged all the symbols we need.
4432       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4433         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4434           cat <<EOF > conftest.$ac_ext
4435 #ifdef __cplusplus
4436 extern "C" {
4437 #endif
4440           # Now generate the symbol file.
4441           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4443           cat <<EOF >> conftest.$ac_ext
4444 #if defined (__STDC__) && __STDC__
4445 # define lt_ptr_t void *
4446 #else
4447 # define lt_ptr_t char *
4448 # define const
4449 #endif
4451 /* The mapping between symbol names and symbols. */
4452 const struct {
4453   const char *name;
4454   lt_ptr_t address;
4456 lt_preloaded_symbols[[]] =
4459           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4460           cat <<\EOF >> conftest.$ac_ext
4461   {0, (lt_ptr_t) 0}
4464 #ifdef __cplusplus
4466 #endif
4468           # Now try linking the two files.
4469           mv conftest.$ac_objext conftstm.$ac_objext
4470           lt_save_LIBS="$LIBS"
4471           lt_save_CFLAGS="$CFLAGS"
4472           LIBS="conftstm.$ac_objext"
4473           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4474           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4475             pipe_works=yes
4476           fi
4477           LIBS="$lt_save_LIBS"
4478           CFLAGS="$lt_save_CFLAGS"
4479         else
4480           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4481         fi
4482       else
4483         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4484       fi
4485     else
4486       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4487     fi
4488   else
4489     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4490     cat conftest.$ac_ext >&5
4491   fi
4492   rm -f conftest* conftst*
4494   # Do not use the global_symbol_pipe unless it works.
4495   if test "$pipe_works" = yes; then
4496     break
4497   else
4498     lt_cv_sys_global_symbol_pipe=
4499   fi
4500 done
4502 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4503   lt_cv_sys_global_symbol_to_cdecl=
4505 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4506   AC_MSG_RESULT(failed)
4507 else
4508   AC_MSG_RESULT(ok)
4511 m4trace:/usr/share/aclocal/libtool.m4:4935: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4512 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4513 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4515 AC_MSG_CHECKING([for $compiler option to produce PIC])
4516  ifelse([$1],[CXX],[
4517   # C++ specific cases for pic, static, wl, etc.
4518   if test "$GXX" = yes; then
4519     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4520     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4522     case $host_os in
4523     aix*)
4524       # All AIX code is PIC.
4525       if test "$host_cpu" = ia64; then
4526         # AIX 5 now supports IA64 processor
4527         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4528       fi
4529       ;;
4530     amigaos*)
4531       # FIXME: we need at least 68020 code to build shared libraries, but
4532       # adding the `-m68020' flag to GCC prevents building anything better,
4533       # like `-m68040'.
4534       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4535       ;;
4536     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4537       # PIC is the default for these OSes.
4538       ;;
4539     mingw* | cygwin* | os2* | pw32*)
4540       # This hack is so that the source file can tell whether it is being
4541       # built for inclusion in a dll (and should export symbols for example).
4542       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4543       # (--disable-auto-import) libraries
4544       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4545       ;;
4546     darwin* | rhapsody*)
4547       # PIC is the default on this platform
4548       # Common symbols not allowed in MH_DYLIB files
4549       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4550       ;;
4551     *djgpp*)
4552       # DJGPP does not support shared libraries at all
4553       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554       ;;
4555     interix[[3-9]]*)
4556       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4557       # Instead, we relocate shared libraries at runtime.
4558       ;;
4559     sysv4*MP*)
4560       if test -d /usr/nec; then
4561         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4562       fi
4563       ;;
4564     hpux*)
4565       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4566       # not for PA HP-UX.
4567       case $host_cpu in
4568       hppa*64*|ia64*)
4569         ;;
4570       *)
4571         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4572         ;;
4573       esac
4574       ;;
4575     *)
4576       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4577       ;;
4578     esac
4579   else
4580     case $host_os in
4581       aix4* | aix5*)
4582         # All AIX code is PIC.
4583         if test "$host_cpu" = ia64; then
4584           # AIX 5 now supports IA64 processor
4585           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4586         else
4587           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4588         fi
4589         ;;
4590       chorus*)
4591         case $cc_basename in
4592         cxch68*)
4593           # Green Hills C++ Compiler
4594           # _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"
4595           ;;
4596         esac
4597         ;;
4598        darwin*)
4599          # PIC is the default on this platform
4600          # Common symbols not allowed in MH_DYLIB files
4601          case $cc_basename in
4602            xlc*)
4603            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4604            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4605            ;;
4606          esac
4607        ;;
4608       dgux*)
4609         case $cc_basename in
4610           ec++*)
4611             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4612             ;;
4613           ghcx*)
4614             # Green Hills C++ Compiler
4615             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4616             ;;
4617           *)
4618             ;;
4619         esac
4620         ;;
4621       freebsd* | dragonfly*)
4622         # FreeBSD uses GNU C++
4623         ;;
4624       hpux9* | hpux10* | hpux11*)
4625         case $cc_basename in
4626           CC*)
4627             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4628             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4629             if test "$host_cpu" != ia64; then
4630               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4631             fi
4632             ;;
4633           aCC*)
4634             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4635             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4636             case $host_cpu in
4637             hppa*64*|ia64*)
4638               # +Z the default
4639               ;;
4640             *)
4641               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4642               ;;
4643             esac
4644             ;;
4645           *)
4646             ;;
4647         esac
4648         ;;
4649       interix*)
4650         # This is c89, which is MS Visual C++ (no shared libs)
4651         # Anyone wants to do a port?
4652         ;;
4653       irix5* | irix6* | nonstopux*)
4654         case $cc_basename in
4655           CC*)
4656             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4657             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4658             # CC pic flag -KPIC is the default.
4659             ;;
4660           *)
4661             ;;
4662         esac
4663         ;;
4664       linux* | k*bsd*-gnu)
4665         case $cc_basename in
4666           KCC*)
4667             # KAI C++ Compiler
4668             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4669             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4670             ;;
4671           icpc* | ecpc*)
4672             # Intel C++
4673             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4674             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4675             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4676             ;;
4677           pgCC*)
4678             # Portland Group C++ compiler.
4679             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4680             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4681             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4682             ;;
4683           cxx*)
4684             # Compaq C++
4685             # Make sure the PIC flag is empty.  It appears that all Alpha
4686             # Linux and Compaq Tru64 Unix objects are PIC.
4687             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4688             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4689             ;;
4690           *)
4691             case `$CC -V 2>&1 | sed 5q` in
4692             *Sun\ C*)
4693               # Sun C++ 5.9
4694               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4695               _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4696               _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4697               ;;
4698             esac
4699             ;;
4700         esac
4701         ;;
4702       lynxos*)
4703         ;;
4704       m88k*)
4705         ;;
4706       mvs*)
4707         case $cc_basename in
4708           cxx*)
4709             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4710             ;;
4711           *)
4712             ;;
4713         esac
4714         ;;
4715       netbsd*)
4716         ;;
4717       osf3* | osf4* | osf5*)
4718         case $cc_basename in
4719           KCC*)
4720             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4721             ;;
4722           RCC*)
4723             # Rational C++ 2.4.1
4724             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4725             ;;
4726           cxx*)
4727             # Digital/Compaq C++
4728             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4729             # Make sure the PIC flag is empty.  It appears that all Alpha
4730             # Linux and Compaq Tru64 Unix objects are PIC.
4731             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4732             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4733             ;;
4734           *)
4735             ;;
4736         esac
4737         ;;
4738       psos*)
4739         ;;
4740       solaris*)
4741         case $cc_basename in
4742           CC*)
4743             # Sun C++ 4.2, 5.x and Centerline C++
4744             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4745             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4746             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4747             ;;
4748           gcx*)
4749             # Green Hills C++ Compiler
4750             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4751             ;;
4752           *)
4753             ;;
4754         esac
4755         ;;
4756       sunos4*)
4757         case $cc_basename in
4758           CC*)
4759             # Sun C++ 4.x
4760             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4761             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4762             ;;
4763           lcc*)
4764             # Lucid
4765             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4766             ;;
4767           *)
4768             ;;
4769         esac
4770         ;;
4771       tandem*)
4772         case $cc_basename in
4773           NCC*)
4774             # NonStop-UX NCC 3.20
4775             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4776             ;;
4777           *)
4778             ;;
4779         esac
4780         ;;
4781       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4782         case $cc_basename in
4783           CC*)
4784             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4785             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4786             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4787             ;;
4788         esac
4789         ;;
4790       vxworks*)
4791         ;;
4792       *)
4793         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4794         ;;
4795     esac
4796   fi
4799   if test "$GCC" = yes; then
4800     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4801     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4803     case $host_os in
4804       aix*)
4805       # All AIX code is PIC.
4806       if test "$host_cpu" = ia64; then
4807         # AIX 5 now supports IA64 processor
4808         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4809       fi
4810       ;;
4812     amigaos*)
4813       # FIXME: we need at least 68020 code to build shared libraries, but
4814       # adding the `-m68020' flag to GCC prevents building anything better,
4815       # like `-m68040'.
4816       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4817       ;;
4819     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4820       # PIC is the default for these OSes.
4821       ;;
4823     mingw* | cygwin* | pw32* | os2*)
4824       # This hack is so that the source file can tell whether it is being
4825       # built for inclusion in a dll (and should export symbols for example).
4826       # Although the cygwin gcc ignores -fPIC, still need this for old-style
4827       # (--disable-auto-import) libraries
4828       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4829       ;;
4831     darwin* | rhapsody*)
4832       # PIC is the default on this platform
4833       # Common symbols not allowed in MH_DYLIB files
4834       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4835       ;;
4837     interix[[3-9]]*)
4838       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4839       # Instead, we relocate shared libraries at runtime.
4840       ;;
4842     msdosdjgpp*)
4843       # Just because we use GCC doesn't mean we suddenly get shared libraries
4844       # on systems that don't support them.
4845       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4846       enable_shared=no
4847       ;;
4849     sysv4*MP*)
4850       if test -d /usr/nec; then
4851         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4852       fi
4853       ;;
4855     hpux*)
4856       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4857       # not for PA HP-UX.
4858       case $host_cpu in
4859       hppa*64*|ia64*)
4860         # +Z the default
4861         ;;
4862       *)
4863         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4864         ;;
4865       esac
4866       ;;
4868     *)
4869       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4870       ;;
4871     esac
4872   else
4873     # PORTME Check for flag to pass linker flags through the system compiler.
4874     case $host_os in
4875     aix*)
4876       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4877       if test "$host_cpu" = ia64; then
4878         # AIX 5 now supports IA64 processor
4879         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4880       else
4881         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4882       fi
4883       ;;
4884       darwin*)
4885         # PIC is the default on this platform
4886         # Common symbols not allowed in MH_DYLIB files
4887        case $cc_basename in
4888          xlc*)
4889          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4890          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4891          ;;
4892        esac
4893        ;;
4895     mingw* | cygwin* | pw32* | os2*)
4896       # This hack is so that the source file can tell whether it is being
4897       # built for inclusion in a dll (and should export symbols for example).
4898       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4899       ;;
4901     hpux9* | hpux10* | hpux11*)
4902       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4903       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4904       # not for PA HP-UX.
4905       case $host_cpu in
4906       hppa*64*|ia64*)
4907         # +Z the default
4908         ;;
4909       *)
4910         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4911         ;;
4912       esac
4913       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4914       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4915       ;;
4917     irix5* | irix6* | nonstopux*)
4918       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4919       # PIC (with -KPIC) is the default.
4920       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4921       ;;
4923     newsos6)
4924       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4925       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4926       ;;
4928     linux* | k*bsd*-gnu)
4929       case $cc_basename in
4930       icc* | ecc*)
4931         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4932         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4933         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4934         ;;
4935       pgcc* | pgf77* | pgf90* | pgf95*)
4936         # Portland Group compilers (*not* the Pentium gcc compiler,
4937         # which looks to be a dead project)
4938         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4939         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4940         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4941         ;;
4942       ccc*)
4943         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4944         # All Alpha code is PIC.
4945         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4946         ;;
4947       *)
4948         case `$CC -V 2>&1 | sed 5q` in
4949         *Sun\ C*)
4950           # Sun C 5.9
4951           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4952           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4953           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4954           ;;
4955         *Sun\ F*)
4956           # Sun Fortran 8.3 passes all unrecognized flags to the linker
4957           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4958           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4959           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
4960           ;;
4961         esac
4962         ;;
4963       esac
4964       ;;
4966     osf3* | osf4* | osf5*)
4967       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4968       # All OSF/1 code is PIC.
4969       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4970       ;;
4972     rdos*)
4973       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4974       ;;
4976     solaris*)
4977       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4978       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4979       case $cc_basename in
4980       f77* | f90* | f95*)
4981         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4982       *)
4983         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4984       esac
4985       ;;
4987     sunos4*)
4988       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4989       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4990       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4991       ;;
4993     sysv4 | sysv4.2uw2* | sysv4.3*)
4994       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4995       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4996       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4997       ;;
4999     sysv4*MP*)
5000       if test -d /usr/nec ;then
5001         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5002         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5003       fi
5004       ;;
5006     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5007       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5008       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5009       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5010       ;;
5012     unicos*)
5013       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5014       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5015       ;;
5017     uts4*)
5018       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5019       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5020       ;;
5022     *)
5023       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5024       ;;
5025     esac
5026   fi
5028 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5031 # Check to make sure the PIC flag actually works.
5033 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5034   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5035     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5036     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5037     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5038      "" | " "*) ;;
5039      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5040      esac],
5041     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5042      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5044 case $host_os in
5045   # For platforms which do not support PIC, -DPIC is meaningless:
5046   *djgpp*)
5047     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5048     ;;
5049   *)
5050     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5051     ;;
5052 esac
5055 # Check to make sure the static flag actually works.
5057 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5058 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5059   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
5060   $lt_tmp_static_flag,
5061   [],
5062   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5064 m4trace:/usr/share/aclocal/libtool.m4:5494: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl
5065 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5066 ifelse([$1],[CXX],[
5067   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5068   case $host_os in
5069   aix4* | aix5*)
5070     # If we're using GNU nm, then we don't want the "-C" option.
5071     # -C means demangle to AIX nm, but means don't demangle with GNU nm
5072     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5073       _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'
5074     else
5075       _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'
5076     fi
5077     ;;
5078   pw32*)
5079     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5080   ;;
5081   cygwin* | mingw*)
5082     _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'
5083   ;;
5084   *)
5085     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5086   ;;
5087   esac
5089   runpath_var=
5090   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5091   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5092   _LT_AC_TAGVAR(archive_cmds, $1)=
5093   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5094   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5095   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5096   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5097   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5098   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5099   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5100   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5101   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5102   _LT_AC_TAGVAR(hardcode_direct, $1)=no
5103   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5104   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5105   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5106   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5107   _LT_AC_TAGVAR(module_cmds, $1)=
5108   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5109   _LT_AC_TAGVAR(always_export_symbols, $1)=no
5110   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5111   # include_expsyms should be a list of space-separated symbols to be *always*
5112   # included in the symbol list
5113   _LT_AC_TAGVAR(include_expsyms, $1)=
5114   # exclude_expsyms can be an extended regexp of symbols to exclude
5115   # it will be wrapped by ` (' and `)$', so one must not match beginning or
5116   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5117   # as well as any symbol that contains `d'.
5118   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5119   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5120   # platforms (ab)use it in PIC code, but their linkers get confused if
5121   # the symbol is explicitly referenced.  Since portable code cannot
5122   # rely on this symbol name, it's probably fine to never include it in
5123   # preloaded symbol tables.
5124   extract_expsyms_cmds=
5125   # Just being paranoid about ensuring that cc_basename is set.
5126   _LT_CC_BASENAME([$compiler])
5127   case $host_os in
5128   cygwin* | mingw* | pw32*)
5129     # FIXME: the MSVC++ port hasn't been tested in a loooong time
5130     # When not using gcc, we currently assume that we are using
5131     # Microsoft Visual C++.
5132     if test "$GCC" != yes; then
5133       with_gnu_ld=no
5134     fi
5135     ;;
5136   interix*)
5137     # we just hope/assume this is gcc and not c89 (= MSVC++)
5138     with_gnu_ld=yes
5139     ;;
5140   openbsd*)
5141     with_gnu_ld=no
5142     ;;
5143   esac
5145   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5146   if test "$with_gnu_ld" = yes; then
5147     # If archive_cmds runs LD, not CC, wlarc should be empty
5148     wlarc='${wl}'
5150     # Set some defaults for GNU ld with shared library support. These
5151     # are reset later if shared libraries are not supported. Putting them
5152     # here allows them to be overridden if necessary.
5153     runpath_var=LD_RUN_PATH
5154     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5155     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5156     # ancient GNU ld didn't support --whole-archive et. al.
5157     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5158         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5159       else
5160         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5161     fi
5162     supports_anon_versioning=no
5163     case `$LD -v 2>/dev/null` in
5164       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5165       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5166       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5167       *\ 2.11.*) ;; # other 2.11 versions
5168       *) supports_anon_versioning=yes ;;
5169     esac
5171     # See if GNU ld supports shared libraries.
5172     case $host_os in
5173     aix3* | aix4* | aix5*)
5174       # On AIX/PPC, the GNU linker is very broken
5175       if test "$host_cpu" != ia64; then
5176         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5177         cat <<EOF 1>&2
5179 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5180 *** to be unable to reliably create shared libraries on AIX.
5181 *** Therefore, libtool is disabling shared libraries support.  If you
5182 *** really care for shared libraries, you may want to modify your PATH
5183 *** so that a non-GNU linker is found, and then restart.
5186       fi
5187       ;;
5189     amigaos*)
5190       _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)'
5191       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5192       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5194       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5195       # that the semantics of dynamic libraries on AmigaOS, at least up
5196       # to version 4, is to share data among multiple programs linked
5197       # with the same dynamic library.  Since this doesn't match the
5198       # behavior of shared libraries on other platforms, we can't use
5199       # them.
5200       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5201       ;;
5203     beos*)
5204       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5205         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5206         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5207         # support --undefined.  This deserves some investigation.  FIXME
5208         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5209       else
5210         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5211       fi
5212       ;;
5214     cygwin* | mingw* | pw32*)
5215       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5216       # as there is no search path for DLLs.
5217       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5218       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5219       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5220       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5221       _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'
5223       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5224         _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'
5225         # If the export-symbols file already is a .def file (1st line
5226         # is EXPORTS), use it as is; otherwise, prepend...
5227         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5228           cp $export_symbols $output_objdir/$soname.def;
5229         else
5230           echo EXPORTS > $output_objdir/$soname.def;
5231           cat $export_symbols >> $output_objdir/$soname.def;
5232         fi~
5233         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5234       else
5235         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5236       fi
5237       ;;
5239     interix[[3-9]]*)
5240       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5241       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5242       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5243       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5244       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5245       # Instead, shared libraries are loaded at an image base (0x10000000 by
5246       # default) and relocated if they conflict, which is a slow very memory
5247       # consuming and fragmenting process.  To avoid this, we pick a random,
5248       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5249       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5250       _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'
5251       _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'
5252       ;;
5254     gnu* | linux* | k*bsd*-gnu)
5255       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5256         tmp_addflag=
5257         case $cc_basename,$host_cpu in
5258         pgcc*)                          # Portland Group C compiler
5259           _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'
5260           tmp_addflag=' $pic_flag'
5261           ;;
5262         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5263           _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'
5264           tmp_addflag=' $pic_flag -Mnomain' ;;
5265         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
5266           tmp_addflag=' -i_dynamic' ;;
5267         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5268           tmp_addflag=' -i_dynamic -nofor_main' ;;
5269         ifc* | ifort*)                  # Intel Fortran compiler
5270           tmp_addflag=' -nofor_main' ;;
5271         esac
5272         case `$CC -V 2>&1 | sed 5q` in
5273         *Sun\ C*)                       # Sun C 5.9
5274           _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'
5275           tmp_sharedflag='-G' ;;
5276         *Sun\ F*)                       # Sun Fortran 8.3
5277           tmp_sharedflag='-G' ;;
5278         *)
5279           tmp_sharedflag='-shared' ;;
5280         esac
5281         _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5283         if test $supports_anon_versioning = yes; then
5284           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5285   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5286   $echo "local: *; };" >> $output_objdir/$libname.ver~
5287           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5288         fi
5289       else
5290         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5291       fi
5292       ;;
5294     netbsd*)
5295       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5296         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5297         wlarc=
5298       else
5299         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5300         _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'
5301       fi
5302       ;;
5304     solaris*)
5305       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5306         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5307         cat <<EOF 1>&2
5309 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5310 *** create shared libraries on Solaris systems.  Therefore, libtool
5311 *** is disabling shared libraries support.  We urge you to upgrade GNU
5312 *** binutils to release 2.9.1 or newer.  Another option is to modify
5313 *** your PATH or compiler configuration so that the native linker is
5314 *** used, and then restart.
5317       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5318         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5319         _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'
5320       else
5321         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5322       fi
5323       ;;
5325     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5326       case `$LD -v 2>&1` in
5327         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5328         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5329         cat <<_LT_EOF 1>&2
5331 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5332 *** reliably create shared libraries on SCO systems.  Therefore, libtool
5333 *** is disabling shared libraries support.  We urge you to upgrade GNU
5334 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5335 *** your PATH or compiler configuration so that the native linker is
5336 *** used, and then restart.
5338 _LT_EOF
5339         ;;
5340         *)
5341           if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5342             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5343             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5344             _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'
5345           else
5346             _LT_AC_TAGVAR(ld_shlibs, $1)=no
5347           fi
5348         ;;
5349       esac
5350       ;;
5352     sunos4*)
5353       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5354       wlarc=
5355       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5356       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5357       ;;
5359     *)
5360       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5361         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5362         _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'
5363       else
5364         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5365       fi
5366       ;;
5367     esac
5369     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5370       runpath_var=
5371       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5372       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5373       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5374     fi
5375   else
5376     # PORTME fill in a description of your system's linker (not GNU ld)
5377     case $host_os in
5378     aix3*)
5379       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5380       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5381       _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'
5382       # Note: this linker hardcodes the directories in LIBPATH if there
5383       # are no directories specified by -L.
5384       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5385       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5386         # Neither direct hardcoding nor static linking is supported with a
5387         # broken collect2.
5388         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5389       fi
5390       ;;
5392     aix4* | aix5*)
5393       if test "$host_cpu" = ia64; then
5394         # On IA64, the linker does run time linking by default, so we don't
5395         # have to do anything special.
5396         aix_use_runtimelinking=no
5397         exp_sym_flag='-Bexport'
5398         no_entry_flag=""
5399       else
5400         # If we're using GNU nm, then we don't want the "-C" option.
5401         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5402         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5403           _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'
5404         else
5405           _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'
5406         fi
5407         aix_use_runtimelinking=no
5409         # Test if we are trying to use run time linking or normal
5410         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5411         # need to do runtime linking.
5412         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5413           for ld_flag in $LDFLAGS; do
5414           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5415             aix_use_runtimelinking=yes
5416             break
5417           fi
5418           done
5419           ;;
5420         esac
5422         exp_sym_flag='-bexport'
5423         no_entry_flag='-bnoentry'
5424       fi
5426       # When large executables or shared objects are built, AIX ld can
5427       # have problems creating the table of contents.  If linking a library
5428       # or program results in "error TOC overflow" add -mminimal-toc to
5429       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5430       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5432       _LT_AC_TAGVAR(archive_cmds, $1)=''
5433       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5434       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5435       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5437       if test "$GCC" = yes; then
5438         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5439         # We only want to do this on AIX 4.2 and lower, the check
5440         # below for broken collect2 doesn't work under 4.3+
5441           collect2name=`${CC} -print-prog-name=collect2`
5442           if test -f "$collect2name" && \
5443            strings "$collect2name" | grep resolve_lib_name >/dev/null
5444           then
5445           # We have reworked collect2
5446           :
5447           else
5448           # We have old collect2
5449           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5450           # It fails to find uninstalled libraries when the uninstalled
5451           # path is not listed in the libpath.  Setting hardcode_minus_L
5452           # to unsupported forces relinking
5453           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5454           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5455           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5456           fi
5457           ;;
5458         esac
5459         shared_flag='-shared'
5460         if test "$aix_use_runtimelinking" = yes; then
5461           shared_flag="$shared_flag "'${wl}-G'
5462         fi
5463       else
5464         # not using gcc
5465         if test "$host_cpu" = ia64; then
5466         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5467         # chokes on -Wl,-G. The following line is correct:
5468           shared_flag='-G'
5469         else
5470           if test "$aix_use_runtimelinking" = yes; then
5471             shared_flag='${wl}-G'
5472           else
5473             shared_flag='${wl}-bM:SRE'
5474           fi
5475         fi
5476       fi
5478       # It seems that -bexpall does not export symbols beginning with
5479       # underscore (_), so it is better to generate a list of symbols to export.
5480       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5481       if test "$aix_use_runtimelinking" = yes; then
5482         # Warning - without using the other runtime loading flags (-brtl),
5483         # -berok will link without error, but may produce a broken library.
5484         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5485        # Determine the default libpath from the value encoded in an empty executable.
5486        _LT_AC_SYS_LIBPATH_AIX
5487        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5488         _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"
5489        else
5490         if test "$host_cpu" = ia64; then
5491           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5492           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5493           _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"
5494         else
5495          # Determine the default libpath from the value encoded in an empty executable.
5496          _LT_AC_SYS_LIBPATH_AIX
5497          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5498           # Warning - without using the other run time loading flags,
5499           # -berok will link without error, but may produce a broken library.
5500           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5501           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5502           # Exported symbols can be pulled into shared objects from archives
5503           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5504           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5505           # This is similar to how AIX traditionally builds its shared libraries.
5506           _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'
5507         fi
5508       fi
5509       ;;
5511     amigaos*)
5512       _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)'
5513       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5514       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5515       # see comment about different semantics on the GNU ld section
5516       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5517       ;;
5519     bsdi[[45]]*)
5520       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5521       ;;
5523     cygwin* | mingw* | pw32*)
5524       # When not using gcc, we currently assume that we are using
5525       # Microsoft Visual C++.
5526       # hardcode_libdir_flag_spec is actually meaningless, as there is
5527       # no search path for DLLs.
5528       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5529       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5530       # Tell ltmain to make .lib files, not .a files.
5531       libext=lib
5532       # Tell ltmain to make .dll files, not .so files.
5533       shrext_cmds=".dll"
5534       # FIXME: Setting linknames here is a bad hack.
5535       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5536       # The linker will automatically build a .lib file if we build a DLL.
5537       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5538       # FIXME: Should let the user specify the lib program.
5539       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5540       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5541       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5542       ;;
5544     darwin* | rhapsody*)
5545       case $host_os in
5546         rhapsody* | darwin1.[[012]])
5547          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5548          ;;
5549        *) # Darwin 1.3 on
5550          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5551            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5552          else
5553            case ${MACOSX_DEPLOYMENT_TARGET} in
5554              10.[[012]])
5555                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5556                ;;
5557              10.*)
5558                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5559                ;;
5560            esac
5561          fi
5562          ;;
5563       esac
5564       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5565       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5566       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5567       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5568       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5569       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5570     if test "$GCC" = yes ; then
5571         output_verbose_link_cmd='echo'
5572         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5573       _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5574       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5575       _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}'
5576       _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}'
5577     else
5578       case $cc_basename in
5579         xlc*)
5580          output_verbose_link_cmd='echo'
5581          _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'
5582          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5583           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5584          _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}'
5585           _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}'
5586           ;;
5587        *)
5588          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5589           ;;
5590       esac
5591     fi
5592       ;;
5594     dgux*)
5595       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5596       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5597       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5598       ;;
5600     freebsd1*)
5601       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5602       ;;
5604     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5605     # support.  Future versions do this automatically, but an explicit c++rt0.o
5606     # does not break anything, and helps significantly (at the cost of a little
5607     # extra space).
5608     freebsd2.2*)
5609       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5610       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5611       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5612       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5613       ;;
5615     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5616     freebsd2*)
5617       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5618       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5619       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5620       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5621       ;;
5623     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5624     freebsd* | dragonfly*)
5625       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5626       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5627       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5628       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5629       ;;
5631     hpux9*)
5632       if test "$GCC" = yes; then
5633         _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'
5634       else
5635         _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'
5636       fi
5637       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5638       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5639       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5641       # hardcode_minus_L: Not really in the search PATH,
5642       # but as the default location of the library.
5643       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5644       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5645       ;;
5647     hpux10*)
5648       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5649         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5650       else
5651         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5652       fi
5653       if test "$with_gnu_ld" = no; then
5654         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5655         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5657         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5658         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5660         # hardcode_minus_L: Not really in the search PATH,
5661         # but as the default location of the library.
5662         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5663       fi
5664       ;;
5666     hpux11*)
5667       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5668         case $host_cpu in
5669         hppa*64*)
5670           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5671           ;;
5672         ia64*)
5673           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5674           ;;
5675         *)
5676           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5677           ;;
5678         esac
5679       else
5680         case $host_cpu in
5681         hppa*64*)
5682           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5683           ;;
5684         ia64*)
5685           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5686           ;;
5687         *)
5688           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5689           ;;
5690         esac
5691       fi
5692       if test "$with_gnu_ld" = no; then
5693         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5694         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5696         case $host_cpu in
5697         hppa*64*|ia64*)
5698           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5699           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5700           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5701           ;;
5702         *)
5703           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5704           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5706           # hardcode_minus_L: Not really in the search PATH,
5707           # but as the default location of the library.
5708           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5709           ;;
5710         esac
5711       fi
5712       ;;
5714     irix5* | irix6* | nonstopux*)
5715       if test "$GCC" = yes; then
5716         _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'
5717       else
5718         _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'
5719         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5720       fi
5721       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5722       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5723       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5724       ;;
5726     netbsd*)
5727       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5728         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5729       else
5730         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5731       fi
5732       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5733       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5734       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5735       ;;
5737     newsos6)
5738       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5739       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5740       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5741       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5742       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5743       ;;
5745     openbsd*)
5746       if test -f /usr/libexec/ld.so; then
5747         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5748         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5749         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5750           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5751           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5752           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5753           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5754         else
5755           case $host_os in
5756            openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5757              _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5758              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5759              ;;
5760            *)
5761              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5762              _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5763              ;;
5764           esac
5765         fi
5766       else
5767         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5768       fi
5769       ;;
5771     os2*)
5772       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5773       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5774       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5775       _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'
5776       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5777       ;;
5779     osf3*)
5780       if test "$GCC" = yes; then
5781         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5782         _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'
5783       else
5784         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5785         _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'
5786       fi
5787       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5788       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5789       ;;
5791     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5792       if test "$GCC" = yes; then
5793         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5794         _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'
5795         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5796       else
5797         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5798         _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'
5799         _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~
5800         $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'
5802         # Both c and cxx compiler support -rpath directly
5803         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5804       fi
5805       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5806       ;;
5808     solaris*)
5809       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5810       if test "$GCC" = yes; then
5811         wlarc='${wl}'
5812         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5813         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5814           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5815       else
5816         wlarc=''
5817         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5818         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5819         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5820       fi
5821       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5822       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5823       case $host_os in
5824       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5825       *)
5826         # The compiler driver will combine and reorder linker options,
5827         # but understands `-z linker_flag'.  GCC discards it without `$wl',
5828         # but is careful enough not to reorder.
5829         # Supported since Solaris 2.6 (maybe 2.5.1?)
5830         if test "$GCC" = yes; then
5831           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5832         else
5833           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5834         fi
5835         ;;
5836       esac
5837       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5838       ;;
5840     sunos4*)
5841       if test "x$host_vendor" = xsequent; then
5842         # Use $CC to link under sequent, because it throws in some extra .o
5843         # files that make .init and .fini sections work.
5844         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5845       else
5846         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5847       fi
5848       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5849       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5850       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5851       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5852       ;;
5854     sysv4)
5855       case $host_vendor in
5856         sni)
5857           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5858           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5859         ;;
5860         siemens)
5861           ## LD is ld it makes a PLAMLIB
5862           ## CC just makes a GrossModule.
5863           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5864           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5865           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5866         ;;
5867         motorola)
5868           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5869           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5870         ;;
5871       esac
5872       runpath_var='LD_RUN_PATH'
5873       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5874       ;;
5876     sysv4.3*)
5877       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5878       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5879       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5880       ;;
5882     sysv4*MP*)
5883       if test -d /usr/nec; then
5884         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5885         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5886         runpath_var=LD_RUN_PATH
5887         hardcode_runpath_var=yes
5888         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5889       fi
5890       ;;
5892     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5893       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5894       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5895       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5896       runpath_var='LD_RUN_PATH'
5898       if test "$GCC" = yes; then
5899         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5900         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5901       else
5902         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5903         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5904       fi
5905       ;;
5907     sysv5* | sco3.2v5* | sco5v6*)
5908       # Note: We can NOT use -z defs as we might desire, because we do not
5909       # link with -lc, and that would cause any symbols used from libc to
5910       # always be unresolved, which means just about no library would
5911       # ever link correctly.  If we're not using GNU ld we use -z text
5912       # though, which does catch some bad symbols but isn't as heavy-handed
5913       # as -z defs.
5914       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5915       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
5916       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5917       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5918       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
5919       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5920       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5921       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5922       runpath_var='LD_RUN_PATH'
5924       if test "$GCC" = yes; then
5925         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5926         _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'
5927       else
5928         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
5929         _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'
5930       fi
5931       ;;
5933     uts4*)
5934       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5935       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5936       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5937       ;;
5939     *)
5940       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5941       ;;
5942     esac
5943   fi
5945 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5946 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5949 # Do we need to explicitly link libc?
5951 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5952 x|xyes)
5953   # Assume -lc should be added
5954   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5956   if test "$enable_shared" = yes && test "$GCC" = yes; then
5957     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5958     *'~'*)
5959       # FIXME: we may have to deal with multi-command sequences.
5960       ;;
5961     '$CC '*)
5962       # Test whether the compiler implicitly links with -lc since on some
5963       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5964       # to ld, don't add -lc before -lgcc.
5965       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5966       $rm conftest*
5967       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5969       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5970         soname=conftest
5971         lib=conftest
5972         libobjs=conftest.$ac_objext
5973         deplibs=
5974         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5975         pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
5976         compiler_flags=-v
5977         linker_flags=-v
5978         verstring=
5979         output_objdir=.
5980         libname=conftest
5981         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5982         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5983         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5984         then
5985           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5986         else
5987           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5988         fi
5989         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5990       else
5991         cat conftest.err 1>&5
5992       fi
5993       $rm conftest*
5994       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5995       ;;
5996     esac
5997   fi
5998   ;;
5999 esac
6001 m4trace:/usr/share/aclocal/libtool.m4:6437: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6002 # /* ltdll.c starts here */
6003 # #define WIN32_LEAN_AND_MEAN
6004 # #include <windows.h>
6005 # #undef WIN32_LEAN_AND_MEAN
6006 # #include <stdio.h>
6008 # #ifndef __CYGWIN__
6009 # #  ifdef __CYGWIN32__
6010 # #    define __CYGWIN__ __CYGWIN32__
6011 # #  endif
6012 # #endif
6014 # #ifdef __cplusplus
6015 # extern "C" {
6016 # #endif
6017 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6018 # #ifdef __cplusplus
6019 # }
6020 # #endif
6022 # #ifdef __CYGWIN__
6023 # #include <cygwin/cygwin_dll.h>
6024 # DECLARE_CYGWIN_DLL( DllMain );
6025 # #endif
6026 # HINSTANCE __hDllInstance_base;
6028 # BOOL APIENTRY
6029 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6030 # {
6031 #   __hDllInstance_base = hInst;
6032 #   return TRUE;
6033 # }
6034 # /* ltdll.c ends here */
6036 m4trace:/usr/share/aclocal/libtool.m4:6476: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6037 m4trace:/usr/share/aclocal/libtool.m4:6480: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6038 m4trace:/usr/share/aclocal/libtool.m4:6481: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6039 m4trace:/usr/share/aclocal/libtool.m4:6482: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6040 m4trace:/usr/share/aclocal/libtool.m4:6483: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6041 m4trace:/usr/share/aclocal/libtool.m4:6484: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6042 m4trace:/usr/share/aclocal/libtool.m4:6485: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6043 m4trace:/usr/share/aclocal/libtool.m4:6486: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6044 m4trace:/usr/share/aclocal/libtool.m4:6491: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
6045   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6046   AC_SUBST(GCJFLAGS)
6048 m4trace:/usr/share/aclocal/libtool.m4:6497: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
6050 m4trace:/usr/share/aclocal/libtool.m4:6535: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
6051 AC_CACHE_VAL(lt_cv_path_SED,
6052 [# Loop through the user's path and test for sed and gsed.
6053 # Then use that list of sed's as ones to test for truncation.
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6057   IFS=$as_save_IFS
6058   test -z "$as_dir" && as_dir=.
6059   for lt_ac_prog in sed gsed; do
6060     for ac_exec_ext in '' $ac_executable_extensions; do
6061       if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
6062         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6063       fi
6064     done
6065   done
6066 done
6067 IFS=$as_save_IFS
6068 lt_ac_max=0
6069 lt_ac_count=0
6070 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6071 # along with /bin/sed that truncates output.
6072 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6073   test ! -f $lt_ac_sed && continue
6074   cat /dev/null > conftest.in
6075   lt_ac_count=0
6076   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6077   # Check for GNU sed and select it if it is found.
6078   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6079     lt_cv_path_SED=$lt_ac_sed
6080     break
6081   fi
6082   while true; do
6083     cat conftest.in conftest.in >conftest.tmp
6084     mv conftest.tmp conftest.in
6085     cp conftest.in conftest.nl
6086     echo >>conftest.nl
6087     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6088     cmp -s conftest.out conftest.nl || break
6089     # 10000 chars as input seems more than enough
6090     test $lt_ac_count -gt 10 && break
6091     lt_ac_count=`expr $lt_ac_count + 1`
6092     if test $lt_ac_count -gt $lt_ac_max; then
6093       lt_ac_max=$lt_ac_count
6094       lt_cv_path_SED=$lt_ac_sed
6095     fi
6096   done
6097 done
6099 SED=$lt_cv_path_SED
6100 AC_SUBST([SED])
6101 AC_MSG_RESULT([$SED])
6103 m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
6104 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
6105 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
6106 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
6107         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
6109 if test -n "$PKG_CONFIG"; then
6110         _pkg_min_version=m4_default([$1], [0.9.0])
6111         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
6112         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
6113                 AC_MSG_RESULT([yes])
6114         else
6115                 AC_MSG_RESULT([no])
6116                 PKG_CONFIG=""
6117         fi
6118                 
6119 fi[]dnl
6121 m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
6122 if test -n "$PKG_CONFIG" && \
6123     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
6124   m4_ifval([$2], [$2], [:])
6125 m4_ifvaln([$3], [else
6126   $3])dnl
6127 fi])
6128 m4trace:/usr/share/aclocal/pkg.m4:82: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
6129 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6130         _pkg_short_errors_supported=yes
6131 else
6132         _pkg_short_errors_supported=no
6133 fi[]dnl
6135 m4trace:/usr/share/aclocal/pkg.m4:102: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
6136 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
6137 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
6139 pkg_failed=no
6140 AC_MSG_CHECKING([for $1])
6142 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
6143 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
6145 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
6146 and $1[]_LIBS to avoid the need to call pkg-config.
6147 See the pkg-config man page for more details.])
6149 if test $pkg_failed = yes; then
6150         _PKG_SHORT_ERRORS_SUPPORTED
6151         if test $_pkg_short_errors_supported = yes; then
6152                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
6153         else 
6154                 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
6155         fi
6156         # Put the nasty error message in config.log where it belongs
6157         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
6159         ifelse([$4], , [AC_MSG_ERROR(dnl
6160 [Package requirements ($2) were not met:
6162 $$1_PKG_ERRORS
6164 Consider adjusting the PKG_CONFIG_PATH environment variable if you
6165 installed software in a non-standard prefix.
6167 _PKG_TEXT
6168 ])],
6169                 [AC_MSG_RESULT([no])
6170                 $4])
6171 elif test $pkg_failed = untried; then
6172         ifelse([$4], , [AC_MSG_FAILURE(dnl
6173 [The pkg-config script could not be found or is too old.  Make sure it
6174 is in your PATH or set the PKG_CONFIG environment variable to the full
6175 path to pkg-config.
6177 _PKG_TEXT
6179 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
6180                 [$4])
6181 else
6182         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
6183         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
6184         AC_MSG_RESULT([yes])
6185         ifelse([$3], , :, [$3])
6186 fi[]dnl
6188 m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
6189 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6190 dnl require some minimum version.  Point them to the right macro.
6191 m4_if([$1], [1.10.1], [],
6192       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6194 m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
6195 m4_ifndef([AC_AUTOCONF_VERSION],
6196   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6197 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6198 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.
6199 AC_PREREQ([2.50])dnl
6200 # expand $ac_aux_dir to an absolute path
6201 am_aux_dir=`cd $ac_aux_dir && pwd`
6203 m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
6204  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6205         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6206 AC_SUBST([$1_TRUE])dnl
6207 AC_SUBST([$1_FALSE])dnl
6208 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6209 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6210 if $2; then
6211   $1_TRUE=
6212   $1_FALSE='#'
6213 else
6214   $1_TRUE='#'
6215   $1_FALSE=
6217 AC_CONFIG_COMMANDS_PRE(
6218 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6219   AC_MSG_ERROR([[conditional "$1" was never defined.
6220 Usually this means the macro was only invoked conditionally.]])
6221 fi])])
6222 m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
6223 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
6224 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
6225 AC_REQUIRE([AM_DEP_TRACK])dnl
6227 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6228        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6229        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6230        [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6231        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6232                    [depcc="$$1"   am_compiler_list=])
6234 AC_CACHE_CHECK([dependency style of $depcc],
6235                [am_cv_$1_dependencies_compiler_type],
6236 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6237   # We make a subdir and do the tests there.  Otherwise we can end up
6238   # making bogus files that we don't know about and never remove.  For
6239   # instance it was reported that on HP-UX the gcc test will end up
6240   # making a dummy file named `D' -- because `-MD' means `put the output
6241   # in D'.
6242   mkdir conftest.dir
6243   # Copy depcomp to subdir because otherwise we won't find it if we're
6244   # using a relative directory.
6245   cp "$am_depcomp" conftest.dir
6246   cd conftest.dir
6247   # We will build objects and dependencies in a subdirectory because
6248   # it helps to detect inapplicable dependency modes.  For instance
6249   # both Tru64's cc and ICC support -MD to output dependencies as a
6250   # side effect of compilation, but ICC will put the dependencies in
6251   # the current directory while Tru64 will put them in the object
6252   # directory.
6253   mkdir sub
6255   am_cv_$1_dependencies_compiler_type=none
6256   if test "$am_compiler_list" = ""; then
6257      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
6258   fi
6259   for depmode in $am_compiler_list; do
6260     # Setup a source with many dependencies, because some compilers
6261     # like to wrap large dependency lists on column 80 (with \), and
6262     # we should not choose a depcomp mode which is confused by this.
6263     #
6264     # We need to recreate these files for each test, as the compiler may
6265     # overwrite some of them when testing with obscure command lines.
6266     # This happens at least with the AIX C compiler.
6267     : > sub/conftest.c
6268     for i in 1 2 3 4 5 6; do
6269       echo '#include "conftst'$i'.h"' >> sub/conftest.c
6270       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6271       # Solaris 8's {/usr,}/bin/sh.
6272       touch sub/conftst$i.h
6273     done
6274     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6276     case $depmode in
6277     nosideeffect)
6278       # after this tag, mechanisms are not by side-effect, so they'll
6279       # only be used when explicitly requested
6280       if test "x$enable_dependency_tracking" = xyes; then
6281         continue
6282       else
6283         break
6284       fi
6285       ;;
6286     none) break ;;
6287     esac
6288     # We check with `-c' and `-o' for the sake of the "dashmstdout"
6289     # mode.  It turns out that the SunPro C++ compiler does not properly
6290     # handle `-M -o', and we need to detect this.
6291     if depmode=$depmode \
6292        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6293        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6294        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6295          >/dev/null 2>conftest.err &&
6296        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6297        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6298        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6299        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6300       # icc doesn't choke on unknown options, it will just issue warnings
6301       # or remarks (even with -Werror).  So we grep stderr for any message
6302       # that says an option was ignored or not supported.
6303       # When given -MP, icc 7.0 and 7.1 complain thusly:
6304       #   icc: Command line warning: ignoring option '-M'; no argument required
6305       # The diagnosis changed in icc 8.0:
6306       #   icc: Command line remark: option '-MP' not supported
6307       if (grep 'ignoring option' conftest.err ||
6308           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6309         am_cv_$1_dependencies_compiler_type=$depmode
6310         break
6311       fi
6312     fi
6313   done
6315   cd ..
6316   rm -rf conftest.dir
6317 else
6318   am_cv_$1_dependencies_compiler_type=none
6321 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
6322 AM_CONDITIONAL([am__fastdep$1], [
6323   test "x$enable_dependency_tracking" != xno \
6324   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
6326 m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6327 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
6329 m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
6330 [  --disable-dependency-tracking  speeds up one-time build
6331   --enable-dependency-tracking   do not reject slow dependency extractors])
6332 if test "x$enable_dependency_tracking" != xno; then
6333   am_depcomp="$ac_aux_dir/depcomp"
6334   AMDEPBACKSLASH='\'
6336 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6337 AC_SUBST([AMDEPBACKSLASH])dnl
6338 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6340 m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
6341   # Strip MF so we end up with the name of the file.
6342   mf=`echo "$mf" | sed -e 's/:.*$//'`
6343   # Check whether this is an Automake generated Makefile or not.
6344   # We used to match only the files named `Makefile.in', but
6345   # some people rename them; so instead we look at the file content.
6346   # Grep'ing the first line is not enough: some people post-process
6347   # each Makefile.in and add a new line on top of each file to say so.
6348   # Grep'ing the whole file is not good either: AIX grep has a line
6349   # limit of 2048, but all sed's we know have understand at least 4000.
6350   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6351     dirpart=`AS_DIRNAME("$mf")`
6352   else
6353     continue
6354   fi
6355   # Extract the definition of DEPDIR, am__include, and am__quote
6356   # from the Makefile without running `make'.
6357   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6358   test -z "$DEPDIR" && continue
6359   am__include=`sed -n 's/^am__include = //p' < "$mf"`
6360   test -z "am__include" && continue
6361   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6362   # When using ansi2knr, U may be empty or an underscore; expand it
6363   U=`sed -n 's/^U = //p' < "$mf"`
6364   # Find all dependency output files, they are included files with
6365   # $(DEPDIR) in their names.  We invoke sed twice because it is the
6366   # simplest approach to changing $(DEPDIR) to its actual value in the
6367   # expansion.
6368   for file in `sed -n "
6369     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6370        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6371     # Make sure the directory exists.
6372     test -f "$dirpart/$file" && continue
6373     fdir=`AS_DIRNAME(["$file"])`
6374     AS_MKDIR_P([$dirpart/$fdir])
6375     # echo "creating $dirpart/$file"
6376     echo '# dummy' > "$dirpart/$file"
6377   done
6378 done
6380 m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6381      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6382      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6384 m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
6385 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6386 dnl the ones we care about.
6387 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6388 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6389 AC_REQUIRE([AC_PROG_INSTALL])dnl
6390 if test "`cd $srcdir && pwd`" != "`pwd`"; then
6391   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6392   # is not polluted with repeated "-I."
6393   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6394   # test to see if srcdir already configured
6395   if test -f $srcdir/config.status; then
6396     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6397   fi
6400 # test whether we have cygpath
6401 if test -z "$CYGPATH_W"; then
6402   if (cygpath --version) >/dev/null 2>/dev/null; then
6403     CYGPATH_W='cygpath -w'
6404   else
6405     CYGPATH_W=echo
6406   fi
6408 AC_SUBST([CYGPATH_W])
6410 # Define the identity of the package.
6411 dnl Distinguish between old-style and new-style calls.
6412 m4_ifval([$2],
6413 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6414  AC_SUBST([PACKAGE], [$1])dnl
6415  AC_SUBST([VERSION], [$2])],
6416 [_AM_SET_OPTIONS([$1])dnl
6417 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6418 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6419   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6420  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6421  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6423 _AM_IF_OPTION([no-define],,
6424 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6425  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6427 # Some tools Automake needs.
6428 AC_REQUIRE([AM_SANITY_CHECK])dnl
6429 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6430 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6431 AM_MISSING_PROG(AUTOCONF, autoconf)
6432 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6433 AM_MISSING_PROG(AUTOHEADER, autoheader)
6434 AM_MISSING_PROG(MAKEINFO, makeinfo)
6435 AM_PROG_INSTALL_SH
6436 AM_PROG_INSTALL_STRIP
6437 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6438 # We need awk for the "check" target.  The system "awk" is bad on
6439 # some platforms.
6440 AC_REQUIRE([AC_PROG_AWK])dnl
6441 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6442 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6443 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6444               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6445                              [_AM_PROG_TAR([v7])])])
6446 _AM_IF_OPTION([no-dependencies],,
6447 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6448                   [_AM_DEPENDENCIES(CC)],
6449                   [define([AC_PROG_CC],
6450                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6451 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6452                   [_AM_DEPENDENCIES(CXX)],
6453                   [define([AC_PROG_CXX],
6454                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6455 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6456                   [_AM_DEPENDENCIES(OBJC)],
6457                   [define([AC_PROG_OBJC],
6458                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6461 m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6462 _am_arg=$1
6463 _am_stamp_count=1
6464 for _am_header in $config_headers :; do
6465   case $_am_header in
6466     $_am_arg | $_am_arg:* )
6467       break ;;
6468     * )
6469       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6470   esac
6471 done
6472 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
6473 m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6474 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6475 AC_SUBST(install_sh)])
6476 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6477 mkdir .tst 2>/dev/null
6478 if test -d .tst; then
6479   am__leading_dot=.
6480 else
6481   am__leading_dot=_
6483 rmdir .tst 2>/dev/null
6484 AC_SUBST([am__leading_dot])])
6485 m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6486 cat > confinc << 'END'
6487 am__doit:
6488         @echo done
6489 .PHONY: am__doit
6491 # If we don't find an include directive, just comment out the code.
6492 AC_MSG_CHECKING([for style of include used by $am_make])
6493 am__include="#"
6494 am__quote=
6495 _am_result=none
6496 # First try GNU make style include.
6497 echo "include confinc" > confmf
6498 # We grep out `Entering directory' and `Leaving directory'
6499 # messages which can occur if `w' ends up in MAKEFLAGS.
6500 # In particular we don't look at `^make:' because GNU make might
6501 # be invoked under some other name (usually "gmake"), in which
6502 # case it prints its new name instead of `make'.
6503 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6504    am__include=include
6505    am__quote=
6506    _am_result=GNU
6508 # Now try BSD make style include.
6509 if test "$am__include" = "#"; then
6510    echo '.include "confinc"' > confmf
6511    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6512       am__include=.include
6513       am__quote="\""
6514       _am_result=BSD
6515    fi
6517 AC_SUBST([am__include])
6518 AC_SUBST([am__quote])
6519 AC_MSG_RESULT([$_am_result])
6520 rm -f confinc confmf
6522 m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6523 $1=${$1-"${am_missing_run}$2"}
6524 AC_SUBST($1)])
6525 m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6526 AC_REQUIRE_AUX_FILE([missing])dnl
6527 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6528 # Use eval to expand $SHELL
6529 if eval "$MISSING --run true"; then
6530   am_missing_run="$MISSING --run "
6531 else
6532   am_missing_run=
6533   AC_MSG_WARN([`missing' script is too old or missing])
6536 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
6537 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
6538 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
6539 dnl while keeping a definition of mkdir_p for backward compatibility.
6540 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
6541 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
6542 dnl Makefile.ins that do not define MKDIR_P, so we do our own
6543 dnl adjustment using top_builddir (which is defined more often than
6544 dnl MKDIR_P).
6545 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
6546 case $mkdir_p in
6547   [[\\/$]]* | ?:[[\\/]]*) ;;
6548   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
6549 esac
6551 m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6552 m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6553 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)])])
6554 m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6555 m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6556    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6557    ac_status=$?
6558    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6559    (exit $ac_status); }])
6560 m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6561 # Just in case
6562 sleep 1
6563 echo timestamp > conftest.file
6564 # Do `set' in a subshell so we don't clobber the current shell's
6565 # arguments.  Must try -L first in case configure is actually a
6566 # symlink; some systems play weird games with the mod time of symlinks
6567 # (eg FreeBSD returns the mod time of the symlink's containing
6568 # directory).
6569 if (
6570    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6571    if test "$[*]" = "X"; then
6572       # -L didn't work.
6573       set X `ls -t $srcdir/configure conftest.file`
6574    fi
6575    rm -f conftest.file
6576    if test "$[*]" != "X $srcdir/configure conftest.file" \
6577       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6579       # If neither matched, then we have a broken ls.  This can happen
6580       # if, for instance, CONFIG_SHELL is bash and it inherits a
6581       # broken ls alias from the environment.  This has actually
6582       # happened.  Such a system could not be considered "sane".
6583       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6584 alias in your environment])
6585    fi
6587    test "$[2]" = conftest.file
6588    )
6589 then
6590    # Ok.
6591    :
6592 else
6593    AC_MSG_ERROR([newly created file is older than distributed files!
6594 Check your system clock])
6596 AC_MSG_RESULT(yes)])
6597 m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6598 # Installed binaries are usually stripped using `strip' when the user
6599 # run `make install-strip'.  However `strip' might not be the right
6600 # tool to use in cross-compilation environments, therefore Automake
6601 # will honor the `STRIP' environment variable to overrule this program.
6602 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6603 if test "$cross_compiling" != no; then
6604   AC_CHECK_TOOL([STRIP], [strip], :)
6606 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
6607 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6608 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
6609 m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6610 AM_MISSING_PROG([AMTAR], [tar])
6611 m4_if([$1], [v7],
6612      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6613      [m4_case([$1], [ustar],, [pax],,
6614               [m4_fatal([Unknown tar format])])
6615 AC_MSG_CHECKING([how to create a $1 tar archive])
6616 # Loop over all known methods to create a tar archive until one works.
6617 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6618 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6619 # Do not fold the above two line into one, because Tru64 sh and
6620 # Solaris sh will not grok spaces in the rhs of `-'.
6621 for _am_tool in $_am_tools
6623   case $_am_tool in
6624   gnutar)
6625     for _am_tar in tar gnutar gtar;
6626     do
6627       AM_RUN_LOG([$_am_tar --version]) && break
6628     done
6629     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6630     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6631     am__untar="$_am_tar -xf -"
6632     ;;
6633   plaintar)
6634     # Must skip GNU tar: if it does not support --format= it doesn't create
6635     # ustar tarball either.
6636     (tar --version) >/dev/null 2>&1 && continue
6637     am__tar='tar chf - "$$tardir"'
6638     am__tar_='tar chf - "$tardir"'
6639     am__untar='tar xf -'
6640     ;;
6641   pax)
6642     am__tar='pax -L -x $1 -w "$$tardir"'
6643     am__tar_='pax -L -x $1 -w "$tardir"'
6644     am__untar='pax -r'
6645     ;;
6646   cpio)
6647     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6648     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6649     am__untar='cpio -i -H $1 -d'
6650     ;;
6651   none)
6652     am__tar=false
6653     am__tar_=false
6654     am__untar=false
6655     ;;
6656   esac
6658   # If the value was cached, stop now.  We just wanted to have am__tar
6659   # and am__untar set.
6660   test -n "${am_cv_prog_tar_$1}" && break
6662   # tar/untar a dummy directory, and stop if the command works
6663   rm -rf conftest.dir
6664   mkdir conftest.dir
6665   echo GrepMe > conftest.dir/file
6666   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6667   rm -rf conftest.dir
6668   if test -s conftest.tar; then
6669     AM_RUN_LOG([$am__untar <conftest.tar])
6670     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6671   fi
6672 done
6673 rm -rf conftest.dir
6675 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6676 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6677 AC_SUBST([am__tar])
6678 AC_SUBST([am__untar])
6680 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?A[CHUM]_])
6681 m4trace:configure.ac:9: -1- m4_pattern_forbid([_AC_])
6682 m4trace:configure.ac:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6683 m4trace:configure.ac:9: -1- m4_pattern_allow([^AS_FLAGS$])
6684 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?m4_])
6685 m4trace:configure.ac:9: -1- m4_pattern_forbid([^dnl$])
6686 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?AS_])
6687 m4trace:configure.ac:9: -1- m4_pattern_allow([^SHELL$])
6688 m4trace:configure.ac:9: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6689 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
6690 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6691 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6692 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
6693 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6694 m4trace:configure.ac:9: -1- m4_pattern_allow([^exec_prefix$])
6695 m4trace:configure.ac:9: -1- m4_pattern_allow([^prefix$])
6696 m4trace:configure.ac:9: -1- m4_pattern_allow([^program_transform_name$])
6697 m4trace:configure.ac:9: -1- m4_pattern_allow([^bindir$])
6698 m4trace:configure.ac:9: -1- m4_pattern_allow([^sbindir$])
6699 m4trace:configure.ac:9: -1- m4_pattern_allow([^libexecdir$])
6700 m4trace:configure.ac:9: -1- m4_pattern_allow([^datarootdir$])
6701 m4trace:configure.ac:9: -1- m4_pattern_allow([^datadir$])
6702 m4trace:configure.ac:9: -1- m4_pattern_allow([^sysconfdir$])
6703 m4trace:configure.ac:9: -1- m4_pattern_allow([^sharedstatedir$])
6704 m4trace:configure.ac:9: -1- m4_pattern_allow([^localstatedir$])
6705 m4trace:configure.ac:9: -1- m4_pattern_allow([^includedir$])
6706 m4trace:configure.ac:9: -1- m4_pattern_allow([^oldincludedir$])
6707 m4trace:configure.ac:9: -1- m4_pattern_allow([^docdir$])
6708 m4trace:configure.ac:9: -1- m4_pattern_allow([^infodir$])
6709 m4trace:configure.ac:9: -1- m4_pattern_allow([^htmldir$])
6710 m4trace:configure.ac:9: -1- m4_pattern_allow([^dvidir$])
6711 m4trace:configure.ac:9: -1- m4_pattern_allow([^pdfdir$])
6712 m4trace:configure.ac:9: -1- m4_pattern_allow([^psdir$])
6713 m4trace:configure.ac:9: -1- m4_pattern_allow([^libdir$])
6714 m4trace:configure.ac:9: -1- m4_pattern_allow([^localedir$])
6715 m4trace:configure.ac:9: -1- m4_pattern_allow([^mandir$])
6716 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
6717 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6718 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6719 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
6720 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6721 m4trace:configure.ac:9: -1- m4_pattern_allow([^DEFS$])
6722 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_C$])
6723 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_N$])
6724 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_T$])
6725 m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
6726 m4trace:configure.ac:9: -1- m4_pattern_allow([^build_alias$])
6727 m4trace:configure.ac:9: -1- m4_pattern_allow([^host_alias$])
6728 m4trace:configure.ac:9: -1- m4_pattern_allow([^target_alias$])
6729 m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([pidgin_sipe], [1.2.0])
6730 m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6731 m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6732 m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.10.1])
6733 m4trace:configure.ac:10: -1- _AM_AUTOCONF_VERSION([2.61])
6734 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6735 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6736 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
6737 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__isrc$])
6738 m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([am__isrc])
6739 m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
6740 m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
6741 m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
6742 m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6743  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6744 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
6745 m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
6746 m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
6747 m4trace:configure.ac:10: -1- AM_SANITY_CHECK
6748 m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6749 m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
6750 m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
6751 m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
6752 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6753 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
6754 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6755 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
6756 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6757 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
6758 m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6759 m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
6760 m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
6761 m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
6762 m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
6763 m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
6764 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6765 m4trace:configure.ac:10: -1- AM_PROG_MKDIR_P
6766 m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
6767 m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
6768 m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
6769 m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
6770 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
6771 m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6772                              [_AM_PROG_TAR([v7])])])
6773 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
6774 m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6775 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax])
6776 m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7])
6777 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AMTAR], [tar])
6778 m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
6779 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
6780 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
6781 m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6782                   [_AM_DEPENDENCIES(CC)],
6783                   [define([AC_PROG_CC],
6784                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6785 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6786                   [_AM_DEPENDENCIES(CXX)],
6787                   [define([AC_PROG_CXX],
6788                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6789 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6790                   [_AM_DEPENDENCIES(OBJC)],
6791                   [define([AC_PROG_OBJC],
6792                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6794 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
6795 m4trace:configure.ac:14: -1- AC_DISABLE_STATIC
6796 m4trace:configure.ac:14: -1- AC_ENABLE_STATIC([no])
6797 m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6798 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6799 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6800 /usr/share/aclocal/libtool.m4:1990: AC_ENABLE_STATIC is expanded from...
6801 /usr/share/aclocal/libtool.m4:2019: AC_DISABLE_STATIC is expanded from...
6802 configure.ac:14: the top level])
6803 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6804 m4trace:configure.ac:16: -1- m4_pattern_allow([^CFLAGS$])
6805 m4trace:configure.ac:16: -1- m4_pattern_allow([^LDFLAGS$])
6806 m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBS$])
6807 m4trace:configure.ac:16: -1- m4_pattern_allow([^CPPFLAGS$])
6808 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6809 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6810 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6811 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6812 m4trace:configure.ac:16: -1- m4_pattern_allow([^ac_ct_CC$])
6813 m4trace:configure.ac:16: -1- m4_pattern_allow([^EXEEXT$])
6814 m4trace:configure.ac:16: -1- m4_pattern_allow([^OBJEXT$])
6815 m4trace:configure.ac:16: -1- _AM_DEPENDENCIES([CC])
6816 m4trace:configure.ac:16: -1- AM_SET_DEPDIR
6817 m4trace:configure.ac:16: -1- m4_pattern_allow([^DEPDIR$])
6818 m4trace:configure.ac:16: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6819 m4trace:configure.ac:16: -1- AM_MAKE_INCLUDE
6820 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__include$])
6821 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__quote$])
6822 m4trace:configure.ac:16: -1- AM_DEP_TRACK
6823 m4trace:configure.ac:16: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6824 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEP_TRUE$])
6825 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEP_FALSE$])
6826 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
6827 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
6828 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6829 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
6830 m4trace:configure.ac:16: -1- m4_pattern_allow([^CCDEPMODE$])
6831 m4trace:configure.ac:16: -1- AM_CONDITIONAL([am__fastdepCC], [
6832   test "x$enable_dependency_tracking" != xno \
6833   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6834 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6835 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6836 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
6837 m4trace:configure.ac:16: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
6838 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6839 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6840 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_DATA$])
6841 m4trace:configure.ac:18: -1- AC_PROG_LIBTOOL
6842 m4trace:configure.ac:18: -1- _AC_PROG_LIBTOOL
6843 m4trace:configure.ac:18: -1- AC_LIBTOOL_SETUP
6844 m4trace:configure.ac:18: -1- AC_ENABLE_SHARED
6845 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6846 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6847 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6848 /usr/share/aclocal/libtool.m4:1951: AC_ENABLE_SHARED is expanded from...
6849 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6850 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6851 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6852 configure.ac:18: the top level])
6853 m4trace:configure.ac:18: -1- AC_ENABLE_FAST_INSTALL
6854 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6855 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6856 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
6857 /usr/share/aclocal/libtool.m4:2029: AC_ENABLE_FAST_INSTALL is expanded from...
6858 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6859 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6860 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6861 configure.ac:18: the top level])
6862 m4trace:configure.ac:18: -1- m4_pattern_allow([^build$])
6863 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_cpu$])
6864 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_vendor$])
6865 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_os$])
6866 m4trace:configure.ac:18: -1- m4_pattern_allow([^host$])
6867 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_cpu$])
6868 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_vendor$])
6869 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_os$])
6870 m4trace:configure.ac:18: -1- AC_PROG_LD
6871 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6872 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6873 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
6874 /usr/share/aclocal/libtool.m4:2170: AC_PROG_LD is expanded from...
6875 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6876 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6877 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6878 configure.ac:18: the top level])
6879 m4trace:configure.ac:18: -1- LT_AC_PROG_SED
6880 m4trace:configure.ac:18: -1- m4_pattern_allow([^SED$])
6881 m4trace:configure.ac:18: -1- AC_PROG_LD_GNU
6882 m4trace:configure.ac:18: -1- AC_PROG_EGREP
6883 m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
6884 m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
6885 m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
6886 m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
6887 m4trace:configure.ac:18: -1- AC_PROG_LD_RELOAD_FLAG
6888 m4trace:configure.ac:18: -1- AC_PROG_NM
6889 m4trace:configure.ac:18: -1- m4_pattern_allow([^LN_S$])
6890 m4trace:configure.ac:18: -1- AC_DEPLIBS_CHECK_METHOD
6891 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6892 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6893 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6894 m4trace:configure.ac:18: -1- AC_LIBTOOL_OBJDIR
6895 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
6896 m4trace:configure.ac:18: -1- _LT_AC_PROG_ECHO_BACKSLASH
6897 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([
6898 # Check that we are running under the correct shell.
6899 SHELL=${CONFIG_SHELL-/bin/sh}
6901 case X$ECHO in
6902 X*--fallback-echo)
6903   # Remove one level of quotation (which was required for Make).
6904   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6905   ;;
6906 esac
6908 echo=${ECHO-echo}
6909 if test "X[$]1" = X--no-reexec; then
6910   # Discard the --no-reexec flag, and continue.
6911   shift
6912 elif test "X[$]1" = X--fallback-echo; then
6913   # Avoid inline document here, it may be left over
6914   :
6915 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6916   # Yippee, $echo works!
6917   :
6918 else
6919   # Restart under the correct shell.
6920   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6923 if test "X[$]1" = X--fallback-echo; then
6924   # used as fallback echo
6925   shift
6926   cat <<EOF
6927 [$]*
6929   exit 0
6932 # The HP-UX ksh and POSIX shell print the target directory to stdout
6933 # if CDPATH is set.
6934 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6936 if test -z "$ECHO"; then
6937 if test "X${echo_test_string+set}" != Xset; then
6938 # find a string as large as possible, as long as the shell can cope with it
6939   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6940     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6941     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6942        echo_test_string=`eval $cmd` &&
6943        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6944     then
6945       break
6946     fi
6947   done
6950 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6951    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6952    test "X$echo_testing_string" = "X$echo_test_string"; then
6953   :
6954 else
6955   # The Solaris, AIX, and Digital Unix default echo programs unquote
6956   # backslashes.  This makes it impossible to quote backslashes using
6957   #   echo "$something" | sed 's/\\/\\\\/g'
6958   #
6959   # So, first we look for a working echo in the user's PATH.
6961   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6962   for dir in $PATH /usr/ucb; do
6963     IFS="$lt_save_ifs"
6964     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6965        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6966        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6967        test "X$echo_testing_string" = "X$echo_test_string"; then
6968       echo="$dir/echo"
6969       break
6970     fi
6971   done
6972   IFS="$lt_save_ifs"
6974   if test "X$echo" = Xecho; then
6975     # We didn't find a better echo, so look for alternatives.
6976     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6977        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6978        test "X$echo_testing_string" = "X$echo_test_string"; then
6979       # This shell has a builtin print -r that does the trick.
6980       echo='print -r'
6981     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6982          test "X$CONFIG_SHELL" != X/bin/ksh; then
6983       # If we have ksh, try running configure again with it.
6984       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6985       export ORIGINAL_CONFIG_SHELL
6986       CONFIG_SHELL=/bin/ksh
6987       export CONFIG_SHELL
6988       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6989     else
6990       # Try using printf.
6991       echo='printf %s\n'
6992       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6993          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6994          test "X$echo_testing_string" = "X$echo_test_string"; then
6995         # Cool, printf works
6996         :
6997       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6998            test "X$echo_testing_string" = 'X\t' &&
6999            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7000            test "X$echo_testing_string" = "X$echo_test_string"; then
7001         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
7002         export CONFIG_SHELL
7003         SHELL="$CONFIG_SHELL"
7004         export SHELL
7005         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7006       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
7007            test "X$echo_testing_string" = 'X\t' &&
7008            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
7009            test "X$echo_testing_string" = "X$echo_test_string"; then
7010         echo="$CONFIG_SHELL [$]0 --fallback-echo"
7011       else
7012         # maybe with a smaller string...
7013         prev=:
7015         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
7016           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
7017           then
7018             break
7019           fi
7020           prev="$cmd"
7021         done
7023         if test "$prev" != 'sed 50q "[$]0"'; then
7024           echo_test_string=`eval $prev`
7025           export echo_test_string
7026           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
7027         else
7028           # Oops.  We lost completely, so just stick with echo.
7029           echo=echo
7030         fi
7031       fi
7032     fi
7033   fi
7037 # Copy echo and quote the copy suitably for passing to libtool from
7038 # the Makefile, instead of quoting the original, which is used later.
7039 ECHO=$echo
7040 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
7041    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
7044 AC_SUBST(ECHO)
7046 m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO$])
7047 m4trace:configure.ac:18: -1- m4_pattern_allow([^AR$])
7048 m4trace:configure.ac:18: -1- m4_pattern_allow([^RANLIB$])
7049 m4trace:configure.ac:18: -1- m4_pattern_allow([^STRIP$])
7050 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7051 m4trace:configure.ac:18: -1- AC_PATH_MAGIC
7052 m4trace:configure.ac:18: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
7053 m4trace:configure.ac:18: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
7054 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7055 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7056 ../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
7057 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7058 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7059 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7060 configure.ac:18: the top level])
7061 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7062 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7063 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7064 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7065 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7066 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7067 configure.ac:18: the top level])
7068 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_C_CONFIG
7069 m4trace:configure.ac:18: -1- _LT_AC_LANG_C_CONFIG
7070 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [])
7071 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
7072 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
7073 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
7074 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
7075 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7076 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7077 m4trace:configure.ac:18: -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"])
7078 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7079 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7080 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
7081 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7082 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7083 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7084 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7085 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7086 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7087 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7088 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7089 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7090 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7091 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7092 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7093 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7094 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7095 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7096 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7097 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7098 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7099 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7100 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7101 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7102 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7103 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7104 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7105 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7106 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7107 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7108 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7109 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7110 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7111 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7112 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7113 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7114 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7115 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7116 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7117 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7118 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7119 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7120 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7121 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7122 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7123 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7124 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7125 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7126 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7127 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7128 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7129 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7130 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7131 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7132 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7133 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7134 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7135 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7136 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7137 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7138 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7139 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7140 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7141 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7142 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7143 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7144 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7145 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7146 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7147 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
7148 m4trace:configure.ac:18: -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
7149      "" | " "*) ;;
7150      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
7151      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
7152      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
7153 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7154 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7155 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7156 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7157 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7158 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7159 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7160 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
7161 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7162 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7163 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7164 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7165 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7166 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
7167 m4trace:configure.ac:18: -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, )=])
7168 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7169 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([])
7170 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7171 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7172 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7173 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7174 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7175 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7176 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7177 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
7178 m4trace:configure.ac:18: -1- _LT_AC_LOCK
7179 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
7180 You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
7181 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
7182 ../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
7183 ../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
7184 /usr/share/aclocal/libtool.m4:479: _LT_AC_LOCK is expanded from...
7185 /usr/share/aclocal/libtool.m4:1096: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
7186 /usr/share/aclocal/libtool.m4:2703: _LT_AC_LANG_C_CONFIG is expanded from...
7187 /usr/share/aclocal/libtool.m4:2702: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
7188 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7189 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7190 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7191 configure.ac:18: the top level])
7192 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7193 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
7194 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7195 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7196 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7197 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7198 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7199 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7200 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7201 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7202 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7203 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7204 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7205 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7206 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7207 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7208 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7209 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7210 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7211 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7212 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7213 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7214 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7215 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
7216 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7217 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7218 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7219 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7220 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7221 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7222 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7223 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7224 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7225 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7226 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7227 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7228 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7229 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7230 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7231 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7232 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7233 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7234 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7235 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7236 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7237 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7238 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7239 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7240 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7241 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7242 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7243 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7244 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7245 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7246 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7247 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7248 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7249 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7250 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7251 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7252 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7253 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7254 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7255 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7256 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7257 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7258 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7259 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7260 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7261 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7262 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7263 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7264 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7265 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7266 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7267 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7268 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7269 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7270 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7271 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7272 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7273 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7274 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7275 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7276 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7277 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7278 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7279 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7280 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7281 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7282 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7283 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7284 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7285 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7286 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7287 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7288 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7289 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7290 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7291 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7292 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7293 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7294 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7295 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7296 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7297 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7298 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7299 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7300 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7301 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7302 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7303 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7304 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7305 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7306 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7307 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7308 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7309 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7310 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7311 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7312 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7313 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7314 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7315 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7316 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7317 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7318 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7319 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7320 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7321 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7322 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7323 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7324 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7325 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7326 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7327 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7328 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7329 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7330 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7331 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7332 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7333 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7334 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7335 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7336 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7337 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7338 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7339 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7340 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7341 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7342 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7343 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7344 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7345 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7346 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7347 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7348 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7349 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7350 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7351 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7352 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7353 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7354 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7355 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7356 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7357 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7358 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7359 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7360 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7361 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7362 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7363 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7364 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7365 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7366 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7367 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7368 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7369 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7370 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7371 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7372 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7373 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7374 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7375 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7376 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7377 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7378 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7379 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7380 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7381 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7382 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7383 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7384 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7385 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7386 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7387 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7388 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7389 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7390 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7391 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7392 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7393 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7394 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7395 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7396 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7397 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7398 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7399 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7400 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7401 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7402 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7403 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7404 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7405 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7406 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7407 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7408 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7409 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7410 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7411 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7412 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7413 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7414 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7415 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7416 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7417 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7418 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7419 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7420 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7421 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7422 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7423 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7424 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7425 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7426 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7427 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7428 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7429 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7430 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7431 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7432 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7433 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7434 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7435 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7436 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7437 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7438 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7439 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7440 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7441 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7442 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7443 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [])
7444 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7445 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7446 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7447 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7448 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7449 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7450 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7451 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7452 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7453 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7454 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7455 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7456 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7457 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7458 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7459 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7460 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7461 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7462 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7463 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7464 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7465 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7466 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7467 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7468 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7469 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7470 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7471 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7472 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7473 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7474 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7475 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7476 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7477 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7478 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7479 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7480 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7481 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7482 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7483 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7484 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7485 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7486 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7487 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [])
7488 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7489 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7490 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7491 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7492 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7493 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7494 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7495 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7496 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7497 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [])
7498 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7499 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7500 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7501 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7502 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7503 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7504 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7505 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7506 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7507 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_LIB_STRIP
7508 m4trace:configure.ac:18: -1- AC_LIBTOOL_DLOPEN_SELF
7509 m4trace:configure.ac:18: -1- _LT_AC_CHECK_DLFCN
7510 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
7511 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7512 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
7513 m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
7514 m4trace:configure.ac:18: -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])
7515 m4trace:configure.ac:18: -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])
7516 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([])
7517 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [])
7518 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [])
7519 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [])
7520 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7521 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7522 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7523 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7524 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7525 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7526 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7527 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7528 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7529 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7530 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [])
7531 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [])
7532 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [])
7533 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [])
7534 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7535 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7536 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7537 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7538 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7539 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7540 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7541 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7542 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7543 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7544 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7545 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7546 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7547 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7548 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7549 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7550 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7551 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7552 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
7553 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7554 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7555 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7556 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7557 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7558 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7559 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7560 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7561 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7562 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7563 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [])
7564 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [])
7565 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [])
7566 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7567 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7568 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7569 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7570 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7571 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7572 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7573 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7574 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7575 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7576 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7577 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7578 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7579 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7580 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7581 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [])
7582 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [])
7583 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [])
7584 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [])
7585 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7586 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7587 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7588 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7589 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7590 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7591 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7592 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7593 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7594 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7595 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7596 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7597 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7598 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7599 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7600 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
7601 m4trace:configure.ac:18: -1- _LT_AC_TAGCONFIG
7602 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7603 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7604 ../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
7605 /usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
7606 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7607 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7608 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7609 configure.ac:18: the top level])
7610 m4trace:configure.ac:18: -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:1828: _LT_AC_TAGCONFIG is expanded from...
7611 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7612 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7613 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7614 configure.ac:18: the top level])
7615 m4trace:configure.ac:18: -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:1828: _LT_AC_TAGCONFIG is expanded from...
7616 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7617 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7618 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7619 configure.ac:18: the top level])
7620 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7621 m4trace:configure.ac:18: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7622 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
7623 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXFLAGS$])
7624 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
7625 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
7626 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7627 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
7628 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CXX$])
7629 m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CXX])
7630 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXDEPMODE$])
7631 m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCXX], [
7632   test "x$enable_dependency_tracking" != xno \
7633   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7634 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7635 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7636 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
7637 m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
7638 m4trace:configure.ac:18: -1- _LT_AC_PROG_CXXCPP
7639 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXCPP$])
7640 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7641 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXCPP$])
7642 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7643 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7644 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7645 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7646 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7647 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7648 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7649 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7650 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7651 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7652 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7653 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7654 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7655 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7656 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7657 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7658 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7659 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7660 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7661 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7662 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7663 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
7664 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7665 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7666 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [CXX])
7667 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
7668 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
7669 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
7670 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
7671 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7672 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7673 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7674 m4trace:configure.ac:18: -1- AC_PROG_LD
7675 m4trace:configure.ac:18: -1- AC_PROG_LD_GNU
7676 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7677 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7678 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7679 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7680 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7681 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7682 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7683 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7684 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7685 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7686 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7687 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7688 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7689 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7690 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7691 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7692 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7693 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7694 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7695 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7696 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7697 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7698 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7699 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7700 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7701 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7702 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7703 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7704 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7705 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7706 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7707 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7708 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7709 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7710 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7711 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7712 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7713 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7714 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7715 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7716 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7717 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7718 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7719 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7720 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7721 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7722 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7723 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7724 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7725 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7726 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7727 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7728 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7729 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7730 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7731 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7732 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7733 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7734 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7735 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7736 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7737 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7738 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7739 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7740 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7741 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7742 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7743 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7744 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7745 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7746 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7747 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7748 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7749 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7750 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7751 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7752 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7753 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7754 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7755 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7756 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7757 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7758 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7759 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7760 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7761 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7762 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7763 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7764 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7765 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7766 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7767 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7768 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7769 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7770 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7771 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7772 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7773 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7774 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7775 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7776 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7777 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7778 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7779 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7780 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7781 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7782 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7783 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7784 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7785 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7786 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7787 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7788 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7789 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7790 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7791 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7792 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7793 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7794 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7795 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7796 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7797 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7798 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7799 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7800 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7801 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7802 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7803 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7804 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7805 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7806 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7807 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7808 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7809 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7810 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7811 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7812 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7813 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7814 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7815 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7816 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7817 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7818 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7819 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7820 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7821 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7822 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7823 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7824 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7825 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7826 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7827 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7828 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7829 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7830 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7831 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7832 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7833 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7834 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7835 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7836 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7837 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7838 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7839 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7840 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7841 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7842 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7843 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7844 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7845 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7846 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7847 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7848 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7849 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7850 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7851 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7852 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7853 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7854 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7855 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7856 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7857 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7858 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7859 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7860 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7861 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7862 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7863 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7864 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7865 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7866 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7867 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7868 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7869 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7870 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7871 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7872 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7873 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7874 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7875 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7876 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7877 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7878 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7879 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7880 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7881 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7882 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7883 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7884 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7885 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7886 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7887 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7888 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7889 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7890 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7891 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7892 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7893 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7894 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7895 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7896 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7897 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7898 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7899 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7900 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7901 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7902 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7903 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7904 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7905 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [CXX])
7906 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
7907 m4trace:configure.ac:18: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7908 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7909 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7910 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7911 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7912 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7913 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7914 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7915 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7916 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7917 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7918 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7919 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7920 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7921 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7922 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7923 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7924 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7925 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7926 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7927 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7928 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7929 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7930 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7931 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7932 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7933 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7934 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7935 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7936 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7937 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7938 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7939 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7940 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7941 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7942 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7943 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7944 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7945 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7946 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7947 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7948 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7949 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7950 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7951 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7952 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7953 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7954 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7955 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7956 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7957 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7958 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7959 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7960 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7961 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7962 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7963 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7964 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7965 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7966 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7967 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7968 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7969 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7970 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7971 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7972 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7973 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7974 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7975 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7976 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7977 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7978 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7979 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7980 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7981 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7982 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7983 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7984 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7985 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7986 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7987 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7988 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7989 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7990 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7991 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7992 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7993 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7994 m4trace:configure.ac:18: -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
7995      "" | " "*) ;;
7996      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7997      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7998      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7999 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8000 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8001 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8002 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8003 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8004 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8005 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8006 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
8007 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8008 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8009 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8010 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8011 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8012 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
8013 m4trace:configure.ac:18: -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)=])
8014 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8015 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
8016 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8017 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8018 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8019 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8020 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8021 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8022 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8023 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
8024 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8025 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
8026 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8027 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8028 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8029 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8030 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8031 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8032 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8033 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8034 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
8035 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8036 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8037 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8038 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8039 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8040 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8041 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8042 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
8043 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8044 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8045 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8046 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8047 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8048 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
8049 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
8050 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8051 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8052 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
8053 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8054 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8055 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8056 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8057 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8058 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8059 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8060 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8061 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8062 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([CXX])
8063 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
8064 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [CXX])
8065 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
8066 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8067 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8068 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8069 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8070 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8071 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8072 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8073 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8074 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8075 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8076 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8077 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8078 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
8079 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8080 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8081 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8082 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8083 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
8084 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
8085 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8086 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8087 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8088 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8089 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8090 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8091 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8092 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8093 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8094 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8095 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8096 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
8097 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8098 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8099 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8100 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8101 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8102 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8103 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8104 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8105 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8106 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8107 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
8108 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
8109 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
8110 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [CXX])
8111 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
8112 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
8113 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
8114 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
8115 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
8116 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
8117 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
8118 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
8119 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
8120 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
8121 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
8122 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
8123 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
8124 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
8125 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
8126 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
8127 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
8128 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
8129 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
8130 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
8131 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
8132 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
8133 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
8134 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
8135 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
8136 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
8137 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
8138 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
8139 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
8140 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
8141 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
8142 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
8143 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
8144 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
8145 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
8146 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
8147 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_F77_CONFIG
8148 m4trace:configure.ac:18: -1- _LT_AC_LANG_F77_CONFIG([F77])
8149 m4trace:configure.ac:18: -1- m4_pattern_allow([^F77$])
8150 m4trace:configure.ac:18: -1- m4_pattern_allow([^FFLAGS$])
8151 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
8152 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
8153 m4trace:configure.ac:18: -1- m4_pattern_allow([^F77$])
8154 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_F77$])
8155 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8156 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8157 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8158 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8159 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8160 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8161 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8162 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8163 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8164 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8165 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8166 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8167 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8168 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8169 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8170 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8171 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8172 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8173 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [F77])
8174 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
8175 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
8176 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
8177 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
8178 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8179 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [F77])
8180 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
8181 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
8182 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8183 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8184 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8185 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8186 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8187 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8188 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8189 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8190 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8191 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8192 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8193 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8194 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8195 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8196 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8197 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8198 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8199 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8200 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8201 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8202 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8203 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8204 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8205 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8206 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8207 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8208 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8209 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8210 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8211 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8212 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8213 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8214 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8215 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8216 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8217 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8218 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8219 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8220 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8221 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8222 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8223 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8224 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8225 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8226 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8227 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8228 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8229 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8230 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8231 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8232 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8233 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8234 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8235 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8236 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8237 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8238 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8239 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8240 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8241 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8242 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8243 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8244 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8245 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8246 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8247 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8248 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
8249 m4trace:configure.ac:18: -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
8250      "" | " "*) ;;
8251      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
8252      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
8253      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
8254 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8255 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8256 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8257 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8258 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8259 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8260 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8261 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
8262 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8263 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8264 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8265 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8266 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8267 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
8268 m4trace:configure.ac:18: -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)=])
8269 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8270 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
8271 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8272 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8273 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8274 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8275 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8276 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8277 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8278 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
8279 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8280 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
8281 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8282 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8283 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8284 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8285 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8286 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8287 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8288 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8289 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8290 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8291 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8292 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8293 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8294 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8295 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8296 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8297 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8298 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8299 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8300 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8301 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8302 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8303 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8304 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8305 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8306 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8307 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8308 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8309 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8310 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8311 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8312 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8313 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8314 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8315 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8316 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8317 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8318 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8319 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8320 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8321 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8322 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8323 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8324 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8325 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8326 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8327 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8328 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8329 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8330 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8331 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8332 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8333 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8334 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8335 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8336 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8337 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8338 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8339 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8340 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8341 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8342 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8343 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8344 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8345 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8346 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8347 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8348 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8349 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8350 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8351 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8352 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8353 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8354 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8355 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8356 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8357 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8358 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8359 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8360 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8361 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8362 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8363 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8364 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8365 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8366 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8367 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8368 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8369 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8370 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8371 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8372 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8373 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8374 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8375 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8376 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8377 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8378 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8379 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8380 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8381 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8382 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8383 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8384 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8385 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8386 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8387 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8388 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8389 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8390 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8391 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8392 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8393 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8394 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8395 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8396 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8397 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8398 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8399 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8400 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8401 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8402 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8403 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8404 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8405 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8406 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8407 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8408 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8409 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8410 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8411 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8412 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8413 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8414 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8415 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8416 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8417 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8418 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8419 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8420 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8421 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8422 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8423 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8424 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8425 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8426 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8427 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8428 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8429 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8430 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8431 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8432 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8433 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8434 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8435 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8436 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8437 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8438 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8439 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8440 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8441 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8442 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8443 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8444 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8445 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8446 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8447 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8448 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8449 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8450 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8451 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8452 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8453 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8454 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8455 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8456 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8457 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8458 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8459 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8460 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8461 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8462 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8463 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8464 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8465 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8466 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8467 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8468 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8469 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8470 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8471 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8472 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8473 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8474 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8475 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8476 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8477 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8478 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8479 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8480 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8481 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8482 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8483 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8484 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8485 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8486 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8487 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8488 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8489 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8490 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8491 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8492 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8493 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8494 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8495 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8496 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8497 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8498 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8499 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8500 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8501 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8502 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8503 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8504 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8505 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8506 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8507 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8508 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8509 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8510 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8511 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8512 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8513 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8514 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8515 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8516 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8517 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8518 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8519 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8520 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8521 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8522 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8523 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8524 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8525 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8526 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8527 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8528 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8529 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8530 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8531 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8532 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8533 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8534 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8535 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8536 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8537 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8538 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8539 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8540 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8541 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8542 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8543 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8544 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8545 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8546 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8547 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8548 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8549 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8550 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8551 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8552 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8553 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8554 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8555 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8556 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8557 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8558 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8559 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8560 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8561 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8562 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8563 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8564 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8565 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8566 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8567 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8568 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8569 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8570 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8571 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8572 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8573 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8574 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8575 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8576 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8577 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8578 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8579 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8580 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8581 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8582 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8583 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8584 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8585 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8586 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8587 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8588 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8589 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8590 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8591 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8592 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8593 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8594 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([F77])
8595 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
8596 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [F77])
8597 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
8598 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8599 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8600 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8601 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8602 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8603 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8604 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8605 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8606 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8607 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8608 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8609 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8610 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [F77])
8611 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [F77])
8612 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8613 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8614 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8615 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8616 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8617 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8618 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8619 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8620 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8621 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8622 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8623 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8624 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8625 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8626 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8627 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8628 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8629 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8630 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8631 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8632 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8633 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8634 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8635 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8636 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8637 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8638 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8639 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8640 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8641 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
8642 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [F77])
8643 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
8644 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8645 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8646 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8647 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8648 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8649 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8650 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8651 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8652 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8653 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8654 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8655 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8656 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8657 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8658 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8659 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8660 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8661 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [F77])
8662 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [F77])
8663 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8664 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8665 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8666 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8667 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8668 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8669 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8670 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8671 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8672 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8673 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8674 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8675 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8676 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8677 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8678 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8679 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8680 m4trace:configure.ac:18: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8681 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8682 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
8683 /usr/share/aclocal/libtool.m4:4119: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8684 /usr/share/aclocal/libtool.m4:4118: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8685 /usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
8686 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8687 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8688 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8689 configure.ac:18: the top level])
8690 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [GCJ])
8691 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
8692 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
8693 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
8694 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8695 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8696 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8697 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8698 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8699 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8700 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8701 m4trace:configure.ac:18: -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"])
8702 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8703 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8704 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8705 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8706 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8707 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8708 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8709 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8710 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8711 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8712 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8713 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8714 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8715 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8716 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8717 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8718 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8719 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8720 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8721 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8722 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8723 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8724 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8725 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8726 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8727 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8728 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8729 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8730 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8731 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8732 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8733 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8734 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8735 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8736 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8737 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8738 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8739 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8740 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8741 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8742 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8743 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8744 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8745 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8746 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8747 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8748 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8749 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8750 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8751 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8752 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8753 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8754 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8755 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8756 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8757 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8758 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8759 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8760 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8761 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8762 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8763 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8764 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8765 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8766 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8767 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8768 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8769 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8770 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8771 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8772 m4trace:configure.ac:18: -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
8773      "" | " "*) ;;
8774      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8775      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8776      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8777 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8778 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8779 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8780 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8781 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8782 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8783 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8784 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8785 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8786 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8787 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8788 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8789 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8790 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
8791 m4trace:configure.ac:18: -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)=])
8792 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8793 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8794 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8795 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8796 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8797 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8798 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8799 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8800 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8801 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8802 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8803 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8804 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8805 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8806 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8807 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8808 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8809 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8810 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8811 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8812 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8813 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8814 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8815 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8816 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8817 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8818 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8819 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8820 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8821 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8822 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8823 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8824 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8825 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8826 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8827 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8828 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8829 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8830 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8831 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8832 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8833 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8834 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8835 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8836 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8837 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8838 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8839 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8840 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8841 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8842 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8843 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8844 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8845 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8846 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8847 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8848 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8849 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8850 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8851 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8852 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8853 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8854 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8855 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8856 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8857 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8858 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8859 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8860 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8861 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8862 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8863 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8864 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8865 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8866 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8867 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8868 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8869 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8870 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8871 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8872 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8873 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8874 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8875 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8876 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8877 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8878 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8879 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8880 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8881 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8882 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8883 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8884 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8885 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8886 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8887 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8888 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8889 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8890 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8891 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8892 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8893 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8894 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8895 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8896 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8897 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8898 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8899 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8900 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8901 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8902 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8903 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8904 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8905 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8906 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8907 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8908 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8909 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8910 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8911 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8912 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8913 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8914 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8915 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8916 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8917 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8918 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8919 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8920 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8921 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8922 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8923 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8924 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8925 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8926 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8927 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8928 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8929 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8930 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8931 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8932 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8933 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8934 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8935 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8936 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8937 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8938 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8939 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8940 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8941 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8942 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8943 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8944 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8945 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8946 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8947 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8948 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8949 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8950 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8951 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8952 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8953 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8954 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8955 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8956 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8957 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8958 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8959 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8960 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8961 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8962 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8963 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8964 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8965 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8966 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8967 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8968 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8969 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8970 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8971 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8972 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8973 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8974 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8975 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8976 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8977 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8978 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8979 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8980 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8981 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8982 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8983 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8984 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8985 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8986 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8987 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8988 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8989 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8990 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8991 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8992 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8993 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8994 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8995 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8996 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8997 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8998 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8999 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9000 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9001 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9002 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9003 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9004 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9005 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9006 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9007 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9008 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9009 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9010 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9011 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9012 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9013 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9014 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9015 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9016 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9017 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9018 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9019 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
9020 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9021 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9022 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9023 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9024 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9025 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9026 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9027 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9028 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9029 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9030 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9031 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9032 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9033 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9034 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9035 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9036 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9037 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9038 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9039 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9040 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9041 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9042 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9043 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9044 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9045 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9046 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9047 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9048 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9049 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9050 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9051 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9052 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9053 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
9054 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9055 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9056 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9057 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9058 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9059 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9060 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9061 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9062 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9063 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9064 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9065 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9066 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9067 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9068 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9069 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9070 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9071 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9072 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9073 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9074 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9075 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9076 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9077 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9078 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9079 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9080 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9081 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9082 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9083 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9084 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9085 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9086 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9087 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9088 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9089 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
9090 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9091 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9092 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9093 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9094 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9095 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9096 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9097 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9098 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9099 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9100 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9101 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9102 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9103 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
9104 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
9105 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9106 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9107 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
9108 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9109 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9110 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9111 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9112 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9113 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9114 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9115 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9116 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9117 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([GCJ])
9118 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9119 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [GCJ])
9120 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [GCJ])
9121 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9122 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9123 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9124 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9125 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9126 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9127 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9128 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9129 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9130 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9131 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9132 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9133 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9134 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9135 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9136 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9137 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9138 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
9139 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
9140 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9141 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9142 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9143 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9144 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9145 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9146 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9147 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9148 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9149 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9150 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9151 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
9152 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9153 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9154 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9155 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9156 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9157 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9158 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9159 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9160 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9161 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9162 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
9163 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
9164 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
9165 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [GCJ])
9166 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [GCJ])
9167 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
9168 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
9169 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
9170 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
9171 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
9172 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
9173 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
9174 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
9175 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
9176 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
9177 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
9178 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
9179 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
9180 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
9181 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
9182 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
9183 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
9184 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [GCJ])
9185 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
9186 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
9187 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
9188 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
9189 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
9190 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
9191 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
9192 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
9193 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
9194 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
9195 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
9196 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
9197 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
9198 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
9199 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
9200 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
9201 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
9202 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9203 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9204 /usr/share/aclocal/libtool.m4:4119: _LT_AC_LANG_GCJ_CONFIG is expanded from...
9205 /usr/share/aclocal/libtool.m4:4118: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
9206 /usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9207 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9208 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9209 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9210 configure.ac:18: the top level])
9211 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_RC_CONFIG
9212 m4trace:configure.ac:18: -1- _LT_AC_LANG_RC_CONFIG([RC])
9213 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
9214 You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
9215 /usr/share/aclocal/libtool.m4:4179: _LT_AC_LANG_RC_CONFIG is expanded from...
9216 /usr/share/aclocal/libtool.m4:4178: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9217 /usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9218 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9219 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9220 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9221 configure.ac:18: the top level])
9222 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [RC])
9223 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
9224 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
9225 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
9226 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
9227 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
9228 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9229 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([RC])
9230 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
9231 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [RC])
9232 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [RC])
9233 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9234 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9235 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9236 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9237 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9238 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9239 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9240 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9241 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9242 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9243 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9244 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9245 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [RC])
9246 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [RC])
9247 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9248 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9249 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9250 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
9251 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
9252 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9253 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9254 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9255 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9256 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9257 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9258 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9259 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9260 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9261 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9262 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9263 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
9264 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9265 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9266 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9267 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9268 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9269 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9270 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9271 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9272 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9273 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9274 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
9275 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
9276 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
9277 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [RC])
9278 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [RC])
9279 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
9280 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
9281 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
9282 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
9283 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
9284 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
9285 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
9286 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
9287 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
9288 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
9289 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
9290 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
9291 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
9292 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
9293 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
9294 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [RC])
9295 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
9296 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [RC])
9297 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [RC])
9298 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
9299 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
9300 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
9301 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
9302 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
9303 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
9304 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
9305 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
9306 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
9307 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
9308 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
9309 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
9310 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
9311 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
9312 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
9313 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
9314 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
9315 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
9316 /usr/share/aclocal/libtool.m4:4179: _LT_AC_LANG_RC_CONFIG is expanded from...
9317 /usr/share/aclocal/libtool.m4:4178: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
9318 /usr/share/aclocal/libtool.m4:1828: _LT_AC_TAGCONFIG is expanded from...
9319 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
9320 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
9321 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
9322 configure.ac:18: the top level])
9323 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBTOOL$])
9324 m4trace:configure.ac:18: -1- AC_LIBTOOL_CXX
9325 m4trace:configure.ac:18: -1- _LT_AC_LANG_CXX
9326 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
9327 m4trace:configure.ac:18: -1- AC_LIBTOOL_F77
9328 m4trace:configure.ac:18: -1- _LT_AC_LANG_F77
9329 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
9330 m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
9331 m4trace:configure.ac:25: -1- m4_pattern_allow([^PIDGIN_MIN$])
9332 m4trace:configure.ac:26: -1- m4_pattern_allow([^PIDGIN_MAX$])
9333 m4trace:configure.ac:45: -1- m4_pattern_allow([^DEBUG$])
9334 m4trace:configure.ac:49: -1- PKG_CHECK_MODULES([libpurple], [pidgin >= pidgin_version_max], [
9335         AC_DEFINE(HAVE_PIDGIN, 1, [Define if we've found pidgin.])
9337 m4trace:configure.ac:49: -1- PKG_PROG_PKG_CONFIG
9338 m4trace:configure.ac:49: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
9339 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
9340 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG$])
9341 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG$])
9342 m4trace:configure.ac:49: -1- m4_pattern_allow([^libpurple_CFLAGS$])
9343 m4trace:configure.ac:49: -1- m4_pattern_allow([^libpurple_LIBS$])
9344 m4trace:configure.ac:49: -1- PKG_CHECK_EXISTS([pidgin >= pidgin_version_max], [pkg_cv_[]libpurple_CFLAGS=`$PKG_CONFIG --[]cflags "pidgin >= pidgin_version_max" 2>/dev/null`], [pkg_failed=yes])
9345 m4trace:configure.ac:49: -1- PKG_CHECK_EXISTS([pidgin >= pidgin_version_max], [pkg_cv_[]libpurple_LIBS=`$PKG_CONFIG --[]libs "pidgin >= pidgin_version_max" 2>/dev/null`], [pkg_failed=yes])
9346 m4trace:configure.ac:49: -1- _PKG_SHORT_ERRORS_SUPPORTED
9347 m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_PIDGIN$])
9348 m4trace:configure.ac:58: -1- m4_pattern_allow([^PIDGIN_CFLAGS$])
9349 m4trace:configure.ac:59: -1- m4_pattern_allow([^PIDGIN_LIBS$])
9350 m4trace:configure.ac:62: -1- m4_pattern_allow([^HAVE_LIBRESOLV$])
9351 m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
9352 You should run autoupdate.], [../../lib/autoconf/oldnames.m4:55: AC_ERROR is expanded from...
9353 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
9354 ../../lib/autoconf/libs.m4:121: AC_CHECK_LIB is expanded from...
9355 ../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
9356 ../../lib/autoconf/functions.m4:67: AC_CHECK_FUNC is expanded from...
9357 configure.ac:62: the top level])
9358 m4trace:configure.ac:66: -1- m4_pattern_allow([^SIPE_LIBA$])
9359 m4trace:configure.ac:72: -1- AM_CONDITIONAL([SIPE_STATIC], [test $sipe_static = yes])
9360 m4trace:configure.ac:72: -1- m4_pattern_allow([^SIPE_STATIC_TRUE$])
9361 m4trace:configure.ac:72: -1- m4_pattern_allow([^SIPE_STATIC_FALSE$])
9362 m4trace:configure.ac:72: -1- _AM_SUBST_NOTMAKE([SIPE_STATIC_TRUE])
9363 m4trace:configure.ac:72: -1- _AM_SUBST_NOTMAKE([SIPE_STATIC_FALSE])
9364 m4trace:configure.ac:85: -1- m4_pattern_allow([^LIB@&t@OBJS$])
9365 m4trace:configure.ac:85: -1- m4_pattern_allow([^LTLIBOBJS$])
9366 m4trace:configure.ac:85: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS