Initial commit cleaned
[siplcs.git] / autom4te.cache / traces.1
blobcb710d45dbb2871f221a876b40584a49f8d8ee23
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 "$DLLTOOL" && DLLTOOL=dlltool
126 test -z "$LD" && LD=ld
127 test -z "$LN_S" && LN_S="ln -s"
128 test -z "$MAGIC_CMD" && MAGIC_CMD=file
129 test -z "$NM" && NM=nm
130 test -z "$SED" && SED=sed
131 test -z "$OBJDUMP" && OBJDUMP=objdump
132 test -z "$RANLIB" && RANLIB=:
133 test -z "$STRIP" && STRIP=:
134 test -z "$ac_objext" && ac_objext=o
136 # Determine commands to create old-style static archives.
137 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
138 old_postinstall_cmds='chmod 644 $oldlib'
139 old_postuninstall_cmds=
141 if test -n "$RANLIB"; then
142   case $host_os in
143   openbsd*)
144     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
145     ;;
146   *)
147     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
148     ;;
149   esac
150   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
153 _LT_CC_BASENAME([$compiler])
155 # Only perform the check for file, if the check method requires it
156 case $deplibs_check_method in
157 file_magic*)
158   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
159     AC_PATH_MAGIC
160   fi
161   ;;
162 esac
164 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
165 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
166 enable_win32_dll=yes, enable_win32_dll=no)
168 AC_ARG_ENABLE([libtool-lock],
169     [AC_HELP_STRING([--disable-libtool-lock],
170         [avoid locking (might break parallel builds)])])
171 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
173 AC_ARG_WITH([pic],
174     [AC_HELP_STRING([--with-pic],
175         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
176     [pic_mode="$withval"],
177     [pic_mode=default])
178 test -z "$pic_mode" && pic_mode=default
180 # Use C for the default configuration in the libtool script
181 tagname=
182 AC_LIBTOOL_LANG_C_CONFIG
183 _LT_AC_TAGCONFIG
185 m4trace:/usr/share/aclocal/libtool.m4:224: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
187 # If no C compiler was specified, use CC.
188 LTCC=${LTCC-"$CC"}
190 # Allow CC to be a program name with arguments.
191 compiler=$CC
193 m4trace:/usr/share/aclocal/libtool.m4:238: -1- AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do
194   case $cc_temp in
195     compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
196     distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
197     \-*) ;;
198     *) break;;
199   esac
200 done
201 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
203 m4trace:/usr/share/aclocal/libtool.m4:255: -1- AC_DEFUN([_LT_COMPILER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
204 printf "$lt_simple_compile_test_code" >conftest.$ac_ext
205 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
206 _lt_compiler_boilerplate=`cat conftest.err`
207 $rm conftest*
209 m4trace:/usr/share/aclocal/libtool.m4:268: -1- AC_DEFUN([_LT_LINKER_BOILERPLATE], [ac_outfile=conftest.$ac_objext
210 printf "$lt_simple_link_test_code" >conftest.$ac_ext
211 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err
212 _lt_linker_boilerplate=`cat conftest.err`
213 $rm conftest*
215 m4trace:/usr/share/aclocal/libtool.m4:285: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
216 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
218 # Check for a 64-bit object if we didn't find anything.
219 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
220 }'`; fi],[])
221 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
223 m4trace:/usr/share/aclocal/libtool.m4:298: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
224              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
225          [AC_DIVERT_PUSH(NOTICE)])
227 AC_DIVERT_POP
229 m4trace:/usr/share/aclocal/libtool.m4:311: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
230 # Check that we are running under the correct shell.
231 SHELL=${CONFIG_SHELL-/bin/sh}
233 case X$ECHO in
234 X*--fallback-echo)
235   # Remove one level of quotation (which was required for Make).
236   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
237   ;;
238 esac
240 echo=${ECHO-echo}
241 if test "X[$]1" = X--no-reexec; then
242   # Discard the --no-reexec flag, and continue.
243   shift
244 elif test "X[$]1" = X--fallback-echo; then
245   # Avoid inline document here, it may be left over
246   :
247 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
248   # Yippee, $echo works!
249   :
250 else
251   # Restart under the correct shell.
252   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
255 if test "X[$]1" = X--fallback-echo; then
256   # used as fallback echo
257   shift
258   cat <<EOF
259 [$]*
261   exit 0
264 # The HP-UX ksh and POSIX shell print the target directory to stdout
265 # if CDPATH is set.
266 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
268 if test -z "$ECHO"; then
269 if test "X${echo_test_string+set}" != Xset; then
270 # find a string as large as possible, as long as the shell can cope with it
271   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
272     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
273     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
274        echo_test_string=`eval $cmd` &&
275        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
276     then
277       break
278     fi
279   done
282 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
283    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
284    test "X$echo_testing_string" = "X$echo_test_string"; then
285   :
286 else
287   # The Solaris, AIX, and Digital Unix default echo programs unquote
288   # backslashes.  This makes it impossible to quote backslashes using
289   #   echo "$something" | sed 's/\\/\\\\/g'
290   #
291   # So, first we look for a working echo in the user's PATH.
293   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
294   for dir in $PATH /usr/ucb; do
295     IFS="$lt_save_ifs"
296     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
297        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
298        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
299        test "X$echo_testing_string" = "X$echo_test_string"; then
300       echo="$dir/echo"
301       break
302     fi
303   done
304   IFS="$lt_save_ifs"
306   if test "X$echo" = Xecho; then
307     # We didn't find a better echo, so look for alternatives.
308     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
309        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
310        test "X$echo_testing_string" = "X$echo_test_string"; then
311       # This shell has a builtin print -r that does the trick.
312       echo='print -r'
313     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
314          test "X$CONFIG_SHELL" != X/bin/ksh; then
315       # If we have ksh, try running configure again with it.
316       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
317       export ORIGINAL_CONFIG_SHELL
318       CONFIG_SHELL=/bin/ksh
319       export CONFIG_SHELL
320       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
321     else
322       # Try using printf.
323       echo='printf %s\n'
324       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
325          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
326          test "X$echo_testing_string" = "X$echo_test_string"; then
327         # Cool, printf works
328         :
329       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
330            test "X$echo_testing_string" = 'X\t' &&
331            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
332            test "X$echo_testing_string" = "X$echo_test_string"; then
333         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
334         export CONFIG_SHELL
335         SHELL="$CONFIG_SHELL"
336         export SHELL
337         echo="$CONFIG_SHELL [$]0 --fallback-echo"
338       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
339            test "X$echo_testing_string" = 'X\t' &&
340            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
341            test "X$echo_testing_string" = "X$echo_test_string"; then
342         echo="$CONFIG_SHELL [$]0 --fallback-echo"
343       else
344         # maybe with a smaller string...
345         prev=:
347         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
348           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
349           then
350             break
351           fi
352           prev="$cmd"
353         done
355         if test "$prev" != 'sed 50q "[$]0"'; then
356           echo_test_string=`eval $prev`
357           export echo_test_string
358           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
359         else
360           # Oops.  We lost completely, so just stick with echo.
361           echo=echo
362         fi
363       fi
364     fi
365   fi
369 # Copy echo and quote the copy suitably for passing to libtool from
370 # the Makefile, instead of quoting the original, which is used later.
371 ECHO=$echo
372 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
373    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
376 AC_SUBST(ECHO)
377 ])])
378 m4trace:/usr/share/aclocal/libtool.m4:465: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
379     [AC_HELP_STRING([--disable-libtool-lock],
380         [avoid locking (might break parallel builds)])])
381 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
383 # Some flags need to be propagated to the compiler or linker for good
384 # libtool support.
385 case $host in
386 ia64-*-hpux*)
387   # Find out which ABI we are using.
388   echo 'int i;' > conftest.$ac_ext
389   if AC_TRY_EVAL(ac_compile); then
390     case `/usr/bin/file conftest.$ac_objext` in
391     *ELF-32*)
392       HPUX_IA64_MODE="32"
393       ;;
394     *ELF-64*)
395       HPUX_IA64_MODE="64"
396       ;;
397     esac
398   fi
399   rm -rf conftest*
400   ;;
401 *-*-irix6*)
402   # Find out which ABI we are using.
403   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
404   if AC_TRY_EVAL(ac_compile); then
405    if test "$lt_cv_prog_gnu_ld" = yes; then
406     case `/usr/bin/file conftest.$ac_objext` in
407     *32-bit*)
408       LD="${LD-ld} -melf32bsmip"
409       ;;
410     *N32*)
411       LD="${LD-ld} -melf32bmipn32"
412       ;;
413     *64-bit*)
414       LD="${LD-ld} -melf64bmip"
415       ;;
416     esac
417    else
418     case `/usr/bin/file conftest.$ac_objext` in
419     *32-bit*)
420       LD="${LD-ld} -32"
421       ;;
422     *N32*)
423       LD="${LD-ld} -n32"
424       ;;
425     *64-bit*)
426       LD="${LD-ld} -64"
427       ;;
428     esac
429    fi
430   fi
431   rm -rf conftest*
432   ;;
434 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
435   # Find out which ABI we are using.
436   echo 'int i;' > conftest.$ac_ext
437   if AC_TRY_EVAL(ac_compile); then
438     case `/usr/bin/file conftest.o` in
439     *32-bit*)
440       case $host in
441         x86_64-*linux*)
442           LD="${LD-ld} -m elf_i386"
443           ;;
444         ppc64-*linux*|powerpc64-*linux*)
445           LD="${LD-ld} -m elf32ppclinux"
446           ;;
447         s390x-*linux*)
448           LD="${LD-ld} -m elf_s390"
449           ;;
450         sparc64-*linux*)
451           LD="${LD-ld} -m elf32_sparc"
452           ;;
453       esac
454       ;;
455     *64-bit*)
456       case $host in
457         x86_64-*linux*)
458           LD="${LD-ld} -m elf_x86_64"
459           ;;
460         ppc*-*linux*|powerpc*-*linux*)
461           LD="${LD-ld} -m elf64ppc"
462           ;;
463         s390*-*linux*)
464           LD="${LD-ld} -m elf64_s390"
465           ;;
466         sparc*-*linux*)
467           LD="${LD-ld} -m elf64_sparc"
468           ;;
469       esac
470       ;;
471     esac
472   fi
473   rm -rf conftest*
474   ;;
476 *-*-sco3.2v5*)
477   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
478   SAVE_CFLAGS="$CFLAGS"
479   CFLAGS="$CFLAGS -belf"
480   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
481     [AC_LANG_PUSH(C)
482      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
483      AC_LANG_POP])
484   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
485     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
486     CFLAGS="$SAVE_CFLAGS"
487   fi
488   ;;
489 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
490 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
491   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
492   AC_CHECK_TOOL(AS, as, false)
493   AC_CHECK_TOOL(OBJDUMP, objdump, false)
494   ;;
495   ])
496 esac
498 need_locks="$enable_libtool_lock"
501 m4trace:/usr/share/aclocal/libtool.m4:595: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
502 AC_CACHE_CHECK([$1], [$2],
503   [$2=no
504   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
505    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
506    lt_compiler_flag="$3"
507    # Insert the option either (1) after the last *FLAGS variable, or
508    # (2) before a word containing "conftest.", or (3) at the end.
509    # Note that $ac_compile itself does not contain backslashes and begins
510    # with a dollar sign (not a hyphen), so the echo should work correctly.
511    # The option is referenced via a variable to avoid confusing sed.
512    lt_compile=`echo "$ac_compile" | $SED \
513    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
514    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
515    -e 's:$: $lt_compiler_flag:'`
516    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
517    (eval "$lt_compile" 2>conftest.err)
518    ac_status=$?
519    cat conftest.err >&AS_MESSAGE_LOG_FD
520    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
521    if (exit $ac_status) && test -s "$ac_outfile"; then
522      # The compiler can only warn and ignore the option if not recognized
523      # So say no if there are warnings other than the usual output.
524      $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp
525      $SED '/^$/d' conftest.err >conftest.er2
526      if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then
527        $2=yes
528      fi
529    fi
530    $rm conftest*
533 if test x"[$]$2" = xyes; then
534     ifelse([$5], , :, [$5])
535 else
536     ifelse([$6], , :, [$6])
539 m4trace:/usr/share/aclocal/libtool.m4:640: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
540   [$2=no
541    save_LDFLAGS="$LDFLAGS"
542    LDFLAGS="$LDFLAGS $3"
543    printf "$lt_simple_link_test_code" > conftest.$ac_ext
544    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
545      # The linker can only warn and ignore the option if not recognized
546      # So say no if there are warnings
547      if test -s conftest.err; then
548        # Append any errors to the config.log.
549        cat conftest.err 1>&AS_MESSAGE_LOG_FD
550        $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp
551        $SED '/^$/d' conftest.err >conftest.er2
552        if diff conftest.exp conftest.er2 >/dev/null; then
553          $2=yes
554        fi
555      else
556        $2=yes
557      fi
558    fi
559    $rm conftest*
560    LDFLAGS="$save_LDFLAGS"
563 if test x"[$]$2" = xyes; then
564     ifelse([$4], , :, [$4])
565 else
566     ifelse([$5], , :, [$5])
569 m4trace:/usr/share/aclocal/libtool.m4:675: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
570 AC_MSG_CHECKING([the maximum length of command line arguments])
571 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
572   i=0
573   teststring="ABCD"
575   case $build_os in
576   msdosdjgpp*)
577     # On DJGPP, this test can blow up pretty badly due to problems in libc
578     # (any single argument exceeding 2000 bytes causes a buffer overrun
579     # during glob expansion).  Even if it were fixed, the result of this
580     # check would be larger than it should be.
581     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
582     ;;
584   gnu*)
585     # Under GNU Hurd, this test is not required because there is
586     # no limit to the length of command line arguments.
587     # Libtool will interpret -1 as no limit whatsoever
588     lt_cv_sys_max_cmd_len=-1;
589     ;;
591   cygwin* | mingw*)
592     # On Win9x/ME, this test blows up -- it succeeds, but takes
593     # about 5 minutes as the teststring grows exponentially.
594     # Worse, since 9x/ME are not pre-emptively multitasking,
595     # you end up with a "frozen" computer, even though with patience
596     # the test eventually succeeds (with a max line length of 256k).
597     # Instead, let's just punt: use the minimum linelength reported by
598     # all of the supported platforms: 8192 (on NT/2K/XP).
599     lt_cv_sys_max_cmd_len=8192;
600     ;;
602   amigaos*)
603     # On AmigaOS with pdksh, this test takes hours, literally.
604     # So we just punt and use a minimum line length of 8192.
605     lt_cv_sys_max_cmd_len=8192;
606     ;;
608   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
609     # This has been around since 386BSD, at least.  Likely further.
610     if test -x /sbin/sysctl; then
611       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
612     elif test -x /usr/sbin/sysctl; then
613       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
614     else
615       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
616     fi
617     # And add a safety zone
618     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
619     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
620     ;;
621   osf*)
622     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
623     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
624     # nice to cause kernel panics so lets avoid the loop below.
625     # First set a reasonable default.
626     lt_cv_sys_max_cmd_len=16384
627     #
628     if test -x /sbin/sysconfig; then
629       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
630         *1*) lt_cv_sys_max_cmd_len=-1 ;;
631       esac
632     fi
633     ;;
634   *)
635     # If test is not a shell built-in, we'll probably end up computing a
636     # maximum length that is only half of the actual maximum length, but
637     # we can't tell.
638     SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
639     while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
640                = "XX$teststring") >/dev/null 2>&1 &&
641             new_result=`expr "X$teststring" : ".*" 2>&1` &&
642             lt_cv_sys_max_cmd_len=$new_result &&
643             test $i != 17 # 1/2 MB should be enough
644     do
645       i=`expr $i + 1`
646       teststring=$teststring$teststring
647     done
648     teststring=
649     # Add a significant safety factor because C++ compilers can tack on massive
650     # amounts of additional arguments before passing them to the linker.
651     # It appears as though 1/2 is a usable value.
652     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
653     ;;
654   esac
656 if test -n $lt_cv_sys_max_cmd_len ; then
657   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
658 else
659   AC_MSG_RESULT(none)
662 m4trace:/usr/share/aclocal/libtool.m4:773: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
664 m4trace:/usr/share/aclocal/libtool.m4:781: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
665 if test "$cross_compiling" = yes; then :
666   [$4]
667 else
668   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
669   lt_status=$lt_dlunknown
670   cat > conftest.$ac_ext <<EOF
671 [#line __oline__ "configure"
672 #include "confdefs.h"
674 #if HAVE_DLFCN_H
675 #include <dlfcn.h>
676 #endif
678 #include <stdio.h>
680 #ifdef RTLD_GLOBAL
681 #  define LT_DLGLOBAL           RTLD_GLOBAL
682 #else
683 #  ifdef DL_GLOBAL
684 #    define LT_DLGLOBAL         DL_GLOBAL
685 #  else
686 #    define LT_DLGLOBAL         0
687 #  endif
688 #endif
690 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
691    find out it does not work in some platform. */
692 #ifndef LT_DLLAZY_OR_NOW
693 #  ifdef RTLD_LAZY
694 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
695 #  else
696 #    ifdef DL_LAZY
697 #      define LT_DLLAZY_OR_NOW          DL_LAZY
698 #    else
699 #      ifdef RTLD_NOW
700 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
701 #      else
702 #        ifdef DL_NOW
703 #          define LT_DLLAZY_OR_NOW      DL_NOW
704 #        else
705 #          define LT_DLLAZY_OR_NOW      0
706 #        endif
707 #      endif
708 #    endif
709 #  endif
710 #endif
712 #ifdef __cplusplus
713 extern "C" void exit (int);
714 #endif
716 void fnord() { int i=42;}
717 int main ()
719   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
720   int status = $lt_dlunknown;
722   if (self)
723     {
724       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
725       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
726       /* dlclose (self); */
727     }
729     exit (status);
732   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
733     (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
734     lt_status=$?
735     case x$lt_status in
736       x$lt_dlno_uscore) $1 ;;
737       x$lt_dlneed_uscore) $2 ;;
738       x$lt_unknown|x*) $3 ;;
739     esac
740   else :
741     # compilation failed
742     $3
743   fi
745 rm -fr conftest*
747 m4trace:/usr/share/aclocal/libtool.m4:869: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
748 if test "x$enable_dlopen" != xyes; then
749   enable_dlopen=unknown
750   enable_dlopen_self=unknown
751   enable_dlopen_self_static=unknown
752 else
753   lt_cv_dlopen=no
754   lt_cv_dlopen_libs=
756   case $host_os in
757   beos*)
758     lt_cv_dlopen="load_add_on"
759     lt_cv_dlopen_libs=
760     lt_cv_dlopen_self=yes
761     ;;
763   mingw* | pw32*)
764     lt_cv_dlopen="LoadLibrary"
765     lt_cv_dlopen_libs=
766    ;;
768   cygwin*)
769     lt_cv_dlopen="dlopen"
770     lt_cv_dlopen_libs=
771    ;;
773   darwin*)
774   # if libdl is installed we need to link against it
775     AC_CHECK_LIB([dl], [dlopen],
776                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
777     lt_cv_dlopen="dyld"
778     lt_cv_dlopen_libs=
779     lt_cv_dlopen_self=yes
780     ])
781    ;;
783   *)
784     AC_CHECK_FUNC([shl_load],
785           [lt_cv_dlopen="shl_load"],
786       [AC_CHECK_LIB([dld], [shl_load],
787             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
788         [AC_CHECK_FUNC([dlopen],
789               [lt_cv_dlopen="dlopen"],
790           [AC_CHECK_LIB([dl], [dlopen],
791                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
792             [AC_CHECK_LIB([svld], [dlopen],
793                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
794               [AC_CHECK_LIB([dld], [dld_link],
795                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
796               ])
797             ])
798           ])
799         ])
800       ])
801     ;;
802   esac
804   if test "x$lt_cv_dlopen" != xno; then
805     enable_dlopen=yes
806   else
807     enable_dlopen=no
808   fi
810   case $lt_cv_dlopen in
811   dlopen)
812     save_CPPFLAGS="$CPPFLAGS"
813     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
815     save_LDFLAGS="$LDFLAGS"
816     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
818     save_LIBS="$LIBS"
819     LIBS="$lt_cv_dlopen_libs $LIBS"
821     AC_CACHE_CHECK([whether a program can dlopen itself],
822           lt_cv_dlopen_self, [dnl
823           _LT_AC_TRY_DLOPEN_SELF(
824             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
825             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
826     ])
828     if test "x$lt_cv_dlopen_self" = xyes; then
829       LDFLAGS="$LDFLAGS $link_static_flag"
830       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
831           lt_cv_dlopen_self_static, [dnl
832           _LT_AC_TRY_DLOPEN_SELF(
833             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
834             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
835       ])
836     fi
838     CPPFLAGS="$save_CPPFLAGS"
839     LDFLAGS="$save_LDFLAGS"
840     LIBS="$save_LIBS"
841     ;;
842   esac
844   case $lt_cv_dlopen_self in
845   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
846   *) enable_dlopen_self=unknown ;;
847   esac
849   case $lt_cv_dlopen_self_static in
850   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
851   *) enable_dlopen_self_static=unknown ;;
852   esac
855 m4trace:/usr/share/aclocal/libtool.m4:983: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
856 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
857   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
858   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
859    $rm -r conftest 2>/dev/null
860    mkdir conftest
861    cd conftest
862    mkdir out
863    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
865    lt_compiler_flag="-o out/conftest2.$ac_objext"
866    # Insert the option either (1) after the last *FLAGS variable, or
867    # (2) before a word containing "conftest.", or (3) at the end.
868    # Note that $ac_compile itself does not contain backslashes and begins
869    # with a dollar sign (not a hyphen), so the echo should work correctly.
870    lt_compile=`echo "$ac_compile" | $SED \
871    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
872    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
873    -e 's:$: $lt_compiler_flag:'`
874    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
875    (eval "$lt_compile" 2>out/conftest.err)
876    ac_status=$?
877    cat out/conftest.err >&AS_MESSAGE_LOG_FD
878    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
879    if (exit $ac_status) && test -s out/conftest2.$ac_objext
880    then
881      # The compiler can only warn and ignore the option if not recognized
882      # So say no if there are warnings
883      $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp
884      $SED '/^$/d' out/conftest.err >out/conftest.er2
885      if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then
886        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
887      fi
888    fi
889    chmod u+w . 2>&AS_MESSAGE_LOG_FD
890    $rm conftest*
891    # SGI C++ compiler will create directory out/ii_files/ for
892    # template instantiation
893    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
894    $rm out/* && rmdir out
895    cd ..
896    rmdir conftest
897    $rm conftest*
900 m4trace:/usr/share/aclocal/libtool.m4:1034: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
902 hard_links="nottested"
903 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
904   # do not overwrite the value of need_locks provided by the user
905   AC_MSG_CHECKING([if we can lock with hard links])
906   hard_links=yes
907   $rm conftest*
908   ln conftest.a conftest.b 2>/dev/null && hard_links=no
909   touch conftest.a
910   ln conftest.a conftest.b 2>&5 || hard_links=no
911   ln conftest.a conftest.b 2>/dev/null && hard_links=no
912   AC_MSG_RESULT([$hard_links])
913   if test "$hard_links" = no; then
914     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
915     need_locks=warn
916   fi
917 else
918   need_locks=no
921 m4trace:/usr/share/aclocal/libtool.m4:1060: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
922 [rm -f .libs 2>/dev/null
923 mkdir .libs 2>/dev/null
924 if test -d .libs; then
925   lt_cv_objdir=.libs
926 else
927   # MS-DOS does not allow filenames that begin with a dot.
928   lt_cv_objdir=_libs
930 rmdir .libs 2>/dev/null])
931 objdir=$lt_cv_objdir
933 m4trace:/usr/share/aclocal/libtool.m4:1078: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
934 _LT_AC_TAGVAR(hardcode_action, $1)=
935 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
936    test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
937    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
939   # We can hardcode non-existant directories.
940   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
941      # If the only mechanism to avoid hardcoding is shlibpath_var, we
942      # have to relink, otherwise we might link with an installed library
943      # when we should be linking with a yet-to-be-installed one
944      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
945      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
946     # Linking always hardcodes the temporary library directory.
947     _LT_AC_TAGVAR(hardcode_action, $1)=relink
948   else
949     # We can link without hardcoding, and we can hardcode nonexisting dirs.
950     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
951   fi
952 else
953   # We cannot hardcode anything, or else we can only hardcode existing
954   # directories.
955   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
957 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
959 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
960   # Fast installation is not supported
961   enable_fast_install=no
962 elif test "$shlibpath_overrides_runpath" = yes ||
963      test "$enable_shared" = no; then
964   # Fast installation is not necessary
965   enable_fast_install=needless
968 m4trace:/usr/share/aclocal/libtool.m4:1118: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
969 old_striplib=
970 AC_MSG_CHECKING([whether stripping libraries is possible])
971 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
972   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
973   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
974   AC_MSG_RESULT([yes])
975 else
976 # FIXME - insert some real tests, host_os isn't really good enough
977   case $host_os in
978    darwin*)
979        if test -n "$STRIP" ; then
980          striplib="$STRIP -x"
981          AC_MSG_RESULT([yes])
982        else
983   AC_MSG_RESULT([no])
985        ;;
986    *)
987   AC_MSG_RESULT([no])
988     ;;
989   esac
992 m4trace:/usr/share/aclocal/libtool.m4:1148: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
993 library_names_spec=
994 libname_spec='lib$name'
995 soname_spec=
996 shrext_cmds=".so"
997 postinstall_cmds=
998 postuninstall_cmds=
999 finish_cmds=
1000 finish_eval=
1001 shlibpath_var=
1002 shlibpath_overrides_runpath=unknown
1003 version_type=none
1004 dynamic_linker="$host_os ld.so"
1005 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1006 if test "$GCC" = yes; then
1007   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1008   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1009     # if the path contains ";" then we assume it to be the separator
1010     # otherwise default to the standard path separator (i.e. ":") - it is
1011     # assumed that no part of a normal pathname contains ";" but that should
1012     # okay in the real world where ";" in dirpaths is itself problematic.
1013     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1014   else
1015     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1016   fi
1017 else
1018   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1020 need_lib_prefix=unknown
1021 hardcode_into_libs=no
1023 # when you set need_version to no, make sure it does not cause -set_version
1024 # flags to be left without arguments
1025 need_version=unknown
1027 case $host_os in
1028 aix3*)
1029   version_type=linux
1030   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1031   shlibpath_var=LIBPATH
1033   # AIX 3 has no versioning support, so we append a major version to the name.
1034   soname_spec='${libname}${release}${shared_ext}$major'
1035   ;;
1037 aix4* | aix5*)
1038   version_type=linux
1039   need_lib_prefix=no
1040   need_version=no
1041   hardcode_into_libs=yes
1042   if test "$host_cpu" = ia64; then
1043     # AIX 5 supports IA64
1044     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1045     shlibpath_var=LD_LIBRARY_PATH
1046   else
1047     # With GCC up to 2.95.x, collect2 would create an import file
1048     # for dependence libraries.  The import file would start with
1049     # the line `#! .'.  This would cause the generated library to
1050     # depend on `.', always an invalid library.  This was fixed in
1051     # development snapshots of GCC prior to 3.0.
1052     case $host_os in
1053       aix4 | aix4.[[01]] | aix4.[[01]].*)
1054       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1055            echo ' yes '
1056            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1057         :
1058       else
1059         can_build_shared=no
1060       fi
1061       ;;
1062     esac
1063     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1064     # soname into executable. Probably we can add versioning support to
1065     # collect2, so additional links can be useful in future.
1066     if test "$aix_use_runtimelinking" = yes; then
1067       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1068       # instead of lib<name>.a to let people know that these are not
1069       # typical AIX shared libraries.
1070       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1071     else
1072       # We preserve .a as extension for shared libraries through AIX4.2
1073       # and later when we are not doing run time linking.
1074       library_names_spec='${libname}${release}.a $libname.a'
1075       soname_spec='${libname}${release}${shared_ext}$major'
1076     fi
1077     shlibpath_var=LIBPATH
1078   fi
1079   ;;
1081 amigaos*)
1082   library_names_spec='$libname.ixlibrary $libname.a'
1083   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1084   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'
1085   ;;
1087 beos*)
1088   library_names_spec='${libname}${shared_ext}'
1089   dynamic_linker="$host_os ld.so"
1090   shlibpath_var=LIBRARY_PATH
1091   ;;
1093 bsdi[[45]]*)
1094   version_type=linux
1095   need_version=no
1096   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1097   soname_spec='${libname}${release}${shared_ext}$major'
1098   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1099   shlibpath_var=LD_LIBRARY_PATH
1100   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1101   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1102   # the default ld.so.conf also contains /usr/contrib/lib and
1103   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1104   # libtool to hard-code these into programs
1105   ;;
1107 cygwin* | mingw* | pw32*)
1108   version_type=windows
1109   shrext_cmds=".dll"
1110   need_version=no
1111   need_lib_prefix=no
1113   case $GCC,$host_os in
1114   yes,cygwin* | yes,mingw* | yes,pw32*)
1115     library_names_spec='$libname.dll.a'
1116     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1117     postinstall_cmds='base_file=`basename \${file}`~
1118       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1119       dldir=$destdir/`dirname \$dlpath`~
1120       test -d \$dldir || mkdir -p \$dldir~
1121       $install_prog $dir/$dlname \$dldir/$dlname~
1122       chmod a+x \$dldir/$dlname'
1123     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1124       dlpath=$dir/\$dldll~
1125        $rm \$dlpath'
1126     shlibpath_overrides_runpath=yes
1128     case $host_os in
1129     cygwin*)
1130       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1131       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1132       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1133       ;;
1134     mingw*)
1135       # MinGW DLLs use traditional 'lib' prefix
1136       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1137       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1138       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1139         # It is most probably a Windows format PATH printed by
1140         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1141         # path with ; separators, and with drive letters. We can handle the
1142         # drive letters (cygwin fileutils understands them), so leave them,
1143         # especially as we might pass files found there to a mingw objdump,
1144         # which wouldn't understand a cygwinified path. Ahh.
1145         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1146       else
1147         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1148       fi
1149       ;;
1150     pw32*)
1151       # pw32 DLLs use 'pw' prefix rather than 'lib'
1152       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1153       ;;
1154     esac
1155     ;;
1157   *)
1158     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1159     ;;
1160   esac
1161   dynamic_linker='Win32 ld.exe'
1162   # FIXME: first we should search . and the directory the executable is in
1163   shlibpath_var=PATH
1164   ;;
1166 darwin* | rhapsody*)
1167   dynamic_linker="$host_os dyld"
1168   version_type=darwin
1169   need_lib_prefix=no
1170   need_version=no
1171   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1172   soname_spec='${libname}${release}${major}$shared_ext'
1173   shlibpath_overrides_runpath=yes
1174   shlibpath_var=DYLD_LIBRARY_PATH
1175   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1176   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1177   if test "$GCC" = yes; then
1178     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1179   else
1180     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1181   fi
1182   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1183   ;;
1185 dgux*)
1186   version_type=linux
1187   need_lib_prefix=no
1188   need_version=no
1189   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1190   soname_spec='${libname}${release}${shared_ext}$major'
1191   shlibpath_var=LD_LIBRARY_PATH
1192   ;;
1194 freebsd1*)
1195   dynamic_linker=no
1196   ;;
1198 kfreebsd*-gnu)
1199   version_type=linux
1200   need_lib_prefix=no
1201   need_version=no
1202   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1203   soname_spec='${libname}${release}${shared_ext}$major'
1204   shlibpath_var=LD_LIBRARY_PATH
1205   shlibpath_overrides_runpath=no
1206   hardcode_into_libs=yes
1207   dynamic_linker='GNU ld.so'
1208   ;;
1210 freebsd* | dragonfly*)
1211   # DragonFly does not have aout.  When/if they implement a new
1212   # versioning mechanism, adjust this.
1213   if test -x /usr/bin/objformat; then
1214     objformat=`/usr/bin/objformat`
1215   else
1216     case $host_os in
1217     freebsd[[123]]*) objformat=aout ;;
1218     *) objformat=elf ;;
1219     esac
1220   fi
1221   version_type=freebsd-$objformat
1222   case $version_type in
1223     freebsd-elf*)
1224       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1225       need_version=no
1226       need_lib_prefix=no
1227       ;;
1228     freebsd-*)
1229       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1230       need_version=yes
1231       ;;
1232   esac
1233   shlibpath_var=LD_LIBRARY_PATH
1234   case $host_os in
1235   freebsd2*)
1236     shlibpath_overrides_runpath=yes
1237     ;;
1238   freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1239     shlibpath_overrides_runpath=yes
1240     hardcode_into_libs=yes
1241     ;;
1242   *) # from 3.2 on
1243     shlibpath_overrides_runpath=no
1244     hardcode_into_libs=yes
1245     ;;
1246   esac
1247   ;;
1249 gnu*)
1250   version_type=linux
1251   need_lib_prefix=no
1252   need_version=no
1253   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1254   soname_spec='${libname}${release}${shared_ext}$major'
1255   shlibpath_var=LD_LIBRARY_PATH
1256   hardcode_into_libs=yes
1257   ;;
1259 hpux9* | hpux10* | hpux11*)
1260   # Give a soname corresponding to the major version so that dld.sl refuses to
1261   # link against other versions.
1262   version_type=sunos
1263   need_lib_prefix=no
1264   need_version=no
1265   case $host_cpu in
1266   ia64*)
1267     shrext_cmds='.so'
1268     hardcode_into_libs=yes
1269     dynamic_linker="$host_os dld.so"
1270     shlibpath_var=LD_LIBRARY_PATH
1271     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1272     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1273     soname_spec='${libname}${release}${shared_ext}$major'
1274     if test "X$HPUX_IA64_MODE" = X32; then
1275       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1276     else
1277       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1278     fi
1279     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1280     ;;
1281    hppa*64*)
1282      shrext_cmds='.sl'
1283      hardcode_into_libs=yes
1284      dynamic_linker="$host_os dld.sl"
1285      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1286      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1290      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1291      ;;
1292    *)
1293     shrext_cmds='.sl'
1294     dynamic_linker="$host_os dld.sl"
1295     shlibpath_var=SHLIB_PATH
1296     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1297     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1298     soname_spec='${libname}${release}${shared_ext}$major'
1299     ;;
1300   esac
1301   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1302   postinstall_cmds='chmod 555 $lib'
1303   ;;
1305 irix5* | irix6* | nonstopux*)
1306   case $host_os in
1307     nonstopux*) version_type=nonstopux ;;
1308     *)
1309         if test "$lt_cv_prog_gnu_ld" = yes; then
1310                 version_type=linux
1311         else
1312                 version_type=irix
1313         fi ;;
1314   esac
1315   need_lib_prefix=no
1316   need_version=no
1317   soname_spec='${libname}${release}${shared_ext}$major'
1318   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1319   case $host_os in
1320   irix5* | nonstopux*)
1321     libsuff= shlibsuff=
1322     ;;
1323   *)
1324     case $LD in # libtool.m4 will add one of these switches to LD
1325     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1326       libsuff= shlibsuff= libmagic=32-bit;;
1327     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1328       libsuff=32 shlibsuff=N32 libmagic=N32;;
1329     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1330       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1331     *) libsuff= shlibsuff= libmagic=never-match;;
1332     esac
1333     ;;
1334   esac
1335   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1336   shlibpath_overrides_runpath=no
1337   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1338   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1339   hardcode_into_libs=yes
1340   ;;
1342 # No shared lib support for Linux oldld, aout, or coff.
1343 linux*oldld* | linux*aout* | linux*coff*)
1344   dynamic_linker=no
1345   ;;
1347 # This must be Linux ELF.
1348 linux*)
1349   version_type=linux
1350   need_lib_prefix=no
1351   need_version=no
1352   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1353   soname_spec='${libname}${release}${shared_ext}$major'
1354   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1355   shlibpath_var=LD_LIBRARY_PATH
1356   shlibpath_overrides_runpath=no
1357   # This implies no fast_install, which is unacceptable.
1358   # Some rework will be needed to allow for fast_install
1359   # before this can be enabled.
1360   hardcode_into_libs=yes
1362   # Append ld.so.conf contents to the search path
1363   if test -f /etc/ld.so.conf; then
1364     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,    ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1365     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1366   fi
1368   # We used to test for /lib/ld.so.1 and disable shared libraries on
1369   # powerpc, because MkLinux only supported shared libraries with the
1370   # GNU dynamic linker.  Since this was broken with cross compilers,
1371   # most powerpc-linux boxes support dynamic linking these days and
1372   # people can always --disable-shared, the test was removed, and we
1373   # assume the GNU/Linux dynamic linker is in use.
1374   dynamic_linker='GNU/Linux ld.so'
1375   ;;
1377 netbsdelf*-gnu)
1378   version_type=linux
1379   need_lib_prefix=no
1380   need_version=no
1381   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1382   soname_spec='${libname}${release}${shared_ext}$major'
1383   shlibpath_var=LD_LIBRARY_PATH
1384   shlibpath_overrides_runpath=no
1385   hardcode_into_libs=yes
1386   dynamic_linker='NetBSD ld.elf_so'
1387   ;;
1389 knetbsd*-gnu)
1390   version_type=linux
1391   need_lib_prefix=no
1392   need_version=no
1393   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1394   soname_spec='${libname}${release}${shared_ext}$major'
1395   shlibpath_var=LD_LIBRARY_PATH
1396   shlibpath_overrides_runpath=no
1397   hardcode_into_libs=yes
1398   dynamic_linker='GNU ld.so'
1399   ;;
1401 netbsd*)
1402   version_type=sunos
1403   need_lib_prefix=no
1404   need_version=no
1405   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1406     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1407     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1408     dynamic_linker='NetBSD (a.out) ld.so'
1409   else
1410     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1411     soname_spec='${libname}${release}${shared_ext}$major'
1412     dynamic_linker='NetBSD ld.elf_so'
1413   fi
1414   shlibpath_var=LD_LIBRARY_PATH
1415   shlibpath_overrides_runpath=yes
1416   hardcode_into_libs=yes
1417   ;;
1419 newsos6)
1420   version_type=linux
1421   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1422   shlibpath_var=LD_LIBRARY_PATH
1423   shlibpath_overrides_runpath=yes
1424   ;;
1426 nto-qnx*)
1427   version_type=linux
1428   need_lib_prefix=no
1429   need_version=no
1430   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1431   soname_spec='${libname}${release}${shared_ext}$major'
1432   shlibpath_var=LD_LIBRARY_PATH
1433   shlibpath_overrides_runpath=yes
1434   ;;
1436 openbsd*)
1437   version_type=sunos
1438   need_lib_prefix=no
1439   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1440   case $host_os in
1441     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1442     *)                         need_version=no  ;;
1443   esac
1444   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1445   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1446   shlibpath_var=LD_LIBRARY_PATH
1447   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1448     case $host_os in
1449       openbsd2.[[89]] | openbsd2.[[89]].*)
1450         shlibpath_overrides_runpath=no
1451         ;;
1452       *)
1453         shlibpath_overrides_runpath=yes
1454         ;;
1455       esac
1456   else
1457     shlibpath_overrides_runpath=yes
1458   fi
1459   ;;
1461 os2*)
1462   libname_spec='$name'
1463   shrext_cmds=".dll"
1464   need_lib_prefix=no
1465   library_names_spec='$libname${shared_ext} $libname.a'
1466   dynamic_linker='OS/2 ld.exe'
1467   shlibpath_var=LIBPATH
1468   ;;
1470 osf3* | osf4* | osf5*)
1471   version_type=osf
1472   need_lib_prefix=no
1473   need_version=no
1474   soname_spec='${libname}${release}${shared_ext}$major'
1475   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1476   shlibpath_var=LD_LIBRARY_PATH
1477   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1478   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1479   ;;
1481 sco3.2v5*)
1482   version_type=osf
1483   soname_spec='${libname}${release}${shared_ext}$major'
1484   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1485   shlibpath_var=LD_LIBRARY_PATH
1486   ;;
1488 solaris*)
1489   version_type=linux
1490   need_lib_prefix=no
1491   need_version=no
1492   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1493   soname_spec='${libname}${release}${shared_ext}$major'
1494   shlibpath_var=LD_LIBRARY_PATH
1495   shlibpath_overrides_runpath=yes
1496   hardcode_into_libs=yes
1497   # ldd complains unless libraries are executable
1498   postinstall_cmds='chmod +x $lib'
1499   ;;
1501 sunos4*)
1502   version_type=sunos
1503   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1504   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1505   shlibpath_var=LD_LIBRARY_PATH
1506   shlibpath_overrides_runpath=yes
1507   if test "$with_gnu_ld" = yes; then
1508     need_lib_prefix=no
1509   fi
1510   need_version=yes
1511   ;;
1513 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1514   version_type=linux
1515   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1516   soname_spec='${libname}${release}${shared_ext}$major'
1517   shlibpath_var=LD_LIBRARY_PATH
1518   case $host_vendor in
1519     sni)
1520       shlibpath_overrides_runpath=no
1521       need_lib_prefix=no
1522       export_dynamic_flag_spec='${wl}-Blargedynsym'
1523       runpath_var=LD_RUN_PATH
1524       ;;
1525     siemens)
1526       need_lib_prefix=no
1527       ;;
1528     motorola)
1529       need_lib_prefix=no
1530       need_version=no
1531       shlibpath_overrides_runpath=no
1532       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1533       ;;
1534   esac
1535   ;;
1537 sysv4*MP*)
1538   if test -d /usr/nec ;then
1539     version_type=linux
1540     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1541     soname_spec='$libname${shared_ext}.$major'
1542     shlibpath_var=LD_LIBRARY_PATH
1543   fi
1544   ;;
1546 uts4*)
1547   version_type=linux
1548   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1549   soname_spec='${libname}${release}${shared_ext}$major'
1550   shlibpath_var=LD_LIBRARY_PATH
1551   ;;
1554   dynamic_linker=no
1555   ;;
1556 esac
1557 AC_MSG_RESULT([$dynamic_linker])
1558 test "$dynamic_linker" = no && can_build_shared=no
1560 m4trace:/usr/share/aclocal/libtool.m4:1721: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1561     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1562         [include additional configurations @<:@automatic@:>@])],
1563     [tagnames="$withval"])
1565 if test -f "$ltmain" && test -n "$tagnames"; then
1566   if test ! -f "${ofile}"; then
1567     AC_MSG_WARN([output file `$ofile' does not exist])
1568   fi
1570   if test -z "$LTCC"; then
1571     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1572     if test -z "$LTCC"; then
1573       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1574     else
1575       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1576     fi
1577   fi
1579   # Extract list of available tagged configurations in $ofile.
1580   # Note that this assumes the entire list is on one line.
1581   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1583   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1584   for tagname in $tagnames; do
1585     IFS="$lt_save_ifs"
1586     # Check whether tagname contains only valid characters
1587     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1588     "") ;;
1589     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1590         ;;
1591     esac
1593     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1594     then
1595       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1596     fi
1598     # Update the list of available tags.
1599     if test -n "$tagname"; then
1600       echo appending configuration tag \"$tagname\" to $ofile
1602       case $tagname in
1603       CXX)
1604         if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1605             ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1606             (test "X$CXX" != "Xg++"))) ; then
1607           AC_LIBTOOL_LANG_CXX_CONFIG
1608         else
1609           tagname=""
1610         fi
1611         ;;
1613       F77)
1614         if test -n "$F77" && test "X$F77" != "Xno"; then
1615           AC_LIBTOOL_LANG_F77_CONFIG
1616         else
1617           tagname=""
1618         fi
1619         ;;
1621       GCJ)
1622         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1623           AC_LIBTOOL_LANG_GCJ_CONFIG
1624         else
1625           tagname=""
1626         fi
1627         ;;
1629       RC)
1630         AC_LIBTOOL_LANG_RC_CONFIG
1631         ;;
1633       *)
1634         AC_MSG_ERROR([Unsupported tag name: $tagname])
1635         ;;
1636       esac
1638       # Append the new tag name to the list of available tags.
1639       if test -n "$tagname" ; then
1640       available_tags="$available_tags $tagname"
1641     fi
1642     fi
1643   done
1644   IFS="$lt_save_ifs"
1646   # Now substitute the updated list of available tags.
1647   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1648     mv "${ofile}T" "$ofile"
1649     chmod +x "$ofile"
1650   else
1651     rm -f "${ofile}T"
1652     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1653   fi
1656 m4trace:/usr/share/aclocal/libtool.m4:1823: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1658 m4trace:/usr/share/aclocal/libtool.m4:1831: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1660 m4trace:/usr/share/aclocal/libtool.m4:1840: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1661 AC_ARG_ENABLE([shared],
1662     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1663         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1664     [p=${PACKAGE-default}
1665     case $enableval in
1666     yes) enable_shared=yes ;;
1667     no) enable_shared=no ;;
1668     *)
1669       enable_shared=no
1670       # Look at the argument we got.  We use all the common list separators.
1671       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1672       for pkg in $enableval; do
1673         IFS="$lt_save_ifs"
1674         if test "X$pkg" = "X$p"; then
1675           enable_shared=yes
1676         fi
1677       done
1678       IFS="$lt_save_ifs"
1679       ;;
1680     esac],
1681     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1683 m4trace:/usr/share/aclocal/libtool.m4:1869: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1684 AC_ENABLE_SHARED(no)
1686 m4trace:/usr/share/aclocal/libtool.m4:1879: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1687 AC_ARG_ENABLE([static],
1688     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1689         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1690     [p=${PACKAGE-default}
1691     case $enableval in
1692     yes) enable_static=yes ;;
1693     no) enable_static=no ;;
1694     *)
1695      enable_static=no
1696       # Look at the argument we got.  We use all the common list separators.
1697       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1698       for pkg in $enableval; do
1699         IFS="$lt_save_ifs"
1700         if test "X$pkg" = "X$p"; then
1701           enable_static=yes
1702         fi
1703       done
1704       IFS="$lt_save_ifs"
1705       ;;
1706     esac],
1707     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1709 m4trace:/usr/share/aclocal/libtool.m4:1908: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1710 AC_ENABLE_STATIC(no)
1712 m4trace:/usr/share/aclocal/libtool.m4:1918: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1713 AC_ARG_ENABLE([fast-install],
1714     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1715     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1716     [p=${PACKAGE-default}
1717     case $enableval in
1718     yes) enable_fast_install=yes ;;
1719     no) enable_fast_install=no ;;
1720     *)
1721       enable_fast_install=no
1722       # Look at the argument we got.  We use all the common list separators.
1723       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1724       for pkg in $enableval; do
1725         IFS="$lt_save_ifs"
1726         if test "X$pkg" = "X$p"; then
1727           enable_fast_install=yes
1728         fi
1729       done
1730       IFS="$lt_save_ifs"
1731       ;;
1732     esac],
1733     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1735 m4trace:/usr/share/aclocal/libtool.m4:1947: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1736 AC_ENABLE_FAST_INSTALL(no)
1738 m4trace:/usr/share/aclocal/libtool.m4:1957: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1739 pic_mode=ifelse($#,1,$1,default)
1741 m4trace:/usr/share/aclocal/libtool.m4:1981: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1742 AC_MSG_CHECKING([for $1])
1743 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1744 [case $MAGIC_CMD in
1745 [[\\/*] |  ?:[\\/]*])
1746   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1747   ;;
1749   lt_save_MAGIC_CMD="$MAGIC_CMD"
1750   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1751 dnl $ac_dummy forces splitting on constant user-supplied paths.
1752 dnl POSIX.2 word splitting is done only on the output of word expansions,
1753 dnl not every word.  This closes a longstanding sh security hole.
1754   ac_dummy="ifelse([$2], , $PATH, [$2])"
1755   for ac_dir in $ac_dummy; do
1756     IFS="$lt_save_ifs"
1757     test -z "$ac_dir" && ac_dir=.
1758     if test -f $ac_dir/$1; then
1759       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1760       if test -n "$file_magic_test_file"; then
1761         case $deplibs_check_method in
1762         "file_magic "*)
1763           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1764           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1765           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1766             $EGREP "$file_magic_regex" > /dev/null; then
1767             :
1768           else
1769             cat <<EOF 1>&2
1771 *** Warning: the command libtool uses to detect shared libraries,
1772 *** $file_magic_cmd, produces output that libtool cannot recognize.
1773 *** The result is that libtool may fail to recognize shared libraries
1774 *** as such.  This will affect the creation of libtool libraries that
1775 *** depend on shared libraries, but programs linked with such libtool
1776 *** libraries will work regardless of this problem.  Nevertheless, you
1777 *** may want to report the problem to your system manager and/or to
1778 *** bug-libtool@gnu.org
1781           fi ;;
1782         esac
1783       fi
1784       break
1785     fi
1786   done
1787   IFS="$lt_save_ifs"
1788   MAGIC_CMD="$lt_save_MAGIC_CMD"
1789   ;;
1790 esac])
1791 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1792 if test -n "$MAGIC_CMD"; then
1793   AC_MSG_RESULT($MAGIC_CMD)
1794 else
1795   AC_MSG_RESULT(no)
1798 m4trace:/usr/share/aclocal/libtool.m4:2044: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1799 if test -z "$lt_cv_path_MAGIC_CMD"; then
1800   if test -n "$ac_tool_prefix"; then
1801     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1802   else
1803     MAGIC_CMD=:
1804   fi
1807 m4trace:/usr/share/aclocal/libtool.m4:2059: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1808     [AC_HELP_STRING([--with-gnu-ld],
1809         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1810     [test "$withval" = no || with_gnu_ld=yes],
1811     [with_gnu_ld=no])
1812 AC_REQUIRE([LT_AC_PROG_SED])dnl
1813 AC_REQUIRE([AC_PROG_CC])dnl
1814 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1815 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1816 ac_prog=ld
1817 if test "$GCC" = yes; then
1818   # Check if gcc -print-prog-name=ld gives a path.
1819   AC_MSG_CHECKING([for ld used by $CC])
1820   case $host in
1821   *-*-mingw*)
1822     # gcc leaves a trailing carriage return which upsets mingw
1823     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1824   *)
1825     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1826   esac
1827   case $ac_prog in
1828     # Accept absolute paths.
1829     [[\\/]]* | ?:[[\\/]]*)
1830       re_direlt='/[[^/]][[^/]]*/\.\./'
1831       # Canonicalize the pathname of ld
1832       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1833       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1834         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1835       done
1836       test -z "$LD" && LD="$ac_prog"
1837       ;;
1838   "")
1839     # If it fails, then pretend we aren't using GCC.
1840     ac_prog=ld
1841     ;;
1842   *)
1843     # If it is relative, then search for the first ld in PATH.
1844     with_gnu_ld=unknown
1845     ;;
1846   esac
1847 elif test "$with_gnu_ld" = yes; then
1848   AC_MSG_CHECKING([for GNU ld])
1849 else
1850   AC_MSG_CHECKING([for non-GNU ld])
1852 AC_CACHE_VAL(lt_cv_path_LD,
1853 [if test -z "$LD"; then
1854   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1855   for ac_dir in $PATH; do
1856     IFS="$lt_save_ifs"
1857     test -z "$ac_dir" && ac_dir=.
1858     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1859       lt_cv_path_LD="$ac_dir/$ac_prog"
1860       # Check to see if the program is GNU ld.  I'd rather use --version,
1861       # but apparently some variants of GNU ld only accept -v.
1862       # Break only if it was the GNU/non-GNU ld that we prefer.
1863       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1864       *GNU* | *'with BFD'*)
1865         test "$with_gnu_ld" != no && break
1866         ;;
1867       *)
1868         test "$with_gnu_ld" != yes && break
1869         ;;
1870       esac
1871     fi
1872   done
1873   IFS="$lt_save_ifs"
1874 else
1875   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1876 fi])
1877 LD="$lt_cv_path_LD"
1878 if test -n "$LD"; then
1879   AC_MSG_RESULT($LD)
1880 else
1881   AC_MSG_RESULT(no)
1883 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1884 AC_PROG_LD_GNU
1886 m4trace:/usr/share/aclocal/libtool.m4:2143: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1887 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1888 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
1889 case `$LD -v 2>&1 </dev/null` in
1890 *GNU* | *'with BFD'*)
1891   lt_cv_prog_gnu_ld=yes
1892   ;;
1894   lt_cv_prog_gnu_ld=no
1895   ;;
1896 esac])
1897 with_gnu_ld=$lt_cv_prog_gnu_ld
1899 m4trace:/usr/share/aclocal/libtool.m4:2163: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1900   lt_cv_ld_reload_flag,
1901   [lt_cv_ld_reload_flag='-r'])
1902 reload_flag=$lt_cv_ld_reload_flag
1903 case $reload_flag in
1904 "" | " "*) ;;
1905 *) reload_flag=" $reload_flag" ;;
1906 esac
1907 reload_cmds='$LD$reload_flag -o $output$reload_objs'
1908 case $host_os in
1909   darwin*)
1910     if test "$GCC" = yes; then
1911       reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
1912     else
1913       reload_cmds='$LD$reload_flag -o $output$reload_objs'
1914     fi
1915     ;;
1916 esac
1918 m4trace:/usr/share/aclocal/libtool.m4:2189: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1919 lt_cv_deplibs_check_method,
1920 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1921 lt_cv_file_magic_test_file=
1922 lt_cv_deplibs_check_method='unknown'
1923 # Need to set the preceding variable on all platforms that support
1924 # interlibrary dependencies.
1925 # 'none' -- dependencies not supported.
1926 # `unknown' -- same as none, but documents that we really don't know.
1927 # 'pass_all' -- all dependencies passed with no checks.
1928 # 'test_compile' -- check by making test program.
1929 # 'file_magic [[regex]]' -- check by looking for files in library path
1930 # which responds to the $file_magic_cmd with a given extended regex.
1931 # If you have `file' or equivalent on your system and you're not sure
1932 # whether `pass_all' will *always* work, you probably want this one.
1934 case $host_os in
1935 aix4* | aix5*)
1936   lt_cv_deplibs_check_method=pass_all
1937   ;;
1939 beos*)
1940   lt_cv_deplibs_check_method=pass_all
1941   ;;
1943 bsdi[[45]]*)
1944   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1945   lt_cv_file_magic_cmd='/usr/bin/file -L'
1946   lt_cv_file_magic_test_file=/shlib/libc.so
1947   ;;
1949 cygwin*)
1950   # func_win32_libid is a shell function defined in ltmain.sh
1951   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1952   lt_cv_file_magic_cmd='func_win32_libid'
1953   ;;
1955 mingw* | pw32*)
1956   # Base MSYS/MinGW do not provide the 'file' command needed by
1957   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1958   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1959   lt_cv_file_magic_cmd='$OBJDUMP -f'
1960   ;;
1962 darwin* | rhapsody*)
1963   lt_cv_deplibs_check_method=pass_all
1964   ;;
1966 freebsd* | kfreebsd*-gnu | dragonfly*)
1967   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1968     case $host_cpu in
1969     i*86 )
1970       # Not sure whether the presence of OpenBSD here was a mistake.
1971       # Let's accept both of them until this is cleared up.
1972       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
1973       lt_cv_file_magic_cmd=/usr/bin/file
1974       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1975       ;;
1976     esac
1977   else
1978     lt_cv_deplibs_check_method=pass_all
1979   fi
1980   ;;
1982 gnu*)
1983   lt_cv_deplibs_check_method=pass_all
1984   ;;
1986 hpux10.20* | hpux11*)
1987   lt_cv_file_magic_cmd=/usr/bin/file
1988   case $host_cpu in
1989   ia64*)
1990     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1991     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1992     ;;
1993   hppa*64*)
1994     [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]']
1995     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1996     ;;
1997   *)
1998     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1999     lt_cv_file_magic_test_file=/usr/lib/libc.sl
2000     ;;
2001   esac
2002   ;;
2004 irix5* | irix6* | nonstopux*)
2005   case $LD in
2006   *-32|*"-32 ") libmagic=32-bit;;
2007   *-n32|*"-n32 ") libmagic=N32;;
2008   *-64|*"-64 ") libmagic=64-bit;;
2009   *) libmagic=never-match;;
2010   esac
2011   lt_cv_deplibs_check_method=pass_all
2012   ;;
2014 # This must be Linux ELF.
2015 linux*)
2016   lt_cv_deplibs_check_method=pass_all
2017   ;;
2019 netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
2020   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2021     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2022   else
2023     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2024   fi
2025   ;;
2027 newos6*)
2028   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2029   lt_cv_file_magic_cmd=/usr/bin/file
2030   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2031   ;;
2033 nto-qnx*)
2034   lt_cv_deplibs_check_method=unknown
2035   ;;
2037 openbsd*)
2038   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2039     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2040   else
2041     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2042   fi
2043   ;;
2045 osf3* | osf4* | osf5*)
2046   lt_cv_deplibs_check_method=pass_all
2047   ;;
2049 sco3.2v5*)
2050   lt_cv_deplibs_check_method=pass_all
2051   ;;
2053 solaris*)
2054   lt_cv_deplibs_check_method=pass_all
2055   ;;
2057 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2058   case $host_vendor in
2059   motorola)
2060     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]]'
2061     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2062     ;;
2063   ncr)
2064     lt_cv_deplibs_check_method=pass_all
2065     ;;
2066   sequent)
2067     lt_cv_file_magic_cmd='/bin/file'
2068     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2069     ;;
2070   sni)
2071     lt_cv_file_magic_cmd='/bin/file'
2072     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2073     lt_cv_file_magic_test_file=/lib/libc.so
2074     ;;
2075   siemens)
2076     lt_cv_deplibs_check_method=pass_all
2077     ;;
2078   esac
2079   ;;
2081 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
2082   lt_cv_deplibs_check_method=pass_all
2083   ;;
2084 esac
2086 file_magic_cmd=$lt_cv_file_magic_cmd
2087 deplibs_check_method=$lt_cv_deplibs_check_method
2088 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2090 m4trace:/usr/share/aclocal/libtool.m4:2367: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2091 [if test -n "$NM"; then
2092   # Let the user override the test.
2093   lt_cv_path_NM="$NM"
2094 else
2095   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2096   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2097     IFS="$lt_save_ifs"
2098     test -z "$ac_dir" && ac_dir=.
2099     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2100     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2101       # Check to see if the nm accepts a BSD-compat flag.
2102       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2103       #   nm: unknown option "B" ignored
2104       # Tru64's nm complains that /dev/null is an invalid object file
2105       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2106       */dev/null* | *'Invalid file or object type'*)
2107         lt_cv_path_NM="$tmp_nm -B"
2108         break
2109         ;;
2110       *)
2111         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2112         */dev/null*)
2113           lt_cv_path_NM="$tmp_nm -p"
2114           break
2115           ;;
2116         *)
2117           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2118           continue # so that we can try to find one that supports BSD flags
2119           ;;
2120         esac
2121       esac
2122     fi
2123   done
2124   IFS="$lt_save_ifs"
2125   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2126 fi])
2127 NM="$lt_cv_path_NM"
2129 m4trace:/usr/share/aclocal/libtool.m4:2412: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2130 LIBM=
2131 case $host in
2132 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2133   # These system don't have libm, or don't need it
2134   ;;
2135 *-ncr-sysv4.3*)
2136   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2137   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2138   ;;
2140   AC_CHECK_LIB(m, cos, LIBM="-lm")
2141   ;;
2142 esac
2144 m4trace:/usr/share/aclocal/libtool.m4:2441: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2145   case $enable_ltdl_convenience in
2146   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2147   "") enable_ltdl_convenience=yes
2148       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2149   esac
2150   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2151   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2152   # For backwards non-gettext consistent compatibility...
2153   INCLTDL="$LTDLINCL"
2155 m4trace:/usr/share/aclocal/libtool.m4:2467: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2156   AC_CHECK_LIB(ltdl, lt_dlinit,
2157   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2158   [if test x"$enable_ltdl_install" = xno; then
2159      AC_MSG_WARN([libltdl not installed, but installation disabled])
2160    else
2161      enable_ltdl_install=yes
2162    fi
2163   ])
2164   if test x"$enable_ltdl_install" = x"yes"; then
2165     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2166     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2167     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2168   else
2169     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2170     LIBLTDL="-lltdl"
2171     LTDLINCL=
2172   fi
2173   # For backwards non-gettext consistent compatibility...
2174   INCLTDL="$LTDLINCL"
2176 m4trace:/usr/share/aclocal/libtool.m4:2494: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2178 m4trace:/usr/share/aclocal/libtool.m4:2501: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2179 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2180 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2182 m4trace:/usr/share/aclocal/libtool.m4:2509: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP], [
2183 AC_REQUIRE([AC_PROG_CXX])
2184 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2185     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2186     (test "X$CXX" != "Xg++"))) ; then
2187   AC_PROG_CXXCPP
2190 m4trace:/usr/share/aclocal/libtool.m4:2522: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2192 m4trace:/usr/share/aclocal/libtool.m4:2529: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2193 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2195 m4trace:/usr/share/aclocal/libtool.m4:2538: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2197 m4trace:/usr/share/aclocal/libtool.m4:2545: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2198   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2199     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2200       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2201          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2202            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2203 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2205 m4trace:/usr/share/aclocal/libtool.m4:2559: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2206 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2208 m4trace:/usr/share/aclocal/libtool.m4:2570: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2209 m4trace:/usr/share/aclocal/libtool.m4:2571: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2210 AC_LANG_PUSH(C)
2212 # Source file extension for C test sources.
2213 ac_ext=c
2215 # Object file extension for compiled C test sources.
2216 objext=o
2217 _LT_AC_TAGVAR(objext, $1)=$objext
2219 # Code to be used in simple compile tests
2220 lt_simple_compile_test_code="int some_variable = 0;\n"
2222 # Code to be used in simple link tests
2223 lt_simple_link_test_code='int main(){return(0);}\n'
2225 _LT_AC_SYS_COMPILER
2227 # save warnings/boilerplate of simple test code
2228 _LT_COMPILER_BOILERPLATE
2229 _LT_LINKER_BOILERPLATE
2232 # Check for any special shared library compilation flags.
2234 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2235 if test "$GCC" = no; then
2236   case $host_os in
2237   sco3.2v5*)
2238     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2239     ;;
2240   esac
2242 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2243   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2244   if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2245   else
2246     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2247     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2248   fi
2253 # Check to make sure the static flag actually works.
2255 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2256   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2257   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2258   [],
2259   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2262 ## CAVEAT EMPTOR:
2263 ## There is no encapsulation within the following macros, do not change
2264 ## the running order or otherwise move them around unless you know exactly
2265 ## what you are doing...
2266 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2267 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2268 AC_LIBTOOL_PROG_CC_C_O($1)
2269 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2270 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2271 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2272 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2273 AC_LIBTOOL_SYS_LIB_STRIP
2274 AC_LIBTOOL_DLOPEN_SELF($1)
2276 # Report which librarie types wil actually be built
2277 AC_MSG_CHECKING([if libtool supports shared libraries])
2278 AC_MSG_RESULT([$can_build_shared])
2280 AC_MSG_CHECKING([whether to build shared libraries])
2281 test "$can_build_shared" = "no" && enable_shared=no
2283 # On AIX, shared libraries and static libraries use the same namespace, and
2284 # are all built from PIC.
2285 case $host_os in
2286 aix3*)
2287   test "$enable_shared" = yes && enable_static=no
2288   if test -n "$RANLIB"; then
2289     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2290     postinstall_cmds='$RANLIB $lib'
2291   fi
2292   ;;
2294 aix4* | aix5*)
2295   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2296     test "$enable_shared" = yes && enable_static=no
2297   fi
2298     ;;
2299 esac
2300 AC_MSG_RESULT([$enable_shared])
2302 AC_MSG_CHECKING([whether to build static libraries])
2303 # Make sure either enable_shared or enable_static is yes.
2304 test "$enable_shared" = yes || enable_static=yes
2305 AC_MSG_RESULT([$enable_static])
2307 AC_LIBTOOL_CONFIG($1)
2309 AC_LANG_POP
2310 CC="$lt_save_CC"
2312 m4trace:/usr/share/aclocal/libtool.m4:2682: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2313 m4trace:/usr/share/aclocal/libtool.m4:2683: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2314 AC_REQUIRE([AC_PROG_CXX])
2315 AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2317 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2318 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2319 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2320 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2321 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2322 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2323 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2324 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2325 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2326 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2327 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2328 _LT_AC_TAGVAR(module_cmds, $1)=
2329 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2330 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2331 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2332 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2333 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2334 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2336 # Dependencies to place before and after the object being linked:
2337 _LT_AC_TAGVAR(predep_objects, $1)=
2338 _LT_AC_TAGVAR(postdep_objects, $1)=
2339 _LT_AC_TAGVAR(predeps, $1)=
2340 _LT_AC_TAGVAR(postdeps, $1)=
2341 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2343 # Source file extension for C++ test sources.
2344 ac_ext=cpp
2346 # Object file extension for compiled C++ test sources.
2347 objext=o
2348 _LT_AC_TAGVAR(objext, $1)=$objext
2350 # Code to be used in simple compile tests
2351 lt_simple_compile_test_code="int some_variable = 0;\n"
2353 # Code to be used in simple link tests
2354 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2356 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2357 _LT_AC_SYS_COMPILER
2359 # save warnings/boilerplate of simple test code
2360 _LT_COMPILER_BOILERPLATE
2361 _LT_LINKER_BOILERPLATE
2363 # Allow CC to be a program name with arguments.
2364 lt_save_CC=$CC
2365 lt_save_LD=$LD
2366 lt_save_GCC=$GCC
2367 GCC=$GXX
2368 lt_save_with_gnu_ld=$with_gnu_ld
2369 lt_save_path_LD=$lt_cv_path_LD
2370 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2371   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2372 else
2373   unset lt_cv_prog_gnu_ld
2375 if test -n "${lt_cv_path_LDCXX+set}"; then
2376   lt_cv_path_LD=$lt_cv_path_LDCXX
2377 else
2378   unset lt_cv_path_LD
2380 test -z "${LDCXX+set}" || LD=$LDCXX
2381 CC=${CXX-"c++"}
2382 compiler=$CC
2383 _LT_AC_TAGVAR(compiler, $1)=$CC
2384 _LT_CC_BASENAME([$compiler])
2386 # We don't want -fno-exception wen compiling C++ code, so set the
2387 # no_builtin_flag separately
2388 if test "$GXX" = yes; then
2389   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2390 else
2391   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2394 if test "$GXX" = yes; then
2395   # Set up default GNU C++ configuration
2397   AC_PROG_LD
2399   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2400   # archiving commands below assume that GNU ld is being used.
2401   if test "$with_gnu_ld" = yes; then
2402     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2403     _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'
2405     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2406     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2408     # If archive_cmds runs LD, not CC, wlarc should be empty
2409     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2410     #     investigate it a little bit more. (MM)
2411     wlarc='${wl}'
2413     # ancient GNU ld didn't support --whole-archive et. al.
2414     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2415         grep 'no-whole-archive' > /dev/null; then
2416       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2417     else
2418       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2419     fi
2420   else
2421     with_gnu_ld=no
2422     wlarc=
2424     # A generic and very simple default shared library creation
2425     # command for GNU C++ for the case where it uses the native
2426     # linker, instead of GNU ld.  If possible, this setting should
2427     # overridden to take advantage of the native linker features on
2428     # the platform it is being used on.
2429     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2430   fi
2432   # Commands to make compiler produce verbose output that lists
2433   # what "hidden" libraries, object files and flags are used when
2434   # linking a shared library.
2435   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2437 else
2438   GXX=no
2439   with_gnu_ld=no
2440   wlarc=
2443 # PORTME: fill in a description of your system's C++ link characteristics
2444 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2445 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2446 case $host_os in
2447   aix3*)
2448     # FIXME: insert proper C++ library support
2449     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2450     ;;
2451   aix4* | aix5*)
2452     if test "$host_cpu" = ia64; then
2453       # On IA64, the linker does run time linking by default, so we don't
2454       # have to do anything special.
2455       aix_use_runtimelinking=no
2456       exp_sym_flag='-Bexport'
2457       no_entry_flag=""
2458     else
2459       aix_use_runtimelinking=no
2461       # Test if we are trying to use run time linking or normal
2462       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2463       # need to do runtime linking.
2464       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2465         for ld_flag in $LDFLAGS; do
2466           case $ld_flag in
2467           *-brtl*)
2468             aix_use_runtimelinking=yes
2469             break
2470             ;;
2471           esac
2472         done
2473       esac
2475       exp_sym_flag='-bexport'
2476       no_entry_flag='-bnoentry'
2477     fi
2479     # When large executables or shared objects are built, AIX ld can
2480     # have problems creating the table of contents.  If linking a library
2481     # or program results in "error TOC overflow" add -mminimal-toc to
2482     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2483     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2485     _LT_AC_TAGVAR(archive_cmds, $1)=''
2486     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2487     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2488     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2490     if test "$GXX" = yes; then
2491       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2492       # We only want to do this on AIX 4.2 and lower, the check
2493       # below for broken collect2 doesn't work under 4.3+
2494         collect2name=`${CC} -print-prog-name=collect2`
2495         if test -f "$collect2name" && \
2496            strings "$collect2name" | grep resolve_lib_name >/dev/null
2497         then
2498           # We have reworked collect2
2499           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2500         else
2501           # We have old collect2
2502           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2503           # It fails to find uninstalled libraries when the uninstalled
2504           # path is not listed in the libpath.  Setting hardcode_minus_L
2505           # to unsupported forces relinking
2506           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2507           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2508           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2509         fi
2510       esac
2511       shared_flag='-shared'
2512       if test "$aix_use_runtimelinking" = yes; then
2513         shared_flag="$shared_flag "'${wl}-G'
2514       fi
2515     else
2516       # not using gcc
2517       if test "$host_cpu" = ia64; then
2518         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2519         # chokes on -Wl,-G. The following line is correct:
2520         shared_flag='-G'
2521       else
2522         if test "$aix_use_runtimelinking" = yes; then
2523           shared_flag='${wl}-G'
2524         else
2525           shared_flag='${wl}-bM:SRE'
2526         fi
2527       fi
2528     fi
2530     # It seems that -bexpall does not export symbols beginning with
2531     # underscore (_), so it is better to generate a list of symbols to export.
2532     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2533     if test "$aix_use_runtimelinking" = yes; then
2534       # Warning - without using the other runtime loading flags (-brtl),
2535       # -berok will link without error, but may produce a broken library.
2536       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2537       # Determine the default libpath from the value encoded in an empty executable.
2538       _LT_AC_SYS_LIBPATH_AIX
2539       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2541       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2542      else
2543       if test "$host_cpu" = ia64; then
2544         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2545         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2546         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2547       else
2548         # Determine the default libpath from the value encoded in an empty executable.
2549         _LT_AC_SYS_LIBPATH_AIX
2550         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2551         # Warning - without using the other run time loading flags,
2552         # -berok will link without error, but may produce a broken library.
2553         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2554         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2555         # -bexpall does not export symbols beginning with underscore (_)
2556         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2557         # Exported symbols can be pulled into shared objects from archives
2558         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2559         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2560         # This is similar to how AIX traditionally builds its shared libraries.
2561         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2562       fi
2563     fi
2564     ;;
2565   chorus*)
2566     case $cc_basename in
2567       *)
2568         # FIXME: insert proper C++ library support
2569         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2570         ;;
2571     esac
2572     ;;
2575   cygwin* | mingw* | pw32*)
2576     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2577     # as there is no search path for DLLs.
2578     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2579     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2580     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2581     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2583     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2584       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2585       # If the export-symbols file already is a .def file (1st line
2586       # is EXPORTS), use it as is; otherwise, prepend...
2587       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2588         cp $export_symbols $output_objdir/$soname.def;
2589       else
2590         echo EXPORTS > $output_objdir/$soname.def;
2591         cat $export_symbols >> $output_objdir/$soname.def;
2592       fi~
2593       $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2594     else
2595       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2596     fi
2597   ;;
2598       darwin* | rhapsody*)
2599         case $host_os in
2600         rhapsody* | darwin1.[[012]])
2601          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2602          ;;
2603        *) # Darwin 1.3 on
2604          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2605            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2606          else
2607            case ${MACOSX_DEPLOYMENT_TARGET} in
2608              10.[[012]])
2609                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2610                ;;
2611              10.*)
2612                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2613                ;;
2614            esac
2615          fi
2616          ;;
2617         esac
2618       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2619       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2620       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2621       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2622       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2623       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2625     if test "$GXX" = yes ; then
2626       lt_int_apple_cc_single_mod=no
2627       output_verbose_link_cmd='echo'
2628       if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2629        lt_int_apple_cc_single_mod=yes
2630       fi
2631       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2632        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2633       else
2634           _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'
2635         fi
2636         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2637         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2638           if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2639             _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}'
2640           else
2641             _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}'
2642           fi
2643             _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}'
2644       else
2645       case $cc_basename in
2646         xlc*)
2647          output_verbose_link_cmd='echo'
2648           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
2649           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2650           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
2651           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2652           _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}'
2653           ;;
2654        *)
2655          _LT_AC_TAGVAR(ld_shlibs, $1)=no
2656           ;;
2657       esac
2658       fi
2659         ;;
2661   dgux*)
2662     case $cc_basename in
2663       ec++*)
2664         # FIXME: insert proper C++ library support
2665         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2666         ;;
2667       ghcx*)
2668         # Green Hills C++ Compiler
2669         # FIXME: insert proper C++ library support
2670         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2671         ;;
2672       *)
2673         # FIXME: insert proper C++ library support
2674         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2675         ;;
2676     esac
2677     ;;
2678   freebsd[[12]]*)
2679     # C++ shared libraries reported to be fairly broken before switch to ELF
2680     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2681     ;;
2682   freebsd-elf*)
2683     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2684     ;;
2685   freebsd* | kfreebsd*-gnu | dragonfly*)
2686     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2687     # conventions
2688     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2689     ;;
2690   gnu*)
2691     ;;
2692   hpux9*)
2693     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2694     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2695     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2696     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2697     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2698                                 # but as the default
2699                                 # location of the library.
2701     case $cc_basename in
2702     CC*)
2703       # FIXME: insert proper C++ library support
2704       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2705       ;;
2706     aCC*)
2707       _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'
2708       # Commands to make compiler produce verbose output that lists
2709       # what "hidden" libraries, object files and flags are used when
2710       # linking a shared library.
2711       #
2712       # There doesn't appear to be a way to prevent this compiler from
2713       # explicitly linking system object files so we need to strip them
2714       # from the output so that they don't get included in the library
2715       # dependencies.
2716       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'
2717       ;;
2718     *)
2719       if test "$GXX" = yes; then
2720         _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'
2721       else
2722         # FIXME: insert proper C++ library support
2723         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2724       fi
2725       ;;
2726     esac
2727     ;;
2728   hpux10*|hpux11*)
2729     if test $with_gnu_ld = no; then
2730       case $host_cpu in
2731       hppa*64*)
2732         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2733         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2734         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2735         ;;
2736       ia64*)
2737         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2738         ;;
2739       *)
2740         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2741         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2742         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2743         ;;
2744       esac
2745     fi
2746     case $host_cpu in
2747     hppa*64*)
2748       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2749       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2750       ;;
2751     ia64*)
2752       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2753       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2754       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2755                                               # but as the default
2756                                               # location of the library.
2757       ;;
2758     *)
2759       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2760       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2761                                               # but as the default
2762                                               # location of the library.
2763       ;;
2764     esac
2766     case $cc_basename in
2767       CC*)
2768         # FIXME: insert proper C++ library support
2769         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2770         ;;
2771       aCC*)
2772         case $host_cpu in
2773         hppa*64*|ia64*)
2774           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2775           ;;
2776         *)
2777           _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'
2778           ;;
2779         esac
2780         # Commands to make compiler produce verbose output that lists
2781         # what "hidden" libraries, object files and flags are used when
2782         # linking a shared library.
2783         #
2784         # There doesn't appear to be a way to prevent this compiler from
2785         # explicitly linking system object files so we need to strip them
2786         # from the output so that they don't get included in the library
2787         # dependencies.
2788         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'
2789         ;;
2790       *)
2791         if test "$GXX" = yes; then
2792           if test $with_gnu_ld = no; then
2793             case $host_cpu in
2794             ia64*|hppa*64*)
2795               _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2796               ;;
2797             *)
2798               _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'
2799               ;;
2800             esac
2801           fi
2802         else
2803           # FIXME: insert proper C++ library support
2804           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2805         fi
2806         ;;
2807     esac
2808     ;;
2809   irix5* | irix6*)
2810     case $cc_basename in
2811       CC*)
2812         # SGI C++
2813         _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'
2815         # Archives containing C++ object files must be created using
2816         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2817         # necessary to make sure instantiated templates are included
2818         # in the archive.
2819         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2820         ;;
2821       *)
2822         if test "$GXX" = yes; then
2823           if test "$with_gnu_ld" = no; then
2824             _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'
2825           else
2826             _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'
2827           fi
2828         fi
2829         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2830         ;;
2831     esac
2832     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2833     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2834     ;;
2835   linux*)
2836     case $cc_basename in
2837       KCC*)
2838         # Kuck and Associates, Inc. (KAI) C++ Compiler
2840         # KCC will only create a shared library if the output file
2841         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2842         # to its proper name (with version) after linking.
2843         _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'
2844         _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'
2845         # Commands to make compiler produce verbose output that lists
2846         # what "hidden" libraries, object files and flags are used when
2847         # linking a shared library.
2848         #
2849         # There doesn't appear to be a way to prevent this compiler from
2850         # explicitly linking system object files so we need to strip them
2851         # from the output so that they don't get included in the library
2852         # dependencies.
2853         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'
2855         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2856         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2858         # Archives containing C++ object files must be created using
2859         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2860         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2861         ;;
2862       icpc*)
2863         # Intel C++
2864         with_gnu_ld=yes
2865         # version 8.0 and above of icpc choke on multiply defined symbols
2866         # if we add $predep_objects and $postdep_objects, however 7.1 and
2867         # earlier do not add the objects themselves.
2868         case `$CC -V 2>&1` in
2869         *"Version 7."*)
2870           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2871           _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'
2872           ;;
2873         *)  # Version 8.0 or newer
2874           tmp_idyn=
2875           case $host_cpu in
2876             ia64*) tmp_idyn=' -i_dynamic';;
2877           esac
2878           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2879           _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'
2880           ;;
2881         esac
2882         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2883         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2884         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2885         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2886         ;;
2887       pgCC*)
2888         # Portland Group C++ compiler
2889         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2890         _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'
2892         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2893         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2894         _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'
2895         ;;
2896       cxx*)
2897         # Compaq C++
2898         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2899         _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'
2901         runpath_var=LD_RUN_PATH
2902         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2903         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2905         # Commands to make compiler produce verbose output that lists
2906         # what "hidden" libraries, object files and flags are used when
2907         # linking a shared library.
2908         #
2909         # There doesn't appear to be a way to prevent this compiler from
2910         # explicitly linking system object files so we need to strip them
2911         # from the output so that they don't get included in the library
2912         # dependencies.
2913         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'
2914         ;;
2915     esac
2916     ;;
2917   lynxos*)
2918     # FIXME: insert proper C++ library support
2919     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2920     ;;
2921   m88k*)
2922     # FIXME: insert proper C++ library support
2923     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2924     ;;
2925   mvs*)
2926     case $cc_basename in
2927       cxx*)
2928         # FIXME: insert proper C++ library support
2929         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2930         ;;
2931       *)
2932         # FIXME: insert proper C++ library support
2933         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2934         ;;
2935     esac
2936     ;;
2937   netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
2938     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2939       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2940       wlarc=
2941       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2942       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2943       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2944     fi
2945     # Workaround some broken pre-1.5 toolchains
2946     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2947     ;;
2948   openbsd2*)
2949     # C++ shared libraries are fairly broken
2950     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2951     ;;
2952   openbsd*)
2953     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2954     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2955     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2956     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2957     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2958       _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'
2959       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2960       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2961     fi
2962     output_verbose_link_cmd='echo'
2963     ;;
2964   osf3*)
2965     case $cc_basename in
2966       KCC*)
2967         # Kuck and Associates, Inc. (KAI) C++ Compiler
2969         # KCC will only create a shared library if the output file
2970         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2971         # to its proper name (with version) after linking.
2972         _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'
2974         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2975         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2977         # Archives containing C++ object files must be created using
2978         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2979         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2981         ;;
2982       RCC*)
2983         # Rational C++ 2.4.1
2984         # FIXME: insert proper C++ library support
2985         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2986         ;;
2987       cxx*)
2988         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2989         _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'
2991         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2992         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2994         # Commands to make compiler produce verbose output that lists
2995         # what "hidden" libraries, object files and flags are used when
2996         # linking a shared library.
2997         #
2998         # There doesn't appear to be a way to prevent this compiler from
2999         # explicitly linking system object files so we need to strip them
3000         # from the output so that they don't get included in the library
3001         # dependencies.
3002         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'
3003         ;;
3004       *)
3005         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3006           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3007           _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'
3009           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3010           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3012           # Commands to make compiler produce verbose output that lists
3013           # what "hidden" libraries, object files and flags are used when
3014           # linking a shared library.
3015           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3017         else
3018           # FIXME: insert proper C++ library support
3019           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3020         fi
3021         ;;
3022     esac
3023     ;;
3024   osf4* | osf5*)
3025     case $cc_basename in
3026       KCC*)
3027         # Kuck and Associates, Inc. (KAI) C++ Compiler
3029         # KCC will only create a shared library if the output file
3030         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3031         # to its proper name (with version) after linking.
3032         _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'
3034         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3035         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3037         # Archives containing C++ object files must be created using
3038         # the KAI C++ compiler.
3039         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3040         ;;
3041       RCC*)
3042         # Rational C++ 2.4.1
3043         # FIXME: insert proper C++ library support
3044         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3045         ;;
3046       cxx*)
3047         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3048         _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'
3049         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3050           echo "-hidden">> $lib.exp~
3051           $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~
3052           $rm $lib.exp'
3054         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3055         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3057         # Commands to make compiler produce verbose output that lists
3058         # what "hidden" libraries, object files and flags are used when
3059         # linking a shared library.
3060         #
3061         # There doesn't appear to be a way to prevent this compiler from
3062         # explicitly linking system object files so we need to strip them
3063         # from the output so that they don't get included in the library
3064         # dependencies.
3065         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'
3066         ;;
3067       *)
3068         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3069           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3070          _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'
3072           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3073           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3075           # Commands to make compiler produce verbose output that lists
3076           # what "hidden" libraries, object files and flags are used when
3077           # linking a shared library.
3078           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3080         else
3081           # FIXME: insert proper C++ library support
3082           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3083         fi
3084         ;;
3085     esac
3086     ;;
3087   psos*)
3088     # FIXME: insert proper C++ library support
3089     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3090     ;;
3091   sco*)
3092     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3093     case $cc_basename in
3094       CC*)
3095         # FIXME: insert proper C++ library support
3096         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3097         ;;
3098       *)
3099         # FIXME: insert proper C++ library support
3100         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3101         ;;
3102     esac
3103     ;;
3104   sunos4*)
3105     case $cc_basename in
3106       CC*)
3107         # Sun C++ 4.x
3108         # FIXME: insert proper C++ library support
3109         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3110         ;;
3111       lcc*)
3112         # Lucid
3113         # FIXME: insert proper C++ library support
3114         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3115         ;;
3116       *)
3117         # FIXME: insert proper C++ library support
3118         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3119         ;;
3120     esac
3121     ;;
3122   solaris*)
3123     case $cc_basename in
3124       CC*)
3125         # Sun C++ 4.2, 5.x and Centerline C++
3126         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3127         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3128         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3129         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3130         $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'
3132         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3133         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3134         case $host_os in
3135           solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3136           *)
3137             # The C++ compiler is used as linker so we must use $wl
3138             # flag to pass the commands to the underlying system
3139             # linker. We must also pass each convience library through
3140             # to the system linker between allextract/defaultextract.
3141             # The C++ compiler will combine linker options so we
3142             # cannot just pass the convience library names through
3143             # without $wl.
3144             # Supported since Solaris 2.6 (maybe 2.5.1?)
3145             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
3146             ;;
3147         esac
3148         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3150         output_verbose_link_cmd='echo'
3152         # Archives containing C++ object files must be created using
3153         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3154         # necessary to make sure instantiated templates are included
3155         # in the archive.
3156         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3157         ;;
3158       gcx*)
3159         # Green Hills C++ Compiler
3160         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3162         # The C++ compiler must be used to create the archive.
3163         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3164         ;;
3165       *)
3166         # GNU C++ compiler with Solaris linker
3167         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3168           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3169           if $CC --version | grep -v '^2\.7' > /dev/null; then
3170             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3171             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3172                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3174             # Commands to make compiler produce verbose output that lists
3175             # what "hidden" libraries, object files and flags are used when
3176             # linking a shared library.
3177             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3178           else
3179             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3180             # platform.
3181             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3182             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3183                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3185             # Commands to make compiler produce verbose output that lists
3186             # what "hidden" libraries, object files and flags are used when
3187             # linking a shared library.
3188             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3189           fi
3191           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3192         fi
3193         ;;
3194     esac
3195     ;;
3196   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3197     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3198     ;;
3199   tandem*)
3200     case $cc_basename in
3201       NCC*)
3202         # NonStop-UX NCC 3.20
3203         # FIXME: insert proper C++ library support
3204         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3205         ;;
3206       *)
3207         # FIXME: insert proper C++ library support
3208         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3209         ;;
3210     esac
3211     ;;
3212   vxworks*)
3213     # FIXME: insert proper C++ library support
3214     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3215     ;;
3216   *)
3217     # FIXME: insert proper C++ library support
3218     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3219     ;;
3220 esac
3221 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3222 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3224 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3225 _LT_AC_TAGVAR(LD, $1)="$LD"
3227 ## CAVEAT EMPTOR:
3228 ## There is no encapsulation within the following macros, do not change
3229 ## the running order or otherwise move them around unless you know exactly
3230 ## what you are doing...
3231 AC_LIBTOOL_POSTDEP_PREDEP($1)
3232 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3233 AC_LIBTOOL_PROG_CC_C_O($1)
3234 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3235 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3236 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3237 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3238 AC_LIBTOOL_SYS_LIB_STRIP
3239 AC_LIBTOOL_DLOPEN_SELF($1)
3241 AC_LIBTOOL_CONFIG($1)
3243 AC_LANG_POP
3244 CC=$lt_save_CC
3245 LDCXX=$LD
3246 LD=$lt_save_LD
3247 GCC=$lt_save_GCC
3248 with_gnu_ldcxx=$with_gnu_ld
3249 with_gnu_ld=$lt_save_with_gnu_ld
3250 lt_cv_path_LDCXX=$lt_cv_path_LD
3251 lt_cv_path_LD=$lt_save_path_LD
3252 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3253 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3255 m4trace:/usr/share/aclocal/libtool.m4:3633: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3256 dnl we can't use the lt_simple_compile_test_code here,
3257 dnl because it contains code intended for an executable,
3258 dnl not a library.  It's possible we should let each
3259 dnl tag define a new lt_????_link_test_code variable,
3260 dnl but it's only used here...
3261 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3262 int a;
3263 void foo (void) { a = 0; }
3265 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3266 class Foo
3268 public:
3269   Foo (void) { a = 0; }
3270 private:
3271   int a;
3274 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3275       subroutine foo
3276       implicit none
3277       integer*4 a
3278       a=0
3279       return
3280       end
3282 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3283 public class foo {
3284   private int a;
3285   public void bar (void) {
3286     a = 0;
3287   }
3291 dnl Parse the compiler output and extract the necessary
3292 dnl objects, libraries and library flags.
3293 if AC_TRY_EVAL(ac_compile); then
3294   # Parse the compiler output and extract the necessary
3295   # objects, libraries and library flags.
3297   # Sentinel used to keep track of whether or not we are before
3298   # the conftest object file.
3299   pre_test_object_deps_done=no
3301   # The `*' in the case matches for architectures that use `case' in
3302   # $output_verbose_cmd can trigger glob expansion during the loop
3303   # eval without this substitution.
3304   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3306   for p in `eval $output_verbose_link_cmd`; do
3307     case $p in
3309     -L* | -R* | -l*)
3310        # Some compilers place space between "-{L,R}" and the path.
3311        # Remove the space.
3312        if test $p = "-L" \
3313           || test $p = "-R"; then
3314          prev=$p
3315          continue
3316        else
3317          prev=
3318        fi
3320        if test "$pre_test_object_deps_done" = no; then
3321          case $p in
3322          -L* | -R*)
3323            # Internal compiler library paths should come after those
3324            # provided the user.  The postdeps already come after the
3325            # user supplied libs so there is no need to process them.
3326            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3327              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3328            else
3329              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3330            fi
3331            ;;
3332          # The "-l" case would never come before the object being
3333          # linked, so don't bother handling this case.
3334          esac
3335        else
3336          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3337            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3338          else
3339            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3340          fi
3341        fi
3342        ;;
3344     *.$objext)
3345        # This assumes that the test object file only shows up
3346        # once in the compiler output.
3347        if test "$p" = "conftest.$objext"; then
3348          pre_test_object_deps_done=yes
3349          continue
3350        fi
3352        if test "$pre_test_object_deps_done" = no; then
3353          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3354            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3355          else
3356            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3357          fi
3358        else
3359          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3360            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3361          else
3362            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3363          fi
3364        fi
3365        ;;
3367     *) ;; # Ignore the rest.
3369     esac
3370   done
3372   # Clean up.
3373   rm -f a.out a.exe
3374 else
3375   echo "libtool.m4: error: problem compiling $1 test program"
3378 $rm -f confest.$objext
3380 # PORTME: override above test on systems where it is broken
3381 ifelse([$1],[CXX],
3382 [case $host_os in
3383 solaris*)
3384   case $cc_basename in
3385   CC*)
3386     # Adding this requires a known-good setup of shared libraries for
3387     # Sun compiler versions before 5.6, else PIC objects from an old
3388     # archive will be linked into the output, leading to subtle bugs.
3389     _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3390     ;;
3391   esac
3392 esac
3395 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3396 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3397 esac
3399 m4trace:/usr/share/aclocal/libtool.m4:3783: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3400 m4trace:/usr/share/aclocal/libtool.m4:3784: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3401 AC_LANG_PUSH(Fortran 77)
3403 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3404 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3405 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3406 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3407 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3408 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3409 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3410 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3411 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3412 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3413 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3414 _LT_AC_TAGVAR(module_cmds, $1)=
3415 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3416 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3417 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3418 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3419 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3420 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3422 # Source file extension for f77 test sources.
3423 ac_ext=f
3425 # Object file extension for compiled f77 test sources.
3426 objext=o
3427 _LT_AC_TAGVAR(objext, $1)=$objext
3429 # Code to be used in simple compile tests
3430 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3432 # Code to be used in simple link tests
3433 lt_simple_link_test_code="      program t\n      end\n"
3435 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3436 _LT_AC_SYS_COMPILER
3438 # save warnings/boilerplate of simple test code
3439 _LT_COMPILER_BOILERPLATE
3440 _LT_LINKER_BOILERPLATE
3442 # Allow CC to be a program name with arguments.
3443 lt_save_CC="$CC"
3444 CC=${F77-"f77"}
3445 compiler=$CC
3446 _LT_AC_TAGVAR(compiler, $1)=$CC
3447 _LT_CC_BASENAME([$compiler])
3449 AC_MSG_CHECKING([if libtool supports shared libraries])
3450 AC_MSG_RESULT([$can_build_shared])
3452 AC_MSG_CHECKING([whether to build shared libraries])
3453 test "$can_build_shared" = "no" && enable_shared=no
3455 # On AIX, shared libraries and static libraries use the same namespace, and
3456 # are all built from PIC.
3457 case $host_os in
3458 aix3*)
3459   test "$enable_shared" = yes && enable_static=no
3460   if test -n "$RANLIB"; then
3461     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3462     postinstall_cmds='$RANLIB $lib'
3463   fi
3464   ;;
3465 aix4* | aix5*)
3466   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3467     test "$enable_shared" = yes && enable_static=no
3468   fi
3469   ;;
3470 esac
3471 AC_MSG_RESULT([$enable_shared])
3473 AC_MSG_CHECKING([whether to build static libraries])
3474 # Make sure either enable_shared or enable_static is yes.
3475 test "$enable_shared" = yes || enable_static=yes
3476 AC_MSG_RESULT([$enable_static])
3478 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3480 _LT_AC_TAGVAR(GCC, $1)="$G77"
3481 _LT_AC_TAGVAR(LD, $1)="$LD"
3483 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3484 AC_LIBTOOL_PROG_CC_C_O($1)
3485 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3486 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3487 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3488 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3489 AC_LIBTOOL_SYS_LIB_STRIP
3492 AC_LIBTOOL_CONFIG($1)
3494 AC_LANG_POP
3495 CC="$lt_save_CC"
3497 m4trace:/usr/share/aclocal/libtool.m4:3889: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3498 m4trace:/usr/share/aclocal/libtool.m4:3890: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3500 # Source file extension for Java test sources.
3501 ac_ext=java
3503 # Object file extension for compiled Java test sources.
3504 objext=o
3505 _LT_AC_TAGVAR(objext, $1)=$objext
3507 # Code to be used in simple compile tests
3508 lt_simple_compile_test_code="class foo {}\n"
3510 # Code to be used in simple link tests
3511 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
3513 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3514 _LT_AC_SYS_COMPILER
3516 # save warnings/boilerplate of simple test code
3517 _LT_COMPILER_BOILERPLATE
3518 _LT_LINKER_BOILERPLATE
3520 # Allow CC to be a program name with arguments.
3521 lt_save_CC="$CC"
3522 CC=${GCJ-"gcj"}
3523 compiler=$CC
3524 _LT_AC_TAGVAR(compiler, $1)=$CC
3525 _LT_CC_BASENAME([$compiler])
3527 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3528 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3530 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3532 ## CAVEAT EMPTOR:
3533 ## There is no encapsulation within the following macros, do not change
3534 ## the running order or otherwise move them around unless you know exactly
3535 ## what you are doing...
3536 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3537 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3538 AC_LIBTOOL_PROG_CC_C_O($1)
3539 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3540 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3541 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3542 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3543 AC_LIBTOOL_SYS_LIB_STRIP
3544 AC_LIBTOOL_DLOPEN_SELF($1)
3546 AC_LIBTOOL_CONFIG($1)
3548 AC_LANG_RESTORE
3549 CC="$lt_save_CC"
3551 m4trace:/usr/share/aclocal/libtool.m4:3951: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3552 m4trace:/usr/share/aclocal/libtool.m4:3952: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3554 # Source file extension for RC test sources.
3555 ac_ext=rc
3557 # Object file extension for compiled RC test sources.
3558 objext=o
3559 _LT_AC_TAGVAR(objext, $1)=$objext
3561 # Code to be used in simple compile tests
3562 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3564 # Code to be used in simple link tests
3565 lt_simple_link_test_code="$lt_simple_compile_test_code"
3567 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3568 _LT_AC_SYS_COMPILER
3570 # save warnings/boilerplate of simple test code
3571 _LT_COMPILER_BOILERPLATE
3572 _LT_LINKER_BOILERPLATE
3574 # Allow CC to be a program name with arguments.
3575 lt_save_CC="$CC"
3576 CC=${RC-"windres"}
3577 compiler=$CC
3578 _LT_AC_TAGVAR(compiler, $1)=$CC
3579 _LT_CC_BASENAME([$compiler])
3580 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3582 AC_LIBTOOL_CONFIG($1)
3584 AC_LANG_RESTORE
3585 CC="$lt_save_CC"
3587 m4trace:/usr/share/aclocal/libtool.m4:3996: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3588 # libtool distribution, otherwise you forgot to ship ltmain.sh
3589 # with your package, and you will get complaints that there are
3590 # no rules to generate ltmain.sh.
3591 if test -f "$ltmain"; then
3592   # See if we are running on zsh, and set the options which allow our commands through
3593   # without removal of \ escapes.
3594   if test -n "${ZSH_VERSION+set}" ; then
3595     setopt NO_GLOB_SUBST
3596   fi
3597   # Now quote all the things that may contain metacharacters while being
3598   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3599   # variables and quote the copies for generation of the libtool script.
3600   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3601     SED SHELL STRIP \
3602     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3603     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3604     deplibs_check_method reload_flag reload_cmds need_locks \
3605     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3606     lt_cv_sys_global_symbol_to_c_name_address \
3607     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3608     old_postinstall_cmds old_postuninstall_cmds \
3609     _LT_AC_TAGVAR(compiler, $1) \
3610     _LT_AC_TAGVAR(CC, $1) \
3611     _LT_AC_TAGVAR(LD, $1) \
3612     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3613     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3614     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3615     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3616     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3617     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3618     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3619     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3620     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3621     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3622     _LT_AC_TAGVAR(predep_objects, $1) \
3623     _LT_AC_TAGVAR(postdep_objects, $1) \
3624     _LT_AC_TAGVAR(predeps, $1) \
3625     _LT_AC_TAGVAR(postdeps, $1) \
3626     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3627     _LT_AC_TAGVAR(archive_cmds, $1) \
3628     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3629     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3630     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3631     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3632     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3633     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3634     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
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_automatic, $1) \
3639     _LT_AC_TAGVAR(module_cmds, $1) \
3640     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3641     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3642     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3643     _LT_AC_TAGVAR(include_expsyms, $1); do
3645     case $var in
3646     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3647     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3648     _LT_AC_TAGVAR(archive_cmds, $1) | \
3649     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3650     _LT_AC_TAGVAR(module_cmds, $1) | \
3651     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3652     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3653     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3654     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3655     postinstall_cmds | postuninstall_cmds | \
3656     old_postinstall_cmds | old_postuninstall_cmds | \
3657     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3658       # Double-quote double-evaled strings.
3659       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3660       ;;
3661     *)
3662       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3663       ;;
3664     esac
3665   done
3667   case $lt_echo in
3668   *'\[$]0 --fallback-echo"')
3669     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3670     ;;
3671   esac
3673 ifelse([$1], [],
3674   [cfgfile="${ofile}T"
3675   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3676   $rm -f "$cfgfile"
3677   AC_MSG_NOTICE([creating $ofile])],
3678   [cfgfile="$ofile"])
3680   cat <<__EOF__ >> "$cfgfile"
3681 ifelse([$1], [],
3682 [#! $SHELL
3684 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3685 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3686 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3688 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3689 # Free Software Foundation, Inc.
3691 # This file is part of GNU Libtool:
3692 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3694 # This program is free software; you can redistribute it and/or modify
3695 # it under the terms of the GNU General Public License as published by
3696 # the Free Software Foundation; either version 2 of the License, or
3697 # (at your option) any later version.
3699 # This program is distributed in the hope that it will be useful, but
3700 # WITHOUT ANY WARRANTY; without even the implied warranty of
3701 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3702 # General Public License for more details.
3704 # You should have received a copy of the GNU General Public License
3705 # along with this program; if not, write to the Free Software
3706 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3708 # As a special exception to the GNU General Public License, if you
3709 # distribute this file as part of a program that contains a
3710 # configuration script generated by Autoconf, you may include it under
3711 # the same distribution terms that you use for the rest of that program.
3713 # A sed program that does not truncate output.
3714 SED=$lt_SED
3716 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3717 Xsed="$SED -e 1s/^X//"
3719 # The HP-UX ksh and POSIX shell print the target directory to stdout
3720 # if CDPATH is set.
3721 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3723 # The names of the tagged configurations supported by this script.
3724 available_tags=
3726 # ### BEGIN LIBTOOL CONFIG],
3727 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3729 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3731 # Shell to use when invoking shell scripts.
3732 SHELL=$lt_SHELL
3734 # Whether or not to build shared libraries.
3735 build_libtool_libs=$enable_shared
3737 # Whether or not to build static libraries.
3738 build_old_libs=$enable_static
3740 # Whether or not to add -lc for building shared libraries.
3741 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3743 # Whether or not to disallow shared libs when runtime libs are static
3744 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3746 # Whether or not to optimize for fast installation.
3747 fast_install=$enable_fast_install
3749 # The host system.
3750 host_alias=$host_alias
3751 host=$host
3752 host_os=$host_os
3754 # The build system.
3755 build_alias=$build_alias
3756 build=$build
3757 build_os=$build_os
3759 # An echo program that does not interpret backslashes.
3760 echo=$lt_echo
3762 # The archiver.
3763 AR=$lt_AR
3764 AR_FLAGS=$lt_AR_FLAGS
3766 # A C compiler.
3767 LTCC=$lt_LTCC
3769 # A language-specific compiler.
3770 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3772 # Is the compiler the GNU C compiler?
3773 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3775 # An ERE matcher.
3776 EGREP=$lt_EGREP
3778 # The linker used to build libraries.
3779 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3781 # Whether we need hard or soft links.
3782 LN_S=$lt_LN_S
3784 # A BSD-compatible nm program.
3785 NM=$lt_NM
3787 # A symbol stripping program
3788 STRIP=$lt_STRIP
3790 # Used to examine libraries when file_magic_cmd begins "file"
3791 MAGIC_CMD=$MAGIC_CMD
3793 # Used on cygwin: DLL creation program.
3794 DLLTOOL="$DLLTOOL"
3796 # Used on cygwin: object dumper.
3797 OBJDUMP="$OBJDUMP"
3799 # Used on cygwin: assembler.
3800 AS="$AS"
3802 # The name of the directory that contains temporary libtool files.
3803 objdir=$objdir
3805 # How to create reloadable object files.
3806 reload_flag=$lt_reload_flag
3807 reload_cmds=$lt_reload_cmds
3809 # How to pass a linker flag through the compiler.
3810 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3812 # Object file suffix (normally "o").
3813 objext="$ac_objext"
3815 # Old archive suffix (normally "a").
3816 libext="$libext"
3818 # Shared library suffix (normally ".so").
3819 shrext_cmds='$shrext_cmds'
3821 # Executable file suffix (normally "").
3822 exeext="$exeext"
3824 # Additional compiler flags for building library objects.
3825 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3826 pic_mode=$pic_mode
3828 # What is the maximum length of a command?
3829 max_cmd_len=$lt_cv_sys_max_cmd_len
3831 # Does compiler simultaneously support -c and -o options?
3832 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3834 # Must we lock files when doing compilation?
3835 need_locks=$lt_need_locks
3837 # Do we need the lib prefix for modules?
3838 need_lib_prefix=$need_lib_prefix
3840 # Do we need a version for libraries?
3841 need_version=$need_version
3843 # Whether dlopen is supported.
3844 dlopen_support=$enable_dlopen
3846 # Whether dlopen of programs is supported.
3847 dlopen_self=$enable_dlopen_self
3849 # Whether dlopen of statically linked programs is supported.
3850 dlopen_self_static=$enable_dlopen_self_static
3852 # Compiler flag to prevent dynamic linking.
3853 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3855 # Compiler flag to turn off builtin functions.
3856 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3858 # Compiler flag to allow reflexive dlopens.
3859 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3861 # Compiler flag to generate shared objects directly from archives.
3862 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3864 # Compiler flag to generate thread-safe objects.
3865 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3867 # Library versioning type.
3868 version_type=$version_type
3870 # Format of library name prefix.
3871 libname_spec=$lt_libname_spec
3873 # List of archive names.  First name is the real one, the rest are links.
3874 # The last name is the one that the linker finds with -lNAME.
3875 library_names_spec=$lt_library_names_spec
3877 # The coded name of the library, if different from the real name.
3878 soname_spec=$lt_soname_spec
3880 # Commands used to build and install an old-style archive.
3881 RANLIB=$lt_RANLIB
3882 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3883 old_postinstall_cmds=$lt_old_postinstall_cmds
3884 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3886 # Create an old-style archive from a shared archive.
3887 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3889 # Create a temporary old-style archive to link instead of a shared archive.
3890 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3892 # Commands used to build and install a shared archive.
3893 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3894 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3895 postinstall_cmds=$lt_postinstall_cmds
3896 postuninstall_cmds=$lt_postuninstall_cmds
3898 # Commands used to build a loadable module (assumed same as above if empty)
3899 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3900 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3902 # Commands to strip libraries.
3903 old_striplib=$lt_old_striplib
3904 striplib=$lt_striplib
3906 # Dependencies to place before the objects being linked to create a
3907 # shared library.
3908 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3910 # Dependencies to place after the objects being linked to create a
3911 # shared library.
3912 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3914 # Dependencies to place before the objects being linked to create a
3915 # shared library.
3916 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3918 # Dependencies to place after the objects being linked to create a
3919 # shared library.
3920 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3922 # The library search path used internally by the compiler when linking
3923 # a shared library.
3924 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3926 # Method to check whether dependent libraries are shared objects.
3927 deplibs_check_method=$lt_deplibs_check_method
3929 # Command to use when deplibs_check_method == file_magic.
3930 file_magic_cmd=$lt_file_magic_cmd
3932 # Flag that allows shared libraries with undefined symbols to be built.
3933 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3935 # Flag that forces no undefined symbols.
3936 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3938 # Commands used to finish a libtool library installation in a directory.
3939 finish_cmds=$lt_finish_cmds
3941 # Same as above, but a single script fragment to be evaled but not shown.
3942 finish_eval=$lt_finish_eval
3944 # Take the output of nm and produce a listing of raw symbols and C names.
3945 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3947 # Transform the output of nm in a proper C declaration
3948 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3950 # Transform the output of nm in a C name address pair
3951 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3953 # This is the shared library runtime path variable.
3954 runpath_var=$runpath_var
3956 # This is the shared library path variable.
3957 shlibpath_var=$shlibpath_var
3959 # Is shlibpath searched before the hard-coded library search path?
3960 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3962 # How to hardcode a shared library path into an executable.
3963 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3965 # Whether we should hardcode library paths into libraries.
3966 hardcode_into_libs=$hardcode_into_libs
3968 # Flag to hardcode \$libdir into a binary during linking.
3969 # This must work even if \$libdir does not exist.
3970 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3972 # If ld is used when linking, flag to hardcode \$libdir into
3973 # a binary during linking. This must work even if \$libdir does
3974 # not exist.
3975 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3977 # Whether we need a single -rpath flag with a separated argument.
3978 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3980 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3981 # resulting binary.
3982 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3984 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3985 # resulting binary.
3986 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3988 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3989 # the resulting binary.
3990 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3992 # Set to yes if building a shared library automatically hardcodes DIR into the library
3993 # and all subsequent libraries and executables linked against it.
3994 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3996 # Variables whose values should be saved in libtool wrapper scripts and
3997 # restored at relink time.
3998 variables_saved_for_relink="$variables_saved_for_relink"
4000 # Whether libtool must link a program against all its dependency libraries.
4001 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4003 # Compile-time system search path for libraries
4004 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4006 # Run-time system search path for libraries
4007 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4009 # Fix the shell variable \$srcfile for the compiler.
4010 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4012 # Set to yes if exported symbols are required.
4013 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4015 # The commands to list exported symbols.
4016 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4018 # The commands to extract the exported symbol list from a shared archive.
4019 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4021 # Symbols that should not be listed in the preloaded symbols.
4022 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4024 # Symbols that must always be exported.
4025 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4027 ifelse([$1],[],
4028 [# ### END LIBTOOL CONFIG],
4029 [# ### END LIBTOOL TAG CONFIG: $tagname])
4031 __EOF__
4033 ifelse([$1],[], [
4034   case $host_os in
4035   aix3*)
4036     cat <<\EOF >> "$cfgfile"
4038 # AIX sometimes has problems with the GCC collect2 program.  For some
4039 # reason, if we set the COLLECT_NAMES environment variable, the problems
4040 # vanish in a puff of smoke.
4041 if test "X${COLLECT_NAMES+set}" != Xset; then
4042   COLLECT_NAMES=
4043   export COLLECT_NAMES
4046     ;;
4047   esac
4049   # We use sed instead of cat because bash on DJGPP gets confused if
4050   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4051   # text mode, it properly converts lines to CR/LF.  This bash problem
4052   # is reportedly fixed, but why not run on old versions too?
4053   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4055   mv -f "$cfgfile" "$ofile" || \
4056     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4057   chmod +x "$ofile"
4059 else
4060   # If there is no Makefile yet, we rely on a make rule to execute
4061   # `config.status --recheck' to rerun these tests and create the
4062   # libtool script then.
4063   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4064   if test -f "$ltmain_in"; then
4065     test -f Makefile && make "$ltmain"
4066   fi
4069 m4trace:/usr/share/aclocal/libtool.m4:4483: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4071 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4073 if test "$GCC" = yes; then
4074   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4076   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4077     lt_cv_prog_compiler_rtti_exceptions,
4078     [-fno-rtti -fno-exceptions], [],
4079     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4082 m4trace:/usr/share/aclocal/libtool.m4:4501: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
4083 AC_REQUIRE([AC_PROG_NM])
4084 AC_REQUIRE([AC_OBJEXT])
4085 # Check for command to grab the raw symbol name followed by C symbol from nm.
4086 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4087 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4089 # These are sane defaults that work on at least a few old systems.
4090 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
4092 # Character class describing NM global symbol codes.
4093 symcode='[[BCDEGRST]]'
4095 # Regexp to match symbols that can be accessed directly from C.
4096 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4098 # Transform an extracted symbol line into a proper C declaration
4099 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4101 # Transform an extracted symbol line into symbol name and symbol address
4102 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'"
4104 # Define system-specific variables.
4105 case $host_os in
4106 aix*)
4107   symcode='[[BCDT]]'
4108   ;;
4109 cygwin* | mingw* | pw32*)
4110   symcode='[[ABCDGISTW]]'
4111   ;;
4112 hpux*) # Its linker distinguishes data from code symbols
4113   if test "$host_cpu" = ia64; then
4114     symcode='[[ABCDEGRST]]'
4115   fi
4116   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4117   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'"
4118   ;;
4119 linux*)
4120   if test "$host_cpu" = ia64; then
4121     symcode='[[ABCDGIRSTW]]'
4122     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4123     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'"
4124   fi
4125   ;;
4126 irix* | nonstopux*)
4127   symcode='[[BCDEGRST]]'
4128   ;;
4129 osf*)
4130   symcode='[[BCDEGQRST]]'
4131   ;;
4132 solaris* | sysv5*)
4133   symcode='[[BDRT]]'
4134   ;;
4135 sysv4)
4136   symcode='[[DFNSTU]]'
4137   ;;
4138 esac
4140 # Handle CRLF in mingw tool chain
4141 opt_cr=
4142 case $build_os in
4143 mingw*)
4144   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4145   ;;
4146 esac
4148 # If we're using GNU nm, then use its standard symbol codes.
4149 case `$NM -V 2>&1` in
4150 *GNU* | *'with BFD'*)
4151   symcode='[[ABCDGIRSTW]]' ;;
4152 esac
4154 # Try without a prefix undercore, then with it.
4155 for ac_symprfx in "" "_"; do
4157   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4158   symxfrm="\\1 $ac_symprfx\\2 \\2"
4160   # Write the raw and C identifiers.
4161   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4163   # Check to see that the pipe works correctly.
4164   pipe_works=no
4166   rm -f conftest*
4167   cat > conftest.$ac_ext <<EOF
4168 #ifdef __cplusplus
4169 extern "C" {
4170 #endif
4171 char nm_test_var;
4172 void nm_test_func(){}
4173 #ifdef __cplusplus
4175 #endif
4176 int main(){nm_test_var='a';nm_test_func();return(0);}
4179   if AC_TRY_EVAL(ac_compile); then
4180     # Now try to grab the symbols.
4181     nlist=conftest.nm
4182     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4183       # Try sorting and uniquifying the output.
4184       if sort "$nlist" | uniq > "$nlist"T; then
4185         mv -f "$nlist"T "$nlist"
4186       else
4187         rm -f "$nlist"T
4188       fi
4190       # Make sure that we snagged all the symbols we need.
4191       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4192         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4193           cat <<EOF > conftest.$ac_ext
4194 #ifdef __cplusplus
4195 extern "C" {
4196 #endif
4199           # Now generate the symbol file.
4200           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4202           cat <<EOF >> conftest.$ac_ext
4203 #if defined (__STDC__) && __STDC__
4204 # define lt_ptr_t void *
4205 #else
4206 # define lt_ptr_t char *
4207 # define const
4208 #endif
4210 /* The mapping between symbol names and symbols. */
4211 const struct {
4212   const char *name;
4213   lt_ptr_t address;
4215 lt_preloaded_symbols[[]] =
4218           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4219           cat <<\EOF >> conftest.$ac_ext
4220   {0, (lt_ptr_t) 0}
4223 #ifdef __cplusplus
4225 #endif
4227           # Now try linking the two files.
4228           mv conftest.$ac_objext conftstm.$ac_objext
4229           lt_save_LIBS="$LIBS"
4230           lt_save_CFLAGS="$CFLAGS"
4231           LIBS="conftstm.$ac_objext"
4232           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4233           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4234             pipe_works=yes
4235           fi
4236           LIBS="$lt_save_LIBS"
4237           CFLAGS="$lt_save_CFLAGS"
4238         else
4239           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4240         fi
4241       else
4242         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4243       fi
4244     else
4245       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4246     fi
4247   else
4248     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4249     cat conftest.$ac_ext >&5
4250   fi
4251   rm -f conftest* conftst*
4253   # Do not use the global_symbol_pipe unless it works.
4254   if test "$pipe_works" = yes; then
4255     break
4256   else
4257     lt_cv_sys_global_symbol_pipe=
4258   fi
4259 done
4261 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4262   lt_cv_sys_global_symbol_to_cdecl=
4264 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4265   AC_MSG_RESULT(failed)
4266 else
4267   AC_MSG_RESULT(ok)
4270 m4trace:/usr/share/aclocal/libtool.m4:4694: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4271 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4272 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4274 AC_MSG_CHECKING([for $compiler option to produce PIC])
4275  ifelse([$1],[CXX],[
4276   # C++ specific cases for pic, static, wl, etc.
4277   if test "$GXX" = yes; then
4278     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4279     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4281     case $host_os in
4282     aix*)
4283       # All AIX code is PIC.
4284       if test "$host_cpu" = ia64; then
4285         # AIX 5 now supports IA64 processor
4286         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4287       fi
4288       ;;
4289     amigaos*)
4290       # FIXME: we need at least 68020 code to build shared libraries, but
4291       # adding the `-m68020' flag to GCC prevents building anything better,
4292       # like `-m68040'.
4293       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4294       ;;
4295     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4296       # PIC is the default for these OSes.
4297       ;;
4298     mingw* | os2* | pw32*)
4299       # This hack is so that the source file can tell whether it is being
4300       # built for inclusion in a dll (and should export symbols for example).
4301       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4302       ;;
4303     darwin* | rhapsody*)
4304       # PIC is the default on this platform
4305       # Common symbols not allowed in MH_DYLIB files
4306       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4307       ;;
4308     *djgpp*)
4309       # DJGPP does not support shared libraries at all
4310       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4311       ;;
4312     sysv4*MP*)
4313       if test -d /usr/nec; then
4314         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4315       fi
4316       ;;
4317     hpux*)
4318       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4319       # not for PA HP-UX.
4320       case $host_cpu in
4321       hppa*64*|ia64*)
4322         ;;
4323       *)
4324         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4325         ;;
4326       esac
4327       ;;
4328     *)
4329       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4330       ;;
4331     esac
4332   else
4333     case $host_os in
4334       aix4* | aix5*)
4335         # All AIX code is PIC.
4336         if test "$host_cpu" = ia64; then
4337           # AIX 5 now supports IA64 processor
4338           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4339         else
4340           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4341         fi
4342         ;;
4343       chorus*)
4344         case $cc_basename in
4345         cxch68*)
4346           # Green Hills C++ Compiler
4347           # _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"
4348           ;;
4349         esac
4350         ;;
4351        darwin*)
4352          # PIC is the default on this platform
4353          # Common symbols not allowed in MH_DYLIB files
4354          case $cc_basename in
4355            xlc*)
4356            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4357            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4358            ;;
4359          esac
4360        ;;
4361       dgux*)
4362         case $cc_basename in
4363           ec++*)
4364             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4365             ;;
4366           ghcx*)
4367             # Green Hills C++ Compiler
4368             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4369             ;;
4370           *)
4371             ;;
4372         esac
4373         ;;
4374       freebsd* | kfreebsd*-gnu | dragonfly*)
4375         # FreeBSD uses GNU C++
4376         ;;
4377       hpux9* | hpux10* | hpux11*)
4378         case $cc_basename in
4379           CC*)
4380             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4381             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4382             if test "$host_cpu" != ia64; then
4383               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4384             fi
4385             ;;
4386           aCC*)
4387             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4388             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4389             case $host_cpu in
4390             hppa*64*|ia64*)
4391               # +Z the default
4392               ;;
4393             *)
4394               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4395               ;;
4396             esac
4397             ;;
4398           *)
4399             ;;
4400         esac
4401         ;;
4402       irix5* | irix6* | nonstopux*)
4403         case $cc_basename in
4404           CC*)
4405             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4406             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4407             # CC pic flag -KPIC is the default.
4408             ;;
4409           *)
4410             ;;
4411         esac
4412         ;;
4413       linux*)
4414         case $cc_basename in
4415           KCC*)
4416             # KAI C++ Compiler
4417             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4418             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4419             ;;
4420           icpc* | ecpc*)
4421             # Intel C++
4422             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4423             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4424             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4425             ;;
4426           pgCC*)
4427             # Portland Group C++ compiler.
4428             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4429             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4430             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4431             ;;
4432           cxx*)
4433             # Compaq C++
4434             # Make sure the PIC flag is empty.  It appears that all Alpha
4435             # Linux and Compaq Tru64 Unix objects are PIC.
4436             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4437             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4438             ;;
4439           *)
4440             ;;
4441         esac
4442         ;;
4443       lynxos*)
4444         ;;
4445       m88k*)
4446         ;;
4447       mvs*)
4448         case $cc_basename in
4449           cxx*)
4450             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4451             ;;
4452           *)
4453             ;;
4454         esac
4455         ;;
4456       netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4457         ;;
4458       osf3* | osf4* | osf5*)
4459         case $cc_basename in
4460           KCC*)
4461             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4462             ;;
4463           RCC*)
4464             # Rational C++ 2.4.1
4465             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4466             ;;
4467           cxx*)
4468             # Digital/Compaq C++
4469             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4470             # Make sure the PIC flag is empty.  It appears that all Alpha
4471             # Linux and Compaq Tru64 Unix objects are PIC.
4472             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4473             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4474             ;;
4475           *)
4476             ;;
4477         esac
4478         ;;
4479       psos*)
4480         ;;
4481       sco*)
4482         case $cc_basename in
4483           CC*)
4484             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4485             ;;
4486           *)
4487             ;;
4488         esac
4489         ;;
4490       solaris*)
4491         case $cc_basename in
4492           CC*)
4493             # Sun C++ 4.2, 5.x and Centerline C++
4494             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4495             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4496             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4497             ;;
4498           gcx*)
4499             # Green Hills C++ Compiler
4500             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4501             ;;
4502           *)
4503             ;;
4504         esac
4505         ;;
4506       sunos4*)
4507         case $cc_basename in
4508           CC*)
4509             # Sun C++ 4.x
4510             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4511             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4512             ;;
4513           lcc*)
4514             # Lucid
4515             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4516             ;;
4517           *)
4518             ;;
4519         esac
4520         ;;
4521       tandem*)
4522         case $cc_basename in
4523           NCC*)
4524             # NonStop-UX NCC 3.20
4525             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4526             ;;
4527           *)
4528             ;;
4529         esac
4530         ;;
4531       unixware*)
4532         ;;
4533       vxworks*)
4534         ;;
4535       *)
4536         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4537         ;;
4538     esac
4539   fi
4542   if test "$GCC" = yes; then
4543     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4544     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4546     case $host_os in
4547       aix*)
4548       # All AIX code is PIC.
4549       if test "$host_cpu" = ia64; then
4550         # AIX 5 now supports IA64 processor
4551         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4552       fi
4553       ;;
4555     amigaos*)
4556       # FIXME: we need at least 68020 code to build shared libraries, but
4557       # adding the `-m68020' flag to GCC prevents building anything better,
4558       # like `-m68040'.
4559       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4560       ;;
4562     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4563       # PIC is the default for these OSes.
4564       ;;
4566     mingw* | pw32* | os2*)
4567       # This hack is so that the source file can tell whether it is being
4568       # built for inclusion in a dll (and should export symbols for example).
4569       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4570       ;;
4572     darwin* | rhapsody*)
4573       # PIC is the default on this platform
4574       # Common symbols not allowed in MH_DYLIB files
4575       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4576       ;;
4578     msdosdjgpp*)
4579       # Just because we use GCC doesn't mean we suddenly get shared libraries
4580       # on systems that don't support them.
4581       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4582       enable_shared=no
4583       ;;
4585     sysv4*MP*)
4586       if test -d /usr/nec; then
4587         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4588       fi
4589       ;;
4591     hpux*)
4592       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4593       # not for PA HP-UX.
4594       case $host_cpu in
4595       hppa*64*|ia64*)
4596         # +Z the default
4597         ;;
4598       *)
4599         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4600         ;;
4601       esac
4602       ;;
4604     *)
4605       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4606       ;;
4607     esac
4608   else
4609     # PORTME Check for flag to pass linker flags through the system compiler.
4610     case $host_os in
4611     aix*)
4612       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4613       if test "$host_cpu" = ia64; then
4614         # AIX 5 now supports IA64 processor
4615         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4616       else
4617         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4618       fi
4619       ;;
4620       darwin*)
4621         # PIC is the default on this platform
4622         # Common symbols not allowed in MH_DYLIB files
4623        case $cc_basename in
4624          xlc*)
4625          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4626          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4627          ;;
4628        esac
4629        ;;
4631     mingw* | pw32* | os2*)
4632       # This hack is so that the source file can tell whether it is being
4633       # built for inclusion in a dll (and should export symbols for example).
4634       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4635       ;;
4637     hpux9* | hpux10* | hpux11*)
4638       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4639       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4640       # not for PA HP-UX.
4641       case $host_cpu in
4642       hppa*64*|ia64*)
4643         # +Z the default
4644         ;;
4645       *)
4646         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4647         ;;
4648       esac
4649       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4650       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4651       ;;
4653     irix5* | irix6* | nonstopux*)
4654       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4655       # PIC (with -KPIC) is the default.
4656       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4657       ;;
4659     newsos6)
4660       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4661       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4662       ;;
4664     linux*)
4665       case $cc_basename in
4666       icc* | ecc*)
4667         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4668         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4669         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4670         ;;
4671       pgcc* | pgf77* | pgf90* | pgf95*)
4672         # Portland Group compilers (*not* the Pentium gcc compiler,
4673         # which looks to be a dead project)
4674         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4675         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4676         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4677         ;;
4678       ccc*)
4679         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4680         # All Alpha code is PIC.
4681         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4682         ;;
4683       esac
4684       ;;
4686     osf3* | osf4* | osf5*)
4687       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4688       # All OSF/1 code is PIC.
4689       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4690       ;;
4692     sco3.2v5*)
4693       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4694       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4695       ;;
4697     solaris*)
4698       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4699       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4700       case $cc_basename in
4701       f77* | f90* | f95*)
4702         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4703       *)
4704         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4705       esac
4706       ;;
4708     sunos4*)
4709       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4710       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4711       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4712       ;;
4714     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4715       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4716       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4717       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4718       ;;
4720     sysv4*MP*)
4721       if test -d /usr/nec ;then
4722         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4723         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4724       fi
4725       ;;
4727     unicos*)
4728       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4729       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4730       ;;
4732     uts4*)
4733       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4734       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4735       ;;
4737     *)
4738       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4739       ;;
4740     esac
4741   fi
4743 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4746 # Check to make sure the PIC flag actually works.
4748 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4749   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4750     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4751     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4752     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4753      "" | " "*) ;;
4754      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4755      esac],
4756     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4757      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4759 case $host_os in
4760   # For platforms which do not support PIC, -DPIC is meaningless:
4761   *djgpp*)
4762     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4763     ;;
4764   *)
4765     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4766     ;;
4767 esac
4769 m4trace:/usr/share/aclocal/libtool.m4:5199: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4770 ifelse([$1],[CXX],[
4771   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4772   case $host_os in
4773   aix4* | aix5*)
4774     # If we're using GNU nm, then we don't want the "-C" option.
4775     # -C means demangle to AIX nm, but means don't demangle with GNU nm
4776     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4777       _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'
4778     else
4779       _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'
4780     fi
4781     ;;
4782   pw32*)
4783     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4784   ;;
4785   cygwin* | mingw*)
4786     _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'
4787   ;;
4788   linux*)
4789     _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4790   ;;
4791   *)
4792     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4793   ;;
4794   esac
4796   runpath_var=
4797   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4798   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4799   _LT_AC_TAGVAR(archive_cmds, $1)=
4800   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4801   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4802   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4803   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4804   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4805   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4806   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4807   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4808   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4809   _LT_AC_TAGVAR(hardcode_direct, $1)=no
4810   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4811   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4812   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4813   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4814   _LT_AC_TAGVAR(module_cmds, $1)=
4815   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4816   _LT_AC_TAGVAR(always_export_symbols, $1)=no
4817   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4818   # include_expsyms should be a list of space-separated symbols to be *always*
4819   # included in the symbol list
4820   _LT_AC_TAGVAR(include_expsyms, $1)=
4821   # exclude_expsyms can be an extended regexp of symbols to exclude
4822   # it will be wrapped by ` (' and `)$', so one must not match beginning or
4823   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4824   # as well as any symbol that contains `d'.
4825   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4826   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4827   # platforms (ab)use it in PIC code, but their linkers get confused if
4828   # the symbol is explicitly referenced.  Since portable code cannot
4829   # rely on this symbol name, it's probably fine to never include it in
4830   # preloaded symbol tables.
4831   extract_expsyms_cmds=
4832   # Just being paranoid about ensuring that cc_basename is set.
4833   _LT_CC_BASENAME([$compiler])
4834   case $host_os in
4835   cygwin* | mingw* | pw32*)
4836     # FIXME: the MSVC++ port hasn't been tested in a loooong time
4837     # When not using gcc, we currently assume that we are using
4838     # Microsoft Visual C++.
4839     if test "$GCC" != yes; then
4840       with_gnu_ld=no
4841     fi
4842     ;;
4843   openbsd*)
4844     with_gnu_ld=no
4845     ;;
4846   esac
4848   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4849   if test "$with_gnu_ld" = yes; then
4850     # If archive_cmds runs LD, not CC, wlarc should be empty
4851     wlarc='${wl}'
4853     # Set some defaults for GNU ld with shared library support. These
4854     # are reset later if shared libraries are not supported. Putting them
4855     # here allows them to be overridden if necessary.
4856     runpath_var=LD_RUN_PATH
4857     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4858     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4859     # ancient GNU ld didn't support --whole-archive et. al.
4860     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4861         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4862       else
4863         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4864     fi
4865     supports_anon_versioning=no
4866     case `$LD -v 2>/dev/null` in
4867       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4868       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4869       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4870       *\ 2.11.*) ;; # other 2.11 versions
4871       *) supports_anon_versioning=yes ;;
4872     esac
4874     # See if GNU ld supports shared libraries.
4875     case $host_os in
4876     aix3* | aix4* | aix5*)
4877       # On AIX/PPC, the GNU linker is very broken
4878       if test "$host_cpu" != ia64; then
4879         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4880         cat <<EOF 1>&2
4882 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
4883 *** to be unable to reliably create shared libraries on AIX.
4884 *** Therefore, libtool is disabling shared libraries support.  If you
4885 *** really care for shared libraries, you may want to modify your PATH
4886 *** so that a non-GNU linker is found, and then restart.
4889       fi
4890       ;;
4892     amigaos*)
4893       _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)'
4894       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4895       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4897       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4898       # that the semantics of dynamic libraries on AmigaOS, at least up
4899       # to version 4, is to share data among multiple programs linked
4900       # with the same dynamic library.  Since this doesn't match the
4901       # behavior of shared libraries on other platforms, we can't use
4902       # them.
4903       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4904       ;;
4906     beos*)
4907       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4908         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4909         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4910         # support --undefined.  This deserves some investigation.  FIXME
4911         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4912       else
4913         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4914       fi
4915       ;;
4917     cygwin* | mingw* | pw32*)
4918       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4919       # as there is no search path for DLLs.
4920       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4921       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4922       _LT_AC_TAGVAR(always_export_symbols, $1)=no
4923       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4924       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4926       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4927         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4928         # If the export-symbols file already is a .def file (1st line
4929         # is EXPORTS), use it as is; otherwise, prepend...
4930         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4931           cp $export_symbols $output_objdir/$soname.def;
4932         else
4933           echo EXPORTS > $output_objdir/$soname.def;
4934           cat $export_symbols >> $output_objdir/$soname.def;
4935         fi~
4936         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4937       else
4938         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4939       fi
4940       ;;
4942     linux*)
4943       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4944         tmp_addflag=
4945         case $cc_basename,$host_cpu in
4946         pgcc*)                          # Portland Group C compiler
4947           _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'
4948           tmp_addflag=' $pic_flag'
4949           ;;
4950         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
4951           _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'
4952           tmp_addflag=' $pic_flag -Mnomain' ;;
4953         ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
4954           tmp_addflag=' -i_dynamic' ;;
4955         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
4956           tmp_addflag=' -i_dynamic -nofor_main' ;;
4957         ifc* | ifort*)                  # Intel Fortran compiler
4958           tmp_addflag=' -nofor_main' ;;
4959         esac
4960         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4962         if test $supports_anon_versioning = yes; then
4963           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4964   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4965   $echo "local: *; };" >> $output_objdir/$libname.ver~
4966           $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4967         fi
4968         _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4969       else
4970         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4971       fi
4972       ;;
4974     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4975       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4976         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4977         wlarc=
4978       else
4979         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4980         _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'
4981       fi
4982       ;;
4984     solaris* | sysv5*)
4985       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4986         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4987         cat <<EOF 1>&2
4989 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
4990 *** create shared libraries on Solaris systems.  Therefore, libtool
4991 *** is disabling shared libraries support.  We urge you to upgrade GNU
4992 *** binutils to release 2.9.1 or newer.  Another option is to modify
4993 *** your PATH or compiler configuration so that the native linker is
4994 *** used, and then restart.
4997       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4998         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4999         _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'
5000       else
5001         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5002       fi
5003       ;;
5005     sunos4*)
5006       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5007       wlarc=
5008       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5009       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5010       ;;
5012     *)
5013       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5014         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5015         _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'
5016       else
5017         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5018       fi
5019       ;;
5020     esac
5022     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5023       runpath_var=
5024       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5025       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5026       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5027     fi
5028   else
5029     # PORTME fill in a description of your system's linker (not GNU ld)
5030     case $host_os in
5031     aix3*)
5032       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5033       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5034       _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'
5035       # Note: this linker hardcodes the directories in LIBPATH if there
5036       # are no directories specified by -L.
5037       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5038       if test "$GCC" = yes && test -z "$link_static_flag"; then
5039         # Neither direct hardcoding nor static linking is supported with a
5040         # broken collect2.
5041         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5042       fi
5043       ;;
5045     aix4* | aix5*)
5046       if test "$host_cpu" = ia64; then
5047         # On IA64, the linker does run time linking by default, so we don't
5048         # have to do anything special.
5049         aix_use_runtimelinking=no
5050         exp_sym_flag='-Bexport'
5051         no_entry_flag=""
5052       else
5053         # If we're using GNU nm, then we don't want the "-C" option.
5054         # -C means demangle to AIX nm, but means don't demangle with GNU nm
5055         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5056           _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'
5057         else
5058           _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'
5059         fi
5060         aix_use_runtimelinking=no
5062         # Test if we are trying to use run time linking or normal
5063         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5064         # need to do runtime linking.
5065         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5066           for ld_flag in $LDFLAGS; do
5067           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5068             aix_use_runtimelinking=yes
5069             break
5070           fi
5071           done
5072         esac
5074         exp_sym_flag='-bexport'
5075         no_entry_flag='-bnoentry'
5076       fi
5078       # When large executables or shared objects are built, AIX ld can
5079       # have problems creating the table of contents.  If linking a library
5080       # or program results in "error TOC overflow" add -mminimal-toc to
5081       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5082       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5084       _LT_AC_TAGVAR(archive_cmds, $1)=''
5085       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5086       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5087       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5089       if test "$GCC" = yes; then
5090         case $host_os in aix4.[[012]]|aix4.[[012]].*)
5091         # We only want to do this on AIX 4.2 and lower, the check
5092         # below for broken collect2 doesn't work under 4.3+
5093           collect2name=`${CC} -print-prog-name=collect2`
5094           if test -f "$collect2name" && \
5095            strings "$collect2name" | grep resolve_lib_name >/dev/null
5096           then
5097           # We have reworked collect2
5098           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5099           else
5100           # We have old collect2
5101           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5102           # It fails to find uninstalled libraries when the uninstalled
5103           # path is not listed in the libpath.  Setting hardcode_minus_L
5104           # to unsupported forces relinking
5105           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5106           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5107           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5108           fi
5109         esac
5110         shared_flag='-shared'
5111         if test "$aix_use_runtimelinking" = yes; then
5112           shared_flag="$shared_flag "'${wl}-G'
5113         fi
5114       else
5115         # not using gcc
5116         if test "$host_cpu" = ia64; then
5117         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5118         # chokes on -Wl,-G. The following line is correct:
5119           shared_flag='-G'
5120         else
5121         if test "$aix_use_runtimelinking" = yes; then
5122             shared_flag='${wl}-G'
5123           else
5124             shared_flag='${wl}-bM:SRE'
5125         fi
5126         fi
5127       fi
5129       # It seems that -bexpall does not export symbols beginning with
5130       # underscore (_), so it is better to generate a list of symbols to export.
5131       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5132       if test "$aix_use_runtimelinking" = yes; then
5133         # Warning - without using the other runtime loading flags (-brtl),
5134         # -berok will link without error, but may produce a broken library.
5135         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5136        # Determine the default libpath from the value encoded in an empty executable.
5137        _LT_AC_SYS_LIBPATH_AIX
5138        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5139         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5140        else
5141         if test "$host_cpu" = ia64; then
5142           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5143           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5144           _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
5145         else
5146          # Determine the default libpath from the value encoded in an empty executable.
5147          _LT_AC_SYS_LIBPATH_AIX
5148          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5149           # Warning - without using the other run time loading flags,
5150           # -berok will link without error, but may produce a broken library.
5151           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5152           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5153           # -bexpall does not export symbols beginning with underscore (_)
5154           _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5155           # Exported symbols can be pulled into shared objects from archives
5156           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
5157           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5158           # This is similar to how AIX traditionally builds its shared libraries.
5159           _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5160         fi
5161       fi
5162       ;;
5164     amigaos*)
5165       _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)'
5166       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5167       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5168       # see comment about different semantics on the GNU ld section
5169       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5170       ;;
5172     bsdi[[45]]*)
5173       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5174       ;;
5176     cygwin* | mingw* | pw32*)
5177       # When not using gcc, we currently assume that we are using
5178       # Microsoft Visual C++.
5179       # hardcode_libdir_flag_spec is actually meaningless, as there is
5180       # no search path for DLLs.
5181       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5182       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5183       # Tell ltmain to make .lib files, not .a files.
5184       libext=lib
5185       # Tell ltmain to make .dll files, not .so files.
5186       shrext_cmds=".dll"
5187       # FIXME: Setting linknames here is a bad hack.
5188       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5189       # The linker will automatically build a .lib file if we build a DLL.
5190       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5191       # FIXME: Should let the user specify the lib program.
5192       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5193       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5194       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5195       ;;
5197     darwin* | rhapsody*)
5198       case $host_os in
5199         rhapsody* | darwin1.[[012]])
5200          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5201          ;;
5202        *) # Darwin 1.3 on
5203          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5204            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5205          else
5206            case ${MACOSX_DEPLOYMENT_TARGET} in
5207              10.[[012]])
5208                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5209                ;;
5210              10.*)
5211                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5212                ;;
5213            esac
5214          fi
5215          ;;
5216       esac
5217       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5218       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5219       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5220       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5221       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5222       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5223     if test "$GCC" = yes ; then
5224         output_verbose_link_cmd='echo'
5225         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5226       _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5227       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5228       _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}'
5229       _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}'
5230     else
5231       case $cc_basename in
5232         xlc*)
5233          output_verbose_link_cmd='echo'
5234          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
5235          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5236           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5237          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5238           _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}'
5239           ;;
5240        *)
5241          _LT_AC_TAGVAR(ld_shlibs, $1)=no
5242           ;;
5243       esac
5244     fi
5245       ;;
5247     dgux*)
5248       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5249       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5250       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5251       ;;
5253     freebsd1*)
5254       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5255       ;;
5257     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5258     # support.  Future versions do this automatically, but an explicit c++rt0.o
5259     # does not break anything, and helps significantly (at the cost of a little
5260     # extra space).
5261     freebsd2.2*)
5262       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5263       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5264       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5265       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5266       ;;
5268     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5269     freebsd2*)
5270       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5271       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5272       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5273       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5274       ;;
5276     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5277     freebsd* | kfreebsd*-gnu | dragonfly*)
5278       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5279       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5280       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5281       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5282       ;;
5284     hpux9*)
5285       if test "$GCC" = yes; then
5286         _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'
5287       else
5288         _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'
5289       fi
5290       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5291       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5292       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5294       # hardcode_minus_L: Not really in the search PATH,
5295       # but as the default location of the library.
5296       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5297       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5298       ;;
5300     hpux10* | hpux11*)
5301       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5302         case $host_cpu in
5303         hppa*64*|ia64*)
5304           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5305           ;;
5306         *)
5307           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5308           ;;
5309         esac
5310       else
5311         case $host_cpu in
5312         hppa*64*|ia64*)
5313           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5314           ;;
5315         *)
5316           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5317           ;;
5318         esac
5319       fi
5320       if test "$with_gnu_ld" = no; then
5321         case $host_cpu in
5322         hppa*64*)
5323           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5324           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5325           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5326           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5327           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5328           ;;
5329         ia64*)
5330           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5331           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5332           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5334           # hardcode_minus_L: Not really in the search PATH,
5335           # but as the default location of the library.
5336           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5337           ;;
5338         *)
5339           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5340           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5341           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5342           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5344           # hardcode_minus_L: Not really in the search PATH,
5345           # but as the default location of the library.
5346           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5347           ;;
5348         esac
5349       fi
5350       ;;
5352     irix5* | irix6* | nonstopux*)
5353       if test "$GCC" = yes; then
5354         _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'
5355       else
5356         _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'
5357         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5358       fi
5359       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5360       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5361       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5362       ;;
5364     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
5365       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5366         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5367       else
5368         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5369       fi
5370       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5371       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5372       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5373       ;;
5375     newsos6)
5376       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5377       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5378       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5379       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5380       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5381       ;;
5383     openbsd*)
5384       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5385       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5386       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5387         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5388         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5389         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5390         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5391       else
5392        case $host_os in
5393          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5394            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5395            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5396            ;;
5397          *)
5398            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5399            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5400            ;;
5401        esac
5402       fi
5403       ;;
5405     os2*)
5406       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5407       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5408       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5409       _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'
5410       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5411       ;;
5413     osf3*)
5414       if test "$GCC" = yes; then
5415         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5416         _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'
5417       else
5418         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5419         _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'
5420       fi
5421       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5422       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5423       ;;
5425     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5426       if test "$GCC" = yes; then
5427         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5428         _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'
5429         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5430       else
5431         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5432         _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'
5433         _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~
5434         $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'
5436         # Both c and cxx compiler support -rpath directly
5437         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5438       fi
5439       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5440       ;;
5442     sco3.2v5*)
5443       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5444       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5445       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5446       runpath_var=LD_RUN_PATH
5447       hardcode_runpath_var=yes
5448       ;;
5450     solaris*)
5451       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5452       if test "$GCC" = yes; then
5453         wlarc='${wl}'
5454         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5455         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5456           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5457       else
5458         wlarc=''
5459         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5460         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5461         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5462       fi
5463       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5464       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5465       case $host_os in
5466       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5467       *)
5468         # The compiler driver will combine linker options so we
5469         # cannot just pass the convience library names through
5470         # without $wl, iff we do not link with $LD.
5471         # Luckily, gcc supports the same syntax we need for Sun Studio.
5472         # Supported since Solaris 2.6 (maybe 2.5.1?)
5473         case $wlarc in
5474         '')
5475           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5476         *)
5477           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
5478         esac ;;
5479       esac
5480       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5481       ;;
5483     sunos4*)
5484       if test "x$host_vendor" = xsequent; then
5485         # Use $CC to link under sequent, because it throws in some extra .o
5486         # files that make .init and .fini sections work.
5487         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5488       else
5489         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5490       fi
5491       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5492       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5493       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5494       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5495       ;;
5497     sysv4)
5498       case $host_vendor in
5499         sni)
5500           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5501           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5502         ;;
5503         siemens)
5504           ## LD is ld it makes a PLAMLIB
5505           ## CC just makes a GrossModule.
5506           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5507           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5508           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5509         ;;
5510         motorola)
5511           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5512           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5513         ;;
5514       esac
5515       runpath_var='LD_RUN_PATH'
5516       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5517       ;;
5519     sysv4.3*)
5520       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5521       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5522       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5523       ;;
5525     sysv4*MP*)
5526       if test -d /usr/nec; then
5527         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5528         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5529         runpath_var=LD_RUN_PATH
5530         hardcode_runpath_var=yes
5531         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5532       fi
5533       ;;
5535     sysv4.2uw2*)
5536       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5537       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5538       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5539       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5540       hardcode_runpath_var=yes
5541       runpath_var=LD_RUN_PATH
5542       ;;
5544    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5545       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5546       if test "$GCC" = yes; then
5547         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5548       else
5549         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5550       fi
5551       runpath_var='LD_RUN_PATH'
5552       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5553       ;;
5555     sysv5*)
5556       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5557       # $CC -shared without GNU ld will not create a library from C++
5558       # object files and a static libstdc++, better avoid it by now
5559       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5560       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5561                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5562       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5563       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5564       runpath_var='LD_RUN_PATH'
5565       ;;
5567     uts4*)
5568       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5569       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5570       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5571       ;;
5573     *)
5574       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5575       ;;
5576     esac
5577   fi
5579 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5580 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5582 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5583 if test "$GCC" = yes; then
5584   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5588 # Do we need to explicitly link libc?
5590 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5591 x|xyes)
5592   # Assume -lc should be added
5593   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5595   if test "$enable_shared" = yes && test "$GCC" = yes; then
5596     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5597     *'~'*)
5598       # FIXME: we may have to deal with multi-command sequences.
5599       ;;
5600     '$CC '*)
5601       # Test whether the compiler implicitly links with -lc since on some
5602       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5603       # to ld, don't add -lc before -lgcc.
5604       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5605       $rm conftest*
5606       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5608       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5609         soname=conftest
5610         lib=conftest
5611         libobjs=conftest.$ac_objext
5612         deplibs=
5613         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5614         compiler_flags=-v
5615         linker_flags=-v
5616         verstring=
5617         output_objdir=.
5618         libname=conftest
5619         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5620         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5621         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5622         then
5623           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5624         else
5625           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5626         fi
5627         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5628       else
5629         cat conftest.err 1>&5
5630       fi
5631       $rm conftest*
5632       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5633       ;;
5634     esac
5635   fi
5636   ;;
5637 esac
5639 m4trace:/usr/share/aclocal/libtool.m4:6075: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5640 # /* ltdll.c starts here */
5641 # #define WIN32_LEAN_AND_MEAN
5642 # #include <windows.h>
5643 # #undef WIN32_LEAN_AND_MEAN
5644 # #include <stdio.h>
5646 # #ifndef __CYGWIN__
5647 # #  ifdef __CYGWIN32__
5648 # #    define __CYGWIN__ __CYGWIN32__
5649 # #  endif
5650 # #endif
5652 # #ifdef __cplusplus
5653 # extern "C" {
5654 # #endif
5655 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5656 # #ifdef __cplusplus
5657 # }
5658 # #endif
5660 # #ifdef __CYGWIN__
5661 # #include <cygwin/cygwin_dll.h>
5662 # DECLARE_CYGWIN_DLL( DllMain );
5663 # #endif
5664 # HINSTANCE __hDllInstance_base;
5666 # BOOL APIENTRY
5667 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5668 # {
5669 #   __hDllInstance_base = hInst;
5670 #   return TRUE;
5671 # }
5672 # /* ltdll.c ends here */
5674 m4trace:/usr/share/aclocal/libtool.m4:6114: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5675 m4trace:/usr/share/aclocal/libtool.m4:6118: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5676 m4trace:/usr/share/aclocal/libtool.m4:6119: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5677 m4trace:/usr/share/aclocal/libtool.m4:6120: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5678 m4trace:/usr/share/aclocal/libtool.m4:6121: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5679 m4trace:/usr/share/aclocal/libtool.m4:6122: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5680 m4trace:/usr/share/aclocal/libtool.m4:6123: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5681 m4trace:/usr/share/aclocal/libtool.m4:6124: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5682 m4trace:/usr/share/aclocal/libtool.m4:6129: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5683   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5684   AC_SUBST(GCJFLAGS)
5686 m4trace:/usr/share/aclocal/libtool.m4:6135: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5688 m4trace:/usr/share/aclocal/libtool.m4:6149: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5689 AC_CACHE_VAL(lt_cv_path_SED,
5690 [# Loop through the user's path and test for sed and gsed.
5691 # Then use that list of sed's as ones to test for truncation.
5692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5693 for as_dir in $PATH
5695   IFS=$as_save_IFS
5696   test -z "$as_dir" && as_dir=.
5697   for lt_ac_prog in sed gsed; do
5698     for ac_exec_ext in '' $ac_executable_extensions; do
5699       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5700         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5701       fi
5702     done
5703   done
5704 done
5705 lt_ac_max=0
5706 lt_ac_count=0
5707 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5708 # along with /bin/sed that truncates output.
5709 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5710   test ! -f $lt_ac_sed && continue
5711   cat /dev/null > conftest.in
5712   lt_ac_count=0
5713   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5714   # Check for GNU sed and select it if it is found.
5715   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5716     lt_cv_path_SED=$lt_ac_sed
5717     break
5718   fi
5719   while true; do
5720     cat conftest.in conftest.in >conftest.tmp
5721     mv conftest.tmp conftest.in
5722     cp conftest.in conftest.nl
5723     echo >>conftest.nl
5724     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5725     cmp -s conftest.out conftest.nl || break
5726     # 10000 chars as input seems more than enough
5727     test $lt_ac_count -gt 10 && break
5728     lt_ac_count=`expr $lt_ac_count + 1`
5729     if test $lt_ac_count -gt $lt_ac_max; then
5730       lt_ac_max=$lt_ac_count
5731       lt_cv_path_SED=$lt_ac_sed
5732     fi
5733   done
5734 done
5736 SED=$lt_cv_path_SED
5737 AC_MSG_RESULT([$SED])
5739 m4trace:/usr/share/aclocal/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
5740 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
5741 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
5742 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5743         AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
5745 if test -n "$PKG_CONFIG"; then
5746         _pkg_min_version=m4_default([$1], [0.9.0])
5747         AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
5748         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5749                 AC_MSG_RESULT([yes])
5750         else
5751                 AC_MSG_RESULT([no])
5752                 PKG_CONFIG=""
5753         fi
5754                 
5755 fi[]dnl
5757 m4trace:/usr/share/aclocal/pkg.m4:56: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5758 if test -n "$PKG_CONFIG" && \
5759     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
5760   m4_ifval([$2], [$2], [:])
5761 m4_ifvaln([$3], [else
5762   $3])dnl
5763 fi])
5764 m4trace:/usr/share/aclocal/pkg.m4:84: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
5765 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5766         _pkg_short_errors_supported=yes
5767 else
5768         _pkg_short_errors_supported=no
5769 fi[]dnl
5771 m4trace:/usr/share/aclocal/pkg.m4:104: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
5772 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
5773 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
5775 pkg_failed=no
5776 AC_MSG_CHECKING([for $1])
5778 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
5779 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
5781 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
5782 and $1[]_LIBS to avoid the need to call pkg-config.
5783 See the pkg-config man page for more details.])
5785 if test $pkg_failed = yes; then
5786         _PKG_SHORT_ERRORS_SUPPORTED
5787         if test $_pkg_short_errors_supported = yes; then
5788                 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
5789         else 
5790                 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
5791         fi
5792         # Put the nasty error message in config.log where it belongs
5793         echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
5795         ifelse([$4], , [AC_MSG_ERROR(dnl
5796 [Package requirements ($2) were not met:
5798 $$1_PKG_ERRORS
5800 Consider adjusting the PKG_CONFIG_PATH environment variable if you
5801 installed software in a non-standard prefix.
5803 _PKG_TEXT
5804 ])],
5805                 [AC_MSG_RESULT([no])
5806                 $4])
5807 elif test $pkg_failed = untried; then
5808         ifelse([$4], , [AC_MSG_FAILURE(dnl
5809 [The pkg-config script could not be found or is too old.  Make sure it
5810 is in your PATH or set the PKG_CONFIG environment variable to the full
5811 path to pkg-config.
5813 _PKG_TEXT
5815 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
5816                 [$4])
5817 else
5818         $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
5819         $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
5820         AC_MSG_RESULT([yes])
5821         ifelse([$3], , :, [$3])
5822 fi[]dnl
5824 m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5825 m4trace:/usr/share/aclocal-1.9/amversion.m4:19: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
5826 m4trace:/usr/share/aclocal-1.9/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5827 AC_PREREQ([2.50])dnl
5828 # expand $ac_aux_dir to an absolute path
5829 am_aux_dir=`cd $ac_aux_dir && pwd`
5831 m4trace:/usr/share/aclocal-1.9/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5832  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5833         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5834 AC_SUBST([$1_TRUE])
5835 AC_SUBST([$1_FALSE])
5836 if $2; then
5837   $1_TRUE=
5838   $1_FALSE='#'
5839 else
5840   $1_TRUE='#'
5841   $1_FALSE=
5843 AC_CONFIG_COMMANDS_PRE(
5844 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5845   AC_MSG_ERROR([[conditional "$1" was never defined.
5846 Usually this means the macro was only invoked conditionally.]])
5847 fi])])
5848 m4trace:/usr/share/aclocal-1.9/depend.m4:29: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5849 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5850 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5851 AC_REQUIRE([AM_DEP_TRACK])dnl
5853 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5854        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5855        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5856        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5857                    [depcc="$$1"   am_compiler_list=])
5859 AC_CACHE_CHECK([dependency style of $depcc],
5860                [am_cv_$1_dependencies_compiler_type],
5861 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5862   # We make a subdir and do the tests there.  Otherwise we can end up
5863   # making bogus files that we don't know about and never remove.  For
5864   # instance it was reported that on HP-UX the gcc test will end up
5865   # making a dummy file named `D' -- because `-MD' means `put the output
5866   # in D'.
5867   mkdir conftest.dir
5868   # Copy depcomp to subdir because otherwise we won't find it if we're
5869   # using a relative directory.
5870   cp "$am_depcomp" conftest.dir
5871   cd conftest.dir
5872   # We will build objects and dependencies in a subdirectory because
5873   # it helps to detect inapplicable dependency modes.  For instance
5874   # both Tru64's cc and ICC support -MD to output dependencies as a
5875   # side effect of compilation, but ICC will put the dependencies in
5876   # the current directory while Tru64 will put them in the object
5877   # directory.
5878   mkdir sub
5880   am_cv_$1_dependencies_compiler_type=none
5881   if test "$am_compiler_list" = ""; then
5882      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5883   fi
5884   for depmode in $am_compiler_list; do
5885     # Setup a source with many dependencies, because some compilers
5886     # like to wrap large dependency lists on column 80 (with \), and
5887     # we should not choose a depcomp mode which is confused by this.
5888     #
5889     # We need to recreate these files for each test, as the compiler may
5890     # overwrite some of them when testing with obscure command lines.
5891     # This happens at least with the AIX C compiler.
5892     : > sub/conftest.c
5893     for i in 1 2 3 4 5 6; do
5894       echo '#include "conftst'$i'.h"' >> sub/conftest.c
5895       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5896       # Solaris 8's {/usr,}/bin/sh.
5897       touch sub/conftst$i.h
5898     done
5899     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5901     case $depmode in
5902     nosideeffect)
5903       # after this tag, mechanisms are not by side-effect, so they'll
5904       # only be used when explicitly requested
5905       if test "x$enable_dependency_tracking" = xyes; then
5906         continue
5907       else
5908         break
5909       fi
5910       ;;
5911     none) break ;;
5912     esac
5913     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5914     # mode.  It turns out that the SunPro C++ compiler does not properly
5915     # handle `-M -o', and we need to detect this.
5916     if depmode=$depmode \
5917        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5918        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5919        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5920          >/dev/null 2>conftest.err &&
5921        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5922        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5923        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5924       # icc doesn't choke on unknown options, it will just issue warnings
5925       # or remarks (even with -Werror).  So we grep stderr for any message
5926       # that says an option was ignored or not supported.
5927       # When given -MP, icc 7.0 and 7.1 complain thusly:
5928       #   icc: Command line warning: ignoring option '-M'; no argument required
5929       # The diagnosis changed in icc 8.0:
5930       #   icc: Command line remark: option '-MP' not supported
5931       if (grep 'ignoring option' conftest.err ||
5932           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5933         am_cv_$1_dependencies_compiler_type=$depmode
5934         break
5935       fi
5936     fi
5937   done
5939   cd ..
5940   rm -rf conftest.dir
5941 else
5942   am_cv_$1_dependencies_compiler_type=none
5945 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5946 AM_CONDITIONAL([am__fastdep$1], [
5947   test "x$enable_dependency_tracking" != xno \
5948   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5950 m4trace:/usr/share/aclocal-1.9/depend.m4:138: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5951 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5953 m4trace:/usr/share/aclocal-1.9/depend.m4:146: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5954 [  --disable-dependency-tracking  speeds up one-time build
5955   --enable-dependency-tracking   do not reject slow dependency extractors])
5956 if test "x$enable_dependency_tracking" != xno; then
5957   am_depcomp="$ac_aux_dir/depcomp"
5958   AMDEPBACKSLASH='\'
5960 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5961 AC_SUBST([AMDEPBACKSLASH])
5963 m4trace:/usr/share/aclocal-1.9/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5964   # Strip MF so we end up with the name of the file.
5965   mf=`echo "$mf" | sed -e 's/:.*$//'`
5966   # Check whether this is an Automake generated Makefile or not.
5967   # We used to match only the files named `Makefile.in', but
5968   # some people rename them; so instead we look at the file content.
5969   # Grep'ing the first line is not enough: some people post-process
5970   # each Makefile.in and add a new line on top of each file to say so.
5971   # So let's grep whole file.
5972   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5973     dirpart=`AS_DIRNAME("$mf")`
5974   else
5975     continue
5976   fi
5977   # Extract the definition of DEPDIR, am__include, and am__quote
5978   # from the Makefile without running `make'.
5979   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5980   test -z "$DEPDIR" && continue
5981   am__include=`sed -n 's/^am__include = //p' < "$mf"`
5982   test -z "am__include" && continue
5983   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5984   # When using ansi2knr, U may be empty or an underscore; expand it
5985   U=`sed -n 's/^U = //p' < "$mf"`
5986   # Find all dependency output files, they are included files with
5987   # $(DEPDIR) in their names.  We invoke sed twice because it is the
5988   # simplest approach to changing $(DEPDIR) to its actual value in the
5989   # expansion.
5990   for file in `sed -n "
5991     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5992        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5993     # Make sure the directory exists.
5994     test -f "$dirpart/$file" && continue
5995     fdir=`AS_DIRNAME(["$file"])`
5996     AS_MKDIR_P([$dirpart/$fdir])
5997     # echo "creating $dirpart/$file"
5998     echo '# dummy' > "$dirpart/$file"
5999   done
6000 done
6002 m4trace:/usr/share/aclocal-1.9/depout.m4:63: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
6003      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
6004      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
6006 m4trace:/usr/share/aclocal-1.9/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
6007 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6008 dnl the ones we care about.
6009 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6010 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6011 AC_REQUIRE([AC_PROG_INSTALL])dnl
6012 # test to see if srcdir already configured
6013 if test "`cd $srcdir && pwd`" != "`pwd`" &&
6014    test -f $srcdir/config.status; then
6015   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6018 # test whether we have cygpath
6019 if test -z "$CYGPATH_W"; then
6020   if (cygpath --version) >/dev/null 2>/dev/null; then
6021     CYGPATH_W='cygpath -w'
6022   else
6023     CYGPATH_W=echo
6024   fi
6026 AC_SUBST([CYGPATH_W])
6028 # Define the identity of the package.
6029 dnl Distinguish between old-style and new-style calls.
6030 m4_ifval([$2],
6031 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
6032  AC_SUBST([PACKAGE], [$1])dnl
6033  AC_SUBST([VERSION], [$2])],
6034 [_AM_SET_OPTIONS([$1])dnl
6035  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6036  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6038 _AM_IF_OPTION([no-define],,
6039 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6040  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
6042 # Some tools Automake needs.
6043 AC_REQUIRE([AM_SANITY_CHECK])dnl
6044 AC_REQUIRE([AC_ARG_PROGRAM])dnl
6045 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
6046 AM_MISSING_PROG(AUTOCONF, autoconf)
6047 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
6048 AM_MISSING_PROG(AUTOHEADER, autoheader)
6049 AM_MISSING_PROG(MAKEINFO, makeinfo)
6050 AM_PROG_INSTALL_SH
6051 AM_PROG_INSTALL_STRIP
6052 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
6053 # We need awk for the "check" target.  The system "awk" is bad on
6054 # some platforms.
6055 AC_REQUIRE([AC_PROG_AWK])dnl
6056 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
6057 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
6058 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
6059               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6060                              [_AM_PROG_TAR([v7])])])
6061 _AM_IF_OPTION([no-dependencies],,
6062 [AC_PROVIDE_IFELSE([AC_PROG_CC],
6063                   [_AM_DEPENDENCIES(CC)],
6064                   [define([AC_PROG_CC],
6065                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6066 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6067                   [_AM_DEPENDENCIES(CXX)],
6068                   [define([AC_PROG_CXX],
6069                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6072 m4trace:/usr/share/aclocal-1.9/init.m4:102: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
6073 _am_stamp_count=1
6074 for _am_header in $config_headers :; do
6075   case $_am_header in
6076     $1 | $1:* )
6077       break ;;
6078     * )
6079       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6080   esac
6081 done
6082 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6083 m4trace:/usr/share/aclocal-1.9/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6084 install_sh=${install_sh-"$am_aux_dir/install-sh"}
6085 AC_SUBST(install_sh)])
6086 m4trace:/usr/share/aclocal-1.9/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
6087 mkdir .tst 2>/dev/null
6088 if test -d .tst; then
6089   am__leading_dot=.
6090 else
6091   am__leading_dot=_
6093 rmdir .tst 2>/dev/null
6094 AC_SUBST([am__leading_dot])])
6095 m4trace:/usr/share/aclocal-1.9/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
6096 cat > confinc << 'END'
6097 am__doit:
6098         @echo done
6099 .PHONY: am__doit
6101 # If we don't find an include directive, just comment out the code.
6102 AC_MSG_CHECKING([for style of include used by $am_make])
6103 am__include="#"
6104 am__quote=
6105 _am_result=none
6106 # First try GNU make style include.
6107 echo "include confinc" > confmf
6108 # We grep out `Entering directory' and `Leaving directory'
6109 # messages which can occur if `w' ends up in MAKEFLAGS.
6110 # In particular we don't look at `^make:' because GNU make might
6111 # be invoked under some other name (usually "gmake"), in which
6112 # case it prints its new name instead of `make'.
6113 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6114    am__include=include
6115    am__quote=
6116    _am_result=GNU
6118 # Now try BSD make style include.
6119 if test "$am__include" = "#"; then
6120    echo '.include "confinc"' > confmf
6121    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6122       am__include=.include
6123       am__quote="\""
6124       _am_result=BSD
6125    fi
6127 AC_SUBST([am__include])
6128 AC_SUBST([am__quote])
6129 AC_MSG_RESULT([$_am_result])
6130 rm -f confinc confmf
6132 m4trace:/usr/share/aclocal-1.9/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
6133 $1=${$1-"${am_missing_run}$2"}
6134 AC_SUBST($1)])
6135 m4trace:/usr/share/aclocal-1.9/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6136 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6137 # Use eval to expand $SHELL
6138 if eval "$MISSING --run true"; then
6139   am_missing_run="$MISSING --run "
6140 else
6141   am_missing_run=
6142   AC_MSG_WARN([`missing' script is too old or missing])
6145 m4trace:/usr/share/aclocal-1.9/mkdirp.m4:30: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
6146   # We used to keeping the `.' as first argument, in order to
6147   # allow $(mkdir_p) to be used without argument.  As in
6148   #   $(mkdir_p) $(somedir)
6149   # where $(somedir) is conditionally defined.  However this is wrong
6150   # for two reasons:
6151   #  1. if the package is installed by a user who cannot write `.'
6152   #     make install will fail,
6153   #  2. the above comment should most certainly read
6154   #     $(mkdir_p) $(DESTDIR)$(somedir)
6155   #     so it does not work when $(somedir) is undefined and
6156   #     $(DESTDIR) is not.
6157   #  To support the latter case, we have to write
6158   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
6159   #  so the `.' trick is pointless.
6160   mkdir_p='mkdir -p --'
6161 else
6162   # On NextStep and OpenStep, the `mkdir' command does not
6163   # recognize any option.  It will interpret all options as
6164   # directories to create, and then abort because `.' already
6165   # exists.
6166   for d in ./-p ./--version;
6167   do
6168     test -d $d && rmdir $d
6169   done
6170   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
6171   if test -f "$ac_aux_dir/mkinstalldirs"; then
6172     mkdir_p='$(mkinstalldirs)'
6173   else
6174     mkdir_p='$(install_sh) -d'
6175   fi
6177 AC_SUBST([mkdir_p])])
6178 m4trace:/usr/share/aclocal-1.9/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
6179 m4trace:/usr/share/aclocal-1.9/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
6180 m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6181 m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
6182 m4trace:/usr/share/aclocal-1.9/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
6183    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
6184    ac_status=$?
6185    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
6186    (exit $ac_status); }])
6187 m4trace:/usr/share/aclocal-1.9/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
6188 # Just in case
6189 sleep 1
6190 echo timestamp > conftest.file
6191 # Do `set' in a subshell so we don't clobber the current shell's
6192 # arguments.  Must try -L first in case configure is actually a
6193 # symlink; some systems play weird games with the mod time of symlinks
6194 # (eg FreeBSD returns the mod time of the symlink's containing
6195 # directory).
6196 if (
6197    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
6198    if test "$[*]" = "X"; then
6199       # -L didn't work.
6200       set X `ls -t $srcdir/configure conftest.file`
6201    fi
6202    rm -f conftest.file
6203    if test "$[*]" != "X $srcdir/configure conftest.file" \
6204       && test "$[*]" != "X conftest.file $srcdir/configure"; then
6206       # If neither matched, then we have a broken ls.  This can happen
6207       # if, for instance, CONFIG_SHELL is bash and it inherits a
6208       # broken ls alias from the environment.  This has actually
6209       # happened.  Such a system could not be considered "sane".
6210       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
6211 alias in your environment])
6212    fi
6214    test "$[2]" = conftest.file
6215    )
6216 then
6217    # Ok.
6218    :
6219 else
6220    AC_MSG_ERROR([newly created file is older than distributed files!
6221 Check your system clock])
6223 AC_MSG_RESULT(yes)])
6224 m4trace:/usr/share/aclocal-1.9/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
6225 # Installed binaries are usually stripped using `strip' when the user
6226 # run `make install-strip'.  However `strip' might not be the right
6227 # tool to use in cross-compilation environments, therefore Automake
6228 # will honor the `STRIP' environment variable to overrule this program.
6229 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
6230 if test "$cross_compiling" != no; then
6231   AC_CHECK_TOOL([STRIP], [strip], :)
6233 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
6234 AC_SUBST([INSTALL_STRIP_PROGRAM])])
6235 m4trace:/usr/share/aclocal-1.9/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
6236 AM_MISSING_PROG([AMTAR], [tar])
6237 m4_if([$1], [v7],
6238      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
6239      [m4_case([$1], [ustar],, [pax],,
6240               [m4_fatal([Unknown tar format])])
6241 AC_MSG_CHECKING([how to create a $1 tar archive])
6242 # Loop over all known methods to create a tar archive until one works.
6243 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
6244 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
6245 # Do not fold the above two line into one, because Tru64 sh and
6246 # Solaris sh will not grok spaces in the rhs of `-'.
6247 for _am_tool in $_am_tools
6249   case $_am_tool in
6250   gnutar)
6251     for _am_tar in tar gnutar gtar;
6252     do
6253       AM_RUN_LOG([$_am_tar --version]) && break
6254     done
6255     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
6256     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
6257     am__untar="$_am_tar -xf -"
6258     ;;
6259   plaintar)
6260     # Must skip GNU tar: if it does not support --format= it doesn't create
6261     # ustar tarball either.
6262     (tar --version) >/dev/null 2>&1 && continue
6263     am__tar='tar chf - "$$tardir"'
6264     am__tar_='tar chf - "$tardir"'
6265     am__untar='tar xf -'
6266     ;;
6267   pax)
6268     am__tar='pax -L -x $1 -w "$$tardir"'
6269     am__tar_='pax -L -x $1 -w "$tardir"'
6270     am__untar='pax -r'
6271     ;;
6272   cpio)
6273     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
6274     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
6275     am__untar='cpio -i -H $1 -d'
6276     ;;
6277   none)
6278     am__tar=false
6279     am__tar_=false
6280     am__untar=false
6281     ;;
6282   esac
6284   # If the value was cached, stop now.  We just wanted to have am__tar
6285   # and am__untar set.
6286   test -n "${am_cv_prog_tar_$1}" && break
6288   # tar/untar a dummy directory, and stop if the command works
6289   rm -rf conftest.dir
6290   mkdir conftest.dir
6291   echo GrepMe > conftest.dir/file
6292   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
6293   rm -rf conftest.dir
6294   if test -s conftest.tar; then
6295     AM_RUN_LOG([$am__untar <conftest.tar])
6296     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
6297   fi
6298 done
6299 rm -rf conftest.dir
6301 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
6302 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
6303 AC_SUBST([am__tar])
6304 AC_SUBST([am__untar])
6306 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?A[CHUM]_])
6307 m4trace:configure.ac:9: -1- m4_pattern_forbid([_AC_])
6308 m4trace:configure.ac:9: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
6309 m4trace:configure.ac:9: -1- m4_pattern_allow([^AS_FLAGS$])
6310 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?m4_])
6311 m4trace:configure.ac:9: -1- m4_pattern_forbid([^dnl$])
6312 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?AS_])
6313 m4trace:configure.ac:9: -1- m4_pattern_allow([^SHELL$])
6314 m4trace:configure.ac:9: -1- m4_pattern_allow([^PATH_SEPARATOR$])
6315 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
6316 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6317 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6318 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
6319 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6320 m4trace:configure.ac:9: -1- m4_pattern_allow([^exec_prefix$])
6321 m4trace:configure.ac:9: -1- m4_pattern_allow([^prefix$])
6322 m4trace:configure.ac:9: -1- m4_pattern_allow([^program_transform_name$])
6323 m4trace:configure.ac:9: -1- m4_pattern_allow([^bindir$])
6324 m4trace:configure.ac:9: -1- m4_pattern_allow([^sbindir$])
6325 m4trace:configure.ac:9: -1- m4_pattern_allow([^libexecdir$])
6326 m4trace:configure.ac:9: -1- m4_pattern_allow([^datarootdir$])
6327 m4trace:configure.ac:9: -1- m4_pattern_allow([^datadir$])
6328 m4trace:configure.ac:9: -1- m4_pattern_allow([^sysconfdir$])
6329 m4trace:configure.ac:9: -1- m4_pattern_allow([^sharedstatedir$])
6330 m4trace:configure.ac:9: -1- m4_pattern_allow([^localstatedir$])
6331 m4trace:configure.ac:9: -1- m4_pattern_allow([^includedir$])
6332 m4trace:configure.ac:9: -1- m4_pattern_allow([^oldincludedir$])
6333 m4trace:configure.ac:9: -1- m4_pattern_allow([^docdir$])
6334 m4trace:configure.ac:9: -1- m4_pattern_allow([^infodir$])
6335 m4trace:configure.ac:9: -1- m4_pattern_allow([^htmldir$])
6336 m4trace:configure.ac:9: -1- m4_pattern_allow([^dvidir$])
6337 m4trace:configure.ac:9: -1- m4_pattern_allow([^pdfdir$])
6338 m4trace:configure.ac:9: -1- m4_pattern_allow([^psdir$])
6339 m4trace:configure.ac:9: -1- m4_pattern_allow([^libdir$])
6340 m4trace:configure.ac:9: -1- m4_pattern_allow([^localedir$])
6341 m4trace:configure.ac:9: -1- m4_pattern_allow([^mandir$])
6342 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_NAME$])
6343 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
6344 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_VERSION$])
6345 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_STRING$])
6346 m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
6347 m4trace:configure.ac:9: -1- m4_pattern_allow([^DEFS$])
6348 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_C$])
6349 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_N$])
6350 m4trace:configure.ac:9: -1- m4_pattern_allow([^ECHO_T$])
6351 m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
6352 m4trace:configure.ac:9: -1- m4_pattern_allow([^build_alias$])
6353 m4trace:configure.ac:9: -1- m4_pattern_allow([^host_alias$])
6354 m4trace:configure.ac:9: -1- m4_pattern_allow([^target_alias$])
6355 m4trace:configure.ac:10: -1- AM_INIT_AUTOMAKE([pidgin_sipe], [1.2.0])
6356 m4trace:configure.ac:10: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6357 m4trace:configure.ac:10: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6358 m4trace:configure.ac:10: -1- AM_AUTOMAKE_VERSION([1.9.6])
6359 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6360 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6361 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_DATA$])
6362 m4trace:configure.ac:10: -1- m4_pattern_allow([^CYGPATH_W$])
6363 m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
6364 m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
6365 m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6366  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6367 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-define])
6368 m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE$])
6369 m4trace:configure.ac:10: -1- m4_pattern_allow([^VERSION$])
6370 m4trace:configure.ac:10: -1- AM_SANITY_CHECK
6371 m4trace:configure.ac:10: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6372 m4trace:configure.ac:10: -1- AM_MISSING_HAS_RUN
6373 m4trace:configure.ac:10: -1- AM_AUX_DIR_EXPAND
6374 m4trace:configure.ac:10: -1- m4_pattern_allow([^ACLOCAL$])
6375 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6376 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOCONF$])
6377 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6378 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOMAKE$])
6379 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6380 m4trace:configure.ac:10: -1- m4_pattern_allow([^AUTOHEADER$])
6381 m4trace:configure.ac:10: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6382 m4trace:configure.ac:10: -1- m4_pattern_allow([^MAKEINFO$])
6383 m4trace:configure.ac:10: -1- AM_PROG_INSTALL_SH
6384 m4trace:configure.ac:10: -1- m4_pattern_allow([^install_sh$])
6385 m4trace:configure.ac:10: -1- AM_PROG_INSTALL_STRIP
6386 m4trace:configure.ac:10: -1- m4_pattern_allow([^STRIP$])
6387 m4trace:configure.ac:10: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
6388 m4trace:configure.ac:10: -1- AM_PROG_MKDIR_P
6389 m4trace:configure.ac:10: -1- m4_pattern_allow([^mkdir_p$])
6390 m4trace:configure.ac:10: -1- m4_pattern_allow([^AWK$])
6391 m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
6392 m4trace:configure.ac:10: -1- AM_SET_LEADING_DOT
6393 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__leading_dot$])
6394 m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6395                              [_AM_PROG_TAR([v7])])])
6396 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-ustar])
6397 m4trace:configure.ac:10: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6398 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([tar-pax])
6399 m4trace:configure.ac:10: -1- _AM_PROG_TAR([v7])
6400 m4trace:configure.ac:10: -1- AM_MISSING_PROG([AMTAR], [tar])
6401 m4trace:configure.ac:10: -1- m4_pattern_allow([^AMTAR$])
6402 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__tar$])
6403 m4trace:configure.ac:10: -1- m4_pattern_allow([^am__untar$])
6404 m4trace:configure.ac:10: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6405                   [_AM_DEPENDENCIES(CC)],
6406                   [define([AC_PROG_CC],
6407                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6408 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6409                   [_AM_DEPENDENCIES(CXX)],
6410                   [define([AC_PROG_CXX],
6411                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6413 m4trace:configure.ac:10: -2- _AM_MANGLE_OPTION([no-dependencies])
6414 m4trace:configure.ac:14: -1- AC_DISABLE_STATIC
6415 m4trace:configure.ac:14: -1- AC_ENABLE_STATIC([no])
6416 m4trace:configure.ac:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6417 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6418 ../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6419 /usr/share/aclocal/libtool.m4:1879: AC_ENABLE_STATIC is expanded from...
6420 /usr/share/aclocal/libtool.m4:1908: AC_DISABLE_STATIC is expanded from...
6421 configure.ac:14: the top level])
6422 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6423 m4trace:configure.ac:16: -1- m4_pattern_allow([^CFLAGS$])
6424 m4trace:configure.ac:16: -1- m4_pattern_allow([^LDFLAGS$])
6425 m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBS$])
6426 m4trace:configure.ac:16: -1- m4_pattern_allow([^CPPFLAGS$])
6427 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6428 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6429 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6430 m4trace:configure.ac:16: -1- m4_pattern_allow([^CC$])
6431 m4trace:configure.ac:16: -1- m4_pattern_allow([^ac_ct_CC$])
6432 m4trace:configure.ac:16: -1- m4_pattern_allow([^EXEEXT$])
6433 m4trace:configure.ac:16: -1- m4_pattern_allow([^OBJEXT$])
6434 m4trace:configure.ac:16: -1- _AM_DEPENDENCIES([CC])
6435 m4trace:configure.ac:16: -1- AM_SET_DEPDIR
6436 m4trace:configure.ac:16: -1- m4_pattern_allow([^DEPDIR$])
6437 m4trace:configure.ac:16: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6438 m4trace:configure.ac:16: -1- AM_MAKE_INCLUDE
6439 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__include$])
6440 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__quote$])
6441 m4trace:configure.ac:16: -1- AM_DEP_TRACK
6442 m4trace:configure.ac:16: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6443 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEP_TRUE$])
6444 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEP_FALSE$])
6445 m4trace:configure.ac:16: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
6446 m4trace:configure.ac:16: -1- m4_pattern_allow([^CCDEPMODE$])
6447 m4trace:configure.ac:16: -1- AM_CONDITIONAL([am__fastdepCC], [
6448   test "x$enable_dependency_tracking" != xno \
6449   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6450 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
6451 m4trace:configure.ac:16: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
6452 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
6453 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
6454 m4trace:configure.ac:17: -1- m4_pattern_allow([^INSTALL_DATA$])
6455 m4trace:configure.ac:18: -1- AC_PROG_LIBTOOL
6456 m4trace:configure.ac:18: -1- _AC_PROG_LIBTOOL
6457 m4trace:configure.ac:18: -1- AC_LIBTOOL_SETUP
6458 m4trace:configure.ac:18: -1- AC_ENABLE_SHARED
6459 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6460 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6461 ../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6462 /usr/share/aclocal/libtool.m4:1840: AC_ENABLE_SHARED is expanded from...
6463 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6464 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6465 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6466 configure.ac:18: the top level])
6467 m4trace:configure.ac:18: -1- AC_ENABLE_FAST_INSTALL
6468 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6469 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6470 ../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6471 /usr/share/aclocal/libtool.m4:1918: AC_ENABLE_FAST_INSTALL is expanded from...
6472 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6473 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6474 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6475 configure.ac:18: the top level])
6476 m4trace:configure.ac:18: -1- m4_pattern_allow([^build$])
6477 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_cpu$])
6478 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_vendor$])
6479 m4trace:configure.ac:18: -1- m4_pattern_allow([^build_os$])
6480 m4trace:configure.ac:18: -1- m4_pattern_allow([^host$])
6481 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_cpu$])
6482 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_vendor$])
6483 m4trace:configure.ac:18: -1- m4_pattern_allow([^host_os$])
6484 m4trace:configure.ac:18: -1- AC_PROG_LD
6485 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6486 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6487 ../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
6488 /usr/share/aclocal/libtool.m4:2059: AC_PROG_LD is expanded from...
6489 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6490 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6491 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6492 configure.ac:18: the top level])
6493 m4trace:configure.ac:18: -1- LT_AC_PROG_SED
6494 m4trace:configure.ac:18: -1- AC_PROG_LD_GNU
6495 m4trace:configure.ac:18: -1- AC_PROG_EGREP
6496 m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
6497 m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
6498 m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
6499 m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
6500 m4trace:configure.ac:18: -1- AC_PROG_LD_RELOAD_FLAG
6501 m4trace:configure.ac:18: -1- AC_PROG_NM
6502 m4trace:configure.ac:18: -1- m4_pattern_allow([^LN_S$])
6503 m4trace:configure.ac:18: -1- AC_DEPLIBS_CHECK_METHOD
6504 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6505 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6506 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6507 m4trace:configure.ac:18: -1- AC_LIBTOOL_OBJDIR
6508 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
6509 m4trace:configure.ac:18: -1- _LT_AC_PROG_ECHO_BACKSLASH
6510 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([
6511 # Check that we are running under the correct shell.
6512 SHELL=${CONFIG_SHELL-/bin/sh}
6514 case X$ECHO in
6515 X*--fallback-echo)
6516   # Remove one level of quotation (which was required for Make).
6517   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6518   ;;
6519 esac
6521 echo=${ECHO-echo}
6522 if test "X[$]1" = X--no-reexec; then
6523   # Discard the --no-reexec flag, and continue.
6524   shift
6525 elif test "X[$]1" = X--fallback-echo; then
6526   # Avoid inline document here, it may be left over
6527   :
6528 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6529   # Yippee, $echo works!
6530   :
6531 else
6532   # Restart under the correct shell.
6533   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6536 if test "X[$]1" = X--fallback-echo; then
6537   # used as fallback echo
6538   shift
6539   cat <<EOF
6540 [$]*
6542   exit 0
6545 # The HP-UX ksh and POSIX shell print the target directory to stdout
6546 # if CDPATH is set.
6547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6549 if test -z "$ECHO"; then
6550 if test "X${echo_test_string+set}" != Xset; then
6551 # find a string as large as possible, as long as the shell can cope with it
6552   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6553     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6554     if (echo_test_string=`eval $cmd`) 2>/dev/null &&
6555        echo_test_string=`eval $cmd` &&
6556        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6557     then
6558       break
6559     fi
6560   done
6563 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6564    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6565    test "X$echo_testing_string" = "X$echo_test_string"; then
6566   :
6567 else
6568   # The Solaris, AIX, and Digital Unix default echo programs unquote
6569   # backslashes.  This makes it impossible to quote backslashes using
6570   #   echo "$something" | sed 's/\\/\\\\/g'
6571   #
6572   # So, first we look for a working echo in the user's PATH.
6574   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6575   for dir in $PATH /usr/ucb; do
6576     IFS="$lt_save_ifs"
6577     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6578        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6579        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6580        test "X$echo_testing_string" = "X$echo_test_string"; then
6581       echo="$dir/echo"
6582       break
6583     fi
6584   done
6585   IFS="$lt_save_ifs"
6587   if test "X$echo" = Xecho; then
6588     # We didn't find a better echo, so look for alternatives.
6589     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6590        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6591        test "X$echo_testing_string" = "X$echo_test_string"; then
6592       # This shell has a builtin print -r that does the trick.
6593       echo='print -r'
6594     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6595          test "X$CONFIG_SHELL" != X/bin/ksh; then
6596       # If we have ksh, try running configure again with it.
6597       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6598       export ORIGINAL_CONFIG_SHELL
6599       CONFIG_SHELL=/bin/ksh
6600       export CONFIG_SHELL
6601       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6602     else
6603       # Try using printf.
6604       echo='printf %s\n'
6605       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6606          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6607          test "X$echo_testing_string" = "X$echo_test_string"; then
6608         # Cool, printf works
6609         :
6610       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6611            test "X$echo_testing_string" = 'X\t' &&
6612            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6613            test "X$echo_testing_string" = "X$echo_test_string"; then
6614         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6615         export CONFIG_SHELL
6616         SHELL="$CONFIG_SHELL"
6617         export SHELL
6618         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6619       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6620            test "X$echo_testing_string" = 'X\t' &&
6621            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6622            test "X$echo_testing_string" = "X$echo_test_string"; then
6623         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6624       else
6625         # maybe with a smaller string...
6626         prev=:
6628         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6629           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6630           then
6631             break
6632           fi
6633           prev="$cmd"
6634         done
6636         if test "$prev" != 'sed 50q "[$]0"'; then
6637           echo_test_string=`eval $prev`
6638           export echo_test_string
6639           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6640         else
6641           # Oops.  We lost completely, so just stick with echo.
6642           echo=echo
6643         fi
6644       fi
6645     fi
6646   fi
6650 # Copy echo and quote the copy suitably for passing to libtool from
6651 # the Makefile, instead of quoting the original, which is used later.
6652 ECHO=$echo
6653 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6654    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6657 AC_SUBST(ECHO)
6659 m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO$])
6660 m4trace:configure.ac:18: -1- m4_pattern_allow([^AR$])
6661 m4trace:configure.ac:18: -1- m4_pattern_allow([^RANLIB$])
6662 m4trace:configure.ac:18: -1- m4_pattern_allow([^STRIP$])
6663 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
6664 m4trace:configure.ac:18: -1- AC_PATH_MAGIC
6665 m4trace:configure.ac:18: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6666 m4trace:configure.ac:18: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6667 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6668 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6669 ../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
6670 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6671 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6672 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6673 configure.ac:18: the top level])
6674 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6675 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
6676 ../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
6677 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6678 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6679 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6680 configure.ac:18: the top level])
6681 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_C_CONFIG
6682 m4trace:configure.ac:18: -1- _LT_AC_LANG_C_CONFIG
6683 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [])
6684 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
6685 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
6686 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
6687 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6688 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6689 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6690 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6691 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6692 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6693 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6694 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6695 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
6696 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
6697 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6698 m4trace:configure.ac:18: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
6699 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6700 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6701 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6702 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6703 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6704 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6705 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"])
6706 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6707 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6708 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6709 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6710 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6711 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6712 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6713 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6714 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6715 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6716 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6717 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6718 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6719 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6720 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6721 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6722 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6723 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6724 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6725 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6726 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6727 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6728 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6729 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6730 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6731 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6732 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6733 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6734 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6735 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6736 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6737 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6738 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6739 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6740 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6741 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6742 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6743 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6744 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6745 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6746 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6747 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6748 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6749 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6750 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6751 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6752 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6753 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6754 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6755 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6756 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6757 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6758 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6759 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6760 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6761 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6762 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6763 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6764 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6765 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6766 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6767 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6768 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
6769      "" | " "*) ;;
6770      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6771      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
6772      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
6773 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6774 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6775 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6776 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6777 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6778 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6779 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6780 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6781 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6782 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6783 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6784 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([])
6785 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6786 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6787 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6788 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6789 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6790 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6791 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6792 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
6793 m4trace:configure.ac:18: -1- _LT_AC_LOCK
6794 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
6795 You should run autoupdate.], [../../lib/autoconf/general.m4:2415: AC_TRY_LINK is expanded from...
6796 ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
6797 ../../lib/autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...
6798 ../../lib/autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from...
6799 /usr/share/aclocal/libtool.m4:465: _LT_AC_LOCK is expanded from...
6800 /usr/share/aclocal/libtool.m4:1034: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
6801 /usr/share/aclocal/libtool.m4:2571: _LT_AC_LANG_C_CONFIG is expanded from...
6802 /usr/share/aclocal/libtool.m4:2570: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
6803 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
6804 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
6805 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
6806 configure.ac:18: the top level])
6807 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6808 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
6809 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6810 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6811 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6812 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6813 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6814 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6815 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6816 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6817 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6818 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6819 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6820 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6821 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6822 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6823 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6824 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6825 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6826 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
6827 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6828 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6829 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6830 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
6831 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6832 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
6833 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6834 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6835 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6836 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6837 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6838 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6839 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6840 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6841 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6842 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6843 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6844 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6845 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6846 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6847 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6848 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6849 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6850 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6851 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6852 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6853 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6854 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6855 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6856 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6857 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6858 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6859 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6860 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6861 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6862 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6863 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6864 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6865 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6866 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6867 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6868 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6869 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6870 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6871 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6872 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6873 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6874 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6875 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6876 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6877 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6878 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6879 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6880 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6881 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6882 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6883 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6884 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6885 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6886 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6887 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6888 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6889 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6890 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6891 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6892 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6893 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6894 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6895 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
6896 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6897 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6898 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6899 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6900 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6901 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
6902 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6903 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6904 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6905 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6906 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6907 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6908 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6909 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6910 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6911 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6912 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6913 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6914 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6915 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6916 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6917 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6918 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6919 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
6920 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6921 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6922 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6923 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6924 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6925 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6926 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6927 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6928 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6929 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6930 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6931 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6932 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
6933 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6934 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6935 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6936 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
6937 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6938 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6939 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6940 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6941 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6942 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6943 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6944 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6945 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6946 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6947 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6948 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6949 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6950 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6951 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6952 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6953 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6954 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6955 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6956 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6957 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6958 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6959 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6960 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6961 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6962 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6963 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6964 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6965 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6966 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6967 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6968 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6969 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6970 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6971 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6972 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6973 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6974 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6975 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6976 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6977 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6978 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6979 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6980 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6981 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6982 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6983 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6984 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6985 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6986 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6987 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6988 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6989 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6990 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6991 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6992 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
6993 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6994 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6995 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6996 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6997 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6998 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6999 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7000 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7001 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7002 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7003 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7004 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7005 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7006 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7007 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7008 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7009 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7010 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7011 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
7012 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7013 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7014 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7015 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7016 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7017 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7018 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7019 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7020 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7021 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7022 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7023 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7024 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7025 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7026 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7027 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7028 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7029 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7030 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7031 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7032 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7033 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7034 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7035 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7036 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7037 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7038 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7039 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7040 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7041 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7042 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7043 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7044 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7045 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7046 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7047 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7048 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [])
7049 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7050 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7051 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7052 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7053 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7054 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7055 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7056 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7057 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7058 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7059 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7060 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7061 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7062 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7063 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7064 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7065 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7066 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7067 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7068 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7069 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7070 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7071 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7072 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7073 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7074 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7075 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7076 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7077 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7078 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [])
7079 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7080 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7081 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7082 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7083 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7084 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7085 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [])
7086 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7087 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7088 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7089 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7090 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7091 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
7092 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
7093 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7094 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7095 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [])
7096 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7097 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7098 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7099 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7100 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7101 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7102 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7103 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7104 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7105 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_LIB_STRIP
7106 m4trace:configure.ac:18: -1- AC_LIBTOOL_DLOPEN_SELF([])
7107 m4trace:configure.ac:18: -1- _LT_AC_CHECK_DLFCN
7108 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
7109 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7110 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
7111 m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
7112 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])
7113 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])
7114 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([])
7115 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [])
7116 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [])
7117 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [])
7118 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7119 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7120 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7121 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7122 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7123 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7124 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7125 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7126 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7127 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7128 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [])
7129 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [])
7130 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [])
7131 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [])
7132 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7133 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7134 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7135 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
7136 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
7137 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7138 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7139 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7140 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7141 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7142 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7143 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7144 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7145 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7146 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7147 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7148 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7149 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
7150 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7151 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7152 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7153 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7154 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7155 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7156 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7157 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7158 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
7159 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
7160 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [])
7161 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [])
7162 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [])
7163 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
7164 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
7165 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
7166 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
7167 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
7168 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
7169 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
7170 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
7171 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
7172 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
7173 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
7174 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [])
7175 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
7176 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [])
7177 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
7178 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [])
7179 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [])
7180 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [])
7181 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [])
7182 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
7183 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
7184 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
7185 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [])
7186 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
7187 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
7188 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
7189 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [])
7190 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
7191 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
7192 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
7193 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
7194 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
7195 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [])
7196 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
7197 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
7198 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [])
7199 m4trace:configure.ac:18: -1- _LT_AC_TAGCONFIG
7200 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
7201 You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
7202 ../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
7203 /usr/share/aclocal/libtool.m4:1721: _LT_AC_TAGCONFIG is expanded from...
7204 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7205 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7206 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7207 configure.ac:18: the top level])
7208 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:1721: _LT_AC_TAGCONFIG is expanded from...
7209 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7210 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7211 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7212 configure.ac:18: the top level])
7213 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:1721: _LT_AC_TAGCONFIG is expanded from...
7214 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
7215 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
7216 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
7217 configure.ac:18: the top level])
7218 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_CXX_CONFIG
7219 m4trace:configure.ac:18: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
7220 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
7221 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXFLAGS$])
7222 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
7223 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
7224 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7225 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXX$])
7226 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CXX$])
7227 m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CXX])
7228 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXDEPMODE$])
7229 m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCXX], [
7230   test "x$enable_dependency_tracking" != xno \
7231   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
7232 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
7233 m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
7234 m4trace:configure.ac:18: -1- _LT_AC_PROG_CXXCPP
7235 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXCPP$])
7236 m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
7237 m4trace:configure.ac:18: -1- m4_pattern_allow([^CXXCPP$])
7238 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7239 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7240 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7241 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7242 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7243 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7244 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7245 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7246 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7247 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7248 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7249 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7250 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7251 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7252 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7253 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7254 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7255 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7256 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7257 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7258 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
7259 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7260 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7261 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [CXX])
7262 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
7263 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
7264 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
7265 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
7266 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7267 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7268 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7269 m4trace:configure.ac:18: -1- AC_PROG_LD
7270 m4trace:configure.ac:18: -1- AC_PROG_LD_GNU
7271 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7272 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7273 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7274 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7275 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7276 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7277 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7278 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7279 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7280 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7281 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7282 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7283 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7284 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7285 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7286 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7287 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7288 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7289 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7290 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7291 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7292 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7293 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7294 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7295 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7296 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7297 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7298 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7299 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7300 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7301 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7302 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7303 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7304 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7305 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7306 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7307 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7308 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7309 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7310 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7311 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7312 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7313 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7314 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7315 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7316 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7317 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7318 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7319 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7320 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7321 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7322 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7323 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7324 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7325 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7326 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7327 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7328 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7329 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7330 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7331 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7332 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7333 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7334 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7335 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7336 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7337 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7338 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7339 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7340 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7341 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7342 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7343 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7344 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7345 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7346 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7347 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7348 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7349 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7350 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7351 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7352 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7353 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7354 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7355 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7356 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7357 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7358 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7359 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7360 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7361 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7362 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7363 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7364 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7365 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7366 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7367 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7368 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7369 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7370 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7371 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7372 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7373 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7374 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7375 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7376 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7377 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7378 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7379 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7380 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7381 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7382 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7383 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7384 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7385 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7386 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7387 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7388 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7389 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7390 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7391 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7392 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7393 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7394 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7395 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7396 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7397 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7398 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7399 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7400 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7401 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7402 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7403 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7404 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7405 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7406 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7407 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7408 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7409 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7410 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7411 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7412 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7413 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7414 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7415 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7416 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7417 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7418 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7419 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7420 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7421 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7422 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7423 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7424 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7425 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7426 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7427 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7428 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7429 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7430 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7431 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7432 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7433 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7434 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7435 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7436 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7437 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7438 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7439 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7440 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7441 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7442 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7443 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7444 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7445 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7446 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7447 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7448 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7449 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7450 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7451 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7452 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7453 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7454 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7455 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7456 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7457 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7458 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7459 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7460 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7461 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7462 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7463 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7464 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7465 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7466 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7467 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7468 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7469 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7470 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7471 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7472 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7473 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7474 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7475 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [CXX])
7476 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
7477 m4trace:configure.ac:18: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7478 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7479 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7480 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7481 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7482 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7483 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7484 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7485 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7486 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7487 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7488 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7489 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7490 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7491 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7492 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7493 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7494 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7495 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7496 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7497 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7498 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7499 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7500 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7501 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7502 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7503 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7504 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7505 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7506 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7507 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7508 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7509 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7510 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7511 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7512 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7513 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7514 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7515 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7516 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7517 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7518 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7519 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7520 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7521 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7522 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7523 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7524 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7525 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7526 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7527 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7528 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7529 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7530 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7531 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7532 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7533 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7534 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7535 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7536 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7537 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7538 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7539 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7540 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7541 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7542 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7543 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7544 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7545 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7546 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7547 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7548 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7549 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7550 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7551 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7552 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7553 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7554 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7555 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
7556      "" | " "*) ;;
7557      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7558      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7559      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7560 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7561 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7562 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7563 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7564 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7565 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7566 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7567 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7568 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7569 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7570 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7571 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7572 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7573 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7574 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7575 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7576 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7577 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7578 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7579 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7580 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7581 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7582 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7583 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7584 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7585 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7586 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7587 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7588 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7589 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7590 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7591 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7592 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7593 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7594 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7595 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7596 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7597 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7598 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7599 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7600 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7601 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7602 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7603 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7604 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7605 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7606 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7607 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7608 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
7609 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7610 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7611 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7612 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7613 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7614 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7615 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7616 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7617 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7618 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_LIB_STRIP
7619 m4trace:configure.ac:18: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
7620 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])
7621 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])
7622 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([CXX])
7623 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
7624 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [CXX])
7625 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
7626 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7627 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7628 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7629 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7630 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7631 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7632 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7633 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7634 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7635 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7636 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7637 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7638 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
7639 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7640 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7641 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7642 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7643 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7644 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7645 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7646 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7647 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7648 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7649 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7650 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7651 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7652 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7653 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7654 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7655 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7656 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7657 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7658 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7659 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7660 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7661 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7662 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7663 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7664 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7665 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7666 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7667 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7668 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [CXX])
7669 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [CXX])
7670 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [CXX])
7671 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7672 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7673 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7674 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7675 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7676 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7677 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7678 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7679 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7680 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7681 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7682 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7683 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7684 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7685 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7686 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7687 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7688 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [CXX])
7689 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7690 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7691 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7692 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7693 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7694 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7695 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7696 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7697 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7698 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7699 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7700 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7701 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7702 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7703 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7704 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7705 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7706 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7707 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_F77_CONFIG
7708 m4trace:configure.ac:18: -1- _LT_AC_LANG_F77_CONFIG([F77])
7709 m4trace:configure.ac:18: -1- m4_pattern_allow([^F77$])
7710 m4trace:configure.ac:18: -1- m4_pattern_allow([^FFLAGS$])
7711 m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
7712 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
7713 m4trace:configure.ac:18: -1- m4_pattern_allow([^F77$])
7714 m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_F77$])
7715 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7716 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7717 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7718 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7719 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7720 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7721 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7722 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7723 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7724 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7725 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7726 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7727 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7728 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7729 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7730 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7731 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7732 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7733 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [F77])
7734 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
7735 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
7736 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
7737 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
7738 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7739 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7740 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [F77])
7741 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
7742 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
7743 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7744 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7745 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7746 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7747 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7748 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7749 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7750 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7751 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7752 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7753 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7754 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7755 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7756 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7757 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7758 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7759 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7760 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7761 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7762 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7763 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7764 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7765 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7766 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7767 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7768 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7769 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7770 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7771 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7772 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7773 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7774 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7775 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7776 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7777 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7778 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7779 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7780 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7781 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7782 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7783 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7784 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7785 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7786 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7787 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7788 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7789 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7790 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7791 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7792 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7793 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7794 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7795 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7796 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7797 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7798 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7799 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7800 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7801 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
7802 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
7803      "" | " "*) ;;
7804      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
7805      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
7806      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
7807 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7808 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7809 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7810 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7811 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7812 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7813 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7814 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7815 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7816 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7817 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7818 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
7819 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7820 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7821 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7822 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7823 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7824 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7825 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7826 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
7827 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7828 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
7829 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7830 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7831 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7832 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7833 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7834 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7835 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7836 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7837 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7838 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7839 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7840 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7841 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7842 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7843 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7844 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7845 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7846 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7847 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7848 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7849 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7850 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7851 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7852 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
7853 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7854 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7855 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7856 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7857 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7858 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7859 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7860 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7861 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7862 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7863 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7864 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7865 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7866 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7867 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7868 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7869 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7870 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7871 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7872 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7873 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7874 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7875 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7876 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7877 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7878 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7879 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7880 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7881 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7882 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7883 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7884 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7885 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7886 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7887 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7888 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7889 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7890 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7891 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7892 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7893 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7894 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7895 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7896 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7897 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7898 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7899 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7900 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7901 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7902 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7903 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7904 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7905 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7906 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7907 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7908 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7909 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7910 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7911 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7912 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7913 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7914 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7915 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7916 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7917 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7918 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7919 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7920 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7921 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
7922 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7923 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7924 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7925 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7926 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7927 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7928 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7929 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7930 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7931 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7932 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7933 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7934 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7935 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7936 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7937 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7938 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7939 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
7940 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7941 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7942 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7943 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7944 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7945 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7946 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7947 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7948 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7949 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7950 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7951 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7952 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7953 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7954 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7955 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7956 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7957 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7958 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7959 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7960 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7961 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7962 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7963 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7964 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7965 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7966 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7967 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7968 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7969 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7970 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7971 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7972 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7973 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7974 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7975 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7976 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7977 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7978 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7979 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7980 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7981 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7982 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7983 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7984 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7985 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7986 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7987 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7988 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7989 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7990 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7991 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7992 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7993 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7994 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7995 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7996 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7997 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7998 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7999 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8000 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8001 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8002 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8003 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8004 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8005 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8006 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8007 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8008 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8009 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8010 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8011 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8012 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8013 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8014 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8015 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8016 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8017 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8018 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8019 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8020 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8021 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8022 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8023 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8024 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8025 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8026 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8027 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8028 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8029 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8030 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8031 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
8032 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8033 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8034 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8035 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8036 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8037 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8038 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8039 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8040 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8041 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8042 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8043 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8044 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8045 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8046 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8047 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8048 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8049 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8050 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8051 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8052 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8053 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8054 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8055 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8056 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8057 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8058 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8059 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8060 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8061 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8062 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8063 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8064 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8065 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8066 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8067 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8068 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
8069 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8070 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8071 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8072 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8073 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8074 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8075 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8076 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8077 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8078 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8079 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8080 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8081 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8082 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8083 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8084 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8085 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8086 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8087 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8088 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8089 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8090 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8091 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8092 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8093 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8094 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8095 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8096 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8097 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8098 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
8099 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8100 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8101 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8102 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8103 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8104 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8105 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
8106 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8107 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8108 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8109 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8110 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8111 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
8112 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
8113 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8114 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8115 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [F77])
8116 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8117 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8118 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8119 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8120 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8121 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8122 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8123 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8124 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8125 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_LIB_STRIP
8126 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([F77])
8127 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
8128 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [F77])
8129 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
8130 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8131 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8132 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8133 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8134 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8135 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8136 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8137 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8138 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8139 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8140 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8141 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8142 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [F77])
8143 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [F77])
8144 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8145 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8146 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8147 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
8148 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
8149 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8150 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8151 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8152 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8153 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8154 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8155 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8156 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8157 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8158 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8159 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8160 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8161 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8162 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8163 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8164 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8165 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [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([old_archive_from_expsyms_cmds], [F77])
8169 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8170 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
8171 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
8172 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [F77])
8173 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [F77])
8174 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [F77])
8175 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
8176 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
8177 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
8178 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
8179 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
8180 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
8181 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
8182 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
8183 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
8184 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
8185 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
8186 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
8187 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
8188 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [F77])
8189 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
8190 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [F77])
8191 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
8192 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [F77])
8193 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [F77])
8194 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
8195 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
8196 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
8197 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
8198 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
8199 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
8200 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
8201 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
8202 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
8203 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
8204 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
8205 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
8206 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
8207 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
8208 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
8209 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
8210 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
8211 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
8212 m4trace:configure.ac:18: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
8213 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8214 You should run autoupdate.], [../../lib/autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
8215 /usr/share/aclocal/libtool.m4:3890: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8216 /usr/share/aclocal/libtool.m4:3889: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8217 /usr/share/aclocal/libtool.m4:1721: _LT_AC_TAGCONFIG is expanded from...
8218 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8219 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8220 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8221 configure.ac:18: the top level])
8222 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [GCJ])
8223 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
8224 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
8225 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
8226 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8227 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8228 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8229 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8230 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
8231 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8232 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8233 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"])
8234 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8235 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8236 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
8237 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8238 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8239 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8240 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8241 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8242 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8243 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8244 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8245 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8246 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8247 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8248 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8249 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8250 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8251 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8252 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8253 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8254 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8255 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8256 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8257 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8258 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8259 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8260 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8261 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8262 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8263 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8264 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8265 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8266 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8267 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8268 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8269 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8270 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8271 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8272 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8273 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8274 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8275 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8276 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8277 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8278 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8279 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8280 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8281 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8282 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8283 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8284 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8285 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8286 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8287 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8288 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8289 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8290 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8291 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8292 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8293 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8294 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8295 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8296 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
8297      "" | " "*) ;;
8298      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8299      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8300      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8301 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8302 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8303 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8304 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8305 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8306 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8307 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8308 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8309 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8310 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8311 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8312 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8313 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8314 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8315 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8316 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8317 m4trace:configure.ac:18: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8318 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8319 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8320 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8321 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8322 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8323 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8324 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8325 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8326 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8327 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8328 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8329 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8330 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8331 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8332 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8333 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8334 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8335 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8336 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8337 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8338 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8339 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8340 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8341 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8342 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8343 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8344 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8345 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8346 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8347 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8348 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8349 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8350 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8351 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8352 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8353 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8354 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8355 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8356 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8357 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8358 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8359 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8360 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8361 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8362 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8363 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8364 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8365 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8366 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8367 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8368 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8369 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8370 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8371 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8372 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8373 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8374 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8375 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8376 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8377 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8378 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8379 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8380 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8381 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8382 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8383 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8384 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8385 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8386 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8387 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8388 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8389 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8390 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8391 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8392 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8393 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8394 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8395 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8396 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8397 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8398 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8399 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8400 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8401 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8402 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8403 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8404 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8405 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8406 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8407 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8408 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8409 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8410 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8411 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8412 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8413 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8414 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8415 m4trace:configure.ac:18: -1- _LT_AC_SYS_LIBPATH_AIX
8416 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8417 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8418 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8419 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8420 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8421 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8422 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8423 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8424 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8425 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8426 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8427 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8428 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8429 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8430 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8431 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8432 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8433 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8434 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8435 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8436 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8437 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8438 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8439 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8440 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8441 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8442 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8443 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8444 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8445 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8446 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8447 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8448 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8449 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8450 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8451 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8452 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8453 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8454 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8455 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8456 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8457 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8458 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8459 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8460 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8461 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8462 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8463 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8464 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8465 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8466 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8467 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8468 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8469 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8470 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8471 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8472 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8473 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8474 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8475 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8476 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8477 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8478 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8479 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8480 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8481 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8482 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8483 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8484 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8485 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8486 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8487 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8488 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8489 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8490 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8491 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8492 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8493 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8494 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8495 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8496 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8497 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8498 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8499 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8500 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8501 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8502 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8503 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8504 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8505 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8506 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8507 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8508 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8509 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8510 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8511 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8512 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8513 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8514 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8515 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8516 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8517 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8518 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8519 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8520 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8521 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8522 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8523 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8524 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8525 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8526 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8527 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8528 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8529 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8530 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8531 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8532 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8533 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8534 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8535 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8536 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8537 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8538 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8539 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8540 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8541 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8542 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8543 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8544 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8545 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8546 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8547 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8548 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8549 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8550 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8551 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8552 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8553 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8554 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8555 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8556 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8557 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8558 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8559 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8560 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8561 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8562 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8563 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8564 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8565 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8566 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8567 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8568 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8569 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8570 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8571 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8572 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8573 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8574 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8575 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8576 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8577 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8578 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8579 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8580 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8581 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8582 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8583 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8584 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8585 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8586 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8587 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8588 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8589 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8590 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8591 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8592 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8593 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8594 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8595 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8596 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8597 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8598 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8599 m4trace:configure.ac:18: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8600 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8601 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8602 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8603 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8604 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8605 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8606 m4trace:configure.ac:18: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8607 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8608 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8609 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
8610 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8611 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8612 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8613 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8614 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8615 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8616 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8617 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8618 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8619 m4trace:configure.ac:18: -1- AC_LIBTOOL_SYS_LIB_STRIP
8620 m4trace:configure.ac:18: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
8621 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])
8622 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])
8623 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([GCJ])
8624 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8625 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [GCJ])
8626 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [GCJ])
8627 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8628 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8629 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8630 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8631 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8632 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8633 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8634 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8635 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8636 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8637 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8638 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8639 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8640 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8641 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8642 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8643 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8644 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8645 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8646 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8647 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8648 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8649 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8650 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8651 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8652 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8653 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8654 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8655 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8656 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8657 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8658 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8659 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8660 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8661 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8662 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8663 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8664 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8665 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8666 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8667 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8668 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8669 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8670 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [GCJ])
8671 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [GCJ])
8672 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8673 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8674 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8675 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8676 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8677 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8678 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8679 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8680 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8681 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8682 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8683 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8684 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8685 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8686 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8687 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8688 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8689 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8690 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8691 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8692 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8693 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8694 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8695 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8696 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8697 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8698 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8699 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8700 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8701 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8702 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8703 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8704 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8705 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8706 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8707 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8708 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8709 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
8710 /usr/share/aclocal/libtool.m4:3890: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8711 /usr/share/aclocal/libtool.m4:3889: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8712 /usr/share/aclocal/libtool.m4:1721: _LT_AC_TAGCONFIG is expanded from...
8713 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8714 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8715 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8716 configure.ac:18: the top level])
8717 m4trace:configure.ac:18: -1- AC_LIBTOOL_LANG_RC_CONFIG
8718 m4trace:configure.ac:18: -1- _LT_AC_LANG_RC_CONFIG([RC])
8719 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8720 You should run autoupdate.], [../../lib/autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
8721 /usr/share/aclocal/libtool.m4:3952: _LT_AC_LANG_RC_CONFIG is expanded from...
8722 /usr/share/aclocal/libtool.m4:3951: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8723 /usr/share/aclocal/libtool.m4:1721: _LT_AC_TAGCONFIG is expanded from...
8724 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8725 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8726 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8727 configure.ac:18: the top level])
8728 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([objext], [RC])
8729 m4trace:configure.ac:18: -1- _LT_AC_SYS_COMPILER
8730 m4trace:configure.ac:18: -1- _LT_COMPILER_BOILERPLATE
8731 m4trace:configure.ac:18: -1- _LT_LINKER_BOILERPLATE
8732 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
8733 m4trace:configure.ac:18: -1- _LT_CC_BASENAME([$compiler])
8734 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8735 m4trace:configure.ac:18: -1- AC_LIBTOOL_CONFIG([RC])
8736 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
8737 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([CC], [RC])
8738 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [RC])
8739 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8740 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8741 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8742 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8743 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8744 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8745 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8746 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8747 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8748 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8749 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8750 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8751 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [RC])
8752 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [RC])
8753 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8754 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8755 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8756 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
8757 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
8758 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8759 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8760 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8761 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8762 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8763 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8764 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8765 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8766 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8767 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8768 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8769 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8770 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8771 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8772 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8773 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8774 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8775 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8776 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8777 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8778 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8779 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
8780 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8781 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler], [RC])
8782 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([GCC], [RC])
8783 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([LD], [RC])
8784 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8785 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8786 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8787 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8788 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8789 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8790 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8791 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8792 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8793 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8794 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8795 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8796 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8797 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8798 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8799 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8800 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8801 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([predeps], [RC])
8802 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([postdeps], [RC])
8803 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8804 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8805 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8806 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
8807 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8808 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8809 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8810 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
8811 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
8812 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
8813 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8814 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
8815 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
8816 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
8817 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8818 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8819 m4trace:configure.ac:18: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8820 m4trace:configure.ac:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8821 You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
8822 /usr/share/aclocal/libtool.m4:3952: _LT_AC_LANG_RC_CONFIG is expanded from...
8823 /usr/share/aclocal/libtool.m4:3951: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8824 /usr/share/aclocal/libtool.m4:1721: _LT_AC_TAGCONFIG is expanded from...
8825 /usr/share/aclocal/libtool.m4:80: AC_LIBTOOL_SETUP is expanded from...
8826 /usr/share/aclocal/libtool.m4:60: _AC_PROG_LIBTOOL is expanded from...
8827 /usr/share/aclocal/libtool.m4:25: AC_PROG_LIBTOOL is expanded from...
8828 configure.ac:18: the top level])
8829 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBTOOL$])
8830 m4trace:configure.ac:18: -1- AC_LIBTOOL_CXX
8831 m4trace:configure.ac:18: -1- _LT_AC_LANG_CXX
8832 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8833 m4trace:configure.ac:18: -1- AC_LIBTOOL_F77
8834 m4trace:configure.ac:18: -1- _LT_AC_LANG_F77
8835 m4trace:configure.ac:18: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8836 m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
8837 m4trace:configure.ac:25: -1- m4_pattern_allow([^PIDGIN_MIN$])
8838 m4trace:configure.ac:26: -1- m4_pattern_allow([^PIDGIN_MAX$])
8839 m4trace:configure.ac:45: -1- m4_pattern_allow([^DEBUG$])
8840 m4trace:configure.ac:49: -1- PKG_CHECK_MODULES([libpurple], [pidgin >= pidgin_version_max], [
8841         AC_DEFINE(HAVE_PIDGIN, 1, [Define if we've found pidgin.])
8843 m4trace:configure.ac:49: -1- PKG_PROG_PKG_CONFIG
8844 m4trace:configure.ac:49: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
8845 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
8846 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG$])
8847 m4trace:configure.ac:49: -1- m4_pattern_allow([^PKG_CONFIG$])
8848 m4trace:configure.ac:49: -1- m4_pattern_allow([^libpurple_CFLAGS$])
8849 m4trace:configure.ac:49: -1- m4_pattern_allow([^libpurple_LIBS$])
8850 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])
8851 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])
8852 m4trace:configure.ac:49: -1- _PKG_SHORT_ERRORS_SUPPORTED
8853 m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_PIDGIN$])
8854 m4trace:configure.ac:58: -1- m4_pattern_allow([^PIDGIN_CFLAGS$])
8855 m4trace:configure.ac:59: -1- m4_pattern_allow([^PIDGIN_LIBS$])
8856 m4trace:configure.ac:62: -1- m4_pattern_allow([^HAVE_LIBRESOLV$])
8857 m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AC_ERROR' is obsolete.
8858 You should run autoupdate.], [../../lib/autoconf/oldnames.m4:55: AC_ERROR is expanded from...
8859 ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
8860 ../../lib/autoconf/libs.m4:139: AC_CHECK_LIB is expanded from...
8861 ../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
8862 ../../lib/autoconf/functions.m4:75: AC_CHECK_FUNC is expanded from...
8863 configure.ac:62: the top level])
8864 m4trace:configure.ac:66: -1- m4_pattern_allow([^SIPE_LIBA$])
8865 m4trace:configure.ac:72: -1- AM_CONDITIONAL([SIPE_STATIC], [test $sipe_static = yes])
8866 m4trace:configure.ac:72: -1- m4_pattern_allow([^SIPE_STATIC_TRUE$])
8867 m4trace:configure.ac:72: -1- m4_pattern_allow([^SIPE_STATIC_FALSE$])
8868 m4trace:configure.ac:85: -1- m4_pattern_allow([^LIB@&t@OBJS$])
8869 m4trace:configure.ac:85: -1- m4_pattern_allow([^LTLIBOBJS$])
8870 m4trace:configure.ac:85: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS