Release tarball for barry-0.4
[barry.git] / autom4te.cache / traces.0
blob31e5b1560df35786d32ac7179fdc5d95c926dd11
1 m4trace:/usr/share/aclocal/libtool.m4:71: -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:91: -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:233: -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 s/^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 M$VC,
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 # Only perform the check for file, if the check method requires it
154 case $deplibs_check_method in
155 file_magic*)
156   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
157     AC_PATH_MAGIC
158   fi
159   ;;
160 esac
162 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
163 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
164 enable_win32_dll=yes, enable_win32_dll=no)
166 AC_ARG_ENABLE([libtool-lock],
167     [AC_HELP_STRING([--disable-libtool-lock],
168         [avoid locking (might break parallel builds)])])
169 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
171 AC_ARG_WITH([pic],
172     [AC_HELP_STRING([--with-pic],
173         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
174     [pic_mode="$withval"],
175     [pic_mode=default])
176 test -z "$pic_mode" && pic_mode=default
178 # Use C for the default configuration in the libtool script
179 tagname=
180 AC_LIBTOOL_LANG_C_CONFIG
181 _LT_AC_TAGCONFIG
183 m4trace:/usr/share/aclocal/libtool.m4:246: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
185 # If no C compiler was specified, use CC.
186 LTCC=${LTCC-"$CC"}
188 # Allow CC to be a program name with arguments.
189 compiler=$CC
191 m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
192 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
194 # Check for a 64-bit object if we didn't find anything.
195 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; }
196 }'`; fi],[])
197 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
199 m4trace:/usr/share/aclocal/libtool.m4:276: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
200              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
201          [AC_DIVERT_PUSH(NOTICE)])
203 AC_DIVERT_POP
205 m4trace:/usr/share/aclocal/libtool.m4:432: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
206 # Check that we are running under the correct shell.
207 SHELL=${CONFIG_SHELL-/bin/sh}
209 case X$ECHO in
210 X*--fallback-echo)
211   # Remove one level of quotation (which was required for Make).
212   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
213   ;;
214 esac
216 echo=${ECHO-echo}
217 if test "X[$]1" = X--no-reexec; then
218   # Discard the --no-reexec flag, and continue.
219   shift
220 elif test "X[$]1" = X--fallback-echo; then
221   # Avoid inline document here, it may be left over
222   :
223 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
224   # Yippee, $echo works!
225   :
226 else
227   # Restart under the correct shell.
228   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
231 if test "X[$]1" = X--fallback-echo; then
232   # used as fallback echo
233   shift
234   cat <<EOF
235 [$]*
237   exit 0
240 # The HP-UX ksh and POSIX shell print the target directory to stdout
241 # if CDPATH is set.
242 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
244 if test -z "$ECHO"; then
245 if test "X${echo_test_string+set}" != Xset; then
246 # find a string as large as possible, as long as the shell can cope with it
247   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
248     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
249     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
250        echo_test_string="`eval $cmd`" &&
251        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
252     then
253       break
254     fi
255   done
258 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
259    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
260    test "X$echo_testing_string" = "X$echo_test_string"; then
261   :
262 else
263   # The Solaris, AIX, and Digital Unix default echo programs unquote
264   # backslashes.  This makes it impossible to quote backslashes using
265   #   echo "$something" | sed 's/\\/\\\\/g'
266   #
267   # So, first we look for a working echo in the user's PATH.
269   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
270   for dir in $PATH /usr/ucb; do
271     IFS="$lt_save_ifs"
272     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
273        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
274        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
275        test "X$echo_testing_string" = "X$echo_test_string"; then
276       echo="$dir/echo"
277       break
278     fi
279   done
280   IFS="$lt_save_ifs"
282   if test "X$echo" = Xecho; then
283     # We didn't find a better echo, so look for alternatives.
284     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
285        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
286        test "X$echo_testing_string" = "X$echo_test_string"; then
287       # This shell has a builtin print -r that does the trick.
288       echo='print -r'
289     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
290          test "X$CONFIG_SHELL" != X/bin/ksh; then
291       # If we have ksh, try running configure again with it.
292       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
293       export ORIGINAL_CONFIG_SHELL
294       CONFIG_SHELL=/bin/ksh
295       export CONFIG_SHELL
296       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
297     else
298       # Try using printf.
299       echo='printf %s\n'
300       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
301          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
302          test "X$echo_testing_string" = "X$echo_test_string"; then
303         # Cool, printf works
304         :
305       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
306            test "X$echo_testing_string" = 'X\t' &&
307            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
308            test "X$echo_testing_string" = "X$echo_test_string"; then
309         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
310         export CONFIG_SHELL
311         SHELL="$CONFIG_SHELL"
312         export SHELL
313         echo="$CONFIG_SHELL [$]0 --fallback-echo"
314       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
315            test "X$echo_testing_string" = 'X\t' &&
316            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
317            test "X$echo_testing_string" = "X$echo_test_string"; then
318         echo="$CONFIG_SHELL [$]0 --fallback-echo"
319       else
320         # maybe with a smaller string...
321         prev=:
323         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
324           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
325           then
326             break
327           fi
328           prev="$cmd"
329         done
331         if test "$prev" != 'sed 50q "[$]0"'; then
332           echo_test_string=`eval $prev`
333           export echo_test_string
334           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
335         else
336           # Oops.  We lost completely, so just stick with echo.
337           echo=echo
338         fi
339       fi
340     fi
341   fi
345 # Copy echo and quote the copy suitably for passing to libtool from
346 # the Makefile, instead of quoting the original, which is used later.
347 ECHO=$echo
348 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
349    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
352 AC_SUBST(ECHO)
353 ])])
354 m4trace:/usr/share/aclocal/libtool.m4:560: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
355     [AC_HELP_STRING([--disable-libtool-lock],
356         [avoid locking (might break parallel builds)])])
357 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
359 # Some flags need to be propagated to the compiler or linker for good
360 # libtool support.
361 case $host in
362 ia64-*-hpux*)
363   # Find out which ABI we are using.
364   echo 'int i;' > conftest.$ac_ext
365   if AC_TRY_EVAL(ac_compile); then
366     case `/usr/bin/file conftest.$ac_objext` in
367     *ELF-32*)
368       HPUX_IA64_MODE="32"
369       ;;
370     *ELF-64*)
371       HPUX_IA64_MODE="64"
372       ;;
373     esac
374   fi
375   rm -rf conftest*
376   ;;
377 *-*-irix6*)
378   # Find out which ABI we are using.
379   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
380   if AC_TRY_EVAL(ac_compile); then
381    if test "$lt_cv_prog_gnu_ld" = yes; then
382     case `/usr/bin/file conftest.$ac_objext` in
383     *32-bit*)
384       LD="${LD-ld} -melf32bsmip"
385       ;;
386     *N32*)
387       LD="${LD-ld} -melf32bmipn32"
388       ;;
389     *64-bit*)
390       LD="${LD-ld} -melf64bmip"
391       ;;
392     esac
393    else
394     case `/usr/bin/file conftest.$ac_objext` in
395     *32-bit*)
396       LD="${LD-ld} -32"
397       ;;
398     *N32*)
399       LD="${LD-ld} -n32"
400       ;;
401     *64-bit*)
402       LD="${LD-ld} -64"
403       ;;
404     esac
405    fi
406   fi
407   rm -rf conftest*
408   ;;
410 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
411   # Find out which ABI we are using.
412   echo 'int i;' > conftest.$ac_ext
413   if AC_TRY_EVAL(ac_compile); then
414     case "`/usr/bin/file conftest.o`" in
415     *32-bit*)
416       case $host in
417         x86_64-*linux*)
418           LD="${LD-ld} -m elf_i386"
419           ;;
420         ppc64-*linux*|powerpc64-*linux*)
421           LD="${LD-ld} -m elf32ppclinux"
422           ;;
423         s390x-*linux*)
424           LD="${LD-ld} -m elf_s390"
425           ;;
426         sparc64-*linux*)
427           LD="${LD-ld} -m elf32_sparc"
428           ;;
429       esac
430       ;;
431     *64-bit*)
432       case $host in
433         x86_64-*linux*)
434           LD="${LD-ld} -m elf_x86_64"
435           ;;
436         ppc*-*linux*|powerpc*-*linux*)
437           LD="${LD-ld} -m elf64ppc"
438           ;;
439         s390*-*linux*)
440           LD="${LD-ld} -m elf64_s390"
441           ;;
442         sparc*-*linux*)
443           LD="${LD-ld} -m elf64_sparc"
444           ;;
445       esac
446       ;;
447     esac
448   fi
449   rm -rf conftest*
450   ;;
452 *-*-sco3.2v5*)
453   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
454   SAVE_CFLAGS="$CFLAGS"
455   CFLAGS="$CFLAGS -belf"
456   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
457     [AC_LANG_PUSH(C)
458      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
459      AC_LANG_POP])
460   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
461     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
462     CFLAGS="$SAVE_CFLAGS"
463   fi
464   ;;
465 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
466 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
467   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
468   AC_CHECK_TOOL(AS, as, false)
469   AC_CHECK_TOOL(OBJDUMP, objdump, false)
470   ;;
471   ])
472 esac
474 need_locks="$enable_libtool_lock"
477 m4trace:/usr/share/aclocal/libtool.m4:603: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
478 AC_CACHE_CHECK([$1], [$2],
479   [$2=no
480   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
481    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
482    lt_compiler_flag="$3"
483    # Insert the option either (1) after the last *FLAGS variable, or
484    # (2) before a word containing "conftest.", or (3) at the end.
485    # Note that $ac_compile itself does not contain backslashes and begins
486    # with a dollar sign (not a hyphen), so the echo should work correctly.
487    # The option is referenced via a variable to avoid confusing sed.
488    lt_compile=`echo "$ac_compile" | $SED \
489    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
490    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
491    -e 's:$: $lt_compiler_flag:'`
492    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
493    (eval "$lt_compile" 2>conftest.err)
494    ac_status=$?
495    cat conftest.err >&AS_MESSAGE_LOG_FD
496    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
497    if (exit $ac_status) && test -s "$ac_outfile"; then
498      # The compiler can only warn and ignore the option if not recognized
499      # So say no if there are warnings
500      if test ! -s conftest.err; then
501        $2=yes
502      fi
503    fi
504    $rm conftest*
507 if test x"[$]$2" = xyes; then
508     ifelse([$5], , :, [$5])
509 else
510     ifelse([$6], , :, [$6])
513 m4trace:/usr/share/aclocal/libtool.m4:635: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
514   [$2=no
515    save_LDFLAGS="$LDFLAGS"
516    LDFLAGS="$LDFLAGS $3"
517    printf "$lt_simple_link_test_code" > conftest.$ac_ext
518    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
519      # The compiler can only warn and ignore the option if not recognized
520      # So say no if there are warnings
521      if test -s conftest.err; then
522        # Append any errors to the config.log.
523        cat conftest.err 1>&AS_MESSAGE_LOG_FD
524      else
525        $2=yes
526      fi
527    fi
528    $rm conftest*
529    LDFLAGS="$save_LDFLAGS"
532 if test x"[$]$2" = xyes; then
533     ifelse([$4], , :, [$4])
534 else
535     ifelse([$5], , :, [$5])
538 m4trace:/usr/share/aclocal/libtool.m4:706: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
539 AC_MSG_CHECKING([the maximum length of command line arguments])
540 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
541   i=0
542   teststring="ABCD"
544   case $build_os in
545   msdosdjgpp*)
546     # On DJGPP, this test can blow up pretty badly due to problems in libc
547     # (any single argument exceeding 2000 bytes causes a buffer overrun
548     # during glob expansion).  Even if it were fixed, the result of this
549     # check would be larger than it should be.
550     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
551     ;;
553   gnu*)
554     # Under GNU Hurd, this test is not required because there is
555     # no limit to the length of command line arguments.
556     # Libtool will interpret -1 as no limit whatsoever
557     lt_cv_sys_max_cmd_len=-1;
558     ;;
560   cygwin* | mingw*)
561     # On Win9x/ME, this test blows up -- it succeeds, but takes
562     # about 5 minutes as the teststring grows exponentially.
563     # Worse, since 9x/ME are not pre-emptively multitasking,
564     # you end up with a "frozen" computer, even though with patience
565     # the test eventually succeeds (with a max line length of 256k).
566     # Instead, let's just punt: use the minimum linelength reported by
567     # all of the supported platforms: 8192 (on NT/2K/XP).
568     lt_cv_sys_max_cmd_len=8192;
569     ;;
571   amigaos*)
572     # On AmigaOS with pdksh, this test takes hours, literally.
573     # So we just punt and use a minimum line length of 8192.
574     lt_cv_sys_max_cmd_len=8192;
575     ;;
577  *)
578     # If test is not a shell built-in, we'll probably end up computing a
579     # maximum length that is only half of the actual maximum length, but
580     # we can't tell.
581     while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
582                = "XX$teststring") >/dev/null 2>&1 &&
583             new_result=`expr "X$teststring" : ".*" 2>&1` &&
584             lt_cv_sys_max_cmd_len=$new_result &&
585             test $i != 17 # 1/2 MB should be enough
586     do
587       i=`expr $i + 1`
588       teststring=$teststring$teststring
589     done
590     teststring=
591     # Add a significant safety factor because C++ compilers can tack on massive
592     # amounts of additional arguments before passing them to the linker.
593     # It appears as though 1/2 is a usable value.
594     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
595     ;;
596   esac
598 if test -n $lt_cv_sys_max_cmd_len ; then
599   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
600 else
601   AC_MSG_RESULT(none)
604 m4trace:/usr/share/aclocal/libtool.m4:713: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
606 m4trace:/usr/share/aclocal/libtool.m4:802: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
607 if test "$cross_compiling" = yes; then :
608   [$4]
609 else
610   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
611   lt_status=$lt_dlunknown
612   cat > conftest.$ac_ext <<EOF
613 [#line __oline__ "configure"
614 #include "confdefs.h"
616 #if HAVE_DLFCN_H
617 #include <dlfcn.h>
618 #endif
620 #include <stdio.h>
622 #ifdef RTLD_GLOBAL
623 #  define LT_DLGLOBAL           RTLD_GLOBAL
624 #else
625 #  ifdef DL_GLOBAL
626 #    define LT_DLGLOBAL         DL_GLOBAL
627 #  else
628 #    define LT_DLGLOBAL         0
629 #  endif
630 #endif
632 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
633    find out it does not work in some platform. */
634 #ifndef LT_DLLAZY_OR_NOW
635 #  ifdef RTLD_LAZY
636 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
637 #  else
638 #    ifdef DL_LAZY
639 #      define LT_DLLAZY_OR_NOW          DL_LAZY
640 #    else
641 #      ifdef RTLD_NOW
642 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
643 #      else
644 #        ifdef DL_NOW
645 #          define LT_DLLAZY_OR_NOW      DL_NOW
646 #        else
647 #          define LT_DLLAZY_OR_NOW      0
648 #        endif
649 #      endif
650 #    endif
651 #  endif
652 #endif
654 #ifdef __cplusplus
655 extern "C" void exit (int);
656 #endif
658 void fnord() { int i=42;}
659 int main ()
661   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
662   int status = $lt_dlunknown;
664   if (self)
665     {
666       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
667       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
668       /* dlclose (self); */
669     }
671     exit (status);
674   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
675     (./conftest; exit; ) 2>/dev/null
676     lt_status=$?
677     case x$lt_status in
678       x$lt_dlno_uscore) $1 ;;
679       x$lt_dlneed_uscore) $2 ;;
680       x$lt_unknown|x*) $3 ;;
681     esac
682   else :
683     # compilation failed
684     $3
685   fi
687 rm -fr conftest*
689 m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
690 if test "x$enable_dlopen" != xyes; then
691   enable_dlopen=unknown
692   enable_dlopen_self=unknown
693   enable_dlopen_self_static=unknown
694 else
695   lt_cv_dlopen=no
696   lt_cv_dlopen_libs=
698   case $host_os in
699   beos*)
700     lt_cv_dlopen="load_add_on"
701     lt_cv_dlopen_libs=
702     lt_cv_dlopen_self=yes
703     ;;
705   mingw* | pw32*)
706     lt_cv_dlopen="LoadLibrary"
707     lt_cv_dlopen_libs=
708    ;;
710   cygwin*)
711     lt_cv_dlopen="dlopen"
712     lt_cv_dlopen_libs=
713    ;;
715   darwin*)
716   # if libdl is installed we need to link against it
717     AC_CHECK_LIB([dl], [dlopen],
718                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
719     lt_cv_dlopen="dyld"
720     lt_cv_dlopen_libs=
721     lt_cv_dlopen_self=yes
722     ])
723    ;;
725   *)
726     AC_CHECK_FUNC([shl_load],
727           [lt_cv_dlopen="shl_load"],
728       [AC_CHECK_LIB([dld], [shl_load],
729             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
730         [AC_CHECK_FUNC([dlopen],
731               [lt_cv_dlopen="dlopen"],
732           [AC_CHECK_LIB([dl], [dlopen],
733                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
734             [AC_CHECK_LIB([svld], [dlopen],
735                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
736               [AC_CHECK_LIB([dld], [dld_link],
737                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
738               ])
739             ])
740           ])
741         ])
742       ])
743     ;;
744   esac
746   if test "x$lt_cv_dlopen" != xno; then
747     enable_dlopen=yes
748   else
749     enable_dlopen=no
750   fi
752   case $lt_cv_dlopen in
753   dlopen)
754     save_CPPFLAGS="$CPPFLAGS"
755     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
757     save_LDFLAGS="$LDFLAGS"
758     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
760     save_LIBS="$LIBS"
761     LIBS="$lt_cv_dlopen_libs $LIBS"
763     AC_CACHE_CHECK([whether a program can dlopen itself],
764           lt_cv_dlopen_self, [dnl
765           _LT_AC_TRY_DLOPEN_SELF(
766             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
767             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
768     ])
770     if test "x$lt_cv_dlopen_self" = xyes; then
771       LDFLAGS="$LDFLAGS $link_static_flag"
772       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
773           lt_cv_dlopen_self_static, [dnl
774           _LT_AC_TRY_DLOPEN_SELF(
775             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
776             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
777       ])
778     fi
780     CPPFLAGS="$save_CPPFLAGS"
781     LDFLAGS="$save_LDFLAGS"
782     LIBS="$save_LIBS"
783     ;;
784   esac
786   case $lt_cv_dlopen_self in
787   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
788   *) enable_dlopen_self=unknown ;;
789   esac
791   case $lt_cv_dlopen_self_static in
792   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
793   *) enable_dlopen_self_static=unknown ;;
794   esac
797 m4trace:/usr/share/aclocal/libtool.m4:964: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
798 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
799   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
800   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
801    $rm -r conftest 2>/dev/null
802    mkdir conftest
803    cd conftest
804    mkdir out
805    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
807    lt_compiler_flag="-o out/conftest2.$ac_objext"
808    # Insert the option either (1) after the last *FLAGS variable, or
809    # (2) before a word containing "conftest.", or (3) at the end.
810    # Note that $ac_compile itself does not contain backslashes and begins
811    # with a dollar sign (not a hyphen), so the echo should work correctly.
812    lt_compile=`echo "$ac_compile" | $SED \
813    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
814    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
815    -e 's:$: $lt_compiler_flag:'`
816    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
817    (eval "$lt_compile" 2>out/conftest.err)
818    ac_status=$?
819    cat out/conftest.err >&AS_MESSAGE_LOG_FD
820    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
821    if (exit $ac_status) && test -s out/conftest2.$ac_objext
822    then
823      # The compiler can only warn and ignore the option if not recognized
824      # So say no if there are warnings
825      if test ! -s out/conftest.err; then
826        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
827      fi
828    fi
829    chmod u+w .
830    $rm conftest*
831    # SGI C++ compiler will create directory out/ii_files/ for
832    # template instantiation
833    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
834    $rm out/* && rmdir out
835    cd ..
836    rmdir conftest
837    $rm conftest*
840 m4trace:/usr/share/aclocal/libtool.m4:991: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
842 hard_links="nottested"
843 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
844   # do not overwrite the value of need_locks provided by the user
845   AC_MSG_CHECKING([if we can lock with hard links])
846   hard_links=yes
847   $rm conftest*
848   ln conftest.a conftest.b 2>/dev/null && hard_links=no
849   touch conftest.a
850   ln conftest.a conftest.b 2>&5 || hard_links=no
851   ln conftest.a conftest.b 2>/dev/null && hard_links=no
852   AC_MSG_RESULT([$hard_links])
853   if test "$hard_links" = no; then
854     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
855     need_locks=warn
856   fi
857 else
858   need_locks=no
861 m4trace:/usr/share/aclocal/libtool.m4:1008: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
862 [rm -f .libs 2>/dev/null
863 mkdir .libs 2>/dev/null
864 if test -d .libs; then
865   lt_cv_objdir=.libs
866 else
867   # MS-DOS does not allow filenames that begin with a dot.
868   lt_cv_objdir=_libs
870 rmdir .libs 2>/dev/null])
871 objdir=$lt_cv_objdir
873 m4trace:/usr/share/aclocal/libtool.m4:1049: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
874 _LT_AC_TAGVAR(hardcode_action, $1)=
875 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
876    test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
877    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
879   # We can hardcode non-existant directories.
880   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
881      # If the only mechanism to avoid hardcoding is shlibpath_var, we
882      # have to relink, otherwise we might link with an installed library
883      # when we should be linking with a yet-to-be-installed one
884      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
885      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
886     # Linking always hardcodes the temporary library directory.
887     _LT_AC_TAGVAR(hardcode_action, $1)=relink
888   else
889     # We can link without hardcoding, and we can hardcode nonexisting dirs.
890     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
891   fi
892 else
893   # We cannot hardcode anything, or else we can only hardcode existing
894   # directories.
895   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
897 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
899 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
900   # Fast installation is not supported
901   enable_fast_install=no
902 elif test "$shlibpath_overrides_runpath" = yes ||
903      test "$enable_shared" = no; then
904   # Fast installation is not necessary
905   enable_fast_install=needless
908 m4trace:/usr/share/aclocal/libtool.m4:1078: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
909 old_striplib=
910 AC_MSG_CHECKING([whether stripping libraries is possible])
911 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
912   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
913   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
914   AC_MSG_RESULT([yes])
915 else
916 # FIXME - insert some real tests, host_os isn't really good enough
917   case $host_os in
918    darwin*)
919        if test -n "$STRIP" ; then
920          striplib="$STRIP -x"
921          AC_MSG_RESULT([yes])
922        else
923   AC_MSG_RESULT([no])
925        ;;
926    *)
927   AC_MSG_RESULT([no])
928     ;;
929   esac
932 m4trace:/usr/share/aclocal/libtool.m4:1638: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
933 library_names_spec=
934 libname_spec='lib$name'
935 soname_spec=
936 shrext_cmds=".so"
937 postinstall_cmds=
938 postuninstall_cmds=
939 finish_cmds=
940 finish_eval=
941 shlibpath_var=
942 shlibpath_overrides_runpath=unknown
943 version_type=none
944 dynamic_linker="$host_os ld.so"
945 sys_lib_dlsearch_path_spec="/lib /usr/lib"
946 if test "$GCC" = yes; then
947   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
948   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
949     # if the path contains ";" then we assume it to be the separator
950     # otherwise default to the standard path separator (i.e. ":") - it is
951     # assumed that no part of a normal pathname contains ";" but that should
952     # okay in the real world where ";" in dirpaths is itself problematic.
953     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
954   else
955     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
956   fi
957 else
958   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
960 need_lib_prefix=unknown
961 hardcode_into_libs=no
963 # when you set need_version to no, make sure it does not cause -set_version
964 # flags to be left without arguments
965 need_version=unknown
967 case $host_os in
968 aix3*)
969   version_type=linux
970   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
971   shlibpath_var=LIBPATH
973   # AIX 3 has no versioning support, so we append a major version to the name.
974   soname_spec='${libname}${release}${shared_ext}$major'
975   ;;
977 aix4* | aix5*)
978   version_type=linux
979   need_lib_prefix=no
980   need_version=no
981   hardcode_into_libs=yes
982   if test "$host_cpu" = ia64; then
983     # AIX 5 supports IA64
984     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
985     shlibpath_var=LD_LIBRARY_PATH
986   else
987     # With GCC up to 2.95.x, collect2 would create an import file
988     # for dependence libraries.  The import file would start with
989     # the line `#! .'.  This would cause the generated library to
990     # depend on `.', always an invalid library.  This was fixed in
991     # development snapshots of GCC prior to 3.0.
992     case $host_os in
993       aix4 | aix4.[[01]] | aix4.[[01]].*)
994       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
995            echo ' yes '
996            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
997         :
998       else
999         can_build_shared=no
1000       fi
1001       ;;
1002     esac
1003     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1004     # soname into executable. Probably we can add versioning support to
1005     # collect2, so additional links can be useful in future.
1006     if test "$aix_use_runtimelinking" = yes; then
1007       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1008       # instead of lib<name>.a to let people know that these are not
1009       # typical AIX shared libraries.
1010       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1011     else
1012       # We preserve .a as extension for shared libraries through AIX4.2
1013       # and later when we are not doing run time linking.
1014       library_names_spec='${libname}${release}.a $libname.a'
1015       soname_spec='${libname}${release}${shared_ext}$major'
1016     fi
1017     shlibpath_var=LIBPATH
1018   fi
1019   ;;
1021 amigaos*)
1022   library_names_spec='$libname.ixlibrary $libname.a'
1023   # Create ${libname}_ixlibrary.a entries in /sys/libs.
1024   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'
1025   ;;
1027 beos*)
1028   library_names_spec='${libname}${shared_ext}'
1029   dynamic_linker="$host_os ld.so"
1030   shlibpath_var=LIBRARY_PATH
1031   ;;
1033 bsdi4*)
1034   version_type=linux
1035   need_version=no
1036   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1037   soname_spec='${libname}${release}${shared_ext}$major'
1038   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1039   shlibpath_var=LD_LIBRARY_PATH
1040   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1041   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1042   # the default ld.so.conf also contains /usr/contrib/lib and
1043   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1044   # libtool to hard-code these into programs
1045   ;;
1047 cygwin* | mingw* | pw32*)
1048   version_type=windows
1049   shrext_cmds=".dll"
1050   need_version=no
1051   need_lib_prefix=no
1053   case $GCC,$host_os in
1054   yes,cygwin* | yes,mingw* | yes,pw32*)
1055     library_names_spec='$libname.dll.a'
1056     # DLL is installed to $(libdir)/../bin by postinstall_cmds
1057     postinstall_cmds='base_file=`basename \${file}`~
1058       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1059       dldir=$destdir/`dirname \$dlpath`~
1060       test -d \$dldir || mkdir -p \$dldir~
1061       $install_prog $dir/$dlname \$dldir/$dlname'
1062     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1063       dlpath=$dir/\$dldll~
1064        $rm \$dlpath'
1065     shlibpath_overrides_runpath=yes
1067     case $host_os in
1068     cygwin*)
1069       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1070       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1071       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1072       ;;
1073     mingw*)
1074       # MinGW DLLs use traditional 'lib' prefix
1075       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1076       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1077       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1078         # It is most probably a Windows format PATH printed by
1079         # mingw gcc, but we are running on Cygwin. Gcc prints its search
1080         # path with ; separators, and with drive letters. We can handle the
1081         # drive letters (cygwin fileutils understands them), so leave them,
1082         # especially as we might pass files found there to a mingw objdump,
1083         # which wouldn't understand a cygwinified path. Ahh.
1084         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1085       else
1086         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1087       fi
1088       ;;
1089     pw32*)
1090       # pw32 DLLs use 'pw' prefix rather than 'lib'
1091       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1092       ;;
1093     esac
1094     ;;
1096   *)
1097     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1098     ;;
1099   esac
1100   dynamic_linker='Win32 ld.exe'
1101   # FIXME: first we should search . and the directory the executable is in
1102   shlibpath_var=PATH
1103   ;;
1105 darwin* | rhapsody*)
1106   dynamic_linker="$host_os dyld"
1107   version_type=darwin
1108   need_lib_prefix=no
1109   need_version=no
1110   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1111   soname_spec='${libname}${release}${major}$shared_ext'
1112   shlibpath_overrides_runpath=yes
1113   shlibpath_var=DYLD_LIBRARY_PATH
1114   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
1115   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1116   if test "$GCC" = yes; then
1117     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"`
1118   else
1119     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1120   fi
1121   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1122   ;;
1124 dgux*)
1125   version_type=linux
1126   need_lib_prefix=no
1127   need_version=no
1128   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1129   soname_spec='${libname}${release}${shared_ext}$major'
1130   shlibpath_var=LD_LIBRARY_PATH
1131   ;;
1133 freebsd1*)
1134   dynamic_linker=no
1135   ;;
1137 kfreebsd*-gnu)
1138   version_type=linux
1139   need_lib_prefix=no
1140   need_version=no
1141   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1142   soname_spec='${libname}${release}${shared_ext}$major'
1143   shlibpath_var=LD_LIBRARY_PATH
1144   shlibpath_overrides_runpath=no
1145   hardcode_into_libs=yes
1146   dynamic_linker='GNU ld.so'
1147   ;;
1149 freebsd*)
1150   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1151   version_type=freebsd-$objformat
1152   case $version_type in
1153     freebsd-elf*)
1154       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1155       need_version=no
1156       need_lib_prefix=no
1157       ;;
1158     freebsd-*)
1159       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1160       need_version=yes
1161       ;;
1162   esac
1163   shlibpath_var=LD_LIBRARY_PATH
1164   case $host_os in
1165   freebsd2*)
1166     shlibpath_overrides_runpath=yes
1167     ;;
1168   freebsd3.[01]* | freebsdelf3.[01]*)
1169     shlibpath_overrides_runpath=yes
1170     hardcode_into_libs=yes
1171     ;;
1172   *) # from 3.2 on
1173     shlibpath_overrides_runpath=no
1174     hardcode_into_libs=yes
1175     ;;
1176   esac
1177   ;;
1179 gnu*)
1180   version_type=linux
1181   need_lib_prefix=no
1182   need_version=no
1183   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1184   soname_spec='${libname}${release}${shared_ext}$major'
1185   shlibpath_var=LD_LIBRARY_PATH
1186   hardcode_into_libs=yes
1187   ;;
1189 hpux9* | hpux10* | hpux11*)
1190   # Give a soname corresponding to the major version so that dld.sl refuses to
1191   # link against other versions.
1192   version_type=sunos
1193   need_lib_prefix=no
1194   need_version=no
1195   case "$host_cpu" in
1196   ia64*)
1197     shrext_cmds='.so'
1198     hardcode_into_libs=yes
1199     dynamic_linker="$host_os dld.so"
1200     shlibpath_var=LD_LIBRARY_PATH
1201     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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     if test "X$HPUX_IA64_MODE" = X32; then
1205       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1206     else
1207       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1208     fi
1209     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1210     ;;
1211    hppa*64*)
1212      shrext_cmds='.sl'
1213      hardcode_into_libs=yes
1214      dynamic_linker="$host_os dld.sl"
1215      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1216      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1217      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1218      soname_spec='${libname}${release}${shared_ext}$major'
1219      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1220      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1221      ;;
1222    *)
1223     shrext_cmds='.sl'
1224     dynamic_linker="$host_os dld.sl"
1225     shlibpath_var=SHLIB_PATH
1226     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1227     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1228     soname_spec='${libname}${release}${shared_ext}$major'
1229     ;;
1230   esac
1231   # HP-UX runs *really* slowly unless shared libraries are mode 555.
1232   postinstall_cmds='chmod 555 $lib'
1233   ;;
1235 irix5* | irix6* | nonstopux*)
1236   case $host_os in
1237     nonstopux*) version_type=nonstopux ;;
1238     *)
1239         if test "$lt_cv_prog_gnu_ld" = yes; then
1240                 version_type=linux
1241         else
1242                 version_type=irix
1243         fi ;;
1244   esac
1245   need_lib_prefix=no
1246   need_version=no
1247   soname_spec='${libname}${release}${shared_ext}$major'
1248   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1249   case $host_os in
1250   irix5* | nonstopux*)
1251     libsuff= shlibsuff=
1252     ;;
1253   *)
1254     case $LD in # libtool.m4 will add one of these switches to LD
1255     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1256       libsuff= shlibsuff= libmagic=32-bit;;
1257     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1258       libsuff=32 shlibsuff=N32 libmagic=N32;;
1259     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1260       libsuff=64 shlibsuff=64 libmagic=64-bit;;
1261     *) libsuff= shlibsuff= libmagic=never-match;;
1262     esac
1263     ;;
1264   esac
1265   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1266   shlibpath_overrides_runpath=no
1267   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1268   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1269   hardcode_into_libs=yes
1270   ;;
1272 # No shared lib support for Linux oldld, aout, or coff.
1273 linux*oldld* | linux*aout* | linux*coff*)
1274   dynamic_linker=no
1275   ;;
1277 # This must be Linux ELF.
1278 linux*)
1279   version_type=linux
1280   need_lib_prefix=no
1281   need_version=no
1282   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1283   soname_spec='${libname}${release}${shared_ext}$major'
1284   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1285   shlibpath_var=LD_LIBRARY_PATH
1286   shlibpath_overrides_runpath=no
1287   # This implies no fast_install, which is unacceptable.
1288   # Some rework will be needed to allow for fast_install
1289   # before this can be enabled.
1290   hardcode_into_libs=yes
1292   # Append ld.so.conf contents to the search path
1293   if test -f /etc/ld.so.conf; then
1294     lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1295     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1296   fi
1298   # We used to test for /lib/ld.so.1 and disable shared libraries on
1299   # powerpc, because MkLinux only supported shared libraries with the
1300   # GNU dynamic linker.  Since this was broken with cross compilers,
1301   # most powerpc-linux boxes support dynamic linking these days and
1302   # people can always --disable-shared, the test was removed, and we
1303   # assume the GNU/Linux dynamic linker is in use.
1304   dynamic_linker='GNU/Linux ld.so'
1305   ;;
1307 netbsdelf*-gnu)
1308   version_type=linux
1309   need_lib_prefix=no
1310   need_version=no
1311   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1312   soname_spec='${libname}${release}${shared_ext}$major'
1313   shlibpath_var=LD_LIBRARY_PATH
1314   shlibpath_overrides_runpath=no
1315   hardcode_into_libs=yes
1316   dynamic_linker='NetBSD ld.elf_so'
1317   ;;
1319 knetbsd*-gnu)
1320   version_type=linux
1321   need_lib_prefix=no
1322   need_version=no
1323   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1324   soname_spec='${libname}${release}${shared_ext}$major'
1325   shlibpath_var=LD_LIBRARY_PATH
1326   shlibpath_overrides_runpath=no
1327   hardcode_into_libs=yes
1328   dynamic_linker='GNU ld.so'
1329   ;;
1331 netbsd*)
1332   version_type=sunos
1333   need_lib_prefix=no
1334   need_version=no
1335   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1336     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1337     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1338     dynamic_linker='NetBSD (a.out) ld.so'
1339   else
1340     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1341     soname_spec='${libname}${release}${shared_ext}$major'
1342     dynamic_linker='NetBSD ld.elf_so'
1343   fi
1344   shlibpath_var=LD_LIBRARY_PATH
1345   shlibpath_overrides_runpath=yes
1346   hardcode_into_libs=yes
1347   ;;
1349 newsos6)
1350   version_type=linux
1351   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1352   shlibpath_var=LD_LIBRARY_PATH
1353   shlibpath_overrides_runpath=yes
1354   ;;
1356 nto-qnx*)
1357   version_type=linux
1358   need_lib_prefix=no
1359   need_version=no
1360   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1361   soname_spec='${libname}${release}${shared_ext}$major'
1362   shlibpath_var=LD_LIBRARY_PATH
1363   shlibpath_overrides_runpath=yes
1364   ;;
1366 openbsd*)
1367   version_type=sunos
1368   need_lib_prefix=no
1369   need_version=yes
1370   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1371   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1372   shlibpath_var=LD_LIBRARY_PATH
1373   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1374     case $host_os in
1375       openbsd2.[[89]] | openbsd2.[[89]].*)
1376         shlibpath_overrides_runpath=no
1377         ;;
1378       *)
1379         shlibpath_overrides_runpath=yes
1380         ;;
1381       esac
1382   else
1383     shlibpath_overrides_runpath=yes
1384   fi
1385   ;;
1387 os2*)
1388   libname_spec='$name'
1389   shrext_cmds=".dll"
1390   need_lib_prefix=no
1391   library_names_spec='$libname${shared_ext} $libname.a'
1392   dynamic_linker='OS/2 ld.exe'
1393   shlibpath_var=LIBPATH
1394   ;;
1396 osf3* | osf4* | osf5*)
1397   version_type=osf
1398   need_lib_prefix=no
1399   need_version=no
1400   soname_spec='${libname}${release}${shared_ext}$major'
1401   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1402   shlibpath_var=LD_LIBRARY_PATH
1403   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1404   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1405   ;;
1407 sco3.2v5*)
1408   version_type=osf
1409   soname_spec='${libname}${release}${shared_ext}$major'
1410   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1411   shlibpath_var=LD_LIBRARY_PATH
1412   ;;
1414 solaris*)
1415   version_type=linux
1416   need_lib_prefix=no
1417   need_version=no
1418   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1419   soname_spec='${libname}${release}${shared_ext}$major'
1420   shlibpath_var=LD_LIBRARY_PATH
1421   shlibpath_overrides_runpath=yes
1422   hardcode_into_libs=yes
1423   # ldd complains unless libraries are executable
1424   postinstall_cmds='chmod +x $lib'
1425   ;;
1427 sunos4*)
1428   version_type=sunos
1429   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1430   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1431   shlibpath_var=LD_LIBRARY_PATH
1432   shlibpath_overrides_runpath=yes
1433   if test "$with_gnu_ld" = yes; then
1434     need_lib_prefix=no
1435   fi
1436   need_version=yes
1437   ;;
1439 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1440   version_type=linux
1441   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1442   soname_spec='${libname}${release}${shared_ext}$major'
1443   shlibpath_var=LD_LIBRARY_PATH
1444   case $host_vendor in
1445     sni)
1446       shlibpath_overrides_runpath=no
1447       need_lib_prefix=no
1448       export_dynamic_flag_spec='${wl}-Blargedynsym'
1449       runpath_var=LD_RUN_PATH
1450       ;;
1451     siemens)
1452       need_lib_prefix=no
1453       ;;
1454     motorola)
1455       need_lib_prefix=no
1456       need_version=no
1457       shlibpath_overrides_runpath=no
1458       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1459       ;;
1460   esac
1461   ;;
1463 sysv4*MP*)
1464   if test -d /usr/nec ;then
1465     version_type=linux
1466     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1467     soname_spec='$libname${shared_ext}.$major'
1468     shlibpath_var=LD_LIBRARY_PATH
1469   fi
1470   ;;
1472 uts4*)
1473   version_type=linux
1474   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1475   soname_spec='${libname}${release}${shared_ext}$major'
1476   shlibpath_var=LD_LIBRARY_PATH
1477   ;;
1480   dynamic_linker=no
1481   ;;
1482 esac
1483 AC_MSG_RESULT([$dynamic_linker])
1484 test "$dynamic_linker" = no && can_build_shared=no
1486 m4trace:/usr/share/aclocal/libtool.m4:1737: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1487     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1488         [include additional configurations @<:@automatic@:>@])],
1489     [tagnames="$withval"])
1491 if test -f "$ltmain" && test -n "$tagnames"; then
1492   if test ! -f "${ofile}"; then
1493     AC_MSG_WARN([output file `$ofile' does not exist])
1494   fi
1496   if test -z "$LTCC"; then
1497     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1498     if test -z "$LTCC"; then
1499       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1500     else
1501       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1502     fi
1503   fi
1505   # Extract list of available tagged configurations in $ofile.
1506   # Note that this assumes the entire list is on one line.
1507   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1509   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1510   for tagname in $tagnames; do
1511     IFS="$lt_save_ifs"
1512     # Check whether tagname contains only valid characters
1513     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1514     "") ;;
1515     *)  AC_MSG_ERROR([invalid tag name: $tagname])
1516         ;;
1517     esac
1519     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1520     then
1521       AC_MSG_ERROR([tag name \"$tagname\" already exists])
1522     fi
1524     # Update the list of available tags.
1525     if test -n "$tagname"; then
1526       echo appending configuration tag \"$tagname\" to $ofile
1528       case $tagname in
1529       CXX)
1530         if test -n "$CXX" && test "X$CXX" != "Xno"; then
1531           AC_LIBTOOL_LANG_CXX_CONFIG
1532         else
1533           tagname=""
1534         fi
1535         ;;
1537       F77)
1538         if test -n "$F77" && test "X$F77" != "Xno"; then
1539           AC_LIBTOOL_LANG_F77_CONFIG
1540         else
1541           tagname=""
1542         fi
1543         ;;
1545       GCJ)
1546         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1547           AC_LIBTOOL_LANG_GCJ_CONFIG
1548         else
1549           tagname=""
1550         fi
1551         ;;
1553       RC)
1554         AC_LIBTOOL_LANG_RC_CONFIG
1555         ;;
1557       *)
1558         AC_MSG_ERROR([Unsupported tag name: $tagname])
1559         ;;
1560       esac
1562       # Append the new tag name to the list of available tags.
1563       if test -n "$tagname" ; then
1564       available_tags="$available_tags $tagname"
1565     fi
1566     fi
1567   done
1568   IFS="$lt_save_ifs"
1570   # Now substitute the updated list of available tags.
1571   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1572     mv "${ofile}T" "$ofile"
1573     chmod +x "$ofile"
1574   else
1575     rm -f "${ofile}T"
1576     AC_MSG_ERROR([unable to update list of available tagged configurations.])
1577   fi
1580 m4trace:/usr/share/aclocal/libtool.m4:1745: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1582 m4trace:/usr/share/aclocal/libtool.m4:1753: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1584 m4trace:/usr/share/aclocal/libtool.m4:1783: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1585 AC_ARG_ENABLE([shared],
1586     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1587         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1588     [p=${PACKAGE-default}
1589     case $enableval in
1590     yes) enable_shared=yes ;;
1591     no) enable_shared=no ;;
1592     *)
1593       enable_shared=no
1594       # Look at the argument we got.  We use all the common list separators.
1595       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1596       for pkg in $enableval; do
1597         IFS="$lt_save_ifs"
1598         if test "X$pkg" = "X$p"; then
1599           enable_shared=yes
1600         fi
1601       done
1602       IFS="$lt_save_ifs"
1603       ;;
1604     esac],
1605     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1607 m4trace:/usr/share/aclocal/libtool.m4:1792: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1608 AC_ENABLE_SHARED(no)
1610 m4trace:/usr/share/aclocal/libtool.m4:1822: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1611 AC_ARG_ENABLE([static],
1612     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1613         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1614     [p=${PACKAGE-default}
1615     case $enableval in
1616     yes) enable_static=yes ;;
1617     no) enable_static=no ;;
1618     *)
1619      enable_static=no
1620       # Look at the argument we got.  We use all the common list separators.
1621       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1622       for pkg in $enableval; do
1623         IFS="$lt_save_ifs"
1624         if test "X$pkg" = "X$p"; then
1625           enable_static=yes
1626         fi
1627       done
1628       IFS="$lt_save_ifs"
1629       ;;
1630     esac],
1631     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1633 m4trace:/usr/share/aclocal/libtool.m4:1831: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1634 AC_ENABLE_STATIC(no)
1636 m4trace:/usr/share/aclocal/libtool.m4:1861: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1637 AC_ARG_ENABLE([fast-install],
1638     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1639     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1640     [p=${PACKAGE-default}
1641     case $enableval in
1642     yes) enable_fast_install=yes ;;
1643     no) enable_fast_install=no ;;
1644     *)
1645       enable_fast_install=no
1646       # Look at the argument we got.  We use all the common list separators.
1647       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1648       for pkg in $enableval; do
1649         IFS="$lt_save_ifs"
1650         if test "X$pkg" = "X$p"; then
1651           enable_fast_install=yes
1652         fi
1653       done
1654       IFS="$lt_save_ifs"
1655       ;;
1656     esac],
1657     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1659 m4trace:/usr/share/aclocal/libtool.m4:1870: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1660 AC_ENABLE_FAST_INSTALL(no)
1662 m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1663 pic_mode=ifelse($#,1,$1,default)
1665 m4trace:/usr/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1666 AC_MSG_CHECKING([for $1])
1667 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1668 [case $MAGIC_CMD in
1669 [[\\/*] |  ?:[\\/]*])
1670   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1671   ;;
1673   lt_save_MAGIC_CMD="$MAGIC_CMD"
1674   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1675 dnl $ac_dummy forces splitting on constant user-supplied paths.
1676 dnl POSIX.2 word splitting is done only on the output of word expansions,
1677 dnl not every word.  This closes a longstanding sh security hole.
1678   ac_dummy="ifelse([$2], , $PATH, [$2])"
1679   for ac_dir in $ac_dummy; do
1680     IFS="$lt_save_ifs"
1681     test -z "$ac_dir" && ac_dir=.
1682     if test -f $ac_dir/$1; then
1683       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1684       if test -n "$file_magic_test_file"; then
1685         case $deplibs_check_method in
1686         "file_magic "*)
1687           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1688           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1689           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1690             $EGREP "$file_magic_regex" > /dev/null; then
1691             :
1692           else
1693             cat <<EOF 1>&2
1695 *** Warning: the command libtool uses to detect shared libraries,
1696 *** $file_magic_cmd, produces output that libtool cannot recognize.
1697 *** The result is that libtool may fail to recognize shared libraries
1698 *** as such.  This will affect the creation of libtool libraries that
1699 *** depend on shared libraries, but programs linked with such libtool
1700 *** libraries will work regardless of this problem.  Nevertheless, you
1701 *** may want to report the problem to your system manager and/or to
1702 *** bug-libtool@gnu.org
1705           fi ;;
1706         esac
1707       fi
1708       break
1709     fi
1710   done
1711   IFS="$lt_save_ifs"
1712   MAGIC_CMD="$lt_save_MAGIC_CMD"
1713   ;;
1714 esac])
1715 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1716 if test -n "$MAGIC_CMD"; then
1717   AC_MSG_RESULT($MAGIC_CMD)
1718 else
1719   AC_MSG_RESULT(no)
1722 m4trace:/usr/share/aclocal/libtool.m4:1973: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1723 if test -z "$lt_cv_path_MAGIC_CMD"; then
1724   if test -n "$ac_tool_prefix"; then
1725     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1726   else
1727     MAGIC_CMD=:
1728   fi
1731 m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1732     [AC_HELP_STRING([--with-gnu-ld],
1733         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1734     [test "$withval" = no || with_gnu_ld=yes],
1735     [with_gnu_ld=no])
1736 AC_REQUIRE([LT_AC_PROG_SED])dnl
1737 AC_REQUIRE([AC_PROG_CC])dnl
1738 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1739 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1740 ac_prog=ld
1741 if test "$GCC" = yes; then
1742   # Check if gcc -print-prog-name=ld gives a path.
1743   AC_MSG_CHECKING([for ld used by $CC])
1744   case $host in
1745   *-*-mingw*)
1746     # gcc leaves a trailing carriage return which upsets mingw
1747     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1748   *)
1749     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1750   esac
1751   case $ac_prog in
1752     # Accept absolute paths.
1753     [[\\/]]* | ?:[[\\/]]*)
1754       re_direlt='/[[^/]][[^/]]*/\.\./'
1755       # Canonicalize the pathname of ld
1756       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1757       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1758         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1759       done
1760       test -z "$LD" && LD="$ac_prog"
1761       ;;
1762   "")
1763     # If it fails, then pretend we aren't using GCC.
1764     ac_prog=ld
1765     ;;
1766   *)
1767     # If it is relative, then search for the first ld in PATH.
1768     with_gnu_ld=unknown
1769     ;;
1770   esac
1771 elif test "$with_gnu_ld" = yes; then
1772   AC_MSG_CHECKING([for GNU ld])
1773 else
1774   AC_MSG_CHECKING([for non-GNU ld])
1776 AC_CACHE_VAL(lt_cv_path_LD,
1777 [if test -z "$LD"; then
1778   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1779   for ac_dir in $PATH; do
1780     IFS="$lt_save_ifs"
1781     test -z "$ac_dir" && ac_dir=.
1782     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1783       lt_cv_path_LD="$ac_dir/$ac_prog"
1784       # Check to see if the program is GNU ld.  I'd rather use --version,
1785       # but apparently some GNU ld's only accept -v.
1786       # Break only if it was the GNU/non-GNU ld that we prefer.
1787       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1788       *GNU* | *'with BFD'*)
1789         test "$with_gnu_ld" != no && break
1790         ;;
1791       *)
1792         test "$with_gnu_ld" != yes && break
1793         ;;
1794       esac
1795     fi
1796   done
1797   IFS="$lt_save_ifs"
1798 else
1799   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1800 fi])
1801 LD="$lt_cv_path_LD"
1802 if test -n "$LD"; then
1803   AC_MSG_RESULT($LD)
1804 else
1805   AC_MSG_RESULT(no)
1807 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1808 AC_PROG_LD_GNU
1810 m4trace:/usr/share/aclocal/libtool.m4:2076: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1811 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1812 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1813 case `$LD -v 2>&1 </dev/null` in
1814 *GNU* | *'with BFD'*)
1815   lt_cv_prog_gnu_ld=yes
1816   ;;
1818   lt_cv_prog_gnu_ld=no
1819   ;;
1820 esac])
1821 with_gnu_ld=$lt_cv_prog_gnu_ld
1823 m4trace:/usr/share/aclocal/libtool.m4:2093: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1824   lt_cv_ld_reload_flag,
1825   [lt_cv_ld_reload_flag='-r'])
1826 reload_flag=$lt_cv_ld_reload_flag
1827 case $reload_flag in
1828 "" | " "*) ;;
1829 *) reload_flag=" $reload_flag" ;;
1830 esac
1831 reload_cmds='$LD$reload_flag -o $output$reload_objs'
1833 m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1834 lt_cv_deplibs_check_method,
1835 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1836 lt_cv_file_magic_test_file=
1837 lt_cv_deplibs_check_method='unknown'
1838 # Need to set the preceding variable on all platforms that support
1839 # interlibrary dependencies.
1840 # 'none' -- dependencies not supported.
1841 # `unknown' -- same as none, but documents that we really don't know.
1842 # 'pass_all' -- all dependencies passed with no checks.
1843 # 'test_compile' -- check by making test program.
1844 # 'file_magic [[regex]]' -- check by looking for files in library path
1845 # which responds to the $file_magic_cmd with a given extended regex.
1846 # If you have `file' or equivalent on your system and you're not sure
1847 # whether `pass_all' will *always* work, you probably want this one.
1849 case $host_os in
1850 aix4* | aix5*)
1851   lt_cv_deplibs_check_method=pass_all
1852   ;;
1854 beos*)
1855   lt_cv_deplibs_check_method=pass_all
1856   ;;
1858 bsdi4*)
1859   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1860   lt_cv_file_magic_cmd='/usr/bin/file -L'
1861   lt_cv_file_magic_test_file=/shlib/libc.so
1862   ;;
1864 cygwin*)
1865   # func_win32_libid is a shell function defined in ltmain.sh
1866   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1867   lt_cv_file_magic_cmd='func_win32_libid'
1868   ;;
1870 mingw* | pw32*)
1871   # Base MSYS/MinGW do not provide the 'file' command needed by
1872   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1873   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1874   lt_cv_file_magic_cmd='$OBJDUMP -f'
1875   ;;
1877 darwin* | rhapsody*)
1878   lt_cv_deplibs_check_method=pass_all
1879   ;;
1881 freebsd* | kfreebsd*-gnu)
1882   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1883     case $host_cpu in
1884     i*86 )
1885       # Not sure whether the presence of OpenBSD here was a mistake.
1886       # Let's accept both of them until this is cleared up.
1887       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1888       lt_cv_file_magic_cmd=/usr/bin/file
1889       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1890       ;;
1891     esac
1892   else
1893     lt_cv_deplibs_check_method=pass_all
1894   fi
1895   ;;
1897 gnu*)
1898   lt_cv_deplibs_check_method=pass_all
1899   ;;
1901 hpux10.20* | hpux11*)
1902   lt_cv_file_magic_cmd=/usr/bin/file
1903   case "$host_cpu" in
1904   ia64*)
1905     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1906     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1907     ;;
1908   hppa*64*)
1909     [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]']
1910     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1911     ;;
1912   *)
1913     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1914     lt_cv_file_magic_test_file=/usr/lib/libc.sl
1915     ;;
1916   esac
1917   ;;
1919 irix5* | irix6* | nonstopux*)
1920   case $LD in
1921   *-32|*"-32 ") libmagic=32-bit;;
1922   *-n32|*"-n32 ") libmagic=N32;;
1923   *-64|*"-64 ") libmagic=64-bit;;
1924   *) libmagic=never-match;;
1925   esac
1926   lt_cv_deplibs_check_method=pass_all
1927   ;;
1929 # This must be Linux ELF.
1930 linux*)
1931   lt_cv_deplibs_check_method=pass_all
1932   ;;
1934 netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1935   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1936     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1937   else
1938     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
1939   fi
1940   ;;
1942 newos6*)
1943   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
1944   lt_cv_file_magic_cmd=/usr/bin/file
1945   lt_cv_file_magic_test_file=/usr/lib/libnls.so
1946   ;;
1948 nto-qnx*)
1949   lt_cv_deplibs_check_method=unknown
1950   ;;
1952 openbsd*)
1953   lt_cv_file_magic_cmd=/usr/bin/file
1954   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1955   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1956     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1957   else
1958     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1959   fi
1960   ;;
1962 osf3* | osf4* | osf5*)
1963   lt_cv_deplibs_check_method=pass_all
1964   ;;
1966 sco3.2v5*)
1967   lt_cv_deplibs_check_method=pass_all
1968   ;;
1970 solaris*)
1971   lt_cv_deplibs_check_method=pass_all
1972   ;;
1974 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1975   case $host_vendor in
1976   motorola)
1977     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]]'
1978     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1979     ;;
1980   ncr)
1981     lt_cv_deplibs_check_method=pass_all
1982     ;;
1983   sequent)
1984     lt_cv_file_magic_cmd='/bin/file'
1985     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
1986     ;;
1987   sni)
1988     lt_cv_file_magic_cmd='/bin/file'
1989     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
1990     lt_cv_file_magic_test_file=/lib/libc.so
1991     ;;
1992   siemens)
1993     lt_cv_deplibs_check_method=pass_all
1994     ;;
1995   esac
1996   ;;
1998 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
1999   lt_cv_deplibs_check_method=pass_all
2000   ;;
2001 esac
2003 file_magic_cmd=$lt_cv_file_magic_cmd
2004 deplibs_check_method=$lt_cv_deplibs_check_method
2005 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2007 m4trace:/usr/share/aclocal/libtool.m4:2319: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2008 [if test -n "$NM"; then
2009   # Let the user override the test.
2010   lt_cv_path_NM="$NM"
2011 else
2012   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2013   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2014     IFS="$lt_save_ifs"
2015     test -z "$ac_dir" && ac_dir=.
2016     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2017     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2018       # Check to see if the nm accepts a BSD-compat flag.
2019       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2020       #   nm: unknown option "B" ignored
2021       # Tru64's nm complains that /dev/null is an invalid object file
2022       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2023       */dev/null* | *'Invalid file or object type'*)
2024         lt_cv_path_NM="$tmp_nm -B"
2025         break
2026         ;;
2027       *)
2028         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2029         */dev/null*)
2030           lt_cv_path_NM="$tmp_nm -p"
2031           break
2032           ;;
2033         *)
2034           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2035           continue # so that we can try to find one that supports BSD flags
2036           ;;
2037         esac
2038       esac
2039     fi
2040   done
2041   IFS="$lt_save_ifs"
2042   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2043 fi])
2044 NM="$lt_cv_path_NM"
2046 m4trace:/usr/share/aclocal/libtool.m4:2340: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2047 LIBM=
2048 case $host in
2049 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2050   # These system don't have libm, or don't need it
2051   ;;
2052 *-ncr-sysv4.3*)
2053   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2054   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2055   ;;
2057   AC_CHECK_LIB(m, cos, LIBM="-lm")
2058   ;;
2059 esac
2061 m4trace:/usr/share/aclocal/libtool.m4:2365: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2062   case $enable_ltdl_convenience in
2063   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2064   "") enable_ltdl_convenience=yes
2065       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2066   esac
2067   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2068   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2069   # For backwards non-gettext consistent compatibility...
2070   INCLTDL="$LTDLINCL"
2072 m4trace:/usr/share/aclocal/libtool.m4:2401: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2073   AC_CHECK_LIB(ltdl, lt_dlinit,
2074   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2075   [if test x"$enable_ltdl_install" = xno; then
2076      AC_MSG_WARN([libltdl not installed, but installation disabled])
2077    else
2078      enable_ltdl_install=yes
2079    fi
2080   ])
2081   if test x"$enable_ltdl_install" = x"yes"; then
2082     ac_configure_args="$ac_configure_args --enable-ltdl-install"
2083     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2084     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2085   else
2086     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2087     LIBLTDL="-lltdl"
2088     LTDLINCL=
2089   fi
2090   # For backwards non-gettext consistent compatibility...
2091   INCLTDL="$LTDLINCL"
2093 m4trace:/usr/share/aclocal/libtool.m4:2409: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
2095 m4trace:/usr/share/aclocal/libtool.m4:2418: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
2096 AC_REQUIRE([AC_PROG_CXXCPP])
2097 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2099 m4trace:/usr/share/aclocal/libtool.m4:2426: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
2101 m4trace:/usr/share/aclocal/libtool.m4:2434: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
2102 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2104 m4trace:/usr/share/aclocal/libtool.m4:2442: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
2106 m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2107   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2108     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2109       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2110          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2111            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2112 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2114 m4trace:/usr/share/aclocal/libtool.m4:2464: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
2115 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2117 m4trace:/usr/share/aclocal/libtool.m4:2472: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2118 m4trace:/usr/share/aclocal/libtool.m4:2609: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
2119 AC_LANG_PUSH(C)
2121 # Source file extension for C test sources.
2122 ac_ext=c
2124 # Object file extension for compiled C test sources.
2125 objext=o
2126 _LT_AC_TAGVAR(objext, $1)=$objext
2128 # Code to be used in simple compile tests
2129 lt_simple_compile_test_code="int some_variable = 0;\n"
2131 # Code to be used in simple link tests
2132 lt_simple_link_test_code='int main(){return(0);}\n'
2134 _LT_AC_SYS_COMPILER
2137 # Check for any special shared library compilation flags.
2139 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2140 if test "$GCC" = no; then
2141   case $host_os in
2142   sco3.2v5*)
2143     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2144     ;;
2145   esac
2147 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2148   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2149   if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
2150   else
2151     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2152     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2153   fi
2158 # Check to make sure the static flag actually works.
2160 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2161   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2162   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2163   [],
2164   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2167 ## CAVEAT EMPTOR:
2168 ## There is no encapsulation within the following macros, do not change
2169 ## the running order or otherwise move them around unless you know exactly
2170 ## what you are doing...
2171 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2172 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2173 AC_LIBTOOL_PROG_CC_C_O($1)
2174 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2175 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2176 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2177 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2178 AC_LIBTOOL_SYS_LIB_STRIP
2179 AC_LIBTOOL_DLOPEN_SELF($1)
2181 # Report which librarie types wil actually be built
2182 AC_MSG_CHECKING([if libtool supports shared libraries])
2183 AC_MSG_RESULT([$can_build_shared])
2185 AC_MSG_CHECKING([whether to build shared libraries])
2186 test "$can_build_shared" = "no" && enable_shared=no
2188 # On AIX, shared libraries and static libraries use the same namespace, and
2189 # are all built from PIC.
2190 case "$host_os" in
2191 aix3*)
2192   test "$enable_shared" = yes && enable_static=no
2193   if test -n "$RANLIB"; then
2194     archive_cmds="$archive_cmds~\$RANLIB \$lib"
2195     postinstall_cmds='$RANLIB $lib'
2196   fi
2197   ;;
2199 aix4* | aix5*)
2200   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2201     test "$enable_shared" = yes && enable_static=no
2202   fi
2203   ;;
2204   darwin* | rhapsody*)
2205   if test "$GCC" = yes; then
2206     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2207     case "$host_os" in
2208     rhapsody* | darwin1.[[012]])
2209       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2210       ;;
2211     *) # Darwin 1.3 on
2212       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2213         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2214       else
2215         case ${MACOSX_DEPLOYMENT_TARGET} in
2216           10.[[012]])
2217             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2218             ;;
2219           10.*)
2220             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2221             ;;
2222         esac
2223       fi
2224       ;;
2225     esac
2226     output_verbose_link_cmd='echo'
2227     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
2228     _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2229     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2230     _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}'
2231     _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}'
2232     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2233     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2234     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2235     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2236     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2237   else
2238     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2239   fi
2240     ;;
2241 esac
2242 AC_MSG_RESULT([$enable_shared])
2244 AC_MSG_CHECKING([whether to build static libraries])
2245 # Make sure either enable_shared or enable_static is yes.
2246 test "$enable_shared" = yes || enable_static=yes
2247 AC_MSG_RESULT([$enable_static])
2249 AC_LIBTOOL_CONFIG($1)
2251 AC_LANG_POP
2252 CC="$lt_save_CC"
2254 m4trace:/usr/share/aclocal/libtool.m4:2617: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2255 m4trace:/usr/share/aclocal/libtool.m4:3504: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
2256 AC_REQUIRE([AC_PROG_CXX])
2257 AC_REQUIRE([AC_PROG_CXXCPP])
2259 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2260 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2261 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2262 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2263 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2264 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2265 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2266 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2267 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2268 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2269 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2270 _LT_AC_TAGVAR(module_cmds, $1)=
2271 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2272 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2273 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2274 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2275 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2276 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2278 # Dependencies to place before and after the object being linked:
2279 _LT_AC_TAGVAR(predep_objects, $1)=
2280 _LT_AC_TAGVAR(postdep_objects, $1)=
2281 _LT_AC_TAGVAR(predeps, $1)=
2282 _LT_AC_TAGVAR(postdeps, $1)=
2283 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2285 # Source file extension for C++ test sources.
2286 ac_ext=cc
2288 # Object file extension for compiled C++ test sources.
2289 objext=o
2290 _LT_AC_TAGVAR(objext, $1)=$objext
2292 # Code to be used in simple compile tests
2293 lt_simple_compile_test_code="int some_variable = 0;\n"
2295 # Code to be used in simple link tests
2296 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2298 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2299 _LT_AC_SYS_COMPILER
2301 # Allow CC to be a program name with arguments.
2302 lt_save_CC=$CC
2303 lt_save_LD=$LD
2304 lt_save_GCC=$GCC
2305 GCC=$GXX
2306 lt_save_with_gnu_ld=$with_gnu_ld
2307 lt_save_path_LD=$lt_cv_path_LD
2308 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2309   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2310 else
2311   unset lt_cv_prog_gnu_ld
2313 if test -n "${lt_cv_path_LDCXX+set}"; then
2314   lt_cv_path_LD=$lt_cv_path_LDCXX
2315 else
2316   unset lt_cv_path_LD
2318 test -z "${LDCXX+set}" || LD=$LDCXX
2319 CC=${CXX-"c++"}
2320 compiler=$CC
2321 _LT_AC_TAGVAR(compiler, $1)=$CC
2322 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2324 # We don't want -fno-exception wen compiling C++ code, so set the
2325 # no_builtin_flag separately
2326 if test "$GXX" = yes; then
2327   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2328 else
2329   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2332 if test "$GXX" = yes; then
2333   # Set up default GNU C++ configuration
2335   AC_PROG_LD
2337   # Check if GNU C++ uses GNU ld as the underlying linker, since the
2338   # archiving commands below assume that GNU ld is being used.
2339   if test "$with_gnu_ld" = yes; then
2340     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2341     _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'
2343     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2344     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2346     # If archive_cmds runs LD, not CC, wlarc should be empty
2347     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2348     #     investigate it a little bit more. (MM)
2349     wlarc='${wl}'
2351     # ancient GNU ld didn't support --whole-archive et. al.
2352     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2353         grep 'no-whole-archive' > /dev/null; then
2354       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2355     else
2356       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2357     fi
2358   else
2359     with_gnu_ld=no
2360     wlarc=
2362     # A generic and very simple default shared library creation
2363     # command for GNU C++ for the case where it uses the native
2364     # linker, instead of GNU ld.  If possible, this setting should
2365     # overridden to take advantage of the native linker features on
2366     # the platform it is being used on.
2367     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2368   fi
2370   # Commands to make compiler produce verbose output that lists
2371   # what "hidden" libraries, object files and flags are used when
2372   # linking a shared library.
2373   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2375 else
2376   GXX=no
2377   with_gnu_ld=no
2378   wlarc=
2381 # PORTME: fill in a description of your system's C++ link characteristics
2382 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2383 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2384 case $host_os in
2385   aix3*)
2386     # FIXME: insert proper C++ library support
2387     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2388     ;;
2389   aix4* | aix5*)
2390     if test "$host_cpu" = ia64; then
2391       # On IA64, the linker does run time linking by default, so we don't
2392       # have to do anything special.
2393       aix_use_runtimelinking=no
2394       exp_sym_flag='-Bexport'
2395       no_entry_flag=""
2396     else
2397       aix_use_runtimelinking=no
2399       # Test if we are trying to use run time linking or normal
2400       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2401       # need to do runtime linking.
2402       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2403         for ld_flag in $LDFLAGS; do
2404           case $ld_flag in
2405           *-brtl*)
2406             aix_use_runtimelinking=yes
2407             break
2408             ;;
2409           esac
2410         done
2411       esac
2413       exp_sym_flag='-bexport'
2414       no_entry_flag='-bnoentry'
2415     fi
2417     # When large executables or shared objects are built, AIX ld can
2418     # have problems creating the table of contents.  If linking a library
2419     # or program results in "error TOC overflow" add -mminimal-toc to
2420     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2421     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2423     _LT_AC_TAGVAR(archive_cmds, $1)=''
2424     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2425     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2426     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2428     if test "$GXX" = yes; then
2429       case $host_os in aix4.[012]|aix4.[012].*)
2430       # We only want to do this on AIX 4.2 and lower, the check
2431       # below for broken collect2 doesn't work under 4.3+
2432         collect2name=`${CC} -print-prog-name=collect2`
2433         if test -f "$collect2name" && \
2434            strings "$collect2name" | grep resolve_lib_name >/dev/null
2435         then
2436           # We have reworked collect2
2437           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2438         else
2439           # We have old collect2
2440           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2441           # It fails to find uninstalled libraries when the uninstalled
2442           # path is not listed in the libpath.  Setting hardcode_minus_L
2443           # to unsupported forces relinking
2444           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2445           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2446           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2447         fi
2448       esac
2449       shared_flag='-shared'
2450     else
2451       # not using gcc
2452       if test "$host_cpu" = ia64; then
2453         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2454         # chokes on -Wl,-G. The following line is correct:
2455         shared_flag='-G'
2456       else
2457         if test "$aix_use_runtimelinking" = yes; then
2458           shared_flag='${wl}-G'
2459         else
2460           shared_flag='${wl}-bM:SRE'
2461         fi
2462       fi
2463     fi
2465     # It seems that -bexpall does not export symbols beginning with
2466     # underscore (_), so it is better to generate a list of symbols to export.
2467     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2468     if test "$aix_use_runtimelinking" = yes; then
2469       # Warning - without using the other runtime loading flags (-brtl),
2470       # -berok will link without error, but may produce a broken library.
2471       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2472       # Determine the default libpath from the value encoded in an empty executable.
2473       _LT_AC_SYS_LIBPATH_AIX
2474       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2476       _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"
2477      else
2478       if test "$host_cpu" = ia64; then
2479         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2480         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2481         _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"
2482       else
2483         # Determine the default libpath from the value encoded in an empty executable.
2484         _LT_AC_SYS_LIBPATH_AIX
2485         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2486         # Warning - without using the other run time loading flags,
2487         # -berok will link without error, but may produce a broken library.
2488         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2489         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2490         # -bexpall does not export symbols beginning with underscore (_)
2491         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2492         # Exported symbols can be pulled into shared objects from archives
2493         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2494         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2495         # This is similar to how AIX traditionally builds it's shared libraries.
2496         _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'
2497       fi
2498     fi
2499     ;;
2500   chorus*)
2501     case $cc_basename in
2502       *)
2503         # FIXME: insert proper C++ library support
2504         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2505         ;;
2506     esac
2507     ;;
2509   cygwin* | mingw* | pw32*)
2510     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2511     # as there is no search path for DLLs.
2512     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2513     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2514     _LT_AC_TAGVAR(always_export_symbols, $1)=no
2515     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2517     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2518       _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'
2519       # If the export-symbols file already is a .def file (1st line
2520       # is EXPORTS), use it as is; otherwise, prepend...
2521       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2522         cp $export_symbols $output_objdir/$soname.def;
2523       else
2524         echo EXPORTS > $output_objdir/$soname.def;
2525         cat $export_symbols >> $output_objdir/$soname.def;
2526       fi~
2527       $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'
2528     else
2529       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2530     fi
2531   ;;
2533   darwin* | rhapsody*)
2534   if test "$GXX" = yes; then
2535     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2536     case "$host_os" in
2537     rhapsody* | darwin1.[[012]])
2538       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2539       ;;
2540     *) # Darwin 1.3 on
2541       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2542         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2543       else
2544         case ${MACOSX_DEPLOYMENT_TARGET} in
2545           10.[[012]])
2546             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2547             ;;
2548           10.*)
2549             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2550             ;;
2551         esac
2552       fi
2553       ;;
2554     esac
2555     lt_int_apple_cc_single_mod=no
2556     output_verbose_link_cmd='echo'
2557     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
2558       lt_int_apple_cc_single_mod=yes
2559     fi
2560     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2561       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2562     else
2563       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -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'
2564     fi
2565     _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2567     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2568     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2569       _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}'
2570     else
2571       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
2572     fi
2573     _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}'
2574     _LT_AC_TAGVAR(hardcode_direct, $1)=no
2575     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2576     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2577     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2578     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2579   else
2580     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2581   fi
2582     ;;
2584   dgux*)
2585     case $cc_basename in
2586       ec++)
2587         # FIXME: insert proper C++ library support
2588         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2589         ;;
2590       ghcx)
2591         # Green Hills C++ Compiler
2592         # FIXME: insert proper C++ library support
2593         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2594         ;;
2595       *)
2596         # FIXME: insert proper C++ library support
2597         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2598         ;;
2599     esac
2600     ;;
2601   freebsd[12]*)
2602     # C++ shared libraries reported to be fairly broken before switch to ELF
2603     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2604     ;;
2605   freebsd-elf*)
2606     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2607     ;;
2608   freebsd* | kfreebsd*-gnu)
2609     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2610     # conventions
2611     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2612     ;;
2613   gnu*)
2614     ;;
2615   hpux9*)
2616     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2617     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2618     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2619     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2620     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2621                                 # but as the default
2622                                 # location of the library.
2624     case $cc_basename in
2625     CC)
2626       # FIXME: insert proper C++ library support
2627       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2628       ;;
2629     aCC)
2630       _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'
2631       # Commands to make compiler produce verbose output that lists
2632       # what "hidden" libraries, object files and flags are used when
2633       # linking a shared library.
2634       #
2635       # There doesn't appear to be a way to prevent this compiler from
2636       # explicitly linking system object files so we need to strip them
2637       # from the output so that they don't get included in the library
2638       # dependencies.
2639       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'
2640       ;;
2641     *)
2642       if test "$GXX" = yes; then
2643         _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'
2644       else
2645         # FIXME: insert proper C++ library support
2646         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2647       fi
2648       ;;
2649     esac
2650     ;;
2651   hpux10*|hpux11*)
2652     if test $with_gnu_ld = no; then
2653       case "$host_cpu" in
2654       hppa*64*)
2655         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2656         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2657         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2658         ;;
2659       ia64*)
2660         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2661         ;;
2662       *)
2663         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2664         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2665         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2666         ;;
2667       esac
2668     fi
2669     case "$host_cpu" in
2670     hppa*64*)
2671       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2672       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2673       ;;
2674     ia64*)
2675       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2676       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2677       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2678                                               # but as the default
2679                                               # location of the library.
2680       ;;
2681     *)
2682       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2683       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2684                                               # but as the default
2685                                               # location of the library.
2686       ;;
2687     esac
2689     case $cc_basename in
2690       CC)
2691         # FIXME: insert proper C++ library support
2692         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2693         ;;
2694       aCC)
2695         case "$host_cpu" in
2696         hppa*64*|ia64*)
2697           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2698           ;;
2699         *)
2700           _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'
2701           ;;
2702         esac
2703         # Commands to make compiler produce verbose output that lists
2704         # what "hidden" libraries, object files and flags are used when
2705         # linking a shared library.
2706         #
2707         # There doesn't appear to be a way to prevent this compiler from
2708         # explicitly linking system object files so we need to strip them
2709         # from the output so that they don't get included in the library
2710         # dependencies.
2711         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'
2712         ;;
2713       *)
2714         if test "$GXX" = yes; then
2715           if test $with_gnu_ld = no; then
2716             case "$host_cpu" in
2717             ia64*|hppa*64*)
2718               _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2719               ;;
2720             *)
2721               _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'
2722               ;;
2723             esac
2724           fi
2725         else
2726           # FIXME: insert proper C++ library support
2727           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2728         fi
2729         ;;
2730     esac
2731     ;;
2732   irix5* | irix6*)
2733     case $cc_basename in
2734       CC)
2735         # SGI C++
2736         _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 ${objdir}/so_locations -o $lib'
2738         # Archives containing C++ object files must be created using
2739         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2740         # necessary to make sure instantiated templates are included
2741         # in the archive.
2742         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
2743         ;;
2744       *)
2745         if test "$GXX" = yes; then
2746           if test "$with_gnu_ld" = no; then
2747             _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}${objdir}/so_locations -o $lib'
2748           else
2749             _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'
2750           fi
2751         fi
2752         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2753         ;;
2754     esac
2755     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2756     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2757     ;;
2758   linux*)
2759     case $cc_basename in
2760       KCC)
2761         # Kuck and Associates, Inc. (KAI) C++ Compiler
2763         # KCC will only create a shared library if the output file
2764         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2765         # to its proper name (with version) after linking.
2766         _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'
2767         _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'
2768         # Commands to make compiler produce verbose output that lists
2769         # what "hidden" libraries, object files and flags are used when
2770         # linking a shared library.
2771         #
2772         # There doesn't appear to be a way to prevent this compiler from
2773         # explicitly linking system object files so we need to strip them
2774         # from the output so that they don't get included in the library
2775         # dependencies.
2776         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'
2778         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
2779         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2781         # Archives containing C++ object files must be created using
2782         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2783         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2784         ;;
2785       icpc)
2786         # Intel C++
2787         with_gnu_ld=yes
2788         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2789         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2790         _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'
2791         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2792         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2793         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2794         ;;
2795       cxx)
2796         # Compaq C++
2797         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2798         _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'
2800         runpath_var=LD_RUN_PATH
2801         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2802         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2804         # Commands to make compiler produce verbose output that lists
2805         # what "hidden" libraries, object files and flags are used when
2806         # linking a shared library.
2807         #
2808         # There doesn't appear to be a way to prevent this compiler from
2809         # explicitly linking system object files so we need to strip them
2810         # from the output so that they don't get included in the library
2811         # dependencies.
2812         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'
2813         ;;
2814     esac
2815     ;;
2816   lynxos*)
2817     # FIXME: insert proper C++ library support
2818     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2819     ;;
2820   m88k*)
2821     # FIXME: insert proper C++ library support
2822     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2823     ;;
2824   mvs*)
2825     case $cc_basename in
2826       cxx)
2827         # FIXME: insert proper C++ library support
2828         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2829         ;;
2830       *)
2831         # FIXME: insert proper C++ library support
2832         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2833         ;;
2834     esac
2835     ;;
2836   netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
2837     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2838       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2839       wlarc=
2840       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2841       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2842       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2843     fi
2844     # Workaround some broken pre-1.5 toolchains
2845     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2846     ;;
2847   osf3*)
2848     case $cc_basename in
2849       KCC)
2850         # Kuck and Associates, Inc. (KAI) C++ Compiler
2852         # KCC will only create a shared library if the output file
2853         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2854         # to its proper name (with version) after linking.
2855         _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'
2857         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2858         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2860         # Archives containing C++ object files must be created using
2861         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2862         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2864         ;;
2865       RCC)
2866         # Rational C++ 2.4.1
2867         # FIXME: insert proper C++ library support
2868         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2869         ;;
2870       cxx)
2871         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2872         _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 ${objdir}/so_locations -o $lib'
2874         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2875         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2877         # Commands to make compiler produce verbose output that lists
2878         # what "hidden" libraries, object files and flags are used when
2879         # linking a shared library.
2880         #
2881         # There doesn't appear to be a way to prevent this compiler from
2882         # explicitly linking system object files so we need to strip them
2883         # from the output so that they don't get included in the library
2884         # dependencies.
2885         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'
2886         ;;
2887       *)
2888         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2889           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2890           _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}${objdir}/so_locations -o $lib'
2892           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2893           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2895           # Commands to make compiler produce verbose output that lists
2896           # what "hidden" libraries, object files and flags are used when
2897           # linking a shared library.
2898           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2900         else
2901           # FIXME: insert proper C++ library support
2902           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2903         fi
2904         ;;
2905     esac
2906     ;;
2907   osf4* | osf5*)
2908     case $cc_basename in
2909       KCC)
2910         # Kuck and Associates, Inc. (KAI) C++ Compiler
2912         # KCC will only create a shared library if the output file
2913         # ends with ".so" (or ".sl" for HP-UX), so rename the library
2914         # to its proper name (with version) after linking.
2915         _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'
2917         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2918         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2920         # Archives containing C++ object files must be created using
2921         # the KAI C++ compiler.
2922         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
2923         ;;
2924       RCC)
2925         # Rational C++ 2.4.1
2926         # FIXME: insert proper C++ library support
2927         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2928         ;;
2929       cxx)
2930         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
2931         _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 ${objdir}/so_locations -o $lib'
2932         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
2933           echo "-hidden">> $lib.exp~
2934           $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 $objdir/so_locations -o $lib~
2935           $rm $lib.exp'
2937         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2938         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2940         # Commands to make compiler produce verbose output that lists
2941         # what "hidden" libraries, object files and flags are used when
2942         # linking a shared library.
2943         #
2944         # There doesn't appear to be a way to prevent this compiler from
2945         # explicitly linking system object files so we need to strip them
2946         # from the output so that they don't get included in the library
2947         # dependencies.
2948         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'
2949         ;;
2950       *)
2951         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2952           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2953          _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}${objdir}/so_locations -o $lib'
2955           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2956           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2958           # Commands to make compiler produce verbose output that lists
2959           # what "hidden" libraries, object files and flags are used when
2960           # linking a shared library.
2961           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2963         else
2964           # FIXME: insert proper C++ library support
2965           _LT_AC_TAGVAR(ld_shlibs, $1)=no
2966         fi
2967         ;;
2968     esac
2969     ;;
2970   psos*)
2971     # FIXME: insert proper C++ library support
2972     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2973     ;;
2974   sco*)
2975     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2976     case $cc_basename in
2977       CC)
2978         # FIXME: insert proper C++ library support
2979         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2980         ;;
2981       *)
2982         # FIXME: insert proper C++ library support
2983         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2984         ;;
2985     esac
2986     ;;
2987   sunos4*)
2988     case $cc_basename in
2989       CC)
2990         # Sun C++ 4.x
2991         # FIXME: insert proper C++ library support
2992         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2993         ;;
2994       lcc)
2995         # Lucid
2996         # FIXME: insert proper C++ library support
2997         _LT_AC_TAGVAR(ld_shlibs, $1)=no
2998         ;;
2999       *)
3000         # FIXME: insert proper C++ library support
3001         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3002         ;;
3003     esac
3004     ;;
3005   solaris*)
3006     case $cc_basename in
3007       CC)
3008         # Sun C++ 4.2, 5.x and Centerline C++
3009         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3010         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3011         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3012         $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3014         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3015         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3016         case $host_os in
3017           solaris2.[0-5] | solaris2.[0-5].*) ;;
3018           *)
3019             # The C++ compiler is used as linker so we must use $wl
3020             # flag to pass the commands to the underlying system
3021             # linker.
3022             # Supported since Solaris 2.6 (maybe 2.5.1?)
3023             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3024             ;;
3025         esac
3026         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3028         # Commands to make compiler produce verbose output that lists
3029         # what "hidden" libraries, object files and flags are used when
3030         # linking a shared library.
3031         #
3032         # There doesn't appear to be a way to prevent this compiler from
3033         # explicitly linking system object files so we need to strip them
3034         # from the output so that they don't get included in the library
3035         # dependencies.
3036         output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3038         # Archives containing C++ object files must be created using
3039         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3040         # necessary to make sure instantiated templates are included
3041         # in the archive.
3042         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3043         ;;
3044       gcx)
3045         # Green Hills C++ Compiler
3046         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3048         # The C++ compiler must be used to create the archive.
3049         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3050         ;;
3051       *)
3052         # GNU C++ compiler with Solaris linker
3053         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3054           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3055           if $CC --version | grep -v '^2\.7' > /dev/null; then
3056             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3057             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3058                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3060             # Commands to make compiler produce verbose output that lists
3061             # what "hidden" libraries, object files and flags are used when
3062             # linking a shared library.
3063             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3064           else
3065             # g++ 2.7 appears to require `-G' NOT `-shared' on this
3066             # platform.
3067             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3068             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3069                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3071             # Commands to make compiler produce verbose output that lists
3072             # what "hidden" libraries, object files and flags are used when
3073             # linking a shared library.
3074             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3075           fi
3077           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3078         fi
3079         ;;
3080     esac
3081     ;;
3082   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3083     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3084     ;;
3085   tandem*)
3086     case $cc_basename in
3087       NCC)
3088         # NonStop-UX NCC 3.20
3089         # FIXME: insert proper C++ library support
3090         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3091         ;;
3092       *)
3093         # FIXME: insert proper C++ library support
3094         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3095         ;;
3096     esac
3097     ;;
3098   vxworks*)
3099     # FIXME: insert proper C++ library support
3100     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3101     ;;
3102   *)
3103     # FIXME: insert proper C++ library support
3104     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3105     ;;
3106 esac
3107 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3108 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3110 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3111 _LT_AC_TAGVAR(LD, $1)="$LD"
3113 ## CAVEAT EMPTOR:
3114 ## There is no encapsulation within the following macros, do not change
3115 ## the running order or otherwise move them around unless you know exactly
3116 ## what you are doing...
3117 AC_LIBTOOL_POSTDEP_PREDEP($1)
3118 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3119 AC_LIBTOOL_PROG_CC_C_O($1)
3120 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3121 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3122 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3123 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3124 AC_LIBTOOL_SYS_LIB_STRIP
3125 AC_LIBTOOL_DLOPEN_SELF($1)
3127 AC_LIBTOOL_CONFIG($1)
3129 AC_LANG_POP
3130 CC=$lt_save_CC
3131 LDCXX=$LD
3132 LD=$lt_save_LD
3133 GCC=$lt_save_GCC
3134 with_gnu_ldcxx=$with_gnu_ld
3135 with_gnu_ld=$lt_save_with_gnu_ld
3136 lt_cv_path_LDCXX=$lt_cv_path_LD
3137 lt_cv_path_LD=$lt_save_path_LD
3138 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3139 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3141 m4trace:/usr/share/aclocal/libtool.m4:3640: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
3142 dnl we can't use the lt_simple_compile_test_code here,
3143 dnl because it contains code intended for an executable,
3144 dnl not a library.  It's possible we should let each
3145 dnl tag define a new lt_????_link_test_code variable,
3146 dnl but it's only used here...
3147 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3148 int a;
3149 void foo (void) { a = 0; }
3151 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3152 class Foo
3154 public:
3155   Foo (void) { a = 0; }
3156 private:
3157   int a;
3160 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3161       subroutine foo
3162       implicit none
3163       integer*4 a
3164       a=0
3165       return
3166       end
3168 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3169 public class foo {
3170   private int a;
3171   public void bar (void) {
3172     a = 0;
3173   }
3177 dnl Parse the compiler output and extract the necessary
3178 dnl objects, libraries and library flags.
3179 if AC_TRY_EVAL(ac_compile); then
3180   # Parse the compiler output and extract the necessary
3181   # objects, libraries and library flags.
3183   # Sentinel used to keep track of whether or not we are before
3184   # the conftest object file.
3185   pre_test_object_deps_done=no
3187   # The `*' in the case matches for architectures that use `case' in
3188   # $output_verbose_cmd can trigger glob expansion during the loop
3189   # eval without this substitution.
3190   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3192   for p in `eval $output_verbose_link_cmd`; do
3193     case $p in
3195     -L* | -R* | -l*)
3196        # Some compilers place space between "-{L,R}" and the path.
3197        # Remove the space.
3198        if test $p = "-L" \
3199           || test $p = "-R"; then
3200          prev=$p
3201          continue
3202        else
3203          prev=
3204        fi
3206        if test "$pre_test_object_deps_done" = no; then
3207          case $p in
3208          -L* | -R*)
3209            # Internal compiler library paths should come after those
3210            # provided the user.  The postdeps already come after the
3211            # user supplied libs so there is no need to process them.
3212            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3213              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3214            else
3215              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3216            fi
3217            ;;
3218          # The "-l" case would never come before the object being
3219          # linked, so don't bother handling this case.
3220          esac
3221        else
3222          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3223            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3224          else
3225            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3226          fi
3227        fi
3228        ;;
3230     *.$objext)
3231        # This assumes that the test object file only shows up
3232        # once in the compiler output.
3233        if test "$p" = "conftest.$objext"; then
3234          pre_test_object_deps_done=yes
3235          continue
3236        fi
3238        if test "$pre_test_object_deps_done" = no; then
3239          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3240            _LT_AC_TAGVAR(predep_objects, $1)="$p"
3241          else
3242            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3243          fi
3244        else
3245          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3246            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3247          else
3248            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3249          fi
3250        fi
3251        ;;
3253     *) ;; # Ignore the rest.
3255     esac
3256   done
3258   # Clean up.
3259   rm -f a.out a.exe
3260 else
3261   echo "libtool.m4: error: problem compiling $1 test program"
3264 $rm -f confest.$objext
3266 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3267 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3268 esac
3270 m4trace:/usr/share/aclocal/libtool.m4:3647: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3271 m4trace:/usr/share/aclocal/libtool.m4:3739: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
3272 AC_LANG_PUSH(Fortran 77)
3274 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3275 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3276 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3277 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3278 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3279 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3280 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3281 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3282 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3283 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3284 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3285 _LT_AC_TAGVAR(module_cmds, $1)=
3286 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3287 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3288 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3289 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3290 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3291 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3293 # Source file extension for f77 test sources.
3294 ac_ext=f
3296 # Object file extension for compiled f77 test sources.
3297 objext=o
3298 _LT_AC_TAGVAR(objext, $1)=$objext
3300 # Code to be used in simple compile tests
3301 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
3303 # Code to be used in simple link tests
3304 lt_simple_link_test_code="      program t\n      end\n"
3306 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3307 _LT_AC_SYS_COMPILER
3309 # Allow CC to be a program name with arguments.
3310 lt_save_CC="$CC"
3311 CC=${F77-"f77"}
3312 compiler=$CC
3313 _LT_AC_TAGVAR(compiler, $1)=$CC
3314 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3316 AC_MSG_CHECKING([if libtool supports shared libraries])
3317 AC_MSG_RESULT([$can_build_shared])
3319 AC_MSG_CHECKING([whether to build shared libraries])
3320 test "$can_build_shared" = "no" && enable_shared=no
3322 # On AIX, shared libraries and static libraries use the same namespace, and
3323 # are all built from PIC.
3324 case "$host_os" in
3325 aix3*)
3326   test "$enable_shared" = yes && enable_static=no
3327   if test -n "$RANLIB"; then
3328     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3329     postinstall_cmds='$RANLIB $lib'
3330   fi
3331   ;;
3332 aix4* | aix5*)
3333   test "$enable_shared" = yes && enable_static=no
3334   ;;
3335 esac
3336 AC_MSG_RESULT([$enable_shared])
3338 AC_MSG_CHECKING([whether to build static libraries])
3339 # Make sure either enable_shared or enable_static is yes.
3340 test "$enable_shared" = yes || enable_static=yes
3341 AC_MSG_RESULT([$enable_static])
3343 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3345 _LT_AC_TAGVAR(GCC, $1)="$G77"
3346 _LT_AC_TAGVAR(LD, $1)="$LD"
3348 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3349 AC_LIBTOOL_PROG_CC_C_O($1)
3350 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3351 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3352 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3353 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3354 AC_LIBTOOL_SYS_LIB_STRIP
3357 AC_LIBTOOL_CONFIG($1)
3359 AC_LANG_POP
3360 CC="$lt_save_CC"
3362 m4trace:/usr/share/aclocal/libtool.m4:3747: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3363 m4trace:/usr/share/aclocal/libtool.m4:3794: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
3365 # Source file extension for Java test sources.
3366 ac_ext=java
3368 # Object file extension for compiled Java test sources.
3369 objext=o
3370 _LT_AC_TAGVAR(objext, $1)=$objext
3372 # Code to be used in simple compile tests
3373 lt_simple_compile_test_code="class foo {}\n"
3375 # Code to be used in simple link tests
3376 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3378 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3379 _LT_AC_SYS_COMPILER
3381 # Allow CC to be a program name with arguments.
3382 lt_save_CC="$CC"
3383 CC=${GCJ-"gcj"}
3384 compiler=$CC
3385 _LT_AC_TAGVAR(compiler, $1)=$CC
3387 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3388 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3390 ## CAVEAT EMPTOR:
3391 ## There is no encapsulation within the following macros, do not change
3392 ## the running order or otherwise move them around unless you know exactly
3393 ## what you are doing...
3394 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3395 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3396 AC_LIBTOOL_PROG_CC_C_O($1)
3397 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3398 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3399 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3400 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3401 AC_LIBTOOL_SYS_LIB_STRIP
3402 AC_LIBTOOL_DLOPEN_SELF($1)
3404 AC_LIBTOOL_CONFIG($1)
3406 AC_LANG_RESTORE
3407 CC="$lt_save_CC"
3409 m4trace:/usr/share/aclocal/libtool.m4:3802: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3410 m4trace:/usr/share/aclocal/libtool.m4:3833: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
3412 # Source file extension for RC test sources.
3413 ac_ext=rc
3415 # Object file extension for compiled RC test sources.
3416 objext=o
3417 _LT_AC_TAGVAR(objext, $1)=$objext
3419 # Code to be used in simple compile tests
3420 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3422 # Code to be used in simple link tests
3423 lt_simple_link_test_code="$lt_simple_compile_test_code"
3425 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3426 _LT_AC_SYS_COMPILER
3428 # Allow CC to be a program name with arguments.
3429 lt_save_CC="$CC"
3430 CC=${RC-"windres"}
3431 compiler=$CC
3432 _LT_AC_TAGVAR(compiler, $1)=$CC
3433 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3435 AC_LIBTOOL_CONFIG($1)
3437 AC_LANG_RESTORE
3438 CC="$lt_save_CC"
3440 m4trace:/usr/share/aclocal/libtool.m4:4318: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
3441 # libtool distribution, otherwise you forgot to ship ltmain.sh
3442 # with your package, and you will get complaints that there are
3443 # no rules to generate ltmain.sh.
3444 if test -f "$ltmain"; then
3445   # See if we are running on zsh, and set the options which allow our commands through
3446   # without removal of \ escapes.
3447   if test -n "${ZSH_VERSION+set}" ; then
3448     setopt NO_GLOB_SUBST
3449   fi
3450   # Now quote all the things that may contain metacharacters while being
3451   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3452   # variables and quote the copies for generation of the libtool script.
3453   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3454     SED SHELL STRIP \
3455     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3456     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3457     deplibs_check_method reload_flag reload_cmds need_locks \
3458     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3459     lt_cv_sys_global_symbol_to_c_name_address \
3460     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3461     old_postinstall_cmds old_postuninstall_cmds \
3462     _LT_AC_TAGVAR(compiler, $1) \
3463     _LT_AC_TAGVAR(CC, $1) \
3464     _LT_AC_TAGVAR(LD, $1) \
3465     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3466     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3467     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3468     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3469     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3470     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3471     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3472     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3473     _LT_AC_TAGVAR(old_archive_cmds, $1) \
3474     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3475     _LT_AC_TAGVAR(predep_objects, $1) \
3476     _LT_AC_TAGVAR(postdep_objects, $1) \
3477     _LT_AC_TAGVAR(predeps, $1) \
3478     _LT_AC_TAGVAR(postdeps, $1) \
3479     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3480     _LT_AC_TAGVAR(archive_cmds, $1) \
3481     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3482     _LT_AC_TAGVAR(postinstall_cmds, $1) \
3483     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3484     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3485     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3486     _LT_AC_TAGVAR(no_undefined_flag, $1) \
3487     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3488     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3489     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3490     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3491     _LT_AC_TAGVAR(hardcode_automatic, $1) \
3492     _LT_AC_TAGVAR(module_cmds, $1) \
3493     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3494     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3495     _LT_AC_TAGVAR(exclude_expsyms, $1) \
3496     _LT_AC_TAGVAR(include_expsyms, $1); do
3498     case $var in
3499     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3500     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3501     _LT_AC_TAGVAR(archive_cmds, $1) | \
3502     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3503     _LT_AC_TAGVAR(module_cmds, $1) | \
3504     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3505     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3506     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3507     extract_expsyms_cmds | reload_cmds | finish_cmds | \
3508     postinstall_cmds | postuninstall_cmds | \
3509     old_postinstall_cmds | old_postuninstall_cmds | \
3510     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3511       # Double-quote double-evaled strings.
3512       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3513       ;;
3514     *)
3515       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3516       ;;
3517     esac
3518   done
3520   case $lt_echo in
3521   *'\[$]0 --fallback-echo"')
3522     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3523     ;;
3524   esac
3526 ifelse([$1], [],
3527   [cfgfile="${ofile}T"
3528   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3529   $rm -f "$cfgfile"
3530   AC_MSG_NOTICE([creating $ofile])],
3531   [cfgfile="$ofile"])
3533   cat <<__EOF__ >> "$cfgfile"
3534 ifelse([$1], [],
3535 [#! $SHELL
3537 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3538 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3539 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3541 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3542 # Free Software Foundation, Inc.
3544 # This file is part of GNU Libtool:
3545 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3547 # This program is free software; you can redistribute it and/or modify
3548 # it under the terms of the GNU General Public License as published by
3549 # the Free Software Foundation; either version 2 of the License, or
3550 # (at your option) any later version.
3552 # This program is distributed in the hope that it will be useful, but
3553 # WITHOUT ANY WARRANTY; without even the implied warranty of
3554 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3555 # General Public License for more details.
3557 # You should have received a copy of the GNU General Public License
3558 # along with this program; if not, write to the Free Software
3559 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3561 # As a special exception to the GNU General Public License, if you
3562 # distribute this file as part of a program that contains a
3563 # configuration script generated by Autoconf, you may include it under
3564 # the same distribution terms that you use for the rest of that program.
3566 # A sed program that does not truncate output.
3567 SED=$lt_SED
3569 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3570 Xsed="$SED -e s/^X//"
3572 # The HP-UX ksh and POSIX shell print the target directory to stdout
3573 # if CDPATH is set.
3574 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3576 # The names of the tagged configurations supported by this script.
3577 available_tags=
3579 # ### BEGIN LIBTOOL CONFIG],
3580 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3582 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3584 # Shell to use when invoking shell scripts.
3585 SHELL=$lt_SHELL
3587 # Whether or not to build shared libraries.
3588 build_libtool_libs=$enable_shared
3590 # Whether or not to build static libraries.
3591 build_old_libs=$enable_static
3593 # Whether or not to add -lc for building shared libraries.
3594 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3596 # Whether or not to disallow shared libs when runtime libs are static
3597 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3599 # Whether or not to optimize for fast installation.
3600 fast_install=$enable_fast_install
3602 # The host system.
3603 host_alias=$host_alias
3604 host=$host
3606 # An echo program that does not interpret backslashes.
3607 echo=$lt_echo
3609 # The archiver.
3610 AR=$lt_AR
3611 AR_FLAGS=$lt_AR_FLAGS
3613 # A C compiler.
3614 LTCC=$lt_LTCC
3616 # A language-specific compiler.
3617 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3619 # Is the compiler the GNU C compiler?
3620 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3622 # An ERE matcher.
3623 EGREP=$lt_EGREP
3625 # The linker used to build libraries.
3626 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
3628 # Whether we need hard or soft links.
3629 LN_S=$lt_LN_S
3631 # A BSD-compatible nm program.
3632 NM=$lt_NM
3634 # A symbol stripping program
3635 STRIP=$lt_STRIP
3637 # Used to examine libraries when file_magic_cmd begins "file"
3638 MAGIC_CMD=$MAGIC_CMD
3640 # Used on cygwin: DLL creation program.
3641 DLLTOOL="$DLLTOOL"
3643 # Used on cygwin: object dumper.
3644 OBJDUMP="$OBJDUMP"
3646 # Used on cygwin: assembler.
3647 AS="$AS"
3649 # The name of the directory that contains temporary libtool files.
3650 objdir=$objdir
3652 # How to create reloadable object files.
3653 reload_flag=$lt_reload_flag
3654 reload_cmds=$lt_reload_cmds
3656 # How to pass a linker flag through the compiler.
3657 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
3659 # Object file suffix (normally "o").
3660 objext="$ac_objext"
3662 # Old archive suffix (normally "a").
3663 libext="$libext"
3665 # Shared library suffix (normally ".so").
3666 shrext_cmds='$shrext_cmds'
3668 # Executable file suffix (normally "").
3669 exeext="$exeext"
3671 # Additional compiler flags for building library objects.
3672 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
3673 pic_mode=$pic_mode
3675 # What is the maximum length of a command?
3676 max_cmd_len=$lt_cv_sys_max_cmd_len
3678 # Does compiler simultaneously support -c and -o options?
3679 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
3681 # Must we lock files when doing compilation ?
3682 need_locks=$lt_need_locks
3684 # Do we need the lib prefix for modules?
3685 need_lib_prefix=$need_lib_prefix
3687 # Do we need a version for libraries?
3688 need_version=$need_version
3690 # Whether dlopen is supported.
3691 dlopen_support=$enable_dlopen
3693 # Whether dlopen of programs is supported.
3694 dlopen_self=$enable_dlopen_self
3696 # Whether dlopen of statically linked programs is supported.
3697 dlopen_self_static=$enable_dlopen_self_static
3699 # Compiler flag to prevent dynamic linking.
3700 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
3702 # Compiler flag to turn off builtin functions.
3703 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
3705 # Compiler flag to allow reflexive dlopens.
3706 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
3708 # Compiler flag to generate shared objects directly from archives.
3709 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
3711 # Compiler flag to generate thread-safe objects.
3712 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
3714 # Library versioning type.
3715 version_type=$version_type
3717 # Format of library name prefix.
3718 libname_spec=$lt_libname_spec
3720 # List of archive names.  First name is the real one, the rest are links.
3721 # The last name is the one that the linker finds with -lNAME.
3722 library_names_spec=$lt_library_names_spec
3724 # The coded name of the library, if different from the real name.
3725 soname_spec=$lt_soname_spec
3727 # Commands used to build and install an old-style archive.
3728 RANLIB=$lt_RANLIB
3729 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
3730 old_postinstall_cmds=$lt_old_postinstall_cmds
3731 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3733 # Create an old-style archive from a shared archive.
3734 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
3736 # Create a temporary old-style archive to link instead of a shared archive.
3737 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
3739 # Commands used to build and install a shared archive.
3740 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
3741 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
3742 postinstall_cmds=$lt_postinstall_cmds
3743 postuninstall_cmds=$lt_postuninstall_cmds
3745 # Commands used to build a loadable module (assumed same as above if empty)
3746 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
3747 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
3749 # Commands to strip libraries.
3750 old_striplib=$lt_old_striplib
3751 striplib=$lt_striplib
3753 # Dependencies to place before the objects being linked to create a
3754 # shared library.
3755 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
3757 # Dependencies to place after the objects being linked to create a
3758 # shared library.
3759 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
3761 # Dependencies to place before the objects being linked to create a
3762 # shared library.
3763 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
3765 # Dependencies to place after the objects being linked to create a
3766 # shared library.
3767 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
3769 # The library search path used internally by the compiler when linking
3770 # a shared library.
3771 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
3773 # Method to check whether dependent libraries are shared objects.
3774 deplibs_check_method=$lt_deplibs_check_method
3776 # Command to use when deplibs_check_method == file_magic.
3777 file_magic_cmd=$lt_file_magic_cmd
3779 # Flag that allows shared libraries with undefined symbols to be built.
3780 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
3782 # Flag that forces no undefined symbols.
3783 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
3785 # Commands used to finish a libtool library installation in a directory.
3786 finish_cmds=$lt_finish_cmds
3788 # Same as above, but a single script fragment to be evaled but not shown.
3789 finish_eval=$lt_finish_eval
3791 # Take the output of nm and produce a listing of raw symbols and C names.
3792 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
3794 # Transform the output of nm in a proper C declaration
3795 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
3797 # Transform the output of nm in a C name address pair
3798 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
3800 # This is the shared library runtime path variable.
3801 runpath_var=$runpath_var
3803 # This is the shared library path variable.
3804 shlibpath_var=$shlibpath_var
3806 # Is shlibpath searched before the hard-coded library search path?
3807 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3809 # How to hardcode a shared library path into an executable.
3810 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
3812 # Whether we should hardcode library paths into libraries.
3813 hardcode_into_libs=$hardcode_into_libs
3815 # Flag to hardcode \$libdir into a binary during linking.
3816 # This must work even if \$libdir does not exist.
3817 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
3819 # If ld is used when linking, flag to hardcode \$libdir into
3820 # a binary during linking. This must work even if \$libdir does
3821 # not exist.
3822 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
3824 # Whether we need a single -rpath flag with a separated argument.
3825 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
3827 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
3828 # resulting binary.
3829 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
3831 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3832 # resulting binary.
3833 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
3835 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3836 # the resulting binary.
3837 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
3839 # Set to yes if building a shared library automatically hardcodes DIR into the library
3840 # and all subsequent libraries and executables linked against it.
3841 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
3843 # Variables whose values should be saved in libtool wrapper scripts and
3844 # restored at relink time.
3845 variables_saved_for_relink="$variables_saved_for_relink"
3847 # Whether libtool must link a program against all its dependency libraries.
3848 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
3850 # Compile-time system search path for libraries
3851 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3853 # Run-time system search path for libraries
3854 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3856 # Fix the shell variable \$srcfile for the compiler.
3857 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
3859 # Set to yes if exported symbols are required.
3860 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
3862 # The commands to list exported symbols.
3863 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
3865 # The commands to extract the exported symbol list from a shared archive.
3866 extract_expsyms_cmds=$lt_extract_expsyms_cmds
3868 # Symbols that should not be listed in the preloaded symbols.
3869 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
3871 # Symbols that must always be exported.
3872 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
3874 ifelse([$1],[],
3875 [# ### END LIBTOOL CONFIG],
3876 [# ### END LIBTOOL TAG CONFIG: $tagname])
3878 __EOF__
3880 ifelse([$1],[], [
3881   case $host_os in
3882   aix3*)
3883     cat <<\EOF >> "$cfgfile"
3885 # AIX sometimes has problems with the GCC collect2 program.  For some
3886 # reason, if we set the COLLECT_NAMES environment variable, the problems
3887 # vanish in a puff of smoke.
3888 if test "X${COLLECT_NAMES+set}" != Xset; then
3889   COLLECT_NAMES=
3890   export COLLECT_NAMES
3893     ;;
3894   esac
3896   # We use sed instead of cat because bash on DJGPP gets confused if
3897   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3898   # text mode, it properly converts lines to CR/LF.  This bash problem
3899   # is reportedly fixed, but why not run on old versions too?
3900   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
3902   mv -f "$cfgfile" "$ofile" || \
3903     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3904   chmod +x "$ofile"
3906 else
3907   # If there is no Makefile yet, we rely on a make rule to execute
3908   # `config.status --recheck' to rerun these tests and create the
3909   # libtool script then.
3910   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
3911   if test -f "$ltmain_in"; then
3912     test -f Makefile && make "$ltmain"
3913   fi
3916 m4trace:/usr/share/aclocal/libtool.m4:4336: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
3918 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3920 if test "$GCC" = yes; then
3921   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3923   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3924     lt_cv_prog_compiler_rtti_exceptions,
3925     [-fno-rtti -fno-exceptions], [],
3926     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3929 m4trace:/usr/share/aclocal/libtool.m4:4522: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
3930 AC_REQUIRE([AC_PROG_NM])
3931 AC_REQUIRE([AC_OBJEXT])
3932 # Check for command to grab the raw symbol name followed by C symbol from nm.
3933 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3934 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3936 # These are sane defaults that work on at least a few old systems.
3937 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
3939 # Character class describing NM global symbol codes.
3940 symcode='[[BCDEGRST]]'
3942 # Regexp to match symbols that can be accessed directly from C.
3943 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3945 # Transform the above into a raw symbol and a C symbol.
3946 symxfrm='\1 \2\3 \3'
3948 # Transform an extracted symbol line into a proper C declaration
3949 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
3951 # Transform an extracted symbol line into symbol name and symbol address
3952 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'"
3954 # Define system-specific variables.
3955 case $host_os in
3956 aix*)
3957   symcode='[[BCDT]]'
3958   ;;
3959 cygwin* | mingw* | pw32*)
3960   symcode='[[ABCDGISTW]]'
3961   ;;
3962 hpux*) # Its linker distinguishes data from code symbols
3963   if test "$host_cpu" = ia64; then
3964     symcode='[[ABCDEGRST]]'
3965   fi
3966   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3967   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'"
3968   ;;
3969 irix* | nonstopux*)
3970   symcode='[[BCDEGRST]]'
3971   ;;
3972 osf*)
3973   symcode='[[BCDEGQRST]]'
3974   ;;
3975 solaris* | sysv5*)
3976   symcode='[[BDRT]]'
3977   ;;
3978 sysv4)
3979   symcode='[[DFNSTU]]'
3980   ;;
3981 esac
3983 # Handle CRLF in mingw tool chain
3984 opt_cr=
3985 case $build_os in
3986 mingw*)
3987   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
3988   ;;
3989 esac
3991 # If we're using GNU nm, then use its standard symbol codes.
3992 case `$NM -V 2>&1` in
3993 *GNU* | *'with BFD'*)
3994   symcode='[[ABCDGIRSTW]]' ;;
3995 esac
3997 # Try without a prefix undercore, then with it.
3998 for ac_symprfx in "" "_"; do
4000   # Write the raw and C identifiers.
4001   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4003   # Check to see that the pipe works correctly.
4004   pipe_works=no
4006   rm -f conftest*
4007   cat > conftest.$ac_ext <<EOF
4008 #ifdef __cplusplus
4009 extern "C" {
4010 #endif
4011 char nm_test_var;
4012 void nm_test_func(){}
4013 #ifdef __cplusplus
4015 #endif
4016 int main(){nm_test_var='a';nm_test_func();return(0);}
4019   if AC_TRY_EVAL(ac_compile); then
4020     # Now try to grab the symbols.
4021     nlist=conftest.nm
4022     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4023       # Try sorting and uniquifying the output.
4024       if sort "$nlist" | uniq > "$nlist"T; then
4025         mv -f "$nlist"T "$nlist"
4026       else
4027         rm -f "$nlist"T
4028       fi
4030       # Make sure that we snagged all the symbols we need.
4031       if grep ' nm_test_var$' "$nlist" >/dev/null; then
4032         if grep ' nm_test_func$' "$nlist" >/dev/null; then
4033           cat <<EOF > conftest.$ac_ext
4034 #ifdef __cplusplus
4035 extern "C" {
4036 #endif
4039           # Now generate the symbol file.
4040           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4042           cat <<EOF >> conftest.$ac_ext
4043 #if defined (__STDC__) && __STDC__
4044 # define lt_ptr_t void *
4045 #else
4046 # define lt_ptr_t char *
4047 # define const
4048 #endif
4050 /* The mapping between symbol names and symbols. */
4051 const struct {
4052   const char *name;
4053   lt_ptr_t address;
4055 lt_preloaded_symbols[[]] =
4058           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4059           cat <<\EOF >> conftest.$ac_ext
4060   {0, (lt_ptr_t) 0}
4063 #ifdef __cplusplus
4065 #endif
4067           # Now try linking the two files.
4068           mv conftest.$ac_objext conftstm.$ac_objext
4069           lt_save_LIBS="$LIBS"
4070           lt_save_CFLAGS="$CFLAGS"
4071           LIBS="conftstm.$ac_objext"
4072           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4073           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4074             pipe_works=yes
4075           fi
4076           LIBS="$lt_save_LIBS"
4077           CFLAGS="$lt_save_CFLAGS"
4078         else
4079           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4080         fi
4081       else
4082         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4083       fi
4084     else
4085       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4086     fi
4087   else
4088     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4089     cat conftest.$ac_ext >&5
4090   fi
4091   rm -f conftest* conftst*
4093   # Do not use the global_symbol_pipe unless it works.
4094   if test "$pipe_works" = yes; then
4095     break
4096   else
4097     lt_cv_sys_global_symbol_pipe=
4098   fi
4099 done
4101 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4102   lt_cv_sys_global_symbol_to_cdecl=
4104 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4105   AC_MSG_RESULT(failed)
4106 else
4107   AC_MSG_RESULT(ok)
4110 m4trace:/usr/share/aclocal/libtool.m4:4983: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4111 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4112 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4114 AC_MSG_CHECKING([for $compiler option to produce PIC])
4115  ifelse([$1],[CXX],[
4116   # C++ specific cases for pic, static, wl, etc.
4117   if test "$GXX" = yes; then
4118     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4119     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4121     case $host_os in
4122     aix*)
4123       # All AIX code is PIC.
4124       if test "$host_cpu" = ia64; then
4125         # AIX 5 now supports IA64 processor
4126         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4127       fi
4128       ;;
4129     amigaos*)
4130       # FIXME: we need at least 68020 code to build shared libraries, but
4131       # adding the `-m68020' flag to GCC prevents building anything better,
4132       # like `-m68040'.
4133       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4134       ;;
4135     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4136       # PIC is the default for these OSes.
4137       ;;
4138     mingw* | os2* | pw32*)
4139       # This hack is so that the source file can tell whether it is being
4140       # built for inclusion in a dll (and should export symbols for example).
4141       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4142       ;;
4143     darwin* | rhapsody*)
4144       # PIC is the default on this platform
4145       # Common symbols not allowed in MH_DYLIB files
4146       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4147       ;;
4148     *djgpp*)
4149       # DJGPP does not support shared libraries at all
4150       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4151       ;;
4152     sysv4*MP*)
4153       if test -d /usr/nec; then
4154         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4155       fi
4156       ;;
4157     hpux*)
4158       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4159       # not for PA HP-UX.
4160       case "$host_cpu" in
4161       hppa*64*|ia64*)
4162         ;;
4163       *)
4164         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4165         ;;
4166       esac
4167       ;;
4168     *)
4169       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4170       ;;
4171     esac
4172   else
4173     case $host_os in
4174       aix4* | aix5*)
4175         # All AIX code is PIC.
4176         if test "$host_cpu" = ia64; then
4177           # AIX 5 now supports IA64 processor
4178           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4179         else
4180           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4181         fi
4182         ;;
4183       chorus*)
4184         case $cc_basename in
4185         cxch68)
4186           # Green Hills C++ Compiler
4187           # _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"
4188           ;;
4189         esac
4190         ;;
4191       dgux*)
4192         case $cc_basename in
4193           ec++)
4194             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4195             ;;
4196           ghcx)
4197             # Green Hills C++ Compiler
4198             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4199             ;;
4200           *)
4201             ;;
4202         esac
4203         ;;
4204       freebsd* | kfreebsd*-gnu)
4205         # FreeBSD uses GNU C++
4206         ;;
4207       hpux9* | hpux10* | hpux11*)
4208         case $cc_basename in
4209           CC)
4210             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4211             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4212             if test "$host_cpu" != ia64; then
4213               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4214             fi
4215             ;;
4216           aCC)
4217             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4218             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4219             case "$host_cpu" in
4220             hppa*64*|ia64*)
4221               # +Z the default
4222               ;;
4223             *)
4224               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4225               ;;
4226             esac
4227             ;;
4228           *)
4229             ;;
4230         esac
4231         ;;
4232       irix5* | irix6* | nonstopux*)
4233         case $cc_basename in
4234           CC)
4235             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4236             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4237             # CC pic flag -KPIC is the default.
4238             ;;
4239           *)
4240             ;;
4241         esac
4242         ;;
4243       linux*)
4244         case $cc_basename in
4245           KCC)
4246             # KAI C++ Compiler
4247             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4248             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4249             ;;
4250           icpc)
4251             # Intel C++
4252             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4253             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4254             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4255             ;;
4256           cxx)
4257             # Compaq C++
4258             # Make sure the PIC flag is empty.  It appears that all Alpha
4259             # Linux and Compaq Tru64 Unix objects are PIC.
4260             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4261             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4262             ;;
4263           *)
4264             ;;
4265         esac
4266         ;;
4267       lynxos*)
4268         ;;
4269       m88k*)
4270         ;;
4271       mvs*)
4272         case $cc_basename in
4273           cxx)
4274             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4275             ;;
4276           *)
4277             ;;
4278         esac
4279         ;;
4280       netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4281         ;;
4282       osf3* | osf4* | osf5*)
4283         case $cc_basename in
4284           KCC)
4285             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4286             ;;
4287           RCC)
4288             # Rational C++ 2.4.1
4289             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4290             ;;
4291           cxx)
4292             # Digital/Compaq C++
4293             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4294             # Make sure the PIC flag is empty.  It appears that all Alpha
4295             # Linux and Compaq Tru64 Unix objects are PIC.
4296             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4297             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4298             ;;
4299           *)
4300             ;;
4301         esac
4302         ;;
4303       psos*)
4304         ;;
4305       sco*)
4306         case $cc_basename in
4307           CC)
4308             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4309             ;;
4310           *)
4311             ;;
4312         esac
4313         ;;
4314       solaris*)
4315         case $cc_basename in
4316           CC)
4317             # Sun C++ 4.2, 5.x and Centerline C++
4318             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4319             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4320             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4321             ;;
4322           gcx)
4323             # Green Hills C++ Compiler
4324             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4325             ;;
4326           *)
4327             ;;
4328         esac
4329         ;;
4330       sunos4*)
4331         case $cc_basename in
4332           CC)
4333             # Sun C++ 4.x
4334             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4335             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4336             ;;
4337           lcc)
4338             # Lucid
4339             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4340             ;;
4341           *)
4342             ;;
4343         esac
4344         ;;
4345       tandem*)
4346         case $cc_basename in
4347           NCC)
4348             # NonStop-UX NCC 3.20
4349             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4350             ;;
4351           *)
4352             ;;
4353         esac
4354         ;;
4355       unixware*)
4356         ;;
4357       vxworks*)
4358         ;;
4359       *)
4360         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4361         ;;
4362     esac
4363   fi
4366   if test "$GCC" = yes; then
4367     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4368     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4370     case $host_os in
4371       aix*)
4372       # All AIX code is PIC.
4373       if test "$host_cpu" = ia64; then
4374         # AIX 5 now supports IA64 processor
4375         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4376       fi
4377       ;;
4379     amigaos*)
4380       # FIXME: we need at least 68020 code to build shared libraries, but
4381       # adding the `-m68020' flag to GCC prevents building anything better,
4382       # like `-m68040'.
4383       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4384       ;;
4386     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4387       # PIC is the default for these OSes.
4388       ;;
4390     mingw* | pw32* | os2*)
4391       # This hack is so that the source file can tell whether it is being
4392       # built for inclusion in a dll (and should export symbols for example).
4393       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4394       ;;
4396     darwin* | rhapsody*)
4397       # PIC is the default on this platform
4398       # Common symbols not allowed in MH_DYLIB files
4399       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4400       ;;
4402     msdosdjgpp*)
4403       # Just because we use GCC doesn't mean we suddenly get shared libraries
4404       # on systems that don't support them.
4405       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4406       enable_shared=no
4407       ;;
4409     sysv4*MP*)
4410       if test -d /usr/nec; then
4411         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4412       fi
4413       ;;
4415     hpux*)
4416       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4417       # not for PA HP-UX.
4418       case "$host_cpu" in
4419       hppa*64*|ia64*)
4420         # +Z the default
4421         ;;
4422       *)
4423         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4424         ;;
4425       esac
4426       ;;
4428     *)
4429       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4430       ;;
4431     esac
4432   else
4433     # PORTME Check for flag to pass linker flags through the system compiler.
4434     case $host_os in
4435     aix*)
4436       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4437       if test "$host_cpu" = ia64; then
4438         # AIX 5 now supports IA64 processor
4439         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4440       else
4441         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4442       fi
4443       ;;
4445     mingw* | pw32* | os2*)
4446       # This hack is so that the source file can tell whether it is being
4447       # built for inclusion in a dll (and should export symbols for example).
4448       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4449       ;;
4451     hpux9* | hpux10* | hpux11*)
4452       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4453       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4454       # not for PA HP-UX.
4455       case "$host_cpu" in
4456       hppa*64*|ia64*)
4457         # +Z the default
4458         ;;
4459       *)
4460         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4461         ;;
4462       esac
4463       # Is there a better lt_prog_compiler_static that works with the bundled CC?
4464       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4465       ;;
4467     irix5* | irix6* | nonstopux*)
4468       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4469       # PIC (with -KPIC) is the default.
4470       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4471       ;;
4473     newsos6)
4474       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4475       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4476       ;;
4478     linux*)
4479       case $CC in
4480       icc* | ecc*)
4481         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4482         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4483         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4484         ;;
4485       ccc*)
4486         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4487         # All Alpha code is PIC.
4488         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4489         ;;
4490       esac
4491       ;;
4493     osf3* | osf4* | osf5*)
4494       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4495       # All OSF/1 code is PIC.
4496       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4497       ;;
4499     sco3.2v5*)
4500       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4501       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4502       ;;
4504     solaris*)
4505       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4506       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4507       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4508       ;;
4510     sunos4*)
4511       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4512       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4513       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4514       ;;
4516     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4517       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4518       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4519       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4520       ;;
4522     sysv4*MP*)
4523       if test -d /usr/nec ;then
4524         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4525         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4526       fi
4527       ;;
4529     uts4*)
4530       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4531       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4532       ;;
4534     *)
4535       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4536       ;;
4537     esac
4538   fi
4540 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4543 # Check to make sure the PIC flag actually works.
4545 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4546   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4547     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4548     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4549     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4550      "" | " "*) ;;
4551      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4552      esac],
4553     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4554      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4556 case "$host_os" in
4557   # For platforms which do not support PIC, -DPIC is meaningless:
4558   *djgpp*)
4559     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4560     ;;
4561   *)
4562     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4563     ;;
4564 esac
4566 m4trace:/usr/share/aclocal/libtool.m4:5820: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4567 ifelse([$1],[CXX],[
4568   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4569   case $host_os in
4570   aix4* | aix5*)
4571     # If we're using GNU nm, then we don't want the "-C" option.
4572     # -C means demangle to AIX nm, but means don't demangle with GNU nm
4573     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4574       _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'
4575     else
4576       _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'
4577     fi
4578     ;;
4579   pw32*)
4580     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4581   ;;
4582   cygwin* | mingw*)
4583     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4584   ;;
4585   linux*)
4586     _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4587   ;;
4588   *)
4589     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4590   ;;
4591   esac
4593   runpath_var=
4594   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4595   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4596   _LT_AC_TAGVAR(archive_cmds, $1)=
4597   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4598   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4599   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4600   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4601   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4602   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4603   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4604   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4605   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4606   _LT_AC_TAGVAR(hardcode_direct, $1)=no
4607   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4608   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4609   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4610   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4611   _LT_AC_TAGVAR(module_cmds, $1)=
4612   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4613   _LT_AC_TAGVAR(always_export_symbols, $1)=no
4614   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4615   # include_expsyms should be a list of space-separated symbols to be *always*
4616   # included in the symbol list
4617   _LT_AC_TAGVAR(include_expsyms, $1)=
4618   # exclude_expsyms can be an extended regexp of symbols to exclude
4619   # it will be wrapped by ` (' and `)$', so one must not match beginning or
4620   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4621   # as well as any symbol that contains `d'.
4622   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
4623   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4624   # platforms (ab)use it in PIC code, but their linkers get confused if
4625   # the symbol is explicitly referenced.  Since portable code cannot
4626   # rely on this symbol name, it's probably fine to never include it in
4627   # preloaded symbol tables.
4628   extract_expsyms_cmds=
4630   case $host_os in
4631   cygwin* | mingw* | pw32*)
4632     # FIXME: the MSVC++ port hasn't been tested in a loooong time
4633     # When not using gcc, we currently assume that we are using
4634     # Microsoft Visual C++.
4635     if test "$GCC" != yes; then
4636       with_gnu_ld=no
4637     fi
4638     ;;
4639   openbsd*)
4640     with_gnu_ld=no
4641     ;;
4642   esac
4644   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
4645   if test "$with_gnu_ld" = yes; then
4646     # If archive_cmds runs LD, not CC, wlarc should be empty
4647     wlarc='${wl}'
4649     # See if GNU ld supports shared libraries.
4650     case $host_os in
4651     aix3* | aix4* | aix5*)
4652       # On AIX/PPC, the GNU linker is very broken
4653       if test "$host_cpu" != ia64; then
4654         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4655         cat <<EOF 1>&2
4657 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
4658 *** to be unable to reliably create shared libraries on AIX.
4659 *** Therefore, libtool is disabling shared libraries support.  If you
4660 *** really care for shared libraries, you may want to modify your PATH
4661 *** so that a non-GNU linker is found, and then restart.
4664       fi
4665       ;;
4667     amigaos*)
4668       _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)'
4669       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4670       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4672       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
4673       # that the semantics of dynamic libraries on AmigaOS, at least up
4674       # to version 4, is to share data among multiple programs linked
4675       # with the same dynamic library.  Since this doesn't match the
4676       # behavior of shared libraries on other platforms, we can't use
4677       # them.
4678       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4679       ;;
4681     beos*)
4682       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4683         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4684         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
4685         # support --undefined.  This deserves some investigation.  FIXME
4686         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4687       else
4688         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4689       fi
4690       ;;
4692     cygwin* | mingw* | pw32*)
4693       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
4694       # as there is no search path for DLLs.
4695       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4696       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4697       _LT_AC_TAGVAR(always_export_symbols, $1)=no
4698       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4699       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4701       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
4702         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
4703         # If the export-symbols file already is a .def file (1st line
4704         # is EXPORTS), use it as is; otherwise, prepend...
4705         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4706           cp $export_symbols $output_objdir/$soname.def;
4707         else
4708           echo EXPORTS > $output_objdir/$soname.def;
4709           cat $export_symbols >> $output_objdir/$soname.def;
4710         fi~
4711         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
4712       else
4713         ld_shlibs=no
4714       fi
4715       ;;
4717     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
4718       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4719         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
4720         wlarc=
4721       else
4722         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4723         _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'
4724       fi
4725       ;;
4727     solaris* | sysv5*)
4728       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
4729         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4730         cat <<EOF 1>&2
4732 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
4733 *** create shared libraries on Solaris systems.  Therefore, libtool
4734 *** is disabling shared libraries support.  We urge you to upgrade GNU
4735 *** binutils to release 2.9.1 or newer.  Another option is to modify
4736 *** your PATH or compiler configuration so that the native linker is
4737 *** used, and then restart.
4740       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4741         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4742         _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'
4743       else
4744         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4745       fi
4746       ;;
4748     sunos4*)
4749       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4750       wlarc=
4751       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4752       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4753       ;;
4755   linux*)
4756     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4757         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4758         _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
4759       supports_anon_versioning=no
4760       case `$LD -v 2>/dev/null` in
4761         *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
4762         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
4763         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
4764         *\ 2.11.*) ;; # other 2.11 versions
4765         *) supports_anon_versioning=yes ;;
4766       esac
4767       if test $supports_anon_versioning = yes; then
4768         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
4769 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4770 $echo "local: *; };" >> $output_objdir/$libname.ver~
4771         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
4772       else
4773         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
4774       fi
4775       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
4776     else
4777       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4778     fi
4779     ;;
4781     *)
4782       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
4783         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4784         _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'
4785       else
4786         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4787       fi
4788       ;;
4789     esac
4791     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
4792       runpath_var=LD_RUN_PATH
4793       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
4794       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
4795       # ancient GNU ld didn't support --whole-archive et. al.
4796       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
4797         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
4798       else
4799         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4800       fi
4801     fi
4802   else
4803     # PORTME fill in a description of your system's linker (not GNU ld)
4804     case $host_os in
4805     aix3*)
4806       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4807       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4808       _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'
4809       # Note: this linker hardcodes the directories in LIBPATH if there
4810       # are no directories specified by -L.
4811       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4812       if test "$GCC" = yes && test -z "$link_static_flag"; then
4813         # Neither direct hardcoding nor static linking is supported with a
4814         # broken collect2.
4815         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4816       fi
4817       ;;
4819     aix4* | aix5*)
4820       if test "$host_cpu" = ia64; then
4821         # On IA64, the linker does run time linking by default, so we don't
4822         # have to do anything special.
4823         aix_use_runtimelinking=no
4824         exp_sym_flag='-Bexport'
4825         no_entry_flag=""
4826       else
4827         # If we're using GNU nm, then we don't want the "-C" option.
4828         # -C means demangle to AIX nm, but means don't demangle with GNU nm
4829         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4830           _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'
4831         else
4832           _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'
4833         fi
4834         aix_use_runtimelinking=no
4836         # Test if we are trying to use run time linking or normal
4837         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4838         # need to do runtime linking.
4839         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
4840           for ld_flag in $LDFLAGS; do
4841           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
4842             aix_use_runtimelinking=yes
4843             break
4844           fi
4845           done
4846         esac
4848         exp_sym_flag='-bexport'
4849         no_entry_flag='-bnoentry'
4850       fi
4852       # When large executables or shared objects are built, AIX ld can
4853       # have problems creating the table of contents.  If linking a library
4854       # or program results in "error TOC overflow" add -mminimal-toc to
4855       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
4856       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
4858       _LT_AC_TAGVAR(archive_cmds, $1)=''
4859       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4860       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
4861       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4863       if test "$GCC" = yes; then
4864         case $host_os in aix4.[012]|aix4.[012].*)
4865         # We only want to do this on AIX 4.2 and lower, the check
4866         # below for broken collect2 doesn't work under 4.3+
4867           collect2name=`${CC} -print-prog-name=collect2`
4868           if test -f "$collect2name" && \
4869            strings "$collect2name" | grep resolve_lib_name >/dev/null
4870           then
4871           # We have reworked collect2
4872           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4873           else
4874           # We have old collect2
4875           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
4876           # It fails to find uninstalled libraries when the uninstalled
4877           # path is not listed in the libpath.  Setting hardcode_minus_L
4878           # to unsupported forces relinking
4879           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4880           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4881           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4882           fi
4883         esac
4884         shared_flag='-shared'
4885       else
4886         # not using gcc
4887         if test "$host_cpu" = ia64; then
4888         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
4889         # chokes on -Wl,-G. The following line is correct:
4890           shared_flag='-G'
4891         else
4892         if test "$aix_use_runtimelinking" = yes; then
4893             shared_flag='${wl}-G'
4894           else
4895             shared_flag='${wl}-bM:SRE'
4896         fi
4897         fi
4898       fi
4900       # It seems that -bexpall does not export symbols beginning with
4901       # underscore (_), so it is better to generate a list of symbols to export.
4902       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4903       if test "$aix_use_runtimelinking" = yes; then
4904         # Warning - without using the other runtime loading flags (-brtl),
4905         # -berok will link without error, but may produce a broken library.
4906         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
4907        # Determine the default libpath from the value encoded in an empty executable.
4908        _LT_AC_SYS_LIBPATH_AIX
4909        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4910         _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"
4911        else
4912         if test "$host_cpu" = ia64; then
4913           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
4914           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
4915           _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"
4916         else
4917          # Determine the default libpath from the value encoded in an empty executable.
4918          _LT_AC_SYS_LIBPATH_AIX
4919          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
4920           # Warning - without using the other run time loading flags,
4921           # -berok will link without error, but may produce a broken library.
4922           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
4923           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
4924           # -bexpall does not export symbols beginning with underscore (_)
4925           _LT_AC_TAGVAR(always_export_symbols, $1)=yes
4926           # Exported symbols can be pulled into shared objects from archives
4927           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
4928           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
4929           # This is similar to how AIX traditionally builds it's shared libraries.
4930           _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'
4931         fi
4932       fi
4933       ;;
4935     amigaos*)
4936       _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)'
4937       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4938       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4939       # see comment about different semantics on the GNU ld section
4940       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4941       ;;
4943     bsdi4*)
4944       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
4945       ;;
4947     cygwin* | mingw* | pw32*)
4948       # When not using gcc, we currently assume that we are using
4949       # Microsoft Visual C++.
4950       # hardcode_libdir_flag_spec is actually meaningless, as there is
4951       # no search path for DLLs.
4952       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
4953       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4954       # Tell ltmain to make .lib files, not .a files.
4955       libext=lib
4956       # Tell ltmain to make .dll files, not .so files.
4957       shrext_cmds=".dll"
4958       # FIXME: Setting linknames here is a bad hack.
4959       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
4960       # The linker will automatically build a .lib file if we build a DLL.
4961       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
4962       # FIXME: Should let the user specify the lib program.
4963       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
4964       fix_srcfile_path='`cygpath -w "$srcfile"`'
4965       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
4966       ;;
4968     darwin* | rhapsody*)
4969     if test "$GXX" = yes ; then
4970       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4971       case "$host_os" in
4972       rhapsody* | darwin1.[[012]])
4973         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
4974         ;;
4975       *) # Darwin 1.3 on
4976       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
4977         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4978       else
4979         case ${MACOSX_DEPLOYMENT_TARGET} in
4980           10.[[012]])
4981             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
4982             ;;
4983           10.*)
4984             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
4985             ;;
4986         esac
4987       fi
4988         ;;
4989       esac
4990         lt_int_apple_cc_single_mod=no
4991         output_verbose_link_cmd='echo'
4992         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
4993           lt_int_apple_cc_single_mod=yes
4994         fi
4995         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
4996           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
4997         else
4998         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -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'
4999       fi
5000       _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5001       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
5002         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5003           _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}'
5004         else
5005           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
5006         fi
5007           _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}'
5008       _LT_AC_TAGVAR(hardcode_direct, $1)=no
5009       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5010       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5011       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
5012       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5013     else
5014       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5015     fi
5016       ;;
5018     dgux*)
5019       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5020       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5021       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5022       ;;
5024     freebsd1*)
5025       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5026       ;;
5028     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5029     # support.  Future versions do this automatically, but an explicit c++rt0.o
5030     # does not break anything, and helps significantly (at the cost of a little
5031     # extra space).
5032     freebsd2.2*)
5033       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5034       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5035       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5036       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5037       ;;
5039     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5040     freebsd2*)
5041       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5042       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5043       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5044       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5045       ;;
5047     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5048     freebsd* | kfreebsd*-gnu)
5049       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5050       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5051       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5052       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5053       ;;
5055     hpux9*)
5056       if test "$GCC" = yes; then
5057         _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'
5058       else
5059         _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'
5060       fi
5061       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5062       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5063       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5065       # hardcode_minus_L: Not really in the search PATH,
5066       # but as the default location of the library.
5067       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5068       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5069       ;;
5071     hpux10* | hpux11*)
5072       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5073         case "$host_cpu" in
5074         hppa*64*|ia64*)
5075           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5076           ;;
5077         *)
5078           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5079           ;;
5080         esac
5081       else
5082         case "$host_cpu" in
5083         hppa*64*|ia64*)
5084           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5085           ;;
5086         *)
5087           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5088           ;;
5089         esac
5090       fi
5091       if test "$with_gnu_ld" = no; then
5092         case "$host_cpu" in
5093         hppa*64*)
5094           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5095           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5096           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5097           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5098           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5099           ;;
5100         ia64*)
5101           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5102           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5103           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5105           # hardcode_minus_L: Not really in the search PATH,
5106           # but as the default location of the library.
5107           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5108           ;;
5109         *)
5110           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5111           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5112           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5113           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5115           # hardcode_minus_L: Not really in the search PATH,
5116           # but as the default location of the library.
5117           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5118           ;;
5119         esac
5120       fi
5121       ;;
5123     irix5* | irix6* | nonstopux*)
5124       if test "$GCC" = yes; then
5125         _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'
5126       else
5127         _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'
5128         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5129       fi
5130       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5131       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5132       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5133       ;;
5135     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
5136       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5137         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
5138       else
5139         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
5140       fi
5141       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5142       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5143       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5144       ;;
5146     newsos6)
5147       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5148       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5149       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5150       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5151       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5152       ;;
5154     openbsd*)
5155       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5156       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5157       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5158         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5159         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5160         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5161       else
5162        case $host_os in
5163          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5164            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5165            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5166            ;;
5167          *)
5168            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5169            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5170            ;;
5171        esac
5172       fi
5173       ;;
5175     os2*)
5176       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5177       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5178       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5179       _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'
5180       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5181       ;;
5183     osf3*)
5184       if test "$GCC" = yes; then
5185         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5186         _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'
5187       else
5188         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5189         _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'
5190       fi
5191       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5192       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5193       ;;
5195     osf4* | osf5*)      # as osf3* with the addition of -msym flag
5196       if test "$GCC" = yes; then
5197         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5198         _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'
5199         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5200       else
5201         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5202         _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'
5203         _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~
5204         $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
5206         # Both c and cxx compiler support -rpath directly
5207         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5208       fi
5209       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5210       ;;
5212     sco3.2v5*)
5213       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5214       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5215       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5216       runpath_var=LD_RUN_PATH
5217       hardcode_runpath_var=yes
5218       ;;
5220     solaris*)
5221       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5222       if test "$GCC" = yes; then
5223         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5224         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5225           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
5226       else
5227         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5228         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5229         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5230       fi
5231       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5232       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5233       case $host_os in
5234       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5235       *) # Supported since Solaris 2.6 (maybe 2.5.1?)
5236         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5237       esac
5238       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5239       ;;
5241     sunos4*)
5242       if test "x$host_vendor" = xsequent; then
5243         # Use $CC to link under sequent, because it throws in some extra .o
5244         # files that make .init and .fini sections work.
5245         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5246       else
5247         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5248       fi
5249       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5250       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5251       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5252       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5253       ;;
5255     sysv4)
5256       case $host_vendor in
5257         sni)
5258           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5259           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5260         ;;
5261         siemens)
5262           ## LD is ld it makes a PLAMLIB
5263           ## CC just makes a GrossModule.
5264           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5265           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5266           _LT_AC_TAGVAR(hardcode_direct, $1)=no
5267         ;;
5268         motorola)
5269           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5270           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5271         ;;
5272       esac
5273       runpath_var='LD_RUN_PATH'
5274       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5275       ;;
5277     sysv4.3*)
5278       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5279       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5280       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5281       ;;
5283     sysv4*MP*)
5284       if test -d /usr/nec; then
5285         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5286         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5287         runpath_var=LD_RUN_PATH
5288         hardcode_runpath_var=yes
5289         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5290       fi
5291       ;;
5293     sysv4.2uw2*)
5294       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5295       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5296       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5297       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5298       hardcode_runpath_var=yes
5299       runpath_var=LD_RUN_PATH
5300       ;;
5302    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
5303       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5304       if test "$GCC" = yes; then
5305         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5306       else
5307         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5308       fi
5309       runpath_var='LD_RUN_PATH'
5310       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5311       ;;
5313     sysv5*)
5314       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5315       # $CC -shared without GNU ld will not create a library from C++
5316       # object files and a static libstdc++, better avoid it by now
5317       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5318       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
5319                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
5320       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5321       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5322       runpath_var='LD_RUN_PATH'
5323       ;;
5325     uts4*)
5326       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5327       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5328       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5329       ;;
5331     *)
5332       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5333       ;;
5334     esac
5335   fi
5337 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5338 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5340 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5341 if test "$GCC" = yes; then
5342   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5346 # Do we need to explicitly link libc?
5348 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5349 x|xyes)
5350   # Assume -lc should be added
5351   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5353   if test "$enable_shared" = yes && test "$GCC" = yes; then
5354     case $_LT_AC_TAGVAR(archive_cmds, $1) in
5355     *'~'*)
5356       # FIXME: we may have to deal with multi-command sequences.
5357       ;;
5358     '$CC '*)
5359       # Test whether the compiler implicitly links with -lc since on some
5360       # systems, -lgcc has to come before -lc. If gcc already passes -lc
5361       # to ld, don't add -lc before -lgcc.
5362       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5363       $rm conftest*
5364       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5366       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5367         soname=conftest
5368         lib=conftest
5369         libobjs=conftest.$ac_objext
5370         deplibs=
5371         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5372         compiler_flags=-v
5373         linker_flags=-v
5374         verstring=
5375         output_objdir=.
5376         libname=conftest
5377         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5378         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5379         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5380         then
5381           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5382         else
5383           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5384         fi
5385         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5386       else
5387         cat conftest.err 1>&5
5388       fi
5389       $rm conftest*
5390       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5391       ;;
5392     esac
5393   fi
5394   ;;
5395 esac
5397 m4trace:/usr/share/aclocal/libtool.m4:5860: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5398 # /* ltdll.c starts here */
5399 # #define WIN32_LEAN_AND_MEAN
5400 # #include <windows.h>
5401 # #undef WIN32_LEAN_AND_MEAN
5402 # #include <stdio.h>
5404 # #ifndef __CYGWIN__
5405 # #  ifdef __CYGWIN32__
5406 # #    define __CYGWIN__ __CYGWIN32__
5407 # #  endif
5408 # #endif
5410 # #ifdef __cplusplus
5411 # extern "C" {
5412 # #endif
5413 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5414 # #ifdef __cplusplus
5415 # }
5416 # #endif
5418 # #ifdef __CYGWIN__
5419 # #include <cygwin/cygwin_dll.h>
5420 # DECLARE_CYGWIN_DLL( DllMain );
5421 # #endif
5422 # HINSTANCE __hDllInstance_base;
5424 # BOOL APIENTRY
5425 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5426 # {
5427 #   __hDllInstance_base = hInst;
5428 #   return TRUE;
5429 # }
5430 # /* ltdll.c ends here */
5432 m4trace:/usr/share/aclocal/libtool.m4:5865: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5433 m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5434 m4trace:/usr/share/aclocal/libtool.m4:5870: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5435 m4trace:/usr/share/aclocal/libtool.m4:5871: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5436 m4trace:/usr/share/aclocal/libtool.m4:5872: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5437 m4trace:/usr/share/aclocal/libtool.m4:5873: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5438 m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5439 m4trace:/usr/share/aclocal/libtool.m4:5875: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5440 m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
5441   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5442   AC_SUBST(GCJFLAGS)
5444 m4trace:/usr/share/aclocal/libtool.m4:5888: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
5446 m4trace:/usr/share/aclocal/libtool.m4:5951: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
5447 AC_CACHE_VAL(lt_cv_path_SED,
5448 [# Loop through the user's path and test for sed and gsed.
5449 # Then use that list of sed's as ones to test for truncation.
5450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451 for as_dir in $PATH
5453   IFS=$as_save_IFS
5454   test -z "$as_dir" && as_dir=.
5455   for lt_ac_prog in sed gsed; do
5456     for ac_exec_ext in '' $ac_executable_extensions; do
5457       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5458         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5459       fi
5460     done
5461   done
5462 done
5463 lt_ac_max=0
5464 lt_ac_count=0
5465 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5466 # along with /bin/sed that truncates output.
5467 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5468   test ! -f $lt_ac_sed && break
5469   cat /dev/null > conftest.in
5470   lt_ac_count=0
5471   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5472   # Check for GNU sed and select it if it is found.
5473   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5474     lt_cv_path_SED=$lt_ac_sed
5475     break
5476   fi
5477   while true; do
5478     cat conftest.in conftest.in >conftest.tmp
5479     mv conftest.tmp conftest.in
5480     cp conftest.in conftest.nl
5481     echo >>conftest.nl
5482     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5483     cmp -s conftest.out conftest.nl || break
5484     # 10000 chars as input seems more than enough
5485     test $lt_ac_count -gt 10 && break
5486     lt_ac_count=`expr $lt_ac_count + 1`
5487     if test $lt_ac_count -gt $lt_ac_max; then
5488       lt_ac_max=$lt_ac_count
5489       lt_cv_path_SED=$lt_ac_sed
5490     fi
5491   done
5492 done
5493 SED=$lt_cv_path_SED
5495 AC_MSG_RESULT([$SED])
5497 m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
5498 m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.5])])
5499 m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
5500 AC_PREREQ([2.50])dnl
5501 # expand $ac_aux_dir to an absolute path
5502 am_aux_dir=`cd $ac_aux_dir && pwd`
5504 m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
5505  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
5506         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
5507 AC_SUBST([$1_TRUE])
5508 AC_SUBST([$1_FALSE])
5509 if $2; then
5510   $1_TRUE=
5511   $1_FALSE='#'
5512 else
5513   $1_TRUE='#'
5514   $1_FALSE=
5516 AC_CONFIG_COMMANDS_PRE(
5517 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
5518   AC_MSG_ERROR([[conditional "$1" was never defined.
5519 Usually this means the macro was only invoked conditionally.]])
5520 fi])])
5521 m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
5522 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
5523 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
5524 AC_REQUIRE([AM_DEP_TRACK])dnl
5526 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
5527        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
5528        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
5529        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
5530                    [depcc="$$1"   am_compiler_list=])
5532 AC_CACHE_CHECK([dependency style of $depcc],
5533                [am_cv_$1_dependencies_compiler_type],
5534 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5535   # We make a subdir and do the tests there.  Otherwise we can end up
5536   # making bogus files that we don't know about and never remove.  For
5537   # instance it was reported that on HP-UX the gcc test will end up
5538   # making a dummy file named `D' -- because `-MD' means `put the output
5539   # in D'.
5540   mkdir conftest.dir
5541   # Copy depcomp to subdir because otherwise we won't find it if we're
5542   # using a relative directory.
5543   cp "$am_depcomp" conftest.dir
5544   cd conftest.dir
5545   # We will build objects and dependencies in a subdirectory because
5546   # it helps to detect inapplicable dependency modes.  For instance
5547   # both Tru64's cc and ICC support -MD to output dependencies as a
5548   # side effect of compilation, but ICC will put the dependencies in
5549   # the current directory while Tru64 will put them in the object
5550   # directory.
5551   mkdir sub
5553   am_cv_$1_dependencies_compiler_type=none
5554   if test "$am_compiler_list" = ""; then
5555      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
5556   fi
5557   for depmode in $am_compiler_list; do
5558     # Setup a source with many dependencies, because some compilers
5559     # like to wrap large dependency lists on column 80 (with \), and
5560     # we should not choose a depcomp mode which is confused by this.
5561     #
5562     # We need to recreate these files for each test, as the compiler may
5563     # overwrite some of them when testing with obscure command lines.
5564     # This happens at least with the AIX C compiler.
5565     : > sub/conftest.c
5566     for i in 1 2 3 4 5 6; do
5567       echo '#include "conftst'$i'.h"' >> sub/conftest.c
5568       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5569       # Solaris 8's {/usr,}/bin/sh.
5570       touch sub/conftst$i.h
5571     done
5572     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5574     case $depmode in
5575     nosideeffect)
5576       # after this tag, mechanisms are not by side-effect, so they'll
5577       # only be used when explicitly requested
5578       if test "x$enable_dependency_tracking" = xyes; then
5579         continue
5580       else
5581         break
5582       fi
5583       ;;
5584     none) break ;;
5585     esac
5586     # We check with `-c' and `-o' for the sake of the "dashmstdout"
5587     # mode.  It turns out that the SunPro C++ compiler does not properly
5588     # handle `-M -o', and we need to detect this.
5589     if depmode=$depmode \
5590        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5591        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5592        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5593          >/dev/null 2>conftest.err &&
5594        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5595        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5596        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5597       # icc doesn't choke on unknown options, it will just issue warnings
5598       # or remarks (even with -Werror).  So we grep stderr for any message
5599       # that says an option was ignored or not supported.
5600       # When given -MP, icc 7.0 and 7.1 complain thusly:
5601       #   icc: Command line warning: ignoring option '-M'; no argument required
5602       # The diagnosis changed in icc 8.0:
5603       #   icc: Command line remark: option '-MP' not supported
5604       if (grep 'ignoring option' conftest.err ||
5605           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5606         am_cv_$1_dependencies_compiler_type=$depmode
5607         break
5608       fi
5609     fi
5610   done
5612   cd ..
5613   rm -rf conftest.dir
5614 else
5615   am_cv_$1_dependencies_compiler_type=none
5618 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
5619 AM_CONDITIONAL([am__fastdep$1], [
5620   test "x$enable_dependency_tracking" != xno \
5621   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
5623 m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5624 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
5626 m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
5627 [  --disable-dependency-tracking  speeds up one-time build
5628   --enable-dependency-tracking   do not reject slow dependency extractors])
5629 if test "x$enable_dependency_tracking" != xno; then
5630   am_depcomp="$ac_aux_dir/depcomp"
5631   AMDEPBACKSLASH='\'
5633 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
5634 AC_SUBST([AMDEPBACKSLASH])
5636 m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
5637   # Strip MF so we end up with the name of the file.
5638   mf=`echo "$mf" | sed -e 's/:.*$//'`
5639   # Check whether this is an Automake generated Makefile or not.
5640   # We used to match only the files named `Makefile.in', but
5641   # some people rename them; so instead we look at the file content.
5642   # Grep'ing the first line is not enough: some people post-process
5643   # each Makefile.in and add a new line on top of each file to say so.
5644   # So let's grep whole file.
5645   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
5646     dirpart=`AS_DIRNAME("$mf")`
5647   else
5648     continue
5649   fi
5650   # Extract the definition of DEPDIR, am__include, and am__quote
5651   # from the Makefile without running `make'.
5652   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5653   test -z "$DEPDIR" && continue
5654   am__include=`sed -n 's/^am__include = //p' < "$mf"`
5655   test -z "am__include" && continue
5656   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5657   # When using ansi2knr, U may be empty or an underscore; expand it
5658   U=`sed -n 's/^U = //p' < "$mf"`
5659   # Find all dependency output files, they are included files with
5660   # $(DEPDIR) in their names.  We invoke sed twice because it is the
5661   # simplest approach to changing $(DEPDIR) to its actual value in the
5662   # expansion.
5663   for file in `sed -n "
5664     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5665        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5666     # Make sure the directory exists.
5667     test -f "$dirpart/$file" && continue
5668     fdir=`AS_DIRNAME(["$file"])`
5669     AS_MKDIR_P([$dirpart/$fdir])
5670     # echo "creating $dirpart/$file"
5671     echo '# dummy' > "$dirpart/$file"
5672   done
5673 done
5675 m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
5676      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
5677      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
5679 m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
5680 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
5681 dnl the ones we care about.
5682 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
5683 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
5684 AC_REQUIRE([AC_PROG_INSTALL])dnl
5685 # test to see if srcdir already configured
5686 if test "`cd $srcdir && pwd`" != "`pwd`" &&
5687    test -f $srcdir/config.status; then
5688   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
5691 # test whether we have cygpath
5692 if test -z "$CYGPATH_W"; then
5693   if (cygpath --version) >/dev/null 2>/dev/null; then
5694     CYGPATH_W='cygpath -w'
5695   else
5696     CYGPATH_W=echo
5697   fi
5699 AC_SUBST([CYGPATH_W])
5701 # Define the identity of the package.
5702 dnl Distinguish between old-style and new-style calls.
5703 m4_ifval([$2],
5704 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
5705  AC_SUBST([PACKAGE], [$1])dnl
5706  AC_SUBST([VERSION], [$2])],
5707 [_AM_SET_OPTIONS([$1])dnl
5708  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
5709  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
5711 _AM_IF_OPTION([no-define],,
5712 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
5713  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
5715 # Some tools Automake needs.
5716 AC_REQUIRE([AM_SANITY_CHECK])dnl
5717 AC_REQUIRE([AC_ARG_PROGRAM])dnl
5718 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
5719 AM_MISSING_PROG(AUTOCONF, autoconf)
5720 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
5721 AM_MISSING_PROG(AUTOHEADER, autoheader)
5722 AM_MISSING_PROG(MAKEINFO, makeinfo)
5723 AM_PROG_INSTALL_SH
5724 AM_PROG_INSTALL_STRIP
5725 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
5726 # We need awk for the "check" target.  The system "awk" is bad on
5727 # some platforms.
5728 AC_REQUIRE([AC_PROG_AWK])dnl
5729 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
5730 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
5731 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
5732               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
5733                              [_AM_PROG_TAR([v7])])])
5734 _AM_IF_OPTION([no-dependencies],,
5735 [AC_PROVIDE_IFELSE([AC_PROG_CC],
5736                   [_AM_DEPENDENCIES(CC)],
5737                   [define([AC_PROG_CC],
5738                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
5739 AC_PROVIDE_IFELSE([AC_PROG_CXX],
5740                   [_AM_DEPENDENCIES(CXX)],
5741                   [define([AC_PROG_CXX],
5742                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
5745 m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
5746 _am_stamp_count=1
5747 for _am_header in $config_headers :; do
5748   case $_am_header in
5749     $1 | $1:* )
5750       break ;;
5751     * )
5752       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5753   esac
5754 done
5755 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
5756 m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5757 install_sh=${install_sh-"$am_aux_dir/install-sh"}
5758 AC_SUBST(install_sh)])
5759 m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
5760 mkdir .tst 2>/dev/null
5761 if test -d .tst; then
5762   am__leading_dot=.
5763 else
5764   am__leading_dot=_
5766 rmdir .tst 2>/dev/null
5767 AC_SUBST([am__leading_dot])])
5768 m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
5769 cat > confinc << 'END'
5770 am__doit:
5771         @echo done
5772 .PHONY: am__doit
5774 # If we don't find an include directive, just comment out the code.
5775 AC_MSG_CHECKING([for style of include used by $am_make])
5776 am__include="#"
5777 am__quote=
5778 _am_result=none
5779 # First try GNU make style include.
5780 echo "include confinc" > confmf
5781 # We grep out `Entering directory' and `Leaving directory'
5782 # messages which can occur if `w' ends up in MAKEFLAGS.
5783 # In particular we don't look at `^make:' because GNU make might
5784 # be invoked under some other name (usually "gmake"), in which
5785 # case it prints its new name instead of `make'.
5786 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
5787    am__include=include
5788    am__quote=
5789    _am_result=GNU
5791 # Now try BSD make style include.
5792 if test "$am__include" = "#"; then
5793    echo '.include "confinc"' > confmf
5794    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
5795       am__include=.include
5796       am__quote="\""
5797       _am_result=BSD
5798    fi
5800 AC_SUBST([am__include])
5801 AC_SUBST([am__quote])
5802 AC_MSG_RESULT([$_am_result])
5803 rm -f confinc confmf
5805 m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
5806 $1=${$1-"${am_missing_run}$2"}
5807 AC_SUBST($1)])
5808 m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
5809 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
5810 # Use eval to expand $SHELL
5811 if eval "$MISSING --run true"; then
5812   am_missing_run="$MISSING --run "
5813 else
5814   am_missing_run=
5815   AC_MSG_WARN([`missing' script is too old or missing])
5818 m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
5819   # We used to keeping the `.' as first argument, in order to
5820   # allow $(mkdir_p) to be used without argument.  As in
5821   #   $(mkdir_p) $(somedir)
5822   # where $(somedir) is conditionally defined.  However this is wrong
5823   # for two reasons:
5824   #  1. if the package is installed by a user who cannot write `.'
5825   #     make install will fail,
5826   #  2. the above comment should most certainly read
5827   #     $(mkdir_p) $(DESTDIR)$(somedir)
5828   #     so it does not work when $(somedir) is undefined and
5829   #     $(DESTDIR) is not.
5830   #  To support the latter case, we have to write
5831   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
5832   #  so the `.' trick is pointless.
5833   mkdir_p='mkdir -p --'
5834 else
5835   # On NextStep and OpenStep, the `mkdir' command does not
5836   # recognize any option.  It will interpret all options as
5837   # directories to create, and then abort because `.' already
5838   # exists.
5839   for d in ./-p ./--version;
5840   do
5841     test -d $d && rmdir $d
5842   done
5843   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
5844   if test -f "$ac_aux_dir/mkinstalldirs"; then
5845     mkdir_p='$(mkinstalldirs)'
5846   else
5847     mkdir_p='$(install_sh) -d'
5848   fi
5850 AC_SUBST([mkdir_p])])
5851 m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
5852 m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
5853 m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
5854 m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
5855 m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
5856    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
5857    ac_status=$?
5858    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
5859    (exit $ac_status); }])
5860 m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
5861 # Just in case
5862 sleep 1
5863 echo timestamp > conftest.file
5864 # Do `set' in a subshell so we don't clobber the current shell's
5865 # arguments.  Must try -L first in case configure is actually a
5866 # symlink; some systems play weird games with the mod time of symlinks
5867 # (eg FreeBSD returns the mod time of the symlink's containing
5868 # directory).
5869 if (
5870    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
5871    if test "$[*]" = "X"; then
5872       # -L didn't work.
5873       set X `ls -t $srcdir/configure conftest.file`
5874    fi
5875    rm -f conftest.file
5876    if test "$[*]" != "X $srcdir/configure conftest.file" \
5877       && test "$[*]" != "X conftest.file $srcdir/configure"; then
5879       # If neither matched, then we have a broken ls.  This can happen
5880       # if, for instance, CONFIG_SHELL is bash and it inherits a
5881       # broken ls alias from the environment.  This has actually
5882       # happened.  Such a system could not be considered "sane".
5883       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
5884 alias in your environment])
5885    fi
5887    test "$[2]" = conftest.file
5888    )
5889 then
5890    # Ok.
5891    :
5892 else
5893    AC_MSG_ERROR([newly created file is older than distributed files!
5894 Check your system clock])
5896 AC_MSG_RESULT(yes)])
5897 m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
5898 # Installed binaries are usually stripped using `strip' when the user
5899 # run `make install-strip'.  However `strip' might not be the right
5900 # tool to use in cross-compilation environments, therefore Automake
5901 # will honor the `STRIP' environment variable to overrule this program.
5902 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
5903 if test "$cross_compiling" != no; then
5904   AC_CHECK_TOOL([STRIP], [strip], :)
5906 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
5907 AC_SUBST([INSTALL_STRIP_PROGRAM])])
5908 m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
5909 AM_MISSING_PROG([AMTAR], [tar])
5910 m4_if([$1], [v7],
5911      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
5912      [m4_case([$1], [ustar],, [pax],,
5913               [m4_fatal([Unknown tar format])])
5914 AC_MSG_CHECKING([how to create a $1 tar archive])
5915 # Loop over all known methods to create a tar archive until one works.
5916 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
5917 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
5918 # Do not fold the above two line into one, because Tru64 sh and
5919 # Solaris sh will not grok spaces in the rhs of `-'.
5920 for _am_tool in $_am_tools
5922   case $_am_tool in
5923   gnutar)
5924     for _am_tar in tar gnutar gtar;
5925     do
5926       AM_RUN_LOG([$_am_tar --version]) && break
5927     done
5928     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
5929     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
5930     am__untar="$_am_tar -xf -"
5931     ;;
5932   plaintar)
5933     # Must skip GNU tar: if it does not support --format= it doesn't create
5934     # ustar tarball either.
5935     (tar --version) >/dev/null 2>&1 && continue
5936     am__tar='tar chf - "$$tardir"'
5937     am__tar_='tar chf - "$tardir"'
5938     am__untar='tar xf -'
5939     ;;
5940   pax)
5941     am__tar='pax -L -x $1 -w "$$tardir"'
5942     am__tar_='pax -L -x $1 -w "$tardir"'
5943     am__untar='pax -r'
5944     ;;
5945   cpio)
5946     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
5947     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
5948     am__untar='cpio -i -H $1 -d'
5949     ;;
5950   none)
5951     am__tar=false
5952     am__tar_=false
5953     am__untar=false
5954     ;;
5955   esac
5957   # If the value was cached, stop now.  We just wanted to have am__tar
5958   # and am__untar set.
5959   test -n "${am_cv_prog_tar_$1}" && break
5961   # tar/untar a dummy directory, and stop if the command works
5962   rm -rf conftest.dir
5963   mkdir conftest.dir
5964   echo GrepMe > conftest.dir/file
5965   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
5966   rm -rf conftest.dir
5967   if test -s conftest.tar; then
5968     AM_RUN_LOG([$am__untar <conftest.tar])
5969     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
5970   fi
5971 done
5972 rm -rf conftest.dir
5974 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
5975 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
5976 AC_SUBST([am__tar])
5977 AC_SUBST([am__untar])
5979 m4trace:configure.ac:5: -1- AC_INIT([barry], [0.4], [barry-devel@lists.sourceforge.net])
5980 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
5981 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
5982 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
5983 m4trace:configure.ac:5: -1- m4_pattern_allow([^AS_FLAGS$])
5984 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?m4_])
5985 m4trace:configure.ac:5: -1- m4_pattern_forbid([^dnl$])
5986 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?AS_])
5987 m4trace:configure.ac:5: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
5988 m4trace:configure.ac:5: -1- AC_SUBST([PATH_SEPARATOR])
5989 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
5990 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
5991 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
5992 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
5993 m4trace:configure.ac:5: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
5994 m4trace:configure.ac:5: -1- AC_SUBST([exec_prefix], [NONE])
5995 m4trace:configure.ac:5: -1- AC_SUBST([prefix], [NONE])
5996 m4trace:configure.ac:5: -1- AC_SUBST([program_transform_name], [s,x,x,])
5997 m4trace:configure.ac:5: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
5998 m4trace:configure.ac:5: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
5999 m4trace:configure.ac:5: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
6000 m4trace:configure.ac:5: -1- AC_SUBST([datadir], ['${prefix}/share'])
6001 m4trace:configure.ac:5: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
6002 m4trace:configure.ac:5: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
6003 m4trace:configure.ac:5: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
6004 m4trace:configure.ac:5: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
6005 m4trace:configure.ac:5: -1- AC_SUBST([includedir], ['${prefix}/include'])
6006 m4trace:configure.ac:5: -1- AC_SUBST([oldincludedir], ['/usr/include'])
6007 m4trace:configure.ac:5: -1- AC_SUBST([infodir], ['${prefix}/info'])
6008 m4trace:configure.ac:5: -1- AC_SUBST([mandir], ['${prefix}/man'])
6009 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
6010 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
6011 #undef PACKAGE_NAME])
6012 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
6013 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
6014 #undef PACKAGE_TARNAME])
6015 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
6016 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
6017 #undef PACKAGE_VERSION])
6018 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
6019 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
6020 #undef PACKAGE_STRING])
6021 m4trace:configure.ac:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
6022 m4trace:configure.ac:5: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
6023 #undef PACKAGE_BUGREPORT])
6024 m4trace:configure.ac:5: -1- AC_SUBST([build_alias])
6025 m4trace:configure.ac:5: -1- AC_SUBST([host_alias])
6026 m4trace:configure.ac:5: -1- AC_SUBST([target_alias])
6027 m4trace:configure.ac:5: -1- AC_SUBST([DEFS])
6028 m4trace:configure.ac:5: -1- AC_SUBST([ECHO_C])
6029 m4trace:configure.ac:5: -1- AC_SUBST([ECHO_N])
6030 m4trace:configure.ac:5: -1- AC_SUBST([ECHO_T])
6031 m4trace:configure.ac:5: -1- AC_SUBST([LIBS])
6032 m4trace:configure.ac:8: -1- AC_CONFIG_HEADERS([config.h:config.h.in])
6033 m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE
6034 m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
6035 m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
6036 m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.9.5])
6037 m4trace:configure.ac:9: -1- AC_PROG_INSTALL
6038 m4trace:configure.ac:9: -1- AC_SUBST([INSTALL_PROGRAM])
6039 m4trace:configure.ac:9: -1- AC_SUBST([INSTALL_SCRIPT])
6040 m4trace:configure.ac:9: -1- AC_SUBST([INSTALL_DATA])
6041 m4trace:configure.ac:9: -1- AC_SUBST([CYGPATH_W])
6042 m4trace:configure.ac:9: -1- _AM_SET_OPTIONS([])
6043 m4trace:configure.ac:9: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
6044 m4trace:configure.ac:9: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
6045 m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
6046  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
6047 m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define])
6048 m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
6049 m4trace:configure.ac:9: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
6050 #undef PACKAGE])
6051 m4trace:configure.ac:9: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
6052 m4trace:configure.ac:9: -1- AH_OUTPUT([VERSION], [/* Version number of package */
6053 #undef VERSION])
6054 m4trace:configure.ac:9: -1- AM_SANITY_CHECK
6055 m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
6056 m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN
6057 m4trace:configure.ac:9: -1- AM_AUX_DIR_EXPAND
6058 m4trace:configure.ac:9: -1- AC_SUBST([ACLOCAL])
6059 m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
6060 m4trace:configure.ac:9: -1- AC_SUBST([AUTOCONF])
6061 m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
6062 m4trace:configure.ac:9: -1- AC_SUBST([AUTOMAKE])
6063 m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
6064 m4trace:configure.ac:9: -1- AC_SUBST([AUTOHEADER])
6065 m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
6066 m4trace:configure.ac:9: -1- AC_SUBST([MAKEINFO])
6067 m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH
6068 m4trace:configure.ac:9: -1- AC_SUBST([install_sh])
6069 m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP
6070 m4trace:configure.ac:9: -1- AC_SUBST([STRIP])
6071 m4trace:configure.ac:9: -1- AC_SUBST([ac_ct_STRIP])
6072 m4trace:configure.ac:9: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
6073 m4trace:configure.ac:9: -1- AM_PROG_MKDIR_P
6074 m4trace:configure.ac:9: -1- AC_SUBST([mkdir_p])
6075 m4trace:configure.ac:9: -1- AC_PROG_AWK
6076 m4trace:configure.ac:9: -1- AC_SUBST([AWK])
6077 m4trace:configure.ac:9: -1- AC_PROG_MAKE_SET
6078 m4trace:configure.ac:9: -1- AC_SUBST([SET_MAKE])
6079 m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT
6080 m4trace:configure.ac:9: -1- AC_SUBST([am__leading_dot])
6081 m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
6082                              [_AM_PROG_TAR([v7])])])
6083 m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar])
6084 m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
6085 m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-pax])
6086 m4trace:configure.ac:9: -1- _AM_PROG_TAR([v7])
6087 m4trace:configure.ac:9: -1- AM_MISSING_PROG([AMTAR], [tar])
6088 m4trace:configure.ac:9: -1- AC_SUBST([AMTAR])
6089 m4trace:configure.ac:9: -1- AC_SUBST([am__tar])
6090 m4trace:configure.ac:9: -1- AC_SUBST([am__untar])
6091 m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
6092                   [_AM_DEPENDENCIES(CC)],
6093                   [define([AC_PROG_CC],
6094                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
6095 AC_PROVIDE_IFELSE([AC_PROG_CXX],
6096                   [_AM_DEPENDENCIES(CXX)],
6097                   [define([AC_PROG_CXX],
6098                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6100 m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies])
6101 m4trace:configure.ac:12: -1- AC_PROG_CC
6102 m4trace:configure.ac:12: -1- AC_SUBST([CC])
6103 m4trace:configure.ac:12: -1- AC_SUBST([CFLAGS])
6104 m4trace:configure.ac:12: -1- AC_SUBST([LDFLAGS])
6105 m4trace:configure.ac:12: -1- AC_SUBST([CPPFLAGS])
6106 m4trace:configure.ac:12: -1- AC_SUBST([CC])
6107 m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC])
6108 m4trace:configure.ac:12: -1- AC_SUBST([CC])
6109 m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC])
6110 m4trace:configure.ac:12: -1- AC_SUBST([CC])
6111 m4trace:configure.ac:12: -1- AC_SUBST([CC])
6112 m4trace:configure.ac:12: -1- AC_SUBST([ac_ct_CC])
6113 m4trace:configure.ac:12: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
6114 m4trace:configure.ac:12: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
6115 m4trace:configure.ac:12: -1- _AM_DEPENDENCIES([CC])
6116 m4trace:configure.ac:12: -1- AM_SET_DEPDIR
6117 m4trace:configure.ac:12: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
6118 m4trace:configure.ac:12: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
6119 m4trace:configure.ac:12: -1- AM_MAKE_INCLUDE
6120 m4trace:configure.ac:12: -1- AC_SUBST([am__include])
6121 m4trace:configure.ac:12: -1- AC_SUBST([am__quote])
6122 m4trace:configure.ac:12: -1- AM_DEP_TRACK
6123 m4trace:configure.ac:12: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6124 m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_TRUE])
6125 m4trace:configure.ac:12: -1- AC_SUBST([AMDEP_FALSE])
6126 m4trace:configure.ac:12: -1- AC_SUBST([AMDEPBACKSLASH])
6127 m4trace:configure.ac:12: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
6128 m4trace:configure.ac:12: -1- AM_CONDITIONAL([am__fastdepCC], [
6129   test "x$enable_dependency_tracking" != xno \
6130   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
6131 m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_TRUE])
6132 m4trace:configure.ac:12: -1- AC_SUBST([am__fastdepCC_FALSE])
6133 m4trace:configure.ac:13: -1- AC_PROG_CXX
6134 m4trace:configure.ac:13: -1- AC_SUBST([CXX])
6135 m4trace:configure.ac:13: -1- AC_SUBST([CXXFLAGS])
6136 m4trace:configure.ac:13: -1- AC_SUBST([LDFLAGS])
6137 m4trace:configure.ac:13: -1- AC_SUBST([CPPFLAGS])
6138 m4trace:configure.ac:13: -1- AC_SUBST([CXX])
6139 m4trace:configure.ac:13: -1- AC_SUBST([ac_ct_CXX])
6140 m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CXX])
6141 m4trace:configure.ac:13: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
6142 m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCXX], [
6143   test "x$enable_dependency_tracking" != xno \
6144   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
6145 m4trace:configure.ac:13: -1- AC_SUBST([am__fastdepCXX_TRUE])
6146 m4trace:configure.ac:13: -1- AC_SUBST([am__fastdepCXX_FALSE])
6147 m4trace:configure.ac:14: -1- AC_PROG_MAKE_SET
6148 m4trace:configure.ac:14: -1- AC_SUBST([SET_MAKE])
6149 m4trace:configure.ac:15: -1- AC_PROG_LIBTOOL
6150 m4trace:configure.ac:15: -1- _AC_PROG_LIBTOOL
6151 m4trace:configure.ac:15: -1- AC_LIBTOOL_SETUP
6152 m4trace:configure.ac:15: -1- AC_ENABLE_SHARED
6153 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6154 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6155 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6156 /usr/share/aclocal/libtool.m4:1783: AC_ENABLE_SHARED is expanded from...
6157 configure.ac:15: AC_ENABLE_SHARED is required by...
6158 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6159 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6160 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6161 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6162 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6163 configure.ac:15: the top level])
6164 m4trace:configure.ac:15: -1- AC_ENABLE_STATIC
6165 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6166 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6167 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6168 /usr/share/aclocal/libtool.m4:1822: AC_ENABLE_STATIC is expanded from...
6169 configure.ac:15: AC_ENABLE_STATIC is required by...
6170 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6171 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6172 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6173 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6174 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6175 configure.ac:15: the top level])
6176 m4trace:configure.ac:15: -1- AC_ENABLE_FAST_INSTALL
6177 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6178 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6179 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6180 /usr/share/aclocal/libtool.m4:1861: AC_ENABLE_FAST_INSTALL is expanded from...
6181 configure.ac:15: AC_ENABLE_FAST_INSTALL is required by...
6182 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6183 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6184 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6185 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6186 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6187 configure.ac:15: the top level])
6188 m4trace:configure.ac:15: -1- AC_CANONICAL_HOST
6189 m4trace:configure.ac:15: -1- AC_SUBST([build], [$ac_cv_build])
6190 m4trace:configure.ac:15: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6191 m4trace:configure.ac:15: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6192 m4trace:configure.ac:15: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6193 m4trace:configure.ac:15: -1- AC_SUBST([host], [$ac_cv_host])
6194 m4trace:configure.ac:15: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
6195 m4trace:configure.ac:15: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
6196 m4trace:configure.ac:15: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
6197 m4trace:configure.ac:15: -1- AC_PROG_LD
6198 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6199 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6200 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6201 /usr/share/aclocal/libtool.m4:2058: AC_PROG_LD is expanded from...
6202 configure.ac:15: AC_PROG_LD is required by...
6203 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6204 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6205 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6206 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6207 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6208 configure.ac:15: the top level])
6209 m4trace:configure.ac:15: -1- LT_AC_PROG_SED
6210 m4trace:configure.ac:15: -1- AC_PROG_LD_GNU
6211 m4trace:configure.ac:15: -1- AC_PROG_EGREP
6212 m4trace:configure.ac:15: -1- AC_SUBST([EGREP])
6213 m4trace:configure.ac:15: -1- AC_PROG_LD_RELOAD_FLAG
6214 m4trace:configure.ac:15: -1- AC_PROG_NM
6215 m4trace:configure.ac:15: -1- AC_PROG_LN_S
6216 m4trace:configure.ac:15: -1- AC_SUBST([LN_S], [$as_ln_s])
6217 m4trace:configure.ac:15: -1- AC_DEPLIBS_CHECK_METHOD
6218 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
6219 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
6220 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6221 m4trace:configure.ac:15: -1- AC_LIBTOOL_OBJDIR
6222 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
6223 m4trace:configure.ac:15: -1- _LT_AC_PROG_ECHO_BACKSLASH
6224 m4trace:configure.ac:15: -1- _LT_AC_SHELL_INIT([
6225 # Check that we are running under the correct shell.
6226 SHELL=${CONFIG_SHELL-/bin/sh}
6228 case X$ECHO in
6229 X*--fallback-echo)
6230   # Remove one level of quotation (which was required for Make).
6231   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6232   ;;
6233 esac
6235 echo=${ECHO-echo}
6236 if test "X[$]1" = X--no-reexec; then
6237   # Discard the --no-reexec flag, and continue.
6238   shift
6239 elif test "X[$]1" = X--fallback-echo; then
6240   # Avoid inline document here, it may be left over
6241   :
6242 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
6243   # Yippee, $echo works!
6244   :
6245 else
6246   # Restart under the correct shell.
6247   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
6250 if test "X[$]1" = X--fallback-echo; then
6251   # used as fallback echo
6252   shift
6253   cat <<EOF
6254 [$]*
6256   exit 0
6259 # The HP-UX ksh and POSIX shell print the target directory to stdout
6260 # if CDPATH is set.
6261 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6263 if test -z "$ECHO"; then
6264 if test "X${echo_test_string+set}" != Xset; then
6265 # find a string as large as possible, as long as the shell can cope with it
6266   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6267     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
6268     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
6269        echo_test_string="`eval $cmd`" &&
6270        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
6271     then
6272       break
6273     fi
6274   done
6277 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6278    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6279    test "X$echo_testing_string" = "X$echo_test_string"; then
6280   :
6281 else
6282   # The Solaris, AIX, and Digital Unix default echo programs unquote
6283   # backslashes.  This makes it impossible to quote backslashes using
6284   #   echo "$something" | sed 's/\\/\\\\/g'
6285   #
6286   # So, first we look for a working echo in the user's PATH.
6288   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6289   for dir in $PATH /usr/ucb; do
6290     IFS="$lt_save_ifs"
6291     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
6292        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
6293        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
6294        test "X$echo_testing_string" = "X$echo_test_string"; then
6295       echo="$dir/echo"
6296       break
6297     fi
6298   done
6299   IFS="$lt_save_ifs"
6301   if test "X$echo" = Xecho; then
6302     # We didn't find a better echo, so look for alternatives.
6303     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
6304        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
6305        test "X$echo_testing_string" = "X$echo_test_string"; then
6306       # This shell has a builtin print -r that does the trick.
6307       echo='print -r'
6308     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
6309          test "X$CONFIG_SHELL" != X/bin/ksh; then
6310       # If we have ksh, try running configure again with it.
6311       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6312       export ORIGINAL_CONFIG_SHELL
6313       CONFIG_SHELL=/bin/ksh
6314       export CONFIG_SHELL
6315       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
6316     else
6317       # Try using printf.
6318       echo='printf %s\n'
6319       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
6320          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
6321          test "X$echo_testing_string" = "X$echo_test_string"; then
6322         # Cool, printf works
6323         :
6324       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6325            test "X$echo_testing_string" = 'X\t' &&
6326            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6327            test "X$echo_testing_string" = "X$echo_test_string"; then
6328         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
6329         export CONFIG_SHELL
6330         SHELL="$CONFIG_SHELL"
6331         export SHELL
6332         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6333       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
6334            test "X$echo_testing_string" = 'X\t' &&
6335            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
6336            test "X$echo_testing_string" = "X$echo_test_string"; then
6337         echo="$CONFIG_SHELL [$]0 --fallback-echo"
6338       else
6339         # maybe with a smaller string...
6340         prev=:
6342         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
6343           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
6344           then
6345             break
6346           fi
6347           prev="$cmd"
6348         done
6350         if test "$prev" != 'sed 50q "[$]0"'; then
6351           echo_test_string=`eval $prev`
6352           export echo_test_string
6353           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
6354         else
6355           # Oops.  We lost completely, so just stick with echo.
6356           echo=echo
6357         fi
6358       fi
6359     fi
6360   fi
6364 # Copy echo and quote the copy suitably for passing to libtool from
6365 # the Makefile, instead of quoting the original, which is used later.
6366 ECHO=$echo
6367 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6368    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6371 AC_SUBST(ECHO)
6373 m4trace:configure.ac:15: -1- AC_SUBST([ECHO])
6374 m4trace:configure.ac:15: -1- AC_SUBST([AR])
6375 m4trace:configure.ac:15: -1- AC_SUBST([ac_ct_AR])
6376 m4trace:configure.ac:15: -1- AC_SUBST([RANLIB])
6377 m4trace:configure.ac:15: -1- AC_SUBST([ac_ct_RANLIB])
6378 m4trace:configure.ac:15: -1- AC_SUBST([STRIP])
6379 m4trace:configure.ac:15: -1- AC_SUBST([ac_ct_STRIP])
6380 m4trace:configure.ac:15: -1- AC_PATH_MAGIC
6381 m4trace:configure.ac:15: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
6382 m4trace:configure.ac:15: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
6383 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6384 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6385 autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
6386 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6387 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6388 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6389 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6390 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6391 configure.ac:15: the top level])
6392 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6393 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6394 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6395 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6396 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6397 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6398 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6399 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6400 configure.ac:15: the top level])
6401 m4trace:configure.ac:15: -1- AC_LIBTOOL_LANG_C_CONFIG
6402 m4trace:configure.ac:15: -1- _LT_AC_LANG_C_CONFIG
6403 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([objext], [])
6404 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
6405 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6406 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6407 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6408 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6409 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6410 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6411 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6412 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
6413 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
6414 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
6415 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6416 m4trace:configure.ac:15: -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, )=])
6417 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6418 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6419 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6420 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
6421 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6422 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6423 m4trace:configure.ac:15: -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"])
6424 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6425 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6426 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
6427 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6428 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6429 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6430 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6431 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6432 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6433 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6434 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6435 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6436 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6437 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6438 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6439 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6440 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6441 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6442 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6443 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6444 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6445 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6446 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6447 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6448 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6449 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6450 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6451 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6452 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6453 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6454 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6455 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6456 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6457 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6458 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6459 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6460 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6461 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6462 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6463 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6464 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6465 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6466 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6467 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6468 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6469 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6470 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6471 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6472 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6473 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6474 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6475 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6476 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6477 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
6478 m4trace:configure.ac:15: -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
6479      "" | " "*) ;;
6480      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
6481      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
6482      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
6483 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6484 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6485 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6486 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6487 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6488 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6489 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6490 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
6491 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6492 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6493 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6494 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_CC_C_O([])
6495 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6496 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6497 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6498 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6499 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6500 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
6501 m4trace:configure.ac:15: -1- _LT_AC_LOCK
6502 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
6503 You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
6504 autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
6505 autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
6506 /usr/share/aclocal/libtool.m4:560: _LT_AC_LOCK is expanded from...
6507 configure.ac:15: _LT_AC_LOCK is required by...
6508 /usr/share/aclocal/libtool.m4:991: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
6509 /usr/share/aclocal/libtool.m4:2609: _LT_AC_LANG_C_CONFIG is expanded from...
6510 /usr/share/aclocal/libtool.m4:2472: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
6511 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6512 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6513 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6514 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6515 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6516 configure.ac:15: the top level])
6517 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6518 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
6519 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6520 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6521 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6522 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6523 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6524 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6525 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6526 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6527 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6528 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6529 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6530 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6531 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6532 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6533 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6534 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6535 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6536 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6537 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6538 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6539 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6540 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [])
6541 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6542 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6543 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6544 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6545 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6546 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6547 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6548 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6549 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6550 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6551 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6552 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6553 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6554 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6555 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6556 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6557 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6558 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6559 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6560 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6561 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6562 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6563 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6564 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6565 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6566 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6567 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6568 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6569 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6570 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6571 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6572 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6573 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6574 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6575 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6576 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6577 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6578 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6579 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6580 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6581 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6582 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6583 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6584 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6585 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6586 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6587 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6588 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6589 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6590 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6591 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6592 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6593 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6594 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6595 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6596 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6597 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6598 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6599 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
6600 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6601 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6602 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6603 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6604 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6605 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
6606 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6607 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6608 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6609 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6610 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6611 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6612 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6613 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6614 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6615 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6616 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6617 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6618 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6619 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6620 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6621 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6622 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6623 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6624 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6625 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6626 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6627 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6628 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6629 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6630 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6631 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6632 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6633 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6634 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6635 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6636 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6637 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6638 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6639 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6640 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6641 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6642 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6643 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6644 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6645 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6646 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6647 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6648 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6649 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6650 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6651 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6652 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6653 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6654 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6655 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6656 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6657 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6658 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6659 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6660 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6661 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6662 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6663 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6664 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6665 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6666 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6667 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6668 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6669 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6670 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6671 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6672 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6673 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6674 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6675 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6676 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6677 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6678 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6679 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6680 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6681 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6682 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6683 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6684 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6685 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6686 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6687 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6688 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6689 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6690 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6691 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6692 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6693 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6694 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6695 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6696 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6697 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6698 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6699 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6700 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6701 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6702 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6703 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6704 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6705 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6706 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6707 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6708 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6709 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6710 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6711 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
6712 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6713 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6714 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6715 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6716 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6717 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6718 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6719 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6720 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6721 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6722 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6723 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6724 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6725 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6726 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6727 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6728 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6729 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6730 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6731 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6732 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6733 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6734 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6735 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6736 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6737 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6738 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6739 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6740 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6741 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6742 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6743 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6744 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6745 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6746 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6747 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([reload_cmds], [])
6748 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6749 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6750 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6751 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6752 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6753 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6754 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6755 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6756 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6757 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6758 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6759 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6760 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6761 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6762 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6763 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6764 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6765 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6766 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6767 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6768 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6769 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6770 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6771 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6772 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6773 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6774 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6775 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6776 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6777 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6778 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6779 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6780 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6781 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6782 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6783 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6784 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([archive_cmds], [])
6785 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6786 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6787 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6788 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6789 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6790 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
6791 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
6792 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6793 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6794 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([runpath_var ])
6795 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6796 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6797 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6798 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6799 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6800 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6801 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6802 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6803 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6804 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_LIB_STRIP
6805 m4trace:configure.ac:15: -1- AC_LIBTOOL_DLOPEN_SELF([])
6806 m4trace:configure.ac:15: -1- _LT_AC_CHECK_DLFCN
6807 m4trace:configure.ac:15: -1- AC_CHECK_HEADERS([dlfcn.h])
6808 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
6809 #undef HAVE_DLFCN_H])
6810 m4trace:configure.ac:15: -1- AC_HEADER_STDC
6811 m4trace:configure.ac:15: -1- AC_PROG_CPP
6812 m4trace:configure.ac:15: -1- AC_SUBST([CPP])
6813 m4trace:configure.ac:15: -1- AC_SUBST([CPPFLAGS])
6814 m4trace:configure.ac:15: -1- AC_SUBST([CPP])
6815 m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
6816 m4trace:configure.ac:15: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
6817 #undef STDC_HEADERS])
6818 m4trace:configure.ac:15: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6819                   inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default])
6820 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
6821 #undef HAVE_SYS_TYPES_H])
6822 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
6823 #undef HAVE_SYS_STAT_H])
6824 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
6825 #undef HAVE_STDLIB_H])
6826 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
6827 #undef HAVE_STRING_H])
6828 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
6829 #undef HAVE_MEMORY_H])
6830 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
6831 #undef HAVE_STRINGS_H])
6832 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
6833 #undef HAVE_INTTYPES_H])
6834 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
6835 #undef HAVE_STDINT_H])
6836 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
6837 #undef HAVE_UNISTD_H])
6838 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
6839     lt_cv_dlopen="dyld"
6840     lt_cv_dlopen_libs=
6841     lt_cv_dlopen_self=yes
6842     ])
6843 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
6844               [lt_cv_dlopen="dlopen"],
6845           [AC_CHECK_LIB([dl], [dlopen],
6846                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
6847             [AC_CHECK_LIB([svld], [dlopen],
6848                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6849               [AC_CHECK_LIB([dld], [dld_link],
6850                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6851               ])
6852             ])
6853           ])
6854         ])
6855 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
6856                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
6857               [AC_CHECK_LIB([dld], [dld_link],
6858                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6859               ])
6860             ])
6861 m4trace:configure.ac:15: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
6862                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6863               ])
6864 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
6865 m4trace:configure.ac:15: -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])
6866 m4trace:configure.ac:15: -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])
6867 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6868 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6869 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6870 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6871 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6872 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6873 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6874 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6875 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6876 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6877 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6878 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6879 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6880 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6881 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [])
6882 m4trace:configure.ac:15: -1- AC_LIBTOOL_CONFIG([])
6883 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [])
6884 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([CC], [])
6885 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [])
6886 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6887 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6888 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6889 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6890 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6891 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6892 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6893 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6894 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6895 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
6896 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [])
6897 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [])
6898 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [])
6899 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [])
6900 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
6901 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6902 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6903 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
6904 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
6905 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6906 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6907 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6908 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6909 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6910 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6911 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6912 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6913 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6914 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6915 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6916 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6917 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [])
6918 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6919 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
6920 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6921 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6922 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6923 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6924 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6925 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6926 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
6927 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
6928 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [])
6929 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [])
6930 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [])
6931 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
6932 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
6933 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
6934 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
6935 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
6936 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
6937 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
6938 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
6939 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
6940 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
6941 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
6942 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [])
6943 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
6944 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [])
6945 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
6946 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [])
6947 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [])
6948 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [])
6949 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [])
6950 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
6951 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
6952 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
6953 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [])
6954 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
6955 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
6956 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
6957 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [])
6958 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
6959 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
6960 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
6961 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
6962 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
6963 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [])
6964 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
6965 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
6966 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [])
6967 m4trace:configure.ac:15: -1- _LT_AC_TAGCONFIG
6968 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
6969 You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
6970 autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
6971 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
6972 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6973 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6974 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6975 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6976 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6977 configure.ac:15: the top level])
6978 m4trace:configure.ac:15: -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:1737: _LT_AC_TAGCONFIG is expanded from...
6979 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6980 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6981 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6982 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6983 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6984 configure.ac:15: the top level])
6985 m4trace:configure.ac:15: -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:1737: _LT_AC_TAGCONFIG is expanded from...
6986 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
6987 configure.ac:15: AC_LIBTOOL_SETUP is required by...
6988 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
6989 configure.ac:15: _AC_PROG_LIBTOOL is required by...
6990 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
6991 configure.ac:15: the top level])
6992 m4trace:configure.ac:15: -1- AC_LIBTOOL_LANG_CXX_CONFIG
6993 m4trace:configure.ac:15: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
6994 m4trace:configure.ac:15: -1- AC_SUBST([CXXCPP])
6995 m4trace:configure.ac:15: -1- AC_SUBST([CPPFLAGS])
6996 m4trace:configure.ac:15: -1- AC_SUBST([CXXCPP])
6997 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
6998 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
6999 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7000 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7001 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7002 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7003 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7004 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7005 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7006 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7007 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7008 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7009 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7010 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7011 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7012 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7013 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7014 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7015 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7016 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7017 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [CXX])
7018 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7019 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7020 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([objext], [CXX])
7021 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
7022 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [CXX])
7023 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7024 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7025 m4trace:configure.ac:15: -1- AC_PROG_LD
7026 m4trace:configure.ac:15: -1- AC_PROG_LD_GNU
7027 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7028 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7029 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7030 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7031 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7032 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7033 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7034 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7035 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7036 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7037 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7038 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7039 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7040 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7041 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7042 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7043 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7044 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7045 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7046 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7047 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
7048 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7049 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7050 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7051 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7052 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7053 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
7054 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7055 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7056 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7057 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7058 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7059 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7060 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7061 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7062 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7063 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7064 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7065 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7066 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7067 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7068 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7069 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7070 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7071 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7072 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7073 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7074 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7075 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7076 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7077 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7078 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7079 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7080 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7081 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7082 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7083 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7084 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7085 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7086 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7087 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7088 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7089 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7090 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7091 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7092 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7093 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7094 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7095 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7096 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7097 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7098 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7099 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7100 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7101 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7102 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7103 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7104 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7105 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7106 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7107 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7108 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7109 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7110 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7111 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7112 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7113 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7114 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7115 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7116 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7117 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7118 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7119 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7120 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7121 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7122 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7123 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7124 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7125 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7126 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7127 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7128 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7129 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7130 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7131 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7132 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7133 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7134 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7135 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7136 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7137 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7138 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7139 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7140 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7141 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7142 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7143 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7144 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7145 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7146 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7147 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7148 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7149 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7150 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7151 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7152 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7153 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7154 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7155 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7156 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7157 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7158 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7159 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7160 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7161 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7162 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7163 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7164 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7165 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7166 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7167 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7168 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7169 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7170 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7171 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7172 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7173 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7174 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7175 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7176 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7177 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7178 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7179 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7180 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7181 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7182 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7183 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7184 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7185 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7186 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7187 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7188 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7189 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7190 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7191 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7192 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7193 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7194 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7195 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7196 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7197 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7198 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7199 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7200 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7201 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7202 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7203 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7204 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7205 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7206 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7207 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7208 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7209 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7210 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7211 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [CXX])
7212 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [CXX])
7213 m4trace:configure.ac:15: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
7214 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7215 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7216 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7217 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7218 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7219 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7220 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7221 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7222 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7223 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7224 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7225 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7226 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7227 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7228 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7229 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7230 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7231 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7232 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
7233 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7234 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7235 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7236 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7237 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7238 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7239 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7240 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7241 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7242 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7243 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7244 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7245 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7246 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7247 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7248 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7249 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7250 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7251 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7252 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7253 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7254 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7255 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7256 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7257 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7258 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7259 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7260 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7261 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7262 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7263 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7264 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7265 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7266 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7267 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7268 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7269 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7270 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7271 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7272 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7273 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7274 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7275 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7276 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7277 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7278 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7279 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7280 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7281 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7282 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7283 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7284 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
7285 m4trace:configure.ac:15: -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
7286      "" | " "*) ;;
7287      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
7288      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
7289      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
7290 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7291 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7292 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7293 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7294 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7295 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7296 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7297 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
7298 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7299 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7300 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7301 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
7302 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7303 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7304 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7305 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7306 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7307 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
7308 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7309 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
7310 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7311 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7312 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7313 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7314 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7315 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7316 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7317 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7318 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7319 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
7320 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7321 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7322 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7323 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7324 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7325 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7326 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
7327 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7328 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7329 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7330 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7331 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7332 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
7333 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
7334 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7335 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7336 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([runpath_var CXX])
7337 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7338 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7339 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7340 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7341 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7342 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7343 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7344 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7345 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7346 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_LIB_STRIP
7347 m4trace:configure.ac:15: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
7348 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
7349     lt_cv_dlopen="dyld"
7350     lt_cv_dlopen_libs=
7351     lt_cv_dlopen_self=yes
7352     ])
7353 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
7354               [lt_cv_dlopen="dlopen"],
7355           [AC_CHECK_LIB([dl], [dlopen],
7356                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
7357             [AC_CHECK_LIB([svld], [dlopen],
7358                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7359               [AC_CHECK_LIB([dld], [dld_link],
7360                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7361               ])
7362             ])
7363           ])
7364         ])
7365 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
7366                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
7367               [AC_CHECK_LIB([dld], [dld_link],
7368                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7369               ])
7370             ])
7371 m4trace:configure.ac:15: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
7372                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7373               ])
7374 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
7375 m4trace:configure.ac:15: -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])
7376 m4trace:configure.ac:15: -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])
7377 m4trace:configure.ac:15: -1- AC_LIBTOOL_CONFIG([CXX])
7378 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [CXX])
7379 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([CC], [CXX])
7380 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [CXX])
7381 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7382 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7383 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7384 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7385 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7386 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7387 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7388 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7389 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7390 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7391 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7392 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7393 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [CXX])
7394 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7395 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7396 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7397 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7398 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
7399 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
7400 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7401 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7402 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7403 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7404 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7405 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7406 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7407 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7408 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7409 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7410 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7411 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7412 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7413 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7414 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7415 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7416 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7417 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7418 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7419 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7420 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7421 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
7422 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
7423 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [CXX])
7424 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [CXX])
7425 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [CXX])
7426 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
7427 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
7428 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
7429 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
7430 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
7431 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
7432 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
7433 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
7434 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
7435 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
7436 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
7437 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
7438 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
7439 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
7440 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
7441 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
7442 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
7443 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [CXX])
7444 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [CXX])
7445 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
7446 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
7447 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
7448 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
7449 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
7450 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
7451 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
7452 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
7453 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
7454 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
7455 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
7456 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
7457 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
7458 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
7459 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
7460 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
7461 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
7462 m4trace:configure.ac:15: -1- AC_LIBTOOL_LANG_F77_CONFIG
7463 m4trace:configure.ac:15: -1- _LT_AC_LANG_F77_CONFIG([F77])
7464 m4trace:configure.ac:15: -1- AC_SUBST([F77])
7465 m4trace:configure.ac:15: -1- AC_SUBST([FFLAGS])
7466 m4trace:configure.ac:15: -1- AC_SUBST([LDFLAGS])
7467 m4trace:configure.ac:15: -1- AC_SUBST([F77])
7468 m4trace:configure.ac:15: -1- AC_SUBST([ac_ct_F77])
7469 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7470 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7471 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7472 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7473 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7474 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7475 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7476 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7477 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7478 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7479 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7480 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7481 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7482 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7483 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7484 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7485 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7486 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7487 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([objext], [F77])
7488 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
7489 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [F77])
7490 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7491 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [F77])
7492 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [F77])
7493 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
7494 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7495 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7496 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7497 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7498 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7499 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7500 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7501 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7502 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7503 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7504 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7505 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7506 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7507 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7508 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7509 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7510 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7511 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7512 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7513 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7514 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7515 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7516 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7517 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7518 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7519 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7520 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7521 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7522 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7523 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7524 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7525 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7526 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7527 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7528 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7529 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7530 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7531 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7532 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7533 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7534 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7535 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7536 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7537 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7538 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7539 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7540 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7541 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7542 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7543 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7544 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
7545 m4trace:configure.ac:15: -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
7546      "" | " "*) ;;
7547      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
7548      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
7549      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
7550 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7551 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7552 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7553 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7554 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7555 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7556 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7557 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
7558 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7559 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7560 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7561 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
7562 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7563 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7564 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7565 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7566 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7567 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
7568 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7569 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
7570 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7571 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7572 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7573 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7574 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7575 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7576 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7577 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7578 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7579 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7580 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7581 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7582 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7583 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7584 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7585 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7586 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7587 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7588 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7589 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7590 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7591 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7592 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7593 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7594 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7595 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7596 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7597 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7598 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7599 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7600 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7601 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7602 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7603 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7604 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7605 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7606 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7607 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7608 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7609 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7610 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7611 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7612 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7613 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7614 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7615 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7616 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7617 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7618 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7619 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7620 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7621 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7622 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7623 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7624 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7625 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7626 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7627 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7628 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7629 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7630 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7631 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7632 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7633 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7634 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7635 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7636 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7637 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7638 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7639 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7640 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7641 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7642 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7643 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7644 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7645 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7646 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7647 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7648 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7649 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7650 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
7651 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7652 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7653 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7654 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7655 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7656 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
7657 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7658 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7659 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7660 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7661 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7662 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7663 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7664 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7665 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7666 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7667 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7668 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7669 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7670 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7671 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7672 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7673 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7674 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7675 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7676 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7677 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7678 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7679 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7680 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7681 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7682 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7683 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7684 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7685 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7686 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7687 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7688 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7689 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7690 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7691 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7692 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7693 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7694 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7695 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7696 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7697 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7698 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7699 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7700 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7701 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7702 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7703 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7704 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7705 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7706 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7707 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7708 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7709 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7710 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7711 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7712 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7713 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7714 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7715 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7716 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7717 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7718 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7719 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7720 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7721 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7722 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7723 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7724 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7725 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7726 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7727 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7728 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7729 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7730 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7731 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7732 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7733 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7734 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7735 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7736 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7737 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7738 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7739 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7740 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7741 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7742 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7743 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7744 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7745 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7746 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7747 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7748 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7749 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7750 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7751 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7752 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7753 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7754 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7755 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7756 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7757 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7758 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7759 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7760 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7761 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7762 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
7763 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7764 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7765 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7766 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7767 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7768 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7769 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7770 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7771 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7772 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7773 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7774 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7775 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7776 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7777 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7778 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7779 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7780 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7781 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7782 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7783 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7784 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7785 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7786 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7787 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7788 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7789 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7790 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7791 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7792 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7793 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7794 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7795 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7796 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7797 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7798 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
7799 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7800 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7801 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7802 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7803 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7804 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7805 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7806 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7807 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7808 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7809 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7810 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7811 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7812 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7813 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7814 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7815 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7816 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7817 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7818 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7819 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7820 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7821 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7822 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7823 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7824 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7825 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7826 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7827 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7828 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
7829 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7830 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7831 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7832 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7833 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7834 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7835 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
7836 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7837 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7838 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7839 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7840 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7841 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
7842 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
7843 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7844 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7845 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([runpath_var F77])
7846 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7847 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7848 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7849 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7850 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7851 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7852 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7853 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7854 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7855 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_LIB_STRIP
7856 m4trace:configure.ac:15: -1- AC_LIBTOOL_CONFIG([F77])
7857 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [F77])
7858 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([CC], [F77])
7859 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [F77])
7860 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7861 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7862 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7863 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
7864 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7865 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7866 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7867 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7868 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7869 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
7870 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [F77])
7871 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
7872 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [F77])
7873 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [F77])
7874 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
7875 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7876 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7877 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
7878 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
7879 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7880 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7881 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7882 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7883 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7884 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7885 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7886 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7887 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7888 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7889 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7890 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7891 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7892 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7893 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
7894 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7895 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7896 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7897 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7898 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7899 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7900 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
7901 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
7902 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [F77])
7903 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [F77])
7904 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [F77])
7905 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
7906 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
7907 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
7908 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
7909 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
7910 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
7911 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
7912 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
7913 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
7914 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
7915 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
7916 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
7917 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
7918 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [F77])
7919 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
7920 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [F77])
7921 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
7922 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [F77])
7923 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [F77])
7924 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
7925 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
7926 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
7927 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
7928 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
7929 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
7930 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
7931 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
7932 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
7933 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
7934 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
7935 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
7936 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
7937 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
7938 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
7939 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
7940 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
7941 m4trace:configure.ac:15: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
7942 m4trace:configure.ac:15: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
7943 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
7944 You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
7945 /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
7946 /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
7947 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7948 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7949 configure.ac:15: AC_LIBTOOL_SETUP is required by...
7950 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7951 configure.ac:15: _AC_PROG_LIBTOOL is required by...
7952 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7953 configure.ac:15: the top level])
7954 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
7955 and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
7956 /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
7957 /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
7958 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
7959 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
7960 configure.ac:15: AC_LIBTOOL_SETUP is required by...
7961 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
7962 configure.ac:15: _AC_PROG_LIBTOOL is required by...
7963 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
7964 configure.ac:15: the top level])
7965 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([objext], [GCJ])
7966 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
7967 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [GCJ])
7968 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
7969 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
7970 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
7971 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
7972 m4trace:configure.ac:15: -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"])
7973 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
7974 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
7975 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
7976 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
7977 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7978 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7979 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
7980 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7981 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7982 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7983 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7984 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7985 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
7986 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7987 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7988 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7989 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
7990 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7991 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7992 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7993 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
7994 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7995 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7996 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
7997 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
7998 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
7999 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8000 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8001 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8002 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8003 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8004 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8005 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8006 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8007 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8008 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8009 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8010 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8011 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8012 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8013 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8014 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8015 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8016 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8017 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8018 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8019 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8020 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8021 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8022 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8023 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8024 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8025 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8026 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
8027 m4trace:configure.ac:15: -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
8028      "" | " "*) ;;
8029      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
8030      esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
8031      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
8032 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8033 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8034 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8035 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8036 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8037 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8038 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8039 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
8040 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8041 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8042 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8043 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
8044 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8045 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8046 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8047 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8048 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8049 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
8050 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8051 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
8052 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8053 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8054 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8055 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8056 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8057 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8058 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8059 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8060 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8061 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8062 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8063 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8064 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8065 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8066 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8067 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8068 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8069 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8070 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8071 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8072 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8073 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8074 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8075 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8076 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8077 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8078 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8079 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8080 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8081 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8082 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8083 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8084 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8085 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8086 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8087 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8088 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8089 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8090 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8091 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8092 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8093 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8094 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8095 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8096 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8097 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8098 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8099 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8100 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8101 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8102 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8103 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8104 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8105 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8106 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8107 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8108 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8109 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8110 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8111 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8112 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8113 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8114 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8115 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8116 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8117 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8118 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8119 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8120 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8121 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8122 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8123 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8124 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8125 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8126 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8127 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8128 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8129 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8130 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8131 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8132 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
8133 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8134 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8135 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8136 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8137 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8138 m4trace:configure.ac:15: -1- _LT_AC_SYS_LIBPATH_AIX
8139 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8140 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8141 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8142 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8143 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8144 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8145 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8146 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8147 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8148 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8149 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8150 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8151 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8152 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8153 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8154 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8155 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8156 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8157 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8158 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8159 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8160 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8161 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8162 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8163 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8164 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8165 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8166 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8167 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8168 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8169 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8170 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8171 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8172 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8173 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8174 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8175 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8176 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8177 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8178 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8179 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8180 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8181 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8182 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8183 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8184 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8185 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8186 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8187 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8188 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8189 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8190 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8191 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8192 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8193 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8194 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8195 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8196 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8197 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8198 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8199 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8200 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8201 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8202 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8203 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8204 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8205 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8206 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8207 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8208 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8209 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8210 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8211 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8212 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8213 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8214 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8215 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8216 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8217 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8218 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8219 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8220 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8221 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8222 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8223 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8224 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8225 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8226 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8227 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8228 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8229 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8230 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8231 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8232 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8233 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8234 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8235 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8236 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8237 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8238 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8239 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8240 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8241 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8242 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8243 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8244 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
8245 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8246 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8247 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8248 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8249 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8250 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8251 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8252 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8253 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8254 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8255 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8256 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8257 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8258 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8259 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8260 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8261 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8262 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8263 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8264 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8265 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8266 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8267 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8268 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8269 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8270 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8271 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8272 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8273 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8274 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8275 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8276 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8277 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8278 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8279 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8280 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
8281 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8282 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8283 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8284 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8285 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8286 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8287 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8288 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8289 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8290 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8291 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8292 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8293 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8294 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8295 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8296 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8297 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8298 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8299 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8300 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8301 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8302 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8303 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8304 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8305 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8306 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8307 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8308 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8309 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8310 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
8311 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8312 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8313 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8314 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8315 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8316 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8317 m4trace:configure.ac:15: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8318 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8319 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8320 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8321 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8322 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8323 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
8324 m4trace:configure.ac:15: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
8325 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8326 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8327 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([runpath_var GCJ])
8328 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8329 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8330 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8331 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8332 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8333 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8334 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8335 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8336 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8337 m4trace:configure.ac:15: -1- AC_LIBTOOL_SYS_LIB_STRIP
8338 m4trace:configure.ac:15: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
8339 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
8340     lt_cv_dlopen="dyld"
8341     lt_cv_dlopen_libs=
8342     lt_cv_dlopen_self=yes
8343     ])
8344 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
8345               [lt_cv_dlopen="dlopen"],
8346           [AC_CHECK_LIB([dl], [dlopen],
8347                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
8348             [AC_CHECK_LIB([svld], [dlopen],
8349                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8350               [AC_CHECK_LIB([dld], [dld_link],
8351                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8352               ])
8353             ])
8354           ])
8355         ])
8356 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
8357                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
8358               [AC_CHECK_LIB([dld], [dld_link],
8359                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8360               ])
8361             ])
8362 m4trace:configure.ac:15: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
8363                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8364               ])
8365 m4trace:configure.ac:15: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
8366 m4trace:configure.ac:15: -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])
8367 m4trace:configure.ac:15: -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])
8368 m4trace:configure.ac:15: -1- AC_LIBTOOL_CONFIG([GCJ])
8369 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8370 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([CC], [GCJ])
8371 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [GCJ])
8372 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8373 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8374 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8375 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8376 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8377 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8378 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8379 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8380 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8381 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8382 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8383 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8384 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8385 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8386 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8387 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8388 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8389 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
8390 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
8391 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8392 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8393 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8394 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8395 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8396 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8397 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8398 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8399 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8400 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8401 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8402 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8403 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8404 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8405 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8406 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8407 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8408 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8409 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8410 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8411 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8412 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
8413 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
8414 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [GCJ])
8415 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [GCJ])
8416 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [GCJ])
8417 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
8418 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
8419 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
8420 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
8421 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
8422 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
8423 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
8424 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
8425 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
8426 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
8427 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
8428 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
8429 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
8430 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
8431 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
8432 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
8433 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
8434 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [GCJ])
8435 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
8436 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
8437 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
8438 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
8439 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
8440 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
8441 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
8442 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
8443 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
8444 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
8445 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
8446 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
8447 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
8448 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
8449 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
8450 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
8451 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
8452 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
8453 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8454 You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8455 /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from...
8456 /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
8457 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8458 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8459 configure.ac:15: AC_LIBTOOL_SETUP is required by...
8460 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8461 configure.ac:15: _AC_PROG_LIBTOOL is required by...
8462 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8463 configure.ac:15: the top level])
8464 m4trace:configure.ac:15: -1- AC_LIBTOOL_LANG_RC_CONFIG
8465 m4trace:configure.ac:15: -1- _LT_AC_LANG_RC_CONFIG([RC])
8466 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
8467 You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8468 /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8469 /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8470 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8471 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8472 configure.ac:15: AC_LIBTOOL_SETUP is required by...
8473 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8474 configure.ac:15: _AC_PROG_LIBTOOL is required by...
8475 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8476 configure.ac:15: the top level])
8477 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
8478 and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
8479 /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8480 /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8481 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8482 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8483 configure.ac:15: AC_LIBTOOL_SETUP is required by...
8484 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8485 configure.ac:15: _AC_PROG_LIBTOOL is required by...
8486 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8487 configure.ac:15: the top level])
8488 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([objext], [RC])
8489 m4trace:configure.ac:15: -1- _LT_AC_SYS_COMPILER
8490 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [RC])
8491 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8492 m4trace:configure.ac:15: -1- AC_LIBTOOL_CONFIG([RC])
8493 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [RC])
8494 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([CC], [RC])
8495 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [RC])
8496 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8497 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8498 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8499 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8500 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8501 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8502 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8503 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8504 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8505 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8506 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8507 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8508 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [RC])
8509 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [RC])
8510 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8511 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8512 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8513 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
8514 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
8515 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8516 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8517 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8518 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8519 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8520 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8521 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8522 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8523 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8524 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8525 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8526 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8527 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8528 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8529 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8530 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8531 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8532 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8533 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8534 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8535 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8536 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
8537 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
8538 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler], [RC])
8539 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([GCC], [RC])
8540 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([LD], [RC])
8541 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
8542 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
8543 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
8544 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
8545 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
8546 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
8547 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
8548 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
8549 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
8550 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
8551 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
8552 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
8553 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
8554 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_cmds], [RC])
8555 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
8556 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predep_objects], [RC])
8557 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
8558 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([predeps], [RC])
8559 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([postdeps], [RC])
8560 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
8561 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
8562 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
8563 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
8564 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
8565 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
8566 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
8567 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
8568 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
8569 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
8570 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
8571 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
8572 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
8573 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
8574 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
8575 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
8576 m4trace:configure.ac:15: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
8577 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
8578 You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
8579 /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from...
8580 /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
8581 /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from...
8582 /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from...
8583 configure.ac:15: AC_LIBTOOL_SETUP is required by...
8584 /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from...
8585 configure.ac:15: _AC_PROG_LIBTOOL is required by...
8586 /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from...
8587 configure.ac:15: the top level])
8588 m4trace:configure.ac:15: -1- AC_SUBST([LIBTOOL])
8589 m4trace:configure.ac:15: -1- AC_LIBTOOL_CXX
8590 m4trace:configure.ac:15: -1- _LT_AC_LANG_CXX
8591 m4trace:configure.ac:15: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
8592 m4trace:configure.ac:15: -1- AC_LIBTOOL_F77
8593 m4trace:configure.ac:15: -1- _LT_AC_LANG_F77
8594 m4trace:configure.ac:15: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
8595 m4trace:configure.ac:33: -1- AC_SUBST([LIBUSB_LIB_PATH])
8596 m4trace:configure.ac:34: -1- AC_SUBST([LIBUSB_INC_PATH])
8597 m4trace:configure.ac:35: -1- AC_SUBST([BOOST_LIB_PATH])
8598 m4trace:configure.ac:36: -1- AC_SUBST([BOOST_INC_PATH])
8599 m4trace:configure.ac:38: -1- AM_CONDITIONAL([WITH_BOOST], [test "$BOOST_ENABLED" = "true"])
8600 m4trace:configure.ac:38: -1- AC_SUBST([WITH_BOOST_TRUE])
8601 m4trace:configure.ac:38: -1- AC_SUBST([WITH_BOOST_FALSE])
8602 m4trace:configure.ac:42: -1- AC_CHECK_LIB([pthread], [main])
8603 m4trace:configure.ac:42: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define to 1 if you have the `pthread\' library (-lpthread). */
8604 #undef HAVE_LIBPTHREAD])
8605 m4trace:configure.ac:42: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
8606 m4trace:configure.ac:46: -1- AC_HEADER_DIRENT
8607 m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR\'.
8608    */
8609 #undef HAVE_DIRENT_H])
8610 m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_SYS_NDIR_H], [/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR\'.
8611    */
8612 #undef HAVE_SYS_NDIR_H])
8613 m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR\'.
8614    */
8615 #undef HAVE_SYS_DIR_H])
8616 m4trace:configure.ac:46: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR\'. */
8617 #undef HAVE_NDIR_H])
8618 m4trace:configure.ac:47: -1- AC_HEADER_STDC
8619 m4trace:configure.ac:47: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
8620 m4trace:configure.ac:47: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
8621 #undef STDC_HEADERS])
8622 m4trace:configure.ac:48: -1- AC_CHECK_HEADERS([assert.h stdint.h time.h])
8623 m4trace:configure.ac:48: -1- AH_OUTPUT([HAVE_ASSERT_H], [/* Define to 1 if you have the <assert.h> header file. */
8624 #undef HAVE_ASSERT_H])
8625 m4trace:configure.ac:48: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
8626 #undef HAVE_STDINT_H])
8627 m4trace:configure.ac:48: -1- AH_OUTPUT([HAVE_TIME_H], [/* Define to 1 if you have the <time.h> header file. */
8628 #undef HAVE_TIME_H])
8629 m4trace:configure.ac:52: -1- AC_HEADER_TIME
8630 m4trace:configure.ac:52: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME])
8631 m4trace:configure.ac:52: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
8632 #undef TIME_WITH_SYS_TIME])
8633 m4trace:configure.ac:53: -1- AC_STRUCT_TM
8634 m4trace:configure.ac:53: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])
8635 m4trace:configure.ac:53: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */
8636 #undef TM_IN_SYS_TIME])
8637 m4trace:configure.ac:56: -1- AC_FUNC_CLOSEDIR_VOID
8638 m4trace:configure.ac:56: -1- AC_DEFINE_TRACE_LITERAL([CLOSEDIR_VOID])
8639 m4trace:configure.ac:56: -1- AH_OUTPUT([CLOSEDIR_VOID], [/* Define to 1 if the `closedir\' function returns void instead of `int\'. */
8640 #undef CLOSEDIR_VOID])
8641 m4trace:configure.ac:57: -1- AC_PROG_GCC_TRADITIONAL
8642 m4trace:configure.ac:58: -1- AC_FUNC_MALLOC
8643 m4trace:configure.ac:58: -1- AC_CHECK_HEADERS([stdlib.h])
8644 m4trace:configure.ac:58: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
8645 #undef HAVE_STDLIB_H])
8646 m4trace:configure.ac:58: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
8647 m4trace:configure.ac:58: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if your system has a GNU libc compatible `malloc\' function, and
8648    to 0 otherwise. */
8649 #undef HAVE_MALLOC])
8650 m4trace:configure.ac:58: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
8651 m4trace:configure.ac:58: -1- AC_LIBSOURCE([malloc.c])
8652 m4trace:configure.ac:58: -1- AC_SUBST([LIB@&t@OBJS])
8653 m4trace:configure.ac:58: -1- AC_DEFINE_TRACE_LITERAL([malloc])
8654 m4trace:configure.ac:58: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
8655 #undef malloc])
8656 m4trace:configure.ac:59: -1- AC_FUNC_MKTIME
8657 m4trace:configure.ac:59: -1- AC_CHECK_HEADERS([stdlib.h sys/time.h unistd.h])
8658 m4trace:configure.ac:59: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
8659 #undef HAVE_STDLIB_H])
8660 m4trace:configure.ac:59: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
8661 #undef HAVE_SYS_TIME_H])
8662 m4trace:configure.ac:59: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
8663 #undef HAVE_UNISTD_H])
8664 m4trace:configure.ac:59: -1- AC_CHECK_FUNCS([alarm])
8665 m4trace:configure.ac:59: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the `alarm\' function. */
8666 #undef HAVE_ALARM])
8667 m4trace:configure.ac:59: -1- AC_LIBSOURCE([mktime.c])
8668 m4trace:configure.ac:59: -1- AC_SUBST([LIB@&t@OBJS])
8669 m4trace:configure.ac:60: -1- AC_FUNC_REALLOC
8670 m4trace:configure.ac:60: -1- AC_CHECK_HEADERS([stdlib.h])
8671 m4trace:configure.ac:60: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
8672 #undef HAVE_STDLIB_H])
8673 m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
8674 m4trace:configure.ac:60: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if your system has a GNU libc compatible `realloc\' function,
8675    and to 0 otherwise. */
8676 #undef HAVE_REALLOC])
8677 m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
8678 m4trace:configure.ac:60: -1- AC_LIBSOURCE([realloc.c])
8679 m4trace:configure.ac:60: -1- AC_SUBST([LIB@&t@OBJS])
8680 m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([realloc])
8681 m4trace:configure.ac:60: -1- AH_OUTPUT([realloc], [/* Define to rpl_realloc if the replacement function should be used. */
8682 #undef realloc])
8683 m4trace:configure.ac:61: -1- AC_FUNC_SELECT_ARGTYPES
8684 m4trace:configure.ac:61: -1- AC_CHECK_HEADERS([sys/select.h sys/socket.h])
8685 m4trace:configure.ac:61: -1- AH_OUTPUT([HAVE_SYS_SELECT_H], [/* Define to 1 if you have the <sys/select.h> header file. */
8686 #undef HAVE_SYS_SELECT_H])
8687 m4trace:configure.ac:61: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the <sys/socket.h> header file. */
8688 #undef HAVE_SYS_SOCKET_H])
8689 m4trace:configure.ac:61: -1- AC_DEFINE_TRACE_LITERAL([SELECT_TYPE_ARG1])
8690 m4trace:configure.ac:61: -1- AH_OUTPUT([SELECT_TYPE_ARG1], [/* Define to the type of arg 1 for `select\'. */
8691 #undef SELECT_TYPE_ARG1])
8692 m4trace:configure.ac:61: -1- AC_DEFINE_TRACE_LITERAL([SELECT_TYPE_ARG234])
8693 m4trace:configure.ac:61: -1- AH_OUTPUT([SELECT_TYPE_ARG234], [/* Define to the type of args 2, 3 and 4 for `select\'. */
8694 #undef SELECT_TYPE_ARG234])
8695 m4trace:configure.ac:61: -1- AC_DEFINE_TRACE_LITERAL([SELECT_TYPE_ARG5])
8696 m4trace:configure.ac:61: -1- AH_OUTPUT([SELECT_TYPE_ARG5], [/* Define to the type of arg 5 for `select\'. */
8697 #undef SELECT_TYPE_ARG5])
8698 m4trace:configure.ac:62: -1- AC_FUNC_STAT
8699 m4trace:configure.ac:62: -1- AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
8700 m4trace:configure.ac:62: -1- AC_DEFINE_TRACE_LITERAL([LSTAT_FOLLOWS_SLASHED_SYMLINK])
8701 m4trace:configure.ac:62: -1- AH_OUTPUT([LSTAT_FOLLOWS_SLASHED_SYMLINK], [/* Define to 1 if `lstat\' dereferences a symlink specified with a trailing
8702    slash. */
8703 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK])
8704 m4trace:configure.ac:62: -1- AC_LIBSOURCE([lstat.c])
8705 m4trace:configure.ac:62: -1- AC_SUBST([LIB@&t@OBJS])
8706 m4trace:configure.ac:62: -1- AC_LIBSOURCE([stat.c])
8707 m4trace:configure.ac:62: -1- AC_SUBST([LIB@&t@OBJS])
8708 m4trace:configure.ac:62: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STAT_EMPTY_STRING_BUG])
8709 m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_STAT_EMPTY_STRING_BUG], [/* Define to 1 if `stat\' has the bug that it succeeds when given the
8710    zero-length file name argument. */
8711 #undef HAVE_STAT_EMPTY_STRING_BUG])
8712 m4trace:configure.ac:63: -1- AC_CHECK_FUNCS([bzero gettimeofday memset select strcasecmp strchr strerror strtol strtoul])
8713 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_BZERO], [/* Define to 1 if you have the `bzero\' function. */
8714 #undef HAVE_BZERO])
8715 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */
8716 #undef HAVE_GETTIMEOFDAY])
8717 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
8718 #undef HAVE_MEMSET])
8719 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the `select\' function. */
8720 #undef HAVE_SELECT])
8721 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
8722 #undef HAVE_STRCASECMP])
8723 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
8724 #undef HAVE_STRCHR])
8725 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */
8726 #undef HAVE_STRERROR])
8727 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */
8728 #undef HAVE_STRTOL])
8729 m4trace:configure.ac:63: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
8730 #undef HAVE_STRTOUL])
8731 m4trace:configure.ac:69: -1- AC_CONFIG_FILES([Makefile
8732                  src/Makefile
8733                  tools/Makefile
8734                  examples/Makefile
8735                  man/Makefile])
8736 m4trace:configure.ac:70: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
8737 m4trace:configure.ac:70: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
8738 m4trace:configure.ac:70: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
8739 m4trace:configure.ac:70: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS